/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Sep 28 2019 | 05:50:33 (am)
/*
/******* Do not edit this file *******/

/*hamburger menu widget switcedsidebar*/
#slogan {
    color: #777777;
    font: 300 20px Roboto,Arial,Helvetica,sans-serif;
    margin-top: 26px;
    visibility: hidden;
}

.contenitor-plus img {
    cursor: pointer;
    filter: grayscale(100%) opacity(50%);
    -webkit-filter: grayscale(100%) opacity(50%);
    margin-right: 20px;
    margin-bottom: 15px;
    transition: filter 1s linear 0s;
}
.contenitor-plus img {
    max-width: 83px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #999;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 2px;
    max-width: 100%;
    outline: medium none !important;
    padding: 10px 12px;
    transition: all 0.2s ease 0s;
    width: 200px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
    margin: 1px 0px 22px 0px;
}


.page-404 h4 {
    color: #83a111;
    font-size: 2.5em;
    line-height: 1.4em;
}


#navigation .sub-menu {
    width: 250px;
}

.portfolio-detail-description-text ul {
    color: #444;
    font-size: 1.2em;
    line-height: 1.5em

}

.distributors h2 a {
    color: #0077c1;
}

.distributors h2 a:hover {
    color: #1dc42e;
}


.single-portfolio #content #portfolio-related-post h3 {
    font-size: 2.8em;
    text-transform: uppercase;
}

#content {
    padding-bottom: 40px;
    padding-top: 25px;
}

#navigation > ul > li.megamenu > ul > li > a {
   color:#ffffff;
   cursor: pointer;
}

#navigation > ul > li.megamenu > ul > li > a:hover {
   color:#83a111;
}


/*.section {
    width: 100%;
    margin: auto;
    padding: 10px;
}*/

.section { 
  overflow:hidden;
}

.section div {
   /*min-height: 200px;*/
   padding: 0px;
}



/*.flexslider .slides img {width: 100%; display: block;}
.flex-direction-nav {width: 100%; position: absolute; bottom: 10px; text-align: center;}
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center;}

.splitleft {
    margin-left: 20px;
    display: block;
}*/

/*slider*/
.single-portfolio .backgroun-container-flex {
    background: #fff none repeat scroll 0 0;
    margin-top: 0px;
    margin-bottom: 45px;
    /*max-width: 65%;
    width: 65%;*/
}

/*portfolio top*/
.portfolio-detail-description > div {
    padding-right: 40px;
    /*float: left;
    max-width: 30%;
    width: 30%;*/
}
.portfolio-detail-description-text p {
    font-size: 1.1rem;
    color: #444;
    /*float: left;*/
}
.single-portfolio #content h3 {
    font-size: 3rem;
    color: #1d3929;
}
.single-portfolio #content h4 {
    font-size: 1.5rem;
    color: #83a111;
}

/*product category*/
.capitolo-energy h5, .gruppo-cat h5 {
    font-size: 1.8rem;
    margin-top: 16px;
    text-transform: uppercase;
    color: #333;
}
.gruppo-cat a {
    color: #0066CC;
    font-size: 1.3rem;
}
.single-portfolio .portfolio-detail-attributes {
    margin-top: 20px;
}

/*fonts*/

#topbar a {
    font-size: 14px;
}

h1 {
    color: #1d3929;
    font-size: 2.4em;
    line-height: 1.5em
}

h2 {
    color: #83a111;
    font-size: 1.6em;
    line-height: 1.6em
}

#la-nostra-storia h2, #galleria-showroom h2 {
    font-size: 2.1rem;
    font-weight: 300;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    color: #1d3929;
    font-size: 1.4em;
    line-height: 1.5em
}

h4 {
    color: #83a111;
    font-size: 1em;
    line-height: 1.4em
}

    
  #one {
    width: 35%;
    background: none;
    float: left;
    padding-left:20px;
    padding-right:20px;
    box-sizing: border-box;
}
#two {
    width: 65%;
    float: right;
    background: none;
    overflow:hidden;
    padding-right:20px;
    box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
    
   #one { 
    float: none;
    margin-right:0;
    /*width:300px;*/
    width:100%;
  }
  
  #two { 
    float: none;
    margin-right:0;
    width:100%;
    padding-left:20px;
  }
  
}
@media only screen and (max-width: 767px) {
    
   #one, #two { 
    padding:0px;
  }
  }