/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */


@media (max-width: 767px) {

    .paragraph-image-icon {
        margin-bottom: 28px;
    }
}

/* Make expandable section stretch the full width */

.expandable-section {
    width: 100vw !important;
    position: relative;
    left: -50%;
    right: 50%;
    margin: 0 -50vw 100px;
    top: 70px;
}

.page-content {
	overflow: hidden;
}

/* Alternatively use the "Contact Us" button instead of the "Book Now" button */

.expand-button.contact-us-button {
    display: none;
}

.use-contact-us-button .expand-button.contact-us-button {
    display: block;
}

.use-contact-us-button .expand-button.book-now-button {
    display: none;
}

/* Hide empty columns on tablet and mobile */

@media (max-width: 1024px) {

    .empty-column {
        display: none;
    }
}

/* Remove Chrome's focus outline */

a.elementor-button {
	outline: none;
}

/*****************************************************/
/* IE11 */

/* Home page "Be Prepared" section images */

.elementor-msie .elementor-element-701e49d .elementor-image img {
    max-width: 250px;
}

/* Contact form popups */

body.elementor-msie .elementor-popup-modal {
    justify-content: inherit !important;
}

body.elementor-msie .elementor-popup-modal > .dialog-lightbox-widget-content {
    position: relative;
}

/*****************************************************/
/* iOS */

@supports (-webkit-overflow-scrolling: touch) {
	
	/* Footer SVG */
	.elementor-element-0d77010 {
		bottom: -1px;
	}

    a[href^="tel"] {
        color: inherit;
        text-decoration: none;
    }
}