/* 
Theme Name:		 The Execution Lab
Theme URI:		 https://fusionweb.in/
Description:	 The Execution Lab is a child theme of EnterpriseUp, created by jitendra621990@gmaol.com
Author:			 Jitendra
Author URI:		 https://fusionweb.in/
Template:		 enterpriseup
Version:		 1.0.0
Text Domain:	 the-execution-lab
*/


/*
    Add your custom styles here
*/
/* Elements
--------------------------------------------- */
:root {
    --primary-color: #0d1128;
    --secondary-color: #fd5f00;
    --secondary-color-light: #fd5f00;
    --font-main: "Poppins", Arial, sans-serif;
}
body {        
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #212529;
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
}

h1,
.h1 {
    font-size: 3.0rem;
}

h2,
.h2 {
    font-size: 2.4rem;
}

@media (max-width: 992px) {
    h2,
    .h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 767.98px) {
    h2,
    .h2 {
        font-size: 2.0rem;
    }
}

h3,
.h3 {
    font-size: 1.6rem;
}

h4,
.h4 {
    font-size: 1.3rem;
}

h1, h2 h3, h4, h5, h6,
.h1, .h2 .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-bottom: 10px
}

b, strong {
    font-weight: 700!important;
}

ul, ol {
    margin: 0;
    margin-bottom: 15px;
}

ul li, ol li {
    margin-bottom: 5px;
}


.ascendoor-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.site-footer .site-footer-top .footer-widgets-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/*      HEADER          */

header.site-header .top-header-part-wrapper {
    padding: 10px 0;
}
.site-logo img.custom-logo,
header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-logo {
    max-width: 350px;
}

header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner .contact-head h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: none;
    line-height: 20px;
}

header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner .contact-details span a {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
} 

header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner .contact-details i {
    color: #fd5f00;
}


@media (min-width: 1200px) {
    header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner {
        padding: 5px 20px;
    }
}
header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner:nth-child(2) {
    border-inline-start: 0px solid var(--primary-color);
}


/*      MAIN MENU          */
header.site-header .bottom-header-part {
    background: #0d1128;
}

.main-navigation li {
    position: relative;
    margin: 0;
}

.main-navigation a {
    padding: 8px 20px;
    font-size: 18px;
    text-transform: none;
}

.main-navigation ul.menu > li:hover > .sub-menu {
    padding: 10px 0px;
}

.main-navigation ul ul a {
    font-size: 15px;
    color: #212529;
    opacity: 1;
    padding: 6px 20px;
    border-bottom: 0px solid #f1f1f1;
    text-transform: capitalize;
}

.main-navigation ul ul a:focus, .main-navigation ul ul a:hover {
    color: #fd5f00;
}

/*      POST      */
.post {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}




/*      POST SINGLE     */
.site-main article .post-thumbnail {
    margin-bottom: 20px;
}

.site-main article .entry-content p {
    margin: 0;
    margin-bottom: 10px;
}

.wp-block-heading {
    margin: 0;
    margin-bottom: 10px;
}

.heateor_sss_sharing_container, .heateor_sss_horizontal_sharing {
    margin: 10px 0;
}

.related-posts .entry-content {
    display: none;
}

/*      FOOTER      */
.site-footer {
    background: #232323;
    padding-bottom: 20px;
}
.site-footer .site-footer-top {
    border-top: 5px solid #fd5f00;
    background: #232323;
    padding: 2em 0;
    font-size: 14px;
}
.site-footer .site-footer-top .footer-widgets-wrapper .widget.widget_block {
    margin-bottom: 10px;
}
.site-footer .site-footer-top .footer-widgets-wrapper .wp-block-heading {
    margin-bottom: 0;
}

.site-footer .site-footer-bottom::before {   
    background: #232323;
}