/*
Theme Name: 	Blog
Description: 	Responsive WordPress Theme based on Boostrap and Font Awesome.
Version:     	1.0
Author:     	Emiliano Piccioni
Author URI:   -
Site:         -
Text Domain: 	nakedpress
Domain Path: 	/languages
Tags:        	grid-layout, blog, custom-menu, featured-images, right-sidebar
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


body, html { margin: 0; padding: 0; /*height: 100%;*/}
body.admin-bar .navbar-fixed-top { position: fixed; top: 32px; z-index: 1000;}


/* ------------------------------------------------------------------------- *
/* ! Base */
/* ------------------------------------------------------------------------- */

/* ! Reset */
body, html{ font-size: 18px; line-height:1.2em; font-family: 'Montserrat', sans-serif; box-sizing: border-box;margin: 0;padding: 0; overflow-x: hidden;}
*,*:before,*:after{ box-sizing: border-box; }
h1,h2,h3,h4,h5,h6, p, ol, ul{margin: 0;padding: 0;}
ol,ul{list-style-type: none;}
img{height: auto;}
a{color: #bc00d4; overflow-wrap: break-word; text-decoration:none;}
a:hover{color: #9000a3; text-decoration:none;}
hr{border:none; border-bottom: 1px solid #ddd}

/* ! Title system*/
.text-0{font-size: 5rem; line-height: 1;}
h1, .text-1{font-size: 3.4rem; line-height: 3rem;}
h2, .text-2{font-size: 2.2rem;}
h3, .text-3{font-size: 1.5rem; line-height: 1.5rem;}
h4,p, .text-4{font-size: 1.1rem; line-height: 1.4rem;}

h1, h2, h3, h4, p, ol, ul {margin-bottom: 1rem;}

@media (max-width: 768px){
	.text-0{font-size: 4rem;}
	h1{font-size: 2.2rem; line-height: 2.2rem;}
}

/* ! Button system*/
.button{font-size: 1rem; background: #FF5C5C; color:#fff; padding: 14px 25px; display: inline-block; border-radius:10px; text-transform: uppercase; font-weight: bold; cursor:pointer; font-size:20px;}
.button:hover{background: #f31616;}

.richiedi{display: block; text-align: center; margin: 50px auto; width: 250px;}


/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Header */
/* --------------------------------------------------------------------------------------------------------------------------- */
.header{background: transparent; /*background: #bef8ff;*/ z-index: 100; position: fixed; top:0; left: 0; padding: 28px 0px 25px; width: 100%; height: 80px;}
.is-scrolled .header{background:#FFF;}

.loghi{/*width: 300px;*/ display: block;top: 25px; left: 50%; margin: 0; position: absolute; 
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);}
.is-scrolled .loghi{left:3%; top: 0; 
	-ms-transform: translate(0%, 0%); 
	transform: translate(0%, 0%);}

.header__logo{width: 200px;height: auto;}
.header__logo img{-webkit-filter: drop-shadow(0px 0px 7px #FFF); filter: drop-shadow(0px 0px 0px 0px #FFF);}
.is-scrolled .header__logo{width: 160px;}
.is-scrolled .header.clearfix .grid.grid--center .col-90{text-align:left;}



/* ------------------------------------------------------------------------- *
/* ! Modules */
/* ------------------------------------------------------------------------- */
.hero{width: 100%; height: 500px; box-sizing: border-box; position: relative; align-items: center; display: flex; overflow-x: hidden; background: url(img/hero.jpg) center center / cover no-repeat;}
.hero::before{content: ' '; position: absolute;
    width: 100%;
    height: 500px;
    background: rgba(255,255,255,0.5)}

.hero__content{width:100%; position: absolute; text-align: center; box-sizing: border-box; z-index: 10;}
.hero__title{font-size: 45px;text-transform: uppercase; font-weight: 900; margin:0; line-height: 55px; color:#42B8A5; padding:15px 0px; text-align:left;}
.hero__subtitle{font-size: 25px; font-weight: 400; padding:15px; line-height: 35px; margin-top: 20px; color:#42B8A5; text-align:left;}

.hero__underline{position: relative; display: inline-block;}
.hero__underline::after{content:' '; width:0px; height: 4px;position: absolute;background: #AE024C;left: 0;bottom: 0; animation:line-grow 4s infinite ease-in-out;}


/* Scroll down */
.scroll-down-icon{width: 100px;height: 85px; position: absolute; left: 50%; margin-left: -50px; display: block; bottom:20px;}
.line-center{background: #fff; width: 4px; height: 0px; opacity: 0; position: absolute; left: 50%; animation: vertical_line_growth 4s cubic-bezier(.215, .61, .355, 1) infinite;}
.line-center span{position: absolute;bottom: -55px;width: 100px;display: block;left: -48px;text-align: center;color: #fff;text-transform: lowercase;font-size: 16px;}
.line-center span img{transform: rotate(90deg); width:16px; height:auto; margin-bottom:15px;}


@keyframes vertical_line_growth{
	0% {height: 0; opacity: 0;}
	20% {height: 0; opacity: 0;}
	40% {height: 0; opacity: 1;}
	60% {height: 30px; opacity: 1;}
	80% {height: 30px; opacity: 1;}
	100% {height: 30px; opacity: 0;}
}




@media (max-width: 768px) {
	.hero__title{font-size: 35px;line-height: 45px; margin-top:80px;}
	.hero__subtitle{font-size: 25px; line-height: 35px;}
	.scroll-down-icon{margin-top: 0px;}
}




/* ------------------------------------------------------------------------- *
/* ! Index */
/* ------------------------------------------------------------------------- */

/* Home Title */
.home-title { position: absolute; top:-9999px; color: #fff; font-size: 12px;}


/* ------------------------------------------------------------------------- *
/* ! Sidebar */
/* ------------------------------------------------------------------------- */
.widget_search{margin-bottom: 50px;}


/* ------------------------------------------------------------------------- *
/* ! Footer */
/* ------------------------------------------------------------------------- */
/*.footer{background: #A8A8A8; padding: 50px 15px; text-align: center; color:#FFF;}
.footer a{color:#FFF;text-decoration:underline;}
.footer p{margin-bottom:0;}*/
.footer{background: none; padding: 50px 15px 30px; text-align: center; color:#333;}
.footer a{color:#333!important;text-decoration:underline!important;}
.footer p{margin-bottom:0;}



/* ------------------------------------------------------------------------- *
/* ! PAGE ARTICOLO */
/* ------------------------------------------------------------------------- */
.single{margin-top:100px; }
.single .container{margin-top:180px; }
.single-title{font-size:40px; font-weight:bold; line-height: 45px;}

p.fonte{font-size:16px; font-style: italic; margin-top: 15px; color: #666;}
p.fonte a{color: #666; text-decoration: underline;}




/***************************
PAGE TEMPLATE LANDINGTEST
****************************/
.page-template-landingtest {background:#EFEFEF;}
.page-template-landingtest.is-scrolled .header{background: rgba(255,255,255,0);}

.page-template-landingtest .header__logo{display:none;}

.page-template-landingtest .panel{padding: 40px 0px;}

.page-template-landingtest p{font-size: 18px;line-height: 1.2em;color: #333;}

.page-template-landingtest .wp-block-image {margin: 1em auto; text-align: center; width: 320px; padding:10px; background:#FFF;}

.page-template-landingtest .fdc-cookielaw__banner.bottomBanner.showBanner{display:none;}



/***************************
QUIZ SURVEY MASTER
****************************/
/*STILI GENERICI VECCHI*/
.qsm-auto-page-row.quiz_begin{
	text-align: center!important;
}

.page-template-landingtest h1{display:none;}

.page-template-landingtest h6 i span{
    font-size: 12px;
    font-style: italic;
    line-height: 15px!important;
}

.qmn_btn.mlw_qmn_quiz_link.mlw_next{
	display:block!important;
}

.quiz_section{
	padding:0!important;
}

.mlw_qmn_message_before{
	border-bottom:none!important;
	line-height: 22px;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.qmn_pagination{
	border-top:none!important;
	padding:25px 0 0 0!important;
	align-items: flex-start!important;
	flex-direction: row!important;
}

.qmn_pagination.border.margin-bottom{
	margin-bottom: 0!important;
	width: 100%!important;
}

.qsm-progress-bar{
	padding: 21px 15px 0px!important;
}

.qsm-progress-bar .progressbar-text{
	right: 0!important;
	left:0;
	font-size: 16px!important;
	top:7px!important;
}

.qmn_quiz_container .mlw_previous{
	margin-bottom: 0!important;
}

.qsm-contact-type-text{
	display:none;
}

.qsm-contact-type-email{
	display: none;
}

.quiz_section .mlw_qmn_new_question{
	font-size: 25px;
	color:#333;
}

/*QSM PAGINE DOMANDE*/
.qsm-auto-page-row{
	text-align: left!important;
}

.qsm-featured-image img{
	width: 100%;
    height: auto;
	margin-bottom: 15px;
    border-radius: 10px 10px 0px 0px;
    margin-top: -10px;
}

.quiz_section .mlw_qmn_question.qsm_remove_bold{
	color: #666;
    margin-top: 10px;
    line-height: 18px;
    font-size: 15px;
    font-style: italic;
}

.qmn_mc_answer_wrap,
.qsm_check_answer {
	margin: 0!important;
	padding:11px 5px 11px 35px;
	color: #666;
	border: 1px solid #fff;
	border-radius:7px;
	display:flex!important;
}

.qmn_quiz_radio,
.qsm_check_answer input{
	height: 16px;
	width: 16px;
	margin-left: -29px;
	margin-right:7px;
}


/*QSM ERRORE CAMPO NON COMPILATO*/
#mlw_error_message{display: none;}
.quiz_section.qmn_error .qmn_radio_answers{border:1px solid red!important;}
.qmn_error_message{color:#fff!important; border:1px solid red!important; background: red!important; font-weight: bold; margin-top:30px!important;}
.quiz_section.qmn_error:after{background: red!important; content:'!'!important; font-weight: 900; height: 25px!important; width: 25px!important; padding-top: 2px; right:-5px!important; top:auto!important; bottom:-7px;}


/*///////////////////////////
QSM COLORI BUTTON
///////////////////////////*/
.qmn_btn.mlw_qmn_quiz_link.mlw_previous,
.qmn_btn.mlw_qmn_quiz_link.mlw_next,
.qmn_quiz_container.qsm_auto_pagination_enabled .quiz_section.quiz_end .qsm-btn{
	color:#FFF!important; 
	background:#0b63a3!important;
}

.qmn_btn.mlw_qmn_quiz_link.mlw_previous:hover,
.qmn_btn.mlw_qmn_quiz_link.mlw_next:hover,
.qmn_quiz_container.qsm_auto_pagination_enabled .quiz_section.quiz_end .qsm-btn:hover{
	color:#FFF!important;
	background:#357BAE!important;
}

.qmn_mc_answer_wrap:hover,
.qsm_check_answer:hover{
	background-color: #e8f3ff;
	border: 1px solid #0b63a3;
}

/*///////////////////////////
QSM AGGIORNAMENTO
///////////////////////////*/
.qsm-quiz-container{max-width:450px; /*min-height: 281px;*/ margin:0px auto; width:100%; height:auto; padding: 30px 20px; background-color: #fff; text-align: center; border-radius:10px;	box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 40%);}

.page-template-landingtest .alignnone{margin-bottom: 30px; width:200px;}

.mlw_qmn_message_before h2{font-size:30px; line-height: 34px; color:#333; font-weight: bold; margin-bottom: 0;}

.qmn_btn.mlw_qmn_quiz_link.mlw_next.mlw_custom_start{display:none!important;}

.qmn_quiz_container .qmn_btn{padding: 8px!important; min-width: 90px!important; font-size: 14px!important;}

.quiz_section .qmn_radio_answers .qmn_mc_answer_wrap label,
label.qsm-input-label{font-size:18px!important;	line-height: 20px; width:100%;}	



/*QSM BUTTON SUBMIT*/
.qsm-btn.qsm-submit-btn.qmn_btn{height: 38px!important; border: none; bottom: 20px!important; line-height: unset; right:20px!important; border-radius: 3px!important; text-align: center!important;
}

/*QSM BUTTON INIZIA TEST*/
.qmn_btn.mlw_qmn_quiz_link.mlw_next.inizia-test{width:80%; margin:35px auto; font-weight:bold; font-size:1.3rem!important; padding:12px!important;}


/*NUOVI STILI PER RENDERE CLICCABILE TUTTO IL BOTTONE*/
/*QSM PAGINE DOMANDE*/
.qmn_mc_answer_wrap,
.qsm_check_answer {margin: 10px 0!important; padding: 20px 0 20px 35px; color: #666; border: 1px solid #e1e1e1; cursor: pointer; display: flex!important; position: relative; border-radius:45px; background: white;}
.qmn_quiz_radio,
.qsm_check_answer input{height: 34px; width: 15px; margin: 0 7px 0 -17px;}
.quiz_section .qmn_radio_answers .qmn_mc_answer_wrap label,
label.qsm-input-label{font-size: 18px!important; line-height: 20px; width: 100%; position: absolute; left: 0; right: 0; max-width: 100%!important; margin: 0!important; padding: 18px 10px 18px 45px!important; top: 50%; transform: translate(0, -50%);}	
.qmn_error_message{border-radius:45px;}





/***************************
PAGE TEMPLATE TESTFORM
****************************/
.page-template-testform .testform-hero{height: 350px;}

.page-template-testform .panel{padding: 0px;}
.page-template-testform .footer{position: relative;}

.page-template-testform .contenitore{padding: 0 20px!important;}

/*.page-template-testform .logo{margin-top:0!important;}
.page-template-testform .logo img{width: 130px;}*/

.page-template-testform h2{font-size: 30px; line-height:27px; color: #fff;font-weight: bold;text-align: center;background: #42B8A5;padding: 10px 20px;width: 300px;
    border-radius: 25px 0;margin:-35px auto 0px;box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);transform: rotate(-2deg);}

.page-template-testform p{font-size: 18px;line-height: 24px;color: #333;}

.page-template-testform h3{font-size: 25px;line-height: 30px;margin-top:30px;	color: #333;font-style: italic;font-weight: bold;}

.page-template-testform .fdc-cookielaw__banner.bottomBanner.showBanner{display:none;}

.light{opacity:0.2; margin-top:0!important}
.medium{opacity:0.5;margin-top:0!important}
.heavy{opacity:0.8;margin-top:0!important}

.video-recensione {max-width: 600px; margin: -16px auto -100px; border-radius: 20px; border: 1px solid #999; box-shadow: 0px 0px 20px #A3A3A3;padding:10px 10px 5px;}

.wp-block-video video {border-radius: 17px;}
.wp-block-video figcaption {text-align:center; margin-top:0.8em;}





/***************************
PAGE TEMPLATE LANDING CONSULENZA
****************************/
.page-template-landingconsulenza .fdc-cookielaw__banner.bottomBanner.showBanner{display:none;}

.page-template-landingconsulenza h2{font-size: 30px;color: #fff;font-weight: bold;text-align: center;background: #1d9bff;padding: 10px 20px;width: 300px;border-radius: 25px 0;margin:-35px auto 0px;box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);transform: rotate(-2deg);}

.page-template-landingconsulenza p{font-size: 18px;line-height: 24px;color: #333;}


/***************************
CONTACT FORM
****************************/
.wpcf7{padding: 50px 0px; margin:100px auto 50px; background: #A8A8A8;}

.wpcf7-form h3{color:#FFF;font-weight: normal;text-decoration: underline;}

.wpcf7 p{margin-top:25px; line-height: 24px; font-size: 18px; color:#fff!important;}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{margin-top:5px;}

.wpcf7-form-control-wrap{bottom:-2px;}

input.wpcf7-form-control.has-spinner.wpcf7-submit{font-weight: bold;}

.wpcf7-list-item{margin:0;}
.wpcf7-list-item input{width:18px; height:18px; margin:0px 6px 0px 0px}

input[type=text], 
input[type=tel],
input[type=email]{background:#FFF!important;}

input.wpcf7-form-control.has-spinner.wpcf7-submit{background-color: #FF5C5C; 	border-radius:10px;	cursor:pointer;}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{background-color: #f31616;}

.wpcf7-form.init.test-quiz.wpcf7-acceptance-as-validation a,
.wpcf7-form.init.consulto.wpcf7-acceptance-as-validation a{color: #FFF; text-decoration:underline;}

.wpcf7-form.init.consulto.wpcf7-acceptance-as-validation p.super-button input.wpcf7-form-control.has-spinner.wpcf7-submit{font-size:20px; cursor:pointer; white-space: break-spaces;}

.wpcf7-form.init.consulto.wpcf7-acceptance-as-validation p.super-button input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{background:#f31616!important;}

/*.invisible{display: none;}*/

.wpcf7 form .wpcf7-response-output {border-color: red!important; color: white; background-color: red; padding: 10px; text-align: center; font-weight: bold; /*margin-top:-80px;*/}
.wpcf7-not-valid-tip{color: #fff !important; font-weight: bold !important; background-color: red; padding: 5px 10px; width: fit-content; margin-top:-15px; position: absolute; left: 20px; border-radius:10px;}
.wpcf7 .cta{margin:20px auto!important;}
p.acconsento{font-size:13px; line-height:17px;}



/***************************
PAGE TEMPLATE LANDING COUPON
****************************/
.page-template-landingcoupon .fdc-cookielaw__banner.bottomBanner.showBanner{display:none;}

.page-template-landingcoupon .coupon{max-width:650px;}

.page-template-landingcoupon .button{background-color: rgb(188, 0, 212);animation: ombra_scura 4s infinite;}

@keyframes ombra_scura{
	0% {box-shadow:0px 0px 0px #333;}
	50% {box-shadow:0px 0px 15px #333;}
	100% { box-shadow:0px 0px 00px #333;}
}

.page-template-landingcoupon .button:hover{background-color: rgb(188, 0, 212);}

.page-template-landingcoupon h2{font-size: 30px;color: #fff;font-weight: bold; text-align: center; background: #333; padding: 10px 20px; width: 300px; border-radius: 25px 0; margin:-35px auto 0px; box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%); transform: rotate(-2deg);}

.page-template-landingcoupon p{font-size: 18px;line-height: 24px;color: #333;}
.page-template-landingcoupon a{color: #bc00d4; overflow-wrap: break-word; text-decoration:none;}



/* -- CONTACT FORM COUPON -- */
.page-template-landingcoupon .wpcf7{padding: 20px 10px; margin:100px auto 100px; background-color: rgba(0, 0, 0, 0.78); max-width: 630px;}

.page-template-landingcoupon .wpcf7-form h3{color:#FFF;font-weight: normal;text-decoration: underline;}

.page-template-landingcoupon .wpcf7 p{margin:0px; line-height: 24px; font-size: 18px; color:#fff!important;}

.page-template-landingcoupon .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{margin-top:0px;}

.page-template-landingcoupon input.wpcf7-form-control.has-spinner.wpcf7-submit{font-weight: bold;}

.page-template-landingcoupon .wpcf7-list-item{margin:0;}

.page-template-landingcoupon input[type=text], 
.page-template-landingcoupon input[type=tel],
.page-template-landingcoupon input[type=email]{background:#FFF!important; padding:12px 18px!important; border-radius:10px!important; width:100%!important; border: 1px solid rgba(0,0,0,0.13);
    border-bottom: 3px solid rgba(0,0,0,0.13);}

.page-template-landingcoupon .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{background-image:url(img/user.png)!important; background-repeat:no-repeat!important; background-position: top 10px right 10px!important;}

.page-template-landingcoupon .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{background-image:url(img/email.png)!important; background-repeat:no-repeat!important; background-position: top 16px right 10px!important;}

.page-template-landingcoupon .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel{background-image:url(img/phone.png)!important; background-repeat:no-repeat!important; background-position: top 10px right 10px!important;}

.page-template-landingcoupon .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.comune{background-image:url(img/location.png)!important; background-repeat:no-repeat!important; background-position: top 10px right 10px!important;}

::placeholder {color: #aaa;}

.page-template-landingcoupon input.wpcf7-form-control.has-spinner.wpcf7-submit{background-color: rgb(188, 0, 212); border-radius:10px; cursor:pointer; font-size: 22px; width:100%!important; margin-top:25px!important; animation: ombra 4s infinite; white-space: break-spaces;}

@keyframes ombra{
	0% {box-shadow:0px 0px 0px #ddd;}
	50% {box-shadow:0px 0px 15px #ddd;}
	100% { box-shadow:0px 0px 00px #ddd;}
}

.page-template-landingcoupon .wpcf7-form.init.test-quiz.wpcf7-acceptance-as-validation a,
.page-template-landingcoupon .wpcf7-form.init.consulto.wpcf7-acceptance-as-validation a{color: #FFF; text-decoration:underline;}

.page-template-landingcoupon .wpcf7-form.init.consulto.wpcf7-acceptance-as-validation p.super-button input.wpcf7-form-control.has-spinner.wpcf7-submit{font-size:20px; cursor:pointer; white-space: break-spaces;}

.page-template-landingcoupon .wpcf7-form.init.consulto.wpcf7-acceptance-as-validation p.super-button input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{background:#f31616!important;}

.page-template-landingcoupon .wpcf7 form .wpcf7-response-output {color:#FFF;}
.page-template-landingcoupon .wpcf7-not-valid-tip{color:#ff6e41;}

.page-template-landingcoupon .acconsento{font-size:13px!important; line-height:18px!important;}

.page-template-landingcoupon .acconsento a{color:#fff; text-decoration:underline;}

/*.invisible{display: none;}*/




/***************************
HURRYTIMER
****************************/
.hurrytimer-timer-digit{font-weight:900;}
.hurrytimer-timer-sep{font-size:20px;}
.hurrytimer-button{font-weight:bold; text-transform:uppercase;}

.hurrytimer-campaign-1751{background-color: #f9effb; border-radius: 15px;  height: 155px; margin: 50px auto 100px;box-shadow:0px 0px 20px #a3a3a3;}
.hurrytimer-campaign-1751 .hurrytimer-button:hover{background: #9000a3;}

.hurrytimer-campaign-1973 .hurrytimer-button{font-weight:normal; text-transform:uppercase; width:85%;}
.hurrytimer-campaign-1973{background-color: #ff3919; border-radius: 15px;  height: 155px; margin: 50px auto 100px;box-shadow:0px 0px 20px #a3a3a3; max-width:500px;}
.hurrytimer-campaign-1973 .hurrytimer-button:hover{background: #ffd400;}

.hurrytimer-campaign-2065{background-color: #aebb3522; border-radius: 15px;  height: 155px; margin: 50px auto 100px;box-shadow:0px 0px 20px #a3a3a3; max-width:500px; border:1px solid #aebb35;}
.hurrytimer-campaign-2065 .hurrytimer-button:hover{background: #9aaa00;}

.hurrytimer-campaign-2235{background-color: #f9effb; border-radius: 15px;  height: 155px; margin: 50px auto 100px;box-shadow:0px 0px 20px #a3a3a3; max-width:500px; border:1px solid #ff5c5c;}
.hurrytimer-campaign-2235 .hurrytimer-button:hover{background: #f31616;}


/***************************
PRIVACY e COOKIE POLICY
****************************/
#privacy_policy h2,
#cookiePolicy h2{color: #000; text-align: left; background: #fff; padding: 10px 0px; width: 100%; border-radius: 0; margin:0; box-shadow:none; transform: none;}


/***************************
TESTIMONIAL
****************************/
.recensione-card{font-style: italic; padding: 10px 15px; border-radius:15px;
	background-color:#FFF; margin-top: 30px; border: 2px #EFEFEF solid;}
.recensione-title{font-size: 22px; font-weight: bold; margin: 6px 0px; text-align:center;}
.recensione-stelle{color: gold; font-size: 18px; margin:5px 0px; text-align:center;}
.stelle {margin-right: 5px;}
.recensione-stelle img{width:20px;}
.recensione-stelle em{color: #B8BCBB; font-size: 14px; font-style: italic; line-height: 27px;}
.recensione{background-color:gold; color:#000;}
.recensione:hover{background-color:yellow;}


/***************************
PAGE TEMPLATE LANDING BLOCK
****************************/
.page-template-landingblock .fdc-cookielaw__banner.bottomBanner.showBanner{display:none;}
/*.page-template-landingblock .panel{font-family: 'Lato', sans-serif;}*/
.page-template-landingblock .block-grid{padding: 0!important;}
.page-template-landingblock .block-col{max-width: 700px; padding: 0!important;}
.page-template-landingblock .button{color:#fff; background-color: #aebb35;animation: ombra_scura666 4s infinite;}

@keyframes ombra_scura666{
	0% {box-shadow:0px 0px 0px #666;}
	50% {box-shadow:0px 0px 15px #666;}
	100% { box-shadow:0px 0px 00px #666;}
}

.page-template-landingblock .button:hover{background-color: #9aaa00;}
.page-template-landingblock input.wpcf7-form-control.has-spinner.wpcf7-submit{background-color: #aebb35; 	border-radius:10px;	cursor:pointer;}
.page-template-landingblock input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {background-color: #9aaa00!important;}
.page-template-landingblock input[type=submit] { color: #FFF!important;}


/* -- CONTACT FORM BLOCK -- */
.page-template-landingblock .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{background-image:url(img/user.png)!important; background-repeat:no-repeat!important; background-position: top 10px right 10px!important;}

.page-template-landingblock .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{background-image:url(img/email.png)!important; background-repeat:no-repeat!important; background-position: top 16px right 10px!important;}

.page-template-landingblock .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel{background-image:url(img/phone.png)!important; background-repeat:no-repeat!important; background-position: top 10px right 10px!important;}

.page-template-landingblock .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.comune{background-image:url(img/location.png)!important; background-repeat:no-repeat!important; background-position: top 10px right 10px!important;}


/*.page-template-landingblock p{font-size: 1.2rem; line-height: 1.5rem;}*/


/***************************
PAGE TEMPLATE LANDING OPEN DAY
****************************/
.page-template-landingopenday .fdc-cookielaw__banner.bottomBanner.showBanner,
.page-template-landingopenday2 .fdc-cookielaw__banner.bottomBanner.showBanner{display:none;}

.page-template-landingopenday .hero,
.page-template-landingopenday2 .hero{width:100%; height:580px; margin:0px auto; position:relative; overflow:hidden; background-image: url(img/cigno_trico_hero.jpg); background-size:cover; background-position: center center;}
.page-template-landingopenday .hero:before,
.page-template-landingopenday2 .hero:before{content:' '; width:100%; height:800px; display:block; position:absolute; top:0; left:0; background: rgb(255,255,255); background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,1) 75%,  rgba(255,255,255,1) 100%);}

.hero:before{content:' '; width:100%; height:580px; display:block; position:absolute; top:0; left:0; background: rgb(255,255,255); background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,1) 75%,  rgba(255,255,255,1) 100%);}
.hero__content{width:100%; max-width: 1200px; position: absolute; text-align: center; box-sizing: border-box; z-index: 10; left: 0; right: 0;  margin: 0 auto; padding: 0 50px; background-image: url(img/); background-size:cover; background-position: center center;}
.hero__title{width: 70%; font-size: 37px; line-height: 40px; font-weight: bold; color: #028A36; text-align: left; margin: 60px 0 30px; padding-right: 0;}
.hero__subtitle{width: 70%; font-weight: 400; margin-top: 30px; color: #028A36; text-align: left; padding:0;}
.hero__subtitle p{font-size: 22px; line-height: 25px; margin-bottom:10px;}

.hero__underline{position: relative; display: inline-block;}
.hero__underline::after{content:' '; width:0px; height: 40px; position: absolute; background: #ffe819; left: 0; bottom: 0; animation:line-grow 4s infinite ease-in-out; z-index:-1;}
@keyframes line-grow{
	0% {opacity: 0;}
	20%{width:100%; opacity: 1}
	80%{width:100%; opacity: 0}
	100%{width: 0px; opacity: 0}
}

.hero__cta{margin:83px 0 82px 0!important; width:50%!important;}

.hero__didascalia{font-size: 15px; color: #000; text-align: left; margin:30px 0; font-style:italic;}
.hero__didascalia img{width:82px; margin:0 0 -5px 2px;}

.hero__banda{background-color: #C9eA9770;}
.hero__cliente{text-align: left; max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 50px;}
img.hero__logocliente{width:70px; margin: 10px 0 5px -5px;}
.target{padding-top:20px;}
.target_1{color: #000; font-size: 18px; font-weight: bold; line-height:24px;}
.target_2{color: #028A36; background: #ffe819; font-weight: bold; font-size: 18px; padding:1px 27px;}

.panel{padding: 70px 0px;}
.panel__title{font-size:28px; font-weight:bold; line-height:32px;}

/*videorecensioni*/
.panel--videorecensioni {background: #FFFFFF;}
.panel--videorecensioni video{border-radius:20px 20px 0 0; border: 1px solid #0073D8;}
.panel--videorecensioni .card{padding: 10px; display: flex; flex-direction:column; }
.panel--videorecensioni .testi{padding: 0 0 20px; border-top: 3px solid #0073D8; border-radius: 0 0 20px 20px; background: white; display: flex; flex-direction:column; flex-grow: 1;}
.panel--videorecensioni .nome{margin: -5px 0 0 0; font-size: 22px; line-height: 25px; font-weight: 700; color:white; padding: 6px 10px; background: #0073D8; text-align:center;}
.panel--videorecensioni .sfumatura{background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,115,216,1) 100%); height: 14px; margin-top:-1px; border: 1px solid #0073D8; border-bottom:0;}
.panel--videorecensioni .frase{font-size: 20px; line-height: 25px; font-style: italic; padding:10px 10px 20px; text-align:center; border: 1px solid #0073D8; border-top:0; border-radius: 0 0 20px 20px;}

/* CTA */
.cta{background: #ffe819; color:black; padding: 20px 35px; text-align: center; border-radius:50px; width: 70%; margin: 60px auto 0; font-weight: 400; line-height: 30px;  white-space:break-spaces; font-size: 22px; text-transform: uppercase; display: inline-block; cursor: pointer; transition: all 1s cubic-bezier(.215, .61, .355, 1);}
.cta:hover{background: #ffd400;}

/* Video dottore */
.panel--vsl{background: #FFF;}
/*.panel--vsl .grid--step{padding:0!important; column-gap: 30px; background-color:#42B8A5; height:663px;}
.vsl__video{flex-grow: 2; flex-basis: 150px; height:100%;}
.vsl__video video{height:100%;}
.vsl__text{flex-grow: 1; flex-basis: 150px; text-align: center; padding: 50px 30px 50px 10px;}
.vsl__text p{margin:65px 0; font-size: 30px; color: white; line-height: 35px; font-style: italic;}*/
.vsl__img img{width:100%;}
.vsl__text {color: white; font-style: italic; text-align: center; padding: 40px 20px; background-color:#028A36; margin-top:-6px;}
.vsl__text p{font-size: 30px; line-height: 35px;}


/* Benefit */
.benefit__card{padding: 0 20px!important;margin-bottom: 50px;}
.benefit__img{display: block; width: 145px; height: 145px; border-radius: 100%; margin: 0 auto; padding: 10px; background-color:#c9ea9775; border: 2px solid #c9ea9775; position: relative;}
.benefit__img img{width: 90px; position:absolute; left: 0; right: 0; margin: 15px auto 0;}
.benefit__img hr{width: 120px; position:absolute; left: 0; right: 0; margin: 60px auto 0; rotate: 37deg;
    border: 3px solid red;}
.benefit__title{font-size: 26px;line-height: 30px;text-align: center;font-weight: 900;margin: 30px 0 10px; color:#028A36;text-transform:uppercase;}
.benefit__text{font-size: 20px;text-align: center;line-height: 23px;}

/* Bullet point */
.panel--bulletpoint{background: #c9ea9775;}
.panel--bulletpoint h3{font-weight:900;}
.panel--bulletpoint .grid--step{padding:0!important; column-gap: 30px;}
.bulletpoint__text{flex-grow: 2; flex-basis: 150px; padding: 0 5px 0 45px;}
.bulletpoint__text li{position:relative;}
li::before {content: '✅ '; position:absolute; top:0; left:-35px;}
/*li::before {content: '• ';font-size: 3em; position:absolute; top:-4px; left:-25px;}*/
.bulletpoint__img{flex-grow: 1; flex-basis: 150px; margin:10px;}

/* staff */
.panel--staff {padding:70px 10px;}
.panel--staff .grid{padding:0px 60px;}
.panel--staff .staff{padding:0;}
.panel--staff .staff img{width:100%;}

/* openday */
.panel--openday .grid--step{padding:0!important; column-gap: 30px;}
.openday__text{flex-grow: 2; flex-basis: 150px; padding: 0 10px;}
.openday__img{flex-grow: 1; flex-basis: 150px;}
.openday__img {text-align:center; position:relative;}
.openday__img img{width: 100%; position: absolute; bottom: 25px; left: 0; right: 0; margin:0 auto;}

/* confronto */
.panel--confronto .grid--step{padding:0!important; column-gap: 30px;}
.confronto__card{flex-grow: 1; flex-basis: 150px; border: 3px solid #028A36; border-radius:20px; margin:40px 10px;}
.confronto__card h3{color:white; background-color:#028A36; text-align:center; border-radius:15px 15px 0 0; font-size:23px; padding: 7px 20px; font-weight:900;}
.confronto__card p{padding: 0 25px;}

/* scacchiera */
.panel--scacchiera .grid--step{padding:0!important; column-gap: 30px;}
.scacchiera__card{background-color:white; border-radius:20px;}
.scacchiera__l{flex-grow: 1; flex-basis: 150px; padding:10px 30px 3px 10px;}
.scacchiera__r{flex-grow: 1; flex-basis: 150px; padding:10px 10px 3px 30px;}
.scacchiera__l img,
.scacchiera__r img{width:100%; border-radius:15px;}
.scacchiera__text{flex-grow: 2; flex-basis: 150px; padding:95px 10px; text-align:center;}

/* contact form */
.page-template-landingopenday .wpcf7 p,
.page-template-landingopenday2 .wpcf7 p{margin-top:0;}
.page-template-landingopenday .wpcf7 p.campo,
.page-template-landingopenday2 .wpcf7 p.campo{height:70px;}
.page-template-landingopenday .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.page-template-landingopenday2 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{border-radius:15px; max-width:600px; padding:17px; font-family: 'Montserrat', sans-serif;}
.page-template-landingopenday .wpcf7 a,
.page-template-landingopenday2 .wpcf7 a{color: white;}
.page-template-landingopenday .wpcf7 h3,
.page-template-landingopenday2 .wpcf7 h3{color: #ffe819; text-decoration:none;}
.page-template-landingopenday  input.wpcf7-form-control.has-spinner.wpcf7-submit,
.page-template-landingopenday2  input.wpcf7-form-control.has-spinner.wpcf7-submit{color:black; background-color: #ffe819; font-family: 'Montserrat', sans-serif; border-radius: 50px; margin: 60px auto; cursor: pointer; font-weight:normal; display:block;}



@media (max-width: 999px) {
	.page-template-landingopenday .hero,
	.page-template-landingopenday2 .hero{ background-image: url(img/cigno_trico_heromobile.jpg); background-size:cover; background-position: right right;}
	.hero:before{background: rgb(255,255,255,0.9); }
	.hero__title{width:100%; margin: 30px 0;}
	.hero__subtitle{width:100%;}
}

@media (max-width: 768px) {
.page-template-landingopenday .hero,
	.page-template-landingopenday2 .hero{height:750px; background-image: url(img/cigno_trico_heromobile.jpg); background-size:cover; background-position: center center;}
	.page-template-landingopenday .hero:before,
	.page-template-landingopenday2 .hero:before{background: rgb(255,255,255,0.9); height:750px; background: linear-gradient(220deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);}
	
	.page-template-landingexnovo2 .hero,
	.page-template-landingposttrapianto2 .hero{height:750px; background-image: url(img/cigno_trico_heromobile.jpg); background-size:cover; background-position: center center;}
		
	.hero:before{background: rgb(255,255,255,0.9); height:750px; background: linear-gradient(220deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);}
	.hero__content{padding:0 25px;}
	.hero__title{font-size: 23px;line-height: 28px; margin:20px 0; width:100%;}
	.hero__subtitle{width:100%; margin-top:20px}
	.hero__subtitle p{font-size: 18px; line-height: 22px; margin-bottom:15px;}
	.hero__underline::after{height: 30px;}
	
	.hero__cta{width: 100%!important;}
	
	.hero__banda .text-left{text-align:center;}
	img.hero__logocliente{margin:10px 10px 0px;}
	.target{padding:0 0 15px 0;}
	.target_1{font-size: 15px;line-height:18px;}
	.target_2{font-size: 15px; padding:1px 14px;}
		
	.panel--videorecensioni video{margin-top:40px;}
	.page-template-landingopenday .panel--videorecensioni .frase{font-size: 22px; line-height: 26px;}
	
	.cta{width: 100%; font-size:18px;}
	
	.vsl__text{padding:15px;}
	.vsl__text p{margin:20px 0; font-size:22px; line-height:30px;}
	
	.panel--bulletpoint .grid--step {flex-flow:column-reverse!important;}
	.bulletpoint__img{flex-basis: 300px;}
	
	.scacchiera__l{text-align: left; padding-left: 30px; border-right:none;}
	.scacchiera__text{text-align: center; padding:40px 0 30px;}
	.scacchiera__l{padding: 15px;}
	.scacchiera__r{padding: 15px;}
	.scacchiera__l img,
	.scacchiera__r img{width:100%; border-radius:15px 15px 0 0;}
		
	.grid--step {flex-flow:column!important;}
	.reverse{flex-direction:column-reverse!important;}
	
	.panel--staff .grid{padding:0 10px;}
	.panel--staff .staff{padding:0 10px;}
	.panel--staff .staff img{height:100%;}
	
	.panel--openday .grid--step {flex-flow:column-reverse!important;}
	.openday__img img{width:80%; margin-bottom:30px; position:relative; bottom:0;}
	
	.panel--confronto .grid--step {flex-flow:column!important;}	
	.confronto__card h3{font-size:19px;}
	
	.page-template-landingopenday  input.wpcf7-form-control.has-spinner.wpcf7-submit,
	.page-template-landingopenday2  input.wpcf7-form-control.has-spinner.wpcf7-submit{width:100%;}
	.page-template-landingopenday p.acconsento,
	.page-template-landingopenday2 p.acconsento{text-align:left;}
	
}




/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Grid system */
/* --------------------------------------------------------------------------------------------------------------------------- */
.grid {margin: 0 auto; max-width: 1200px; display: flex; flex-flow: row; flex-wrap: wrap; padding: 0px 50px; box-sizing: border-box;}
.grid--small{max-width: 900px;}
.grid--mini{max-width: 770px;}
.grid--center{justify-content: center;}

@media (max-width: 999px){
	.grid{/*padding: 0;*/}
}

@media (max-width: 768px){
	.grid{padding: 0px 10px;}
}

.col-20{width:20%;}
.col-25{width:25%;}
.col-30{width:30%;}
.col-33{width:33.33%;}
.col-40{width:40%;}
.col-50{width:50%;}
.col-60{width:60%;}
.col-70{width:70%;}
.col-80{width:80%;}
.col-90{width:90%;}
.col-100{width:100%;}

[class*='col-']{padding: 10px;}


@media (max-width: 768px){
	[class*='col-']{width: 100%;}
	.sma-20{width: 20%;}
	.sma-25{width: 25%;}
	.sma-33{width: 33.33%;}
	.sma-50{width: 50%;}
	.sma-100{width: 100%;}
}


/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Helpers */
/* --------------------------------------------------------------------------------------------------------------------------- */
.container{width: 100%; margin-top: 70px; padding:0 20px;}

.br{border: 1px solid red;}
.img-res{width: 100%; height: auto; border-radius:15px; margin:1rem 0 2rem 0;}

.mt-0{margin-top: 0!important;}
.mt-1{margin-top: 1rem!important;}
.mt-2{margin-top: 2rem!important;}
.mt-3{margin-top: 3rem!important;}
.mt-4{margin-top: 4rem!important;}

.mb-0{margin-bottom: 0!important;}
.mb-1{margin-bottom: 1rem!important;}
.mb-2{margin-bottom: 2rem!important;}
.mb-3{margin-bottom: 3rem!important;}
.mb-4{margin-bottom: 4rem!important;}

.text-center{text-align:center!important;}
.text-left{text-align:left!important;}
.text-right{text-align:right!important;}

.p-0{padding: 0!important;}
.p-1{padding: 1rem!important;}
.p-2{padding: 2rem!important;}
.p-3{padding: 3rem!important;}
.p-4{padding: 4rem!important;}

.pt-0{padding-top: 0!important;}
.pt-1{padding-top: 1rem!important;}
.pt-2{padding-top: 2rem!important;}
.pt-3{padding-top: 3rem!important;}
.pt-4{padding-top: 4rem!important;}

.pb-0{padding-bottom: 0!important;}
.pb-1{padding-bottom: 1rem!important;}
.pb-2{padding-bottom: 2rem!important;}
.pb-3{padding-bottom: 3rem!important;}
.pb-4{padding-bottom: 4rem!important;}


.icon-small{width:40px; padding: 8px;}
.icon-white{filter: invert(1);}
.bg-dark{background:#000;}
.bg-white{background:#FFF;}
.text-white{ color:#fff;}
.text-bold{font-weight:bold!important;}
.v-center{display:flex; justify-content: center; flex-flow:column;}
.full-width{width: 100vw; margin-left: calc(-100vw/2 + 50%);}


.font-normal{font-weight:400;}

.none{display:none;}

.animate {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ol,ul{line-height: 1.4rem;}
li{margin-top:15px;}

.lh-30{line-height:30px!important;}
.nascondi-desktop {display:block;}
.nascondi-mobile {display:none;}
.affrettati{background-color: #ffefe7; color: #DD0000!important; padding: 12px; border: 1px solid #DD0000; line-height: 25px!important; max-width: 600px; margin: 50px auto 0px; border-radius: 20px;  box-shadow: 0px 0px 20px #A3A3A3;}

.virgolette::before{content:'\201C'; font-size: 140px; font-family: Georgia, "Times New Roman", Times, serif; position: absolute; color: #028A36; top: 25px; left:-65px; z-index:-1;}
.virgolette{font-family: Georgia, "Times New Roman", Times, serif; position: relative; font-style:italic; margin:30px 0; z-index:0; text-indent: 55px; text-align:center;}
.virgolette::after{content:'\201E'; font-size: 140px; font-family: Georgia, "Times New Roman", Times, serif; position: absolute; color: #028A36; bottom: 40px; right:-10px; z-index:-1;}


/* ---- */
/* ! variazioni button */
/* ---- */
.button__green{background: #29912d; animation: ombra_scura 4s infinite;}
.button__green:hover{background: #06830c;}

.button__violet{background-color: rgb(188, 0, 212); animation: ombra_scura 4s infinite;}
.button__violet:hover{background-color: rgb(101, 20, 111);}

.button__cliente{background-color: rgb(2, 138, 54); animation: ombra_scura 4s infinite;}
.button__cliente:hover{background-color: rgb(2, 181, 69);}


/* ---- */
/* ! variazioni colori cliente */
/* ---- */
.cliente__color{color:#0073D8!important}
.cliente__color-bg{background-color:#0073D8!important}
.wpcf7 {background-color: #0073D8;}

.cliente__bgcolor{background-color:#c3e3ff!important; border-color:#c3e3ff!important}

/* SCROLLBAR */
/* Aggiungere al body: overflow-x: hidden; per nascondere la barra orizzontale */
/* width */
::-webkit-scrollbar {width: 10px;}
/* Track */
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; border-radius: 10px;}
 /* Handle */
::-webkit-scrollbar-thumb {background: #bc00d475; border-radius: 10px;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #bc00d4;}





@media (max-width: 768px){
	.sma-none{display:none;}
	.nascondi-desktop {display:none;}
	.nascondi-mobile {display:block;}
}





/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Responsive */
/* --------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------- */
/* ! -- Desktop */
/* ----------------------------- */
@media (min-width: 1023px) {

}

/* ----------------------------- */
/* ! -- Tablet */
/* ----------------------------- */
@media (max-width: 998px) {
    
}

/* ----------------------------- */
/* ! -- Smarthphone */
/* ----------------------------- */
@media (max-width: 767px) {
    body.admin-bar .navbar-fixed-top { top: 42px;}
    .wp-block-media-text__media img, .wp-block-media-text__media video{margin-bottom: 30px;}
   	.page-template-landingcoupon .wpcf7{width: 100%;}
}

@media (max-width: 600px){
	.wp-block-media-text .wp-block-media-text__content{padding:10px 0;}
	.hurrytimer-campaign-1592{width: 100%;}
	::placeholder {font-size:18px;}
}



/* --------------------------------------------------------------------------------------------------------------------------- */
/* WordPress Default Styles */
/* --------------------------------------------------------------------------------------------------------------------------- */


/* Pagination */
.pagination { margin: 40px 0 40px 0; padding: 0; width: 100%; }
.pagination span,
.pagination a { float: left; margin: 0 10px 10px 0; padding: 14px 19px; border: 1px solid #ddd; }

/* Gallery */
.gallery { float: left; margin: 20px 0 20px 0; width: 103.55%; }
.gallery-item { float: left; width: 33.333333%; text-align: center; }
.gallery img { margin: 0 10% 0 0; width: 90%; height: auto; border: none!important; }
.gallery-caption { width: 90%;margin:10px 0 0 0;}

/* Image */
.alignleft { float: left; margin-right: 20px; margin-bottom: 10px; max-width: 97%; height: auto; }
.alignright { float: right; margin-bottom: 10px; margin-left: 20px; max-width: 97%; height: auto; }
.aligncenter { display: block; margin: 0 auto; max-width: 97%; height: auto; }
.alignnone { max-width: 97%; height: auto; }

/* img responsive */

/* video responsive */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
	margin-bottom:5px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border-radius:20px;
}

/* Table */
/* table {border-collapse: collapse;margin: 40px 0; width:100%;}
table, th, td {border: 1px solid #ddd;padding:10px; font-size: 18px;text-transform: capitalize;}
table  tr:first-child td {font-weight: 900; text-transform: uppercase; padding:12px 8px;} */

th, td {border-bottom: none;}

/* Image Caption */
.wp-caption { margin-top: 1.5rem;margin-bottom: 0px; padding: 10px; max-width: 97%; border: 1px solid #ddd; text-align: center; }
.wp-caption img { margin: 0; padding: 0; width: 100%!important; height: auto; border: 0 none; }
.wp-caption p.wp-caption-text { margin: 0; padding: 8px; font-size: 1em; line-height: 17px; }

/* Stiky */
.sticky { border-right: 3px solid #eee; border-bottom: 3px solid #ddd; }

/* Search */
.search-form {background: #eee;}
.search-form input[type=text]{ width: 80%; color: #333; }
.search-form button{float:right;padding:10px 15px 0 0;border: none; background: none;padding: 11px;}

/* Contact Form 7 */
.wpcf7 label{width:100%}

/* Comments */
.comment-form-author,
.comment-form-email,
.comment-form-url { float: left; margin-top: 20px; margin-right: 3%; width: 30.3333333%; }
.comment-form-author input,
.comment-form-email input,
.comment-form-url input { width: 100%; }

ol.commentlist { margin: 0 0 1em; padding: 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment { padding: 1em; border-top: 1px solid #eee; }
ol.commentlist li.comment div.vcard cite.fn { text-transform: uppercase; font-size: 14px; }
ol.commentlist li.comment div.vcard img.avatar { float: left; margin: 6px 1em 1em 0; border-radius: 50px; }
ol.commentlist li.comment div.comment-meta { font-size: 12px; }
ol.commentlist li.comment ul { margin: 0 0 1em 2em; }
ol.commentlist li.comment div.reply { margin-left: 80px; font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { margin: 1em 0 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment ul.children li.depth-2 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-4 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { /* background: #f9f9f9; */  }
ol.commentlist li.parent { border-left: 1px solid #eee; }
ol.commentlist li.bypostauthor .fn { font-weight: bold; }
ol.commentlist li img{max-width: 97%;}

input[type=text],
input[type=tel],
input[type=email] { width: 98%;margin-right: 10px; padding: 10px; border: none; background: #eee; -webkit-appearance: none;border-radius: 0;font-size:20px;-webkit-appearance: none;}
textarea { padding: 10px; width: 98%; border: none; background: #eee; -webkit-appearance: none;border-radius: 0;font-size: 20px;}
input[type=submit] { margin-top: 10px; padding: 15px 20px; color: #fff; text-transform: uppercase; background: #333; border:none; font-size: 20px;-webkit-appearance: none;}
#comments { width: 100%; }

/* Calendar Widget */
#wp-calendar { width: 100%; }
#wp-calendar a { padding: 0; border: none; }
#wp-calendar caption,
.screen-reader-text { padding-bottom: 10px; color: #000; text-align: left; text-transform: uppercase; font-weight: 700; font-size: 14px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { padding: 8px; border: 1px solid #fff; background: #f5f5f5; text-align: center; }
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { text-align: right; text-transform: uppercase; font-size: 10px; }
#wp-calendar tfoot #prev { padding-top: 10px; text-transform: uppercase; font-size: 10px; }



.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*oscuro RECAPTCHA*/
.grecaptcha-badge{
	visibility: collapse !important;
}