/*
Theme Name: Lemonbox
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.16
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-top .header-contact, #header .header-top .nav-top {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
}
.home .post-item.post-title-simple {
    background-color: #fff;
}
.home .blog-posts article.post-grid .entry-content {
    display: none;
}
.header-top .btn {
    font-weight: 400;
    padding: 5px 1.6rem;
}
.header-top .custom-html {
    margin-left: 0 !important;
}
#header .separator {
    border-left: 1px solid rgb(0 0 0 / 22%);
    height: 60px;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    width: auto !important;
}
.center_div .elementor-widget-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
li strong {
    color: #AFD301;
}
.custom_style span.elementor-icon-box-title {
    display: inline-block;
    padding-bottom: 45px;
}
.custom_style .elementor-icon-box-icon {
    position: absolute;
    top: 25px;
    right: 30px;
}
.form_box {
    max-width: 503px;
}
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block;
    width: 40px;
    height: 40px;
    background: #AFD301 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
span.elementor-toggle-icon.elementor-toggle-icon-right > span {
    width: 40px;
    height: 40px;
    background: #AFD301 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    line-height: 43px;
    color: #fff;
}
.logo_slider .elementor-image-carousel-wrapper img {
    opacity: 0.4;
}
.main-menu  > li > a{
    font-family: "GeogrotesqueComp-Bold", Roboto !important;
}
#header .main-menu .narrow li.menu-item > a{
    border: 0
}
.header-contact li:not(:first-child) {
    padding-left: 15px;
}

.header-contact li:not(:first-child),
.header-top .share-links a {
    border-left: 1px solid #CECCCC;
    border-radius: 0 !important;
    /* margin-right: 30px !important; */
}
.header-main.header-has-center .elementor-icon-box-icon .elementor-icon {
    border-color: #ececec !important;
}
.elementor-widget-porto_contact_form label, .elementor-widget-porto_contact_form input {
    width: 100%;
}

#header .header-top .share-links>a:before {
    margin-left: 10px !important;
}
#header a.btn.btn-primary.btn-md.btn-modern {
    font-family: "GeogrotesqueComp-Bold", Roboto;
    letter-spacing: 0.26px;
    color: #122642;
    font-size: 26px;
}

#header .header-top .share-links>a {
    box-shadow: none;
    background-color: transparent;
    color: #AFD301;
    font-size: 15px;
}

@media (max-width: 576px){
    #header .header-top .share-links,
    #header .header-top .custom-html{
        display: none;
    }
   
    .header-col.header-left{
        margin: auto;
    }
    .mobile_line .elementor-icon-box-wrapper {
        display: flex !important;
       flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .mobile_contact .elementor-icon-box-icon{
            display: flex !important;
    }
    .mobile_contact .e-con.e-flex>.e-con-inner{
            justify-content: center;
            flex-direction: column;
            align-items: center;
    }
    .mobile_contact_head .e-con.e-flex>.e-con-inner{
        flex-direction: row !important;
    }
   .mobile_contact .elementor-widget-icon-box .elementor-icon-box-content {
        flex-wrap: wrap;
        display: flex;
        gap: 10px;
        text-align: center;
    }
   div#side-nav-panel a {
        font-size: 21px;
    }
    .header-main.header-has-center .header-col.header-right {
        justify-content: space-between;
    }
    .mobile_line .elementor-icon-box-icon{
        margin-bottom: 0 !important;
        margin-right: 10px !important;
    }
    .header-col.header-right .separator {
        display: none !important;
    }
    /* .mobile_contact .e-con-inner{
        flex-wrap: nowrap !important;
    } */
    h2.elementor-heading-title.elementor-size-default br {
        display: none;
    }
    .header-col.header-right {
        justify-content: center;
    }
    ul.sub-menu a {
        font-size: 19px !important;
        padding: 10px 10px 10px 16px !important;
        line-height: 19px !important;
        font-weight: 400 !important;
    }
    .header-wrapper {
        position: relative;
        border-bottom: 1px solid;
    }
    
    
}