/*
Theme Name:  Hello Elementor Child
Template: 	 hello-elementor
Theme URI:	 https://wordpress.org/themes/hello-elementor/
Author:		 Atlas - TravelNet Solutions
Author URI:	 https://tnsinc.com/
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: helloelementorchild
*/

/* Header */
.custom-header-class {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
header .scroll-active{
	box-shadow: 0px 4px 4px 0px #0000001A;

}

.custom-header-class.scroll-active,
.custom-header-class.scroll-active-unit {
    position: fixed;
    background-color: #fff !important;
    background-image: unset !important;
}

.custom-header-class.scroll-active .elementor-element.elementor-element-7d01279 .elementor-nav-menu--main .elementor-item,
.custom-header-class.scroll-active-unit .elementor-element.elementor-element-7d01279 .elementor-nav-menu--main .elementor-item {
    color: #111 !important;
}
.carousel-accommodations .swiper-wrapper,
.carousel-accommodations .swiper-slide {
    pointer-events: auto !important;
}


.mobile-menu-popup .elementor-location-popup>.elementor-element {
    padding: 0 !important;
}

.custom-header-class .elementor-widget-image.white img,
.custom-header-class .elementor-widget-image.black img {
    margin-left: 0px;
}

.custom-header-class .elementor-widget-image.black,
.custom-header-class.scroll-active .elementor-widget-image.white,
.custom-header-class.scroll-active-unit .elementor-widget-image.white {
    display: none !important;
}

.custom-header-class .elementor-widget-image.white,
.custom-header-class.scroll-active .elementor-widget-image.black,
.custom-header-class.scroll-active-unit .elementor-widget-image.black {
    display: block !important;
}

.custom-header-class.scroll-active .elementor-menu-toggle .e-font-icon-svg,
.custom-header-class.scroll-active-unit .elementor-menu-toggle .e-font-icon-svg {
    fill: #33373d !important;
}

.mobile-menu-popup .dialog-widget-content {
    background: #fff !important;
}

.custom-header-class.scroll-active .header-menu-column .elementor-widget-icon svg path,
.custom-header-class.scroll-active-unit .header-menu-column .elementor-widget-icon svg path {
    fill: #251C14 !important;
}

.mobile-menu-popup .header-menu {
    background-color: #fff !important;
}

body .tiles-section.tiles-section-block>.elementor-element {
    width: calc(33% - 40px);
}

/* Header end */

/* Reviews grid */
.guest-testimonial-archive {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.guest-testimonial-archive .review {
    width: 100%;
}

.guest-testimonial-archive .review-image a {
    margin-bottom: 12px;
    min-height: 300px;
    display: block;
    width: 100%;
}

.guest-testimonial-archive .review-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .guest-testimonial-archive {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 500px) {
    .counter-row>.e-con-inner .counter-column {
        padding: 25px 5px !important;
        width: 48% !important;
    }
}

@media all and (max-width: 370px) {
    .counter-row>.e-con-inner .counter-column {
        width: 47% !important;
    }

    .counter-row>.e-con-inner .counter-column .elementor-counter-number-wrapper {
        font-size: 20px !important;
    }

    .counter-row>.e-con-inner .counter-column .elementor-counter-title {
        font-size: 12px !important;
        letter-spacing: unset !important;
    }
}

/* Icon Box */
.icon-box-holder .elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.icon-box-holder .elementor-widget-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 85px;
    height: 85px;

}

.icon-box-holder .elementor-widget-icon .elementor-icon-wrapper {
    height: 70px;
    width: 70px !important;
    margin: 15px;
    border: 2px solid #F7EFE4;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 70px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.icon-box-holder .elementor-widget-icon .elementor-icon-wrapper:hover {
    width: 85px;
    height: 85px !important;
    min-width: 85px;
    transition: all 0.5s ease-in-out;
}

.icon-box-holder .elementor-widget-icon .elementor-icon-wrapper:hover .elementor-icon {
    background-color: #1A1A1A;
}

.icon-box-holder .elementor-widget-icon .elementor-icon-wrapper:hover .elementor-icon svg path {
    stroke: #fff;
}

.icon-box-holder .elementor-icon-box-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #F7EFE4;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 15px;
}

.icon-box-holder .elementor-icon-box-icon:hover {
    width: 85px;
    height: 85px;
    margin: 0;
}

.icon-box-holder .elementor-icon {
    background-color: #F7EFE4;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset !important;
}

.icon-box-holder .elementor-icon-box-icon:hover .elementor-icon {
    background-color: #1A1A1A;
}

.icon-box-holder .elementor-icon-box-icon:hover .elementor-icon svg path {
    stroke: #fff;
}

/* Zoom */
.zoom-row .overflow:hover .img-column {
    transform: scale(1.1);
}

.zoom-row .elementor-widget-image-box {
    border: 1px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer */
#footer .column-1 a {
    color: #fff !important;
    text-decoration: underline;
}

#footer .column-1 .elementor-widget-text-editor {
    text-align: center;
}

#footer ul li a {
    justify-content: center;
    padding: 13px 0;
}

.copyright .ecom-logo a img {
    width: 164px !important;
}

.select2-container {
    max-width: 100%;
}

@media all and (min-width: 1024px) {
    .search-form-holder {
        margin-top: -200px !important;
        padding-bottom: 95px;
    }

    #footer .column-1 {
        order: 2;
    }

    #footer .column-2 {
        order: 1;
    }

    #footer .column-3 {
        order: 3;
    }

    #footer ul li a {
        justify-content: left;
        padding: 13px 20px 0;
    }
}

.page-header {
    display: none !important;
}

@media screen and (max-width:1024px) {
    body .tiles-section.tiles-section-block>.elementor-element {
        width: 100%;
    }

    .abesearcher-flex-wrapper.latest-column {
        width: 100%;
    }

    .header-menu-column {
        position: absolute;
        top:30%;
        right: 20px;
    }
}
