/*
Theme Name: Arber Horticulture
Author: Neikos srl
Description: Tema per il sito Arber Horticulture
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Arber Horticulture
*/

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333333;
}

.nomargin{
    margin-left: 0px!important;
    margin-right: 0px!important;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto Slab', serif;
}

header {
    width: 100%;
    display: block;
}

header .green {
    background: #A2C046;
    min-height: 60px;
}

header .gray .row {
    position: relative;
}

header .top-bar,
.top-bar ul {
    background: none;
}

header .top-bar .top-bar-right .menu {
    float: left;
    margin: 0 0 0 20px;
}

header .top-bar .top-bar-right .menu li input {
    margin: 0;
}

header .top-bar .top-bar-right .menu li input[text] {
    box-shadow: none;
    border: 1px solid #fff;
}

header .top-bar .top-bar-right .menu input.button,
.off-canvas .menu input.button {
    background: #00741C;
    background-size: 80%;
    height: 39px;
    margin: 0;
    padding: 0;
    width: 40px;
}

header .top-bar .top-bar-right .lang li {
    display: inline-block;

}

header .logo {
    background: url("img/arber_logo.svg") center center no-repeat #FFFFFF;
    background-size: 70%;
    text-indent: -9999px;
    display: block;
    width: 180px;
    height: 170px;
    position: absolute;
    top: -60px;
    left: 0;
}

header .gray {
    min-height: 110px;
    background: #3B3B3B;
    border-bottom: 25px solid #333333;
}

header ul.mainmenu {
    list-style: none;
    margin: 0;
    height: 85px;
}

header ul.mainmenu li {
    display: inline-block;
    height: 100%;
    position: relative;
}

header ul.mainmenu li a {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 30px 10px 0 10px;
    height: 100%;
}

header ul.mainmenu li a:hover {
    background: #333333;
    color: #A2C046;
}
header .gray .row{
max-width:90rem;
}

.mainmenu li .current-menu-item ,
.mainmenu li .current-menu-parent {
    background: #333333;
    color: #A2C046;
}

.mainmenu .current-menu-item  a{
    color: #A2C046;
}
footer .sub-menu .sub-item .current-sub-menu-item{
    background: transparent;
}

.sub-menu .sub-item .current-sub-menu-item{
    background: #A2C046;
	border-bottom: 1px solid #00741c;
}
header ul.mainmenu li:hover ul.sub-menu {
    display: block;
}

header ul.mainmenu li ul.sub-menu {
    display: none;
    background: #00741C;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 9999;
    width: 250px;
    left: 0;
    top: 85px;
    border-bottom: 5px solid #A2C046;
}

header ul.mainmenu li ul.sub-menu li {
    display: block;
    height: auto;
}

header ul.mainmenu li ul.sub-menu li a {
    font-size: 14px;
    padding: 10px;
    color: #ffffff;
}

header ul.mainmenu li ul.sub-menu li a:hover {
    background: #A2C046;
    color: #ffffff;
}
.row.full-width {
  width: 100%;
  max-width: 100%;
}

#catapult-cookie-bar a{
    background: #a2c046!important;
    padding: 10px!important;
    margin-left: 10px!important;
    text-align: center;}
/*Slider*/

slider {
    padding: 0;
}

.slide-image{
    background-size: cover;
    height: 500px;
    background-position: center;
}
.orbit,
.orbit-container {
    height: auto;
    max-height: 520px!important;
    justify-content: center;
    align-items: center;
}

.orbit-bullets {
    margin-bottom: 0;
    margin-top: -50px;
    position: relative;
    text-align: center;
}

.orbit-bullets button {
    background-color: #00741C;
}

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #ffffff;
}

button.orbit-previous {
    width: 38px;
    height: 70px;
    background: url("img/left.svg") center center no-repeat;
    display: block;
    padding: 0;
    margin: 0 0 0 20px;
}

button.orbit-next {
    width: 38px;
    height: 70px;
    background: url("img/right.svg") center center no-repeat;
    display: block;
    padding: 0;
    margin: 0 20px 0 0;
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: hsla(0, 0%, 0%, 0);
}

#slider {
    position: relative;
}

.slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.slick-dots{
     bottom: 0px;
}

.slick-prev:before, .slick-next:before{
    font-size: 50px;
}
.slick-dots li button:before{
    font-size: 13px;
}
.slick-dots li.slick-active button:before{
    color: #fff;
}
.slick-prev::before , .slick-next::before {
    content: ' ';
}

.slick-prev, .slick-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev {
    background-image: url('img/arrow-left.svg');
    left: 1%;
    z-index: 999;
    width:50px;
    height: 50px;

}
.slick-next {
    background-image: url('img/arrow-right.svg');
    right: 1%;
    z-index: 999;
    width:50px;
    height: 50px;

}
.slick-prev:hover, .slick-prev:focus{
    background-image: url('img/arrow-left.svg');
    opacity: 0.5;
    background-repeat: no-repeat;
     background-position: center;
}

.slick-next:hover, .slick-next:focus{
    background-image: url('img/arrow-right.svg');
    opacity: 0.5;
    background-repeat: no-repeat;
     background-position: center;
}

/*Main*/

#main {
    padding: 50px 0;
    background-color: #F6F6F6;
}

#main .column .news {
    background-color: #FFFFFF;
}

#main .column .news h5 {
    background-color: #A2C046;
    color: #ffffff;
    font-weight: 700;
    padding: 20px 20px;
    margin: 0;
}

.news figure{
    margin: 0px;

}
#main figure , .news figure {
    margin: 0 0 30px 0;
    max-height: 180px;
    overflow: hidden;
}

#main a.title {
    color: #007219;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    margin: 0 0 20px 0;
}

#main p {}

#main .master-page figure {
    max-height: 250px;
}

#main .master-page figure img {
    max-width: 100%;
}

#main .master-page a , .news .title{
    color: #007219;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    margin: 0 0 20px 0;
    display: block;
}

#main a.button , .archive a.btn-read ,  #company a.button{
    border-radius: 10px;
    background-color: #A2C046;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0 1rem 1rem;
    display: inline-block;
}

#main a.button:hover , .archive a.btn-read:hover , #company a.button:hover {
    background-color: #0E7924;
}
/*newsletter*/

#newsletter {
    background-color: #0E7924;
    padding: 50px 0;
    text-align: center;
}

#newsletter p {
    font-size: 26px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    margin: 0;
}

#newsletter span {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    margin: 0;
    margin-bottom: 20px;
}


/*Company*/

#company {
    background: url("/neicontent/uploads/2025/01/plant.jpg") center center repeat;
    background-size: cover;
    padding: 150px 0 90px 0;
}

#company h1 {
    color: #76B827;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

#company span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    margin: 0 0 50px 0;
    display: block;
}

#company span:before {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 110px;
    height: 5px;
    background: #76B828;
}

#company p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    margin: 70px 0 50px 0;
}


/*Evidenza*/

#evidenza {
    padding: 0 0 100px 0;
}

#evidenza h2 {
    color: #76B826;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}

#evidenza h2:before {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 110px;
    height: 5px;
    background: #cccccc;
}

#evidenza .focus {
    width: 100%;
    padding: 60px 0;
    position: relative;
    background-color: #f3f3f3;
}

#evidenza .focus:after {
    position: absolute;
    content: '';
    background: url("img/square.svg") top left repeat-x;
    width: 100%;
    height: 30px;
    display: block;
    top: -16px;
    left: 0;
}

#evidenza .focus:before {
    position: absolute;
    content: '';
    background: url("img/square.svg") top left repeat-x;
    width: 100%;
    height: 30px;
    display: block;
    bottom: -16px;
    left: 0;
}

#evidenza #substrates,
#evidenza #gardening {
    padding: 80px 0 0 0;
}

#evidenza #substrates h3,
#evidenza #gardening h3 {
    color: #999999;
    margin: 0 0 50px 0;
}

#evidenza #substrates figure,
#evidenza #gardening figure {
    margin: 0 0 15px 0;
}

#evidenza #substrates figure img,
#evidenza #gardening figure img{
    height: 180px;
    width: auto;
}



#evidenza #substrates a,
#evidenza #gardening a {
    color: #999999;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 22px;
}

#evidenza #substrates a:hover,
#evidenza #gardening a:hover {
    color: #A1BF46;
}


/*Footer*/

footer {
    background: #3B3B3B;
    padding: 50px 0 0 0;
}

footer .sub-menu{
    list-style: none;
    margin: 0px;
    color: #999999;
    font-size: 16px;
    margin-bottom: 50px;
}

footer .sub-menu li a{
    color: #999999;
    font-size: 16px;
}

footer .sub-menu li a:hover{
    color: #ffffff;
}

footer ul.social li h6 {
  font-size: 13px;
}



footer aside {
    padding: 0 0 40px 0;
    height: auto;
    display: block;
}

footer aside a.logo {
    background: url("img/arber_logo.svg") center left no-repeat;
    background-size: 90%;
    text-indent: -9999px;
    display: block;
    width: 180px;
    height: 170px;
    margin: auto;
}

footer aside h5 {
    color: #9FBF46;
    font-weight: 700;
    margin: 20px 0 0 0;
}

footer ul.social {
    list-style: none;
    margin: 30px 0 0 0;
}

footer ul.social li {
    font-size: 16px;
    line-height: 1.2;
    color: #999999;
    margin: 0 0 13px 0;
    display: block;
    position: relative;
    padding: 0 0 0 40px;
}

footer ul.social li.marker:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url("img/marker.svg") 0 0 no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
}

footer ul.social li.tel:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url("img/tel.svg") 0 0 no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
}

footer ul.social li.mail:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url("img/mail.svg") 0 0 no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
}

footer ul.social li.fb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url("img/fb.svg") 0 0 no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
}

footer ul.social li a {
    color: #999999;
}
.footer-menu{
    list-style: none;
}

footer .columns h5{
    color: #A2C046;
}

#credits {
    background: #333333;
    padding: 10px 0;
}

#credits a {
    color: #999999;
    text-transform: uppercase;
}

#credits a:hover {
    text-decoration: underline;
}

#credits .neikos {
    color: #ffffff;
    display: block;
    font-size: 12px;
    text-align: center;
}

#credits .neikos a {
    background: url("img/neikos.png") right center no-repeat;
    color: #fff;
    margin: 0 5px 0 0;
    padding: 0 15px 0 0;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    text-transform: none;
}


/*Other*/

button.menu-icon {
    border: 2px solid #A2C046;
    border-radius: 0px;
    height: 45px;
    width: 45px;
    margin: 20px 10px 0 0;
}

.menu-icon::after {
    width: 70%;
    right: 0;
    margin: 12px auto 0 auto;
    box-shadow: 0 7px 0 #A2C046, 0 14px 0 #A2C046;
    background: #A2C046 none repeat scroll 0 0
}

.serch-menu-mobile{
       margin-top: 70px;
    margin-bottom: 20px;
    margin-left: 5px;
}
#offCanvasRight {
    height: 100%;
}

#externalform [type=text]{
    width:87%;
    float: left;
}

#externalform .button{
    background: #00741C;
    background-size: 80%;
    height: 39px;
    margin: 0;
    padding: 0;
    width: 40px;
}
.in-search{
    background:#008031;
    background-image: url('img/search.svg');
    width:10%;
    height: 39px;
    float: left;

}

.in-search:hover{
   background:#A2C046;
    background-image: url('img/search.svg');
}
#offCanvasRight ul.menu.search {
    margin: 50px 0 30px 0;
}

#offCanvasRight ul.vertical.menu li {
    border-bottom: 1px solid #cccccc;
}

#offCanvasRight ul.vertical.menu li a {
    color: #333333;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}
.is-drilldown{
   height: 100%;
    overflow-x: hidden;
}
#offCanvasRight .is-drilldown-submenu {
    height: 100%;
    background: #E6E6E6;
    margin-left: 0px;
    padding-left: 10px;
}

#offCanvasRight .is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #333333;
}

#offCanvasRight .js-drilldown-back > a::before {
    border-color: transparent #333333 transparent transparent;
}


/*Page*/

#breadcrumb {
    background: #A2C046;
    border-top: 10px solid #017822;
    padding: 40px 0;
    position: relative;
}

#breadcrumb a {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

#breadcrumb li {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

.breadcrumbs li:not(:last-child):after{
    margin: 0 3px 0 2px;
}

.item-current {
    font-weight: 700;
}

#breadcrumb:before {
    position: absolute;
    content: '';
    background: url("img/square_white.svg") top left repeat-x;
    width: 100%;
    height: 30px;
    display: block;
    bottom: -16px;
    left: 0;
}

#page {
    padding: 100px 0;
    background: #ffffff;
}

#page .prodotti a {
color: #999999;
font-weight: 700;
font-family: 'Roboto Slab', serif;
font-size: 18px;
line-height: 1.1;
}

#page .prodotti h4 {
line-height: 1.1;
}

#page .prodotti a:hover {
    color: #A0BF46;
}

#page .prodotti a figure {
    margin: 0;
    max-height: 260px;
    position: relative;
}

#page .prodotti a figure figcaption img{
    height: 150px;
    width: auto;
    margin: 20px 0px 10px;
}

#page .prodotti a:hover figure figcaption {

}

#page .prodotti a h4 {
    font-size: 16px;
    color: #666666;
    margin: 20px 0 0 0;
}

.prodotti .column{
    text-align: center;
}

.prodotti .column figure{
       margin: 0px;
    margin-bottom: 20px;
}
main h2 {
    color: #A0BF46;
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    margin: 0 0 30px 0;
    display: block;
}

main p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

main p a {
    color: #A2C046;
    text-decoration: underline;
}

main p a:hover {
    color: #A2C046;
    text-decoration: none;
}

main ul li {
    color: #666666;
}

main ul li a {
    color: #A2C046;
    text-decoration: underline;
}

main ul li a:hover {
    color: #A2C046;
    text-decoration: none;
}

aside a.catalogo {
    background: #008031;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    position: relative;
}

aside a.catalogo:hover {
    background: #ffffff;
    border: 1px solid #008031;
    color: #A2C046;
}

aside a.catalogo span {
    font-weight: 300;
    display: inline;
}

aside a.catalogo:after {
    position: absolute;
    content: '';
    background: url("img/pdf.svg") 0 0 no-repeat;
    background-size: 100%;
    display: block;
    height: 44px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
}

.sidebar .button:focus{
    background: #A2C046;
    color: #fff;
}

.sidebar .form-s {
 margin-bottom: 20px;
}

.sidebar .form-s .button{
 width: 40px;
}
aside nav {
    margin: 30px 0;
    background: #F1F1F1;
    border-bottom: 10px solid #A2C046;
}

aside nav ul {
    list-style: none;
    margin: 0;
}

aside nav ul li {
    border-bottom: 1px solid #A2C046;
}

aside nav ul li a:hover {
    background: #A2C046;
    color: #ffffff;
}

aside nav ul li a {
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    color: #666666;
    padding: 20px 15px;
    text-transform: uppercase;
    display: block;
}

#intro {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#intro .layer {
    display: block;
    left: 0;
    min-height: 250px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

#intro .row {
    z-index: 2;
}

#intro h1 {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

#intro h3 {
    font-family: 'Roboto', serif;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}

#intro h3:after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 110px;
    height: 5px;
    background: #A2C046;
}

#lang_sel_list {
    padding: 7px 0 0 0;
    border:0px;
}

#lang_sel_list img.iclflag {
    height: 20px;
    width: 30px;
}

#lang_sel_list ul a.lang_sel_other,
#lang_sel li ul a:link,
#lang_sel_list ul a.lang_sel_other:visited {
    background-color: transparent!important;
}

#lang_sel_list a.lang_sel_sel,
#lang_sel_list a.lang_sel_sel:visited {
    background-color: transparent!important;
}

#lang_sel_list ul {
    border: none!important;
}

.wysija-paragraph {
    float: left;
    margin: 0 20px 0 0!important;
    display: block;
}

.wysija-paragraph input {
    font-family: 'Roboto', serif;
    font-weight: 300;
    padding: 20px;
}

input.wysija-submit {
    float: left;
    background: #a2c046;
    border: medium none;
    color: #fff;
    display: block;
    height: 39px;
    margin: 0!important;
    width: 90px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
}

input.wysija-submit:hover {
    background: #ffffff;
    border: 1px solid #008031;
    color: #A2C046;
}

form.wpcf7-form {
    margin: 60px 0 0 0;
}

form.wpcf7-form span {
    display: block;
    text-align: left;
}

form.wpcf7-form span.wpcf7-list-item-label {
    display: inline-block;
}

form.wpcf7-form input.wpcf7-submit {
    background: #a2c046;
    border: medium none;
    color: #fff;
    display: block;
    height: 39px;
    margin: 0 auto!important;
    width: 90px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

form.wpcf7-form .wpcf7-acceptance {
    position: absolute;
    top: 5px;
}

form.wpcf7-form span.p-policy {
    margin-left: 22px;
}

form.wpcf7-form span.p-policy a {
    color: #A2C046;
    text-decoration-line: none;
}

.pagination .current {
    float: left;
    background: #A0BF46;
}

.pagination a {
    float: left;
}

/*--- LOCATION ---*/
#aftermap{
    background-color: #A0BF46;
    border-bottom: 20px solid #009749;
}
/*--- Category ---*/

.description{
  margin-bottom: 100px;
}

a.newsletter-policy-link {
    color: #A2C046;
}

.wysija-checkbox-label {
  color: #FFFFFF;
}

.p-newsletter {
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto Slab', sans-serif;
}

.p-newsletter a {
  color: #A2C046;
}


/*--- MEDIA QUERIES ---*/


/* Media queries per sistemare il menu */

@media screen and (min-width:64em) and (max-width:73.9375em) {
    header ul.mainmenu li a {
        font-size: 13px;
    }
}


/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .orbit,
    .orbit-container {
        height: auto!important;
    }
    .is-drilldown {
        margin: 60px 0 0;
        overflow: hidden;
        position: relative;
    }
    #main .column {
        margin: 0 0 30px 0;
    }
    #main figure,
    #main .master-page figure {
        max-height: 280px;
    }
    #main .news figure img,
    #main .master-page figure img {
        max-width: 100%;
        width: 100%;
    }
    #newsletter p {
        text-align: center;
    }

    #newsletter span {
        text-align: center;
        display: block;
    }
    .banner {
        top: 70px;
    }
    .banner h1 {
        font-size: 28px;
    }
    .banner h4 {
        font-size: 20px;
    }
    #evidenza #substrates figure, #evidenza #gardening figure {
    margin: 30px 0 15px 0;
    }
       .slide-image{
    height: 400px;
    }
    .abs-req{
     display: none!important;
    }
        #newsletter{
        text-align: center;
    }

    input.wysija-submit{
        margin:0 auto !important;
    }

}


/* Small only */

@media screen and (max-width: 39.9375em) {
    .orbit,
    .orbit-container {
        height: auto!important;
    }
    header .top-bar .top-bar-right .menu {
        float: right;
        margin: 0 0 0 20px;
    }
    header .green .row .top-bar{
        padding: 0px;
    }
    .search.menu {
        float: left;
        margin: 0 0 0 20px;
    }
    .search.menu li input {
        margin: 0;
    }
    .search.menu button.button {
        background: url("img/search.svg") center center no-repeat #00741C;
        background-size: 80%;
        height: 39px;
        margin: 0;
        padding: 0;
        width: 40px;
    }
    #page .prodotti a figure {
        overflow: hidden;
    }
    #main .master-page figure{
        margin-top: 30px;
    }
    .banner {
        top: 100px;
    }
    .banner h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .banner h4 {
        font-size: 16px;
    }
    .orbit,
    .orbit-container {
        height: 350px !important;
    }
    .orbit-slide {
        height: 350px;
        width: 100%;
    }
    .orbit-image {
        height: 100%;
        margin: 0;
        max-width: none;
        width: auto;
    }
    button.orbit-next {
        background-size: 40%;
        margin: 0 0 0 0;
    }
    button.orbit-previous {
        background-size: 40%;
        margin: 0 0 0 0;
    }
    footer aside {
        text-align: center;
    }
    footer aside a.logo {
        margin: 0 auto;
    }
    footer ul.social li.marker::before,
    footer ul.social li.tel::before,
    footer ul.social li.mail::before,
    footer ul.social li.fb::before {
        left: auto;
    }
    #evidenza #substrates figure, #evidenza #gardening figure {
    margin: 30px 0 15px 0;
    }
    #newsletter{
        text-align: center;
    }
    .wysija-paragraph{
        float: none;
        margin:0px !important;
    }
    input.wysija-submit{
         float: none;
        margin:0 auto !important;
    }
    .sidebar{
        margin-top: 30px;
    }
    .prodotti .column figure figcaption{
        text-align: center;
    }
    .slide-image{
    height: 300px;
    }
    #catapult-cookie-bar a{
    display: block;
    margin-left: 0px!important;}
}
