/* COLORI

#400000; marrone
#473217; marrone scuro
#496f23; verde scuro
#88bf3e; verde chiaro
#77a230; verde
#2b3a35; grigio testo

*/

/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700');

p{
    font-family: 'Nanum Gothic', sans-serif!important;
    color: 2b3a35!important;
    margin-bottom: 30px!important;
}

h2, h2 a, h2 a:hover {
  color: #473217!important;
  margin-bottom: 30px!important;
}

h3, h3 a, h3 a:hover {
  color: #473217!important;
  margin-bottom: 30px!important;
}

h6, h6 a, h6 a:hover, a.content_link .title {
  color: #400000;
  margin-bottom: 20px!important;
}

h4, h4 a, h4 a:hover, .style-simple .sliding_box .desc_wrapper h4{
    color: #473217!important;
}

.services h4{
    color: #88bf3e!important;
}

.services p{
    color: #ffffff!important;
}


.button-stroke a.button, .button-stroke a.button.action_button, .button-stroke a.button .button_icon i, .button-stroke a.tp-button{
    font-family: 'Nanum Gothic', sans-serif!important;
    font-weight: 700!important;
    border-color: #400000;
    color: #2b3a35;
}

.button-stroke a.button:hover, .button-stroke a.button.action_button:hover, .button-stroke a.button:hover .button_icon i, .button-stroke a.tp-button:hover{
    background-color: #400000!important;
}


/* MENU' */

#Top_bar {
  position: fixed!important;
  z-index: 10000!important;
}

.tr-menu.header-classic #Top_bar:not(.is-sticky) {
    top: 0!important;
    background: #ffffff!important;
    padding-bottom:5px;
    position: fixed;
}

#Top_bar .menu>li>a, #Top_bar #menu ul li.submenu .menu-toggle {
    font-family: 'Nanum Gothic', sans-serif!important;
    font-weight: 700;
    color: #400000!important;
}

.header-plain #Top_bar .menu>li.current-menu-item>a, .header-plain #Top_bar .menu>li.current_page_item>a, .header-plain #Top_bar .menu>li.current-menu-parent>a, .header-plain #Top_bar .menu>li.current-page-parent>a, .header-plain #Top_bar .menu>li.current-menu-ancestor>a, .header-plain #Top_bar .menu>li.current-page-ancestor>a, .header-plain #Top_bar .menu>li.current_page_ancestor>a, .header-plain #Top_bar .menu>li.hover>a, .header-plain #Top_bar a:hover#header_cart, .header-plain #Top_bar a:hover#search_button, .header-plain #Top_bar .wpml-languages:hover, .header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown {
  background: #ffffff!important;
  color: #400000;
}
.header-plain #Top_bar, .header-plain #Top_bar .menu>li>a span:not(.description), .header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button, .header-plain #Top_bar .wpml-languages, .header-plain #Top_bar a.button.action_button {
  border-color: #ffffff;
}
#Top_bar .menu>li ul {
  background-color: #ffffff;
}
#Top_bar .menu>li ul li a {
  color: #400000;
  font-family: 'Nanum Gothic', sans-serif!important;
  font-weight: 700;
}
#Top_bar .menu>li ul li a:hover, #Top_bar .menu>li ul li.hover>a {
  color: #496f23;
}

#Top_bar .menu>li.current-menu-item>a, #Top_bar .menu>li.current_page_item>a, #Top_bar .menu>li.current-menu-parent>a, #Top_bar .menu>li.current-page-parent>a, #Top_bar .menu>li.current-menu-ancestor>a, #Top_bar .menu>li.current-page-ancestor>a, #Top_bar .menu>li.current_page_ancestor>a, #Top_bar .menu>li.hover>a {
  color: #496f23!important;
}

#Top_bar .menu>li a:after {
  background: #496f23;
}
.menuo-arrows #Top_bar .menu>li.submenu>a>span:not(.description)::after {
  border-top-color: #496f23;
}

/* MENU MOBILE */

#Top_bar .responsive-menu-toggle, #Header_creative .creative-menu-toggle, #Header_creative .responsive-menu-toggle {
  color: #400000!important;
  background: transparent;
}

#Side_slide {
  background-color: #ffffff!important;
  border-color: #ffffff!important;
}

#Side_slide, #Side_slide .search-wrapper input.field, #Side_slide a:not(.button), #Side_slide #menu ul li.submenu .menu-toggle {
   color: #400000!important;
    font-family: 'Nanum Gothic', sans-serif!important;
  font-weight: 700!important;
}

#Side_slide a:not(.button):hover, #Side_slide a.active, #Side_slide #menu ul li.hover>.menu-toggle {
  color: #400000!important;
}
#Side_slide #menu ul li.current-menu-item>a, #Side_slide #menu ul li.current_page_item>a, #Side_slide #menu ul li.current-menu-parent>a, #Side_slide #menu ul li.current-page-parent>a, #Side_slide #menu ul li.current-menu-ancestor>a, #Side_slide #menu ul li.current-page-ancestor>a, #Side_slide #menu ul li.current_page_ancestor>a, #Side_slide #menu ul li.hover>a, #Side_slide #menu ul li:hover>a {
  color: #496f23!important;
}


#Top_bar .menu>li>a span:not(.description) {
  padding-left: 3px!important;
  padding-right: 3px!important;
}


#Top_bar .logo {
  margin-right: 10px!important;
}



/* GALLERY */

#gallery-1 {
    margin: auto;
}
#gallery-1 .gallery-item {
    float: left;
    text-align: center;
    width: 30.00%;
    margin-left: 3%!important;
}
#gallery-1 dl dt {
    /*border: 2px solid #cfcfcf;*/
    width:100%!important;
    padding: 0!important;
    border: 0!important;
    background-color: #000000;
    overflow: hidden;
}
#gallery-1 dl dt a img {
    width: 100%;
    transition: all .3s; /* Animation */
}

#gallery-1 dl dt a:hover img {
    transform: scale(1.2);
    z-index: 1;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#gallery-1 dl dd {
    position: relative;
    z-index: auto;
    padding: 10px 0 0 0!important;
    border: 0!important;
    clear: both;
    margin: 0;
}
#gallery-1 dl dd h6{
    line-height: 1.2em;
}

/* PRIMA DOPO */

#prima-dopo_slider{
    /*background-image: url(../images/carpenter2-home-footer-bg.png);
    background-size:cover;*/
    background-color: #ffffff;
    padding-top: 120px;
}

#prima-dopo_slider h2{
    color:#473217!important;
    /*font-family: 'Nanum Gothic', sans-serif!important;
    font-weight: 700;*/
    z-index: 5;
    white-space: nowrap;
    font-size: 80px;
    line-height: 88px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family:Poppins;
    /*text-align: center*/
}

#prima-dopo_slider .box-lista h2.numero-lista{
    color:#88bf3e!important;
    opacity: 1!important;
    filter: alpha(opacity=100)!important; /* For IE8 and earlier */
    transition: all 0.5s; /* Animation */
}

#prima-dopo_slider h4{
    color:#496f23!important;
    font-size: 24px!important;
    line-height: 36px!important;
}

#prima-dopo_slider p{
    color:#2b3a35!important;
    font-family: 'Nanum Gothic', sans-serif!important;
    font-weight: 400;
}

#prima-dopo_slider p.testo-lista{
    color:#ffffff!important;
    font-family: 'Nanum Gothic', sans-serif!important;
    font-weight: 400;
}

.box-lista img{
    position: absolute;
    top:-170px;
    left: 50%;
    width:200px;
    height: 220px;
    margin-left: -100px;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    transition: all 0.8s; /* Animation */
}

.box-lista:hover img{
    top:-120px;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#prima-dopo_slider .box-lista:hover h2.numero-lista{
    opacity: 0!important;
    filter: alpha(opacity=0)!important; /* For IE8 and earlier */
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	position: absolute;
	background: rgba(73, 111, 35, 1)!important;
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    font-family: 'Nanum Gothic', sans-serif!important;
}

ul.lista-servizi{
    position: relative;
    z-index: auto;
    margin: 0 0 30px 0;
    padding: 0;
}

ul.lista-servizi li{
    list-style: none;
    font-family: 'Nanum Gothic', sans-serif!important;
    font-weight:700;
    color: #496f23;
}

/* FOOTER */

#Footer a{
    font-family: 'Nanum Gothic', sans-serif!important;
    font-weight: 700;
    color: #ffffff!important;
}

#Footer a:hover{
    color: #88bf3e!important
}

#Footer p{
    color: #ffffff!important
}

#Footer .copyright p{
    color: #2b3a35!important
}

#Footer .copyright p a{
    color: #2b3a35!important
}

/* MAPPA */
#map {
     display:block!important;
     width: 100%!important;
     height: 500px!important;
}

/* AZIENDA */

h2.titolo_sezione {
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #473217!important;
}

.get_in_touch, .infobox {
  background-color: #496f23;
}

.infobox_wrapper ul  li{
    font-family: 'Nanum Gothic', sans-serif!important;
    font-weight: 400;
    color: #ffffff!important;
    padding: 20px 0 20px 40px;
}

.style-simple .infobox ul li{
    border-bottom: 2px solid rgba(255, 255, 255, .3);
}

/* CONTATTI */

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
  color: #2b3a35;
  background-color: rgba(255, 255, 255, 1);
  border-color: #88bf3e!important;
  font-family: 'Nanum Gothic', sans-serif!important;
  font-weight: 400;
}

input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
    background-color: rgba(230, 230, 230, 1) !important;
    border-color: #88bf3e!important;
    color:#000000;
}

input[type="button"]{
    font-family: 'Nanum Gothic', sans-serif!important;
    font-weight: 700!important;
    border-color: #400000!important;
    background-color: #df0000!important;
    color:#ffffff;
}

.button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme .button_icon i, .button-stroke a.tp-button.button_theme, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
  border-color: #400000;
  color: #400000 !important;
  background-color: #ffffff!important;
}

.button-stroke a.button.button_theme:hover, .button-stroke a.tp-button.button_theme:hover, .button-stroke button:hover, .button-stroke input[type="submit"]:hover, .button-stroke input[type="reset"]:hover, .button-stroke input[type="button"]:hover {
  background-color: #400000 !important;
  color: #ffffff !important;
}

/* RESTAURO */

.restorebox{
    position: relative;
    z-index: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin: 0 5% 20px 5%;
    background-color: #496f23;
    padding: 20px;
    min-height: 350px;
    height:auto !important;
    height: 350px;
    text-align: left;
}

.restorebox h4{
    color:#88bf3e!important;
    font-size: 80px;
    line-height: 88px;
    font-weight: 700;
    opacity: 1!important;
    filter: alpha(opacity=100)!important; /* For IE8 and earlier */
    transition: all 0.5s; /* Animation */
}

.restorebox h3{
    color:#77a230!important;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    opacity: 1!important;
    filter: alpha(opacity=100)!important; /* For IE8 and earlier */
    transition: all 0.5s; /* Animation */
}

.restorebox p{
    color:#ffffff;
}

.restorebox img{
    position: absolute;
    top:-80px;
    left: 50%;
    width:200px;
    height: 220px;
    margin-left: -100px;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    transition: all 0.8s; /* Animation */
}

.restorebox:hover img{
    top:-30px;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.restorebox:hover h3,
.restorebox:hover h4{
    opacity: 0!important;
    filter: alpha(opacity=0)!important; /* For IE8 and earlier */
}

.box-pulizia h2{
    color:#473217!important;
    /*font-family: 'Nanum Gothic', sans-serif!important;
    font-weight: 700;*/
    z-index: 5;
    white-space: nowrap;
    font-size: 80px;
    line-height: 88px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family:Poppins;
    /*text-align: center*/
}

.box-pulizia h2.numero-lista{
    color:#88bf3e!important;
    opacity: 1!important;
    filter: alpha(opacity=100)!important; /* For IE8 and earlier */
    transition: all 0.5s; /* Animation */
}

.box-pulizia img{
    position: absolute;
    top:-150px;
    left: 50%;
    width:200px;
    height: 220px;
    margin-left: -100px;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    transition: all 0.8s; /* Animation */
}

.box-pulizia:hover img{
    top:-100px;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.box-pulizia:hover h2.numero-lista{
    opacity: 0!important;
    filter: alpha(opacity=0)!important; /* For IE8 and earlier */
}

.vernibox{
    position: relative;
    z-index: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin: 0 5% 20px 5%;
    background-color:#f2f2f2;
    padding: 20px;
    min-height: 500px;
    height:auto !important;
    height: 500px;
    text-align: left;
}

.vernibox h4{
    color:#400000!important;
    font-size: 80px;
    line-height: 88px;
    font-weight: 700;
    opacity: 1!important;
    filter: alpha(opacity=100)!important; /* For IE8 and earlier */
    transition: all 0.5s; /* Animation */
}

.vernibox h3{
    color:#473217!important;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    opacity: 1!important;
    filter: alpha(opacity=100)!important; /* For IE8 and earlier */
    transition: all 0.5s; /* Animation */
}

.vernibox p{
    color:#2b3a35;
}

.vernibox img{
    position: absolute;
    top:-80px;
    left: 50%;
    width:200px;
    height: 220px;
    margin-left: -100px;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    transition: all 0.8s; /* Animation */
}

.vernibox:hover img{
    top:-30px;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.vernibox:hover h3,
.vernibox:hover h4{
    opacity: 0!important;
    filter: alpha(opacity=0)!important; /* For IE8 and earlier */
}

/* PRODOTTI */
h4.sottotitolo_sezione{
    color:#496f23!important;
    font-size: 24px!important;
    line-height: 36px!important;
}

ul.lista-prodotti{
    position: relative;
    z-index: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
}

ul.lista-prodotti li{
    list-style: none;
    font-family: 'Nanum Gothic', sans-serif!important;
    font-weight:400;
    color: #2b3a35;
    background-image: url(../images/icons/list_check.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 0 0 0 20px;
}

.padd-image{
    padding: 0 20px 0 20px!important;
}


p.cta-contatti {
  font-size: 1.2em!important;
  line-height: 1.8em!important;
}


#contactform {
    font-family: 'Nanum Gothic', sans-serif!important;
}

#contactform a {
    color: #FFFFFF!important;
}

#captcha {
   height: 60px!important;
}

.button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme .button_icon i, .button-stroke a.tp-button.button_theme, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
     font-family: 'Nanum Gothic', sans-serif!important;
     font-size: 1.0em!important;
}

/* ***** Cookie ****** */

#CybotCookiebotDialog {
    background-color: rgba(255,255,255,0.8)!important;
}

#CybotCookiebotDialog p {
    font-size: 1.0em;
}


#CybotCookiebotDialogBodyContentTitle {
    font-size: 12px!important;
}

#CybotCookiebotDialogBody {
    max-width: 90%!important;
}

#popup img, #popup2 img {
    max-width: 100%;
}

#popup, #popup2, .bMulti {
    width: 626px!important;
    text-align: center;
}

#popup, #popup2, .bMulti {
    background-color: rgba(255,255,255,1.0)!important;
}

.popmessaggio {
    text-align: center!important;
    font-size: 1.4em!important;
    padding-top: 10px!important;
}

.video-aziendale video {
    width: 600px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}



/* ottimizazione mobile */

@media only screen and (min-width: 1240px) {
    .box-cornetta, .box-busta {
     display: none!important;
   }
}


@media only screen and (max-width: 1400px) {

  #Top_bar .menu>li>a span:not(.description) {
    padding-left: 8px!important;
    padding-right: 7px!important;
  }

  #prima-dopo_slider h2, h2.titolo_sezione {
    font-size: 60px!important;
  }

  #Top_bar a.responsive-menu-toggle {
    top: 15px!important;
    right: 0px!important;
  }


  .box-cornetta, .box-busta {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    top: 25px;
    left: -50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 2.3em!important;
    color: #473217!important
  }

}


@media only screen and (max-width: 1024px) {
  .box-cornetta, .box-busta {
    left: -30px;
  }
}


@media only screen and (max-width: 767px) {
  #back_to_top.in_footer, #back_to_top.sticky {
    float: right!important;
  }

  #popup {
      width: 90%;
  }

}

@media only screen and (max-width: 700px) {

.video-aziendale video {
    width: 100%;
}
#popup, .bMulti {
    min-height: 150px;
}

#popup img {
    width: 100%;
}


}


@media only screen and (max-width: 414px) {
.image_frame {
   margin-bottom: 20px!important;
}

.video-aziendale video {
    width: 120%;
    margin-left: -10%;
}
}



.infobox-azienda ul li {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
