/*
Theme Name: World Synergy
Theme URI: http://worldsynergy.com
Description: WS Child Theme
Author: World Synergy
Author URI: http://worldsynergy.com
Template: meltony
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: meltony-child
*/

/* 
    Note: The builder of the parent stylesheet used !important in 105 Places. That is why !important can be found in this stylesheet

*/
/* Base */

body h4 { 
    margin-top:0;
	margin-bottom:10px; 
    padding-bottom:0px;
}

/* Menu */
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 5px;
    padding-left: 145px;
}

.breadcrumbs .container {
    max-width: 1800px!important;
}

.mega-toggle-label {
    display: none;
}

@media screen and (max-width: 1200px) { 
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding-left: 10px;
    }
}

@media screen and (min-width: 768px){
    #masthead{
        position: fixed;
        top: 0px;
        z-index: 2;
        width: 100%;
    }
    
    .home #content,
    .breadcrumbs {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .header-container .header-nav-wrapper{
        display: none;
    }



    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding-bottom: 0;
        padding-top: 10px;
    }


}

.entry-content ul:not([class]) > li:before {
    content: unset;
}

.entry-content li {
    list-style: disc;
}

.hyper-link-line a {
    text-decoration: underline;
}


/* Footer */

.site-footer {
    color: #fff;
}

footer.site-footer .site-info a:hover {
    color: #78a22f!important;
}

.site-footer.style-2 .site-info .footer-menu,
.site-footer.style-2 .site-info > * + *,
.site-footer.style-2 .site-info > * + .social-list {
    margin: 0;
}

body .leadinModal.leadinModal-theme-top {
    top: 81px;
    z-index: 1;
}


@media screen and (max-width: 768px) {
    body .leadinModal.leadinModal-theme-top {
        top: 51px;
    }
}

.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content {
    background-color: rgb(41 41 41 / 80%);
}


.page-template-page_ppc .header-components {
    flex-direction: column;
    align-items: start;
}

.page-template-page_ppc .header-components a {
    font-size: 25px;
}

.page-template-page_ppc .header-components h2 {
   margin:0;
}

body.page-template.page-template-page_ppc .breadcrumbs {
    display: none;
}

.page-template.page-template-page_ppc .site-content.container {
    margin-top: 80px;
}

.page-template.page-template-page_ppc.logged-in .site-content.container {
    margin-top: 83px;
}

@media screen and (max-width: 768px) {
    .page-template.page-template-page_ppc .site-content.container,
    .page-template.page-template-page_ppc.logged-in .site-content.container {
        margin-top: 0;
    }

    .page-template.page-template-page_ppc .header-container .header-components,
    .page-template.page-template-page_ppc .header-container .header-nav-wrapper {
        display: block;
        text-align: center;
        margin:0;
    }

    .page-template.page-template-page_ppc .header-container__flex {
        align-items: center;
    }
}