/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
.vc_custom_1719912451840 {
    padding-top: 7% !important;
}
@media (min-width: 1600px) {
    .footer-radius {
        border-radius: 0 200px 0 0;
    }
}

#FOOTER .has-palette-754-background-color
{
    background-color: #313131;
}

#FOOTER .footer_links a
{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    color: #939393
}
#FOOTER .footer_links a:hover
{
    color: white;
    text-decoration: none;
}

#FOOTER .vcex-social-links__item:hover
{
    color: #444;
    border-color: white;
    background-color: white;
}

.vcex-post-type-entry.vcex-grid-item img
{
       border-radius: 5px 5px 0 0;
}
.vcex-post-type-entry.vcex-grid-item .wpex-bordered
{
       border-radius: 0 0 5px 5px;
}

 