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

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-small.nav>li.html {
    font-size: 14px;
}
.nav-uppercase>li>a {
    font-weight: bolder;
    letter-spacing: 0;
    text-transform: uppercase;
}
.trust {
	margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.trust div {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    padding: 15px;
    border-radius: 12px;
}
.trust b {
    display: block;
    text-transform: uppercase;
}
.trust small {
    color: #bdc6d0;
}
.img.flogo img {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    width: 220px;
    margin-bottom: 20px;
}
.footer-wrapper li:before {
    content: '›';
    color: red;
    margin-right: 8px;
    font-weight: 900;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}