/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

div {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.top-menu li a {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .05em;
}

.hero-text-overlay h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1em;
}

.hero-text-overlay {
    padding: 10%;
}

.section-headline-divider h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1em;
    border-bottom: solid 2px #24A2E5;
}

.section-headline-divider strong {
    color: #24A2E5;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.page-title h1,
.page-title strong {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.post-side-bar h3,
.training-tiles h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.training-tiles .vc_column-inner {
    padding: 5% !important;
}

.training-tiles {
    top: -40px;
    z-index: 10002;
}


/*
Styles for the post tiles
*/

.post-tiles h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
}

.post-tiles h4 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #032349;
}

.post-tiles .nectar-video-box,
.post-tiles .hover-wrap {
    margin-bottom: .5em;
}


/* Syllabus Styles*/

.big-number {
    font-size: 7em;
    color: #c0c8d1;
    line-height: 1em;
    display: block;
}

@media only screen and (max-width: 600px) {
    .big-number {
        border-right: none;
        border-top: 2px solid #e7eaee !important;
        width: 100%;
        padding-top: .25em;
    }
}

.syllabus-blocks p {
    padding-bottom: .75em;
}

.syllabus-blocks ul {
    margin: 0;
    margin-left: -1em;
}

.syllabus-blocks ul li {
    list-style: none;
    float: left;
    line-height: 1em;
    border-right: 1px solid #032349;
    padding: 0 1em;
    margin-bottom: 1em;
}

@media only screen and (max-width: 600px) {
    .syllabus-blocks ul li {
        float: none;
        border-right: none;
    }
}

.syllabus-blocks ul li a {
    text-decoration: underline;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1em;
}

@media only screen and (max-width: 600px) {
    .syllabus-blocks ul li a {
        font-size: 1.25em;
        padding: .5em .25em;
        line-height: 1.5em;
    }
}

.syllabus-blocks ul li:last-of-type {
    border-right: none;
}

.syllabus-blocks h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.05em;
    letter-spacing: .05em;
}

@media only screen and (max-width: 600px) {
    .syllabus-blocks h3 {
        font-size: 2em;
    }
}

.sales-manual-anchors-links {
    overflow: hidden;
}

.sales-manual-anchors-links ul {
    margin: 0;
}

.sales-manual-anchors-links ul li {
    list-style: none;
    float: left;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sales-manual-anchors-links a {
    display: inline-block;
    padding-right: 2.5rem;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase;
    color: #032349;
}

.sales-manual-text h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75em;
    line-height: 1.5em;
    letter-spacing: .05em;
}

.sales-manual-text h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: .05em;
    color: #032349
}

.sales-manual-text strong {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}


/* Sales Manual Progress Menu */

.big-number-container {
    border-right: 1px #e7eaee solid;
}

.sale-manual-menu ul {
    margin-left: 5%;
}


/* Manual pages Styles*/

.manual-column {
    border-left: 1px solid grey;
}

.num-widget {
    font-size: 148px;
    padding: 2.75rem .25rem 0 0;
    color: #c0c8d1;
    display: block;
    width: 25%;
    float: left;
}

h2.widgettitle {
    font-size: 1.05em;
    font-weight: 500;
}

.manual-sidebar .wpb_content_element {
    margin-bottom: 0
}

.material .widget ul li {
    list-style: none;
    padding-bottom: .25rem;
}

.pres-sec {
    background-color: #f9f9fa;
    padding: 2rem;
    margin-top: 3rem;
}

.pres-sec h2 {
    text-align: center;
}

@media (max-width: 1024px) {
    #assoc-row {
        background-image: none;
    }
    .big-num {
        font-size: 80px;
        border-right: none;
        border-bottom: 1px solid grey;
    }
}


/* Sales Manual Menu */

.sale-manual-menu {}

.sale-manual-menu ul li a {
    color: #24A2E5 !important;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .05em;
    border-bottom: 1px solid !important;
}

@media only screen and (max-width: 600px) {
    .sale-manual-menu ul li a {
        font-size: 1.25em;
        padding: .5em .25em;
        line-height: 1.5em;
    }
}

.sale-manual-menu li.current_page_item {
    background-color: #fff;
}

.sale-manual-menu li.current_page_item a {
    text-decoration: none;
    background: #fff;
    color: #707070 !important;
    text-decoration: none !important;
}

.sale-manual-menu li.current_page_item a::before {
    content: "► ";
}


/* Breadcrumbs */

.fbc-page .fbc-wrap .fbc-items li {
    padding: 0 .5em;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    html body {
        font-size: .85em;
    }
    .hero-text-overlay h1 {
        font-size: 3em;
    }
    .hero-text-overlay {
        padding: 0;
    }
    .sales-manual-anchors-links ul li {
        float: none;
        font-size: 1.5em;
        line-height: 2.5em;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
    .sales-manual-anchors-links ul li:last-of-type {
        border-bottom: none;
    }
    .sales-manual-anchors-links ul li a {
        padding: 0 !important;
    }
}