/*

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

*/


/* GLOBAL */
p {
    text-align: justify
}

a[href^="mailto"] { 
    white-space: nowrap;
}

/* MENU */
#header-outer #top nav > ul > li.menu-item > a {
    min-height: 40px
}

body.material #header-outer #top nav > ul #social-in-menu a {
    margin-top: -20px
}

/* TITLE */

.tpx_title-s1:after, .nectar-carousel-fixed-content h2:after {
    background: #ff1053;
    height: 2px;
    width: 100px;
    content: "";
    display: block;
    margin: 40px 0;
}

.tpx_title-s2:after {
    background: #ff1053;
    height: 2px;
    width: 50px;
    content: "";
    display: block;
    margin: 20px 0;
}

/* FOOTER */

.tpx_footer-bloc {
    padding:10px;
    font-size: 13px;
    line-height: 1.7em;
}

.tpx_footer-bloc_link {
    color:#fff;
    text-decoration:none;
    display:block;
}

.tpx_footer-bloc_link:hover {
    color:#fff;
    text-decoration:none;
    opacity:.8;
}

body #footer-outer .tpx_footer-bloc_icon {
    font-size:40px;
    width:40px;
    margin-right:10px;
    text-align:center;
    display:inline-block;
    vertical-align:middle;
    height:70px;
    line-height:70px;
}

.tpx_footer-bloc_txt {
    width:calc(100% - 60px);
    text-align:left;
    display:inline-block;
    vertical-align:middle;
}

.tpx_f-left {
    float:left;
}


/* SEO */

.tpx_seo-bloc_section {
    background: #fff;
    padding: 40px 0;
    z-index: 20;
}

.tpx_seo-bloc_txt {
    width: 90%;
    padding: 50px 20px;
    max-width: 940px;
    margin: 0 auto;
    color: #7a7a7a;
}


/* MENU FOOTER */

.tpx_footer-menu {
    background: #000;
    z-index: 20;
    text-align: center;
    padding:  0 0 60px;
}

.menu-pieds-de-page-container ul {
    padding: 0;
    margin: 0;
}

.menu-pieds-de-page-container li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.tpx_footer-menu a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 5px 10px;
}

.tpx_footer-menu a:hover {
    opacity: .8;
}


/* RGPD */
#cookie-law-info-again, 
.cookie-law-info-again {
    display: none !important
}


/* CONTACT */
html #ajax-content-wrap div.wpcf7-validation-errors {
    background: #ff5210;
    color: #fff !important;
    border: none;
    margin-top: 30px;
}

html #ajax-content-wrap div.wpcf7-mail-sent-ok {
    background: #679c50;
    color: #fff !important;
    border: none;
    margin-top: 30px;
}

span.wpcf7-list-item.first {
    margin-left: 0;
}

.wpcf7 .row {
    padding-bottom: 0;
}


/* TESTIMONIAL */
.tpx_testimonial .nectar_single_testimonial .inner .open-quote {
    display: none;
}

.tpx_testimonial .nectar_single_testimonial .inner {
    font-size: 33px;
    line-height: 1.4em;
}

.tpx_testimonial .nectar_single_testimonial .inner p {
    margin: 0;
    padding: 0 0 0 60px;
    text-align: left;
}



.tpx_testimonial .nectar_single_testimonial .inner:before,
.tpx_testimonial .nectar_single_testimonial .inner:after {
    display: block;
    color: #bf1e2e;
    font-size: 100px;
    line-height: 30px;
}  

.tpx_testimonial .nectar_single_testimonial .inner:before {
    content: '“';
}

.tpx_testimonial .nectar_single_testimonial .inner:after {
    content: '”';
    text-align: right;
}

/* HOME */
.home h1 {
    font-size: 48px;
}

.title-4 {
    font-family: Nunito;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: .5em;
}

/* MOBILE */

@media (max-width: 690px) {
    html #ajax-content-wrap.col h2, html #ajax-content-wrap h2 {
        font-size: 21px;
        line-height: 24px;
    }

    .home h1 {
        font-size: 24px;
        line-height: 27px
    }

    .tpx_testimonial .nectar_single_testimonial .inner {
        font-size: 21px;
    }

    .tpx_testimonial .nectar_single_testimonial .inner p {
        padding: 0 10px 0;
    }

}

/* FEED */
.fts-jal-fb-header,
.fts-mashup-media-top .fts-jal-fb-user-name,
.fts-mashup-media-top .fts-jal-fb-user-thumb {
    display: none !important
}

.fts-jal-single-fb-post {
    background: #fff;
}

.grecaptcha-badge {
    display: none !important;
}