
/*
    Theme Name: Jampaa
    Description: Jampaa
    Author: Jampaa
    Author URI: https://www.jampaa.it
    Template: twentytwenty
    Version: 1.0
*/

/*
*   0.0 Various
*   1.0 Header
*       1.1 Menu
*       1.3 Menu WPML
*       1.4 Menu Socials
*   2.0 Site content
*       2.1 Homepage
*       2.2 Location list
*       2.3 Location page
*       2.4 404
*       2.5 pagine interne
*       2.6 pagina ristrutturazioni
*   3.0 Footer
*/

:root {
    --link-color: #FE9A22;
    --link-color-hover: #e47e01;
    --title-font-family: 'DM Sans', sans-serif;
    --body-font-family: 'Open Sans', sans-serif;
    --title-color: #1B50E0;
    --color: #394852;
    --menu-link-color: #ffffff;
    --background-color: #ffffff;
    font-size: 10px;
    line-height: 10px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body .entry-content h1,
body .entry-content h2,
body .entry-content h3,
body .entry-content h4,
body .entry-content h5 {
    font-family: var(--title-font-family);
    color: var(--title-color);
    font-style: normal;
    font-weight: 600;
    margin: 0;
}
body h1,
body .entry-content h1 {
    font-size: 12.8rem;
    line-height: 13.4rem;
    font-weight: 800;
}
body h2,
body .entry-content h2 {
    font-size: 2.25rem;
    line-height: 3.875rem;
    font-weight: 800;
}
body h3,
body .entry-content h3 {
    font-size: 1.5rem;
    line-height: 3.875rem;
    font-weight: 800;
}
body h4,
body .entry-content h4 {
    font-size: 3.3rem;
    line-height: 2.7rem;
    font-weight: bold;
}
body h5,
body .entry-content h5 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    font-weight: 600;
}

body a,
body a:active,
body a:focus,
body a:visited {
    text-decoration: none !important;
    color: var(--link-color);
    transition: 0.5s all ease;
}
body a:hover,
body .color-accent-hover:hover {
    color: var(--link-color-hover);
}

body a.btn,
body a.btn:active,
body a.btn:focus,
body a.btn:visited,
body .entry-content a.btn,
body .entry-content a.btn:active,
body .entry-content a.btn:focus,
body .entry-content a.btn:visited,
body button:not(.toggle),
body .button,
body input[type="button"]:not(.toggle),
body input[type="reset"]:not(.toggle),
body input[type="submit"]:not(.toggle) {
    font-style: normal;
    font-family: var(--title-font-family);
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    text-align: center;
    background: var(--link-color);
    color: #ffffff;
    text-transform: inherit;
    padding: 1rem 3rem;
    margin: 2rem auto 2rem 0;
    max-width: unset;
    width: auto;
    display: inline-block;
    transition: 0.5s all ease;
    text-decoration: none !important;
    border-radius: 0.6rem;
}
body a.btn:hover,
body .entry-content a.btn:hover,
body button:hover,
body .button:hover,
body input[type="button"]:hover,
body input[type="reset"]:hover,
body input[type="submit"]:hover {
    background: var(--link-color-hover);
}

:root body {
    font-family: var(--body-font-family);
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    grid-template-rows: auto;
    grid-template-areas:
        "header header header header header header header header header header header header"
        "main main main main main main main main main main main main"
        "footer footer footer footer footer footer footer footer footer footer footer footer";
    background: var(--background-color);
}

:root body,
body .entry-content,
body .entry-content p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: var(--color);
    font-weight: 400;
    font-family: var(--body-font-family);
}
body .entry-content p.large {
    font-size: 2.6rem;
    line-height: 3.8rem;
}
body .entry-content p.small {
    font-size: 1.4rem;
    line-height: 3.8rem;
}

body .entry-content {
    margin-top: 5rem;
}

body .color-accent,
body .color-accent-hover:focus,
:root body .has-accent-color,
body .has-drop-cap:not(:focus):first-letter,
body .wp-block-button.is-style-outline {
    color: var(--link-color);
}

body button,
body button:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

body .hidden {
    display: none !important;
    visibility: hidden !important;
}
body .small {
    font-size: 1rem;
}
body .uppercase {
    text-transform: uppercase;
}

body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: unset;
}

.morecontent span {
    display: none;
}
.morecontent a.morelink {
    display: inline;
}

body figure.wp-block-image {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

/*
*   1.0 Header
*/

header#site-header {
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
	z-index: 101;
    grid-area: header;
    background: transparent;
}

header .header-inner {
    position: relative;
    padding: 0 2rem;
    margin: 0 !important;
    max-width: unset !important;
    width: unset !important;
    align-items: stretch;
}
header#site-header {
    backdrop-filter: blur(2px);
}
header#site-header.sticky  {
    backdrop-filter: blur(0px);
    background: white;
}
header#site-header.sticky li a {
    color: #626262;
}
header .section-pre-inner {
    color: #ffffff;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: -9px !important;
    z-index: 999;
}
header#site-header.sticky .header-contacts a{
    color: #f2ac0f;
}
header#site-header.sticky .wpml-ls-current-language a {
    color: #f2ac0f;
}
header .section-pre-inner .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

header .section-pre-inner a,
header .section-pre-inner a:active,
header .section-pre-inner a:visited {
    color: #ffffff;
    font-weight: 500;
}
header .section-pre-inner a:hover,
header .section-pre-inner a:focus {
    color: var(--link-color);
}
header .section-pre-inner .pre-languages {
    margin-left: 2rem;
}
header .section-pre-inner .pre-languages .wpml-ls-legacy-dropdown-click {
    width: auto;
}
header .section-pre-inner .pre-languages > div > ul > li:not(:last-child),
header .section-pre-inner .header-contacts > a:first-child {
    border-right: 2px solid #fff;
}
header .section-pre-inner .header-contacts > a:first-child{
    padding-right: 5px;
}
header .section-pre-inner .header-contacts > a:last-child{
    padding-left: 10px;
}
header .section-pre-inner .pre-languages .wpml-ls-item a {
    /* background: #939597; */
    color: inherit;
    width: auto;
    display: inline;
    border: 0;
}
header .section-pre-inner .pre-languages .wpml-ls-item:hover a {
    color: var(--link-color);
}
header .section-pre-inner .pre-languages .wpml-ls-sub-menu {
    border: 0;
}
ul.sub-menu.active li {
    background: white;
}
ul.sub-menu.active li a{
    color: #131212 !important;
}
ul.sub-menu.active li div a {
    border-bottom: 1px solid #3f50e0 !important;
}
header .header-titles-wrapper {
    /* padding: 1.5rem 0 !important; */
    padding: 0 !important;
    text-align: center !important;
    max-width: unset !important;
    margin: 0;
}
header .header-titles-wrapper .header-titles {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    margin: 0 0 0 0 !important;
}
header .header-titles-wrapper .site-logo {
    margin: 0;
    padding: 0;
    grid-column: 1;
    grid-row: 1;
}
header .header-titles-wrapper .site-logo img {
    transition: 0.5s all ease;
}
header .header-titles-wrapper .header-titles-description {
    font-family: var(--title-font-family);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    color: #0069AE;
    -webkit-text-stroke-width: 0.07rem;
    -webkit-text-stroke-color: #ffff;
}
header.sticky .header-titles-wrapper .header-titles-description {
    display: none;
    visibility: hidden;
}
header .header-menu-wrapper {
    text-align: center !important;
    border-radius: 0 0 3rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header-inner .toggle {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent !important;
    height: 100%;
}
header .header-menu-wrapper .toggle-inner {
    height: auto !important;
    padding: 0;
    align-items: center;
    color: var(--link-color);
}
header .header-menu-wrapper .toggle-inner .toggle-icon {
    transform: rotate(0);
    width: 2.5rem;
    height: 1.7rem;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer;
}
header .header-menu-wrapper .toggle-inner .toggle-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #363B48;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}
header .header-menu-wrapper .nav-toggle.active .toggle-inner .toggle-icon span {
    background: #000000;
}
header .header-menu-wrapper .toggle-inner .toggle-icon span:first-child {
    transition: top .3s cubic-bezier(.47,0,.75,.72),transform .6s ease-in-out;
    top: 0;
    width: 80%;
}
header .header-menu-wrapper .toggle-inner .toggle-icon span:nth-child(2) {
    top: 7px;
}
header .header-menu-wrapper .toggle-inner .toggle-icon span:nth-child(3) {
    top: 14px;
    width: 80%;
}
header .header-menu-wrapper .toggle-inner .toggle-icon,
header .header-menu-wrapper .toggle-inner .toggle-icon span {
    transform: rotate(0);
}
header .header-menu-wrapper .nav-toggle.active .toggle-inner .toggle-icon span:first-child {
    top: 7px;
    transform: rotate(-315deg);
    width: 100%;
}
header .header-menu-wrapper .nav-toggle.active .toggle-inner .toggle-icon span:nth-child(2) {
    opacity: 0;
}
header .header-menu-wrapper .nav-toggle.active .toggle-inner .toggle-icon span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
    width: 100%;
}
header .site-logo img {
    /* max-width: 335px !important; */
    max-width: 274px !important;
    width: auto !important;
    height: auto !important;
}
header.sticky .site-logo img {
    max-height: 40px !important;
}

@media (max-width: 999px) {
    header .site-logo {
        margin: 1rem 0;
    }
}
.grids-section.first-row-azzurra.grids-is-advanced.alignfull {
    margin-top: 0 !important;
}

/*
*   1.1 Menu
*/
header .header-menu-wrapper {
    align-self: center;
    width: 100%;
    padding: 3.5rem 0 2.5rem;
}
header.sticky .header-menu-wrapper {
    padding: 0;
}
header .header-menu-wrapper ul.primary-menu {
    justify-content: flex-end;
    list-style: none;
    align-items: center;
    padding: 0;
}
header .header-menu-wrapper ul.primary-menu li  {
    /*margin: 0 2rem;*/
    line-height: normal;
}
header .header-menu-wrapper ul.primary-menu li:last-child {
    margin-right: 0;
}
ul.primary-menu li ul li a {
    color: #404040 !important;
}
:root body header .header-menu-wrapper ul.primary-menu li a,
:root body header .header-menu-wrapper ul.primary-menu li a:active,
:root body header .header-menu-wrapper ul.primary-menu li a:focus,
:root body header .header-menu-wrapper ul.primary-menu li a:visited {
    color: var(--menu-link-color);
    font-family: var(--title-font-family);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}
:root body header .header-menu-wrapper ul.primary-menu li a:hover {
    color: var(--link-color-hover);
}
:root body header .header-menu-wrapper ul.primary-menu li.current-menu-item a {
    color: var(--link-color);
}
:root body header .header-menu-wrapper ul.primary-menu li.shop-online {
    border-left: 1px solid #4F4F4F;
    margin-left: 1rem;
    padding-left: 2rem;
}
:root body header .header-menu-wrapper ul.primary-menu li.shop-online a,
:root body header .header-menu-wrapper ul.primary-menu li.shop-online a:active,
:root body header .header-menu-wrapper ul.primary-menu li.shop-online a:focus,
:root body header .header-menu-wrapper ul.primary-menu li.shop-online a:visited {
    color: #F2994A;
    font-weight: bold;
}
:root body header .header-menu-wrapper ul.primary-menu li.shop-online a:hover {
    color: #F4AD6D;
}
:root body header .header-menu-wrapper ul.primary-menu li.shop-online a i {
    margin-right: 0.5rem;
}
header ul.primary-menu ul.sub-menu {
    background-color: #ffffff;
    color: var(--color);
    margin: 11px 0 0 0;
    padding: 0;
    list-style: none;
    width: auto;
    top: 100%;
}
header ul.primary-menu ul.sub-menu::before,
header ul.primary-menu ul.sub-menu::after {
    display: none !important;
    visibility: hidden !important;
}
header ul.primary-menu ul.sub-menu li {
    margin: 0;
    padding: 20px 0;
}
header ul.primary-menu ul.sub-menu li a {
    white-space: nowrap;
    padding: 0 1.5rem;
}

.menu-modal .menu-wrapper {
    width: 100%;
    overflow-x: hidden !important;
}
.menu-modal nav.mobile-menu {
    display: block;
    padding-top: 9.3rem;
}
.menu-modal nav.mobile-menu li {
    border: 0;
    text-align: center;
}
.menu-modal nav.mobile-menu li a {
    font-size: 1.6rem;
    color: #444444;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 1.5rem 0;
}
.menu-modal nav.mobile-menu li.current-menu-item a,
.menu-modal nav.mobile-menu li ul.sub-menu li.current-menu-item a {
    color: var(--link-color);
}
.menu-modal nav.mobile-menu li .ancestor-wrapper {
    width: auto;
    margin: 0 auto;
}
.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle,
.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle:focus,
.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle:visited,
.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle:hover,
.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle:active {
    border: 0;
    padding: 0 1.5rem;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    display: flex;
}
.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle svg {
    width: 1.3rem;
}
.menu-modal nav.mobile-menu li ul.sub-menu {
    margin-bottom: 1em;
}
.menu-modal nav.mobile-menu li ul.sub-menu li a {
    font-size: 1.4rem;
    color: #999999;
    padding: 1rem 2.5rem;
}
nav.mobile-menu li.wpml-ls-item {
    display: inline-block !important;
    width: 32.7%;
    margin: 0 0 15px !important;
}
nav.mobile-menu li.wpml-ls-item a {
    font-size: 1.4rem;
    color: var(--link-color);
}
nav.mobile-menu li.wpml-ls-item:first-child::before,
nav.mobile-menu li.wpml-ls-item:first-child::after {
    content: "";
    width: 100vw;
    height: 1px;
    left: 0;
    right: 0;
    background: var(--link-color);
    position: absolute;
}
nav.mobile-menu li.wpml-ls-item:first-child::after {
    bottom: 0;
}
ul.sub-menu li a {
    color: #404040;
}
.primary-menu li span.icon {
    color: #FE9A22 !important;
}
/*
*   1.3 Menu WPML
*/
nav .modal-menu.modal-menu-wpml {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto;
    align-items: center;
    border-top: 0.1rem solid #444444;
    border-bottom: 0.1rem solid #444444;
    margin-bottom: 4rem;
}
nav .modal-menu.modal-menu-wpml li {
    display: block;
    padding: 1.5rem 0;
}
nav .modal-menu.modal-menu-wpml li.current-menu-item {
    font-weight: bold;
}
nav .modal-menu.modal-menu-wpml li a {
    padding: 0;
}

/*
*   1.4 Menu Socials
*/
nav .modal-menu.modal-menu-socials {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-template-rows: auto;
    align-items: center;
    margin-top: 4rem;
}
nav .modal-menu.modal-menu-socials li {
    display: block;
}
nav .modal-menu.modal-menu-socials li a {
    font-size: 2rem;
}
.menu-check {
    transition: 0.4s;
    top: 0px;
    max-width: 150px;
    background: #f2ac0f;
    margin: 0 2rem;
    height: 50px;
    padding: 7px;
}
.menu-check a{
text-transform: none !important;
color:white !important;
}
.menu-check a:hover{
color:white !important;    }
.menu-check:hover{
    transition: 0.4s;
    background:   #d99a0d;
}

header#site-header.sticky .menu-check {
    top: 8px;
}
header#site-header.sticky .primary-menu li{
    top: 5px;
}
/*
*   2.0 Site content
*/
#site-content {
	overflow: hidden;
	grid-area: main;
}
#site-content::before {
    content: "";
    position: absolute;
    top: 0;
    height: 34rem;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 44, 163, 0.5) 0%, rgba(0, 44, 163, 0) 100%);
    z-index: 10;
}
article figure.featured-media .featured-media-inner,
body.error404 figure.featured-media .featured-media-inner {
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: unset;
    left: 0;
}
article.has-post-thumbnail .post-inner {
    padding-top: 0;
}
body.singular article .entry-header,
body.error404 .entry-title {
    padding: 3rem 0;
}
body .image-column-left figure,
body .image-column-right figure {
    height: 100%;
    margin: 0 !important;
}
body .image-column-left figure img,
body .image-column-right figure img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
body .image-column-left figure img {
    border-radius: 0 3rem 3rem 0;
}
body .image-column-right figure img {
    border-radius: 3rem 0 0 3rem;
}
body .image-column-rounded figure {
    height: 100%;
    margin: 0 !important;
}
body .image-column-rounded figure img {
    border-radius: 3rem;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
body .column-rounded-left {
    border-bottom-right-radius: 30rem;
}
body .column-rounded-right {
    border-bottom-left-radius: 30rem;
}
.fotorama {
    width: 0.01rem;
    height: 0.01rem;
}
.min-height-bg {
    min-height: 300px;
    margin-bottom: 40px;
}

/*
*   2.1 Homepage
*/
.home-ap-container{
    display: grid;
    grid-template-columns: repeat( 9, 1fr );
    grid-template-rows: repeat( 9, 1fr );
}
.home-ap.mosaico-home {
    min-height: 120px;
}
.home-ap{
    margin: 20px;
    position: relative;
}
.home-ap-single-1{
    grid-column: 1/4;
    grid-row: 1/4;
    background-image: url(/wp-content/themes/jampaa/inc/img/Turistica_Azzurra_Img_Mare.jpg) !important;
    background-size: cover !important;
    
}
.home-ap-single-2{
    grid-column: 4/7;
    grid-row: 1/4;
    background-image: url(/wp-content/themes/jampaa/inc/img/Turistica_Azzurra_Img_coppie.jpg) !important;
    background-size: cover !important;
}
.home-ap-single-3{
    grid-column: 7/10;
    grid-row: 1/5;
    background-image: url(/wp-content/themes/jampaa/inc/img/Turistica_Azzurra_Img_piscina.jpg) !important;
    background-size: cover !important;
}
.home-ap-single-4{
    grid-column: 1/7;
    grid-row: 4/7;
    background-image: url(/wp-content/themes/jampaa/inc/img/Turistica_Azzurra_Img_Family.jpg) !important;
    background-size: cover !important;
}
.home-ap-single-5{
    grid-column: 7/10;
    grid-row: 5/7;
    background-image: url(/wp-content/themes/jampaa/inc/img/Turistica_Azzurra_Img_Vengo_anch_io.jpg) !important;
    background-size: cover !important;
}
.home-ap-single-6{
    grid-column: 1/10;
    grid-row: 7/9;
    background-image: url(/wp-content/themes/jampaa/inc/img/Turistica_Azzurra_Img_al_mare_come_a_casa.jpg) !important;
    background-size: cover !important;
}

.grids-section.row-servizi-home.grids-is-advanced.alignfull {
    margin-top: 0 !important;
}
.sottotit-home{
    color: #4081e2 !important;
    font-weight: 400 !important;
    font-size: 2.4rem !important;
    line-height: 6.2rem;
    letter-spacing: 1px !important;
}
.box-categorie {
    margin-top: 0 !important;
}
.prima-riga-sugg{
    margin-bottom: 0 !important;
}
.wp-block-button__link {
    background-color: #FFAC12 !important;
    text-transform: none !important;
	border: 1px solid #ffac12;
	color: white !important;
}
.blue-back-home{
    background-color: #2775f8a6;
}

figure.wp-block-image.size-full.people-home {
    margin-bottom: 0 !important;
}
.first-row-transparent {
    background: #fff7f191;
    backdrop-filter: blur(5px);
}
.mosaico-home, .mosaico-home-list {
    border-radius: 10px;
   /* margin: 5px 10px;*/
    box-shadow: 0px 0px 7px 1px #0000002b;
}
.grids-area.mosaico-home.row2-1-2,
.grids-area.mosaico-home.row2-3,
.grids-area.mosaico-home.row2-4{
    /*margin-top: 15px;*/
}


#slide-homepage {
    position: relative;
}

body.home .entry-content {
    margin: 0;
}
body.home .entry-content > * {
    width: auto !important;
}
body.home .entry-content > .alignfull {
    margin-bottom: 0;
}
.link-box-home{
    font-size: 3rem !important;
    letter-spacing: 1px;
    font-weight: 600 !important;
    line-height: 6.2rem !important;
    position: absolute;
    top: -6px;
    color: white !important;
    left: 13px;
    text-shadow: 1px 0px 11px #363636a6;
}
a.link-box-home-button{
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
a.link-box-home-button:hover{
    box-shadow: 0px 0px 7px 1px #0000002b;
    border-radius: 10px;
}
figure.wp-block-image.size-large.people-home {
    margin-bottom: 0 !important;
}
p.link-box-home{
        line-height: 35px !important;
        padding-top: 10px !important
}

/* body.home .entry-content > .alignwide:first-child,
body.home .entry-content > .alignfull:first-child {
    margin: 0;
} */
.mare-link-prenota {
    padding-top: 20px;
}
body.home #services-row {
    z-index: 1;
    margin-top: -20rem;
}
body.home #services-row > .grids-s-w_i {
    padding: 22rem 0 5rem;
}
body.home #services-row > .grids-s-w_i::before {
    background-position: top;
    background-size: 100% auto;
}
.blue-row {
    margin-bottom: 0 !important;
}
body.home #services-row .three-boxes .grids-area {
    margin: 0 2rem;
    padding: 3rem !important;
    background: #ffffff;
    border-radius: 0.8rem;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.3));
}
body.home #services-row .three-boxes .grids-s-w_i:before {
    display: none;
}
body.home #services-row .three-boxes h5 {
    margin-top: 0;
    color: #939597;
    letter-spacing: 0.3rem;
}
body.home #services-row .three-boxes .btn {
    margin: auto 0 0;
    padding: 1rem;
}
body.home #row-exhibitions,
#row-operators,
body.home #row-academy {
    margin: 0;
    width: unset;
}
body.home #row-exhibitions > .grids-s-w_i .grids-area,
#row-operators > .grids-s-w_i .grids-area,
body.home #row-academy > .grids-s-w_i .grids-area {
    padding: 10rem 10rem !important;
}
body.home #row-exhibitions h3,
#row-operators h3,
body.home #row-academy h3 {
    margin: 0;
}
body.home #row-exhibitions h2,
#row-operators h2,
body.home #row-academy h2 {
    margin: 0;
}
body.home #row-exhibitions h4,
#row-operators h4,
body.home #row-academy h4 {
    margin-top: 0;
}
body.home #row-academy > .grids-s-w_i .grids-area {
    background: rgba(245, 223, 77, 0.8);
}
body.home #row-academy .logo-bi-academy {
    margin: 0 0 1rem;
}
#row-operators .b2b-cloud {
    background: #ffffff;
    text-align: center;
    padding: 3rem;
    margin: 3rem auto 0 0;
    display: flex;
    flex-direction: column;
    font-size: 2.4rem;
    border-radius: 1rem;
    position: relative;
}
#row-operators .b2b-cloud::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid #ffffff;
    top: -4rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#row-operators .b2b-cloud .btn {
    margin: 2rem 0 0;
}
body.home #row-inspired > .grids-s-w_i {
    gap: 4rem;
}
body.home #row-inspired h3 {
    margin: 0;
}
body.home #row-inspired figure {
    height: 100%;
    margin: 0 !important;
}
body.home #row-inspired figure img {
    border-radius: 0.8rem;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
}
body.home #row-inspired a.arrow {
    margin-bottom: 5rem;
}
body.home #row-academy > .grids-s-w_i:before {
    background-position: center;
    background-size: cover;
}
body.home #row-academy .buttons {
    gap: 2rem;
    display: inline-flex;
}

.row-loved-services {
    margin-top: 0 !important;
}

.row-loved-services > .grids-s-w_i > .grids-area {
    width: fit-content !important;
    margin: 0 auto !important;
}
.row-loved-services h2 {
    text-align: center !important;
    font-weight: 400 !important;
}
ul.most-loved-services {
    column-count: 3;
    margin-top: 2rem !important;
    list-style-type: none !important;
}
.grids-section.row-servizi-home.grids-is-advanced.alignfull {
    margin-top: 0 !important;
}
h4.servizi-amati{
    color: black !important;
    font-size: 2.4rem !important;
    line-height: 3.4rem !important;
    letter-spacing: 0.9px !important;
    font-weight: 400 !important;
}
h4.mare-title {
    line-height: 3.7rem !important;
}
span.home-servizi {
    padding-left: 10px;
}
.mosaico-home-list p {
    color: #FE9A22 !important;
    background: white;
    padding: 15px;
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.grids-area.map-home-box {
    max-height: 400px;
}
p.sottotit-home {
    padding-top: 15px !important;
}
p.link-box-home {
    line-height: 35px !important;
    padding-top: 10px;
}
.review-container{
    background-image: url(/wp-content/uploads/2021/02/recensioni.png);
}
.swiper-container {
    padding: 0 20px 100px 20px !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    grid-template-rows: auto;
    column-gap: 2rem;
    row-gap: 2rem;
}
.swiper-container h2{
    text-align: center;
}
  .swiper-slide {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .swiper-slide.column {
    padding: 20px;
    margin: 20px 10px;
    box-shadow: 0px 7px 20px rgb(0 0 0 / 8%);
    border-radius: 10px;
}
/*
*   2.2 Location list
*/
.tabcontent p {
    text-align: justify;
}
.altri-alloggi-row{
    grid-row: 4;
    grid-column: 1/13;
    text-align: center;
}
.altri-alloggi-button.button {
    padding: 20px;
}
.altri-alloggi-button.button a {
    color: white;
}
.location-div-row {
    grid-row: 5;
    grid-column: 1/13;
}
article.banner-up {
    padding: 0 !important;
}
article.banner-up figure{
    margin: 0 !important;
}
article.banner-up div {
    padding-top: 0;
}
.villages-cat h2 {
    padding-top: 20px;
}
.villages-cat {
    grid-column: 2/12;
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    grid-gap: 3px;
    padding: 1em 0;
    align-items: start;
    
}
h2.titolo-tipologia {
    grid-row: 1;
    grid-column: 1/12;
}
p.description-tipologia {
    grid-row: 2;
    grid-column: 1/7;
}
.villages-cat .villages-list-container {
    grid-row: 3;
    grid-column: 1/13;
}


/*
*   2.3 Location page
*/
html[lang="de-DE"] ul.tab li p {
    padding: 14px 4px !important;
    font-size: 1.4rem !important;
}
ul.single-apartments-features-evidence {
    margin: 1em 0 0;
    list-style: none;
    column-count: 2;
}
ul.single-apartments-features-evidence li {
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
    justify-content: start;
    line-height: 1.5;
    break-inside: avoid-column;
}
li span.material-icons {
    margin-right: 1rem;
    width: 3rem;
}
div#descrizione2 .tabOpened ul {
    margin-left: 20px !important;
}
.tabcontent li {
    margin: 0.5rem 0;
}
body.single-apartments .post-inner{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat( 12, 1fr );
    column-gap: 1em;
    row-gap: 1em;
}
.single-apartment:nth-child(odd) {
    background: #FAFAFA;
}
.location-container, .ap-container{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 13;
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    grid-gap: 3px;
    padding: 1em 0;
    align-items: start;
}
.location-text {
    grid-column: 1/13;
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    grid-gap: 3px;
    padding: 1em 0;
    align-items: start;
}
.location-text, .location-container {
    padding-top: 0;
}
.villageFirstRow{
    padding-top: 20px;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row: 1;
    background-color:#ECF0F3;
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    align-items: start;
}
.locationTitle{
    background-color:#ECF0F3;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    align-items: start;
}
.locationTitleText{
    grid-column-start: 2;
    grid-column-end: 9;
    grid-row: 1;
}
.locationSubtitle{
    background-color:#ECF0F3;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    align-items: start;
}
.locationSubtitleText{
    grid-column-start: 2;
    grid-column-end: 9;
    grid-row: 2;
    padding: 10px 0;
}
.locationTitle h2 {
    font-weight: 500;
    font-size: 3.6rem;
    letter-spacing: 0.5px;
}
.locationAvailability{
    margin-top: -6px;
    background-color: #FFCC00;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row: 3;
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    align-items: start;
}
.locationAvailabilityText {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row: 1;
}
.single-location-img-small {
    padding: 3px;
}
span.locationAvailabilityText {
    font-size: 1.8rem;
    line-height: 3.1rem;
    font-weight: 500 !important;
    padding: 5px 0;
}
.locationButton.button a, .button-availability.button a {
    color: white;
}
.locationButton.button {
    margin-top: 0;
}
.locationSubtitle span {
    font-weight: 400;
    color: #4081e2;
    font-size: 2.4rem;
    line-height: 3.1rem;
    letter-spacing: 0.9px;
}
.village-info{
    grid-column-start: 2;
    grid-column-end: 13;
    grid-row: 4;
    padding: 10px 0 20px 0;
}

.apartment-info {
    padding: 20px 0;
}
.info-ico {
    color: #FFCC00;
    margin-right: 5px;
}
ul.village-info li, ul.apartment-info li {
    margin-left: 0;
    margin-right: 20px;
}
ul.village-info, ul.apartment-info {
    display: flex;
    list-style: none;
    margin: 0;
}
.locationDescription{
    grid-column-start: 2;
    grid-column-end: 9;
    grid-row: 5;
}
.locationButton{
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
}
.location-gallery-wrapper{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 12;
    display: grid;
    grid-template-rows: repeat( 2, 1fr );
    grid-template-columns: repeat( 3, 1fr );
    grid-gap: 1em;
}
.location-gallery-wrapper .single-slider:first-child{
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
}
.single-apartment-img-small{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.centerbtn.btn.btn-primary.button a {
    color: white !important;
}
img.single-location-img-small.location-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.single-apartment-slider{
    grid-row: auto;
    grid-column:auto;
    border: #66625F solid 0px;
    transition: 1s;
    overflow: hidden;
    opacity: 0.9;
    margin: 3px;
}
.apartment-content {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 13;
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    grid-gap: 3px;
    padding: 1em 0;
    align-items: start;
}
.single-apartment {
    grid-column-start: 1;
    grid-column-end: 13;
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    grid-gap: 3px;
    padding: 1em 0;
}
.apartment-description {
    grid-column: 2/7;
}
img.single-location-img-small.location-image {
    border-radius: 10px;
}
.tipologieDisp {
    grid-row: 1;
    grid-column: 2/12;
}
h2.locationTitleText {
    font-weight: 500;
    font-size: 3.6rem;
    letter-spacing: 0.1px;
}
.single-slider.single-slider-0 {
    position: relative;
}
.single-slider.single-slider-0::after {
    display: block;
    content: '';
    /* 16:9 aspect ratio */
    padding-bottom: 56.25%;
}
.single-slider.single-slider-0 img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.apartment-gallery-wrapper {
    grid-row: 1/5;
    grid-column: 8/12;
    display: grid;
    grid-template-columns: repeat( 2, 1fr );
    padding: 1em 0;
    max-height: 500px;
}
.apartment-gallery-wrapper div {
    max-height: 230px;
}
.single-slider.single-slider-0 div, .single-slider.single-slider-1 div {
    display: none;
}
.single-apartment-slider:first-child{
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 5;
}

.tab {
    border-bottom: solid 1px #c7c7c7;;
    display: grid;
    grid-template-columns: repeat( 4, 1fr );
}



ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.tab li {
    margin: 0 !important;
    float: left;
}
.tab li {
    height: 100%;
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
p.tablinks{
    font-weight: 500 !important;
    font-size: 2.0rem;
    line-height: 2.4rem !important;
    letter-spacing: 0.5px;
    padding: 10px 25px;
}
p.tablinks.active, p.tablinks.focus, p.tablinks.hover, .tablinks {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.tab li p {
    display: inline-block;
    color: #4081E2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    margin: 0;
    font-size: 17px;
    width: 100%;
}

ul.tab li p:hover {
    background-color: #5693ee;
}

ul.tab li a:focus, .active {
    background-color: #4081E2;
}
ul.tab li p:focus, ul.tab li p:hover, .active{
    color:white !important;
}
li .active {
    height: 100%;
}
.tabcontent {
    display: none;
    padding: 6px 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
h3.single-ap-title {
    font-weight: 400;
    color: #4081e2;
    font-size: 2.4rem;
    line-height: 3.1rem;
    letter-spacing: 0.9px;
}

.last-location-row {
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    grid-gap: 3px;
    padding: 1em 0;
    align-items: start;
}
.locationMap {
    grid-row: 1;
    grid-column: 1/7;
}
.locationMap iframe{
    max-height: 330px;
}
.locationInfoBox {
    grid-row: 1;
    grid-column: 7/13;
    padding: 30px;
}
.locationInfoList{
    display: flex;
    list-style: none;
    margin: 0;
}
.positionInfoList{
    list-style: none;
    margin: 0;
}
ul.locationInfoList {
    color: #FFAC12;
    padding-top: 10px;
}

ul.locationInfoList li, ul.positionInfoList li {
    margin-left: 0 !important;
}
.inlineIco{
    display: flex;
}
.positionIco{
    margin-top: -4px;
}
i.infoBox-ico {
    color: #FFAC12;
    padding-right: 10px;
}
ul.locationInfoList a {
    margin-right: 20px;
}

div#descrizione ul {
    margin-left: 0;
}

.single-villages-more {
    background-color: #FAFAFA;
    color: #ffffff;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat( 12, 1fr );
    column-gap: 1em;
    row-gap: 1em;
    padding: 2em 0 3em;
    margin-top: 1em;
}
.single-villages-more h2 {
    color: #1B50E0;
    grid-row: 1;
    grid-column-start: 2;
    grid-column-end: 12;
    margin: 0;
}
.villages-list-container-single {
    border-radius: 10px;
}
.villages-list-container-single-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.single-villages-more-wrapper {
    grid-row: 2;
    grid-column-start: 2;
    grid-column-end: 12;
}
.single-villages-more-wrapper.list{
    grid-column-start: 1;
    grid-column-end: 13;
}
.villages-list-container:not(.swiper-container-horizontal) {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat( 3, 1fr );
    column-gap: 2em;
    row-gap: 2em;
}
.villages-list-container .villages-list-container-single {
    grid-column: auto;
    grid-row: auto;
    background-color: #ffffff;
    color: var(--color);
    display: grid;
    grid-template-rows: 220px auto;
    row-gap: 0.5em;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    position: relative;
}
.villages-list-container.swiper-container-horizontal .villages-list-container-single {
    max-width: 85%;
}
.villages-list-container .villages-list-container-single .villages-list-container-single-message {
    position: absolute;
    background-color: var(--orange);
    color: #ffffff;
    padding: 0.1em 1.4em;
    left: -1em;
    top: 2rem;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}
.villages-list-container .villages-list-container-single .villages-list-container-single-img {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.villages-list-container.swiper-container-horizontal .villages-list-container-single .villages-list-container-single-img {
    min-height: 200px;
}
.villages-list-container .villages-list-container-single .villages-list-container-single-features {
    margin: 0 1.5rem 0.5rem;
    color: var(--grey);
    font-size: 1.4rem;
}
.villages-list-container .villages-list-container-single .villages-list-container-single-features .feature-box {
    border-right: 1px solid var(--grey);
    padding: 0 1.2em 0 0;
    display: inline-flex;
    margin: 0 1.2em 0em 0;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2rem;
}
.villages-list-container .villages-list-container-single .villages-list-container-single-features .feature-box sup {
    top: -0.3em;
}
.villages-list-container .villages-list-container-single .villages-list-container-single-features .feature-box:last-child {
    border-right: 0;
}
.villages-list-container .villages-list-container-single .villages-list-container-single-features .feature-box span.material-icons {
    margin-right: 0.5em;
}
.village-box {
    padding: 1em 0 0 0;
    align-items: start;
    margin: 0 1.5rem;
}
.villages-list-description-text {
    overflow: hidden;
    grid-column: 1/5;
    margin-top: 10px;
    grid-row: 2;
    margin-bottom: 20px;
    height: 80px;
    max-height: 90px;
}
.icon-grid {
    grid-template-columns: 45% 55%;
    display: grid;
    height: 130px;
    max-height: 130px;
    overflow: hidden;
}


.villages-list-description-button{
    grid-column: 1/5;
    grid-row: 4;
    text-align: center;
    align-self: end;
}
.icon-list-v{
    display: flex;
}
.village-box a {
    height: 30px;
    display: block;
    grid-row: 1;
    grid-column: 1/5;
}
.village-box h3{
    color: #FFAC12;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 2.4rem;
    letter-spacing: 0.1px;

}
.villages-list-description{
    margin: 0 1.5rem;
}
a.button.discover {
    color: white;
}
.villages-list-description-button a {
}
.village-box a.button.discover {
    height: 40px;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}
@media (max-width:816px){
    .village-box a.button.discover {
        height: 50px !important;
}
}



.contact-form-column h2 {
    margin-top: 0;
}

.contact-form-column form.wpcf7-form .messaggio,
.contact-form-column form.wpcf7-form .privacy {
    grid-column: 1 / -1;
}
.contact-form-column form.wpcf7-form .privacy {
    font-size: 1.3rem;
    line-height: normal;
}
.contact-form-column form.wpcf7-form .privacy span.consenso {
    float: left;
    margin-right: 1rem;
}
.contact-form-column form.wpcf7-form .adulti select,
.contact-form-column form.wpcf7-form .bambini select {
    width: 100%;
    border: 0;
    padding: 1rem;
}
.contact-form-column input.wpcf7-submit {
    display: block !important;
    margin: 2rem auto 0 !important;
    padding: 1.2rem 4rem !important;
}
.contact-form-column .wpcf7-not-valid-tip {
    font-size: 1.2rem;
}
.consenso .wpcf7-list-item {
    margin-left: 0;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background: #f9f9f9;
}
span.wpcf7-form-control-wrap select {
    border: 1px solid #d4d4d4 !important;
}
/*
*   2.4 404
*/
.error404 #site-content {
    padding-top: 0;
}
body.error404 figure.featured-media {
    margin: 0;
}
/*
*   2.5 pagine interne
*/
form.wpcf7-form.init > p {
    /*display: none;*/
}
.grids-section.app-row.grids-is-advanced.alignwide {
    margin-bottom: 0 !important;
}
.location-container .show-foto {
    display: none;
}
.single-slider.single-slider-2 {
    position: relative;
}
.show-foto.button {
    padding: 10px;
    grid-row: 4;
    position: absolute;
    margin: 0 auto;
    bottom: 10px;
    left: 6px;
    transition: 0.5s;
    color: #f19a21;
    background: white;
}
.show-foto.button.num-foto-1, .show-foto.button.num-foto-3 {
    grid-column: 1;
}
.show-foto.button.num-foto-2, .show-foto.button.num-foto-4 {
    grid-column: 2;
}
.nascondi{
    visibility:hidden;
}
/*
.show-foto.button {
    height: 40px;
    grid-column: 2;
    grid-row: 3;
    position: relative;
    bottom: 70px;
    left: 6px;
    transition: 0.5s;
    color: #f19a21;
    background: white;
}
*/
.show-foto.button {
    height: 40px;
    grid-column: 2;
    grid-row: 3;
    position: relative;
    /* margin: 0 auto; */
    bottom: 70px;
    left: 6px;
    transition: 0.5s;
    color: #f19a21;
    background: white;
}
.show-foto.button.apartment {
    margin: 0 auto;
    top: -30px;
}
.show-foto.button:hover{
    transition: 0.5s;
    background: rgb(244, 244, 244);
}
/*
*   2.6 Booking form
*/

/*
*   2.6 pagina ristrutturazioni
*/

.rst-tit {
    width: 120rem !important;
    max-width: 120rem;
    margin: 0 auto;
}
.riga-rst:nth-child(even) {
    background: #f9f9f9 !important;
}
@media (min-width:575px){
.container-rst {
    max-width: 100% !important;
    width: 120rem !important;
    display: grid;
    row-gap: 1.5rem;
    padding-bottom: 50px;
}
}
.riga-rst {
    box-shadow: #5858582e 0px 3px 6px 0px;
    border-radius: 10px;
    padding: 0 25px;
    display: grid;
    column-gap: 1rem;
    grid-template-columns: repeat(12,1fr);
}
.col-rst.anno{
    display: flex;
    align-items: center;
}
.col-rst.anno p {
    font-size: 20px !important;
}
.col-rst.descrizione {
    grid-column: 2/6;
    display: flex;
    align-items: center;
}
.col-rst.gallery {
    grid-column: 6/13;
    margin: 0;
}
.rst-gallery-wrapper {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 12;
    display: grid;
    grid-template-rows: repeat( 1, 1fr );
    grid-template-columns: repeat( 4, 1fr );
    grid-gap: 1em;
}
.rst .single-slider.single-slider-1 {
    grid-column-start: 3 !important;
    grid-column-end: 5 !important;
}
.single-slider:first-child {
    grid-row: 1;
}
.rst-slider.rst-slider-0{
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.single-rst-img-small{
padding: 3px;
}
img.single-rst-img-small.rst-imag{
    border-radius: 10px;
    object-fit: cover;
}


.single-slider-rst:first-child {
    grid-row: 1;
}

.single-slider-rst.single-slider-rst-0 {
    position: relative;
}


img.single-location-rst-img-small.location-rst-image {
    border-radius: 10px;
}

img.single-location-rst-img-small.location-rst-image {
    object-fit: cover;
    height: 200px;
    width: auto;
}
.single-location-rst-img-small {
    padding: 3px;
}
.single-slider-rst.single-slider-rst-0 {
    grid-column: 1/3;
}
.single-slider-rst.single-slider-rst-1 {
    grid-column: 3/5;
}
/*
*   3.0 Footer
*/
footer#site-footer {
    grid-area: footer;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #1B50E0;
    color: #ffffff;
}
footer#site-footer a {
    color: white;
    font-weight: 700;
}
.credits-inner {
    max-width: 140rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat( 12, 1fr );
    align-items: start;
    gap: 10px;
}
.footer-credits a{
    color: #FFAC12 !important;
}
footer#site-footer .section-inner {
    max-width: 140rem;
}
footer#site-footer > .section-inner{
    display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat( 12, 1fr );
    column-gap: 4rem;
    align-items: start;
    padding: 4rem 0 !important;
}
.section-inner-first {
    grid-row: 1;
    grid-column: 1/11;
}
.section-inner-second {
    grid-row: 1;
    grid-column: 11/13;
}

#site-footer span.title {
    font-weight: 700;
    display: block;
    font-size: 1.6rem;
    line-height: 2.8rem;
}
#site-footer .site-footer-logo {
    grid-column-start: 1;
    grid-column-end: 3;
}
#site-footer .site-footer-logo img {
    width: 100%;
    max-width: 21rem;
    height: auto !important;
}
#site-footer .site-footer-box-position {
    grid-column-start: 3;
    grid-column-end: 5;
}
#site-footer .site-footer-contacts {
    grid-column-start: 5;
    grid-column-end: 8;
}
#site-footer .site-footer-socials {
    grid-column-start: 8;
    grid-column-end: 11;
}
#site-footer .site-footer-box-booking p {
    display: flex;
    margin-bottom: 2rem;
}
#site-footer .site-footer-box-booking p i {
    font-size: 2.5rem;
    margin-right: 1.5rem;
}
#site-footer .site-footer-bibione {
    grid-column-start: 11;
    grid-column-end: 13;
}

#site-footer .footer-credits, #site-footer .pre-footer{
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 3;
    grid-row-end: 4;
    background-color: #ffffff;
    color: #333333;
    font-size: 1.4rem;
}
.pre-footer{
    padding-bottom: 20px;
}
#site-footer .footer-credits p {
    margin: 0;
    padding: 15px 0;
}

#site-footer .pre-footer-1{
    grid-column-start: 1;
    grid-column-end: 4;
    padding-bottom: 20px;
}
#site-footer .pre-footer-2{
    grid-column-start: 5;
    grid-column-end: 7;
}
#site-footer .pre-footer-3{
    grid-column-start: 8;
    grid-column-end: 10;
}
#site-footer .pre-footer-4{
    grid-column-start: 11;
    grid-column-end: 13;
    padding-bottom: 10px;
}
.pre-footer-1, .pre-footer-2, .pre-footer-3, .pre-footer-4 {
    padding: 0 20px;
}

body .header-footer-group,
body #site-header .toggle,
body .menu-modal .toggle {
    color: inherit;
}

.star-rating {
display: flex;
margin: 0 auto;
}

.star-rating svg {
width: 18px;
height: 18px;
color: #ff9900;
}

.star-rating svg:not(:last-child) {
margin-right: 3px;
}

.column { 
-webkit-flex-direction: column; 
flex-direction: column; 
}


/*
.pre-languages {
    display: none !important;
}
.header-contacts {
    padding: 10px 0;
}
ul.modal-menu.modal-menu-wpml.reset-list-style {
    display: none !important;
}
ul.modal-menu.reset-list-style {
    padding-top: 40px !important;
}*/
img.wp-image-4195 {
    margin-top: -5px !important;
}
@media (min-width:575px) and (max-width:768px){
    .welcome-column {
        background: #ffffff8a !important;
    }
}

/****** BANNER HOME *******/
#site-content>.post-inner.thin {
    padding-top: 0 !important;
}
p.box-ducale a{
    font-weight: 600 !important;
    position: absolute;
    top: 20px !important;
    left: -20px;
    color: white !important;
    padding: 10px;
    background: #f2ac0f;
}
.row-ducale h2{
    line-height: 5.5rem !important;
}

.wp-block-button__link:hover{
	background: white !important;
	color: #ffac12 !important;
}