/*
Theme Name:  Jampaa
Theme URI: https://www.jampaa.it/
Description:  Tema Jampaa
Author:  Jampaa
Author URI: https://www.jampaa.it/
Template:  hello-elementor
Version:  1.0.4

--------------------------------------------------------------
>>> INDICE STILI
--------------------------------------------------------------
1. Root & Design Tokens
2. Settings & Base Typography
3. Global Layout & Utilities
4. Componenti Globali (404, Room Occupancy)
5. Tabella Comparatore Camere
6. Utilities Elementor & Extra
7. WPML
8. Header
9. Homepage
10. Footer
11. Archivio appartamenti
12. Info list
13. Newsletter
--------------------------------------------------------------
*/


/*
*	1.0 ROOT & DESIGN TOKENS
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
    /* Font family */
    --font-family-primary: 'Plus Jakarta Sans', sans-serif;
    --font-family-secondary: 'Plus Jakarta Sans', sans-serif;
    --font-family-menu: 'Plus Jakarta Sans', sans-serif;
    --font-family-buttons: 'Plus Jakarta Sans', sans-serif;

    /* Colors */
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-primary: #B26F56;
    --color-secondary: #DB7955;
    --color-tertiary: #F7EFEC;
    --color-menu: #FFFFFF;

    /* H1 */
    --colore-h1: #ffffff;
    --font-size-h1: clamp(40px, 28px + 2.8vw, 70px);
    --font-weight-h1: 500;

    /* H2 */
    --colore-h2: #000000;
    --font-size-h2: clamp(28px, 22px + 1.4vw, 36px);
    --font-weight-h2: 500;

    /* H3 */
    --colore-h3: #000000;
    --font-size-h3: clamp(24px, 20px + 1vw, 28px);
    --font-weight-h3: 500;

    /* H4 */
    --colore-h4: #000000;
    --font-size-h4: clamp(20px, 18px + 0.6vw, 24px);
    --font-weight-h4: 500;

    /* Paragraphs */
    --colore-p: #000000;

    --font-size-p-l: clamp(16px, 15px + 0.35vw, 18px);
    --font-weight-p-l: 400;
    --line-height-p-l: clamp(24px, 22px + 0.5vw, 28px);

    --font-size-p-r: clamp(15px, 14px + 0.2vw, 16px);
    --font-weight-p-r: 700;
    --line-height-p-r: clamp(22px, 21px + 0.3vw, 24px);

    --font-size-p-s: clamp(14px, 14px + 0vw, 14px);
    --font-weight-p-s: 400;
    --line-height-p-s: clamp(20px, 20px + 0vw, 20px);

    --font-size-p-xs: clamp(12px, 12px + 0.15vw, 12px);
    --font-weight-p-xs: 400;
    --line-height-p-xs: clamp(18px, 17px + 0.25vw, 18px);

    /* Span */
    --colore-span: #000000;
    --font-size-span: clamp(15px, 14px + 0.2vw, 16px);
    --font-weight-span: 400;

    /* Link */
    --colore-a: var(--color-primary);
    --font-size-a: clamp(16px, 15px + 0.35vw, 18px);
    --font-weight-a: 700;

    /* Menu Desktop */
    --colore-voce-menu: var(--color-menu);
    --font-size-menu: clamp(15px, 14px + 0.2vw, 16px);
    --font-weight-menu: 700;

    /* Pulsanti */
    --colore-button-primary: var(--color-primary);
    --colore-button-primary-text: var(--color-white);
    --colore-button-secondary: var(--color-white);
    --colore-button-secondary-text: var(--color-primary);

    --font-button: clamp(15px, 14px + 0.2vw, 16px);
    --font-weight-button: 700;
    --line-height-button: clamp(22px, 21px + 0.3vw, 24px);
}


/*
*	2.0 SETTINGS & BASE TYPOGRAPHY
*/

h1 {
    font-family: var(--font-family-primary) !important;
    font-size: var(--font-size-h1) !important;
    font-weight: var(--font-weight-h1) !important;
    line-height: normal !important;
    color: var(--colore-h1) !important;
}

h2 {
    font-family: var(--font-family-primary) !important;
    font-size: var(--font-size-h2) !important;
    font-weight: var(--font-weight-h2) !important;
    line-height: normal !important;
    color: var(--colore-h2) !important;
}

h3 {
    font-family: var(--font-family-primary) !important;
    font-size: var(--font-size-h3) !important;
    font-weight: var(--font-weight-h3) !important;
    line-height: normal !important;
    color: var(--colore-h3) !important;
}

h4 {
    font-family: var(--font-family-primary) !important;
    font-size: var(--font-size-h4) !important;
    font-weight: var(--font-weight-h4) !important;
    line-height: normal !important;
    color: var(--colore-h4) !important;
}

p {
    font-family: var(--font-family-secondary) !important;
    font-size: var(--font-size-p-l) !important;
    font-weight: var(--font-weight-p-l) !important;
    line-height: var(--line-height-p-l) !important;
    color: var(--colore-p) !important;
}

p.paragraph-l {
    font-family: var(--font-family-secondary) !important;
    font-size: var(--font-size-p-l) !important;
    font-weight: var(--font-weight-p-l) !important;
    line-height: var(--line-height-p-l) !important;
    color: var(--colore-p) !important;
}

p.paragraph-r {
    font-family: var(--font-family-secondary) !important;
    font-size: var(--font-size-p-r) !important;
    font-weight: var(--font-weight-p-r) !important;
    line-height: var(--line-height-p-r) !important;
    color: var(--colore-p) !important;
}

p.paragraph-s {
    font-family: var(--font-family-secondary) !important;
    font-size: var(--font-size-p-s) !important;
    font-weight: var(--font-weight-p-s) !important;
    line-height: var(--line-height-p-s) !important;
    color: var(--colore-p) !important;
}

p.paragraph-xs {
    font-family: var(--font-family-secondary) !important;
    font-size: var(--font-size-p-xs) !important;
    font-weight: var(--font-weight-p-xs) !important;
    line-height: var(--line-height-p-xs) !important;
    color: var(--colore-p) !important;
}

span {
    font-family: var(--font-family-secondary) !important;
    font-size: var(--font-size-span) !important;
    font-weight: var(--font-weight-span) !important;
    line-height: 24px !important;
    color: var(--colore-span) !important;
}

a {
    font-family: var(--font-family-secondary) !important;
    font-size: var(--font-size-a) !important;
    font-weight: var(--font-weight-a) !important;
    line-height: 24px !important;
    color: var(--colore-a) !important;
    text-decoration: none !important;
}

#menu-principale a {
    font-family: var(--font-family-menu) !important;
    font-size: var(--font-size-p-s) !important;
    font-weight: var(--font-weight-menu) !important;
    line-height: 24px !important;
    color: var(--color-white) !important;
    text-decoration: none !important;
    text-transform: uppercase;
    background: transparent !important;
}

p.iubenda-cs-preferences-link {
    margin: 0px;
    font-family: var(--font-family-secondary) !important;
    font-size: var(--font-size-p-r) !important;
    font-weight: var(--font-weight-p-r) !important;
    line-height: var(--line-height-p-r) !important;
    color: var(--colore-a) !important;
}

.white {
    color: var(--color-white) !important;
}

.brown {
    color: var(--color-primary) !important;
}

.icon-brown {
    color: var(--color-primary);
    font-size: 17px;
}

.ombra {
    text-shadow: 0 0 7px #00000045;
}

.sottolineato {
    display: flex;
    background-color: #dd7b58;
    line-height: 0.15 !important;
    font-weight: 500 !important;
    padding: 0px 30px 20px 10px;
    width: fit-content;
    align-items: center;
    margin: auto !important;
    font-style: italic;
}

.citazione {
    color: var(--color-primary) !important;
    text-align: center !important;
    font-family: var(--font-family-primary) !important;
    font-size: var(--font-size-h2) !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 38px !important;
}

button#button-invio-form-contatto span {
    color: var(--color-white) !important;
    font-weight: 600 !important;
}


/*
*	3.0 GLOBAL LAYOUT & UTILITIES
*/

div.full-width-box {
    max-width: 1920px !important;
    margin: auto !important;
}

.hero-img-container {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

/*
body:not(.home) header .hero-img-container {
    height: 600px !important;
    min-height: 400px !important;
}
*/

span.description {
    display: none;
}

.pswp__custom-caption.pswp__hide-on-close {
    display: none;
}


/*
*	4.0 COMPONENTI GLOBALI
*/

.error404 .hero-image {
    display: none;
}

ul.room-occupancy-list {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 5px;
}

ul.room-occupancy-list li {
    display: list-item;
    padding-left: 10px;
}

ul.room-occupancy-list li:not(:first-child) {
    border-left: 1px solid #DCDFE5;
}

.button-primary {
    width: fit-content;
    padding: 14px 24px !important;
    border-radius: 0px;
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
    border: 2px solid var(--color-primary) !important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font-family-primary) !important;
}

.button-primary:hover {
    background-color: var(--color-white) !important;
    color: var(--color-primary) !important;
}

.button-secondary {
    width: fit-content;
    padding: 14px 24px !important;
    background-color: var(--color-white) !important;
    color: var(--color-primary) !important;
    border: 2px solid var(--color-primary) !important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font-family-primary) !important;
}

.button-secondary:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.button-header {
    font-size: var(--font-size-p-s) !important;
    white-space: nowrap;
    height: fit-content;
}

.button-arrow-brown span {
    color: var(--color-primary) !important;
    font-weight: 600 !important;
    font-size: var(--font-size-p-l) !important;
}


/*
*	5.0 TABELLA COMPARATORE CAMERE
*/

.compare-wrap {
    margin-top: 32px;
}

.compare-scroller {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.compare-scroller::-webkit-scrollbar {
    height: 8px;
}

.compare-scroller::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 4px;
}

.compare-scroller::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 4px;
}

.table.camere {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 860px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.table.camere thead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #fff;
    color: #222;
    font-weight: 700;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}

.table.camere tbody td:first-child,
.table.camere thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 4;
    background-color: #fff !important;
    box-shadow: 1px 0 0 #eee;
    min-width: 180px;
    max-width: 200px;
    white-space: nowrap;
}

.table.camere td {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    text-align: left;
}

.table.camere thead th:not(:first-child),
.table.camere tbody td:not(:first-child) {
    min-width: 120px;
    text-align: center;
}

.table.camere td img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.table.camere tbody tr:nth-child(odd) td {
    background-color: #fafafa !important;
}

.table.camere a.button,
.table.camere a.button-small {
    display: inline-block;
    padding: 10px 18px;
    background: #BC1548;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    transition: background .2s ease;
}


/*
*	6.0 UTILITIES ELEMENTOR & EXTRA
*/

.elementor-widget-container {
    word-break: break-word;
}

.carosello-img img {
    height: 620px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.carosello-img-4 img {
    height: 500px !important;
    object-fit: cover !important;
    object-position: center !important;
}


/*
*   7.0 WPML
*/

div.custom-selettore-lingua {
    width: 5% !important;
}

div.custom-selettore-lingua a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    padding: 5px 8px !important;
}


/*
*   8.0 HEADER
*/

.header a {
    padding: 10px !important;
}

div#logo-header {
    width: 250px !important;
    transition: all 0.3s ease;
}

div#logo-header.scrolled {
    max-width: 155px !important;
}

.hero-img-container {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

body:not(.la-nostra-produzione) .loghi-pagina-produzione {
    display: none !important;
}

body.la-nostra-produzione .booking-form-elementor {
    display: none;
}



/*
*   9.0 HOMEPAGE
*/
.etichetta-brown {
    background: var(--color-secondary);
    color: var(--color-white);
    font-weight: 600;
    padding: 20px;
    font-size: var(--font-size-p-l);
}

.img-loop-apartments-home>* {
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}

.appartamento i {
    margin: 0px 5px 0px 0px;
}


/*
*   10.0 FOOTER
*/
.bottom-bar a {
    color: var(--color-white) !important;
}

svg.e-font-icon-svg.e-fab-instagram {
    margin: 0px !important;
}

.whatsapp-button svg {
    width: 40px !important;
    height: 40px !important;
}


/*
*   11.0 ARCHIVIO APPARTAMENTI
*/
.lista-icone-archivio-appartamenti span,
.lista-icone-archivio-appartamenti I {
    font-size: var(--font-size-p-l) !important;
}

.lista-icone-archivio-appartamenti svg {
    width: 25px !important;
    height: 25px !important;
}

.lista-icone-archivio-appartamenti i {
    color: var(--color-primary) !important;
}

.lista-icone-archivio-appartamenti svg {
    width: 25px !important;
    height: 25px !important;
    fill: var(--color-primary) !important;
}

.loop-apartments-box-txt {
    flex-direction: column !important;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.loop-apartmetns-up {
    width: 80% !important;
    margin: auto !important;
}

.loop-apartments-box-txt .elementor-widget-text-editor {
    color: var(--color-black);
}

.loop-apartments-down {
    margin-top: 35px !important;
    display: flex;
    flex-direction: column !important;
    gap: 15px;
}



/*
*   12.0 INFO LIST
*/
.info-list {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 15px 0;
    border-bottom: 2px solid rgba(55, 50, 48, 0.55);
}

.info-label,
.info-value {
    font-size: var(--font-size-p-l) !important;
    color: var(--color-black);
}

.info-label {
    font-weight: 700;
}

.info-value {
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
}


/*
*   13.0 NEWSLETTER
*/

#mc_embed_signup {
    background: transparent !important;
    clear: left !important;
    font: 14px Helvetica, Arial, sans-serif !important;
    width: 100% !important;
    margin: 0px !important;
}

form#mc-embedded-subscribe-form {
    margin: 0px !important;
}

label.privacy-consent-label {
    display: flex !important;
    flex-direction: row;
}

input#mc-privacy-consent {
    width: fit-content !important;
}

.clear.foot {
    display: flex !important;
    flex-direction: column !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
}

label.privacy-consent-label span,
label.privacy-consent-label a {
    font-size: 12px !important;
    line-height: 14px !important;
}

.mc-field-group.privacy-consent-wrap {
    margin: 0px !important;
}

input#mc-embedded-subscribe {
    background: white !important;
    color: var(--color-secondary) !important;
    border-radius: 0px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: var(--color-secondary) !important;
}

#mc_embed_signup .indicates-required {
    margin-bottom: -20px !important;
}