/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.home_page h3{font-size: 55px;}
.home_page h4{text-align: center; color: #fff; font-size: 40px;}
.home_page h4 b{font-size: 80px;}
.section_home {border: 1px solid #333;}
.section_home img{border-radius: 20px;}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{margin-bottom: 0;}
.woodmart-logo-wrap.switch-logo-enable img {
    max-height: 170px !important;
}
.powered {
    font-size: 14px;
    font-weight: 600;
	 -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}

@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
.powered:hover {
    color: #004f82!important;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{padding-top: 0!important;}
#text-2 {
    text-align: center;
    border: 2px solid #f2f2f2;
    padding: 13px;
    background: #ffffff57;
}
#text-2 img{width:20%; margin-bottom: 10px;}
#text-2 b{font-weight: 700;
    font-size: 18px;
    color: #9bccc9;}
#text-2 i{font-style: oblique;
    font-weight: 700;}
.fb-page, .fb-page span, .fb-page span iframe[style] {width: 100% !important;} 
._2p3a{margin: auto!important;}
.page-id-26 .main-page-wrapper{padding-top: 0;}
.footer-container{background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(177,204,202,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 30%,rgba(177,204,202,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 30%,rgba(177,204,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b1ccca',GradientType=0 );}

.box_product img {border-radius: 23px;
    border: 4px solid #f2f2f2;
    -webkit-box-shadow: 1px 1px 32px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 32px -8px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 32px -8px rgba(0,0,0,0.75);
}
.certificazioni{font-size:20px;}
.punto_vendita h3{font-size: 34px;
    text-align: center;}
.risultato{text-align: center;
    font-size: 17px;
    font-weight: 400;}
	.risultato b{font-weight: 700;
    background: #9dccc9;
    padding: 5px;
    color: #fff;
    border-radius: 12px;}
.cit {
    font-weight: 600;
    font-size: 20px;
    color: #333;
}
.home-loghi {
    font-weight: 500;
    color: #000;
    text-align: center;
}
@media only screen and (max-width: 600px) {

.home_page h3 {
    font-size: 45px;
}
.home_page h4{text-align: center; color: #fff; font-size: 20px;}
}
.risultato b{display:block;}
.risultato{padding:0 15px;}
.risultato a {
    font-size: 14px;
    display: block;
    font-weight: 700;
}