/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-spacing-xlarge>li {
    margin: 0 16px;
}
.header-main {
     box-shadow: 2px 2px 20px #00000017;
 }
.support-client .col.large-3{border-right: 1px solid #e4e4e4;}
.support-client .row-content{border-left:1px solid #e4e4e4; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4}
.support-client .col.large-3:hover h3{color:white; background:#ff403f}
.support-client .col-inner{height: 100%;}
.support-client h3{background: #e8e8e8;
    color: dimgrey;
    border-radius: 4px;
    font-size: 19px;
    padding: 4px;}
.client-review .icon-box {
    border-radius: 5px;
    border: 1px dashed gray;
    padding: 15px;
}
.client-review .icon-box .icon-box-img img {
    padding-top: 0;
    border-radius: 99%;
}
.client-review .icon-box-text h3 {
    color: #ffffff;
    background: #6ac318;
    border-radius: 20px;
    padding: 5px 19px;
    display: inline-block;
    width: auto;
    font-size: 19px;
}
.form-contact .col, .lien-he .row-content .col{
    padding-bottom: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}