/*
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 */
body:not(.dialog-body) .custom-header-class {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}
body.dialog-body .custom-header-class {
    margin-top: 32px !important;
}
.header-columns-switch {
    padding: 0 !important;
}
.top-header a,
.top-header a:active,
.top-header p,
.top-header p a,
.top-header p a:active {
    color: #fff !important;
}
.logo-menu-holder .elementor-container.elementor-column-gap-default {
    justify-content: space-between;
}
.custom-header-class {
    height: auto;
}
body .header-columns-switch .header-logo-holder {
    position: relative;
    z-index: 4;
}
.header-additional-info {
    opacity: 1;
    height: 24px;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
}
.custom-header-class, .custom-header-class.scroll-active {
    transition: all 0.5s ease-in-out;
}
.header-logo-img { 
    width: 200px;
    transition: all 0.5s ease-in-out;
}
.custom-header-class.scroll-active .header-logo-img {
    transition: all 0.5s ease-in-out;
    width: 160px;
}
.custom-header-class .header-additional-info-holder {
    padding: 10px !important;
    transition: all 0.5s ease-in-out;
}
.custom-header-class.scroll-active .header-additional-info-holder {
    padding: 0 !important;
    transition: all 0.5s ease-in-out;
}
.custom-header-class.scroll-active .header-additional-info {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transform: translateY(-200px);
    transition: all 0.5s ease-in-out;
}
.custom-header-class.scroll-active .content-header-column > div {
    align-content: center !important;
    transition: all 0.5s ease-in-out;
}
body .logo-menu-holder {
    height: 62.5px;
}
/* Header end */
body h1 {
    margin: 16px 0;
}
body .elementor-40 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}


/* Footer */
#footer a {
    color: #fff;
}
#footer a:hover {
    opacity: .7;
}
.copyright p {
    margin-bottom: 0;
}

@media all and (min-width: 600px) {
    body .logo-menu-holder {
        height: auto;
    }
}

@media all and (min-width: 1024px) and (max-width: 1130px) {
    .header-menu .elementor-nav-menu--main .elementor-nav-menu a {
        padding: 13px 9px !important;
    }
}
@media all and (min-width: 1024px) {
    .header-menu .elementor-menu-toggle,
    .mob-menu-icon {
        display: none !important;
    }
}
@media all and (max-width: 1023px) {
    .header-menu {
        display: none !important;
    }
}
@media all and (max-width: 540px) {
    body .site-logo {
        max-width: 70% !important;
    }
    body .header-menu {
        max-width: 20% !important;
    }
}

@media only screen and (max-width:781px) {
    body.dialog-body .custom-header-class {
        margin-top: 40px !important;
        transition: all 0.5s ease-in-out;
    }
    body:not(.dialog-body) .custom-header-class {
        margin-top: 0 !important;
        margin-block-start: 0 !important;
    }
}
@media only screen and (max-width:600px) {
    body.dialog-body .custom-header-class.scroll-active {
        margin-top: 0 !important;
        transition: all 0.5s ease-in-out;
    }
}
@media only screen and (max-width:560px) {
    .custom-header-class.scroll-active .content-header-column > div {
        padding: 5px;
    }
    .custom-header-class .header-logo-img img {
        transition: all 0.5s ease-in-out;
    }
    .custom-header-class.scroll-active .header-logo-img img{
        width: 160px !important;
        transition: all 0.5s ease-in-out;
    }
}
/* @media only screen and (min-width:1440px) {
    .custom-header-class {
        padding: 10px 40px !important;
    }
} */