/*
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: #d41145; overflow-wrap: break-word; text-decoration:none; cursor:pointer;}
a:hover{color: #af113b; 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; line-height: 2.3rem}
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;}
}

/* ! Button system*/
.button{font-size: 1rem; background: #d41145; 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: #af113b;}

.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: 100vh; 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: 100vh;
    background: rgba(255,255,255,0.75)}

.hero__content{width:100%; position: absolute; text-align: center; box-sizing: border-box; z-index: 10;}
.hero__title{font-size: 62px;text-transform: uppercase;font-weight: 900;margin: 0;line-height: 70px; color:#333; padding:15px 0px; text-shadow: 5px 5px 5px #FFF;}
.hero__subtitle{font-size: 36px; font-weight: 400; padding:15px; line-height: 45px; margin-top: 20px; text-shadow: 2px 2px 2px #FFF;}

/*.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:0px;}
.line-center{background: #FF5C5C; 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: -25px;width: 100px;display: block;left: -48px;text-align: center;color: #FF5C5C;text-transform: uppercase;font-size: 12px;}
.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;text-decoration:underline;}
.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: 330px; padding:10px; /*background:#FFF;*/}

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



/***************************
QUIZ SURVEY MASTER
****************************/
.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.margin-bottom{
	margin-bottom: 0!important;
	width: 100%!important;
}

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

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

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

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

.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;
}


/*///////////////////////////
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;
	border-radius:10px;
	text-transform:uppercase;
}

.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;}

#qsm_progress_bar_7.qsm-progress-bar .progressbar-text,
#qsm_progress_bar_12.qsm-progress-bar .progressbar-text,
#qsm_progress_bar_13.qsm-progress-bar .progressbar-text,
#qsm_progress_bar_16.qsm-progress-bar .progressbar-text,
#qsm_progress_bar_18.qsm-progress-bar .progressbar-text{color:white!important;}


/*QSM BUTTON SUBMIT*/
.qsm-btn.qsm-submit-btn.qmn_btn{height: 41px!important; border: none; bottom: 32px!important; line-height: unset; right:20px!important; border-radius: 3px!important;
}
.qsm-btn.qsm-submit-btn.qmn_btn{height: 40px!important; position: absolute!important; font-weight: normal; right: 0px!important; bottom: 3px!important; background-color: #0b63a3!important; cursor:pointer;}
.qsm-btn.qsm-submit-btn.qmn_btn:hover{background-color: #2D82C3!important;}


/*NUOVI STILI PER RENDERE CLICCABILE TUTTO IL BOTTONE*/
/*QSM PAGINE DOMANDE*/
.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%);}*/
#quizForm27 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%); cursor:pointer;}
.qmn_error_message{border-radius:45px;}

label.qsm-input-label{font-size: 18px!important; line-height: 20px; width: 100%; left: 0; right: 0; max-width: 100%!important; margin: 0!important; padding: 6px 10px 0px 5px!important;}	

/*QSM QUIZ PER TEST D'INGRESSO (versione desktop)*/
#quizForm25 .qsm-btn.qsm-submit-btn.qmn_btn{bottom: -75px!important;}
div[id="question173-1 "] {
  padding: 50px 0 50px 35px !important;
}

/*QSM CON LOGICA*/
#quizForm18,
#quizForm20,
#quizForm25,
#quizForm26,
#quizForm27{position:relative;}
#quizForm18 .qsm-btn.qsm-submit-btn.qmn_btn,
#quizForm20 .qsm-btn.qsm-submit-btn.qmn_btn{bottom: -75px!important;}
.page-template-quiz-test .qsm-quiz-container-3 .qsm-btn.qsm-submit-btn.qmn_btn{height: 40px!important; position: absolute; font-weight: normal; right: 0px!important; bottom: 8px!important; background-color: #E5470D!important;}
a.norequisiti-button{position: absolute; bottom: -6px; right: 0px; z-index: 10; padding: 8px 21px!important; margin-bottom: 9px; font-style: normal; color: #FFF!important; background: #0b63a3!important; border-radius: 4px; border: 1px solid #cccccc!important; font-family: 'Montserrat', sans-serif; font-weight: normal; text-decoration: none; font-size: 15px;}
a.norequisiti-button:hover{background:#135b91!important;}

@media (max-width: 768px) {
	#quizForm18 .qsm_check_answer,
	#quizForm20 .qsm_check_answer,
	#quizForm25 .qsm_check_answer,
	#quizForm26 .qsm_check_answer,
	#quizForm27 .qsm_check_answer,
	#quizForm18 .qmn_mc_answer_wrap,
	#quizForm20 .qmn_mc_answer_wrap,
	#quizForm25 .qmn_mc_answer_wrap,
	#quizForm26 .qmn_mc_answer_wrap,
	#quizForm27 .qmn_mc_answer_wrap{padding: 15px 0 15px 35px!important;}
	.page-template-quiz-test .qsm-quiz-container-26 .qsm-btn.qsm-submit-btn.qmn_btn{bottom: 4px!important;}	
	
}


/***************************
QUIZ STUDENTI OPEN-DAY 11/03/2024
****************************/
.qsm-quiz-container-25 {max-width:800px;}
.question-section-id-146.slide2 textarea{display:none;}
.question-section-id-146.slide2 .mlw_qmn_question{font-weight:normal;}
.qsm-quiz-container-25 .qsm-featured-image {text-align:center;}
.qsm-quiz-container-25 .qsm-featured-image img {width:30%}
.qsm-quiz-container-25 .qsm-progress-bar .progressbar-text{top:5px!important;}
.qsm-quiz-container-25 .qsm-progress-bar svg {height: 3px !important;}
.qsm-quiz-container-25 .quiz_section textarea{width:100%}
.quiz_section.qsm-question-wrapper.question-section-id-193 input,
.quiz_section.qsm-question-wrapper.question-section-id-197 input{width:100%; border: 1px solid #e1e1e1; border-radius: 45px;}
.quiz_section.qsm-question-wrapper.question-section-id-198 input{display:none;}
.qsm-quiz-container.qsm-quiz-container-25.qmn_quiz_container.mlw_qmn_quiz.qsm_auto_pagination_enabled.quiz_theme_default.qsm_timer_ended .qmn_error_message{color:red!important; text-align:left; margin-bottom:30px;}
.qsm-quiz-container.qsm-quiz-container-25.qmn_quiz_container.mlw_qmn_quiz.qsm_auto_pagination_enabled.quiz_theme_default.qsm_timer_ended .qmn_error_message::before {content: "Spiacenti, il tempo a tua disposizione è scaduto!"; color: white;}


/*///////////////////////////
QSM AGGIORNAMENTO PLUGIN 14/07/2026
///////////////////////////*/
/*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;border-radius:10px;}
/*NUOVA SEZIONE CON BORDO*/
.quiz_section fieldset{border:none!important;padding:0;}
.quiz_section .mlw_qmn_new_question{font-size: 25px;color:#333;font-weight: bold;display: inline;width: auto;margin-bottom: 10px;}
/*IMMAGINE*/
.qsm-featured-image img{width: 100%;height: auto;margin-bottom: 15px;border-radius: 10px 10px 0px 0px;/*margin-top: -10px;*/}
/*TIMER*/
.mlw_qmn_timer{position: absolute;right: 0px;background-color: #0b63a3;padding: 7px 15px;border-radius: 10px;width: 130px;top: -47px;font-size: 22px;font-weight: bold;color: white;}
/*RISPOSTA CLICCABILE SU TUTTO IL BOTTONE*/
.quiz_section .qmn_radio_answers .qmn_mc_answer_wrap label,
label.qsm-input-label{/*font-size:18px!important;	line-height: 20px; width:100%; text-align:left;cursor:pointer;*/font-size: 18px !important; line-height: 20px; width: 100%; position: absolute; left: 0; right: 0; max-width: 100% !important; margin: 0 !important; padding: 27px 10px 27px 45px !important; top: 50%; transform: translate(0, -50%); cursor:pointer;}	
.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;}
/*PAGINAZIONE*/
.qmn_pagination{border-top:none!important; padding:25px 0 0 0!important; align-items: flex-start!important;	flex-direction: row!important;position:relative;display:flex;}
.qsm-progress-bar{padding: 0px 15px 0px!important;flex-grow:2;}
.qsm-progress-bar .progressbar-text{right: 0!important; left:0; font-size: 16px!important; top:7px!important; font-weight: bold; color: rgb(52, 152, 219); position:relative;}
/*MESSAGGIO ERRORE*/
.quiz_section.qmn_error .qmn_radio_answers{border:1px solid red!important; background: #F2DEDE; padding: 5px; border-radius: 3px;}
.qmn_error_message{color:#fff!important;border:1px solid red!important;background: red!important;font-weight: bold;margin-top:30px!important;padding:10px;}
.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:65px; position: absolute; border-radius: 20px; color: white; text-align: center; display: inline-block; font-size: 20px; line-height: 20px; font-family: 'Helvetica', Arial, sans-serif;}


/***************************
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;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-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 50px; border-radius: 20px; border: 1px solid #999; box-shadow: 0px 0px 20px #A3A3A3;padding:10px 10px 5px;}

.wp-block-video video {border-radius: 17px 17px 0px 0px;}
.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 200px;*/ background: #1976d2;}

.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: #d41145; 	border-radius:10px;	cursor:pointer;}

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

.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:-12px; position: absolute; left: 20px; border-radius:10px;}
.wpcf7 .cta{margin:20px auto!important;}

.wpcf7 p.acconsento{font-size:13px; line-height:17px;}
.wpcf7 a{color:#fff!important; text-decoration:underline;}
.wpcf7 a:hover{color:#fff!important;}



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

/* -- CONTACT FORM COUPON -- */
.page-template-landingcoupon .wpcf7{padding: 20px 10px; margin:100px auto 200px; 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-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;}

::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;}

@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;}*/




/***************************
HURRYTIME
****************************/
.hurrytimer-campaign-1592{background-color: #fbefef; border-radius: 15px;  height: 155px; margin: 50px auto 100px;box-shadow:0px 0px 20px #a3a3a3;}
.hurrytimer-campaign-1592 .hurrytimer-timer-digit{font-weight:900;}
.hurrytimer-timer-sep{font-size:20px;}
.hurrytimer-campaign-1592 .hurrytimer-button{font-weight:bold; text-transform:uppercase;}
.hurrytimer-campaign-1592 .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 OPEN DAY
****************************/
.page-template-landingopenday,
.page-template-landingopenday2{font-family: 'IBM Plex Sans', sans-serif !important;}
.page-template-landingopenday .fdc-cookielaw__banner.bottomBanner.showBanner,
.page-template-landingopenday2 .fdc-cookielaw__banner.bottomBanner.showBanner{display:none;}

.page-template-landingopenday .evidenzia{color:#ff0269 !important; font-weight:bold;}
.page-template-landingopenday .cliente__bgcolor{background-color: #272727 !important; border-color: #ff0269 !important}

.page-template-landingopenday .cliente__color{color: #272727 !important;}

.page-template-landingopenday .header{background: transparent; z-index: 100; position: fixed; top:0; left: 0; padding: 28px 0px 25px; width: 100%; height: 90px;}
.page-template-landingopenday.is-scrolled  .header{background: #000;}


.page-template-landingopenday .hero,
.page-template-landingopenday2 .hero{width:100%; height:80vh; min-height:730px; margin:0px auto; position:relative; overflow:hidden; background-image: url(img/corsi_triennali/iid_hero.JPG); background-size:cover; background-position: 10% 10%;}
.page-template-landingopenday .hero:before,
.page-template-landingopenday2 .hero:before{content:' '; width:100%; height:80vh; min-height:730px; display:block; position:absolute; top:0; left:0; background: rgb(0,0,0); background: linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.8) 75%,  rgba(0,0,0,0.8) 100%);}
.page-template-landingopenday .hero__content{width:100%; max-width: 1200px; position: absolute; top:unset; text-align: center; box-sizing: border-box; z-index: 10; left: 0; right: 0;  margin: 0 auto; padding: 0 50px; background-image: url(img/.jpg); background-size:cover; background-position: 10% 10%;}

.page-template-landingopenday .hero__pretitle p{font-size: 38px; line-height: 40px; margin-bottom:10px; color:white;}
.page-template-landingopenday .hero__title{width: 70%; font-size: 56px; line-height: 60px; font-weight: bold; color: #028A36; text-align: left; margin: 60px 0; padding-right: 0; color: white; text-shadow:unset;}
.page-template-landingopenday .hero__title-small{display:block; font-size:38px;}

.page-template-landingopenday .hero__pretitle, .page-template-landingopenday .hero__subtitle{width: 70%; font-weight: 400; color: #028A36; text-align: left; padding:0; text-shadow: unset;}
.page-template-landingopenday .hero__subtitle p{font-size: 22px; line-height: 25px; margin-bottom:10px; color: white;}

.page-template-landingopenday .hero__underline{position: relative; display: inline-block;}
.page-template-landingopenday .hero__underline::after{content:' '; width:0px; height: 60px; position: absolute; background: #ff198e; 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}
}

.page-template-landingopenday .hero__cta{margin:0 0 60px 0; width:50%;}
.page-template-landingopenday .hero__didascalia{font-size: 15px; color: #000; text-align: left; margin:30px 0; font-style:italic;}
.page-template-landingopenday .hero__didascalia img{width:82px; margin:0 0 -5px 2px;}

.page-template-landingopenday .hero__banda{background-color: #C9eA9770; height: unset; position:absolute; bottom:0px;}
.page-template-landingopenday .hero__cliente{text-align: left; max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 50px;}
.page-template-landingopenday img.hero__logocliente{width:180px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin:unset;}
.page-template-landingopenday .target{padding:20px;}
.page-template-landingopenday .target_1{color: #000; font-size: 18px; font-weight: bold; line-height:24px;}
.page-template-landingopenday .target_2{color: #028A36; background: #ffe819; font-size: 18px; padding:1px 27px;}

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

/*videorecensioni*/
.page-template-landingopenday .panel--videorecensioni {background: #FFFFFF;}
.page-template-landingopenday .panel--videorecensioni video{border-radius:20px 20px 0 0; border: 1px solid #0073D8;}
.page-template-landingopenday .panel--videorecensioni .card{padding: 10px; display: flex; flex-direction:column; }
.page-template-landingopenday .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;}
.page-template-landingopenday .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;}
.page-template-landingopenday .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;}
.page-template-landingopenday .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 */
/* BENEFIT */
.page-template-landingopenday .panel--cta{background-color:#d9d9d9; padding:60px 20px;}
.page-template-landingopenday .cta{background: #ff0269; color:white; padding: 20px 35px; text-align: center; border-radius:unset; width: 70%; margin: 60px auto 0; font-weight: bold; line-height: 30px;  white-space:break-spaces; font-size: 25px; text-transform: uppercase; display: inline-block; cursor: pointer; transition: all 1s cubic-bezier(.215, .61, .355, 1);}
.page-template-landingopenday .cta:hover{background: #bb0e46;}

/* Video */
.page-template-landingopenday .video-background {position: relative; width: 100%; height: 380px; overflow: hidden; border-radius: unset;}
.page-template-landingopenday .video-background video {position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); z-index: 0; object-fit: cover;}


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

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

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

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

/* confronto */
.page-template-landingopenday .panel--confronto .grid--step{padding:0!important; column-gap: 30px;}
.page-template-landingopenday .confronto__card{flex-grow: 1; flex-basis: 150px; border: 3px solid #028A36; border-radius:20px; margin:40px 10px;}
.page-template-landingopenday .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;}
.page-template-landingopenday .confronto__card p{padding: 0 25px;}

/* scacchiera */
.page-template-landingopenday .panel--scacchiera .grid--step{padding:0!important; column-gap: 30px;}
.page-template-landingopenday .scacchiera__card{background-color:white;}
.page-template-landingopenday .scacchiera__l{flex-grow: 1; flex-basis: 150px; padding:10px 10px 10px 10px;}
.page-template-landingopenday .scacchiera__r{flex-grow: 1; flex-basis: 150px; padding:10px 10px 10px 10px;}
.page-template-landingopenday .scacchiera__l img,
.page-template-landingopenday .scacchiera__r img{width:100%; border-radius:unset;}

.page-template-landingopenday .panel--scacchiera h2, .page-template-landingopenday .panel--scacchiera h3{color:white;}

.page-template-landingopenday .scacchiera__text{flex-grow: 1; flex-basis: 150px; padding:40px 10px 10px; text-align:left;}
.page-template-landingopenday .reverse .scacchiera__text{flex-grow: 1; flex-basis: 150px; padding:40px 10px 10px; text-align:right;}

.page-template-landingopenday .scacchiera__text h3{color:#000;}

/* piano studi */
.page-template-landingopenday .panel--piano-studi .grid{color:white; border-top:10px solid; border-bottom:10px solid; padding:20px;}

/* questions */
.page-template-landingopenday .questions .q{font-size:58px; color:#ff0269; font-weight:bold; line-height:60px; margin-bottom:15px; display:block;}

.page-template-landingopenday .questions .col-70{padding-left:30px;}

/* contact form */
.page-template-landingopenday .wpcf7 {background-color:#000; color:#FFF;}
.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: 'Lora', 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: #FFF; 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{font-family: 'Lora', sans-serif; border-radius: unset; margin: 60px auto 10px; cursor: pointer; font-weight:bold; display:block; white-space: break-spaces;}



@media (max-width: 999px) {
	.page-template-landingopenday .hero,
	.page-template-landingopenday2 .hero{ background-image: url(corsi_triennali/iid_hero.JPG); background-size:cover; background-position: right right;}
	.page-template-landingopenday .hero:before,
	.page-template-landingopenday2 .hero:before{background: rgb(0,0,0,0.8); }
	.page-template-landingopenday .hero__pretitle{width:100%;}
	.page-template-landingopenday .hero__title{width:100%;}
	.page-template-landingopenday .hero__subtitle{width:100%;}
	/*.panel--vsl .grid--step {flex-flow:column-reverse!important; height:100%}*/
}

@media (max-width: 768px) {
	.page-template-landingopenday .header{padding:5px; height:50px;}
	.page-template-landingopenday .header__logo{width:110px;}
	
	.page-template-landingopenday .hero,
	.page-template-landingopenday2 .hero{height:100vh; background-image: url(img/corsi_triennali/iid_hero.JPG); background-size:cover; background-position: center center;}
	.page-template-landingopenday .hero:before,
	.page-template-landingopenday2 .hero:before{background: rgb(0,0,0,0.7); height:100vh;}
	.hero__content{padding:0 25px;}
	
	.page-template-landingopenday .hero__content{padding:0 20px;}
	.page-template-landingopenday .hero__pretitle p{font-size: 24px; line-height: 26px; margin-bottom:15px;}
	.page-template-landingopenday .hero__title{font-size: 28px;line-height: 30px; margin-top:20px; width:100%;}
	.page-template-landingopenday .hero__pretitle, .hero__subtitle{width:100%; margin-top:20px}
	.page-template-landingopenday .hero__subtitle p{font-size: 18px; line-height: 22px; margin-bottom:15px;}
	.page-template-landingopenday .hero__underline::after{height: 30px;}
	.page-template-landingopenday .hero__title-small{font-size: 22px;line-height: 24px;}
	
	.page-template-landingopenday .hero__cta{width: 100%;}
	
	.page-template-landingopenday .hero__banda .text-left{text-align:center;}
	
	.page-template-landingopenday img.hero__logocliente{margin:10px; display:none;}
	.page-template-landingopenday .target{padding:0 0 15px 0; text-align:center;}
	.page-template-landingopenday .target_1{font-size: 15px;line-height:18px; text-align:center;}
	.page-template-landingopenday .target_2{font-size: 15px; padding:1px 14px;}
		
	.page-template-landingopenday .panel{padding:40px 0px;}
	
	.page-template-landingopenday .panel--videorecensioni video{margin-top:40px;}
	.page-template-landingopenday .panel--videorecensioni .frase{font-size: 22px; line-height: 26px;}
	
	.page-template-landingopenday .cta{width: 100%; font-size:18px;}
	
	.page-template-landingopenday .vsl__video video{width:100%!important;}
	.page-template-landingopenday .vsl__text{padding:15px;}
	.page-template-landingopenday .vsl__text p{margin:20px 0; font-size:22px; line-height:30px;}
	
	.page-template-landingopenday .panel--bulletpoint .grid--step {flex-flow:column-reverse!important;}
	.page-template-landingopenday .bulletpoint__img{flex-basis: 300px;}
	
	.page-template-landingopenday .scacchiera__l{text-align: left; padding-left: 30px; border-right:none;}
	.page-template-landingopenday .scacchiera__text, .page-template-landingopenday .reverse .scacchiera__text{text-align: center; padding:30px 10px;}
	.page-template-landingopenday .scacchiera__l{padding: 15px;}
	.page-template-landingopenday .scacchiera__r{padding: 15px;}
	.page-template-landingopenday .scacchiera__l img,
	.page-template-landingopenday .scacchiera__r img{width:100%; border-radius:15px 15px 0 0;}
	.page-template-landingopenday .grid--step {flex-flow:column!important;}
	.page-template-landingopenday .reverse{flex-direction:column-reverse!important;}
	
	.page-template-landingopenday .panel.questions div{text-align: left;}
	.page-template-landingopenday .panel.questions .col-70{padding-left: 10px;}
	
	.page-template-landingopenday .panel--staff .grid{padding:0 10px;}
	.page-template-landingopenday .panel--staff .staff{padding:0 10px;}
	.page-template-landingopenday .panel--staff .staff img{height:100%;}
	
	.page-template-landingopenday .panel--openday .grid--step {flex-flow:column-reverse!important;}
	.page-template-landingopenday .openday__img img{width:80%; margin-bottom:30px; position:relative; bottom:0;}
	
	.page-template-landingopenday .panel--confronto .grid--step {flex-flow:column!important;}	
	.page-template-landingopenday .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;}
	
}




/***************************
PAGE TEMPLATE LANDING CORSI TRIENNALI
****************************/
[class*="page-template-landing-corsitriennali"] .fdc-cookielaw__banner.bottomBanner.showBanner{display:none;}
[class*="page-template-landing-corsitriennali"] {font-family: 'IBM Plex Sans', sans-serif!important;}

[class*="page-template-landing-corsitriennali"] .hero{width:100%; height:680px; margin:0px auto; position:relative; overflow:hidden; background-image: url(img/xxxxx.jpg); background-size:cover; background-position: 10% 10%;}
.hero:before{content:' '; width:100%; height:680px; display:block; position:absolute; top:0; left:0; background: rgb(255,0,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; top: 25px; left: 0; right: 0;  margin: 0 auto; padding: 0 50px;}
.hero__video{position: absolute; width: 500px; height: 500px; right: 50px; top: 25px; border-radius: 70px 0 70px 0; color:white;}
.video-background {position: relative; width: 500px; height: 500px; overflow: hidden; border-radius: 70px 0 70px 0;}
.video-background video {position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); z-index: 0; object-fit: cover;}
.hero__logo{width:300px;}
.hero__logo img{width:100%;}
.hero__pretitle{width: 50%; font-size: 22px; line-height: 25px; font-weight: bold; color: #000; text-align: left; padding:0; margin-top:20px;}
.hero__pretitle.corso_moda{font-size: 35px; line-height: 38px; }
.hero__title{width: 50%; font-size: 40px; line-height: 43px; font-weight: bold; color: #000; text-align: left; margin: 25px 0; padding-right: 0;}
.hero__subtitle{width: 50%; font-weight: bold; color: #000; text-align: left; padding:0;}
.hero__subtitle p{font-size: 28px; line-height: 32px; margin-bottom:5px;}
.hero__banda{height:45px; padding:5px 0; margin-top:60px;}
.marquee-container {width: 100%; overflow: hidden;}
.marquee {display: inline-block; white-space: nowrap; animation: scroll-text 140s linear infinite; font-size:28px; font-weight:bold; line-height:32px;}
@keyframes scroll-text {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

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

/* BENEFIT */
.panel--benefit{background-color:#f1f1f1; border-bottom:30px solid #1289cd;}
.benefit__card{padding: 0 20px!important;margin: 50px 0;}
.benefit__img{display: block; width: 155px; height: 155px; border-radius: 100%; margin: 0 auto; padding: 10px; background-color:white; border: 10px solid #e1591e; position: relative;}
.benefit__img img{width: 100px; position:absolute; left: 0; right: 0; margin: 6px auto 0; border-radius:20px;}
.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: bold;margin: 30px 0; color:#163c74; min-height: 180px;}
.benefit__text{font-size: 20px;text-align: center;line-height: 23px;}

/* LOGHI ASSUNZIONI */
.panel--assunzioni{background:linear-gradient(to top, rgba(22,60,116,0.15), transparent 30px), #fff; /* colore base */}
.logo_assunzioni {padding:10px; text-align:center; margin-top:10px;}
img.logo_assunzioni {width: 140px;}

/* CTA */
.cta{background: #e1591e; color:white; padding: 20px 35px; text-align: center; border-radius:50px; width: 50%; margin: 0 auto; font-weight: bold; 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: #ff4d00;}

/* CORSI */
.panel--corsi{border-bottom:30px solid #1289cd;}
.corsi-card{padding:15px; border-radius:25px; background-color:#163c74; margin-top: 30px; min-height:1000px;}
.page-template-landing-corsitriennali-moda .corsi-card{min-height:auto!important;}
.corsi-img{height:290px; background-color: white; border-radius: 20px;}
.wrapper {position: relative; width: 100%; height: 150px; margin: -80px auto 30px;}
.shape {position: absolute; width: 100%; height: 100%; overflow: hidden;}
.back {background-color: #e1591e; clip-path: polygon(4% 20%, 95% 0%, /* lato superiore */ 90% 80%, /* lato destro */ 15% 100%,  15% 100% /* base */); z-index: 0;}
.front {background-color: #1289cd; clip-path: polygon(8% 0%, 95% 15%, /* lato superiore */ 85% 100%, /* lato destro */ 85% 100%,  15% 100% /* base */); z-index: 1; display: flex; align-items: center; justify-content: center; height:85%;}
.corsi-title {color: white; font-size: 2.2rem; font-weight: bold; text-align: center; padding: 30px; line-height: 2.3rem;}
.corsi-text {font-size:24px; line-height:27px; color: white; font-weight:bold; margin-left:37px;}
/*.corsi-text li{position:relative;}
.corsi-text li::before {content: '✅ '; position:absolute; top:0; left:-40px; font-size:20px;}*/
/*.corsi-freccia::before{content:'>'; font-size: 140px;  position: absolute; color: #1289cd; top: 25px; left:-45px; z-index:-1;}
.corsi-freccia{position: relative; margin:30px 0; z-index:0; text-align:center; padding:0 100px; font-weight:bold;}
.corsi-freccia::after{content:'<'; font-size: 140px; position: absolute; color: #1289cd; top: 25px; right:-45px; z-index:-1;}*/

.corsi-text li{position:relative;}
.corsi-text li::before {content: ''; display: block; width: 28px; height: 28px; background-image: url('img/corsi_triennali/spunta.png'); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 0; left:-38px; }
.corsi-freccia::before{content: ''; display: block; width: 90px; height: 90px; background-image: url('img/corsi_triennali/freccia_dx.png'); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 0; left:0; z-index:-1;}
.corsi-freccia{position: relative; margin:30px 0; z-index:0; text-align:center; padding:0 100px; font-weight:bold;}
.corsi-freccia::after{content: ''; display: block; width: 90px; height: 90px; background-image: url('img/corsi_triennali/freccia_sx.png'); background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 0; right:0; z-index:-1;}

.corsi-freccia-tutor::before{top: -30px;}
.corsi-freccia-tutor::after{top: -30px;}

/* SPECIFICHE */
.panel--specifiche{background-color:#f1f1f1;}
.specifiche__card{background-color:white; border-radius:20px;}
.specifiche__img img{width:120px;}
.specifiche__text{padding:95px 10px; text-align:left;}
.specifiche__text h3{background-color: #1289cd; color: white; padding: 10px 0px 10px 35px; width: 100%; margin-top:30px; font-size:29px; line-height:33px;}

/* SEDE-MAPPA */
.panel--sede {color:white; font-weight:bold; padding:0;}
.sede_img {width:100%; height:250px; position:absolute; bottom:0; left:0; font-weight:bold;}
.sede p{font-size:27px; line-height:33px;}
.citta {font-size:50px!important; text-transform:uppercase; padding:15px 40px; border-radius:25px; display: inline-block;  /*background-color:#e1591e; transform: rotate(-2deg);*/}
.mappa{padding:0!important; min-height:700px;}

/* CONTACT FORM */
[class*="page-template-landing-corsitriennali"] .wpcf7 {background-color: #f1f1f1!important; margin:0!important; color:#163c74!important; padding:70px 0!important; border-bottom:30px solid #1289cd;}
[class*="page-template-landing-corsitriennali"] .wpcf7 p{margin-top:0; color:#163c74!important; font-weight:bold; font-size:25px!important; line-height:30px!important;}
[class*="page-template-landing-corsitriennali"] .wpcf7 h3{color:#e1591e!important; font-weight:bold!important; text-decoration:none;}
[class*="page-template-landing-corsitriennali"] .wpcf7 p.campo{height:70px; margin-top:30px;}
[class*="page-template-landing-corsitriennali"] .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{border-radius:15px; max-width:600px; padding:17px;}
[class*="page-template-landing-corsitriennali"] .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{border-radius:15px; padding:17px;}
[class*="page-template-landing-corsitriennali"] input.wpcf7-form-control.has-spinner.wpcf7-submit{color:white; background-color: #e1591e; border-radius: 50px; margin: 60px auto; cursor: pointer; font-weight:bold; display:block; width:250px;}
[class*="page-template-landing-corsitriennali"] input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{background-color: #ff4d00;}
[class*="page-template-landing-corsitriennali"] p.acconsento{font-size:15px!important; line-height:18px!important; font-weight:normal!important; text-align:left!important;}
[class*="page-template-landing-corsitriennali"] .wpcf7 a{color:#163c74!important}





/*.panel--specifiche .grid--step{padding:0!important; column-gap: 30px;}
.specifiche__card{background-color:white; border-radius:20px;}
.specifiche__l{flex-grow: 1; flex-basis: 150px; padding:10px 30px 3px 10px;}
.specifiche__r{flex-grow: 1; flex-basis: 150px; padding:10px 10px 3px 30px;}
.specifiche__l img,
.specifiche__r img{width:100%; border-radius:15px;}
.specifiche__text{flex-grow: 2; flex-basis: 150px; padding:95px 10px; text-align:left;}
.specifiche__text h3{background-color: #1289cd; color: white; padding: 10px 10px 10px 40px; width: 80%;}*/



.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:0 0 60px 0; width:50%;}
.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__cliente{text-align: left; max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 50px;}
img.hero__logocliente{width:120px; margin: 5px 0 5px 15px;}
.target{padding-top:20px;}
.target_1{color: #000000; font-size: 18px; font-weight: bold; line-height:24px;}
.target_2{color: #028A36; background: #ffe819; font-size: 18px; padding:1px 27px;}



/*videorecensioni*/
.panel--videorecensioni {background: #FFFFFF;}
.panel--videorecensioni video{border-radius:20px 20px 0 0; border: 1px solid #af9e4e;}
.panel--videorecensioni .card{padding: 10px; display: flex; flex-direction:column; }
.panel--videorecensioni .testi{padding: 0 0 20px; border-top: 3px solid #af9e4e; 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: #af9e4e; text-align:center;}
.panel--videorecensioni .sfumatura{background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(175,158,78,1) 100%); height: 14px; margin-top:-1px; border: 1px solid #af9e4e; 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 #af9e4e; border-top:0; border-radius: 0 0 20px 20px;}



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




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

/*.wpcf7 p{margin-top:0;}
.wpcf7 p.campo{height:70px;}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{border-radius:15px; max-width:600px; padding:17px; font-family: 'Montserrat', sans-serif;}
.wpcf7 a{color: white;}
.wpcf7 h3{color: #ffe819; text-decoration:none;}
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;}
.wpcf7-not-valid-tip{color:black!important; font-weight:bold!important;}*/


@media (max-width: 999px) {
	[class*="page-template-landing-corsitriennali"] .hero{height:750px; background-image: url(img/xxxx.jpg); background-size:cover; background-position: center center;}
	[class*="page-template-landing-corsitriennali"] .hero:before{background: rgb(255,255,255,0.9); height:750px;}
	.hero__title{width:60%;}
	.hero__subtitle{width:100%;}
	.hero__video{position: absolute; width: 300px; height: 300px; right: 50px; top: 25px; border-radius: 70px 0 70px 0; color:white;}
	.video-background {position: relative; width: 300px; height: 360px; overflow: hidden; border-radius: 70px 0 70px 0;}
	.video-background video {position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); z-index: 0; object-fit: cover;}
	.sede_img {position:relative;}
	/*.panel--vsl .grid--step {flex-flow:column-reverse!important; height:100%}*/
}

@media (max-width: 768px) {
	[class*="page-template-landing-corsitriennali"] .hero{height:780px; background-image: url(img/corsi_triennali/hero_corsitriennali_mobile.jpg); background-size:cover; background-position: center center;}
	[class*="page-template-landing-corsitriennali"] .hero:before{background: rgb(255,255,255,0.8); height:780px;}
	
	.hero__content{padding:0 25px;}
	.hero__video_mobile{width: 100%; height: 400px; border-radius: 40px 0 40px 0;}
	.video-background_mobile {position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 40px 0 40px 0;}
	.video-background_mobile video {position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%);}
	.hero__logo{width:200px;}
	.hero__pretitle{width: 100%; font-size: 22px; line-height: 25px;  margin-top:20px;}
	.hero__title{width: 100%; font-size: 37px; line-height: 40px; margin: 25px 0; }
	.hero__subtitle{width: 100%;}
	.hero__subtitle p{font-size: 25px; line-height: 28px; margin-bottom:12px;}
	.hero__banda{background-color:#ffffff45;}

	.benefit__title{min-height: 50px;}
	
	.corsi-card{margin-top:50px; min-height:auto;}
	.corsi-title {font-size: 1.8rem; line-height: 2.1rem;}
	.corsi-freccia{padding:0;}
	
	.corsi-freccia::before{opacity:1; top: 120px; left:-15px; width:60px; height:60px;}
	.corsi-freccia{padding:0 40px;}
	.corsi-freccia::after{opacity:1; top: 120px; right:-15px; width:60px; height:60px;}
	
	.corsi-freccia-tutor::before{top:40px;}
	.corsi-freccia-tutor::after{top:40px;}
	
	.cta{width: 100%; font-size:25px;}
	
	.specifiche__text{padding:95px 10px; text-align:center;}
	.specifiche__text h3{padding: 10px; margin-top:0px;}
	
	.sede {height:720px;}
	.sede_img {position:relative;}
	.mappa{height: 400px; margin: 10px 0;}
	
	
	.hero__underline::after{height: 30px;}
	.hero__cta{width: 100%;}
	.hero__banda .text-left{text-align:center;}
	img.hero__logocliente{margin:10px 0 0 0;}
	.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;}
			
	
	
	.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;}
	
	.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;}
	
	input.wpcf7-form-control.has-spinner.wpcf7-submit{width:100%;}
	p.acconsento{text-align:left;}
	
	/*input.wpcf7-form-control.has-spinner.wpcf7-submit{width:100%;}
	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--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: 130px;}

.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;}
.text-left{text-align:left;}
.text-right{text-align:right;}

.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;}
.v-center{display:flex; justify-content: center; flex-flow:column;}
.full-width{width: 100vw; margin-left: calc(-100vw/2 + 50%);}
::-webkit-scrollbar {width: 100%;}

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

.none{display:none!important;}

.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;}
.nascondi-desktop {display:block!important;}
.nascondi-mobile {display:none!important;}
.virgolette::before{content:'\201C'; font-size: 140px; font-family: Georgia, "Times New Roman", Times, serif; position: absolute; color: #1976d265; top: 25px; left:-45px; 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: 35px; text-align:center;}
.virgolette::after{content:'\201E'; font-size: 140px; font-family: Georgia, "Times New Roman", Times, serif; position: absolute; color: #1976d265; bottom: 20px; right:-10px; z-index:-1;}

.indent-35{text-indent: -35px!important; padding-left: 35px!important;}
.indent-25{text-indent: -25px!important; padding-left: 25px!important;}


/* ---- */
/* ! variazioni colori cliente */
/* ---- */

.cliente__color{color:#163c74!important}
.cliente__color-bg{background-color:#771f93!important}
.wpcf7 {background-color: #771f93;}

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

.arancio__c{color:#e1591e!important}
.arancio__bg{background-color:#e1591e!important; border-color:#e1591e!important}
.arancio__bg-sfumato{background-color:#e1591e50!important; border:none;}
.arancio__bc{border-color:#e1591e!important}

.giallo__c{color:#fff905!important}

.azzurro__c{color:#1289cd!important}
.azzurro__bg{background-color:#1289cd!important; border-color:#1289cd!important}
.azzurro__bg-sfumato{background-color:#1289cd50!important; border:none;}
.azzurro__bc{border-color:#1289cd!important}

.blu__c{color:#163c74!important}
.blu__bg{background-color:#163c74!important; border-color:#163c74!important}
.blu__bg-sfumato{background-color:#1289cd50!important; border:none;}
.blu__bc{border-color:#163c74!important}


.wpcf7 {background-color: #1289cd;}




/* 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: #163c7450; border-radius: 10px;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #163c7450;}



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






/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! 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;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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