html,
body {
	padding: 0;
	margin: 0;
}
* {
	box-sizing: border-box;
	word-break: break-word;
}
.row {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 2em;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

.medium-centered,
.small-centered,
.large-centered{
	margin: 0 auto;
}

section {
	padding: 3.5em 0;
	float: left;
	width: 100%;
}
.overlay {
	position: fixed;
	display: none;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	padding: 2em 0;
}
.nopad {
	padding: 0 !important;
}
.nopadright {
	padding-right: 0;
}
.nopadleft {
	padding-left: 0;
}
.text-center {
	text-align: center;
}
.row.flex{
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 639px) {
	.row.flex{
		display: block;
	}
}

/**
 *
 * YOAST Breadcrumns
 *
 */
.wrap-breadcrumbs {
	background-color: #f7f7f7;
	padding: 20px 0 20px 0;
}
#breadcrumbs,
#breadcrumbs span {
	color: #666;
	font-size: 16px;
	margin: 0;
}
#breadcrumbs a {
	font-weight: bold;
	text-decoration: underline;
}

/**
 *
 * Paginazione
 *
 */
.paginazione h2 {
	display: none;
}
.paginazione .page-numbers {
	background-color: #ccc;
	color: #333;
	border-radius: 50%;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}
.paginazione .current {
	background-color: green;
	color: #fff;
}
.paginazione .next,
.paginazione .prev {
	width: auto;
	background-color: unset;
	border-radius: 0;
}

/**
 *
 * Footer
 *
 */
footer {
	background-color: #000;
	padding: 1em 0 1em 0;
	clear: both;
}

footer p,
footer p a {
	color: #fff !important;
	font-size: 12px !important;
	margin-top: 0;
}


.footerwidget {
	background-color: #000;
	padding: 0 0 2em;
	position: relative;
}

.footereffectimg {
	position: absolute;
	top: -90px;
	z-index: 2;
}
.footerwidget div {
	position: relative;
	z-index: 3;
}
.footerwidget {
	padding-top: 40px;
}

.footerwidget *{
	color: #fff;
}
.footerwidget .widget-sidebar h4.widget-title span{
	font-size: 30px;
	margin: 0;
}
.footerwidget h2 {
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
}
.footerwidget a.btn {
	width: 100%;
	font-size: 18px;
	padding-left: 0;
	padding-right: 0;
}

.footerwidget a.btn.mtop{
	margin-top: 20px;
}

.footerwidget .orario h2 {
	margin-bottom: 20px;
}
.footerwidget .orario p {
	font-size: 18px;
	padding-bottom: 0;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 2px;
}
.footerwidget .orario strong {
	display: inline-block;
	width: 100px;
}

.footerwidget .contacts i {
	font-size: 20px;
	display: inline-block;
	color: #000;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}
.footerwidget p.mtop {
	margin-top: 5px;
}

.footerwidget p {
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 10px 0;
	opacity: 0.9;
	display: block !important;
}

.footerwidget p i {
	font-size: 25px;
	margin-right: 10px;
}

/**
 *
 * Form Field
 *
 */
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5rem;
	padding-left: 0.5rem;
	border: 1px solid #cacaca;
	margin: 0 0 0.75rem;
	margin-bottom: 0.75rem;
	font-family: inherit;
	font-size: 1.3rem;
	color: #0a0a0a;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
	border-radius: 0;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 50px;
}
input[type="submit"] {
	border: 0;
	background-color: #ffd91e;
	color: #000;
	font-weight: 900;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
}
label {
	display: block;
	overflow: hidden;
}

/*
 * Popup continua
 */

.popup.exit-pop {
	height: auto !important;
}
.closepop {
	width: 100%;
	background: #ddd;
	display: block;
	text-align: center;
	color: red;
}
.popup {
	background-position: center right;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999999;
	max-width: 650px;
}
.exitintent {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 999999;
}
.popup .pop-content {
	background: rgba(255, 255, 255, 1);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 3em;
	z-index: 2;
	position: relative;
	overflow: scroll;
	height: 100%;
}
.popup .pop-content h4 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
}
.popup p.privacy label,
.popup p.privacy label a {
	font-size: 14px;
}
.popup p.occhiello {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
span.close_popup {
	display: inline-block;
	background: red;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
}
.popup h2 {
	font-size: 35px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #000 !important;
}
.popup button._submit {
	color: #fff;
	background-color: #c59d5f;
	padding: 10px 20px;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.4em;
}
._field-wrapper {
	position: relative;
}
.icona-input {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #c59d5f;
	display: block;
	height: 100%;
	text-align: center;
	padding: 10px;
	width: 50px;
}
.icona-input > i {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.popup input[type="text"],
.popup input[type="email"] {
	padding-left: 60px;
}
._form-label label {
	font-size: 16px;
	font-weight: bold;
}
.privacy_checklist ul li label {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}


.widget-sidebar h4.widget-title > span {
	font-size: 25px !important;
}

/** Editoriali **/
.editoriali img {
	border-radius: 5px;
	margin-bottom: 10px;
}

@keyframes big {
	0% {
		transform: scale(1); box-shadow: 0 0 10px -5px;
	}
	100% {
		transform: scale(1.1); box-shadow: 0 0 15px -5px;
	}
}

.editoriali img:hover{
	-webkit-animation: big .3s linear forwards;
	-o-animation: big .3s linear forwards;
	animation: big .3s linear forwards;
}

.hero-editoriali::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.hero-editoriali {
	margin-top: 20px;
	padding: 8em 0;
	background-position: center;
	background-size: cover;
	position: relative;
}

.hero-editoriali h2{
	color: #ffffff;
	z-index: 3;
	margin: 0;
	position: relative;
	font-size: 60px;
	text-transform: uppercase;
}

.videoed video{
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px -5px;
}

/** Proposte **/

.hero-proposte{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	padding-top: 9em;
	padding-bottom: 8em;
}
.hero-proposte h2 {
	color: #fff;
	font-weight: bold;
	font-size: 70px;
	margin: 0;
}
.hero-proposte p, .hero-proposte a {
	color: #fff;
	font-size: 24px;
}

.riquadro-proposte {
	padding: 1em;
	border: 1px solid #9b1c33;
	background-color: #ffffff;
	min-height: 300px;
	margin: -50px 5px 10px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	position: relative;
	z-index: 4;
	-webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px -5px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px -5px rgba(0,0,0,0.4);
}
.proposte-content .columns.medium-3 {
	padding: 0;
}

.riquadro-proposte h3{
	margin: 0;
	font-size: 30px;
}

.riquadro-proposte p.price-p{
	font-weight:bold;
	text-align: right;
	font-size: 20px;
	margin: 0;
}

.proposte-content{
	padding-top: 0;
}

.slider-proposte .owl-next {
	right: 0;
	position: absolute;
}
.slider-proposte .owl-prev {
	left: 0;
	position: absolute;
}
.slider-proposte .owl-nav {
	top: 45%;
}

.riquadro-sposaproposte.riquadro-proposte {
	min-height: 380px;
	padding: 2em 1em;
}


/** Testimonial **/
.riquadro-testimonianze {
	border: 1px solid #e1e2e2;
	border-radius: 15px;
	background: #fff;
	min-height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}


.riquadro-testimonianze i {
	color: #000;
	font-size: 40px;
}

.recensioni-home {
	background: #FEF9F5;
	padding: 6em 0;
}


.recensioni-home h2 {
	margin: 0 0 60px;
	text-align: center;
	font-size: 60px;
	text-transform: uppercase;
}


.recensioni-home .owl-nav {
	top: 40%;
	position: absolute;
	width: 115%;
	left: 50%;
	transform: translate(-50%,0);
}


.recensioni-home .divider{
	margin-bottom: 60px;
}

.recensioni-home a.btn{
	margin-top: 30px;
}

.readmore_a{
	text-decoration: underline;
}


.footerwidget img {
	max-width: 100% !important;
}
.medium-5.columns.rightfoot {
	display: flex;
	align-items: center;
	flex-flow: wrap;
}
.medium-5.columns.rightfoot img {
	max-width: 98% !important;
	border-radius: 10px;
	margin: 0 5px !important;
	display: block;
}
.medium-5.columns.rightfoot div {
	width: 50%;
	margin: 0 auto;
}

@media only screen and (max-width: 639px){
	.riquadro-testimonianze {
		padding: 30px;
	}
	.owl-nav{
		position: relative !important;
	}
}



@media only screen and (max-width: 639px) {

	/** Editoriali **/
	.hero-editoriali {
		padding: 6em 0 4em;
	}
	.hero-editoriali h2{
		font-size: 40px;
	}
	.videoed .columns{
		margin-bottom: 30px;
	}

	/** Hero lavora con noi **/
	.page-full .hero-page{
		padding: 5em 0 1em !important;
	}

	/** Proposte **/

	.hero-proposte h2{
		font-size: 50px;
	}

	.hero-proposte p, .hero-proposte a{
		font-size: 20px;
	}
	.proposte-hero {
		margin-top: 40px;
	}
	.hero-proposte{
		padding-top: 6em;
		padding-bottom: 6em;
	}


	.riquadro-proposte {
		padding: 2em;
		min-height: 1px;
		margin: -50px 5px 70px;
	}

	.riquadro-proposte .content-riquadro-proposte{
		width: 100%;
	}

	.blog .row.blog-row .columns.medium-8 {
		padding: 0 !important;
		max-width: 100% !important;
	}
}

/** Blog **/
.bloghome {
	background-color: #ffffff;
	z-index: 2;
	position: relative;
}

.bloghome .columns.medium-4 {
	padding: 0 0.5em;
}
.head-img img {
	position: relative;
}
.head-img {
	overflow: hidden;
	position: relative;
}
.content-bhome p {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.8);
}
.content-bhome h3 {
	font-size: 22px;
}
.content-bhome {
	padding: 2em;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: 30px;
}
.content-bhome a.more_read {
	font-size: 16px;
	display: block;
	text-align: right;
	font-style: italic;
	text-decoration: underline;
}
.bloghome .columns.medium-4 {
	z-index: 2;
	position: relative;
}

.bloghome h2.text-center {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 50px;
}

/** Servizi **/


.riquadro-single-serv h3 {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 50px;
}
.riquadro-single-serv p {
	margin: 0;
	color: #fff;
}

.riquadro-single-serv {
	padding: 8em 3em;
	background: #b77f1c;
	border-radius: 10px;
	box-shadow: 2px 2px 20px -8px #ddd;
}
.single-serv .row {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
	padding: 0 30px 30px 0;
}
.riquadro-content-single-serv h4 {
	font-size: 20px;
	margin: 0;
}
.riquadro-content-single-serv p {
	font-size: 16px;
}
.riquadro-content-single-serv {
	padding-bottom: 10px;
	padding-top: 30px;
}
.contenuto-servizi-page .row .columns:first-child {
	padding-left: 0;
}

.wrap-chisiamo.wrap-listserv .hero-page{
	min-height: 65vh;
}


.wrap-chisiamo.wrap-listserv .hero-page .overlay-hero{
	background-color: rgba(0,0,0,0.2);
}
.imgservbig {
	min-height: 60vh;
	background-size: cover;
	background-position: center;
}

.contenuto-servizi-page a {
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 639px) {
	.contenuto-servizi-page .row .columns:first-child {
		padding-left: .9375rem;
	}
	.wrap-chisiamo.wrap-listserv .hero-page {
		min-height: 45vh;
		background-position: center right;
	}
	.single-serv .row {
		padding: 0;
	}
	.riquadro-single-serv {
		padding: 5em 1em;
	}
	.riquadro-content-single-serv {
		padding: 2em 1em 0;
	}
	.riquadro-content-single-serv h4 {
		font-size: 22px;
		line-height: 1.4;
		margin: 0;
	}
	.wrap-chisiamo.wrap-listserv .hero-page h1{
		text-align: center;
	}
}