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

/*** Off Canvas ***/
@media only screen and (min-width: 1000px) {
	body #slide-out-widget-area .inner .off-canvas-menu-container li a {
		line-height: 58px !important;
	}
}

/*** Paragraphs ***/
@media (min-width: 1000px) and (max-width: 1400px) {
	#ajax-content-wrap .font_size_1-1vw.nectar-split-heading,
	.font_size_1-1vw.nectar-split-heading {
		font-size: 18px !important;
	}
}

/*** Forms ***/
.wpcf7-form label {
	font-size: 16px !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
	color: #ff5149;
	box-shadow: none;
}
.wpcf7-form-control-wrap {
	margin-bottom: 1rem;
}
.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label {
	color: inherit !important;
}
.wpcf7-form-control-wrap .wpcf7-acceptance label {
	font-size: 14px !important;
	font-weight: 400 !important;
}
body[data-form-style="minimal"] textarea {
	padding-left: 0;
	padding-right: 0;
}
.wpcf7-form .wpcf7-spinner {
	margin-left: 0;
}
.wpcf7-form input[type=submit] {
	float: right;
}

/*** Column Shortcodes ***/
.one_half {
	width: 49% !important;
	margin-right: 2% !important;
}
.one_half.last_column {
	width: 49% !important;
	margin-right: 0 !important;
}
.one_third {
	width: 32% !important;
	margin-right: 2% !important;
}
.one_third.last_column {
	width: 32% !important;
	margin-right: 0 !important;
}
.two_third {
	width: 66% !important;
	margin-right: 2% !important;
}
.two_third.last_column {
	width: 66% !important;
	margin-right: 0 !important;
}
.one_fourth {
	width: 23.5% !important;
	margin-right: 2% !important;
}
.one_fourth.last_column {
	width: 23.5% !important;
	margin-right: 0 !important;
}
.three_fourth {
	width: 74.5% !important;
	margin-right: 2% !important;
}
.three_fourth.last_column {
	width: 74.5% !important;
	margin-right: 0 !important;
}
.one_fifth {
	width: 18.4% !important;
	margin-right: 2% !important;
}
.one_fifth.last_column {
	width: 18.4% !important;
	margin-right: 0 !important;
}
.two_fifth {
	width: 39% !important;
	margin-right: 2% !important;
}
.two_fifth.last_column {
	width: 39% !important;
	margin-right: 0 !important;
}
.three_fifth {
	width: 59% !important;
	margin-right: 2% !important;
}
.three_fifth.last_column {
	width: 59% !important;
	margin-right: 0 !important;
}
.four_fifth {
	width: 79.6% !important;
	margin-right: 2% !important;
}
.four_fifth.last_column {
	width: 79.6% !important;
	margin-right: 0 !important;
}
.one_sixth {
	width: 15% !important;
	margin-right: 2% !important;
}
.one_sixth.last_column {
	width: 15% !important;
	margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
	.one_half,
	.one_half.last_column,
	.one_third,
	.one_third.last_column,
	.two_third,
	.two_third.last_column,
	.one_fourth,
	.one_fourth.last_column,
	.three_fourth,
	.three_fourth.last_column,
	.one_fifth,
	.one_fifth.last_column,
	.two_fifth,
	.two_fifth.last_column,
	.three_fifth,
	.three_fifth.last_column,
	.four_fifth,
	.four_fifth.last_column,
	.one_sixth,
	.one_sixth.last_column {
		width: 100% !important;
		margin-right: 0 !important;
	}
}

/*** Iubenda ***/
#iub-pp-container img {
	margin-bottom: 0;
	width: 32px;
}


