:root {
	--c1: #c48e61;
	--c2: #572f1a;
	--text: #1A1718;
	--darkGrey: #D2D1D1;
	--grey: #E8E8E8;
	--lightGrey: #F4F4F4;
	--white: #ffffff;
	--black: #000000;
	--ff1: "Red Hat Display", Sans-serif;
	--ff2: "nocturne-serif", serif;
}

:focus {
	outline: none !important;
}

.hidden{
	display: none !important;
}

body .site-footer .footer-inner, 
body .site-footer:not(.dynamic-footer), 
body .site-header .header-inner, 
body .site-header:not(.dynamic-header), html body:not([class*=elementor-page-]) .site-main {
	max-width: 1200px;	
}

span.pc {
	color: var(--c1);
}

.gradient-bottom:after {
	content: '';
	background-image: linear-gradient(0deg, #1A1718, transparent);
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 60%;
}

#map {
	width: 100%;
	height: 500px;
}

.link-card {
	border-left: 4px solid var(--c1);
	display: flex;
	align-items: flex-end;
	padding: 0 0px 0 30px;
}

.link-card h3 {
	margin-bottom: 0;
	margin-top: 0;
}

.link-card h3 a {
	transition: 0.4s;
	color: #fff !important;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.link-card h3 a:after {
	content: '';
	width: 20px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: url(https://www.fratellipierozzi.mom/wp-content/themes/pierozzi/icons/global/right-arrow-colored.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 5px;
	transform: translateX(-20px);
	opacity: 0;
	transition: 0.4s;
}

.link-card:hover h3 a:hover{
	color: var(--c1) !important; 
}

.link-card:hover h3 a:hover:after {
	opacity: 1;
	transform: none;
	transition: 0.4s;
}

.link-card .button-card {
	display: table;
	color: #fff;
	font-weight: 800;
	background-color: #02010100;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var( --c1 );
	border-radius: 50px 50px 50px 50px;
	padding: 10px 20px;
	line-height: 1;
	margin-top: 20px;
	transition: .4s;
}

.link-card .button-card:hover {
	color: #fff;
	background-color: var(--c1);
}

.loghi-territorio .gallery {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.loghi-territorio img {
	max-height: 120px;
	width: auto;
	max-width: 200px;
	margin-left: 0 !important;
	margin-right: auto !important;
}

.loghi-territorio figure.gallery-item {
	width: auto;
	margin-right: 50px !important;
	vertical-align: middle;
}

.loghi-territorio figure.gallery-item:last-child {
	width: 200px;
}

.background-slideshow.half-col .elementor-background-slideshow {
	max-width: 50%;
	right: 0;
	left: auto;
}

.background-slideshow .heighter-col .elementor-column-wrap {
	min-height: 600px;
	display: flex;
	align-items: center;
}

.hide-desktop {
	display: none;
}

a.text-link {
	text-decoration: underline !important;
}

.only-mobile {
	display: none !important;
}

@media screen and (max-width:1200px) {
	body section.elementor-section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}	
	
	.only-mobile {
		display: block !important;
	}
}

@media screen and (max-width: 1023px) {	
	section.elementor-section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	section.elementor-section  section.elementor-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}