/*
 * Theme Name:  Authentic: Child Theme
 * Theme URI:   https://themeforest.net/item/authentic-lifestyle-blog-magazine-wordpress-theme/16249526
 * Description: Child theme of the parent Authentic theme.
 * Author:      Code Supply Co.
 * Author URI:  http://www.codesupply.co
 * Template:    authentic
 * Template Version: 1.0.8
 * Version: 1.0.0
 */

/* Copy any classes from parent and paste here. It will override the parent's version. */

@import url(dist/css/vendors.min.css);

.navbar-primary {
    text-align: right;
}

.footer-copyright {
    display: inline-block;
    text-align: left;
    width: 49%;
}

.navbar-footer {
    display: inline-block;
    text-align: right;
    width: 50%;
}

.btn {
    border-radius: 15px;
}

.navigation.pagination .nav-links {
    border: 0;
}

.post-content .content a:not(.btn) {
    color: #595959;
    border-bottom: 0px solid #c9e8ff;
    -webkit-box-shadow: inset 0 -6px 0 #c9e8ff;
    box-shadow: inset 0 -6px 0 #c9e8ff;
}

.post-content .content ul li a:not(.btn),
.post-content .content ol li a:not(.btn) {
    color: #000;
}

.post-content .content a:not(.btn):hover, .post-content a:not(.btn):focus,
.post-content .content ul li a:not(.btn):hover, .post-content ul li a:not(.btn):focus,
.post-content .content ol li a:not(.btn):hover, .post-content ol li a:not(.btn):focus {
    color: #000;
    background-color: #c9e8ff;
}

@media (min-width: 992px) {
    .footer-sidebars {
        align-items: center;
        justify-content: center;
    }

    .footer-sidebars .footer-sidebar {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .footer-copyright {
        line-height: 2;
        margin-bottom: 1rem;
        text-align: center;
        width: 100%;
    }

    .navbar-footer {
        line-height: 2;
        margin-bottom: 1rem;
        text-align: center;
        width: 100%;
    }
}
