<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 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;
}

/* modified on 2022.09.14 - start */
.page-header h1, .post-header h1 {
    text-shadow: 3px 3px 0px rgba(0,0,0, 0.5);
}

.content h2 {
    font-size: 30px;
}

.content h3 {
    color: #2d7dbe;
    font-size: 23px;
}

.post-author {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.post-author p {
    padding-left: 1.25rem;
    text-align: left;
}

.post-author .avatar {
    margin-bottom: 0;
}

.post-author,
.post-archive-related {
    border: none;
    position: relative;
}

.post-author::before {
    background-color: #eceeef;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 83.33%;
}

.post-archive-related::before {
    background-color: #eceeef;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 83.33%;
}

.navbar-primary .navbar-nav &gt; li.menu-item.current-menu-item &gt; a {
    font-weight: bold;
}

@media (max-width: 1024px) {
    .post-author {
        flex-direction: column;
        justify-content: center;
    }

    .post-author .avatar {
        margin-bottom: 2rem;
    }

    .post-author::before {
        width: 100%;
    }

    .post-archive-related::before {
        width: 100%;
    }
}
/* modified on 2022.09.14 - end */

@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%;
    }
}

@media only screen and (min-width: 768px) {
    body.category .list-categories {
        display: none;
    }
}
</pre></body></html>