/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* .content-area .content-container {
    max-width: 850px;
} */

p {
    margin-bottom: 20px !important;
}

.elementor-toggle .elementor-tab-title {
    line-height: 25px !important;
}

/* .eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on {
    display: none;
} */

/* MENU */
.home .menu-item-hidden {
    display: none;
}

.menu-item-hidden {
    display: block; /* or any appropriate display property */
    background-image: url('/wp-content/themes/kadence-child/assets/images/icon-library.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    padding-left: 7px;
    line-height: 5px;
}

@media screen and (max-width: 991px) {
    .menu-item-hidden {
        padding-left: 30px;
        line-height: 0px;
    }
    .menu-item-hidden a {
        padding-top: 12px !important;
    }
}


/* .video {
    position: relative;
    padding-bottom: 62.25%;
    height: 0;
    overflow: hidden;
    margin: 25px 0px;
} */
#overlay {
    top:0;
    left:0;
    width:100%;
    background: #f7fafc;
    opacity: 0.9990;
    z-index: 50;
    margin-top: -77px;
    padding-top: 40px;
    text-align: center;
}


.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
    margin-top: 10px;
}