:root {
	--cpred: #802417;
	--cpmarrone: #43271b;
	--cpbeige: #fce9d8;
	--cphr: #d1c2ab;
    --cpcream: #f7f1e6;
	--cptesti: #372113;
	--cpbold: #1a0900;
	--cptitle: #6c1c15;
}
/*
body {
    background-image: var(--bg-body-pattern);
    background-repeat: repeat;
}
*/


h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
}
h1,h2 {
	letter-spacing: 2px;
    font-family: 'PT Serif Bold';
}


.container-fluid {
    margin: 0 auto;
}
@media (max-width: 575px){
	body.home .container {
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	}
}
/*
@media (min-width:1280px){
	.container{max-width:1250px}
}
@media (min-width:1440px){
	.container{max-width:1410px}
}
@media (min-width:1600px){
	.container{max-width:1570px}
}
*/


body:not(.home) header.tb-section {
    position: sticky;
    top: 0;
    background-color: var(--cpcream);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
}
body:not(.home) header.tb-section:not(.boxed) #stickup-logo {
    background-color: transparent;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
body.home header.tb-section {
    z-index: 99;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
body.home header.tb-section:not(.boxed) #stickup-logo {
    /*background-color: rgb(0,0,0,0.2);*/
    background-color: transparent;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;

	animation: header-solid linear both;
    animation-timeline: scroll();
    /*animation-range: 90dvh 100dvh;*/
    animation-range: 20dvh 30dvh;
} 
@keyframes header-solid {
    to {
		/*backdrop-filter: blur(8px);*/
        background-color: var(--cpcream);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    }
}

#stickup-logo img {
    animation: logo-shrink ease-in-out both;
    animation-timeline: scroll();
    /*animation-range: 90dvh 100dvh;*/
    animation-range: 20dvh 30dvh;
}
@keyframes logo-shrink {
    to {
        max-width: 125px;
    }
}
@media (max-width: 767px){
	#stickup-logo img {
		max-width: 125px;
	}
}


body.home .search-form__h form button.search-form_is, 
body.home .header-item-hamburger #btnRespNav, 
body.home .nav__primary #topnav > li > a, 
body.home .nav__primary .sf-menu>.menu-item>.sub-menu .menu-item>a, 
body.home .header-item-search > a.dropdown-toggle, 
body.home .header-item-search .social_header_loop .social_item a {
    color: var(--color-item-menu);

    animation: color-header linear both;
    animation-timeline: scroll();
    animation-range: 20dvh 30dvh;
}
@keyframes color-header {
    to {
        color: var(--nero);
    }
}
body:not(.home) .header-item-hamburger #btnRespNav,
body:not(.home) .nav__primary #topnav > li > a {
    color: var(--nero);
}
.nav__primary #topnav > li > a {
    font-weight: 400;
}



body:not(.home) .main-holder {
	/*
    background-image: var(--bg-body-pattern);
    background-repeat: repeat;
    */
    background-color: var(--cpcream);
}
body:not(.home) .breadcrumb,
body:not(.home) .content_holder {
    background-color: transparent;
}



.af_title {
    border-bottom: unset;
    position: relative;
    width: 100%;
	margin-bottom: 0;
}
.af_cta,
.af_title__heading {
    display: flex;
    align-items: center;
    max-width: 100%;
    gap: 1rem;
}
.af_cta {
    justify-content: center;
}
.af_title .heading-line {
    background-color: unset;
    padding: 0;
    position: relative;
    flex-shrink: 0;
    white-space: nowrap;

	/*
	text-transform: unset;
    font-size: 1.5rem;
	color: var(--background-label);
	*/

	font-size: 2rem;
	text-transform: uppercase;
	color: var(--cptitle);
}
.sidebar_one_columns_small_widget .af_title {
    margin-bottom: 1rem;
}
.sidebar_one_columns_small_widget .af_title .heading-line {
    font-size: 1.2rem;
}
.heading-line-before, 
.heading-line-after {
    flex-grow: 1;
	/*
    height: 1px;
    background-color: var(--background-label);
	*/
	height: 2px;
    background-color: var(--cptitle);
}
.af_cta .heading-line-before, 
.af_cta .heading-line-after {
	background-color: var(--cpred);
}


.content_middle {
	padding: 1.5rem 0;
}


.hero_title {
    font-size: 3rem;
    line-height: 1;
}
@media (min-width: 480px){
    .hero_title {
        font-size: 4rem;
    }
}
.hero_subtitle {
    font-size: 2rem;
    line-height: 1;
}
@media (min-width: 480px){
    .hero_subtitle {
        font-size: 3rem;
    }
}

.hero_description {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}



.opening_title {
    font-size: 2.5rem;
    line-height: 1;
}
@media (min-width: 480px){
    .opening_title {
        font-size: 3.5rem;
    }
}
.opening_subtitle {
    font-size: 1.5rem;
}
/*
.opening_subtitle {
    font-size: 1.7rem;
    line-height: 1;
}
@media (min-width: 480px){
    .opening_subtitle {
        font-size: 2.5rem;
    }
}
*/


/*
.torn-divider {
	position: relative;
}
.torn-divider::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	width: 100%;
    height: 14px;
    background-size: auto 100%;
}
.torn-divider::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	width: 100%;
    height: 14px;
    background-size: auto 100%;
    background-repeat: repeat-x;
}
.torn-divider.rotate-180::before {
	rotate: 180deg;
}
.torn-divider-base::after,
.torn-divider-base::before {
    background-image: var(--torn-divider);
}
.torn-divider-medium::after,
.torn-divider-medium::before {
    background-image: var(--torn-divider-medium);
}
.torn-divider-dark::after,
.torn-divider-dark::before {
    background-image: var(--torn-divider-dark);
}
.torn-divider-darker::after,
.torn-divider-darker::before {
    background-image: var(--torn-divider-darker);
}
*/


section#hero {
	position: relative;
	z-index: 2;
	clip-path: polygon(
                0% 0%,
                100% 0%,
                100% 100%,
                97% 99.7%,
                94% 100%,
                91% 99.6%,
                88% 100%,
                85% 99.7%,
                82% 99.9%,
                79% 99.5%,
                76% 100%,
                73% 99.7%,
                70% 99.9%,
                67% 99.5%,
                64% 100%,
                61% 99.6%,
                58% 100%,
                55% 99.7%,
                52% 99.9%,
                49% 99.5%,
                46% 100%,
                43% 99.7%,
                40% 99.9%,
                37% 99.6%,
                34% 100%,
                31% 99.7%,
                28% 99.9%,
                25% 99.5%,
                22% 100%,
                19% 99.7%,
                16% 99.9%,
                13% 99.6%,
                10% 100%,
                7% 99.7%,
                4% 99.9%,
                1% 99.6%,
                0% 100%
            );
}
.hero-bg {
	position: relative;
	height: 100dvh;
	background-size: cover;
	background-position: center;

	overflow: hidden;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hero-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.4);*/
    background-color: rgba(67, 39, 27, 0.7);
}
.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.hero-content {
	position: relative;
	z-index: 10;
	width: 100%;
	color: var(--cpbeige);
	text-align: center;
}
.hero_ctas {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: var(--bs-gutter-x);
}
/*
.hero_cta {
	padding: 0.5rem 1.5rem;
	display: block;
	max-width: fit-content;
	text-decoration: none;
	border-radius: 5px;
	color: var(--cpbeige);
	font-size: 1.2rem;
}
*/
.hero_cta {
	max-width: fit-content;
	text-decoration: none;
	border-radius: 5px;
	color: var(--cpbeige);


    padding: 0.7rem 1.4rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;

    display: flex;
    gap: 0.4rem;
    align-items: center;
}
.hero_cta .bi {
    font-size: 1.25rem;
}
.hero_cta_prenota {
	background-color: var(--cpred);
}
.hero_cta_chiama {
	background-color: var(--cpmarrone);
}



#storia {
    /*
	background-image: var(--bg-body-pattern);
    background-repeat: repeat;
    */
    background-color: var(--cpcream);

	position: relative;
	padding: 4rem 0;
    margin-top: -4px;
}
#storia .af_title {
	margin-bottom: 1rem;
}
#storia .storia_description {
	font-size: 1rem;
}
#storia .storia_description img {
    margin: 0em 1.5rem 1.5rem 0;
}
#storia .storia_description img,
#storia figure {
    /*
	border: 10px solid var(--cpmarrone);
    clip-path: polygon(0% 0.6%, 4% 0%, 8% 0.5%, 12% 0.2%, 16% 0.7%, 20% 0%, 24% 0.6%, 28% 0.1%, 32% 0.5%, 36% 0%, 40% 0.6%, 44% 0.2%, 48% 0.7%, 52% 0%, 56% 0.5%, 60% 0.1%, 64% 0.6%, 68% 0%, 72% 0.5%, 76% 0.2%, 80% 0.7%, 84% 0%, 88% 0.6%, 92% 0.1%, 96% 0.5%, 100% 0.3%, 99.5% 4%, 100% 8%, 99.4% 12%, 100% 16%, 99.6% 20%, 99.9% 24%, 99.4% 28%, 100% 32%, 99.5% 36%, 100% 40%, 99.4% 44%, 99.9% 48%, 99.5% 52%, 100% 56%, 99.4% 60%, 100% 64%, 99.6% 68%, 99.9% 72%, 99.4% 76%, 100% 80%, 99.5% 84%, 100% 88%, 99.4% 92%, 99.8% 96%, 100% 99.5%, 96% 100%, 92% 99.5%, 88% 99.9%, 84% 99.4%, 80% 100%, 76% 99.6%, 72% 99.9%, 68% 99.4%, 64% 100%, 60% 99.5%, 56% 100%, 52% 99.4%, 48% 99.8%, 44% 99.5%, 40% 100%, 36% 99.4%, 32% 99.9%, 28% 99.5%, 24% 100%, 20% 99.4%, 16% 99.8%, 12% 99.5%, 8% 100%, 4% 99.4%, 0% 99.6%, 0.5% 96%, 0% 92%, 0.6% 88%, 0% 84%, 0.5% 80%, 0.1% 76%, 0.6% 72%, 0% 68%, 0.5% 64%, 0% 60%, 0.6% 56%, 0.1% 52%, 0.5% 48%, 0% 44%, 0.6% 40%, 0% 36%, 0.5% 32%, 0.1% 28%, 0.6% 24%, 0% 20%, 0.5% 16%, 0% 12%, 0.6% 8%, 0.1% 4%);
    */

    background-color: var(--bianco);
    padding: 1rem;
    /*transform: rotate(1deg);*/

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#storia .storia_description img:hover,
#storia figure:hover {
    transform: rotate(1deg);

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
@media (min-width: 1025px){
    #storia .storia_description img {
        max-width: 640px;
    }
}
@media (max-width: 1024px){
    #storia .storia_description img {
        display: block;
        clear: both;
        float: none;
        margin: 0em 0 1.5rem 0;
    }
}



section#opening .af_title .heading-line {
    color: var(--cpcream);
}
section#opening .af_title .heading-line-before, 
section#opening .af_title .heading-line-after {
    background-color: var(--cpcream);
}
section#opening .af_title .af_title__heading {
    margin-bottom: 1.5rem;
}
.opening-bg {
	position: relative;
	height: 65dvh;
	background-size: cover;
	background-position: center;

	overflow: hidden;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.opening-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.4);*/
    background-color: rgba(67, 39, 27, 0.6);
    backdrop-filter: blur(3px);
}
.opening-content {
	position: relative;
	z-index: 10;
	width: 100%;
	color: var(--cpbeige);
	text-align: center;
}
.opening_hour .opening_hour_label {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 400;
}
.opening_hour .opening_hour_value {
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
    font-weight: bold;
}
.opening_hours {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--bs-gutter-x);
}
.opening_hour_divider_vertical {
    width: 1px;
    background-color: var(--cpcream);
    align-self: stretch;
}
.opening_chiusura {
    margin-top: 1rem;
    margin-bottom: 2rem;
}




#piatti {
	position: relative;
	padding: 4rem 0;
	
    background-color: var(--cpcream);
}
#piatti .heading-subtitle {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-style: italic;
    color: var(--cptitle);
}
#piatti .piatto_card {
    background-color: var(--bianco);
    padding: 0.5rem;

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/*
#piatti .piatto_card figure {
    background-color: var(--bianco);
    padding: 0.5rem;
    margin-bottom: 1rem;
}
#piatti .piatto_card.piatto_card__dispari figure {
    transform: rotate(1deg);
}
#piatti .piatto_card.piatto_card__pari figure {
    transform: rotate(-1deg);
}
#piatti .piatto_card .piatto_info {
	padding: 1rem;
	text-align: center;
    border: 1px solid var(--cpred);
    background-color: rgba(255,255,255,0.5);
}
*/

/*
#piatti .piatto_card.piatto_card__dispari {
    transform: rotate(1deg);
}
#piatti .piatto_card.piatto_card__pari {
    transform: rotate(-1deg);
}
*/
#piatti .piatto_card:hover {
    transform: rotate(1deg);

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

#piatti .piatto_card .piatto_info {
	padding: 1rem;
	text-align: center;
}
#piatti .piatto_card .piatto_title__heading {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
#piatti .piatto_card .piatto_description p {
	margin-bottom: 0;
	font-size: 1.25rem;
}





#galleria {
    /*
	background-image: var(--bg-pattern-legno);
    background-repeat: repeat;
    margin-top: -5px;
    clip-path: polygon(
        0% 0.6%, 4% 0%, 8% 0.5%, 12% 0.2%, 16% 0.7%, 20% 0%,
        24% 0.6%, 28% 0.1%, 32% 0.5%, 36% 0%, 40% 0.6%, 44% 0.2%,
        48% 0.7%, 52% 0%, 56% 0.5%, 60% 0.1%, 64% 0.6%, 68% 0%,
        72% 0.5%, 76% 0.2%, 80% 0.7%, 84% 0%, 88% 0.6%, 92% 0.1%,
        96% 0.5%, 100% 0.3%,
        100% 99.5%, 96% 100%, 92% 99.5%, 88% 99.9%, 84% 99.4%, 80% 100%,
        76% 99.6%, 72% 99.9%, 68% 99.4%, 64% 100%, 60% 99.5%, 56% 100%,
        52% 99.4%, 48% 99.8%, 44% 99.5%, 40% 100%, 36% 99.4%, 32% 99.9%,
        28% 99.5%, 24% 100%, 20% 99.4%, 16% 99.8%, 12% 99.5%, 8% 100%,
        4% 99.4%, 0% 99.6%
    );
    */

	position: relative;
	padding: 4rem 0;
	
	z-index: 2;

	background-color: var(--cpmarrone);
}
/*
@media (max-width: 1024px){
	#galleria {
		clip-path: polygon(
            0% 0.2%, 5% 0%, 10% 0.15%, 15% 0.05%, 20% 0.2%, 25% 0%,
            30% 0.15%, 35% 0.05%, 40% 0.2%, 45% 0%, 50% 0.15%, 55% 0.05%,
            60% 0.2%, 65% 0%, 70% 0.15%, 75% 0.05%, 80% 0.2%, 85% 0%,
            90% 0.15%, 95% 0.05%, 100% 0.1%,
            100% 99.85%, 95% 100%, 90% 99.9%, 85% 99.95%, 80% 99.85%, 75% 100%,
            70% 99.9%, 65% 99.95%, 60% 99.85%, 55% 100%, 50% 99.9%,
            45% 99.95%, 40% 99.85%, 35% 100%, 30% 99.9%, 25% 99.95%,
            20% 99.85%, 15% 100%, 10% 99.9%, 5% 99.95%, 0% 99.9%
        );
	}
}
*/
#galleria .col_item figure {
    /*
	border: 10px solid var(--cpbeige);
	
	clip-path: polygon(
        
        0% 0.6%, 4% 0%, 8% 0.5%, 12% 0.2%, 16% 0.7%, 20% 0%,
        24% 0.6%, 28% 0.1%, 32% 0.5%, 36% 0%, 40% 0.6%, 44% 0.2%,
        48% 0.7%, 52% 0%, 56% 0.5%, 60% 0.1%, 64% 0.6%, 68% 0%,
        72% 0.5%, 76% 0.2%, 80% 0.7%, 84% 0%, 88% 0.6%, 92% 0.1%,
        96% 0.5%, 100% 0.3%,
        
        99.5% 4%, 100% 8%, 99.4% 12%, 100% 16%, 99.6% 20%, 99.9% 24%,
        99.4% 28%, 100% 32%, 99.5% 36%, 100% 40%, 99.4% 44%, 99.9% 48%,
        99.5% 52%, 100% 56%, 99.4% 60%, 100% 64%, 99.6% 68%, 99.9% 72%,
        99.4% 76%, 100% 80%, 99.5% 84%, 100% 88%, 99.4% 92%, 99.8% 96%,
        100% 99.5%,
        
        96% 100%, 92% 99.5%, 88% 99.9%, 84% 99.4%, 80% 100%, 76% 99.6%,
        72% 99.9%, 68% 99.4%, 64% 100%, 60% 99.5%, 56% 100%, 52% 99.4%,
        48% 99.8%, 44% 99.5%, 40% 100%, 36% 99.4%, 32% 99.9%, 28% 99.5%,
        24% 100%, 20% 99.4%, 16% 99.8%, 12% 99.5%, 8% 100%, 4% 99.4%,
        0% 99.6%,
        
        0.5% 96%, 0% 92%, 0.6% 88%, 0% 84%, 0.5% 80%, 0.1% 76%,
        0.6% 72%, 0% 68%, 0.5% 64%, 0% 60%, 0.6% 56%, 0.1% 52%,
        0.5% 48%, 0% 44%, 0.6% 40%, 0% 36%, 0.5% 32%, 0.1% 28%,
        0.6% 24%, 0% 20%, 0.5% 16%, 0% 12%, 0.6% 8%, 0.1% 4%
    );
    */
}
#galleria .col_item .gallery__link {
    background-color: var(--cpcream);
    padding: 0.5rem;
    display: block;

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*
#galleria .col_item.gallery_card__dispari .gallery__link {
    transform: rotate(1deg);
}
#galleria .col_item.gallery_card__pari .gallery__link {
    transform: rotate(-1deg);
}
*/
#galleria .col_item .gallery__link:hover {
    transform: rotate(1deg);

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


#galleria .af_title__heading {
	justify-content: center;
}
#galleria .heading-line {
	color: var(--cpbeige);
	text-transform: none;
    font-style: italic;
    /* font-family: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif; */
    font-weight: 500;
}
#galleria .heading-line-before,
#galleria .heading-line-after {
    display: block;
    max-width: 130px;
    height: 3px;
    flex-shrink: 0;
}
#galleria .heading-line-before {
    background: linear-gradient(to right, transparent, var(--cpbeige));
}
#galleria .heading-line-after {
    background: linear-gradient(to left, transparent, var(--cpbeige));
}



body.home section#blog {
    /*
	background-image: var(--bg-body-pattern);
    background-repeat: repeat;
    margin-top: -5px;
    */
	position: relative;
	padding: 4rem 0;
	background-color: var(--cpcream);
}

body.home section#blog .post_item {
    /*
	box-shadow: 0px 10px 60px 60px rgba(0, 0, 0, 0.07);
	background-image: var(--bg-body-pattern);
    background-repeat: repeat;

	border: 10px solid var(--cpmarrone);
    clip-path: polygon(
        0% 0.6%, 4% 0%, 8% 0.5%, 12% 0.2%, 16% 0.7%, 20% 0%, 24% 0.6%, 28% 0.1%, 32% 0.5%, 36% 0%, 40% 0.6%, 44% 0.2%, 48% 0.7%, 52% 0%, 56% 0.5%, 60% 0.1%, 64% 0.6%, 68% 0%, 72% 0.5%, 76% 0.2%, 80% 0.7%, 84% 0%, 88% 0.6%, 92% 0.1%, 96% 0.5%, 100% 0.3%, 
        99.5% 4%, 100% 8%, 99.4% 12%, 100% 16%, 99.6% 20%, 99.9% 24%, 99.4% 28%, 100% 32%, 99.5% 36%, 100% 40%, 99.4% 44%, 99.9% 48%, 99.5% 52%, 100% 56%, 99.4% 60%, 100% 64%, 99.6% 68%, 99.9% 72%, 99.4% 76%, 100% 80%, 99.5% 84%, 100% 88%, 99.4% 92%, 99.8% 96%, 100% 99.5%, 
        96% 100%, 92% 99.5%, 88% 99.9%, 84% 99.4%, 80% 100%, 76% 99.6%, 72% 99.9%, 68% 99.4%, 64% 100%, 60% 99.5%, 56% 100%, 52% 99.4%, 48% 99.8%, 44% 99.5%, 40% 100%, 36% 99.4%, 32% 99.9%, 28% 99.5%, 24% 100%, 20% 99.4%, 16% 99.8%, 12% 99.5%, 8% 100%, 4% 99.4%, 0% 99.6%, 
        0.5% 96%, 0% 92%, 0.6% 88%, 0% 84%, 0.5% 80%, 0.1% 76%, 0.6% 72%, 0% 68%, 0.5% 64%, 0% 60%, 0.6% 56%, 0.1% 52%, 0.5% 48%, 0% 44%, 0.6% 40%, 0% 36%, 0.5% 32%, 0.1% 28%, 0.6% 24%, 0% 20%, 0.5% 16%, 0% 12%, 0.6% 8%, 0.1% 4%);
    */

    /*
    box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.2);
    background-color: var(--cphr);
    border: 1px solid var(--cpred);
    */
}
body.home section#blog .post_item .post_desc {
	padding: 1rem;
}

body.home section#blog .post_item .post_thumb,
body.home section#blog .post_item figure {
	position: relative;
}
body.home section#blog .post_item figure {
    aspect-ratio: 5 / 3;
}
body.home section#blog .post_item figure > img {
	width: 100%;
    height: 100%;
}




body.single .post_thumb figure,
body.blog .post_item article,
body.home section#blog .post_item article {
    background-color: var(--bianco);
    padding: 0.5rem;

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
body.blog .post_item article {
    padding-bottom: 1.5rem;
}
/*
body.blog .post_item.post_card__dispari article,
body.home section#blog .post_item.post_card__dispari article {
    transform: rotate(1deg);
}

body.single .post_thumb figure,
body.blog .post_item.post_card__pari article,
body.home section#blog .post_item.post_card__pari article {
    transform: rotate(-1deg);
}
*/
body.home section#blog .post_item .post_desc {
    text-align: center;
    padding: 1rem;
}

body.home section#blog .post_item article:hover {
    transform: rotate(1deg);

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}



body.home section#blog .post_item a.post_readmore_h {
	display: block;
	max-width: max-content;
	padding: 0;
		
	font-size: 0.8rem;
	text-decoration: none;
	
	font-weight: bold;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	color: #4a4a4a;
}
body.home section#blog .post_item a.post_readmore_h:hover {

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	color: var(--background-label);
}


body.home section#blog .post_item .post_meta .post_meta__inner {
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.home section#blog .post_item .post_item .post_title__heading,
body.home section#blog .post_item .post_item .post_excerpt_text {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
body.home section#blog .post_item .post_item .post_title__heading {
	font-size: 1rem;
	font-weight: bold;
}
body.home section#blog .post_item .post_meta .post_meta_author,
body.home section#blog .post_item .post_meta .post_meta_date {
	margin-bottom: 0.3rem;
}
body.home section#blog .post_item .post_meta .post_meta_author {
	margin-right: 0.5rem;
}
body.home section#blog .post_item figure .post_categories {
	position: absolute;
	bottom: 1rem;
    left: 1rem;
    right: 1rem;
	margin-bottom: 0;
	z-index: 2;
}
body.home section#blog .post_item .post_thumb a.post_link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}


body.archive .col_pagination {
    flex-basis: 100%;
}


/*
section#contatti {
	background-image: var(--bg-body-pattern);
    background-repeat: repeat;
	position: relative;
	padding: 4rem 0;
}
section#contatti .mappa_iframe_wrap {
	position: relative; 
	width: 100%; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden;
}
section#contatti .mappa_iframe_wrap iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	
	border: 10px solid var(--cpmarrone);
    clip-path: polygon(
        0% 0.6%, 4% 0%, 8% 0.5%, 12% 0.2%, 16% 0.7%, 20% 0%, 24% 0.6%, 28% 0.1%, 32% 0.5%, 36% 0%, 40% 0.6%, 44% 0.2%, 48% 0.7%, 52% 0%, 56% 0.5%, 60% 0.1%, 64% 0.6%, 68% 0%, 72% 0.5%, 76% 0.2%, 80% 0.7%, 84% 0%, 88% 0.6%, 92% 0.1%, 96% 0.5%, 100% 0.3%, 
        99.5% 4%, 100% 8%, 99.4% 12%, 100% 16%, 99.6% 20%, 99.9% 24%, 99.4% 28%, 100% 32%, 99.5% 36%, 100% 40%, 99.4% 44%, 99.9% 48%, 99.5% 52%, 100% 56%, 99.4% 60%, 100% 64%, 99.6% 68%, 99.9% 72%, 99.4% 76%, 100% 80%, 99.5% 84%, 100% 88%, 99.4% 92%, 99.8% 96%, 100% 99.5%, 
        96% 100%, 92% 99.5%, 88% 99.9%, 84% 99.4%, 80% 100%, 76% 99.6%, 72% 99.9%, 68% 99.4%, 64% 100%, 60% 99.5%, 56% 100%, 52% 99.4%, 48% 99.8%, 44% 99.5%, 40% 100%, 36% 99.4%, 32% 99.9%, 28% 99.5%, 24% 100%, 20% 99.4%, 16% 99.8%, 12% 99.5%, 8% 100%, 4% 99.4%, 0% 99.6%, 
        0.5% 96%, 0% 92%, 0.6% 88%, 0% 84%, 0.5% 80%, 0.1% 76%, 0.6% 72%, 0% 68%, 0.5% 64%, 0% 60%, 0.6% 56%, 0.1% 52%, 0.5% 48%, 0% 44%, 0.6% 40%, 0% 36%, 0.5% 32%, 0.1% 28%, 0.6% 24%, 0% 20%, 0.5% 16%, 0% 12%, 0.6% 8%, 0.1% 4%);
}
section#contatti .col_contatti p,
section#contatti .col_contatti p * {
	font-size: 1.25rem;
}
section#contatti .contatti_telefono a {
	text-decoration: none;
}
*/


/*
.section-map-bg {
    position: relative;
    min-height: 450px;
    overflow: hidden;
}
.section-map-bg .map-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 0;
    pointer-events: none;
}
.section-map-bg:hover .map-background {
    pointer-events: auto;
}
.section-map-bg .container {
    position: relative;
    z-index: 1;
}
.section-map-bg .col_overmap {
    background: rgba(255, 255, 255, 0.92);
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}
*/

/*
#contatti .col_orari,
#contatti .col_contatti {
    padding: 2rem;
}

#contatti .col_orari .inner-pad,
#contatti .col_contatti .inner-pad {
    max-width: 320px;
    margin: 0 auto;
}

#contatti .mappa_iframe_wrap {
    height: 100%;
    min-height: 400px;
}

#contatti .mappa_iframe_wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: block;
    border: 0;
}
@media (max-width: 767px) {
    #contatti .col_orari,
    #contatti .col_contatti {
        text-align: center;
    }

    #contatti .mappa_iframe_wrap {
        min-height: 300px;
    }
}
*/


#contatti {
    background-color: var(--cpcream);
}
#contatti .contatti_indirizzo,
#contatti .contatti_telefono {
    text-align: center;
}

#contatti .mappa_iframe_wrap {
    height: 100%;
    min-height: 400px;
}

#contatti .mappa_iframe_wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: block;
    border: 0;
}