/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.drp-shdw{
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.4)  ; 
    -webkit-box-shadow: 0 0 19px rgb(0 0 0); 
    -moz-box-shadow: 0 0 19px rgba(0, 0, 0, 0.4)  ;
}
body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title {
	background-color: #fff;
}

.hide { display: none; }
.white * { color: #fff; }
.blue, .blue * { color: #0076c0; }
.orange, .orange * { color: #f58220; }
.nectar-button.medium.extra-color-3 {
	background-color: #fff !important;
	color: #f58220;
	border-radius: 10px !important;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

header#top nav > ul > li.button_solid_color > a:before, #header-outer.transparent header#top nav > ul > li.button_solid_color > a:before {
    border-radius: 10px;
    font-size: 12px;
    font-family: "Open Sans";
}

header#top nav > ul > li.button_solid_color > a:hover, #header-outer.transparent header#top nav > ul > li.button_solid_color > a:hover {
    border: none !important;
}

#top > div > div > div.col.span_9.col_last > nav > ul.sf-menu.sf-js-enabled.sf-arrows > span{
    position: absolute;
    top: 10px;
    right: -10px;
    font-size: 26px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    color: #1983c6;
}

#header-outer:not([data-lhe="animated_underline"]) header#top nav ul li.button_solid_color a, #header-outer:not([data-lhe="animated_underline"]) header#top nav ul li.button_bordered a {
    font-size: 12px;
    font-weight: 400;
    font-family: "Open Sans";
    letter-spacing: 2px;    
}

hr.grey {
    border-top: 1px solid #ededed;
}

.nectar-button.medium.extra-color-5 {
	background-color: #fff !important;
	color: #0076c0 !important;
	border-radius: 10px !important
}

.nectar-button.medium.extra-color-5 span {
	color: #0076c0 !important;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

/* Navigtion Style */

body #header-outer, body[data-header-color="dark"] #header-outer {
    padding-top: 12px !important;
    height: 80px;
}

#header-outer[data-lhe="default"] header#top nav > ul > li > a {
    margin-left: 35px;
    margin-right: 35px;
    padding-bottom: 23px !important;
    padding-left: 0;
    padding-right: 0;
}
#header-outer[data-lhe="default"] header#top nav > ul > li > a{
    margin-left: 15px!important;
    margin-right: 15px!important;
}
header#top nav > ul > li#menu-item-824 > a {
    
}
header#top nav > ul > li#menu-item-676 > a {
    
}
#header-outer[data-lhe="default"].scrolled-down header#top nav > ul > li#menu-item-824 > a{
    color:#f58220;
} 

/* 
#header-outer[data-lhe="default"].scrolled-down header#top nav > ul > li#menu-item-676 > a{
    color:#f58220;
}  

#header-outer[data-lhe="default"].scrolled-down header#top nav > ul > li > a:hover, #header-outer[data-lhe="default"].scrolled-down header#top nav > ul > li.current-menu-item > a {
	border-bottom: 6px solid #f58220;
}
*/


.menu-cta {
    width: 175px;
    text-align: center;
    margin-top: -12px;
    background-color: #f58220;
    border-radius: 10px;
}

/* Footer Style */
#footer-widgets .col {
	padding-top: 25px;
}

#footer-widgets img {
	padding-left: 25px;
}

#footer-widgets #text-4 {
	text-align: right;
	padding-right: 25px;
}

#footer-widgets #text-4 a {
    padding: 10px 14px;
    border-radius: 50px;	
}

#footer-widgets #text-4 a i {
	color: #fff;
}

#footer-widgets .footer-twitter {
    padding: 10px 4px 10px 10px !important;	
    margin-right: 20px;
}

/* Content Styling */
.ptb-90 { padding-top: 90px !important; padding-bottom: 90px !important; }
.pt-90 { padding-top: 90px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-50 { padding-top: 50px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pt-100 { padding-top: 100px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-70 { padding-bottom: 70px !important; }
.ptb-80 { padding-top: 80px !important; padding-bottom: 80px !important; }
.wpb_row { margin-bottom: 0 !important; }
.plr-32 { padding-left: 32px; padding-right: 32px; }
.pr-32 { padding-right: 32px; }
.pl-32 { padding-left: 32px; }
.pr-50 { padding-right: 50px !important; }
.pl-50 { padding-left: 50px; }
.mr-10 { padding-right: 10px; }
.ml-10 { padding-left: 10px; }
.remove-paragraph-padding p { padding-bottom: 0 }

a.nectar-button.medium.accent-color.regular-button, a.nectar-button.extra-color-1 {
    padding: 10px 25px;
    border-radius: 10px !important;
}

.border-right {
	border-right: 1px solid #ccc;
}

/* Coaching Page */

#coaching-submenu ul li a {
    margin: 0 35px;
    border-bottom: 6px solid #f58220;
}

#coaching-blue-submenu ul li a {
    margin: 0 35px;
    border-bottom: 6px solid #0076c0;
}

#coaching-submenu ul li a:hover, #coaching-blue-submenu ul li a:hover, #coaching-submenu .current-menu-item, #coaching-blue-submenu .current-menu-item {
    font-weight: bold;
}

.page-submenu li a {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
}

#coaching-submenu ul li a:hover, #coaching-blue-submenu ul li a:hover, #coaching-blue-submenu .current-menu-item a {
    border-bottom: 6px solid #fff;
}

/* Testimonials Style */
.testimonial_slider blockquote p {
    padding-bottom: 20px;
    text-align: left;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Work Sans';
}

.testimonial_slider .image-icon {
    border: none;
    font-size: 100px;
    font-weight: bold;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

body .testimonial_slider blockquote span {
    text-align: left;
}

body .testimonial_slider blockquote span:before {
    content: '- ';
}

.testimonial_slider .title {
    display: none;
}

.testimonial_slider .controls ul li span.pagination-switch {
    border: 2px solid #0076c0;
    height: 17px;
    width: 17px;
}

.testimonial_slider .controls ul li span.pagination-switch:hover, .testimonial_slider .controls ul li span.pagination-switch.active {
    background-color: #0076c0;
}

/* Tools Page Style */
.tools-cards {
    margin-right: 3
    0px;
}
.tools-cards p {
    padding: 5px;
}

.tools-cards .wpb_text_column  {
    min-height: 95px
}

.tools-cards img {
    border-bottom: 6px solid #f58220;    
}

.pdf-download-list ul {
    margin-left: 0;
}

.pdf-download-list ul li {
    list-style: none;
    padding: 10px 5px;
}

.pdf-download-list ul li a {
    color: #000 !important;
}

.pdf-download-list ul li:hover {
    background-color: rgba(254,243,233,1);
}

.pdf-download-blue-list ul li:hover {
    background-color: #e6f1f9;
}


.pdf-download-list ul li {
    border-bottom: 1px solid #ccc;
}
.pdf-download-list ul li:last-of-type {
    border-bottom: none;
}

.pdf-download-list ul li:first-of-type {
    border-bottom-color: #f58220;
    color: #f58220;
}

.pdf-download-blue-list ul li:first-of-type {
    color: #0076c0 ;
    border-bottom-color: #0076c0;
}

.pdf-download-list ul li:first-of-type:hover {
    background-color: transparent;
}

.home-slider img {
    margin-top: -9px;    
}

.home-slider h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    margin-bottom: 20px;    
}

.terms-of-use h5, .privacy-policy h5 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.terms-of-use h6, .privacy-policy h6{
    color: #f58220;
    border-bottom: 1px solid #ccc;
    text-indent: 0.5em;
}

.information-use-policy h5 {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #f58220;
}

.information-use-policy h2, .privacy-policy h2 {
    color: #0076c0;
}

.information-use-policy h4, .privacy-policy h4, .terms-of-use h4 {
    font-size: 22px;
    line-height: 30px !important;
    margin-bottom: 20px !important;
}

.information-use-policy h6 {
    border-bottom: 1px solid #ccc;
    padding-left: 0.5em;
}

.information-use-policy h6 span, .privacy-policy h5 {
    color: #f58220;
}

.information-use-policy a {
    color: #0076c0;    
}

blockquote h3 {
    text-indent: -0.5em;
}

.border {
  position: relative;
} 
/* Main .border for border to extend to 50% from bottom left corner */
.border:after {
  content:""; 
  background: #f58220; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  height: 2px; 
  width: 30px;
}


.mfp-hide { display: none; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

.white-popup li {
    margin-top: 10px !important;
    width: 48%;
    float: left;
    margin: 0 5px;
    min-height: 75px;    
}


.white-popup select, .white-popup input[type=number] {
    padding: 10px!important;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #efefef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;    
}
.white-popup input, .white-popup select {
    margin-top: 10px !important;
}

.white-popup h2 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

.mfp-close { color: #000; }

.show-mobile { display: none; }
.hide-mobile { display: block; }

#cbim-generic-form label {  margin-top: 10px; }

@media (min-width: 1299px){
    .container, body[data-ext-responsive="false"] #boxed #header-outer[data-full-width="true"] header > .container, body[data-ext-responsive="false"] #boxed #header-secondary-outer[data-full-width="true"] > .container {
        max-width: 1300px !important;
    }
}

@media (max-width: 690px){
    .home-slider {
        padding: 100px 35px 100px !important;
    }

    .home-slider h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .plr-32 { padding-left: 0px; padding-right: 0px; }
    .pr-32 { padding-right: 0px; }
    .pl-32 { padding-left: 0px; }
    .pr-50 { padding-right: 0px !important; }
    .pl-50 { padding-left: 0px; }
    .mr-10 { padding-right: 0px; }
    .ml-10 { padding-left: 0px; }
    body .vc_row-fluid .wpb_column:not(.m-remove-margins) { margin-bottom: 50px !important; }

    .mplr-30 { padding-left: 30px !important; padding-right: 30px !important; }
    .mplr-10 { padding-left: 10px !important; padding-right: 10px !important; }
    .mpb-50 { padding-bottom: 50px !important; }
    .mpb-25 { padding-bottom: 15px !important; }
    .mpt-25 { padding-top: 25px !important; }
    .mpt-0 { padding-top: 0px !important; }
    .mpb-0 { padding-bottom: 0px !important; }
    .mpt-0 { padding-top: 0px !important }
    .ptb-90 { padding-top: 50px !important; padding-bottom: 50px !important; }
    .pt-90 { padding-top: 50px !important; }
    .pb-90 { padding-bottom: 50px !important; }

    .m-left-align { text-align: left !important; }
    .m-remove-margins { margin: 0 !important; margin-bottom: 0 !important; }
    .m-remove-margin-bottom { margin-bottom: 0 !important; }

    .white-popup li {
        width: 100%;
        float: none;
        margin: 0 5px;
        min-height: 0;    
    }

    #footer-widgets .col:first-of-type {
        padding-top: 50px;
    }

    #footer-widgets .col {
        text-align: center;
        margin-bottom: 0;
        padding: 15px 30px;
        font-size: 12px;
        line-height: 15px;        
    }

    #footer-widgets img { padding-left: 0; }

    #footer-widgets #text-4 {
        text-align: center;
        padding: 0;
    } 

    header#top .span_9 > .slide-out-widget-area-toggle {
        top: -10px;
    }

    .show-mobile { display: block; }
    .hide-mobile { display: none; }

    .m-bg-right .using-image { background-image: url(/wp-content/uploads/2016/08/Advocates_mainbanner_mobile.jpg) !important; }

    .menu .button_solid_color {
        padding-top: 10px; 
        border-top: 2px solid #fff;
        margin-top: 10px;
    }

    body header#top #logo img {
            margin-top: -11px !important;
            margin-left: -5px;
            max-height: 40px!important;
            height: 40px !important;
    }

    #slide-out-widget-area .menuwrapper li {
        margin-bottom: 5px;
    }

    body h3, .row .col h3, .toggle h3 a, .ascend #respond h3, .ascend h3#comments, .woocommerce ul.products li.product.text_on_hover h3, .masonry.classic_enhanced .masonry-blog-item h3.title {
        font-size: 28px;
    }

    .first-section {
        padding-top: 70px !important;
    }

     .ascend #footer-outer #footer-widgets .col ul li {
        padding: 0 !important;
     }

     .ascend #footer-outer #footer-widgets .col ul li:first-of-type a {
        border-top: 2px solid #333 !important;
    }
     .ascend #footer-outer #footer-widgets .col ul li a {
        border-bottom: 2px solid #333 !important; 
        padding: 10px 0 !important;
     }
}

@media only screen and (min-width: 1001px) {
    .new-coaches-kit{
        position: absolute;
        z-index: 12;
        display: block;
        background-image: url(http://www.coachescorner.org/wp-content/uploads/2017/07/new-button.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 40px;
        width: 40px;
        bottom: 32px;
        right: 220px;
    }
}