/*
Theme Name: flatsome-child
Theme URI: [Enter the URL of your child theme's website or leave it blank]
Description: Multi-Purpose Responsive WooCommerce Theme.
Author: Talib Ansari
Author URI: [Your website URL or leave it blank]
Template: flatsome
Version: 3.19.4
*/

/* Custom styles go below this line */




.title-h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 58px;
    margin-bottom: 0;
}

h4.upper {
    font-size: 14px;
    font-family: 'Raleway';
    letter-spacing: 2px;
    
}

.footer-ul{
    padding-top:70px !important;
    
    
    
}

.form-section input, textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 55px;
    font-size: 16px;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: none;
}

.form-section input:focus, textarea:focus{
       box-shadow: none;
       border: 1px solid #506f60!important;


}
.form-section input[type='email']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus{
    box-shadow: none;
    box-shadow: none !important;
}

.form-section .form-send-button input{
  max-width: 200px;
  color: #fff;
}

.footer-ul ul li{
    list-style: none;
    margin-left: 0;
    
}

.form-section .imgalignleft {
        display: inline;
        float: left;
        margin-right: 10px;
    }

    .footer-ul .box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: top !important;
        padding-top: 4px;
    }

.footer-ul .box-list-view .box .box-text, .box-vertical .box-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    
    }

.footer-ul .box-image img {
    min-width: 20px !important;
    width: 20px;
    float: left;
}

.footer-ul .box-list-view .box .box-image, .box-vertical .box-image {
         width: auto;
    }
.copyright-footer{
    margin-top: 0;
    padding: 27px 0 20px;
    color: #000;
    
}
.icon-footer{
    
    border-bottom: 1px solid #eee;
    margin-top: 0 !important;
    padding: 20px 0 0 !important;
    
}



@media only screen and (max-width: 600px) {
  .footer-ul .box-vertical .box-image {
        width: auto !important;
        float: left;
    }

}
















