/*
Theme Name: Salient Child Theme
Author: Prime Web Solution Srl
Author URI:  https://primewebsolution.it/
Template: salient
Version: 1.0
*/

:root {
    --background-color: #F7FAFC;
}

.bkg-color .row-bg-wrap {
    background: var(--background-color);
}

.privacy p {
    display: -webkit-inline-box;
    width: 90%;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 30px !important;
}
.nectar-social.fixed {
    right: 112px !important;
}
.nectar-social.fixed > a:before {
    background-color: var(--nectar-accent-color) !important;
}

@media screen and (max-width: 999px){
	body .container-wrap .vc_row-fluid[data-column-margin="100px"] .wpb_column:not(.child_column),
	body .container-wrap .inner_row[data-column-margin="100px"] .child_column,
	html body .vc_row-fluid[data-column-margin="100px"] .wpb_column:not(.child_column),
	html body .inner_row[data-column-margin="100px"] .child_column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.vc_row-fluid[data-column-margin="100px"] .wpb_column:not([class*="vc_col-xs-"]):not(.child_column):not(:last-child), .inner_row[data-column-margin="100px"] .child_column:not([class*="vc_col-xs-"]):not(:last-child) {
		margin-bottom: 0 !important;
	}
	.certificazioni .vc_col-sm-4 {
		width: 33% !important;
	}
	.nectar-flickity[data-phone-columns="1"]:not(.masonry) .flickity-slider .cell, .nectar-flickity[data-tablet-columns="1"]:not(.masonry) .flickity-slider .cell {
        width: 30%;
    }
	.nectar-button.see-through, body .nectar-button.see-through {
		margin-left: 0 !important;
	}
}

