/*
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;
}
.footer-wrapper ul li {
    margin-left: 10px !important;
}
.footer-wrapper ul  {
    list-style: none;
}
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    background-color: transparent;
    border: 1px solid;
}
.banner-home h2.uppercase {
    line-height: 1.4em;
}
.about .photo img {
    min-height: 430px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 18px 55px rgba(16, 20, 28, .14);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}