/*
 * Theme Name:  Authentic Child
 * Theme URI:   https://codesupply.co/themes/authentic/
 * Description: Authentic Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    authentic
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

body.lato * {
    font-family: Lato !important;
}
body.roboto * {
    font-family: Roboto !important;
}

.navbar-col:first-child > div {
    display: none;
}
@media (max-width: 1121px) {
    .navbar-col:first-child > div {
        display: block;
    }
}

.nav.navbar-footer {
    width: 100%;
    text-align: center;
}
.footer-info {
    padding-top: 0 !important;
}
@media (max-width: 700px) {
    .nav.navbar-footer ul li {
        display: block;
        margin-left: 0;
        text-align: center;
    }
    .nav.navbar-footer ul li a {
        display: inline-block;
    }
}

/*
.footer-section.contact {
    background-color: #ffffff;
}*/
.footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-contact .button-primary {
    background-color: #9acd32 !important;
    color: #ffffff !important;
}
.footer-contact .headerTel a{
    color: #9acd32 !important;
}
.footer-contact .headerTel a:hover{
    color: #a40562 !important;
}


