/* 
 Theme Name:     U Green
 Author:         4Us Consulting
 Author URI:     https://www.web-design-site.oficial.ro/
 Template:       Divi
 Version:        Version1
 Description:   A Child Theme for Baterii
Developed by 4Us Consulting www.web-design-site.oficial.ro
*/ 


.ds-vertical-align { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    }
#footer-info {font-size:12px !important;font-weight:200 !important;}
/*------------------------------------------------*/
/*------------[CREATE BOXED SECTION]--------------*/
/*-------------[BY GENO QUIROZ]-------------------*/
/*------------------------------------------------*/

/* boxed sections */

#main-header { border-bottom-style:double;
    border-bottom-width: 10px !important;
              border-bottom-color: #1b9121;
             
}

#footer-widgets {
    padding: 0 0 0 0 !important;
}
.et_pb_gutters3 .footer-widget {
    margin: 0 0 0 0;
}
#main-footer .container {
    width: 100% !important;
      max-width:inherit !important;
}
.single-project #main-footer .container, .single-product #main-footer .container {
     
  max-width:inherit !important;
  
}
.single-project #footer-bottom, .single-product #footer-bottom {
    width: 90% !important;

}



#et-footer-nav , #footer-bottom{
    padding-left: 50px;
    padding-right: 50px;
}

#top-menu li a{
    
        font-weight:300 !important;
        
    }






/* testimonials */
    .gq-module-hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;}
    .gq-module-hover:hover {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        box-shadow: 1px 5px 14px rgba(0, 0, 0, 3);
        z-index: 1;}

