/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/



header .header-main {
    background-color: #1a1a1a;
}

#header .header-main .container {
    min-height: 120px;
}
#header.sticky-header .header-main.sticky{

	background-color: #1a1a1a;
}
#header.sticky-header .logo{
	max-width:270px !important;
}
#header.sticky-header .header-main .container {
   	 min-height: 120px;
}
@media (max-width: 767px) {
    #header .logo {
        --porto-logo-mw: 170px;
    }
}
.mega-menu.menu-hover-line>li.menu-item>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px !important;
    top: 0;
    left: 0;
    opacity: 0;
    background: var(--porto-primary-color);
}

#header .mobile-toggle {
    color: #000000;
    background-color: #ebcf74;
    padding: 25px;
}
.porto-u-sub-heading {
    padding-top: 10px;
}

.elementor-element.elementor-element-bd305a5.rotate-effect.custom-rotate-effect.elementor-widget.elementor-widget-image img{
	filter: blur(9px);
}
.elementor-widget-icon-box {
    background: #fff;
    padding: 25px;
    border-radius: 25px;
}

.faq_color h3 {
    color: #EBCF74;
}

article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 8px;
    display: none;
}

.post-grid .grid-box {
    background: #1d1b15;
    padding: 20px;
    border-radius: 12px;
}