@font-face {
  font-family: 'Arial-Bold';
  src: url('../fonts/Arial-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Arial-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Arial-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Arial-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Arial-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Arial-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Francaise-Medium-Demo';
  src: url('../fonts/Francaise-Medium-Demo.ttf')  format('truetype');
}
@font-face {
  font-family: 'Raleway-Black';
  src: url('../fonts/Raleway-Black.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Raleway-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Raleway-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Raleway-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Raleway-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('../fonts/Roboto-Thin.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.ttf')  format('truetype'); 
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: 'Raleway-Regular';	
	background-color: #FFFFFF;
}
#mainNav
{
	height: 125px;
    background-color: #fff;
	/*-webkit-box-shadow: -3px 0px 0 4px #95405a;
    -moz-box-shadow: -3px 0px 0 4px #95405a;
    -o-box-shadow: -3px 0px 0 4px #95405a;
    box-shadow: -3px 0px 0 4px #95405a;*/
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000 !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000 !important;
}
.navbar-shrink, .nav-internal
{
	max-height: 150px !important;
	background-color: rgba(255,255,255,1);
	webkit-transition: height .5s, line-height .5s;
    transition: height .5s, line-height .5s;
    -webkit-box-shadow: 5px 5px 10px 0px #000000;
    -moz-box-shadow: 5px 5px 10px 0px #000000;
    -o-box-shadow: 5px 5px 10px 0px #000000;
    box-shadow: -3px 0px 9px -1px #000000;
}
.navbar-shrink li, .nav-internal li
{
	color: #000000;
	font-weight: lighter;
	font-size: 20px;
	margin: 0;
}
.navbar-shrink a, .nav-internal a
{
	color: #000000;
}
.navbar-shrink a:hover, .nav-internal a:hover
{
	font-weight: bold;
}
#nav-logo
{
	height: 100px;
    margin-top: 0px;
    position: absolute;
    top: 10px;
    right: calc(50% + -183px);	
	z-index: -1;
}
#nav-logo-coldiretti
{
	height: 100px;		
}
.navbar-shrink img, .nav-internal img
{
	margin-top: 0px !important;
}
.nav-link
{
	color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 25px !important;
	font-weight: normal !important;
	text-transform: uppercase;
	margin-left: 0px;
	padding: 1px;
	float: left;	
	width: 100%;
}
.navbar-light .navbar-nav .nav-link
{
	color: #000000;
}
.active
{
	font-weight: bold;
}
.navbar-light .navbar-toggler
{
	border: 0px solid;
}
/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #BBB919;
}

.animated-icon2 span {
background: #BBB919;
}

.animated-icon3 span {
background: #BBB919;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}

.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}
button:focus
{
	outline: 0px dotted !important;
}
#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;
    
}
#search .close {
    color: #be5254;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 50px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#search .btn {
    left: 50%;
    margin-top: 60px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}
.navbar-brand {
	margin: auto;
}
.navbar-nav
{
	
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-brand {
    background: #fff none repeat scroll 0 0 !important; 
    border-radius: 50px;
     color: #000000 !important;
    height: auto;
    margin: 3px 0 2px -12px !important;
    padding: 12px 20px !important;
}
.navbar-collapse {
    position: relative;
    left: calc(100vw - 66%);
	height: 100vh;
    background-color: #fff;
    padding-top: 30px;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 153px;
    font-size: 29px;
}
.btn-site {
    background: #000000 none repeat scroll 0 0;
    color: #fff !important;
}




h1
{
	font-size: 31px;
	margin: 25px 0 25px 0;
	color: #BBB919;
	text-transform: uppercase;
}
h2
{
	/*font-weight: bold;*/
	font-size: 31px;
	margin: 25px 0 25px 0;
	color: #BBB919;
	text-transform: uppercase;
}
h3
{
	font-family: "Raleway-Bold";
	font-weight: bold;
	font-size: 20px;
	margin: 25px 0 25px 0;
}
h4, #titleSingle
{
	color: #95405a;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: -10px;
    font-family: "Raleway-Regular";
	font-weight: normal;
}
p
{
	font-size: 16px;
	text-align: justify;
}
a
{
	color: #000000;
}
a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#chisiamo-content
{
	column-count: 1;
	column-gap: 100px;
}
#chisiamo-content p
{
	font-size: 15px;
}

.frame {
    height: 200px;      /* equals max image height */
    white-space: nowrap;
    margin: 0 !important;
    text-align: center; margin: 1em 0;
}

.frame:before,
.frame_before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.frame img {
    background: #3A6F9A;
    vertical-align: middle;
    
}

/* Move this to conditional comments */
.frame {
    list-style:none;
    behavior: expression(
        function(t){
            t.insertAdjacentHTML('afterBegin','<span class="frame_before"></span>');
            t.runtimeStyle.behavior = 'none';
        }(this)
    );
}

footer a
{
	font-size: 16px;
}	
footer p
{
	margin-bottom: 0px;
}	
footer span
{
	font-size: 15px;
}
.header-interna
{
	height: 350px;
	background-position: center;
	background-size: cover;
}
.pagination , .envira-pagination 
{
	display: block !important;
	color: #95405a !important;
    font-size: 20px !important;
    text-transform: uppercase !important; 
    margin-bottom: 0px !important;
    font-family: "Raleway-Regular" !important;
	font-weight: normal !important;
	background: #fff !important;
    width: max-content !important;
    padding: 0 20px 0 0 !important;
}
.envira-pagination 
{
	margin: auto !important;
	padding-top: 40px !important;
}
.pagination .page-numbers
{ 
	padding: 0 10px;
}
.pagination .current
{
	font-weight: bold;
}
.pagination:before
{ 
	border-bottom: 2px solid #000000;
	padding-left: 0px;
    margin-left: 10px;
}
.pagenumbers
{
	background: #FFF;
    width: fit-content;
    z-index: 2;
    margin: auto;
    position: relative;
	top: -50px;
}  
.pagenumbers span
{
	font-weight: bold;
}
.envira-pagination .current
{
	font-weight: bold !important;
	padding: 15px !important;
}
.envira-pagination .page-numbers
{
	padding: 15px !important;
}
.page-numbers
{
	font-size: 22px !important;
}
.pagerBordoTitolo 
{
	border-bottom: 2px solid #000000; 
    padding-left: 0px;
    margin-left: 10px;
    margin-top: -65px;
    z-index: 1;
    position: absolute;
}
.envira-pagination .next, .envira-pagination .prev
{
	display: none !important;
}

.cibo_link
{ 
	width: 100%;
}
.cibo_link a
{
	text-transform: uppercase;
}
.cibo_link div 
{
	float: left;
}
.cibo_link .active a
{
	font-family: "Raleway-Black";
}
.cibo_link .active
{
	border-bottom: 2px solid #95405a;
	padding-bottom: 15px;
}
.archive h3
{
	margin: 0px;
}
.archive p
{
	margin: 0px;
}
.archive a:hover
{
	text-decoration: none;
	font-weight: normal;
}
.archive .allegato
{
	border-bottom: 1px solid #000000;
	padding: 20px;
}
.news a:hover
{
	text-decoration: none;
	font-weight: normal;
}
.wpcf7-submit
{
	margin-left: 25px !important;
	font-family: 'Raleway-Regular';	
	text-transform: uppercase;
}
.nav-link a:hover
{
	color: #000000;
}
@media screen and (min-width: 995px) {
	.navbar-collapse {
		position: relative;
		left: 0;
		height: 100%;
		background-color: #BBB919;
		padding: 100px;
		z-index: 999;
		margin: -8px -30px;		
	}
	.testomenu
	{
		left: 34px; 
	}
}
@media screen and (max-width: 995px) {
	.nav-link {
		color: #FFFFFF !important;
		text-align: right;
		clear: both;
		width: 100%
	}
	#mainNav {
		max-height: 100px !important;
		background-color: rgba(255,255,255, 1);
	}
	#nav-logo {
		height: 75px !important;
		margin-top: 0px !important;
		left: 30px;
	}
	#nav-logo-coldiretti
	{
		height: 75px !important;		
	}
	.navbar-toggler
	{
		border: 0px solid #000000;
	}
	.navbar-collapse
	{
		background-color: #BBB919;
		position: relative;
		left: 0;
		height: 100vh;
		padding-top: 30px;
		width: 100vw;
		margin: 0px -31px;
		padding: 20px;
		padding-top: 90px;
	}
	#mainNav button {
		position: absolute !important;
		right: 31px !important;
		top: 31px !important;
		z-index: 9999 !important;
	}
	.header-social-icon
	{
		display: none;
	}
	
	.nav-item span
	{
		width: 30px;
	}
	.navbar-toggler-icon {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51,79,27, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.banner-aderisci p {
		font-family: 'Raleway-Regular';
		color: #ffffff;
		font-size: 24px !important;
		line-height: 9px;
	}
	.testomenu
	{
		left: 34px !important; 
	}
}
.contatti span
{
	margin-left: 20px;
}
.contatti span:first-child
{
	margin-left: 0px;
} 
.single #aderisci, .single-chi-coltiva #aderisci
{
	margin-left: -15px;
	margin-right: -15px;
}
.single h1
{
	font-family: 'Raleway-Regular';
	color: #000000;
	text-transform: uppercase;
}

.bordoTitolo 
{ 
	border-bottom: 2px solid #000000;
	padding-left: 0px;    
}
.single p
{
	font-size: 17px;
	font-family: 'Raleway-Regular';
} 
.page 
{
	column-count: 2;
	column-gap: 50px;
	margin-top: 30px;
	font-size: 17px;
}
.interna h2
{
	color: #000000;
    font-size: 17px;
    text-transform: inherit;
    margin-bottom: 40px;
    font-family: "Raleway-Regular";
    font-weight: normal;
    background: #fff;
    width: auto;
    padding: 0;
    max-width: 100%;
}
.social-icon span
{
	float: left;
	font-size: 30px;
}
#addClass
{
	border: 1px solid;
	padding-left: 10px;
}
@media screen and (max-width: 800px) {
	#chisiamo-content {
		column-count: 1;
		column-gap: 100px;
	}
	.page 
	{
		column-count: 1;
		column-gap: 50px;
	}
	
	.navbar-shrink li, .nav-internal li
	{
		color: #000000;
		font-family: 'Raleway-Regular';	
		font-weight: lighter;
		font-size: 15px;
		margin: 0;
	}
	.social-icon span {
		float: left;
		font-size: 25px;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	
	.banner-aderisci h3 {
		font-size: 25px;		
	}
	.banner-aderisci p {
		font-size: 25px !important;
	}
}

/* For displaying 3 columns on tablet */
@media only screen and (max-width: 800px) {
 .gallery-item {
     width: 50% !important;
 }
}

/* For displaying single column on mobile */
@media only screen and (max-width: 480px) {
 .gallery-item {
     width: 100% !important;
 }
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
     clear: none;
}

.textarea-post{
    width: 100%;
    height: 200px;
    resize: none;
    background: #fff;
    border: 2px solid #77777A;
    padding: 10px 20px;
}

.titolo-cooperiamo-post{
    resize: none;
	width: 100%;
    background: #fff;
    border: 2px solid #77777A;
    padding: 10px 20px;
}
.bottone-cooperiamo-post
{
	border: 3px solid #77777A;
    opacity: 1;
    font: normal normal 300 16px/30px;
    letter-spacing: 0px;
    background-color: #77777A;
    color: #FFFFFF;
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px;
}
.data-post-cooperiamo
{
	text-align: left;
	font: normal normal 300 25px/29px;
	letter-spacing: 0px;
	color: #77777A;
	text-transform: uppercase;
	opacity: 1;
}
#wp-submit, .acf-button 
{
	cursor: pointer;
    background: #ffb202;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    border-radius: 10px;
    /*width: 100%; */
    padding: 12px 20px;
    outline: 0;
    -webkit-appearance: none;
	margin-left: 10px;
}

/*header*/
header
{
	height: 129px;
}
#mainNav button
{
	position: absolute;
	right: 44px;
	top: 44px;
	z-index: 9999;
}
#mainNav .coldiretti-brand
{
	position: absolute;
	right: 44px;
	top: 12px;
}
.testomenu
{
	position: absolute; 
	top: 30px; 
	left: 55px; 
	font-size: 11px;
	color: #95405a;
}
.header-social-icon
{
	left: 118px;
    position: absolute;
    bottom: 50px;
}
.header-search
{
	right: 170px;
	position: absolute;
	color: #95405a;
	cursor: pointer;
}
@media (max-width: 1130px) 
{
	.header-search, .header-form
	{
		display: none;
	}
}
.navbar-collapse, .navbar-collapse li, .navbar-collapse ul, .navbar-collapse a
{
	color: #95405a;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-collapse h3
{
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 16px;
	font-family: 'Raleway-Black';
}

.menusearch, .menusearch:focus
{
	border: 0px;
	/*border-bottom: 2px solid #95405a;*/
	width: 108%;
    padding: 10px 15px 0;
	outline: 0px;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 20px;
}
/*---------- home */
#home-search-banner, #home-search-banner .container-fluid
{
	/*min-height: 350px;*/
}
#home-search-banner .box_ridotto
{
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
}
#home-search-banner .box
{
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 135px;
	width: 100%;
}
#home-search-banner .box, #home-search-banner .left, #home-search-banner .right
{
	float: left;
}

#home-search-banner .right
{
	width: calc(100% - 115px);
}
#home-search-banner h2
{
	text-transform: uppercase;	
	font-size: 16px;
}
#home-search-banner a:hover h2
{
	border-bottom: 2px solid #FFF;
    padding-bottom: 10px;
	font-weight: bold;
}
#home-news h4, .singletop h4, .cat-news h4
{
	color: #95405a;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: -10px;
	font-family: "Raleway-Regular";
}
#home-news a, .cat-news a
{
	color: #95405a;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: -7px;
}
#home-news img, .cat-news img
{
	max-width: 100%;
}
#home-news time, .cat-news time
{
	font-size: 15px;
}
#home-news h3, .cat-news h3
{
	text-transform: uppercase;
	color: #000000;
	font-family: "Raleway-Black";
}
#home-news hr
{
	border: 0;
    border-top: 2px solid rgba(0,0,0,1);
    float: left;
    width: calc(100% - 60px);
    margin: 0px;
    position: absolute;
    bottom: 10px;
}
.cat-news hr
{
	border: 0;
    border-top: 2px solid rgba(0,0,0,1);
    float: left;
    width: calc(100% - 50px);
    margin: 0px;
    position: absolute;
    bottom: 10px;
}
#home-news hr:after, .cat-news hr:after{
	content: "+";
    width: 16px;
    height: 14px;
    position: absolute;
    bottom: 9px;
    right: -20px;
    font-size: 30px;
	color: #000000;
}

#newsletter
{
	background-color: #BBB919;
}
#newsletter h3
{
	font-family: 'Raleway-Regular';
	color: #FFFFFF;
	font-size: 30px;
}
/*--------- footer ---------*/
#footer-newsletter, #top-newsletter
{
	background-color: #F3AD07;
}
#footer-newsletter h2, #top-newsletter h2
{
	font-size: 23.45px;
	text-transform: uppercase;
	margin-top: 13px !important;
	color: #000000;
	font-family: "Raleway-Regular";
}
#footer-newsletter p, #top-newsletter p
{
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-family: "Raleway-Regular";
}
footer #footer
{
	background-color: #EBEAEA;
}
footer #footer .logo
{
	height: 80px;
}

.n2-ss-slider hr
{
	color: #FFFFFF;
}
.post-slide
{
	overflow: hidden;
	min-height: 580px;
}
.owl-theme .owl-controls{
	margin-top: 30px !important;
}
.owl-theme .owl-controls .owl-page span{
	background: #fff !important;
	border: 1px solid #000000 !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #000000 !important;
}
article, article p, article time 
{
	color: #000000 !important;
}
article h4
{
	color: #868080 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    margin-bottom: -10px !important;
    font-family: "Raleway-Regular" !important;
}
#message
{	
    background-color: #95405a;
    padding: 20px 0 20px;
	border-radius: 10px;
}
#message p
{
	margin: auto;
	color: #FFFFFF;
	text-align: center; 
	text-transform: uppercase;
}

.media-frame-actions-heading, .screen-reader-text
{
	display: none;
}
.media-views-heading
{
	padding-left: 20px;
}
.ui-widget.ui-widget-content
{
	border: 0px;
}
.ui-widget-header {
    border: 0px solid #ddd;
    background: transparent;
    color: #000000;
    font-family: 'Raleway-Black';
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	border: 0px solid #003eff;
    background: transparent;
    color: #000000;
	border-bottom: 2px solid #000000; 
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000000;
    text-decoration: none;
	font-size: 22px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid #c5c5c5;
    background: transparent;
    font-weight: normal;
    color: #000000;
	border-bottom: 2px solid #000000; 
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: initial !important;
    position: relative;
    top: 0;
    margin: 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
	font-family: 'Raleway-Regular';
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button 
{
    float: initial !important;
    padding: .5em 1em;
    text-decoration: none;
	font-size: 22px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
	font-family: 'Raleway-Black';
}
.ui-tabs .ui-tabs-panel {
    padding: 0;    
}
.ui-widget-content {
    border: 0px solid #ddd;
    background: #fff;
    color: #333;
}
.team img
{
	border-radius: 200px;
}
.team-container
{
	float: left;	
}
.team-sx 
{
	float: left
}
.team-dx
{
	float: left;
	padding-left: 20px;
	width: calc(100% - 160px);
}
.team-container h4
{
	font-family: 'Raleway-Regular';
	margin-bottom: 0px;
	font-size: 20px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0;
    text-decoration: none;
}
#lavora-con-noi input, #lavora-con-noi textarea, .sigilli input, .sigilli textarea
{
	width: 100%;
    padding: 10px 20px;
    border: 2px solid #95405a;
}
#lavora-con-noi .wpcf7-submit, .sigilli .wpcf7-submit
{
	background-color: #95405a;
    color: #ffffff;
    font-family: 'Raleway-Black';
}
#lavora-con-noi .wpcf7-file, .sigilli .wpcf7-file
{
	border: 0px;
}

#lavora-con-noi .risultato, .sigilli .risultato
{
    border: 5px solid #673125;
    padding: 40px;
    background-color: #CBBBA1;
    color: #FFF;
}
#lavora-con-noi .hide-success, .sigilli .hide-success
{
    display: none !important;
}
#lavora-con-noi .wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}
#lavora-con-noi .wpcf7-file::before {
  content: 'Carica il tuo curriculum vitae';
  display: none;
  background-color: #DC8A00;
  border: 1px solid #DC8A00;
  border-radius: 10px;
  padding: 10px 30px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 20px;
  color: #FFFFFF;
}
#lavora-con-noi .wpcf7-file:hover::before {
  border-color: black;
}
#lavora-con-noi .wpcf7-file:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
#lavora-con-noi div.wpcf7 input[type="file"] {
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    display: none;
}
#lavora-con-noi .addfile
{
	background-color: #95405a;
    color: #ffffff;
    font-family: 'Raleway-Black';
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #95405a;
    float: left;
    text-align: center;
    font-size: 17px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}
.accettazione input
{ 
	left: 25px;
    width: 20px !important;
    margin-top: 3px;
}
.accettazione span
{
	 font-size: 12px;
}
.cv p
{
	width: 100%;
    text-align: center;
    margin-bottom: 24px;
}
.sigilli h2
{
	font-family: 'Raleway-Black';
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
}
.volume-sigilli
{
	background-color: #EBEAEA;
}
.volume-sigilli h3
{
	font-weight: normal;
}
.orti h3
{
	margin-top: 0px;
}

#resultTopBar
{
	width: calc(100% - 20px);
	border-bottom: 1px solid #000000;
	margin-left: 20px;
}
#resultCounter
{
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Raleway-Black';
	margin-left: 20px;
}
.locationdiv
{
	float: left;
	margin-bottom: 10px;
}
.ui-accordion-header-active
{
	border-bottom: 0px;
}
.ui-accordion-content-active
{
	border-bottom: 2px solid #000000;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url('/wp-content/plugins/ca_advsearch/css/images/ui-icons_444444_256x240.png') !important;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 13px .5em 13px .7em;
    font-size: 100%;
	text-transform: uppercase;
	font-family: 'Raleway-Regular';
	font-weight: bold;
}

.bio{
  background:url(../img/bio.png) no-repeat center center;
  width: 37px;
  height: 33px;
  display: inline-block;
  text-indent: -99999px;
  float: left;
  margin-bottom: 10px;
}
.dop{
  background:url(../img/dop.png) no-repeat center center;
  width: 37px;
  height: 33px;
  display: inline-block;
  text-indent: -99999px;
  float: left;
  margin-bottom: 10px;
}
.prodotti ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.prodotti em
{
	line-height: 35px;
    margin-left: 10px;
}
.example-image-link
{
	padding: 3px;
    float: left;
}
.mark, mark {
    background: #962947;
    color: #fff;
    padding: 0 2px;
}

#linkFOA
{
	background-color: #61151A;
	height: 100%;
}
#linkEVOO
{
	background-color: #04483D;
	height: 100%;
}
#linkUnaprol
{
	background-color: #6C7D2D;
	height: 100%;
}
#linkFooterCenter, #linkFooterDx
{
	height: 100%;
	border-left: 1px solid #000000;
}

#linkFooterDx ul {
	display: block;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

#btContattaci
{
	border: 3px solid #FFFFFF;
    color: #FFFFFF;
    padding: 20px 40px;
    font-size: 25px;
	cursor: pointer;
}
.linkSiti
{
	color: #FFFFFF;
}
.linkSiti h3
{
	margin-bottom: 0px;
	font-size: 30px;
}
.linkSiti h4
{
	margin-top: 0px;
	color: #FFFFFF;
}
.linkSiti p
{
	margin-top: 20px;
	color: #FFFFFF;
}
.linkFooter p, .linkFooter a
{
	margin-top: 0px;
	color: #000000;
	text-align: left;
}
#gototop
{
	position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    background-color: #FFFFFF;
    width: 120px;
    height: 70px;
	display: grid;
    justify-content: center;
    align-content: center;
	border: 1px solid #BBB919;
	cursor: pointer;
}
#gototop .arrow
{
	color: #BBB919 !important;
	font-size: 17px !important;
}
.chisiamo-link
{
	border: 3px solid #BBB919;
    height: fit-content;
    padding: 10px !important;
	display: flex;
    justify-content: center;
}
#chisiamo a 
{
	text-transform: uppercase;
	color: #BBB919;	
	font-weight: bold;
}
footer
{
	background-color: #BBB919;
}
footer .nav-link
{
	color: #000000 !important;
    font-size: 16px !important;
	font-weight: bold;
	margin-left: 0px;
	font-weight: lighter;
	padding: 1px;
	margin-bottom: 25px;
    text-transform: initial;
	float: initial !important;
    width: auto !important;
}
.white
{
	color: #FFFFFF;
}	
.white span
{
    background: #FFF !important;
}

.pea_cook_wrapper
{
    position: fixed !important;
    padding: 6px 6px 6px 50px !important;
    margin: 0 !important;
    border-radius: 0px !important;
    z-index: 10000 !important;
    text-align: center !important;
    background-color: #FFFFFF !important;
    border: 1px solid #BBB919 !important;
}
.pea_cook_wrapper p {
    bottom: 30px !important;
    font-family: 'Raleway-Regular' !important;
	font-size: 16px !important;
}
button.pea_cook_btn 
{
    background: #BBB919 !important;
    border: 0px solid #bbb !important;
    border-radius: 0px !important;
    box-shadow: inset 0 0 0px 0px #f6f6f6 !important;
    color: #FFFFFF !important;
    font-family: 'Raleway-Regular' !important;
	font-size: 16px !important;
    padding: 20px 40px !important;
	width: auto !important;
	font-weight: normal !important;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
    bottom: 10px !important;
    left: 10px !important;
    margin: 0 25%;
}
.wpcf7 input, .wpcf7 textarea
{
	padding: 10px 20px;
	margin: 5px 0;
	width: 100%;
}
.wpcf7-submit
{
	background-color: #BBB919;
    border: 2px solid #BBB919;
    color: #FFF;
    margin-left: 0px !important;
}

#attivita h3
{
	text-transform: uppercase;
}

#attivita h4 {
    color: #000000 !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    margin-bottom: -10px !important;
    font-family: "Raleway-Regular" !important;
}
.descrizioni h3
{
	font-size: 26px;
}
.descrizioni h4
{
	color: #BBB919;
}
#galleria h3.checked
{
	border-bottom: 3px solid #000000;
	font-weight: bold;
}
.cursor
{
	cursor: pointer;
}

.singolaopext
{
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	padding: 10px;
	float: left;
	height: 100%;
}

#divLocationSearch
{
	height: 145px;
	background-color: #B2A300;
	padding: 20px;
    margin-bottom: 10px; 

}
#divLocationSearch a
{
	padding: 10px 20px;
	display: block;
    width: 100%; 
    text-align: center;
}
#locationSearch, #myLocationSearch
{
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #B2A300;
	margin-bottom: 20px;
	padding: 5px 10px;
	width: 100%;
	color: #FFFFFF;
	font-size: 17px;
}
#myLocationSearch::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF !important;
  opacity: 1 !important; /* Firefox */
}
#myLocationSearch::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF !important;
}
#myLocationSearch::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF !important;
}
#myProdottoSearch::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF !important;
  opacity: 1 !important; /* Firefox */
}
#myProdottoSearch::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF !important;
}
#myProdottoSearch::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF !important;
}
#locationSearch:focus, #myLocationSearch:focus
{
	outline: none;
}

.dettagliOP span
{
	margin-right: 50px;
	margin-left: 10px;
}
.dettagliOP .elemento
{
	float: left;
	margin-bottom: 15px;
}

.dettagliOP h1
{
	margin-top: 0px;
}

#descrizione
{
	column-count: 2;
	column-gap: 40px;
}
#descrizione h2
{
	font-size: 25px;
    margin-top: 0px;
    padding: 0px;
}
.contenuto_affiliati span
{
	margin-right: 50px;
    margin-left: 10px;
}
#galleria_servizi h4, #galleria_prodotti h4
{
    text-transform: uppercase;
    color: #000000;
    font-family: "Raleway-Black";
	font-size: 20px;
}
@media (min-width: 576px)
{
	.modal-dialog {
		max-width: 75%;
		margin: 1.75rem auto;
	}
}