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



.medium-container {
	max-width:1350px;
	margin:0 auto;
}
.mini-container {
	max-width:1100px;
	margin:0 auto;
}
.wpb_wrapper>div.nectar-split-heading {
	margin-bottom:10px;
}
.nectar-sticky-media-section__content-section-inner .row-bg-wrap {
	background-color:#efefef;
}
.nectar-icon-list[data-icon-style=border] .list-icon-holder {
	border:2px solid #C5322B
}
.nectar-icon-list:after {
	display:none;
}
.nectar-fancy-box[data-style=image_above_text_underline] .text {
	text-align:center !important;
	padding: 30px 10% 30px 10%;
	background-color:#efefef;
}
.wpcf7-form .row {
	padding-bottom:0;
	display:flex;
	gap:20px;
}
.wpcf7-form .row:after, .wpcf7-form .row:before {
	content:none !important;
}
.wpcf7-form .row .col-6 {
  flex: 0 0 calc(50% - 10px); /* 10px = gap/2 se gap è 20px */
}
.wpcf7-form p {
	padding-bottom:0 !important;
}

.wpcf7-form input {
	margin-bottom:20px;
}
#footer-widgets p {
	font-size:16px;
	color:#ccc
}
#footer-outer #footer-widgets .widget h4 {
	color:white !important;
	text-transform:none;
	font-size:21px;
}
.column-image-bg {
	background-size:cover !important;
}
.nectar-scrolling-tabs .scrolling-tab-nav a {
	font-weight: bold;
}
#copyright .col.span_5 p {
	display:none;
}
#block-7 {
	color:white;
}
.reparti-mobile {
	display:none;
}


@media (max-width: 1200px) {
	.reparti-media p {
		font-size:18px !important;
		line-height:24px;
	}
}

@media (max-width: 999px) {
.tab-nav-heading.nectar-bg-pseudo-accent-color {
	font-weight:bold;
}
	body p {
		font-size:18px;
	}
}

@media (max-width: 767px) {
.wpcf7-form .row {
	padding-bottom:0;
	display:block;
}
	.reparti-media {
		display:none !important;
	}
	.reparti-mobile {
		display:block !important;
	}

}