/*
Theme Name: Culture in classe
Author: KMSTUDIO
Version: 1.0
*/

/*
Colore sostituito da #e85b0d a #7DC9B3
*/

html { font-size: 18px; }
body {
	background-color: #fff;
	color: #2D2D2D;
    font-family: 'Barlow', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

body.no-scroll {
	overflow: hidden;
}

body.home h1 {
    display: none;
}

h1 {
    position: relative;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #7DC9B3;
    margin: 2rem 0 1rem 0;
}
h1.no-margin {
    margin-bottom: 1.8rem;
}

h2.important {
    position: relative;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #2D2D2D;
    text-align: center;
    margin: 0 0 3rem 0;
}
h2.no-margin {
    margin-bottom: 1.8rem;
}
h2.important::after {
	content: "";
	width: 100px;
	height: 6px;
	background-color: #7DC9B3;
	transform: translateX(-50%);
	position: absolute;
	bottom: -15px;
	left: 50%;
}

a,
button {
	color: #7DC9B3;
    font-weight: 500;
	transition: color 400ms,
		        background-color 400ms,
                border 400ms;
	text-decoration: none;
}
a:hover,
button:hover {
	color: #2D2D2D;
}
a,
a:hover,
a:link,
a:visited,
a:active {
	outline: none;
}

hr {
    margin: 2rem 0;
}

.overlay-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	opacity: 1;
	transition: opacity 800ms;
    
}
.overlay-bg.inactive {
	opacity: 0;
	pointer-events: none;
}


/*--- SOVRASCRIZIONI CLASSI GRAVITY */
.gform_wrapper.gravity-theme .gfield_required {
	display: none !important;
}


/*--- NAVIGATION RESPONSIVE */
nav.nav-responsive {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	background-color: #2D2D2D;
	z-index: 9999;
	padding: 0;
	opacity: 0;
	overflow-y: auto;
	transition: all 300ms;
    min-width: 350px;
}
nav.nav-responsive.position-left {
	transform: translateX(-100%);
	left: 0;
}
nav.nav-responsive.position-right {
	transform: translateX(100%);
	right: 0;
}
nav.nav-responsive.expanded {
    transform: translateX(0%);
    transition: all 600ms;
    opacity: 1;
}
nav.nav-responsive .header {
	margin-top: 2rem;
    margin-bottom: 2rem;
}
nav.nav-responsive .header .logo {
	
}
nav.nav-responsive .header .logo img {
	width: 120px;
}
nav.nav-responsive .header .menu-close {
	
}
nav.nav-responsive .header .menu-close span {
	cursor: pointer;
	font-size: 2.5rem;
	transition: background-color 600ms,
				color 600ms,
				transform 500ms cubic-bezier(.67,-0.09,.58,1);
	transform: rotate(0deg);
	display: block;
	color: #fff;
}
nav.nav-responsive .header .menu-close span:hover {
	transform: rotate(180deg);
    color: #7DC9B3;
}
nav.nav-responsive .header .menu-close span::before {
	width: auto;
    margin: 0 .2em;
    display: block;
}
nav.nav-responsive ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
nav.nav-responsive ul li {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	list-style-type: none;
}
nav.nav-responsive ul li.wpml-ls-item.wpml-ls-first-item {
    margin-left: 1rem;
}
nav.nav-responsive ul li.wpml-ls-item.wpml-ls-last-item {
    margin-bottom: 1rem;
}
nav.nav-responsive ul li.wpml-ls-item {
    display: inline-block;
    width: 32px;
    margin-right: 0.4rem;
}
nav.nav-responsive ul li.wpml-ls-item a {
    padding: 0 10px 4px 10px;
    display: inline-block;
}
nav.nav-responsive ul li ul {
	padding: 0;
	margin: 0 0 10px 0;
}
nav.nav-responsive ul li ul li {
	text-transform: none;
}
nav.nav-responsive ul li ul li a {
	padding-left: 40px;
}
nav.nav-responsive ul li a {
	color: #fff;
	font-weight: 700;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
nav.nav-responsive ul li.current-menu-item a {
    color: #7DC9B3;
}
nav.nav-responsive ul li a:hover {
	color: #fff;
	background-color: #7DC9B3;
	text-decoration: none;
}


/*--- HEADER */
header.primary {
    background: url("./assets/img/header_bg.jpg"), rgba(0,0,0,0.7);
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    
}
header.primary .logo img {
    width: 100px;
    padding: 0.4rem 0;
}
header.primary .diagonal {
	width: 180px;
	background-color: #7DC9B3;
	opacity: 0.25;
	position: relative;
	transform: skewX(21deg);
	margin-right: -50px;
}
header.primary .hamburger {
	font-size: 1rem;
	cursor: pointer;
	color: #fff;
	padding: 0 2rem;
	background-color: transparent;
    z-index: 1;
}
header.primary .hamburger .icon-menu::before {
    padding-top: 0.7rem;
}
#hero{
    min-height:30vh;
}

.welcome-logged {
	margin-bottom: 3rem;
	background-color: #7DC9B3;
	padding: 1rem 1.6rem 1.2rem;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
    color: #fff;
}
.welcome-logged .left {
    
}
.welcome-logged .left p {
    margin: 0;
}
.welcome-logged .right {
    
}
.welcome-logged .right p {
    margin: 0;
}
.welcome-logged .right .role-name {
    margin-right: 2rem;
}
.welcome-logged .right .nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.welcome-logged .right .nav ul li {
    position: relative;
    margin: 0 1rem 0 0;
    padding: 0;
    list-style-type: none;
}
.welcome-logged .right .nav ul li:last-child {
    margin: 0;
}
.welcome-logged .right .nav ul li::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 1.5rem;
	background-color: #75d7d1;
	right: -0.6rem;
	transform: translateY(-50%);
	top: 50%;
}
.welcome-logged .right .nav ul li:last-child::after {
    content: "";
    position: static;
}
.welcome-logged .right .nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.welcome-logged .right .nav ul li a:hover {
    color: #2D2D2D;
}


/*--- STILI GENERALI */
main {
    margin-bottom: 4rem;
    min-height: 600px;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
	display: inline-block;
	width: auto;
	margin: 0;
}

.text-primary{
    color: #7DC9B3 !important;
}
.bg-primary {
    background-color: #7DC9B3 !important;
}
.btn{
    border-radius:0px;
    padding: 0.5rem 1.5rem;
}
.btn-outline-white:hover{
    background-color: rgba(255,255,255,0.2);
}

.button {
    display: inline-block;
    border-radius: 1rem;
    padding: 1.2rem 2rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    border: 2px solid #7DC9B3;
    background-color: #7DC9B3;
    color: #fff;
}
.button:hover {
    border: 2px solid #7DC9B3;
    background-color: #fff;
    color: #7DC9B3;
}
.button.button-full {
    width: 100%;
    text-align: center;
}
.button.button-mini {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
}
.button.button-warning {
    border: 2px solid #ff0000;
    background-color: #ff0000;
}
.button.button-warning:hover {
    border: 2px solid #ff0000;
    background-color: #fff;
    color: #ff0000;
}
.button-row {
    margin: 1.5rem 0 2rem 0;
}
.button-row a {
    display: inline-block;
    border-radius: 1rem;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    border: 2px solid #7DC9B3;
    background-color: #7DC9B3;
    color: #fff;
}
.button-row a:hover {
    border: 2px solid #7DC9B3;
    background-color: #fff;
    color: #7DC9B3;
}
.button.button-selected {
    background-color: #fff;
    color: inherit;
}
.button.button-white {
    border: 2px solid #fff;
    background-color: #fff;
    color: #7DC9B3;
}
.button.button-white:hover {
    border: 2px solid #fff;
    background-color: #7DC9B3;
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    padding: 2rem 2rem;
    background-color: rgba(0, 0, 0, .4);
    color: #7DC9B3;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}

.slider {
    margin: 0.5rem 0 3rem;
    overflow: hidden;
}
.slider img {
	width: 100%;
}
.slider .label-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 0.7rem 1.5rem;
	background-color: #7DC9B3;
	color: #fff;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 700;
}
.slider .current-info {
    position: absolute;
    left: 0;
    bottom: 2rem;
}
.slider .current-info .plus {
    display: inline-block;
	background-color: #7DC9B3;
	color: #fff;
	padding: 0.7rem;
	font-size: 3rem;
}
.slider .current-info .text {
	margin-left: 1rem;
    margin-right: 1rem;
}
.slider .current-info .text .location {
	font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 2rem;
    line-height: 1;
}
.slider .current-info .text .where {
	font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}
.slider .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 160px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

ul.breadcrumbs {
    margin: 0 0 4rem 0;
    padding: 0;
    list-style-type: none;
}
ul.breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}
ul.breadcrumbs li::after {
    content: "•";
    color: #7DC9B3;
    margin: 0 0.3rem;
}
ul.breadcrumbs li:last-child::after {
    content: "";
    margin: 0;
}

.wordpress-content {
    margin-bottom: 3rem;
}
.wordpress-content .gallery {
    
}
.wordpress-content .gallery .gallery-item {
    position: relative;
}
.wordpress-content .gallery .gallery-item > * {
    overflow: hidden;
}
.wordpress-content .gallery .gallery-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.wordpress-content .gallery .gallery-item a img {
    transition: transform 400ms ease-in-out;
}
.wordpress-content .gallery .gallery-item a:hover img {
    transform: scale(1.2);
}
.wordpress-content .gallery .gallery-item figcaption {
    position: absolute;
    bottom: 0;
    display: block;
    width: calc(100% - var(--bs-gutter-x));
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.4rem 0.7rem 0.6rem 0.7rem;
    pointer-events: none;
}
.wordpress-content iframe {
    border: 1px solid #7DC9B3;
}

.status-msg h4 {
	margin: 0;
	padding: 1.5rem 1.5rem 0.6rem 1.5rem;
	background-color: #666;
	color: #fff;
	text-align: left;
	text-transform: none;
	font-size: 1.2rem;
}
.status-msg h4.error {
    background-color: #a90000;
}
.status-msg h4.success {
    background-color: #00BB00;
}
.status-msg > ul {
    margin: 0 0 2rem 0 !important;
    padding: 0 1.5rem 1.5rem 1.5rem !important;
    list-style-type: none !important;
    background-color: #666;
    color: #fff;
}
.status-msg > ul li {
    position: relative;
    margin: 0 0 0 1rem;
    padding: 0;
    list-style-type: none;
}
.status-msg > ul li::before {
    content: "-" !important;
    position: absolute;
    margin-left: -1rem !important;
    color: #fff !important;
    width: auto !important;
    display: inline !important;
}
.status-msg > ul li strong {
    color: #FEC800;
}
.status-msg .status-msg-error {
    background-color: #a90000;
}

.accordion-collapse {
    border: none;
}
.accordion-body {
    background-color: #7DC9B3;
    color: #fff;
}
.accordion-button {
    border: 1px solid #7DC9B3;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #34918b;
    font-size: 1.2rem;
    font-weight: 600;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: #7DC9B3;
}
.accordion-button::after {
    background: none;
}
.accordion-button:not(.collapsed)::after {
    background: none;
}

.alert-danger {
    color: #fff;
    background-color: #a90000;
    border-color: #a90000;
}
.alert-danger [class^="icon-"] {
    margin-right: 0.3rem;
}
.alert-success {
    color: #fff;
    background-color: #38af38;
    border-color: #38af38;
}
.alert-success [class^="icon-"] {
    margin-right: 0.3rem;
}


/*--- HOMEPAGE */
.intro {
    margin-bottom: 6rem;
}

.list-locations {
    margin: 0 0 5rem 0;
}
.list-locations article {
    margin-bottom: 3rem;
}
.list-locations article figure {
    position: relative;
    overflow: hidden;
}
.list-locations article figure .plus {
    position: absolute;
	background-color: #7DC9B3;
	color: #fff;
	padding: 0.7rem;
	font-size: 3rem;
    right: 0;
    bottom: -10px;
    pointer-events: none;
}
.list-locations article figure .tour-deadline {
    position: absolute;
	background-color: #7DC9B3;
	color: #fff;
	padding: 0.4rem 1rem;
	font-size: 1rem;
    font-weight: 500;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.list-locations article figure .tour-deadline:empty {
    display: none;
}
.list-locations article figure a {
    display: block;
}
.list-locations article figure a img {
    transition: transform 300ms ease-in-out;
}
.list-locations article figure a img:hover {
    transform: scale(1.1);
}
.list-locations article h3 {
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #2D2D2D;
	margin: 0 0 0.5rem 0;
	line-height: 1;
}
.list-locations article .info {
    margin-bottom: 0.8rem;
}

.list-locations article .info p {
    margin: 0;
}
.list-locations article .desc {
    
}
.list-locations article .read-more {
    margin-top: 1.5rem;
}


/*--- I MIEI TOURS (PAGE) */
.own-tours {
    
}
.own-tours .no-own-tours {
    background-color: #9F0000;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 2rem;
    font-size: 1.3rem;
}


/*--- TOUR (SINGLE) */
.tour {
    margin-bottom: 4rem;
}
.tour .photo-header {
    margin: 0.5rem 0 3rem;
}
.tour .icons-materials {
    
}
.tour .icons-materials ul {
    margin: 0 0 2rem 0;
    padding: 0;
    list-style-type: none;
}
.tour .icons-materials ul li {
    font-size: 3rem;
    margin: 0 5rem 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.tour .icons-materials ul li:last-child {
    margin: 0;
}
.tour .icons-materials p {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 1rem 0 0 0;
}
.tour.tour-sub-page .photo-header {
    margin-bottom: 1rem;
}
.tour.tour-sub-page .wordpress-content h2 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3rem 0 2.5rem 0;
}
.tour.tour-sub-page h1 span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
}
.tour.tour-sub-page .wordpress-content h2:first-of-type {
    margin-top: 0;
}
.tour.tour-sub-page .wordpress-content h2::after {
	content: "";
	width: 120px;
	height: 10px;
	background-color: #7DC9B3;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.tour.tour-sub-page .wordpress-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: none;
    margin: 1.5rem 0 0.5rem 0;
}

.tour.tour-sub-page .quiz-page h3 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3rem 0 2.5rem 0;
}
.tour.tour-sub-page .quiz-page h3::after {
    content: "";
    width: 120px;
    height: 10px;
    background-color: #7DC9B3;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.tour.tour-sub-page .quiz-page h4 {
    font-weight: 500;
    font-size: 1.2rem;
    margin: 1rem 0 0.5rem 0;
}
.tour.tour-sub-page .quiz-page .no-quiz-base {
    color: #ff0000;
}
.tour.tour-sub-page .quiz-page .no-quiz-base > span {
    margin-right: 0.3rem;
    color: #ff0000;
}
.tour.tour-sub-page .quiz-page .list-quiz-created .public-quiz-url {
    background-color: #fff;
    border-color: #fff;
    color: #34918b;
    font-weight: 600;
}
.tour.tour-sub-page .quiz-page .list-quiz-created .box-entry {
    font-weight: 700;
    color: #fff;
    background-color: #34918b;
    display: inline-block;
    padding: 0.3rem 0.7rem;
    margin-left: 0.4rem;
}
.tour.tour-sub-page .quiz-page .list-quiz-created .box-entry.quiz-expired {
    background-color: #FF2200;
}
.tour.tour-sub-page .quiz-page .create-quest {
    padding: 1rem 1.25rem;
    background-color: #f8f8f8;
    border: 1px solid #7DC9B3;
    border-radius: 0.25rem;
}
.tour.tour-sub-page .button-links-bottom {
    /*margin-top: 4rem;*/
}
.tour.tour-sub-page .button-links-bottom .group-title {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #2D2D2D;
}
.tour.tour-sub-page .sub-menu-button .single-col {
    position: relative;
    padding: 1rem 0;
}
/*
.tour.tour-sub-page .sub-menu-button .single-col::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc((var(--bs-gutter-x)/ 2) * -1);
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #7DC9B3;
}
*/
.tour.tour-sub-page .sub-menu-button .row > div {
    position: relative;
}
.tour.tour-sub-page .sub-menu-button .row > div::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #7DC9B3;
}
.tour.tour-sub-page .sub-menu-button .row > div:last-child::after {
    content: none;
}
.tour.tour-sub-page .sub-menu-button .single-col .group-title {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #2D2D2D;
}
.tour.tour-sub-page .sub-menu-button .single-col p {
	text-align: center;
}
.tour.tour-sub-page .sub-menu-button .single-col .button.button-mini {
	padding: 0.5rem 1rem;
	font-size: 0.8rem;
	width: 70%;
	text-align: center;
}


/*--- FOOTER */
footer.primary {
    background-color: #2D2D2D;
    padding: 1rem 0 1rem 0;
}
footer.primary .logo {
    text-align: center;
    margin-bottom: 1.5rem;
}
footer.primary .logo img {
    width: 80px;
}
footer.primary ul.own-social {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style-type: none;
}
footer.primary ul.own-social li {
    margin: 0 1rem 0 0;
    padding: 0;
    font-size: 1.5rem;
}
footer.primary ul.own-social li:last-child {
    margin: 0;
}
footer.primary ul.own-social li a {
    color: #7DC9B3;
    text-decoration: none;
}
footer.primary ul.own-social li a:hover {
    color: #fff;
}
footer.primary ul.privacy_and_link {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style-type: none;
}
footer.primary ul.privacy_and_link li {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #fff;
}
footer.primary ul.privacy_and_link li::after {
    content: "|";
    color: #7DC9B3;
    margin: 0 0.3rem;
}
footer.primary ul.privacy_and_link li:last-child::after {
    content: "";
    margin: 0;
}
footer.primary ul.privacy_and_link li a {
    color: #7DC9B3;
    text-decoration: none;
}
footer.primary ul.privacy_and_link li a:hover {
    color: #fff;
}
footer.primary p {
    color: #fff;
    font-size: .8rem;
    text-align: center;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin: 0;
    padding: 0 0 0.6rem 0;
}
.wpml-ls-legacy-list-horizontal {
    background-color: #2D2D2D; 
}
.wpml-ls-statics-footer a {
    background: none;
}
.wpml-ls-statics-footer .wpml-ls-current-language > a {
    background: none;
}


/* HERIGATE */

html{
    font-size: 20px;
}

body{
    color:#2D2D2D;
}

.img-square {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.bg-light-grey{
    background-color: #F6F6F6 !important;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
    font-weight: 900;
    letter-spacing: 0.6px;
}

h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
}
h2 {
    font-size: 2rem;
    text-transform: uppercase;
}
h3 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
.container{
    max-width:940px;
}

.text-tertiary{
    color: #E9511D !important;
}
.btn-outline-tertiary{
    color: #E9511D !important;
    border: 1px solid #E9511D;
    border-radius: 0px;
}
.btn-outline-tertiary i {
    transition: all .3s;
}
.btn-outline-tertiary:hover i{
    margin-right: 0.8rem !important;
}
.btn{
    text-transform: uppercase;
    font-weight: 700;
    font-size:0.8rem;
}
.hero-focus{
    background-image: url(./assets/img/focus-bg.jpg);
    background-position: center center;
    background-size: cover;
}
.tour-anchor{
    font-size: 0.7rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #2D2D2D;
}
.tour-anchor:before{
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #E9511D;
    border: 1px solid #E9511D;
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
}
.tour-anchor:hover:before,
.tour-anchor.active:before{
    color: #7DC9B3;
    border-color: #7DC9B3;
    content: '\f111';
}

.group-title{
    font-weight: 900;
}

.rounded-3{
    border-radius: 0.8rem !important;
}
.download-icon{
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #ffffff !important;
    margin:auto;
}
.reduce-submenu{
    font-size: 0.8em;
}
.reduce-icon{
    width: 1.3rem;
    height: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2D2D2D;
}

.content-lezione{ height: 0px; overflow: hidden;}

.content-lezione.active{ height: auto;}

.tab-lezione.active{
    background: #2D2D2D !important;
    color: #7DC9B3;
}
.tab-lezione.active span{
    color:#ffffff;
}

.button-row a, .button-row a:hover,
.button[type=submit], .button[type=submit]:hover{
    background-color: transparent !important;
    color: #E9511D;
    border: 1px solid #E9511D;
    border-radius: 0px;
    padding:0.5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    
}
.button[type=submit]:before,
.button-row a:before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #E9511D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
    transition: all .3s;
}
.button[type=submit]:hover:before,
.button-row a:hover:before{
    margin-right: 0.8rem;
}

/*VERIFICHE*/
.quiz-expired{
	background-color: #e74c3c !important
},
.button-warning{
	background-color: #e74c3c !important;
	border-radius: 50px !important;
    padding: 10px 30px !important;
}
