/*
 * Theme Name: MyDolceVita
 * Description: Starter Theme to use with Timber
 * Author: MonkeySpace3
*/

/* #wpadminbar{
    display: none;
}
 */
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-family: "Red Hat Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  overflow-x: clip;
}

.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}

h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  color: #003e52;
}

.testo_bianco {
  color: #fff;
}
.testo_dark {
  color: #222;
}

.mini_text {
  font-size: 10px;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* .bg_bianco {
  background-color: #fff;
} */
.bg_dark {
  background-color: #222;
  color: #fff;
}

.circle {
  border-radius: 50%;
}
.bordered {
  border: 5px solid #fff;
}

.btn, .button {
  border-radius: 20px;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 30px;
}
.btn:hover {
  background-color: #ccc;
}
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-dark {
  background-color: #222;
  color: #ffffff;
}
.btn-dark a {
  color: #ffffff;
}
.btn-bianco {
  background-color: #ffffff;
  color: #222;
}

.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}

.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 6900;
}

.overflow-h {
  overflow: hidden;
}

/*
header.sticky {
  transition: max-height 0.3s ease-out;
}
header.sticky .logo {
  transition: width 0.3s ease-out;
}

.mega-menu ul {
  list-style: none;
  font-size: 1.8rem;
}
.mega-menu .menu a {
  color: #fff;
}
.mega-menu nav {
  margin-top: 100px;
}
 */


header{position: fixed; width: 100%; top:0; background-color: #fff; z-index:101;}
header.sticky{transition: max-height 0.3s ease-out;}
header.sticky .logo{transition: width 0.3s ease-out;}
header ul{list-style: none; padding-left: 0; margin-bottom: 0;}
header li{display: inline-block; margin-right: 15px;}
header li:last-child{margin-right: 0;}
header a{color:#3D3D3D;}

.icone_menu img{height: 35px !important; width: auto; cursor: pointer;}

.bg_menu{height: 100vh; width: 100%; right: 0; z-index: -1;}

.mega-menu ul{list-style: none; font-size: 1.3rem; line-height: 2.3rem; margin: 0;}
.mega-menu a{color:#fff;}
.mega-menu nav{margin-top: 100px;}


.mega-menu {
    transition: .3s ease-in-out;
    position: fixed;
    padding-bottom: 78px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    display: none;
    overflow-y: auto;

    text-align: right;
}
.mega-menu nav {
    padding-top: 70px;
}
.mega-menu.reveal {
    opacity: 1;
    background:#3C629A;
}



footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer{
    background-color: #3C629A;
    color: #fff;
}

footer a{
    color: #fff;
}
footer a:hover{
    color:#FCDB45;
}

footer a:visited{
    color: inherit;
}

.footer .social_footer {
  list-style: none;
}
.footer .social_footer li {
  display: inline-block;
  margin-right: 5px;
}
.footer .social_footer li:last-child {
  margin-right: 0;
}

.footer-copyright{
    background-color: #FCDB45;
    color: #3c5a9a;
}

.footer-logo{
    width: 20%;
}


@media screen and (max-width: 1399px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 480px) {
}

/***********************************************
 * RESET BASE
 ***********************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Outfit", sans-serif;
  scroll-behavior: smooth;
}

/* h1 {
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 400;
}
 */
.iconic figure{
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.obj-fit{
    object-fit: cover;
    object-position: 50% 50%;
}


/* Static Page */
.static_home_hero{
    width: 100%;
    height: 100vh;
    color: #3C629A;
}

.title-col h1{
    font-size: 4.2rem;
    font-family: "Cormorant Garamond" !important;
    font-weight: bold;
    line-height: 3rem;
}

.card-article{
    font-size: 1.4rem;
}

.card-title{
    font-size: 2.8rem;
    font-family: "Cormorant Garamond" !important;
    font-weight: bold;
    line-height: 2.8rem;
}

.separator-text{
    font-size: 1.4rem;
    font-family: "Cormorant Garamond" !important;
    font-weight: 300;
}

.subtitle-col p{
    font-size: 1.8rem;
    font-family: "Cormorant Garamond" !important;
    font-weight: 600;
    line-height: 1.8rem;
}

.price-card-body li{
    font-weight: 600;
}

.price-full{
    font-size: 1rem;
    font-weight: bold;
}

.price-discounted{
    font-size: 1.4rem;
    line-height: 1.2rem;
    font-weight: bold;
}

.price-discounted span{
    font-size: 1rem;
    font-weight: 400;
}

.section-name{
    font-family: "Cormorant Garamond" !important;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2rem;
    color: #3c5a9a;
}

.section-title, .section-title h2{
    font-family: "Cormorant Garamond" !important;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.4rem;
}

.section-text h4 {
    font-family: "Cormorant Garamond" !important;
    font-size: 1.4rem;
}

.expandable-img {
    transition: width 0.4s ease;
}

.pe-10{
    padding-right: 7.5rem;
}

.ps-10{
    padding-left: 7.5rem;
}

.pt-150{
    padding-top: 150px;
}

.mt-n-100{
    margin-top: -100px;
}

.mt-n-50{
    margin-top: -50px;
}
.mt-n-70{
    margin-top: -70px;
}
.mt-n-20{
    margin-top: -20px;
}

.ps-3rem{
    padding-left: 3rem;
}

.pe-3rem{
    padding-right: 3rem;
}

.styles-slide-img{
    width: 100%;
}

.ms-carousel{
    margin-left: 7.5rem;
}

/* .swiper-slide{
    width: fit-content !important;
} */

.price-card{
    color: #fff;
    min-height: 590px;
}

.price-card p{
    margin: 0;
}

.price-full{
    text-decoration: line-through;
}

.separator{
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
}

.addons-card .separator{
    background-color: #000;
}

.title{
    font-size: 42px;
}

.variation hr{
    display: none;
}

.variation-AppointmentInfo{
    padding-top: .6rem;
}

/* Header */

.hdr-logo-link {
    transition: bottom 0.3s ease;
    bottom: -115px;
  }
  
.logo-header {
    transition: width 0.3s ease;
    width: 150px;
}

.logo-scrolled .hdr-logo-link {
    bottom: -35px !important;
}

.logo-scrolled .logo-header {
    width: 30% !important;
}

header{
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.25); 
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.25);
}

.header ul{list-style: none; padding-left: 0; margin-bottom: 0;}
.header li{display: inline-block; margin-right: 10px;}
.header a{color:#3C629A;}

/* Woocommerce */

.woocommerce-checkout .woocommerce{
    margin-top:40px;
}
.woocommerce-checkout form{
    color: #000;
    padding: 20px;
}

.woocommerce-checkout .cart_item{
    color: #000 !important;
}
.woocommerce-checkout input, .woocommerce-checkout .select2-selection, .woocommerce-checkout textarea, .woocommerce-checkout select{
    border: 1px solid rgba(26, 44, 55, 0.4) !important;
}
.woocommerce-checkout .cart_item{
    font-size: 14px;
    color: #3C629A;
}
.woocommerce-checkout .variation-InformazioniAppuntamento{
    width: 100%;
}
.woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea, .woocommerce-input-wrapper, .woocommerce-input-wrapper select, .select2-container, .selection, .select2-selection, .wc-payment-form input{
    border-radius: 0 !important;
    /* border: solid 1px rgba(26, 44, 55, 0.4) !important; */
}

.woocommerce form .form-row .required{
    float: left;
    padding-right: 5px;
}

.woocommerce-error{
    color: #b81c23 !important;
}

.wc-credit-card-form input{
    font-size: 1rem !important;
}
.button{
    background-color: #3C629A !important;
}

#place_order{
    text-transform: capitalize !important;
}

.comment-box, .related.products, .blog-author {
    display: none !important;
}

#post-708 .article-content{
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px;
} 

#post-708 .article-content > a:first-of-type, #post-708 > img:first-of-type{
    display: none !important;
}

.woocommerce .quantity .qty {
    width: 8.631em;
    text-align: center;
    height: 30px !important;
}

#post-708 .article-content .product_meta {
    display: none !important;
}

/*AMELIA PLUGIN*/
.amelia-v2-booking #amelia-container.am-fs__wrapper, .amelia-v2-booking *{border-radius: 0 !important;}
.amelia-v2-booking #amelia-container.am-fs__wrapper{box-shadow: unset !important; border: 1px solid #3c5a9a}
.amelia-v2-booking #amelia-container .am-fs-sb{
    background-image: url("https://www.mydolcevitaitaly.com/wp-content/uploads/2025/06/Griglia-Gialla.svg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper * {
    color: #000 !important;
}

.amelia-v2-booking #amelia-container .am-fs-sb__step-checker-selected, .amelia-v2-booking #amelia-container .am-fs-sb__step-checker, .amelia-v2-booking #amelia-container .am-icon-check{
    border-radius: 100% !important;
    color: #3c5a9a !important;
}

.amelia-v2-booking #amelia-container .am-icon-check{
    border-radius: 100% !important;
    background-color: #FCDB45 !important;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper .am-fs__main-heading-inner-title{
    color: #3c5a9a !important;
    padding-left: 8px !important;
}

.amelia-v2-booking #amelia-container .am-fs-sb__support-heading, .amelia-v2-booking #amelia-container .am-fs-sb__support-email {
    text-align: start !important;
    padding-left: 8px !important;
}

.cta-btn, .form-row button, .am-fs__main-footer .am-button--primary{
    padding: 10px 20px !important;
    color: #3C629A !important;
    border-radius: 100px !important;
    background-color: #FCDB45 !important;
    font-weight: bold !important;
    width: fit-content !important;
}

.amelia-v2-booking #amelia-container .am-collapse-item__heading,
.amelia-v2-booking #amelia-container .am-collapse-item__trigger, 
.amelia-v2-booking #amelia-container .am-collapse-item__content-open, 
.amelia-v2-booking #amelia-container .am-fs__payments-service{
    background-color: #fff !important;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper .am-button__inner{
    color: #3C629A !important;
}

.amelia-v2-booking #amelia-container .am-button.am-button--plain{
    background-color:#FCDB45 !important;
}

.amelia-v2-booking #amelia-container  .am-fs__main-heading, .amelia-v2-booking #amelia-container .am-fs__main-content,.amelia-v2-booking #amelia-container .am-fs__main-footer{
    background-color: #ffffff77 !important;
}

.amelia-v2-booking #amelia-container .am-fs__main{
    background-image: url("https://www.mydolcevitaitaly.com/wp-content/uploads/2025/06/Griglia-Gialla.svg");
}

/* .am-adv-select__popper, .el-cascader-panel{
    max-width: max-content !important;
}
 */
.am-adv-select__popper-mobile .el-cascader-menu {
    min-height: 100px !important;
}
.am-adv-select__popper .am-adv-select__item-price{
    padding-left: 10px;
}

/*Fix larghezza calendario*/
#amelia-container,
#amelia-container > div,
#amelia-container .amelia-app-booking,
#amelia-container .amelia-step-booking,
#amelia-container .amelia-container,
#amelia-container .amelia-calendar,
#amelia-container .amelia-calendar > div {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
#amelia-container {
    padding: 0 !important;
    margin: 0 auto !important;
}
#amelia-container .am-fs-sb{width: 30% !important;}
#amelia-container .am-fs__main{width: 70% !important;}
.am-fs-sb__menu{display: none !important;}

.amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell.am-advsc__dayGridMonth-selected .fc-daygrid-day-frame, .amelia-v2-booking #amelia-container .am-advsc__slots-item__selected .am-advsc__slots-item__inner {
    background-color: #FCDB45;
    border: 1px solid #FCDB45;
}

.am-adv-select__popper-heading, .el-cascader-panel{
    background-color: #fff7d1 !important;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper .el-form-item__error{
    color: #b81c23 !important;
}



body.theme-mydolcevita.woocommerce-checkout .content-wrapper{
    background-image: url("/wp-content/themes/mydolcevita/static/img/bgstripes.png");
    background-repeat: repeat;
}

body.theme-mydolcevita.woocommerce-checkout .woocommerce{
    background-color: rgba(255, 255, 255, 0.7);
}

/* HTML: <div class="loader"></div> */
/* .loader {
    display: inline-grid;
    width: 80px;
    aspect-ratio: 2;
    overflow: hidden;
    border-image: 1 0/0 0 8px/0 0 8px 
    repeating-linear-gradient(90deg,#fefbec 0 26%,#fff6cf 0 52%);
    }
    .loader:before {
        content:"";
        margin: 0 25%;
        border-radius: 50%;
        background: repeating-conic-gradient(#fff6cf 0 60deg,#fefbec 0 120deg);
        transform: translate(-154%,0) rotate(0turn);
        animation: l4 3s linear infinite;
        }
        @keyframes l4 {to{transform: translate(160%,0) rotate(1turn)}} */
        
        /* body.theme-mydolcevita.woocommerce-checkout .book_calendar{margin:0 !important;} */
        
        .mobile-cta{
    border: 2px solid #3C629A;
    border-radius: 100px; 
    padding: 1px 2px;
}

.payment_method_ppcp-axo-gateway{
    display: none !important;
}

.cart_item .product-quantity{
    display: none !important;
}

/* cookie table styles */

.cookie-table-container {
    overflow-x: auto;
    margin: 20px 0;
}

table.cookie-table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 14px;
}

table.cookie-table th,
table.cookie-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

table.cookie-table th {
    background-color: #f5f5f5;
}

/* .am-adv-select__item-price{
    display: none !important;
} */

@media (max-width: 600px) {
    table.cookie-table th,
    table.cookie-table td {
        font-size: 12px;
        padding: 8px;
    }
}

@media screen and (max-width: 1399px){
    .logo-scrolled .hdr-logo-link {
        bottom: -35px !important;
    }
    
    .logo-scrolled .logo-header {
        width: 35% !important;
    }
}

@media screen and (max-width: 1199px){
    .price-card{
        min-height: 655px;
    }

    .logo-scrolled .hdr-logo-link {
        bottom: -35px !important;
    }
    
    .logo-scrolled .logo-header {
        width: 40% !important;
    }
}
@media screen and (max-width: 991px){
    .title-col h1{
        font-size: 2.6rem;
        line-height: 2rem;
    }
    
    .subtitle-col p{
        font-size: 1.6rem;
        line-height: 1.6rem;
    }

    .section-title{
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .expandable-img-container .expandable-img{
        height: 400px !important;
    }
    .pe-10{
        padding-right: 0;
    }
    .ps-10{
        padding-left: 0;
    }
    .pt-150{
        padding-top: 0;
    }    
    .mt-n-100{
        margin-top: 0;
    }
    .mt-n-20{
        margin-top: 0;
    }
    .mt-n-50{
        margin-top: 0;
    }
    .mt-n-70{
        margin-top: 0;
    }
    .ps-3rem{
        padding-left: 0;
    }
    .pe-3rem{
        padding-right: 0;
    }
    .mobile-absolute{
        position: absolute;
    }
    .padding-mobile-bottom{
        padding-bottom: 200px;
    }
    .padding-mobile-top{
        padding-top: 100px;
    }
    .ms-carousel{
        margin-left: 0;
    }
    .static_home_discover{
        padding-top: 200px;
        margin-top: -200px;
        position: relative;
        z-index: 4;
        background-color: white;
    }
    .expandable-img-container{
        width: 90%;
        height: 400px;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 4;
    }
    .static_home_styles{
        padding-top: 250px;
        margin-top: 150px;
    }

    /* .static_home_stories{
        padding-bottom: 200px;
        margin-bottom: 200px;
    } */

    .static_home_hero .hero-mobile{
        padding-top: 150px;
    }

    .pt-200{
        padding-top: 200px;
    } 

    .logo-header {
        width: 120px;
    }

    .hdr-logo-link{
        bottom: -97px;
    }

    .logo-scrolled .hdr-logo-link {
        bottom: -41px !important;
    }
    
    .logo-scrolled .logo-header {
        width: 80px !important;
    }

    .footer-logo{
        width: 75%;
    }

    .static_home_about_me{
        padding-top: 150px;
    }
    .styles-slide-img{
        width: 100%;
    }

    .spacer {
        height: 100px;
    }

    .am-fs__main-footer{
        display: flex;
        justify-content: center;
    }

    .amelia-v2-booking #amelia-container .am-fs__main-footer{
        justify-content: center !important;
        background-color: #fff !important;
    }

    .amelia-v2-booking #amelia-container .am-fs__main{
        width: 100% !important;
    }

/*     .woocommerce-checkout-payment .form-row.place-order{
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    } */
}


