/*
Theme Name: WS-theme
Theme URI: https://www.watsonsolutions.it/
Author: Watson Solutions
Author URI: https://www.watsonsolutions.it/
Description: Watson solutions starter theme based on Underscore.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wstheme
This theme, like WordPress, is licensed under the GPL.
*/

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/playfairdisplay/PlayfairDisplay-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/playfairdisplay/PlayfairDisplay-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/playfairdisplay/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('fonts/playfairdisplay/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter/Inter-Variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter/Inter-Italic-Variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ANIMATIONS */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body,
html {
    animation: fadeIn .8s ease-in-out;
    font-family: 'Inter', sans-serif;
}

body {
    position: relative;
    color: #969696;
}

.vid-hide {
    display: none;
}

p {
    font-size: 1.1rem;
    color: #989999;
}

h1,
h2 {
    color: #6C6C6C;
}

.skip-link {
    display: none;
}

a:link {
    color: #969696;
    text-decoration: none;
    transition: .3s;
}
  
a:visited {
    color: #969696;
    text-decoration: none;
}
  
a:hover {
    text-decoration: none;
    color: #7c7c7c;
}
  
a:active {
    text-decoration: none;
    color: #969696;
}

/* BTN */
a.btn-basic {
    display: inline-block;
    color: #fff;
    background-color: #AA6DA3;
    font-size: 1.1rem;
    letter-spacing: 1px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 14px 45px;
}

p.btn-basic a {
    display: inline-block;
    color: #fff;
    background-color: #AA6DA3;
    font-size: 1.1rem;
    letter-spacing: 1px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 14px 45px;
}

a.btn-light {
    display: inline-block;
    color: #AA6DA3;
    background-color: #DEECFF;
    font-size: 1.1rem;
    letter-spacing: 1px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 15px 45px;
}

.vid-submit {
    display: inline-block;
    color: #AA6DA3;
    background-color: #DEECFF;
    font-size: 1.1rem;
    letter-spacing: 1px;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 15px 65px;
}

/* TITLE */
h1.vid-title,
h2.vid-title,
h3.vid-title {
    font-family: 'Playfair Display';
    font-size: 2.25rem;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 15px;
}

/* HEADER */
.site-header {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    width: 100%;
    height: 100px;
    padding-right: 50px;
    z-index: 5;
}

img.logo-header {
    height: 82px;
    position: absolute;
    left: 50px;
    top: 10px;
    z-index: 100;
}

.hamburger {
    display: none;
}

nav#site-navigation {
    margin-right: 100px;
}

nav#site-navigation ul {
    padding: 0;
    margin: 0;
}

nav#site-navigation ul li {
    display: inline-block;
    margin-right: 50px;
}

nav#site-navigation ul li a {
    color: #6B6D6F;
}

nav#site-navigation ul li a:hover {
    color: #AA6DA3;
}

nav#site-navigation ul li.current-menu-item a {
    color: #AA6DA3;
}

.header-cta {
    display: flex;
}

.header-cta img {
    height: 30px;
    margin-left: 10px;
}

/* HOME */
.hp-hero {
    height: 100%;
    width: 100%;
}

.hp-hero h1 {
    font-family: 'Playfair Display';
    font-size: 2.75rem;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 15px 0;
}

.hp-hero p {
    margin: 0 0 30px 0;
}

.hp-hero .slider-swiper {
  width: 100%;
  height: 100vh;
}

.hp-hero .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.hp-hero .slide-content {
    padding-left: 10%;
    padding-right: 50%;
}

.swiper-pagination {
    bottom: 15px !important;
}

.swiper-pagination-bullet {
    height: 11px;
    width: 11px;
    background: #AA6DA3 !important;
    margin-left: 2.5px !important;
    margin-right: 2.5px !important;
}

.swiper-pagination-bullet-active {
    background: #AA6DA3;
}

.vid-hp-corsi {
    position: relative;
    padding-top: 100px;
    padding-bottom: 450px;
}

.vid-hp-corsi-title {
    margin-bottom: 50px;
}

.vid-corsi-carousel-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.vid-corsi-carousel-content {
    position: relative;
    background-color: #DFECFF;
    color: #263480;
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 25px 35px 100px 35px;
    overflow: hidden;
}

.vid-corsi-carousel-content h3 {
    font-size: 2rem;    
}

.vid-corsi-carousel-content p {
    color: #263480;
}

.vid-card-fiore {
    height: 85%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.vid-corsi-carousel-content a.btn-basic {
    position: absolute;
    left: 35px;
    bottom: 25px;
    z-index: 2;
}

.vid-corsi-swiper-pagination-container {
    margin-top: 30px;
}

.vid-corsi-swiper-pagination-container .swiper-pagination {
    width: auto !important;
    top: 0;
    bottom: auto;
    left: 10px !important;
    right: auto;
}

.vid-corsi-swiper-pagination-container .swiper-pagination-bullet {
    background: #263480 !important;
}

.vid-corsi-swiper-pagination-container .swiper-pagination-bullet-active {
    background: #263480 !important;
}

.vid-corsi-swiper-cta {
    font-size: 1.2rem;
    text-align: right;
    padding-right: 15px;
}

.vid-corsi-swiper-cta a {
    color: #969696;
}

.vid-corsi-swiper-cta a:hover {
    color: #AA6DA3;
}

img.vid-corsi-img-end {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: -1;
}

.vid-hp-insegnanti {
    padding-top: 100px;
    padding-bottom: 100px;
}

.vid-hp-insegnanti-cta {
    position: relative;
    height: 400px;
    background-color: #DFECFF;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 40px 35px 25px 35px;
    overflow: hidden;
}

.vid-hp-insegnanti-cta-mobile {
    display: none;
}

.vid-hp-insegnanti-cta p {
    color: #263480;
}

.vid-hp-insegnanti-cta .btn-basic {
    position: absolute;
    width: calc(100% - 70px);
    bottom: 25px;
    letter-spacing: normal;
}

.vid-insegnante-carousel-image {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    transition: .4s;
}

.vid-insegnante-carousel-image:hover {
    opacity: .9;
}

img.vid-insegnante-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 35px;
    cursor: pointer;
}

h3.vid-insegnante-name {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 25px;
}

.vid-insegnanti-swiper-pagination-container {
    margin-top: 60px;
}

.vid-insegnanti-swiper-pagination-container .swiper-pagination-bullet {
    background: #263480 !important;
}

.vid-insegnanti-swiper-pagination-container .swiper-pagination-bullet-active {
    background: #263480 !important;
}

.vid-hp-eventi-container {
    position: relative;
    padding-bottom: 100px;
    z-index: 5;
}

.vid-hp-eventi {
    position: relative;
    display: flex;
    background: #263480;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 35px;
}

.vid-hp-eventi-cta {
    position: relative;
    width: 50%;
    color: #fff;
    padding: 35px 50px 75px 25px;
    z-index: 3;
}

.vid-hp-eventi-cta h2.vid-title {
    color: #fff;
    margin-top: -10px;
}

.vid-hp-eventi-cta h2.vid-title span {
    color: #DEECFF;
}

.vid-hp-eventi-cta p {
    color: #fff;
}

.vid-hp-eventi-cta a.btn-basic {
    margin-top: 40px;
}

.vid-hp-eventi-list {
    position: relative;
    height: 100%;
    width: 50%;
    z-index: 3;
}

.vid-hp-eventi-list .eventi-swiper,
.vid-hp-eventi-list .swiper-wrapper,
.vid-hp-eventi-list .swiper-slide {
    height: 100%;
}

.vid-eventi-carousel-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

h3.vid-eventi-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    color: #263480;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-align: center;
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 0;
}

.eventi-swiper-pagination {
    left: 30px !important;
}

img.vid-card-fiore-big {
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* PAGINA CORSI */
.vid-title-intro-page {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 75px;
}

.vid-title-intro-page h1 {
    position: relative;
    color: #fff;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-style: normal;
    margin: 0;
    z-index: 2;
}

/* Overlay opzionale per migliorare la leggibilità del testo */
.vid-title-intro-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 50%), rgba(255, 255, 255, 0));
    z-index: 1;
}

.vid-page-container {
    position: relative;
    padding-bottom: 550px;
}

.vid-content-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.vid-corsi-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.vid-corsi-list-corso {
    position: relative;
    flex: 0 0 calc(33.333% - 20px);
}

img.vid-page-img-end {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: -1;
}

/* PAGINA INSEGNANTI */
.vid-insegnanti-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 75px;
}

.vid-insegnanti-list-corso {
    flex: 0 0 calc(25% - 22.5px);
    /* oppure */
    width: calc(25% - 22.5px);
}

img.vid-insegnanti-img-end {
    display: block;
    position: relative;
    width: 80%;
    margin: 50px auto 0 auto;
}

.single-insegnante .vid-hp-corsi {
    padding-bottom: 50px;
}

/* SINGLE */
.vid-single-content {
    padding-top: 170px;
}

.single-insegnante .vid-single-content {
    padding-top: 200px;
}

.vid-single-featured-image {
    position: absolute;
    right: 10%;
    top: -65px;
    width: 190px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

h1.vid-single-main-title {
    color: #989999;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 100px;
    margin-top: 0;
}

.vid-single-corso-image {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 50px;
}

h1.vid-single-main-title-corso {
    margin-bottom: 50px;
}

/* CONTATTI */
.vid-contatti-address {
    position: relative;
    background-color: #DEECFF;
    color: #263480;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 35px 65px 25px 65px;
    overflow: hidden;
}

.vid-contatti-address p,
.vid-contatti-address a {
    color: #263480;
}

.vid-contatti-address::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px; /* Regola in base alle dimensioni dell'immagine */
    height: 250px; /* Regola in base alle dimensioni dell'immagine */
    background-image: url('img/fiore.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.vid-form-contatti {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.vid-form-contatti-left {
    width: 50%;
    height: 100%;
    background-image: url('img/contatti/vidya-yoga-contatti-2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.vid-form-contatti-right {
    width: 50%;
    color: #fff;
    background-color: #AA6DA3;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 50px;
}

.vid-form-contatti-right p,
.vid-form-contatti-right h2 {
    color: #fff;
}

.wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item label {
    font-size: .9rem;
    line-height: 1.3;
}

input.vid-email {
    width: 100%;
    border: none;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
}

textarea.vid-messaggio {
    width: 100%;
    border: none;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
}

input.vid-email::placeholder,
textarea.vid-messaggio::placeholder {
    color: #ffffff;
    opacity: 1;
}

input.vid-email::-moz-placeholder,
textarea.vid-messaggio::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

input.vid-email:-ms-input-placeholder,
textarea.vid-messaggio:-ms-input-placeholder {
    color: #ffffff;
}

input.vid-email::-ms-input-placeholder,
textarea.vid-messaggio::-ms-input-placeholder {
    color: #ffffff;
}


/* Nascondi il checkbox originale */
input.vid-privacy[type="checkbox"],
.vid-corsi-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 4px;
}

/* Stato checked */
input.vid-privacy[type="checkbox"]:checked,
.vid-corsi-checkbox input[type="checkbox"]:checked {
    background-color: #ffffff;
}

/* Checkmark (segno di spunta) */
input.vid-privacy[type="checkbox"]:checked::after,
.vid-corsi-checkbox input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    width: 5px;
    height: 10px;
    border: solid #AA6DA3;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hover */
input.vid-privacy[type="checkbox"]:hover,
.vid-corsi-checkbox input[type="checkbox"]:hover {
    border-color: rgba(255, 255, 255, 0.8);
}

/* Focus (accessibilità) */
input.vid-privacy[type="checkbox"]:focus,
.vid-corsi-checkbox input[type="checkbox"]:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

.wpcf7-not-valid-tip {
	color: #ffffff; /* Red */
	font-size: .9rem;
    font-style: italic;
}

/* EVENTI */
.vid-data-evento {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 85px;
    width: 85px;
    position: absolute;
    left: 25px;
    top: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

.vid-data-giorno {
    color: #263480;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
}

.vid-data-mese {
    color: #AA6DA3;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1;
}

.page-template-05_eventi .vid-page-container {
    padding-bottom: 0;
}

.page-template-05_eventi img.vid-page-img-end {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 65%;
    margin: 50px auto 0 auto;
    z-index: 1;
}

/* EVENTO */
.galleria-swiper {
    width: 100%;
    padding: 40px 0;
    margin-top: 50px;
    margin-bottom: 100px;  
}

.galleria-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.galleria-swiper .swiper-slide-active {
    opacity: 1;
}

.galleria-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    object-fit: cover;
}

/* Opzionale: altezza fissa per le immagini */
.galleria-swiper .swiper-slide img {
    height: 550px;
    object-fit: cover;
}

.galleria-swiper .galleria-pagination {
    top: auto;
    bottom: 2px !important;
}

/* OPEN WEEK */
.page-template-default .vid-page-container {
    padding-bottom: 50px;
}

.vid-form-open-week-left {
    width: 50%;
    background-color: #ffffff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #AA6DA3;
    padding: 50px;
}

.vid-form-open-week-left p,
.vid-form-open-week-left h2 {
    color: #AA6DA3;
}

img.vid-open-week-img-end {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 65%;
    margin: -50px auto 0 auto;
    z-index: 1;
}

/* Container dei checkbox corsi */
.vid-corsi-checkbox.wpcf7-form-control-wrap {
    display: block;
}

.vid-corsi-checkbox .wpcf7-list-item {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 5px 0;
}

.vid-corsi-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* Responsive: 1 colonna su mobile */
@media (max-width: 768px) {
    .vid-corsi-checkbox .wpcf7-list-item {
        width: 100%;
    }
}

/* 404 */
.container-404 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.container-404 h2,
.container-404 h3 {
    font-size: 1.5rem;
}

/* FOOTER */
.vid-pre-footer {
    position: relative;
    z-index: 2;
}

.vid-pre-footer img {
    display: block;
    width: 130px;
    margin: 25px auto;

}

.site-footer {
    position: relative;
    background-color: transparent;
    color: #263480;
    padding-top: 50px;
    padding-bottom: 75px;
    z-index: 3;
}

.site-footer a,
.site-footer p,
.copy a {
    position: relative;
    color: #263480;
    z-index: 1;
}

.vid-footer-border {
    height: 1px;
    width: 100%;
    background-color: rgba(38, 52, 128, .5);
    margin-bottom: 50px;
}

.copy {
    position: relative;    
    background-color: transparent;
    color: #263480;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 2;
}

.copy p {
    position: relative;
    color: #263480;    
    font-size: .9rem;
    margin: 0;
    z-index: 1;
}

.vid-footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 900px;
    background: #E8F1FF;
    background: -webkit-linear-gradient(0deg, rgba(232, 241, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(232, 241, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(232, 241, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E8F1FF", endColorstr="#FFFFFF", GradientType=0);
    z-index: 1; 
}

/* MOBILE */
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 95%;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1399px) {
    .vid-hp-insegnanti-cta {
        padding: 40px 25px 25px 25px;
    }

    .vid-hp-insegnanti-cta .btn-basic {
        width: calc(100% - 50px);
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .vid-hp-eventi-cta {
        padding: 0 15px 75px 0;
    }

    .vid-insegnante-carousel-image {
        height: 350px;
    }    

    .vid-single-featured-image {
        right: 2%;
    }
}

@media only screen and (max-width: 1199px) {
    .vid-form-contatti-left {
        width: 40%;
    }

    .vid-form-contatti-right {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    .vid-title-intro-page {
        height: 400px;
    }

    img.logo-header {
        left: 50%;
        transform: translateX(-50%);
    }

    .logo-header-menu-mobile {
        width: 120px;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        z-index: 99;
    }

    .hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
        background-color: #263480;
        width: 38px;
        height: 3px;
    }

    .hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
        background-color: #fff
    }

    .hamburger-inner:before {
        top: -9px
    }

    .hamburger-inner:after {
        bottom: -9px
    }

    nav#site-navigation {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        color: #fff;
        background-color: rgb(169, 109, 162, 0.95);
        margin: 0;
    }

    nav#site-navigation ul li {
        display: block;
        font-size: 1.1rem;
        margin: 25px 0;
    }

    nav#site-navigation a {
        color: #fff !important;
    }

    .header-cta {
        display: none;
    }

    .site-header {
        display: none;
        height: 100%;
        padding-right: 0;
    }

    .hp-hero .swiper-wrapper .swiper-slide {
        background-position: right;
    }

    .hp-hero .slide-content {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        z-index: 3;
    }

    .hp-hero .swiper-slide {
        align-items: flex-end;
        padding-bottom: 75px;
        z-index: 2;
    }

    .hp-hero .swiper-slide:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 85%;
        background: #000000;
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);
    }
    
    .hp-hero h1,
    .hp-hero p  {
        color: #fff;
    }

    .vid-hp-corsi {
        padding-top: 50px;
        padding-bottom: 400px;
    }    

    .vid-hp-insegnanti {
        padding-bottom: 0;
    }

    .vid-hp-insegnanti-title {
        text-align: center;
    }

    .vid-hp-insegnanti-cta-desktop {
        display: none;
    }

    .vid-hp-insegnanti-cta-mobile {
        display: block;
    }    

    .vid-insegnanti-mobile {
        background-color: #DFECFF;
        padding-top: 25px;
        padding-bottom: 35px;
    }

    h3.vid-insegnante-name { 
        color: #263480;
    }

    .vid-insegnante-carousel-image {
        height: 550px;
    }

    .vid-insegnanti-swiper-pagination-container {
        margin-top: 45px;
    }

    .vid-hp-insegnanti-cta {
        height: auto;
        padding: 25px 0 100px 0;
    }

    .vid-hp-insegnanti-cta .vid-card-fiore {
        display: none;
    }    

    .vid-hp-insegnanti-cta a.btn-basic {
        text-align: center;
    }

    .vid-hp-eventi-container {
        background-color: #263480;
        padding-bottom: 0;
    }

    .vid-hp-eventi {
        padding: 75px 0;
        flex-direction: column;
    }    

    .vid-hp-eventi-cta {
        width: 100%;
        height: auto !important;
    }

    .vid-hp-eventi-list {
        height: 100%;
        width: 100%;
        margin-top: 25px;
    }

    img.vid-card-fiore-big {
        display: none;
    }   
    
    .vid-hp-eventi-cta a.btn-basic {
        display: block;
        text-align: center;
        margin: 40px auto 0 auto;
    }    

    .eventi-swiper-pagination {
        left: 50% !important;
        margin-left: -15px;
    }    

    .site-footer {
        text-align: center;
        padding-top: 0;
    }

    .vid-insegnanti-list {
        gap: 15px;
        margin-bottom: 50px;
    }

    .vid-insegnanti-list-corso {
        flex: 0 0 calc(50% - 7.5px);
        width: calc(50% - 7.5px);
    }

    .vid-page-container {
        padding-bottom: 400px;
    }

    .single-insegnante .vid-single-content {
        padding-top: 150px;
    }

    .vid-single-featured-image {
        position: relative;
        display: block;
        right: auto;
        top: auto;
        margin-bottom: 30px;
    }    

    h1.vid-single-main-title {
        margin-bottom: 40px;
    }    

    .vid-corsi-list {
        gap: 15px;
    }

    .vid-corsi-list-corso {
        flex: 0 0 calc(50% - 7.5px);
    }

    .vid-single-content {
        padding-top: 150px;
    }

    .vid-single-corso-image {
        height: 300px;
        margin-bottom: 40px;
    }    

    .vid-content-page {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .vid-form-contatti {
        flex-direction: column;
    }

    .vid-form-contatti-left {
        display: none;
    }

    .vid-form-contatti-right {
        width: 100%;
    }
    
}

@media only screen and (max-width: 600px) {
    img.logo-header {
        height: 120px;
        top: 50px;
    }

    .swiper-slide.first-slide {
        background-position: center !important;
        background-image: url('img/vidya-yoga-hero-mobile.webp') !important;
    }

    .vid-hp-corsi {
        padding-top: 50px;
        padding-bottom: 250px;
    }

    .vid-corsi-swiper-cta {
        display: none;
    }

    .vid-corsi-swiper-pagination-container .swiper-pagination {
        width: 100% !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .vid-insegnanti-list {
        gap: 0;
    }

    .vid-insegnanti-list-corso {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 50px;
    }

    .vid-page-container {
        padding-bottom: 250px;
    }    

    .vid-corsi-list {
        gap: 0;
    }

    .vid-corsi-list-corso {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

}

