@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-Heavy';
  src: url('../fonts/Raleway-Heavy.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Raleway-Light';
  src: url('../fonts/Raleway-Light.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway-Medium.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-Light';
  src: url('../fonts/Roboto-Light.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Black.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.ttf')  format('truetype'); 
}
body
{
	margin: 0px;
	padding: 0px;
	color: #77777A;
	font-family: 'Roboto-Regular', Arial, 'Raleway-Regular';	
}
#mainNav
{
	/*max-height: 125px;*/
    background-color: #ffffff;
}
ul.top_horizontal_menu 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
}

ul.top_horizontal_menu li {
	float: left;
	color: #000000;
}

ul.top_horizontal_menu a {
	float: left;
	color: #000000;
}

ul.bottom_menu 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
}

ul.bottom_menu li {
	color: #ffffff;
}

ul.bottom_menu a {
	color: #ffffff;
	margin-left: 0px !important;
}

.navbar-shrink, .nav-internal
{
	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-family: 'Raleway-Regular';	
	font-weight: lighter;
	margin: 0;
}
.navbar-shrink a, .nav-internal a
{
	/*color: #000000;*/
}
.navbar-shrink a:hover, .nav-internal a:hover
{
	font-weight: bold;
}
#nav-logo
{
	height: 75px;
	margin-top: 0px;
}
.navbar-shrink img, .nav-internal img
{
/*	height: 75px !important;
	margin-top: 0px !important;*/
}
.nav-link
{
	color: #77777A;
    text-transform: uppercase;
    margin-left: 0px;
    font-family: 'Roboto-Regular', Arial, 'Raleway-Regular';
    font-weight: lighter;
    line-height: 30px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}
footer .nav-link, footer .nav-link a, footer .nav-link a:hover
{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 50px;
	font-family: 'Raleway-Regular';	
	font-weight: lighter;
	font-size: 17px !important;
    line-height: 17px;
}
.navbar-light .navbar-nav .nav-link
{
	color: #77777A;
}
.active
{
	/*font-weight: bold;*/
}
.navbar-light .navbar-toggler
{
	border: 0px solid;
	position: absolute;
    right: 10px;
}
/* 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: #77777A;
}

.animated-icon2 span {
background: #77777A;
}

.animated-icon3 span {
background: #77777A;
}

.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;
}

.navDesk
{
	width: 100%;
}

.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
{
	width: calc(100% - 35px);
}
.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;
}

.wp-block-separator
{
	border: 1px solid #707070 !important;
    background-color: #707070;
    opacity: 1;
	margin: 50px 0px;
}
.is-style-rounded img {
    border: 3px solid #77777A;
    border-radius: 50%;
	margin-top: 40px;
}

hr
{
	border: 1.3px solid #707070 !important;
    background-color: #707070;
    opacity: 1;
}
section
{
	margin: 50px 0 50px 0;
}
h1
{
	font-family: 'Roboto-Regular';
	font-weight: bold;
	font-size: 24px;
	margin: 25px 0 25px 0;
}
h2
{
	font: normal normal 300 25px/29px 'Roboto-Light';
	/*font-weight: bold;*/
	margin: 25px 0 25px 0;
}
h3
{
	font-family: 'Roboto-Black', 'Arial';
	font-weight: bold;
	font-size: 20px;
	margin: 25px 0 25px 0;
}
p
{
	font-size: 16px;
}
a
{
	color: #77777A;
}
a:hover
{
	color: #77777A;
	font-weight: bold;
	text-decoration: none;
}
.media-modal-close
{
	width: 200px !important;
}
.media-frame-actions-heading
{
	display: none;
}
#chisiamo-content 
{
	column-count: 2;
	column-gap: 50px;
}
#chisiamo-content p
{
	font-family: 'Roboto-Regular';
    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;
    
}
#chi-siamo a:hover
{
	font-weight: normal;
}
#cooperiamo a:hover
{
	font-weight: normal;
}
.dati-autore h2, .dati-autore span, .dati-autore .ico
{
	text-align: left;
	font: normal normal normal 18px/20px "Lato-Regular";
	letter-spacing: 0px;
	color: #77777A;
	opacity: 1;
}
.dati-autore .ico
{
	margin-right: 10px;
}
.dati-contatto
{
	float: left;
	margin-right: 20px;
}

#loginform
{
    width: 100%;
    position: relative;
    /*left: calc(50% - 200px);*/
    border: 1px solid;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}
#loginform p
{
	color: #77777A;
    font-weight: bold;
	/*width: 120px;*/
}
#loginform input
{
	/*width: 356px;*/
	width: 100%;
}
#rememberme
{
	width: 14px !important;
}
#wp-submit, .acf-button 
{
	background-color: #77777A;
    border: none;
    height: 45px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

/* 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)
    );
}

.chi-siamo-leggitutto
{
	width: 195px;
	font-family: 'Raleway-Regular';	
	font-weight: bold;
}
.progetti-leggitutto
{
	width: 155px;
	font-family: 'Raleway-Regular';	
	font-weight: bold;
}
.filiere-leggitutto
{
	width: 242px;
	text-transform: uppercase;
	font-family: 'Raleway-Regular';	
	font-weight: bold;
}
.col-sx
{
	text-align: center;
    vertical-align: middle;
	line-height: 35px;
}
#vuoi-associarti, #vuoi-associarti .row
{
	height: 300px;
}
.vuoiassociarti 
{
    position: absolute;
	left: calc(50% - 106px);
    top: calc(50% - 50px);
    text-align: left;
    font: normal normal 300 25px/30px 'Roboto-Light';
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}
.uecoopperte 
{
    position: absolute;
	left: calc(50% - 91px);
    top: calc(50% - 50px);
    text-align: left;
    font: normal normal 300 25px/30px 'Roboto-Light';
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}
.scopridipiu
{
	position: absolute;
	left: calc(50% - 110px);
    top: calc(50% - 12px);
	font: normal normal normal 16px/24px 'Roboto-Regular';
	text-align: center;
	width: 221px;
	height: 57px;
	border: 2px solid #FFFFFF;
	opacity: 1;
	color:#FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cooperiamo
{
	margin-top: -11px !important;
}
.cooperiamo-post
{
	background-color: #EDEDF2;
	border-radius: 28px; 	
}
.avatar
{
	width: 100px;
	height: 100px;
	border-radius: 100px;
}
.card-body
{
	width: 80%;
	height: 80%;
	margin: auto;
	padding: 60px 0px;
}
.card-body h3
{
	text-align: left;
	font: normal normal 900 20px/24px 'Roboto-Bold';
	letter-spacing: 0px;
	color: #77777A;
	opacity: 1;
}
.card-body h4
{
	text-align: left;
	font: normal normal 900 20px/24px 'Raleway-Black';
	letter-spacing: 0px;
	color: #77777A;
	text-transform: uppercase;
	opacity: 1;
}
.card-body h5
{
	font: normal normal normal 19px/20px 'Poppins-Regular';
	letter-spacing: 0px;
	color: #77777A;
	opacity: 1;
}
.perinfo a, .perinfo span
{
	font: normal normal 300 25px/29px 'Roboto-Light';
	letter-spacing: 0px;
	color: #77777A;
	text-transform: uppercase;
	opacity: 1;
}
.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 'Roboto-Black';
    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 'Roboto-Light';
	letter-spacing: 0px;
	color: #77777A;
	text-transform: uppercase;
	opacity: 1;
}
.dropdown-toggle
{
	padding: 15px 20px;
	width: 100%;
	border: 2px solid #77777A;
	font: normal normal 300 16px/30px 'Raleway-Regular';
}
#aderisci
{
	height: 350px;
	background-position: center;
	background-size: cover;
}
#aderisci table
{
	height: 450px;
}
.banner-aderisci h3
{
	font-family: 'Raleway-Regular';	
	font-weight: bold;
	color: #ffffff;
	font-size: 32px;
	line-height: 9px;
}
.banner-aderisci p
{
	font-family: 'Raleway-Regular';	
	color: #ffffff;
	font-size: 32px !important;
	line-height: 9px;
}
.filiere img
{
	max-width: 100%;	
	max-height: 100%;
}
.filiere p
{
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Raleway-Regular';	
}
.elenco-tipologie h1
{
	font-family: 'Raleway-Regular';	
	font-weight: lighter;
	font-size: 40px;
}
.elenco-tipologie .active
{
	border-bottom: 2px solid #003D80;
}
#coltivatori
{
	margin-top: -80px;
}
.banner-chicoltiva
{
	background-color: #C2CF1A;
}
.banner-chicoltiva img
{
	max-width: 100%;
}
.banner-chicoltiva h2
{
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 20px;
	font-family: 'Raleway-Bold';	
	position: relative;
    top: 50%;
}
.banner-chicoltiva p
{
	color: #ffffff;
	font-family: 'Raleway-Regular';	
	position: relative;
    top: 50%;
}
#news h1
{
	font: normal normal 300 25px/24px 'Roboto-Light';
    letter-spacing: 0px;
    color: #77777A;
    text-transform: uppercase;
	margin-bottom: 5px;
}
#news h4
{
	text-align: left;
    font: normal normal bold 20px/24px 'Roboto-Bold';
    letter-spacing: 0px;
    color: #77777A;
    text-decoration: none;
    padding-bottom: 15px;
}
.coltivatori-news a:hover
{
	font-weight: normal;
}
.coltivatori-news p
{	
	padding: 0 20px;
	font-family: 'Roboto-Regular';	
	font-size: 15px;
}
.coltivatori-news h3
{	
	padding: 0 20px;
	font-family: 'Roboto-Regular';	
	font-size: 20px;
}
.coltivatori-news:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 21px;
    width: calc(100% - 5px);
    border-bottom: 2px solid #003D80;
}
.box-modulistica
{
	height: 400px;
	background-position: center;
    background-size: cover;
}
.box-modulistica input
{
    
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.3);
    border: 2px solid #ffffff;
    padding: 20px 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    min-width: 70%;
    font-size: 20px;	
	cursor: pointer;
}

.codice-etico {
    border: 3px solid #77777A;
    opacity: 1;
    font: normal normal 300 25px/30px 'Roboto-Black';
	letter-spacing: 0px;
	background-color: #77777A;
	color: #FFFFFF;
	width: 80%;
	text-align: center;
    margin-left: 10%;
    height: 100px;
    display: flex;
	justify-content: center;
	align-items: center;
}
.img-newslist
{
	height: 200px;
	width: 100%;
	background-position: center;
    background-size: cover;
}
.tmm_names span
{
	font: normal normal 300 20px/24px 'Roboto-Black';	
}
.accordion-toggle:hover {
    text-decoration: none;
  }

  .panel-title > a {
    display: block;
    position: relative;
  }
  .panel-title > a:before {
    content: "\f078"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
  }
  .panel-title > a[aria-expanded="true"]:before {
    content: "\f077"; /* fa-chevron-up */
  }
.card-contattaci
{
	border: 0px;
}

 .good-review-score img {
    width: 86px;
    height: 87px;
    border: 3px solid #77777A;
    border-radius: 50%;
}
.c-regione{
    font: normal normal 300 18px/20px 'Raleway-Light';
    color: #77777A;
    opacity: 1;
	margin-bottom: 2px;
}

.c-nome-cognome{
    font: normal normal bold 18px/20px 'Roboto-Bold';
    color: #77777A;
    opacity: 1;
	margin-bottom: 2px;
}

.c-telefono{
    font: normal normal normal 18px/20px 'Raleway-Medium';
    color: #77777A;
    opacity: 1;
    letter-spacing: 0.2rem;
}
.filiere-list
{
	border: 1px solid #000000;
	margin: 10px;
}
.filiere-list h3
{
	padding: 30px;
	font-size: 20px;
	font-family: 'Roboto-Regular';	
	color: #000000;
}
.filiere-list p
{
	padding: 0 30px 30px 30px;
	font-size: 15px;
	color: #000000;
}
footer
{
	background-color: #77777A;
	margin-top: -50px;
	padding: 50px;
	color: #ffffff;
}
footer a
{
	color: #ffffff;
	font-family: 'Roboto-Regular';	
	font-size: 15px;
}	
footer a:hover
{
	color: #ffffff;
	font-family: 'Roboto-Regular';	
	font-size: 15px;
}
footer p
{
	color: #ffffff !important;
}	
footer span
{
	font-family: 'Roboto-Regular';	
	font-size: 15px;
}
.psr
{
	background-color: #ffffff;
}
header
{
	min-height: 110px;
}
.header-interna
{
	height: 350px;
	background-position: center;
	background-size: cover;
}
.pagination 
{
	display: block !important;
}
.pagination .page-numbers
{
	padding: 0 10px;
}
.pagination .current
{
	font-weight: bold;
}
.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;
}
.title-news
{
	border: 1px solid #008F4D;
	margin: 10px;
	padding: 20px 40px;	
	height: calc(100% - 20px);
	background: #008F4D;	
}
.title-news table
{
	height: calc(100%);
}	
.title-news h3
{
	color: #ffffff;
	font-family: 'Raleway-Regular';	
	font-weight: lighter;
    font-size: 40px;
}
.byellow {
    color: #FCD800;
    opacity: 1;
}
.bblue {
    color: #144080;
    opacity: 1;
}
.news
{
	margin: 10px;
	padding: 20px 40px 0 40px;
    height: calc(100% - 75px);
}
.news h3
{
	font-family: 'Roboto-Light';	
	font-size: 20px;
}
.news p
{
	font-family: 'Roboto-Regular';	
	font-size: 16px;
}
.card-title
{
	margin-left: -35px;
}
.container-video
{
	min-height: 300px;
}
.video
{
	border: 1px solid #000000;
	margin: 10px;	
	height: calc(100% - 20px);
}
.titolo-video
{
	border: 0px solid #000000;
	margin: 10px;	
	min-height: 50px;
	text-align: center;
	font-weight: bold;
    font-family: 'Roboto-Regular';
}
.titolo-video p
{
    font-size: 14px !important;
}
#contact
{
	background-color: #000000;
}
#contact input
{
	width: 80%;
	margin: 5px;
	padding: 10px 20px;
	font-family: 'Roboto-Regular';	
}
#contact textarea
{
	width: 80%;
	margin: 5px;
	padding: 10px 20px;
	font-family: 'Roboto-Regular';	
}
.wpcf7-submit
{
	margin-left: 25px !important;
	font-family: 'Roboto-Regular';	
	text-transform: uppercase;
}
.nav-link a:hover
{
	color: #000000;
}	
.titolo_categoria_single
{
	margin-left: -50px;
    /*width: calc(100% + 100px);*/
}	
.riga_verde_titolo
{
	background-color: #008F4D; 
	color: #fff; 
	padding: 5px 35px;
}
.menu
{
	background-color: #FFFFFF;
    margin-top: -5px;
    margin-left: -9px;
    width: 100vw;
    left: 0px;
    position: absolute;
    padding: 30px;
	display: none;
}
.menu ul
{
	list-style: none;
	padding: 0px;
}
.showMenu
{
	display: flex !important;
}
.headerslider
{
	margin-top: 150px;
}
@media screen and (min-width: 995px) {
	.navbar-collapse {
		position: relative;
		left: 50%;
		height: 100vh;
		background-color: #fff;
		padding-top: 30px;
	}
	.navMobile
	{
		display: none;
	}
	.navDesk
	{
		display: block;
	}
}
@media screen and (max-width: 995px) {
	
	header 
	{
		min-height: 88px !important;
	}
	.navMobile
	{
		display: block;
	}
	.navDesk
	{
		display: none;
	}
	.riga_verde_titolo
	{
		padding: 5px 20px;
	}
	.titolo_categoria_single
	{
		margin-left: 0;
		width: 100%;
	}
	.nav-link {
		color: #000000 !important;
		width: 100vw;
	}
	#mainNav {
		max-height: 100px !important;
		background-color: #FFFFFF;
		width: 100vw;
	}
	.headerslider
	{
		margin-top: 65px;
	}
	#nav-logo {
		height: 75px !important;
		margin-top: 0px !important;
	}
	.navbar-toggler
	{
		border: 0px solid #000000;
	}
	.navbar-collapse
	{
		background-color: #fff;
		margin-left: -32px;
		position: relative;
		left: 0;
		height: 100vh;
		background-color: #fff;
		padding-top: 30px;
		width: 100vw;
		padding-left: 20px;
	}
	.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;
	}
}
.contatti span
{
	margin-left: 20px;
}
.contatti span:first-child
{
	margin-left: 0px;
}
.single-chi-coltiva
{
	background-color: #C2CF1A;
	color: #000000;
}
.single-chi-coltiva h1
{
	font-family: 'Raleway-Regular';	
	font-size: 40px;
	font-weight: lighter;
}
.single-chi-coltiva p
{
	font-size: 15px;
}
.single-chi-coltiva h2
{
	font-family: 'Raleway-Regular';	
	font-size: 25px;
	font-weight: lighter;
}
.single #aderisci, .single-chi-coltiva #aderisci
{
	margin-left: -15px;
	margin-right: -15px;
}
.single h1
{
	font-family: 'Roboto-Bold';	
	font-size: 25px;
	color: #77777A;
}
.single p
{
	font-size: 15px;
}
.page 
{
	column-count: 2;
	column-gap: 50px;
}
.social-icon span
{
	float: left;
	font-size: 30px;
}
#addClass, .search-field
{
	border: 0px solid #77777A;    
	border-bottom: 1px solid #77777A;
    padding-left: 0px;
	width: calc(100% - 30px);
}
#searchform
{
	line-height: 30px;
    margin-top: 30px;
}
.searchsubmit
{
	display: none;
}
@media screen and (max-width: 800px) {
	#chisiamo-content {
		column-count: 1;
		column-gap: 100px;
	}
	#nav-logo {
		height: auto !important;
		margin-top: 0px !important;
		margin-left: -10px !important;
		max-width: 80%;
	}
	.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;
}

#ricerca select, #ricerca input
{
	border: 0px;
	border-bottom: 1px solid #77777A;
	padding: 10px 20px;
    width: 100%;
}

#ricerca button
{
	border: 0px;
	background-color: #77777A;
	color: #FFFFFF;
    width: 100%;
    height: 100%;
	cursor: pointer;
	min-height: 45px;
}
.azienda-info
{
	margin-bottom: 65px;
}
.azienda-element
{
	border: 1px solid #77777A;
	height: 100%;
}
.azienda-element button
{
	position: absolute;
    bottom: 33px;
    height: 20px !important;
    width: calc(100% - 65px) !important;
}

.ays-quiz-container {
    min-height: 350px !important;
    width: 100% !important;
    background-color: #fff !important;
    background-position: center center !important;
    border-radius: 0px 0px 0px 0px !important;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.4) !important;
    border: none !important;
}
.ays_cb_and_a, .ays_quizn_ancnoxneri_qanak, .ays-quiz-social-shares
{
	display: none !important;
}
.ays_message p
{
	font-size: 28px !important;
}