/*
Theme Name:   BookywayChild
Description:  Scrivi qui una breve descrizione del tuo child theme
Author:       David De Toffani
Author URL:   Scrivi qui l'URL  del blog / sito web dell'autore
Template:     underboot
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  BookywayChild
*/

/* COLOR
 * VIOLA BOOKYWAY: 	color: #770093;
 * VIOLA SCURO: 	color: #262137;
 * VIOLA MEDIO:		color: #493F6A
 * VIOLA CHIARO:	color: #B3ADD1;
 * GRIGIO:			color: #575656;
 * GRIGIO FONDO 	color: #E1DFEB;
 * VERDE:			color: #00CF00;
 *  */


:root {
	--primary-color: #770093;
	--secondary-color: #00CF00;
	--text-color: #B3ADD1;
	--bg-color: #262137;
	--box-color: rgba(58,48,92,.3);
	
}


.violet {
	color: #8E00AF !important;
}
.text-black,
.text-black strong,
.text-black b {
	color: #000000 !important;
}
.green {
	color: #00CF00 !important;
}
.gray,
.gray strong {
	color: #575656 !important;
}
.white-link a {
	color: #FFFFFF !important;
	text-decoration: underline;
}
/*
@font-face {
    font-family: Montserrat-light;  
    src: url('/wp-content/themes/BookywayChild/assets/fonts/Montserrat/Montserrat-Light.ttf');  
    font-weight: normal;  
}
@font-face {
    font-family: 'Montserrat';  
    src: url('/wp-content/themes/BookywayChild/assets/fonts/Montserrat/Montserrat-Regular.ttf');  
    font-weight: normal;  
}
@font-face {
    font-family: Montserrat-Bold;  
    src: url('/wp-content/themes/BookywayChild/assets/fonts/Montserrat/Montserrat-Bold.ttf');  
    font-weight: normal;  
}
@font-face {
    font-family: Handlee;  
    src: url('/wp-content/themes/BookywayChild/assets/fonts/Handlee/Handlee-Regular.ttf');  
    font-weight: normal;  
}*/


body {
	background: #2a263d;
	/*background: linear-gradient(#262137 0%, #3F3956 100%);*/
}
.single-post,
.page-template-tmpl-full-white {
	background-color: #FFFFFF !important;
}
li,
p {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	font-size: 16px;
	line-height: 29px;
}
li > strong,
p > b,
p > strong { 
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
}
li > a,
p > a,
p > a:hover {
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
}

h2 {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;

}
h3 {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
	font-size: 32px;
}
strong > a {
	color: #8E00AF;
	text-decoration: none;
}
h4 {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
}


/* COMMON
 * ------------------------ */

.gap-2:where(.wp-block-columns.is-layout-flex) {
	gap: 2rem !important;
}
.gap-2 .is-layout-flex {
	gap: 2rem !important;
}
.line-height-14 {
	line-height: 1.4;
}
.col-1140-fixed {
	width: 1140px !important;
	max-width: 1140px !important;
}
.col-180-fixed {
	width: 180px !important;
}
.border-radius {
	border-radius: 20px !important;
}
.border-radius-img figure {
	border-radius: 20px !important;
}
.border-radius-img img {
	border-radius: 20px !important;
}

.cover-title {
	font-size: 3rem;
	line-height: 1.1!important;
}
.line-height-default {
	line-height: 1.1!important;
}
.relative {
	position: relative !important;
}
.absolute-ab_image {
	bottom: -30%;
	right: 10%;
	position: absolute;
}
@media (max-width: 575.98px) { 
	.absolute-ab_image {
		width: 30%;
		bottom: -30%;
		right: 10%;
		position: absolute;
	}
}
@media (max-width: 992px) { 
	.absolute-ab_image {
		width: 30%;
		bottom: -30%;
		right: 10%;
		position: absolute;
	}
}
@media (max-width: 575.98px) { 
	.absolute-ab_image {
		width: 30%;
		bottom: -30%;
		right: 10%;
		position: absolute;
	}
}

/* ALERT
 * ----------------------- */

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .5rem !important;
}
.alert-box {
	color: var(--text-color);
	background-color: var(--box-color) !important;
	border-color: transparent !important;
}
.alert-primary {
	color: #FFFFFF;
	background-color: #00CF00 !important;
	border-color: #00CF00 !important;
}
.alert-light {
	color: #FFFFFF;
	background-color: #DDDDDD !important;
	border-color: #DDDDDD !important;
}
.alert-light p,
.alert-light p > strong {
	color: #FFFFFF !important;
}
.alert-info {
	color: #FFFFFF;
	background-color: #2e935d !important;
	border-color: #2e935d !important;
}
.alert-info p,
.alert-info p > strong {
	color: #FFFFFF !important;
}
.alert-outline-yoga {
	color: #2e935d;
	background-color: #FFFFFF !important;
	border: 2px solid #2e935d !important;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.alert-outline-yoga p,
.alert-outline-yoga p > strong {
	color: #2e935d !important;
}
.alert-outline-yoga .line-through,
.alert-outline-yoga .line-through strong {
	text-decoration: line-through;
	color: #999999 !important;
}




/* BUTTONS
 * ------------------------ */
.wp-block-button {
	background: transparent !important;
	border-color: transparent !important;
	width: 100% !important;
	border-radius: 10px;
	text-align: center;
}
.wp-block-button__link {
	border-radius: 10px !important;
}
.btn-maxwidth {
	max-width: 350px !important;
}
.btn-primary > a {
	font-family: "Montserrat", sans-serif;
	border-color: transparent;
	background: var(--primary-color) !important;
	border: 0;
	color: #FFFFFF;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	overflow-wrap: break-word;
}
.btn-primary >a:hover {
	/*background: #000000 !important;*/
}

.btn-secondary > a {
	font-family: "Montserrat", sans-serif;
	border-color: transparent;
	background: var(--secondary-color) !important;
	border: 0;
	color: #FFFFFF;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	overflow-wrap: break-word;
}
.btn-secondary > a:hover {
}



.btn {
	user-select: none;
	border: 0px solid transparent !important;
	padding: 0 !important;
}

.btn a {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
	font-size: 14px;
	
	padding: 5px 40px;
	border: 0px solid transparent;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 20px;
	border-radius: 10px !important;
}

/*.btn-primary {
	background: var(--primary-color) !important;
	border-color: transparent;
	border: 0;
}
.btn-primary:hover,
.btn-primary:active {
	background: #00AA00;
}
.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #00AA00;
	border-color: #00AA00;
}
.btn-primary:disabled {
	color: #fff;
	background-color: #00AA00;
	border-color: #00AA00;
	opacity: .5;
}*/

.btn-outline-light a {
	font-family: 'Montserrat'
	padding: 8px 0;
	display: inline-block;
	border: 2px solid #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light a:hover {
	color: #FFFFFF;
	background-color: rgba(255,255,255,.3) !important;
	text-decoration: none !important;
	border-radius: .25rem !important;
}
.btn-outline {
	min-width: 400px;
	border: 2px solid #000000;
	margin: 20px 0;
}
.btn-outline a {
	font-family: 'Montserrat-Bold';  
	padding: 8px 0;
}
.btn-outline-violet a {
	font-family: 'Montserrat-Bold';  
	padding: 8px 0;
	color: #8E00AF !important;
	min-width: 400px;
	border: 2px solid #8E00AF;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-violet a:active,
.btn-outline-violet a:hover {
	color: #FFFFFF !important;
	background-color: #8E00AF !important;
	text-decoration: none !important;
	border-radius: .25rem !important;
}
.btn-outline-violet-active {
	background-color: #8E00AF !important;
	border-radius: .25rem !important;
}
.btn-outline-violet-active a {
	color: #FFFFFF !important;
}
.btn-green a {
	font-family: 'Montserrat';  
	color: #FFFFFF !important;
	background-color: var(--secondary-color);
}
.btn-green:hover,
.btn-green:active,
.btn-green a:hover {
	text-decoration: none;
}


.btn-block-tutorial .btn-outline-violet {
	min-width: 100% !important;
}
.btn-block-tutorial .btn-outline-violet a {
	min-width: 100% !important;
	line-height: 1 !important;
}
.btn-large {
	padding: 1rem !important;
}

.btn-violet {
	min-width: 400px;
	background: #8E00AF;
	margin: 20px 0;
	border: 0;
}
.btn-violet:hover {
	background: #603373;
}
.btn-violet a {
	font-family: 'Montserrat-Bold';  
	padding: 8px 0;
	color: #FFFFFF !important;
}
.btn-violet:hover a {
	text-decoration: none;
}
.btn-yoga a {
	font-family: 'Montserrat-Bold';  
	padding: 8px 0;
	color: #FFFFFF !important;
	width: auto;
	min-width: 350px;
	background: #2e935d;
	margin: 20px 0;
	border: 0;
	
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;	
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-yoga a:hover {
	background: #297d50;
	font-family: 'Montserrat-Bold';  
	text-decoration: none;
}


.btn-gradient a {
	background: rgb(221,0,162);
	background: linear-gradient(90deg, rgba(221,0,162,1) 0%, rgba(142,0,175,1) 100%);
	border-color: transparent;
	border: 0;
	border-radius: 7px;
	font-family: 'Montserrat-Bold';
	color: #FFFFFF;
	font-size: 1.4rem;
	padding: .1rem .5rem;
}
.btn-gradient a:hover {
	text-decoration: none;
	color: #000000;
}
.btn-small > a {
	padding: .3rem .8rem !important;
	font-size: .8rem !important;
}

/* FORM
 * -------------------------- */
.form-bg-white label {
	margin-bottom: .2rem !important;
}
.form-bg-white .wpcf7-text,
.form-bg-white .wpcf7-textarea {
	background-color: #ECEBF1;
	border: 1px solid #ECEBF1;
}
.form-bg-white .btn-yoga {
	background-color: #2e935d !important;
	color: #FFFFFF !important;
	margin: 0 !important;
	min-width: 100% !important;
}
.wpcf7-spinner {
	position: absolute;
}

/* HEADER
 * ------------------------- */
.navbar.navbar-dark {
	background: transparent !important;
}
.site-header {
	background: #2a263d;
	/*background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
}
.navbar-brand img {
	width: 200px;
}
.nav-link {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase !important;
	padding: 0;
}
.nav-link {
display: block;

}
.nav-link::first-letter {
	text-transform: uppercase;
}
.navbar-nav {
	padding-top: 1rem !important;
}
.navbar-dark .navbar-nav .nav-link {
	color: #A09BB2;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,1);
}
.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,1);
	border-color: transparent;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.menu-item {
	padding: 0 5px;
	margin-top: 5px;
}
.menu-btn-primary {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	padding: 2px 20px !important;
	margin: 0 5px !important;
	border-radius: 12px;
}
.menu-btn-primary a {
	font-family: 'Montserrat' !important; 
	text-transform: uppercase !important;
	color: #FFFFFF !important;
}
.menu-outline {
	border: 1px solid #FFFFFF;
	padding: 2px 20px !important;
	margin: 0 5px !important;
	border-radius: 12px;
}
.menu-outline a {
	font-family: 'Montserrat' !important; 
	text-transform: uppercase !important;
	color: #FFFFFF !important;
}
.menu-item-green > a {
	color: #00CF00 !important;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #000000;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
}
.dropdown-menu .dropdown-menu {
	left: 185px;
	top: -10px;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem .6rem;
	clear: both;
	font-family: 'Montserrat'; 
	font-size: .9rem;
	color: #FFFFFF;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:focus, 
.dropdown-item:hover {
	color: rgba(255,255,255,.7);
	text-decoration: none;
	background-color: transparent;
}

.link-categorie {
	font-family: 'Montserrat';  
	padding: 1px 15px;
	color: #000000 !important;
	border: 1px solid #8E00AF;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
	border-radius: 1rem;
}
.link-categorie a {
	font-family: 'Montserrat';  
	color: #000000 !important;
}


/* FOOTER
 * ------------------------- */
.site-footer {
	background-color: #000000;
}
footer {
	line-height: 1.4;
}
footer strong {
	color: #FFFFFF;
}
footer p {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	font-size: 0.8rem;
	line-height: 1.8;
}
.footer-line {
	border-bottom: 1px solid #666666;
	margin-right: 0px;
	font-size: 1rem;
}
footer a {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF !important;
	font-size: 12px;
}
footer a:hover {
	text-decoration: none;
	color: #AAAAAA !important;
}
footer  i {
	display: inline-block;
	height: 15px;
	width: 15px;
	margin-right: 5px;
}
.app-stpre-icon-coontent img {
	width: 100%;
}
.review-icon-coontent img {
	width: auto;
	max-height: 60px;
}


/* JUMBOTRON
 * ------------------------- */
.jumbotron {
	padding: 0;
	margin-bottom: 2rem;
	background-color: #FFFFFF;
	border-radius: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 40vh;
}

/* HERO SECTIONS IDEAL FOR
 * --------------------------- */
.hero-section-ideal {
	margin-top: 75px;
	background-size: cover;
	background-position: center;
	height: 550px;
}
.vertical-center {
  	display: flex;
  	align-items: center;
}
.hero-section-ideal .jumbo-title {
	font-family: 'Montserrat-Bold', Arial;
	font-size: 2rem;
	color: #FFFFFF;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 3rem;
}
.hero-section-ideal .jumbo-subtitle {
	font-family: 'Montserrat-light', Arial;  
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 1.2;
	margin-bottom: 3rem;
}
.hero-section-ideal .btn-green {
	width: 400px;
	background: #00CF00;
	margin: 20px 0;
	border: 0;
	font-size: 1.4rem;
	padding: .8px 0;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	font-family: 'Montserrat-Bold';  
	padding: 8px 0;
	color: #FFFFFF !important;
}
.hero-section-ideal .btn-green:hover {
	background: #00AA00;
}
.hero-section-ideal .hero-image {
	height: 460px;
}
.hero-image-mobile {
	height: 400px !important;
	margin: 0 auto 30px auto !important;
}
.ideal-for-description {
	padding-top: 50px;
}
.ideal-for-description h3 {
	font-size: 2rem;
	line-height: 1.2em;
}
.section-ideal-sharing {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-dog {
	background: url("/wp-content/uploads/2022/02/Prenotazione-cani.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.section-baby-parking {
	background: url("/wp-content/uploads/2022/02/App-ludoteca.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.section-ideal-sharing h3 {
	color: #FFFFFF;
	font-size: 2rem;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.section-ideal-sharing p {
	font-family: 'Montserrat-light', sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
}
.section-ideal-sharing figcaption {
	font-family: 'Montserrat-light', sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 1.4em;
} 
.ideal-for-advice ul {
	margin-top: 50px;
	margin-bottom: 50px;
}
.ideal-for-advice li {
	font-family: 'Handlee', cursive;
	font-size: 32px;
	line-height: 1.5em;
}
.ideal-for-advice li em {
	font-family: 'Handlee';
	color: #8e00af;
	font-style: normal !important;
}
.logo-bookyway-webclass {
	margin: 50px auto 30px auto;
	max-width: 200px;
}
.padel-image figure {
	width: 200px;
	margin-bottom: 30px;
	margin-right: 10px;
}
.image-padel-img {
	width: 350px;
	margin: 50px auto;
}
.ideal-for-index h3 {
	font-size: 1.6rem;
	margin-bottom: 20px;
} 
.ideal-for-index .wp-block-columns {
	margin-bottom: 0;
}
.ideal-for-index .wp-block-column {
	margin-bottom: 1rem;
} 
.ideal-for-index .wp-block-image {
	padding: 10px;
	margin: 0;
	background: #EEEEEE;
}
.ideal-for-index figcaption {
	font-family: Montserrat;  
	font-size: 1.2rem;
	margin-top: 0.3rem !important;
	margin-bottom: 0 !important;
}
.ideal-for-index .wp-block-image img {
	height: auto;
	width: 100% !important;
	vertical-align: bottom;
}
.imgs-corsi img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
.imgs-sfondi-app img {
	width: 100%;
	height: auto;
}

@media (max-width: 599px) {
	.ideal-for-index .wp-block-image {
		padding: 10px;
		margin: 5px;
		background: #EEEEEE;
	}
	.ideal-for-index .wp-block-columns>.wp-block-column {
		flex-basis: 50%!important;
	}
	.ideal-for-index figcaption {
		font-family: Montserrat;  
		font-size: .8rem;
		margin-top: 0.3rem !important;
		margin-bottom: 0 !important;
	}
	.section-ideal-gray .ideal-for-index .wp-block-image {
		padding: 10px !important;
		margin: 5px !important;
		background: #FFFFFF !important;
	}
	.ideal-for-index .wp-block-column {
		margin-bottom: .5rem;
	}
}


/* SECTION
 * ----------------------------- */
.section {
	background: var(--bg-color);
	padding-top: 100px;
	padding-bottom: 100px;
}
.negative-section {
	/*background: var(--bg-color);*/
	background-color: transparent !important;
	padding-top: 50px;
	padding-bottom: 50px;
}
.negative-section h1, 
.negative-section h2, 
.negative-section h3 {
	color: #FFFFFF !important;
}
.negative-section p,
.negative-section li {
	color: var(--text-color) !important;
}
.negative-section ul {
	padding-inline-start: 1.1rem !important;
}

/* SECTION WHITE
 * ----------------------------- */
.section-ideal-white {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
}
/* SECTION GRAY
 * ----------------------------- */
.section-ideal-gray {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ECEBF1;
}
.section-ideal-gray .wp-block-column {
	margin-bottom: 1rem;
} 
.section-ideal-gray .ideal-for-index .wp-block-image {
	padding: 10px;
	margin: 0;
	background: #FFFFFF;
}

/* HERO IDEAL FOR ALL
 * ----------------------------- */
.jumbo-ideal-all {
	margin-top: 75px;
	background-size: cover;
	background-position: center;
	height: auto;
	background-image: url('assets/imgs/backgrounds/bg-image-2021.jpg');
	padding-bottom: 50px;
	padding-top: 100px;
}
.jumbo-ideal-all .logo-bookyway-ideal-all {
	width: 330px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.jumbo-ideal-all .btn-green {
	padding-left: 2rem;
	padding-right: 2rem;
	min-width: 200px !important;
}
.jumbo-ideal-all {
	text-transform: uppercase;
}
.jumbo-ideal-all p {
	margin-top: 2rem;
	font-size: 1rem;
}


/* HERO SECTIONS NORMAL
 * --------------------------- */
.hero-section-normal {
	margin-top: 75px;
	background-size: cover;
	background-position: center;
	height: 430px;
}
.vertical-center {
  	display: flex;
  	align-items: center;
}
.jumbo-title {
	font-family: 'Montserrat-Bold', Arial;
	font-size: 2rem;
	color: #FFFFFF;
	line-height: 1.3;
	text-align: left;
}
.jumbo-subtitle {
	font-family: 'Montserrat-light', Arial;  
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 1.2;
}
.hero-section-normal .btn-green {
	width: 400px;
	background: #00CF00;
	margin: 20px 0;
	border: 0;
	font-size: 1.4rem;
	padding: 0;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	font-family: 'Montserrat-Bold';  
	padding: 8px 0;
	color: #FFFFFF !important;
}
.hero-section-normal .btn-green:hover {
	background: #00AA00;
}
.hero-section-normal .hero-image {
	max-width: 100%;
	max-height: 350px;
}


/* HERO COVER ABSOLUTE 
 * ---------------------------- */
.hero-absolute {
	margin-top: 70px;
	height: 550px !important;
	
}
.hero-absolute .group-absolute {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	height: 550px !important;
}
.hero-absolute .phone-image img {
	height: 520px !important;
	/* top: 94px; */
	padding-top: 40px;
	width: auto !important;
	/* top: 94px; */
}
.hero-absolute .hero-absolute-title {
	position: absolute;
	left: 100px;
	top: 0;
	bottom: 0;
	margin-top: 20px;
	margin-bottom: auto;
	width: 25%;
}
.hero-absolute .hero-absolute-title h1,
.hero-absolute .hero-absolute-title h2 {
	color: #FFFFFF;
}
.hero-absolute .wp-block-cover__background {
	display: none !important;
}


/* SITE CONTENT
 * ---------------------------- */
.site-content h1 {
	margin-top: 80px;
}
.tmpl-standard {
	margin-top: 100px;
}


/* FRONT PAGE
 * --------------------------- */
.section-home-newsletter {
	position: relative;
	background: #ECEBF1;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 20px;
}
.section-home-newsletter h3 {
	color: var(--primary-color) !important;
	text-align: left;
	font-size: 2rem;
	line-height: 1.2;
}
.section-home-newsletter p,
.section-home-newsletter label {
	color: #000000 !important;
}

.section-home-footer {
	position: relative;
	background-image: url('assets/imgs/backgrounds/contatti-newsletter-desktop_1024x841.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-home-footer h3 {
	text-align: center;
	font-family: Montserrat-Light, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
}
.section-home-footer .btn {
	margin-top: 50px;
}
.section-page-footer {
	background-image: none;
}
.section-page-footer p {
	font-size: 1.2rem;
}
.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: .4em;
}
.section-page-footer .play-video-block {
	width: 240px !important;
}
.section-page-footer .play-video-block p {
	color: #8E00AF;
}

.play-video-block {
	width: 400px;
	margin: 0 auto;
	direction: ltr;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto;
}
.play-video-block img {
	width: 50px;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}
.play-video-block p {
	font-size: 1.1rem;
	padding-left: 10px;
	margin-top: 15px;
}
.play-video-image-neg {
	text-align: center;
}
.play-video-image-neg figure,
.play-video-image-neg figcaption {
	display: inline-block !important;
	vertical-align: middle;
}
.play-video-image-neg figcaption {
}
.play-video-image-neg figcaption a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding-left: 10px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 24px;
}
.play-video-image-neg figcaption a:hover {
	text-decoration: none;
}
.play-video-image {
	width: 400px;
	text-align: center;
}
.play-video-image figure,
.play-video-image figcaption {
	display: inline-block !important;
	vertical-align: middle;
}
.play-video-image figcaption {
	padding-top: 10px;
}
.play-video-image figcaption a {
	font-family: 'Montserrat-light', sans-serif;
	font-size: 1.1rem;
	padding-left: 10px;
	font-style: normal;
	color: #8E00AF;
}
.play-video-image figcaption a:hover {
	text-decoration: none;
}
.play-video-image-footer {
	margin: 0 auto !important;
}
.stores-buttons {
	margin-top: 30px;
}
.stores-buttons .blocks-gallery-grid {
	padding-top: 50px;
	margin: 0 auto;
}
.width-400 {
	max-width: 400px;
}
.width-400 .social-icon-home {
	text-align: center;
	width: 60%;
	margin: 0 auto;
	margin-top: 15px;
}


.section-promozioni {
	background-image: url('/wp-content/uploads/2022/07/banner-ripartenza.jpg');
	background-size: cover;
}
.section-promozioni .container{
	position: relative;
}
.section-promozioni .wp-block-columns {
	margin-bottom: 0 !important;
}
.section-promozioni img {
	z-index: 999;
	margin-top: -100px;
}
.section-promozioni h3 {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-size: 34px;
	line-height: 36px;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 4rem!important;
}
.section-promozioni .wp-block-buttons {
	margin-bottom: 4rem!important;
}
.section-promozioni h3 strong {
	font-family: Montserrat-Bold, sans-serif;
}

/* SECTIONS
------------------------------ */
.section-gray {
	position: relative;
	background-color: #ECEBF1; /*E1DFEB*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding-top: 80px;
	padding-bottom: 50px;
}
.section-gray h3 {
	font-family: Montserrat-Bold, sans-serif;
	font-style: normal;
	font-size: 34px;
	line-height: 36px;
	color: #8E00AF;
}
.section-gray-content h1 {
	margin-bottom: 50px !important;
	color: #8E00AF !important;
}
.section-gray-content p {
	margin-bottom: 50px !important;
	color: #575656 !important;
}
.section-dark-gray {
	position: relative;
	background-color: #666666; /*E1DFEB*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding-top: 80px;
	padding-bottom: 50px;
}
.section-dark-gray h3 {
	font-family: Montserrat-Bold, sans-serif;
	font-style: normal;
	font-size: 34px;
	line-height: 36px;
	color: #FFFFFF;
}
.section-dark-gray p {
	margin-bottom: 50px !important;
	color: #FFFFFF !important;
}
.section-violet {
	position: relative;
	background-color: #8E00AF;
	padding-top: 80px;
	padding-bottom: 50px;
}
.section-violet h1 {
	color: #FFFFFF;
}
.section-violet-dark {
	position: relative;
	background-color: #4B1E56;
	padding-top: 80px;
	padding-bottom: 50px;
}
.section-violet-dark p {
	font-family: Montserrat-Bold, sans-serif;
	color: #FFFFFF;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1.8;
} 
.section-violet-dark .cap-number {
	font-family: Montserrat, sans-serif;
	font-size: 110px;
	font-weight: 300;
	opacity: .5;
	color: #FFFFFF;
	line-height: .9;
}
.section-violet-light {
	background-color: #DDD7E2;
	padding-top: 80px;
	padding-bottom: 50px;
}
.section-violet-light p {
	color: #575656;
}

.section-middle {
	background-size: cover;
	background-position: center;
	padding-bottom: 50px;
	padding-top: 100px;
}
.section-fitness {
	background-image: url("/wp-content/uploads/2021/11/background-middle-scaled.jpg");
}
.section-middle h3 {
	color: #FFFFFF;
	font-size: 34px;
	line-height: 1.2em;
}
.section-middle p,
.section-middle p b,
.section-middle p strong {
	color: #FFFFFF;
}
.section-image-course {
	padding-bottom: 50px;
	padding-top: 100px;
}
.section-image-course h3 {
	font-size: 34px;
	line-height: 1.2em;
}
.section-end {
	background-image: url("/wp-content/uploads/2021/11/background-footer.jpg");
	background-size: cover;
	background-position: center;
	padding-bottom: 50px;
	padding-top: 100px;
}
.section-end p {
	color: #FFFFFF;
	font-size: 34px;
	line-height: 1.2em;
	margin-bottom: 40px;
}

/* SECTION BLACK
------------------------------ */
.section-black {
	background-color: #333333;
	padding: 30px;
}
.section-black .alert-light {
	background-color: #FFFFFF !important;
	border-radius: 20px;
	margin-bottom: 0 !important;
}
.section-black .alert-light h3 {
	font-family: Montserrat-Bold, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	color: #8E00AF;
	margin-bottom: 20px;
}
.section-black .alert-light p {
	color: #000000 !important;
}
.section-black .alert-light p > strong {
	color: #8E00AF !important;
}
.section-black .alert-light a:hover {
	color: #8E00AF !important;
}
.section-black .alert-light figure {
	text-align: right !important;
	margin: 0 !important;
}
.section-black .alert-light img {
	height: 200px; !important;
	width: auto !important;
}

.section-black .alert-dark-gray {
	background: #444A51 !important;
	border-radius: 20px !important;
	margin-bottom: 0 !important;
	padding: 10px;
}
.section-black .alert-dark-gray .winner-image {
	//max-height: 200px;
}

.winner-logo-desk {
	text-align: center;
	margin-bottom: 0 !important;
}
.winner-logo-desk img {
	width: 100% !important;
	padding: 0 3rem;
	margin: 0 auto;
	margin-bottom: 0 !important;
}
.winner-logo-mobile img {
	width: 100% !important;
	padding: 0 3rem;
}



/* PAGE
------------------------------ */
.page .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
}

/* TUTORIAL
 * ---------------------- */
h3.tutorial-container {
	font-size: 20px;
	line-height: 24px;
}
.wp-block-embed figcaption {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #575656;
	line-height: 26px;
	text-align: left;
}
.vp-center {
	display: block !important;
}
.booky-video-tutorial {
	width: 550px;
	margin: 0 auto;
}


/* LISTS
 * ------------------------- */
ul.lista-spunta {
	margin-top: 50px;
	padding-left: 45px;
}
ul.lista-spunta li {
	list-style: none;
	margin-bottom: 40px;
	padding: 0;
}

ul.lista-spunta li::before {   
    content: '';   
    display: inline-block;   
    height: 40px;   
    width: 40px;    
    background-size: 30px;   
    background-image: url('assets/imgs/spunta-violet.png');   
    background-repeat: no-repeat;   
    background-position: bottom center;
    vertical-align: bottom;
	margin-left: -45px;
	margin-right: 6px;
}
.lista-neg {
	margin-top: 50px;
	padding-left: 0;
}
.lista-neg li {
	color: #FFFFFF;
	margin-bottom: 40px;
	padding: 0;
}
ol li {
	margin-left: 1.8rem;
}

.ideale-per-list li {
	border-radius: 30px;
	border: 1px solid #770093;	
	margin-bottom: 20px;
	padding: .3rem 1.5rem;
	transition-duration: .5s;
	color: #FFFFFF !important;
	display: inline-block;
}
.ideale-per-list a {
	font-size: 14px;
	color: #FFFFFF;
}
.ideale-per-list li:hover {
	background-color: #770093;	
	transition-duration: .5s;
}
.ideale-per-list li:hover a {
	text-decoration: none;
} 

@media (max-width: 575.98px) { 
	.ideale-per-list li {
		padding: .3rem 1rem !important;
		display: inline-block !important;
	}
}


/* FUNZIONI
 * ------------------------- */
.funzioni-colonne .right-content-column {
	margin-left: 1rem;
}

/* COSTI
 * ------------------------- */
.image-payments {
	text-align: right;
}
.image-payments img {
	width: 350px !important;
}
.image-bg-costi-faq {
	position: relative;
	background-image: url('/wp-content/uploads/2023/06/prices-footer-bg-desktop-1.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 100px;
	padding-bottom: 80px;
}
.price-list-h3 {
	padding-top: 100px;
}
.image-bg-costi-faq ol {
	padding-left: 0 !important;
}
.image-bg-costi-faq li {
	color: #FFFFFF !important;
}
.costi-image-faq img {
	width: 100%;
}
.costi-image-faq-temp {
	width: 240px;
}
h3.negative {
	font-size: 30px;
	margin-bottom: 30px;
	color: #FFFFFF;
	line-height: 1.2;
}

/* STATISTICHE
 * ---------------------------- */
.statistiche-image {
	text-align: center;
}
.statistiche-image img {
	max-width: 600px;
	margin: 0 auto;
}

/* TIMELINE
 * ----------------------------- */
.page-id-246,
.page-id-780,
.page-id-1714,
.page-id-1800,
.page-id-1466,
.page-id-1324 {
	background-color: #FFFFFF !important
}
.timeline {
	margin-top: 100px;
	margin-bottom: 50px;
}
.timeline h3 {
	font-family: 'Montserrat-light';  
	margin: 0;
	padding: 0;
	color: #8E00AF;
	font-size: 2rem;
	line-height: 1.1;
	position: relative;
}
.timeline p {
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: 400;
	color: #242424;
	font-size: 14px;
	position: relative;
	line-height: 1.4;
}


/* TITLE SECTION WEBCLASS LIVE 
 * -------------------------- */
.video-live-title {
	margin-top: 3rem;
}
.video-live-title img,
.video-live-title figcaption {
	display: inline-block;
	vertical-align: middle;
}
.video-live-title figcaption {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #575656;
	line-height: 26px;
	margin-left: 10px;
	padding-top: 10px;
}
.video-live-title figcaption strong {
	font-family: 'Montserrat-Bold', sans-serif;
}
.video-live-title figcaption a {
	color: #8E00AF;
}


/* CONTATTI
 * --------------------------- */
.contact-box {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 50px;
	text-align: center;
}
.contact-box img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 40px;
	margin-bottom: 0px;
	width: 100px;
}
.contact-box p {
	margin-bottom: 40px;
}
.contact-box figcaption {
	vertical-align: middle;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #575656;
	line-height: 26px;
	text-align: left;
}
.contact-box figcaption a {
	font-family: 'Montserrat-Bold', sans-serif;
	color: #8E00AF;
}


/* 404
 * ------------------------- */
.background-emoji {
	position: relative;
	background-image: url('/wp-content/uploads/2022/01/emoji.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1400px;
}
.container-404 {
	margin-top: 130px;
	padding-bottom: 170px;
}
.container-404 h1 {
	color: #3E3E3E;
	font-size: 4rem;
}
.container-404 p {
	color: #3E3E3E;
	text-align: left;
	margin: 30px 0 40px 0;
	font-size: 1.5rem;
}
.container-404-img {
	position: absolute;
	top: 140px;
	right: 15%;
}
.violet-404 {
	width: 100%;
	height: 300px;
	background-color: #8E00AF;
}



/* SEND GRID
 * --------------------------- */
.sendgrid-frame {
	width: 600px;
	height: 500px;
	border: 0;
} 



/* PAGE app-prenotazione-nuiversale
 * ------------------------------ */
.app-prenotazione-nuiversale {
	margin-top: 75px !important;
	position: relative;
	background: url("assets/imgs/backgrounds/bg-image-2021.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 630px;
}
.app-prenotazione-nuiversale h1 {
	font-family: 'Montserrat-Light', sans-serif;
	text-align: left;
	color: #000000;
	text-shadow: none;
	font-weight: 300;
	margin-top: 0 !important;
	margin-bottom: 50px !important;
	padding: 0;
}
.app-prenotazione-nuiversale .preno-text {
	font-size: .9rem;
}


.gift-cards a {
	color: #FFFFFF !important;
}
.gift-cards .wp-block-image {
	margin-bottom: 0 !important;
}


/* CARDS
 * ----------------------------- */
.shadow-cards {
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	padding: 10px;
	background: #FFFFFF;
}
.shadow-cards h4 {
	background: rgb(221,0,162);
	background: linear-gradient(90deg, rgba(221,0,162,1) 0%, rgba(142,0,175,1) 100%);
	padding: 1rem .5rem;
	text-align: center;
	color: #FFFFFF;
	border-radius: 10px;
	font-weight: 300;
	font-size: 1.4rem;
}
.shadow-cards .countries {
	font-size: .8rem !important;
}

.violet-cards {
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	padding: 10px;
	background: linear-gradient(90deg, rgba(221,0,162,1) 0%, rgba(142,0,175,1) 100%);
	color: #FFFFFF;
}
.violet-cards h4,
.violet-cards p {
	color: #FFFFFF;
}

.gray-cards {
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	padding: 10px;
	background: #FFFFFF;
	text-align: center;
}
.gray-cards h4 {
	background: rgb(221,0,162);
	background: linear-gradient(90deg, rgba(221,0,162,1) 0%, rgba(142,0,175,1) 100%);
	padding: 1rem .5rem;
	text-align: center;
	color: #FFFFFF;
	border-radius: 10px;
	font-weight: 300;
	font-size: 1.4rem;
}
.gray-cards p {
	margin-bottom: 0 !important;
}
.gray-cards b {
	font-size: 100px;
	line-height: 1;
	color: #8E00AF;
}
.gray-cards .countries {
	font-size: .8rem !important;
}

.shadow-cards-inner {
	border-radius: 10px;
	box-shadow: inset 3px 3px 10px rgba(0,0,0,.2);
	padding: 5px;
	background: transparent;
	border: 2px solid #FFFFFF;
}
.shadow-cards-inner .btn-text a {
	font-family: 'Montserrat-Bold';
	color: #000000;
	font-size: .8rem;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.shadow-cards-inner .btn-text a:hover {
	text-decoration: none;
	font-family: 'Montserrat-Bold';
	color: #000000;
}

/* BLOG SECTION
 * ----------------------------- */
.blog-section .attachment-post-thumbnail {
	border-radius: 20px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.blog-section {
	background-color: #FFFFFF;
}
.blog-section img {
	width: 100% !important;
	height: auto;
	border-radius: 20px;
}
.blog-section h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 1.6rem;
	line-height:1.3;
	margin-bottom: 2rem !important;
}
.blog-section p {
	text-align: justify;
}
.blog-section li,
.blog-section p > em {
	font-size: 1rem;
	color: #000000;
	line-height: 1.4 !important;
}
.blog-section h3 {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	border-left: .25em solid #8E00AF;
	margin: 1.75em 0;
	padding-left: 1em;
}
.posts-loop li {
	background-color: #FFFFFF !important;
	border-radius: 15px !important;
	overflow: hidden;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.posts-loop .posts-loop-image-content {
	height: 170px;
	background-repeat: no-repeat;
	background-size: cover;
}
.posts-loop figure {
	margin: 0;
}
.posts-loop .loop-content {
	padding: 15px;
}
.posts-loop h3 a {
	color: #8E00AF !important;
}
.posts-loop li p {
	font-family: 'Montserrat-light', sans-serif;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.4;
	color: #000000;
}
.posts-loop p {
	margin-bottom: .5rem !important;
}
.posts-loop time {
	font-family: 'Montserrat-light', sans-serif;
	font-size: .8rem !important;
	color: #000000 !important;
}
.posts-loop .card {
	overflow: hidden;
	border-radius: 15px;
	border: 0px solid rgba(0,0,0,0);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}


/* ARTICOLI / BLOG SEARCH BAR
 * ---------------------------- */
.blog-search-bar {
	margin-bottom: 40px;
}
.blog-search-bar li {
	list-style: none;
}
.blog-search-bar li a:after {
	display: none;
}
.blog-search-bar .blog-search-item {
	background: rgba(255,255,255,1);
	border-radius: 10px;
	padding: 0px;
}
.blog-search-bar i {
	font-style: normal !important;
	font-family: Montserrat;  
	color: #8E00AF;
	font-size: .8rem;
}
.blog-search-item:focus,
.blog-search-item:focus-visible,
.dropdown-toggle:focus {
	outline: none !important;
}
.blog-search-bar .is-search-form {
	background: #FFFFFF;
	height: 40px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.blog-search-bar .is-form-style input.is-search-input {
	background: transparent !important;
	background-image: none!important;
	color: #8E00AF;
	padding: 20px 12px;
	margin: 0;
	outline: 0!important;
	height: 36px;
	min-height: 0;
	line-height: 1;
	
	font-family: Montserrat;  
	color: #8E00AF;
	font-size: .8rem;
	text-transform: uppercase;
	
	width: 100%;
	border: solid 0px #ccc!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.blog-search-bar .nav-link:hover {
	color: #000000 !important;
}
.blog-search-bar .is-search-icon {
	display: inline-block!important;
	color: #FFFFFF;
	background: transparent !important;
	box-shadow: none!important;
	outline: 0;
	margin: 0;
	font-size: 14px!important;
	border: 0px solid #ccc;
	border-radius: 10px;
	line-height: 1;
	height: 36px;
	text-transform: capitalize;
	vertical-align: middle;
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-search-bar .blog-search-item .dropdown-menu {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.blog-search-bar .blog-search-item .dropdown-menu .dropdown-item {
	font-family: Montserrat;  
	color: #8E00AF !important;
	font-size: .8rem;
	text-transform: uppercase;
}
.blog-search-bar .blog-search-item .dropdown-menu .dropdown-item:hover {
	color: #000000 !important;
}


/* SLIDER PRICE
 * --------------------------- */
.price-game .form-group {
	position: relative;
}
.price-game p {
	position: absolute;
	top: 5px;
	right: 0;
	font-family: 'Montserrat-Bold';
}
.price-game label {
	color: #8E00AF !important;
	font-family: 'Montserrat-Bold';
}
.price-game .form-control-range {
	-webkit-appearance: none;
  	width: 100%;
  	height: 12px;
  	background: linear-gradient(90deg, rgba(221,0,162,1) 0%, rgba(142,0,175,1) 100%);
  	outline: none;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 25px;
}
.price-game .form-control-range::-webkit-slider-thumb {
  	-webkit-appearance: none;
  	appearance: none;
  	width: 35px;
  	height: 35px;
  	background: #000000;
  	cursor: pointer;
	border-radius: 30px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.4);
}

.price-game .form-control-range::-moz-range-thumb {
  	width: 35px;
  	height: 35px;
  	background: #000000;
  	cursor: pointer;
	border-radius: 30px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.4);
}
.price-game select {
  	appearance: none;
  	background-color: #FFFFFF;
  	border: 1px solid #DDDDDD;
  	width: 100%;
}


/* WELCOM E/ BENVENUTO PAGE
 * --------------------------------- */
.booky-final img {
	height: 540px !important;
	margin-bottom: 50px;
}
.booky-left img {
	height: 230px !important;
	width: auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #8E00AF !important;
}


/* MODAL
 * ---------------------------- */
.modal-gray {
	background: #EEEEEE !important;
}
.modal-header {
	border-bottom: 0px solid #e9ecef !important; 
}


/* BANNER 100All'ora
 * ---------------------------- */
.banner-10allora {
	background-color: #436077;
	border-radius: 15px;
}
.banner-10allora p {
	color: #FFFFFF;
	margin-bottom: 0;
}
.banner-10allora p > b,
.banner-10allora p > strong {
	color: #90b642 !important;
}
.banner-10allora .btn-100allora {
	background-color: #90b642 !important;
}
.banner-10allora .btn-100allora a {
	color: #FFFFFF !important;
}
/* BANNER 100All'ora MOBILE
 * ---------------------------- */
@media (max-width: 575.98px) { 
	.banner-10allora .logo-100allora {
		width: 40vw;
		margin-left: auto;
		margin-right: auto;
	}
	.banner-10allora p {
		font-size: 24px !important;
		text-align: center;
	}
	.flex-wrap-mobile {
		flex-wrap: wrap !important; 
	}
	.flex-wrap-mobile figure {
		margin: 0 auto !important; 
	}
}

/* BANNER DEVFEST
 * ---------------------------- */
.banner-devfest {
	background-color: #FFFFFF;
	border-radius: 15px;
}
.banner-devfest p {
	color: #000000;
	margin-bottom: 0;
}
.banner-devfest p.black > b,
.banner-devfest p.black > strong {
	color: #000000 !important;
}
.banner-10allora .btn-100allora {
	background-color: #90b642 !important;
}
.banner-10allora .btn-100allora a {
	color: #FFFFFF !important;
}


/* TABELLA CREDITI
 * ---------------------------- */
.tabella-crediti {
	
}





/* MOBILE
 * ---------------------------- */
@media (max-width: 575.98px) { 
	
	.reverse-columns {
		display: flex;
		flex-direction: column-reverse;
	}
	
	h1 {
		font-size: 30px;
		line-height: 36px;
	}
	.btn {
		padding-top: 1rem;
		padding-bottom: 1rem;
		min-width: 100%;
	}
	.btn-outline-light,
	.btn-outline-light a {
		min-width: 100%;
		width: 100%;
	}
	.btn-green,
	.btn-green a {
		min-width: 100%;
	}
	.btn-mobile-center {
		margin: 0 auto !important;
	}
	.height-auto-mobile img {
		height: auto !important;
	}
	
	/* HEADER
	 * -------------------------- */
	.account-menu {
		margin-bottom: 15px !important;
	}
	.navbar-collapse {
		height: 100vh;
		overflow-y: auto;
		padding-bottom: 150px;
	}
	.nav-link {
		font-family: montserrat, sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 15px;
		text-transform: uppercase;
	}
	.dropdown-item {
		font-family: 'Montserrat';
		font-size: 16px;
		color: #FFFFFF;
		text-align: inherit;
		white-space: nowrap;
	}
	
	/* SECTIONS 
	 * --------------------------- */
	.hero-section-normal {
		min-height: 70vh;
		height: auto;
		padding-bottom: 3rem;
	}
	.hero-section-normal .hero-image {
		max-width: 70vw;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.hero-section-normal h1,
	.hero-section-normal h2 {
		font-size: 1.6rem;
	}
	.section-gray h3 {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 2rem;
	}
	.section-gray p {
		font-size: 16px;
		line-height: 1.4;
	}
	.section-home-footer p {
		font-size: 14px;
		line-height: 1.4;
	}
	.hero-image-mobile {
		width: 100% !important;
		height: auto !important;
		/*height: 400px;
		//margin: 0 auto 30px auto;*/
	}
	.hero-image-force {
		width: 100% !important;
		height: auto !important;
	}
	.group-absolute-mobile {
		background-color: #e0c6ad;
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.group-absolute-mobile h1 {
		margin-top: 0;
		margin-bottom: 2rem;
	}

	/* SECTION NEGATIVE
	------------------------------ */
	.negative-section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	/* SECTION BLACK
	------------------------------ */
	.section-black {
		background-color: #333333;
		padding: 20px;
	}
	.section-black .alert-light {
		background-color: #FFFFFF !important;
		border-radius: 20px;
		margin-bottom: 0 !important;
	}
	.section-black .alert-light h3 {
		text-align: center;
		font-family: Montserrat-Bold, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 30px;
		line-height: 36px;
		color: #8E00AF;
		margin-bottom: 20px;
	}
	.section-black .alert-light p {
		text-align: center;
		padding: 0 20px;
		color: #000000 !important;
	}
	.section-black .alert-light p > strong {
		color: #8E00AF !important;
	}
	.section-black .alert-light figure {
		text-align: center !important;
		margin: 0 !important;
	}
	.section-black .alert-light img {
		margin: 0 !important;
		height: 200px; !important;
		width: auto !important;
	}

	
	/* FRONT PAGE
 	* --------------------------- */
	.home-text-column {
		width: 100% !important;
	}
	.home-anim-column {
		width: 100% !important;
	}
	.home-anim-column .phone {
		width: 100% !important;
	}
	.hero-section {
		margin-top: 75px;
		position: relative;
		background: url("assets/imgs/backgrounds/bg-default-mobile.jpg") no-repeat;
		background-color: #FFFFFF;
		background-size: 100%;
		background-position: top;
		background-repeat: no-repeat;
		height: auto;
		padding-bottom: 10px;
	}
	.hero-section .wp-block-group__inner-container {
		padding-top: 110px;
	}
	.front-page-logo {
		display: none;
	}
	.hero-section h1 {
		font-family: 'Montserrat-Light', sans-serif;
		text-align: center;
		color: #000000;
		text-shadow: none;
		font-weight: 300;
		margin-bottom: 0;
		font-size: 28px;
		padding: 0;
	}
	.hero-section h2 {
		text-align: center;
	}
	.hero-section h3 {
		text-align: center;
		font-size: 1rem;
		margin-top: 10px;
	}
	.hero-section .wp-block-button__link {
		color: #FFFFFF;
		font-size: 1rem;
	}
	.hero-section .btn-green a {
		min-width: 100%;
		width: 100%;
		background: #00CF00;
		border: 0;
	}
	.btn-outline-violet,
	.btn-outline-violet a {
		min-width: 100%;
	}
	
	/* FRONT PAGE
 	* --------------------------- */
	.wp-block-button {
		margin-left: auto;
		margin-right: auto;
	}
	.wp-block-button__link {
		font-size: 1rem;
	}
	.play-video-image-neg {
		width: 100%;
		text-align: center;
	}
	.section-activities {
		background-image: url('assets/imgs/backgrounds/bg-section-activities.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		padding-bottom: 50px;
		padding-top: 100px;
	}
	.section-activities p,
	.section-home-live p,
	.section-home-stripe p,
	.section-home-sports p,
	.section-home-bacheca p,
	.section-home-statistiche p,
	.section-home-custom p,
	.section-home-allenamenti p,
	.section-home-costi p {
		text-align: center;
		font-size: 16px;
		line-height: 1.4;
	}	
	.section-activities h3,
	.section-home-live h3,
	.section-home-stripe h3,
	.section-home-sports h3,
	.section-home-bacheca h3,
	.section-home-statistiche h3,
	.section-home-custom h3,
	.section-home-allenamenti h3,
	.section-home-costi h3 {
		font-size: 18px;
		line-height: 1.2;
		text-align: center;
	}
	.section-home-live {
		position: relative;
		background-image: url('assets/imgs/backgrounds/lezioni-live-bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		padding-bottom: 50px;
		padding-top: 100px;
	}
	.webcall-buttons-container {
		text-align: center;
		width: 100%;
	}
	.webcall-buttons-container .wp-block-columns {
		display: flex;
		margin: 15px auto 0 auto;
	}
	.webcall-buttons-container .wp-block-column {
		flex-basis: auto !important;
		width: 50px;
	}
	.webcall-buttons-container .wp-block-column .wp-block-image {
		margin: 0;
		width: 80px;
	}
	.webcall-buttons-container .wp-block-column:not(:first-child) {
		margin-left: 0em;
	}
	.section-home-stripe {
		padding-bottom: 0;
	}
	.section-home-stripe .wp-block-image {
		margin: 0;
	}
	.section-home-stripe p {
		padding-bottom: 0;
	}
	.section-home-sports {
		padding-bottom: 20px;
		padding-top: 50px;
	}
	.section-home-bacheca .wp-block-image {
		width: 100%;
		margin: 20px auto 0 auto;
	}
	.section-home-custom {
		padding-bottom: 50px;
	}
	.section-home-footer h3 {
		font-size: 18px;
	}
	.width-400 {
		max-width: 100%;
	}
	.social-icon-home {
		text-align: center;
		width: 60%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.play-video-block {
		width: 400px;
		margin: 0 auto;
		direction: ltr;
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-rows: auto;
	}
	.play-video-block img {
		width: 50px;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
	.play-video-block p {
		font-size: 1.1rem;
		padding-left: 10px;
		margin-top: 15px;
	}
	.play-video-image-neg {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.play-video-image-neg figure,
	.play-video-image-neg figcaption {
		display: inline-block !important;
		vertical-align: middle;
	}
	.play-video-image-neg figcaption {
		padding-top: 10px;
	}
	.play-video-image-neg figcaption a {
		font-family: 'Montserrat-light', sans-serif;
		font-size: .9rem;
		padding-left: 10px;
		font-style: normal;
		color: #FFFFFF;
	}
	.play-video-image-neg figcaption a:hover {
		text-decoration: none;
	}
	.play-video-image {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.play-video-image figure,
	.play-video-image figcaption {
		display: inline-block !important;
		vertical-align: middle;
	}
	.play-video-image figcaption {
		padding-top: 10px;
	}
	.play-video-image figcaption a {
		font-family: 'Montserrat-light', sans-serif;
		font-size: 0.9rem;
		padding-left: 10px;
		font-style: normal;
		color: #8E00AF;
	}
	.play-video-image figcaption a:hover {
		text-decoration: none;
	}
	.stores-buttons {
		margin-top: 30px;
	}
	.stores-buttons .blocks-gallery-grid {
		padding-top: 50px;
		margin: 0 auto;
	}
	.stores-buttons .wp-block-image .alignright {
		float: none;
		margin: 0 auto;
	}
	.stores-buttons .wp-block-image .alignleft {
		float: none;
		margin: 0 auto;
	}

	.btn-block-tutorial .wp-block-column {
		margin-bottom: 20px;
	}
	.logo-webclass {
		width: 50%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.funzioni-colonne .wp-block-column .wp-block-column {
		flex-grow: 0;
		flex-basis: 10% !important;
	}
	.funzioni-colonne .wp-block-column .wp-block-column.right-content-column {
		flex-grow: 0;
		flex-basis: 78% !important;
		padding-left: 0;
		margin-left: 0;
	}
	
	.section-home-footer {
		
	}
	.section-home-footer figure {
		text-align: center;
		margin-top: 5px;
	}
	.section-home-footer p {
		text-align: center;
		margin-top: 5px;
	}
	
	.play-video-block {
		width: 100%;
		margin: 0 auto;
		direction: ltr;
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-rows: auto;
	}
	.play-video-block .wp-block-media-text__content {
		grid-row: 1 !important;
	}
	.play-video-block img {
		width: 40px;
	}
	
	/* LIVE VIDEO PAGE */
	.video-live-title > img {
		display: block;
	}
	.video-live-title figcaption {
		font-size: 18px;
		margin-left: 0;
		padding-top: 0;
		text-align: left;
	}
	
	.section-promozioni figure {
		margin-left: 0 !important;
	}
	.section-promozioni img {
		margin-top: 0;
		text-align: center;
	}
	.section-promozioni .btn-green {
		min-width: 0px !important;
		width: 100%;
	}
	.btn-hero-home a {
		font-size: 16px !important;
	}

	/* FOOTER
	 * ---------------------------- */
	.app-stpre-icon-coontent img {
		text-align: center;
		width: 50vw;
	}
	.review-icon-coontent img {
		width: auto;
		max-height: 70px;
		margin-bottom: 20px;
	}
	.review-icon-coontent .col {
		margin-bottom: 0 auto;
	}
	.aggregatore-image {
		text-align: center;
	}
	.aggregatore-image img {
		width: 60vw !important;
		height: auto !important;
	}
	
	
	/* SECTIONS IDEAL FOR
 	* --------------------------- */
	.hero-section-ideal {
		margin-top: 75px;
		background-size: cover;
		background-position: center;
		min-height: 70vh;
		height: auto;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.vertical-center {
  		display: flex;
  		align-items: center;
	}
	.hero-section-ideal .jumbo-title {
		font-family: 'Montserrat-Bold', Arial;
		font-size: 1.6rem;
		color: #FFFFFF;
		line-height: 1.1;
		text-align: center;
		margin-bottom: 3rem;
	}
	.hero-section-ideal .jumbo-subtitle {
		font-family: 'Montserrat-light', Arial;  
		font-size: 1.4rem;
		color: #FFFFFF;
		line-height: 1.2;
		margin-bottom: 3rem;
		text-align: center;
	}
	.hero-section-ideal .btn-green {
		width: 100%;
		background: #00CF00;
		margin: 20px 0;
		border: 0;
		font-size: 1.4rem;
		padding: 0;
		text-align: center;
		text-decoration: none;
		overflow-wrap: break-word;
		font-family: 'Montserrat-Bold';  
		padding: 8px 0;
		color: #FFFFFF !important;
		min-width: 100%;
	}
	.hero-section-ideal .btn-green:hover {
		background: #00AA00;
	}
	.hero-section-ideal .hero-image {
		height: 460px;
	}
	.ideal-for-description {
		padding-top: 50px;
	}
	.ideal-for-index .wp-block-columns {
		margin-bottom: 0;
		gap: 0 !important;
	}
	.ideal-for-description h3 {
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.section-fitness h3 {
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.section-fitness .wp-block-columns {
		text-align: center;
	}
	.section-image-course .imgs-corsi {
		margin-bottom: 30px;
	}
	.section-image-course .wp-block-columns {
		margin-bottom: 0;
	}
	
	/* SECTION END 
	 * ------------------------------ */
	.section-end {
		background-image: url("/wp-content/uploads/2021/11/background-footer.jpg");
		background-size: cover;
		background-position: center;
		padding-bottom: 50px;
		padding-top: 100px;
	}
	.section-end p {
		color: #FFFFFF;
		font-size: 34px;
		line-height: 1.2em;
		margin-bottom: 40px;
	}
	.section-end .btn-green {
		width: 100%;
		min-width: 100%;
	}
	
	/* COSTI
 	* ------------------------- */
	.image-payments {
		text-align: right;
	}
	.image-payments img {
		width: 350px !important;
	}
	.image-bg-costi-faq {
		position: relative;
		background-image: url('/wp-content/uploads/2023/06/price-footer-gb-mobile.webp');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		min-height: 1300px;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.image-bg-costi-faq li {
		color: #FFFFFF !important;
	}
	
	/* WELCOM E/ BENVENUTO PAGE
	 * --------------------------------- */
	.welcomePage-h2 {
		line-height: 1;
	}
	.booky-final img {
		height: auto !important;
		margin-bottom: 90px;
		width: 70vw !important;
	}
	.booky-left img {
		height: 230px !important;
		width: auto;
	}
	
	
}





/* CAPTERRA
------------------------- */
.capterra-header {
    margin-top: 65px;
    background-color: #FFFFFF;
    text-align: center;
}
.logo-bookyway-capterra {
    margin: 20px 0;
    padding-right: 30px;
    height: 60px;
    border-right: 1px solid #6FD44B;
}
.logo-capterra-capterra {
    margin: 20px 0;
    padding-left: 30px;
    height: 50px;
}

.capterra-bg {
    top: 165px;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url('/page-capterra/mappamondo-connessione.jpg');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.caption-block {
    position: relative;
    height: 340px;
    width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.caption-flex-first {
    margin-top: 50px;
    justify-content: center;
    width: 100%;
}
.caption-flex-second {
    justify-content: center;
    width: 50%;
}
.caption-flex-third {
    justify-content: center;
    width: 50%;
}
.caption-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 166px;
    height: 165px;
    background-color: #E5AC0B;
    border-bottom-left-radius: 80px;
    border-top-right-radius: 80px;
}
.caption-number img {
    margin: 15px;
}
.caption-text {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 290px;
    height: 290px;
    background-color: rgba(0,0,0,.5);
    border-bottom-left-radius: 130px;
    border-top-right-radius: 130px;
}
.caption-text p {
    font-family: Arial, Helvetica, sans-serif;
    padding: 50px;
    color: #FFFFFF;
    font-size: 24px;
    text-align: left;
    line-height: 1.4;
}
.caption-container-2-3 {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}
.caption-num-2 {
    background-color: #1AB8A2;
}

.caption-num-3 {
    background-color: #F71A56;
}


.infobox {
    background-color: rgba(0,0,0,.5);
    padding: 30px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.infobox-spunta {
    width: 80px;
    margin-right: 10px;
}
.infobox-spunta img {
    width: 100%;
}
.infobox-text {
    display: flex;  
}
.infobox-text p {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 0 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 24px;
    text-align: left;
    line-height: 1.3;
}
.infobox-button {
    margin: 30px auto;
    text-align: center;
}
.infobox-button p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    font-size: 1rem;
    text-align: left;
}
a.button {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #6FD44B;
    padding: 20px;
    color: #FFFFFF;
}
.infobox-button  i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
}

/* FORM LOGIN
 * ----------------------------------- */
.form-login {
	margin-top:150px;
}
.um-button {
	background: #00CF00 !important;
}
.um-button.um-alt {
	background: #eee !important;
}





@media (max-width: 575.98px) { 

    .capterra-header {
        margin-top: 50px;
        background-color: #FFFFFF;
        text-align: center;
    }
    .logo-bookyway-capterra {
        margin: 20px 0;
        padding-right: 10px;
        height: 40px;
        border-right: 1px solid #6FD44B;
    }
    .logo-capterra-capterra {
        margin: 20px 0;
        padding-left: 10px;
        height: 30px;
    }
    .caption-flex-first {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .caption-flex-second {
        justify-content: center;
        width: 100%;
        margin-bottom: 50px;
    }
    .caption-flex-third {
        justify-content: center;
        width: 100%;
    }
    .caption-container-2-3 {
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .infobox {
        margin-top: 50px;
    }
 }


