.current {color: #b68c70 !important;}

.mb_big {margin-bottom: 100px;}
.mb_small {margin-bottom: 40px;}

.newsletter {
    font-family: Poppins,sans-serif;
    font-size: 10px;
    color: #000;
    font-style: normal;
}

.disclaimer {
    font-size: 11px;
    color: #888;
    margin-bottom: 20px;
}

.mailchimp {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 40px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    color: #b68c70;
    border: 1px solid #b68c70;
}

.mailchimp::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: #b68c70;
    transition: all .3s cubic-bezier(.785,.135,.15,.86);
    z-index: 0;
}


@media only screen and (max-width:991px)
{
	.mb_big {margin-bottom: 40px;}
	.mb_small {margin-bottom: 10px;}
}

.figure-member:hover  .figure-member__avatar img
{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.site-main.opere h2{
	margin-top: -20px;
	line-height: 20px;
	font-size: 16px;
}