.hero-area-title {
	font-size:40px;	
	font-size: 2.5rem;
		line-height: 1.125;
		margin-top: 0;
		margin-bottom: 27px;
	}

.entry-header {
	padding: 20px 0;
	text-align: center;
}
.hentry {
	margin-bottom: 20px;
	position: relative;
}
.entry-footer {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.69;
	display: block;
	margin-top: 5px;
}
.widget-area {
		padding: 30px 0;
	}
.site-info {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.58;
    margin: auto;
    max-width: 92%;
    padding: 10px 0;
    text-transform: uppercase;
}
.hero-area-wrapper {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto;
	max-width: 92%;
	padding: 10px 0;
	position: relative;
	width: 740px;
}
.site-header {
	border-top: 5px solid #222;
	padding-bottom: 10px;
	position: relative;
}
.hero-area {
		max-height: 684px;
	}

.entry-thumbnail {
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    min-height: 270px;
    max-height: 430px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.wp-tsasp-popup-box.wp-tsasp-image-fit .wp-tsasp-popup-header .wp-tsasp-team-avatar {
    object-fit: cover;
    object-position: 50% 40%;
    width: 100%;
    height: 100%;
}
	.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.125;
	margin: 0 0 9px;
	text-transform: uppercase;
}
.widget-wrapper {
    margin: 0 auto;
    max-width: 92%;
    width: 880px;
}
.widget {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1em;
}
.search-form .search-field {
    -webkit-appearance: none;
    background: #fff;
	border: 1px solid #ccc;
    
    border-radius: 2px;
    color: #666;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2% 10% 2% 3%;
    width: 100%;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
	color: #222;
	font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Times,"Times New Roman",serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.8;
}

button {
	background-color:#d2a346;
	color: 222 !important;
	font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Times,"Times New Roman",serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.8;
}
.menu-toggle {
    background-color: transparent;
    color: #222 !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
hr {
    background-color: #b88b2c;
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

.imagenomargin {
	margin-top: 0;
	margin-bottom: 0;
}

@media(max-width: 768px) {
	.imagenomargin img {
		margin: 0 auto;
	}
}

.menulistcontainer {
	    margin: 3rem 0;
}

.menulistcontainer .titolomenu {
	color: #b88b2c;
	text-transform: uppercase;
	font-size: 17px;
    font-weight: bold;
}

.menulistcontainer p.singlemenuitem {
	  margin-bottom: 0.5rem;
	    font-size: 15px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menulistcontainer p.singlemenuitem a:hover {
	 color: #b88b2c;
	text-decoration: none;
}

.menulistcontainer p.singlemenuitem.active a {
	 color: #b88b2c;
}

.menulistcontainer p.singlemenuitem:before {
	width: 9px;
	height: 15px;
	content: '';
	display: inline-block;
	margin-right: 1rem;
	background-image: url('https://marcuccimilano.com/wp-content/uploads/2021/03/caret-right.png');
}



