/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body{overflow-x:hidden;}
header a{color:#000 !important;}
.ehf-header #masthead {position: absolute;width: 100%;top:0px;}
.site-footer{background-color: #333333;}
.site-footer .site-title a, .site-footer .menu-item a, .copyright p{color: #fff !important;}
.site-footer .site-navigation{margin:20px 10px;}
.site-footer {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
}
header .current-menu-item a{color:#000 !important;}
.logo_wrapper p, .footer_logo p{margin-bottom:0px !important;}
.footer_logo a{color:#000;font-weight:600;}
.sm_text p{margin-bottom:0px;}
/* .site-header .site-title a{font-size: 25px !important;} */
@media (max-width:767px){
	.menu_wrapper{position: absolute;top: -6px;}
	.menu_wrapper .elementor-element {background-color:transparent !important;}
	.search_wrapper .fas.fa-search{color:#FB9F8D !important;}
	.logo_wrapper a{font-size:25px;}
	.footer_logo a{font-size:35px;}
	.logo_wrapper{background-color:transparent !important;}
}

@media (min-width: 1920px) {
    .elementor-element .e-con-inner, header .header-inner {
        max-width: 1640px !important;
    }

}


/*Custom Pages Banner*/
.inner_banner_section, .post-template-default .page-header, .archive .page-header{
	position:relative;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.inner_banner_section::before, .post-template-default .page-header::before, .archive .page-header::before
{content:"";position:absolute;width:100%;height:100%;background: url(https://sabrinarene-demo2.clientcloud360.com/wp-content/uploads/2024/10/740.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
    opacity: 0.3;
    top: 0px;
    right: 0px;}
.inner_banner_section::after, .post-template-default .page-header::after, .archive .page-header::after
{content:"";position:absolute;width:100%;height:100%;background-color:#E5DBD6;opacity: 0.5;top:0px;left:0px;}

.inner_banner_section h1, .post-template-default .page-header h1, .archive .page-header h1 {
    color: #000 !important;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    display: table;
    position: relative;
	z-index:1;line-height:1.4em;
}
@media (min-width:1025px){
	.inner_banner_section, .post-template-default .page-header, .archive .page-header{padding:150px 20px;}
	.inner_banner_section h1, .post-template-default .page-header h1, .archive .page-header h1{font-size:45px !important;}	
}
@media (min-width:768px) and (max-width:1024px){
	.inner_banner_section h1, .post-template-default .page-header h1, .archive .page-header h1{font-size:35px !important;}	
	.inner_banner_section, .post-template-default .page-header, .archive .page-header{padding:100px 20px;}
}
@media (max-width:767px){
	.inner_banner_section h1, .post-template-default .page-header h1, .archive .page-header h1{font-size:25px !important;}	
	.inner_banner_section, .post-template-default .page-header, .archive .page-header{padding:80px 10px 40px;}
}

@media (min-width:1201px){
	.custom_title h1{font-size: 75px !important;line-height: 1.1;}
	.custom_title h2{font-size: 45px !important;}
	.footer_logo a{font-size:40px;}
}
@media (min-width:768px) and (max-width:1200px){
	.custom_title h1{font-size: 50px !important;line-height: 1.5;}
	.custom_title h2{font-size: 30px !important;}
}

.search footer .elementor-shape-top, .archive footer .elementor-shape-top, .error404 footer .elementor-shape-top{display:none;}
body:not(.home) footer .elementor-shape-top{display:none;}