/*
 Theme Name:   Univero
 Theme URI:    http://example.com/univero/
 Description:  Univero
 Author:       John Doe
 Author URI:   http://example.com
 Template:     univero

*/

/* NOSA Auditing */

.page-id-12206 #ninzio-breadscrumb {
	display: none;
}

.nosa-auditing-content {
	margin-top: 50px;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-image {
	width: 50%;
	padding-right: 70px;
	text-align: center;
}

.flex-image img {
	max-height: 450px;
}

.flex-image {
	width: 50%;
	text-align: center;
	padding: 50px 70px 50px 0;
}

.flex-bg-image {
	width: 47%;
	background-size: cover;
	background-position: center;
}

.auditing-overview {
	margin: 65px 0;
}

.auditing-overview h3 {
	font-weight: bold;
	font-size: 25px;
	margin: 18px 0;
}

.auditing-overview p {
	font-size: 20px !important;
	font-weight: 300 !important;
}

.slider-nav {
	width: 100%;
	margin-left: -10px;
	margin-right: -10px;
}

.slider-nav .slick-track {
	display: flex !important;
	flex-wrap: wrap;
}

.slider-nav .slick-slide {
	margin: 0 10px;
	border-bottom: 3px solid;
	height: auto;
	float: none;
	font-size: 17px;
	line-height: 1.5;
	opacity: 0.6;
	font-weight: 500;
	min-height: 75px;
	cursor: pointer;
	outline: none;
	width: calc(20% - 20px) !important;
}

.slider-nav .slick-slide.slick-current {
	opacity: 1;
	border-bottom: 5px solid;
}

.slider-content {
	width: 100%;
}

.content-slide {
	margin-top: 65px;
	overflow: auto;
}

.content-slide:first-child {
	margin-top: 0;
}

.content-slide > img {
	width: 30%;
	float: left;
	margin-right: 40px;
}

.slider-text {
	width: calc(70% - 40px);
	float: left;
}

.slider-text h2 {
	margin-bottom: 12px;
}

.slider-text p {
	font-size: 15px;
	line-height: 1.4;
}

.slider-text li {
	font-size: 15px;
}

.page-id-12206 #wrapper-container {
	overflow-x: hidden;
}

.nosa-auditing-form {
	margin-top: 80px;
	background-color: #bccbd0;
	padding: 80px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nosa-auditing-form::before,
.nosa-auditing-form::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #bccbd0;
	position: absolute;
	top: 0;
	z-index: 0;
}

.nosa-auditing-form::before {
	left: -50%;
}

.nosa-auditing-form::after {
	right: -50%;
}

.nosa-auditing-form .left, 
.nosa-auditing-form .right {
	position: relative;
	z-index: 2;
}

.nosa-auditing-form .left {
	width: 33%;
}

.nosa-auditing-form .left h2 {
	color: #fff;
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 15px;
	margin-top: 0;
}

.nosa-auditing-form .left p {
	font-size: 16px;
}

.nosa-auditing-form .right {
	width: 56%;
}

#gform_wrapper_1 .gfield_label {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
}

#gform_wrapper_1 .gfield_required {
	color: #4a5e69;
}

#gform_wrapper_1 .gfield .large {
	padding: 13px 17px !important;
	border: none;
	outline: none;
}

#input_1_9 {
	height: 200px;
	resize: none;
}

#gform_wrapper_1 .gfield_consent_label {
	font-size: 14px;
}

#gform_wrapper_1 .gfield_consent_label a {
	color: #777777;
}

#gform_submit_button_1 {
	border: none;
	background-color: #06a54f;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	margin: 0;
}

@media (max-width: 1023px) {
	.slider-nav .slick-slide {
		width: 100% !important;
		min-height: unset;
		margin-bottom: 17px;
		padding-bottom: 1em !important;
	}
	.content-slide {
		margin-top: 30px;
	}
	.content-slide > img {
		width: 100%;
		float: left;
		margin-right: 0;
		max-height: 400px;
		object-fit: cover;
		margin-bottom: 30px;
	}
	.slider-text {
		width: 100%;
	}
	.nosa-auditing-form .left {
		width: 100%;
		margin-bottom: 35px;
	}
	.nosa-auditing-form .right {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.flex-image {
		width: 100%;
		padding: 0 0 40px 0;
	}
	.flex-bg-image {
		width: 100%;
		height: 400px;
	}
	.auditing-overview p {
		font-size: 16px !important;
	}
	#gform_submit_button_7 {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.flex-bg-image {
		height: 300px;
	}
}