/*
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
*/




.row .col .wpb_text_column h1,
.row .col .post-area .type-post h1 { margin-bottom: 24px; color:#023047; }
.row .col .wpb_text_column h2,
.row .col .post-area .type-post h2 { margin-bottom: 22px; color:#023047; }
.row .col .wpb_text_column h3,
.row .col .post-area .type-post h3 { margin-bottom: 20px; color:#FB8500; }
.row .col .wpb_text_column h4,
.row .col .post-area .type-post h4 { margin-bottom: 20px; color:#219EBC; }
.row .col .wpb_text_column h5,
.row .col .post-area .type-post h5 { margin-bottom: 1em; color:#219EBC; }
.row .col .wpb_text_column h6,
.row .col .post-area .type-post h6 { margin-bottom: 1em; }
.row .col .wpb_text_column p,
.row .col .post-area .type-post p { padding-bottom: 1em; }

.row .col.light .wpb_text_column h1,
.row .col.light .wpb_text_column h2,
.row .col.light .wpb_text_column h3,
.row .col.light .wpb_text_column h4,
.row .col.light .wpb_text_column h5,
.row .col.light .wpb_text_column h6,
.row .col.light .wpcf7-form p span { color:#ffffff; }

.row .col .wpb_text_column blockquote,
.row .col .post-area .type-post blockquote { margin-bottom: 1em; }
.row .col .wpb_text_column ul,
.row .col .post-area .type-post ul { margin-bottom: 1em; }
.row .col .wpb_text_column ul li,
.row .col .post-area .type-post ul li { padding-bottom: 0.5em; }

.wpb_wrapper > .nectar-milestone { margin-bottom: 0; }

.nectar-leaflet-map .nectar-leaflet-pin { border: 10px solid #FA8500; }

.nectar-post-grid[data-cat-click="static"] .nectar-post-grid-item .content .meta-category a { color: #FA8500; border: 1px solid #FA8500; padding: 5px 10px; border-radius: 5px; margin-right: 5px; margin-bottom: 5px; }

.leaflet-popup-content-wrapper, .leaflet-popup-tip { background-color: #023047 !important; color: #fff !important; }
.leaflet-container a { color: #219EBC !important; }

.toggles--minimal-shadow .toggle.default > .toggle-title a:hover,
.toggles--minimal-shadow .toggle.default.open > .toggle-title a { color: #FA8500; }

.wpcf7 form.sent .wpcf7-response-output { border-color: #46b450; background-color: #46b450; color: #fff; }

/* ordi */
@media only screen and (min-width: 1000px) {

	.mobile-uniquement { display:none; }

    body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a { font-size: 28px; margin-bottom: 16px; }

}

/* mobile */
@media only screen and (max-width: 999px) {

	.ordi-uniquement { display:none; }
	
	.portfolio-desc-list { transform: translateX(-20px); }
	
	#header-outer #top .col.span_3 #logo { padding-right: 40px; }

	.note-ggl { font-size:0.7em; }
	.note-ggl .wpb_wrapper .colonne-gauche img { width:70%; margin-right:0; }

}