@font-face {
  font-family: 'Poppins-Black';
  src: url('../fonts/Poppins-Black.ttf')  format('truetype');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Poppins-Thin';
  src: url('../fonts/Poppins-Thin.ttf')  format('truetype'); 
}

body
{
	margin: 0px;
	padding: 0px;
	color: #55545F;
	background-color: #F4F4F4 !important;
	font-family: 'Poppins-Regular', Arial;	
}
#mainNav
{
	max-height: 125px;
    background-color: #fed91f;
	width: 100%;
}
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: rgb(0, 157, 90);
	margin-left: 0px !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-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: rgb(0, 157, 90);
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 50px;
	font-family: 'Raleway-Regular';	
	font-weight: lighter;
	font-size: 16px;
    line-height: 16px;
}
footer .nav-link, footer .nav-link a, footer .nav-link a:hover
{
	color: rgb(0, 157, 90);
	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: rgb(0, 157, 90);
	font-family: 'Poppins-SemiBold';
}
.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: rgb(0, 157, 90);
}

.animated-icon2 span {
background: rgb(0, 157, 90);
}

.animated-icon3 span {
background: rgb(0, 157, 90);
}

.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;
}
.searchandfilter input, .searchandfilter select
{
	background-color: #FFF9C6;
    border: 1px solid #F1F1F1;
    padding-left: 20px;
    width: calc(100%);
    border-radius: 5px;
}
.searchandfilter input[type=submit]
{
	width: 100%;
    background-color: #008038;
    color: white;
    padding-right: 20px;
}
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(50% - 35px);
	height: 100vh;
}
.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: #fed91f;
    padding-top: 30px;
	overflow: auto;
}
.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;
}
h1
{
	font-family: 'Poppins-Bold';
	font-weight: bold;
	font-size: 26px;
	margin: 25px 0px 0px 0px;
	color: #55545F;
}
h2
{
	font-family: 'Poppins-Regular';
	font-size: 20px;
	margin-top: 0px;
	color: #55545F;	
	font-weight: 100;
}
h3
{
	font-family: 'Poppins-SemiBold', 'Arial' !important;
	color: #55545F;
	font-size: 15px;
}
p
{
	font-size: 16px;
}
a
{
	color: #248f50;
}
a:hover
{
	color: #fed91f;
	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: 400px;
    position: relative;
    margin: auto;
    border: 1px solid;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}
#loginform p
{
	color: #77777A;
    font-weight: bold;
	width: 120px;
}
#loginform input
{
	width: 356px;
}
#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: 221px;
	top:100px;
    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: 221px;
	top:140px;
	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
{
	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 16px/18px 'Roboto-Bold';
    letter-spacing: 0px;
    color: #77777A;
    text-decoration: none;
    padding-bottom: 0px;
}
.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: #fed91f;
	margin-top: -50px;
	padding: 50px;
	color: #ffffff;
}
footer a
{
	color: rgb(0, 157, 90);
	font-family: 'Roboto-Regular';	
	font-size: 15px;
}	
footer a:hover
{
	color: rgb(0, 157, 90);
	font-family: 'Roboto-Regular';	
	font-size: 15px;
}
footer p
{
	color: rgb(0, 157, 90) !important;
}	
footer span
{
	font-family: 'Roboto-Regular';	
	font-size: 15px;
}
.psr
{
	background-color: #ffffff;
}
.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;
    background-color: #00904A;
    border-radius: 5px;
    padding: 6px 15px;
    color: #FFF;
}
.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 30px;
    background-color: #FFFFFF;
	height: 100%;
}
.news h3
{
	font-family: 'Roboto-Light';	
	font-size: 18px;
}
.news p
{
	font-family: 'Roboto-Regular';	
	font-size: 14px;
}
.card-title
{
	margin-left: -25px;
}
.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: rgb(0, 157, 90);
}	
.titolo_categoria_single
{
	margin-left: -50px;
    width: calc(100% + 100px);
}	
.riga_verde_titolo
{
	background-color: #008F4D; 
	color: #fff; 
	padding: 5px 35px;
}
@media screen and (min-width: 995px) {
	.navbar-collapse {
		position: relative;
		left: 50%;
		height: 100vh;
		background-color: #fed91f;
		padding-top: 30px;
		overflow: auto;
	}
}
@media screen and (max-width: 995px) {
	.riga_verde_titolo
	{
		padding: 5px 20px;
	}
	.titolo_categoria_single
	{
		margin-left: 0;
		width: 100%;
	}
	.nav-link {
		color: rgb(0, 157, 90) !important;
		width: 100vw;
	}
	#mainNav {
		max-height: 100px !important;
		background-color: #fed91f;
	}
	
	#nav-logo {
		height: 75px !important;
		margin-top: 0px !important;
		margin-left: -65px !important;
	}
	.navbar-toggler
	{
		border: 0px solid #000000;
	}
	.navbar-collapse
	{
		background-color: #fed91f;
		position: relative;
		left: auto;
		right: -15px;
		height: 100%;
		background-color: #fed91f;
		padding-top: 30px;
		width: 100vw;
		overflow: auto;
	}
	.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
{
	background-color: #FFF9C6;
	border: 1px solid #F1F1F1;
    padding: 10px 20px;
	width: calc(100%);
	border-radius: 5px
}
#searchform
{
    line-height: 30px;    
}
.searchsubmit
{
	display: none;
}
@media screen and (max-width: 800px) {
	#chisiamo-content {
		column-count: 1;
		column-gap: 100px;
	}
	#nav-logo {
		height: 75px !important;
		margin-top: 0px !important;
		margin-left: -10px !important;
	}
	.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;
}

/* nav bar a scomparsa */

.fa-2x {
font-size: 2em;
}
.fa {
position: relative;
display: table-cell;
width: 60px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size:20px;
}


.main-menu:hover,nav.main-menu.expanded {
/*width:300px;*/
overflow:visible;
}

.main-menu {
    background: #fed91f;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    height: fit-content;
    left: 0;
    /*min-height: 100%;*/
    /*width: 300px;*/
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1000;
    box-shadow: 1px 1px 50px #0000001a;
}

.main-menu>ul {
margin:7px 0;
}

.main-menu li {
position:relative;
display:block;
width:250px;
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#999;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#999;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}
.main-menu .ico
{
	width: 45px;
	height: 37px;
	line-height: 37px;
	background-color: transparent;
	border-radius: 5px;
	text-align: center;
	margin-right: 21px;
}
.main-menu .ico:hover
{
	background: #FFF9C6 0% 0% no-repeat padding-box;
	box-shadow: 1px 1px 10px #FADF00C9;
}
.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width: 100%;
	font-family: 'Poppins-Medium';
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
	color:#fed91f;
	/*background-color:#248f50;*/
	background-color:white;
	border-radius: 5px; 
}
.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}

/* fine nav bar a scomparsa */

/* nuovo tema */
.main-menu span
{
	color:#55545F;
}
#login
{
	/*background: url('../img/back-01.png');*/
	background-color:#fed91f;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
}
#box_login
{
	background-color: #ffffff;
	/*min-height: 100vh;*/
}
#box_login h2
{
	font-family: Poppins-Medium;
	color: #55545F;
	font-size: 32px;
}
#login h3
{
	color: #55545F;
}
#box_login p
{
	color: #55545F;
}
.swal-clear
{
    display: none !important;
}
#swal-login h2
{
    display: none !important;
}
.ajax-auth
{
    max-width: 100% !important;
    padding: 0px !important;
}
.ajax-auth .submit_button, .ajax-auth input.submit_button
{
    border: 1px solid #fed91f !important;
    border-radius: 3px !important;
    text-shadow: 0 1px 0 rgb(0 0 0 / 20%) !important;
    background: -moz-linear-gradient(top,#fed91f,#fed91f) !important;
    background: linear-gradient(to bottom,#fed91f,#fed91f) !important;
    border-top: 1px solid #fed91f !important;
    border-bottom: 1px solid #fed91f !important;
    box-shadow: 0 1px 0 #fed91f inset !important;
    color:  #248f50!important;
	font-family: 'Poppins-SemiBold', 'Arial' !important;
	cursor:pointer;
}
.home_logo
{
	width: fit-content; 
	float: right;
}
@media screen and (max-width: 767) 
{
	.home_logo
	{
		width: auto !important; 
		float: initial !important;
	}
}
.inner-form-ajax-forms
{
	min-height: auto !important;
}
.logo_cold
{
	position: absolute;
    z-index: 9999;
    margin-left: 15px;
    margin-top: 30px;
}
.rassegne .nav-text
{
	color: #008038 !important;
}
.logo_header
{
	b/*ackground-image: url(../img/logo-bluarancio-xs.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 57px;
	width: 197px;
    position: absolute;
    z-index: 9999;
    left: 15px;
    top: 30px;*/
}
.logo_header_hover
{
	background-image: url(../img/logo-bluarancio-xs.png);
}
.titolo_categorie
{
	background-image: url(../img/puntini.png);
	background-size: initial;
	background-repeat: no-repeat;
	height: 20px;
	width: 197px;
    position: absolute;
    z-index: 9999;
    left: 38px;
    /*top: 130px;*/
}
.titolo_linea
{
	background-image: url(../img/linea.png);
	background-size: initial;
	background-repeat: no-repeat;
	height: 20px;
	width: 197px;
    position: absolute;
    z-index: 9999;
    left: 38px;
}
.titolo_rassegna
{
	background-image: url(../img/puntini.png);
	background-size: initial;
	background-repeat: no-repeat;
	height: 20px;
	width: 197px;
    position: absolute;
    z-index: 9999;
    left: 38px;
}
.ricerca
{
	background-image: url(../img/puntini.png);
	background-size: initial;
	background-repeat: no-repeat;
	height: 57px;
	width: 197px;
    position: absolute;
    z-index: 9999;
    left: 38px;
    top: 330px;
}
.titolo_ricerca
{
	background-image: url(../img/puntini.png);
	background-size: initial;
	background-repeat: no-repeat;
	height: 20px;
	width: 197px;
    position: absolute;
    z-index: 9999;
    left: 38px;
}
.ico_ricerca:hover, .ico_ricerca li:hover
{
	background-color: transparent;
}
.ico_ricerca h4
{
	position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-family: 'Poppins-Medium';
    color: #999;
    font-size: 14px !important;
	margin: 0px !important;
	line-height: 40px;
}
.ico_ricerca input,.ico_ricerca input[type=submit]
{
	width: auto !important;
	margin-bottom: 10px;
}
.ico_ricerca .searchandfilter ul > li:first-child{
   display: none;
}
th {
    text-align: inherit;
    /*background-color: #FADF00;*/
	 background-color: #fed91f;
    color: #248f50;
    padding: 10px 20px;
    font-family: Poppins-Bold;
    font-size: 14px;
}
#blocco_anteprima
{
	position: absolute;
    z-index: 99999999;
    background-color: #FFF;
    left: calc(50% + 10px);
    top: 20px;
}
#anteprima
{
	height: calc(100vh - 40px);
    background-color: #ffffff;
    min-height: 400px;
    width: calc(50vw - 40px);
    padding: 50px;
    box-shadow: 1px 1px 10px #00000029;
    border-radius: 3px;
    position: relative;
}
#close_anteprima
{
	position: absolute;
    left: calc(100% - 50px);
    z-index: 9;
    top: 20px;
    font-size: 20px;
    font-family: 'Poppins-Bold';
}
@media screen and (max-width: 800px) {
	#blocco_anteprima
	{
		left: 20px;
		top: 20px;
	}
	#anteprima
	{
		min-height: 400px;
		width: calc(100vw - 40px);		
	}
	.main-menu, .logo_header, .titolo_categorie
	{
		display: none;
	}
	#mainNav
	{
		display: block !important;
	}
	.blocco_top
	{
		margin-top: 100px;
	}
}
.box_top
{
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 1px 1px 50px #0000001A;
}