/*
Theme Name: Ikigai theme
Theme URI: https://ikigaiagency.it/
Author: Agostino Costantino
Author URI: https://auxtintech.it/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: portfolio, blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
Version: 0.1
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ikigai-theme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root{
    --primary-color: #E6DDC5;
    --secondary-color: #A48111;
    --black-color: #1C1C1C;
    --white-color: #FFFFFF;
    --grey-color: #3C3C3C;
}

*{
    font-family: "Vollkorn", serif;
    font-optical-sizing: auto;
}

.container, .container-lg{
    max-width: 1440px;
}

img{
    height: auto;
    max-width: 100%;
}

a{
    text-decoration: none;
    color: var(--secondary-color);
}

img, svg{
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

footer#footer{
    padding-top: 32px;
    border-top: 1px solid #3C3C3C;
    background-color: var(--black-color);
}

#menu-fixato{
    top: 0;
    z-index: 10;
    position: sticky;
    background-color: var(--white-color);
}

#main-content, .breadcrumb {
    background-color: #f7f8f9;
}
.descrizione-pagina {
    margin-bottom: 24px;
}
footer p, footer a{
    color: white;
    font-size: 16px;
    line-height: 20px;
}

footer ul li{
    margin-bottom: 10px;
}

footer .widget-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
    color: var(--primary-color);
}

.copyright {
    color: #999;
    font-size: 13px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #3C3C3C;
}

ul.social, footer ul{
    padding-left: 0;
    list-style: none;
}

ul.social {
    gap: 16px;
    width: 100%;
    margin-top: 24px;
    display: inline-flex;
    justify-content: center;
    }

.btn-close{
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
}

.ombra{
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
}

.bt-hd{
    display: none;
}

.inviocorretto__circle{
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.inviocorretto{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin-right: 20px;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.inviocorretto__check{
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke{
    100%{
        stroke-dashoffset: 0
    }
}
@keyframes scale{
    0%, 100%{
        transform: none
    }
    50%{
        transform: scale3d(1.1, 1.1, 1)
    }
}
@keyframes fill{
    100%{
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

/*******************************
 * ******** BREADCRUMB *********
 * *****************************/
.breadcrumb{
    margin: 0;
}
.titolo-breadcrumb {
    padding: 0;
    margin: 30px 0;
}

.titolo-breadcrumb p{
    display: inline-block;
}

/*************************
 * ******** HOME *********
 * **********************/
.lista-singolo-appartamento img{
	object-fit: cover;
}
.intro-capri-harbour {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.intro{
    position: relative;
}
.intro::after{
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
}
.testo-iniziale{
    color: white;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
}

.meta-info {
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  padding: 10px;
  color: white;
  font-weight: 700;
  font-size: 30px;
  background-image: linear-gradient(to bottom,#fff0 0%,#fff0 0%,#fff0 20%,rgb(0 0 0/.75) 100%);
}

a.lista-singolo-appartamento {
    color: var(--black-color);
}

.img-appartamento.position-relative {
    border: 1px solid var(--secondary-color);
}

.summary-appartamento {
    padding: 10px;
    background-color: white;
}

.lista-accessori-appartamento {
    gap: 10px;
    display: flex;
}

/*********************************
 * ******** SWIPER SLIDE *********
 * ******************************/
.swiper.principale{
    margin-bottom: 5px;
}
.swiper.galleria{
    margin-bottom: 24px;
}
.galleria .swiper-slide:not(.swiper-slide-thumb-active){
    opacity: 0.5;
}
.swiper-button-next, .swiper-button-prev {
    width: 80px!important;
    height: 80px!important;
    color: var(--secondary-color)!important;
    background-color: white;
}
/*********************************
 * ******** APPARTAMENTO *********
 * ******************************/
.container-indicatore-classe-appartamento {
    display: flex;
    padding-top: 80px;
    padding-left: 0;
    list-style: none;
    align-items: center;
}
.classe-energetica-appartamento, .classe-energetica-appartamento::before {
    position: absolute;
}
.indicatore-energia {
    color: white;
    font-weight: 700;
    text-align: center;
    padding: 5px 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    position: relative;
}
.indicatore-energia:nth-child(1) {
    background-color: #33a357;
}
.indicatore-energia:nth-child(2) {
    background-color: #79b752;
}
.indicatore-energia:nth-child(3) {
    background-color: #c3d545;
}
.indicatore-energia:nth-child(4) {
    background-color: #fff12c;
}
.indicatore-energia:nth-child(5) {
    background-color: #edb731;
}
.indicatore-energia:nth-child(6) {
    background-color: #d66f2c;
}
.indicatore-energia:nth-child(7) {
    background-color: #cc232a;
}
.indicatore-energia:nth-child(8) {
    background-color: #cc232a;
}
.indicatore-energia:nth-child(9) {
    background-color: #cc232a;
}
.indicatore-energia:nth-child(10) {
    background-color: #cc232a;
}
.indicatore-energia:nth-child(1) .classe-energetica-appartamento::before, .indicatore-energia:nth-child(2) .classe-energetica-appartamento::before, .indicatore-energia:nth-child(3) .classe-energetica-appartamento::before, .indicatore-energia:nth-child(4) .classe-energetica-appartamento::before, .indicatore-energia:nth-child(5) .classe-energetica-appartamento::before, .indicatore-energia:nth-child(6) .classe-energetica-appartamento::before {
    right: auto;
    left: 0;
    border-right: 10px solid #fff0;
}
.classe-energetica-appartamento::before {
    bottom: -10px;
    content: "";
    border-top: 10px solid #999;
}
.classe-energetica-appartamento {
    font-size: 13px;
    line-height: 30px;
    top: -48px;
    padding: 0 10px;
    white-space: nowrap;
    color: #fff;
    background-color: #999;
}
.pulsante.pulsante-rosso-home {
    color: white;
    padding: 8px 16px;
    border: 0;
    border-radius: 12px;
    background-color: var(--secondary-color);
}

.row.singolo-appartamento .col-md-8 .col-12, .col-12.form-contatti{
    padding: 12px;
    margin-bottom: 40px;
    border-radius: 12px;
    background-color: white;
}
.row.singolo-appartamento .col-md-8 .col-12 h2{
    margin-top: 12px;
    margin-bottom: 24px;
}

.lista-servizi span {
    position: relative;
    margin-left: 20px;
    margin-right: 10px;
}

.lista-servizi span::before{
    width: 16px;
    height: 16px;
    content: "";
    top: 0;
    left: -20px;
    position: absolute;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.tabella-riassunto {
    gap: 20px;
    display: flex;
    margin-bottom: 10px;
}

.prezzo-appartamento {
    font-size: 30px;
    font-weight: 700;
}

.costo-mq{
    font-size: 20px;
    font-weight: 400;
    display: block;
    font-family: 'Times New Roman';
}

.form-contatti{
    top: 100px;
    position: sticky;
}

.link-telefono {
    display: block;
    margin-bottom: 20px;
}

/**********************
 * **** CHI SIAMO *****
 * *******************/

div.img-debora{
    display: flex;
    justify-content: center;
    align-items: center;
}

img.img-debora {
    height: 300px;
    width: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin-bottom: 40px;
}

/***************************
 * ******** FOOTER *********
 * ************************/

.widget-contact-us .contact-us {
    gap: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.contact-us p{
    margin-bottom: 0;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
 
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
 
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}