/* 
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 */
.df-flipbook{border: 1px solid #dcdcdc;}
header .elementor-button-wrapper a{color:#fff !important;}
header .hfe-menu-item.elementor-button{color:#fff !important;}
.elementor-image-box-wrapper .elementor-image-box-title{margin-top:0px;}

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{font-family:"Roboto Condensed" !important;color:#000;font-weight:600;}
.sm_text p{margin-bottom:0px;}
.site-header .site-title a{font-size: 25px !important;}

/*BlogLentor Style*/
.elementor-widget-blfe-post-grid .slick-prev:before, .elementor-widget-blfe-post-grid .slick-next:before{display:none !important;}
.elementor-widget-blfe-post-grid .slick-prev, .elementor-widget-blfe-post-grid .slick-next{display: grid;align-items: center;justify-content: center;padding: 0px !important;opacity:0;}
.blfe-row.blfe-posts-inner:hover .slick-prev, .blfe-row.blfe-posts-inner:hover .slick-next{opacity:1;}
.elementor-widget-blfe-post-grid .slick-prev{left:0px !important;}
.elementor-widget-blfe-post-grid .slick-next{right:0px !important;}
.blfe-classic1 .blfe-post-grid-item{box-shadow:unset !important;}
.blfe-classic1 .blfe-post-grid-item-inner {border-radius: 5px;border: 1px solid #dcdcdc;}


@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:768px)
{
	.mc4wp-form-fields p{display: inline-flex;width: 100%;}
	.elementor-image-box-wrapper .elementor-image-box-title{margin-top:-5px;}
}

@media (max-width:767px)
{
.menu_wrapper {position: absolute;top: 10px;}
}

/*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:#F4F0FF;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;}
}
.search footer .elementor-shape-top, .archive footer .elementor-shape-top, .error404 footer .elementor-shape-top{display:none;}