/* GosoftHost Blog Child Theme */

/* Footer nav links */
.footer-links { padding-left: 0; }
.footer-links li { list-style: none; margin-bottom: 6px; }
.footer-links a { color: #8d96a0 !important; text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: #336699 !important; }

/* Nav links */
.wp-block-navigation a { text-decoration: none; }
.wp-block-navigation a:hover { color: #7aacde !important; opacity: 1 !important; }

/* Headings */
h1, h2, h3 { font-weight: 600; }
h3 { color: #336699; }

/* Article styling */
.entry-content p { line-height: 1.8; }
.wp-block-post-excerpt { color: #6c757d; }

/* Reading progress bar at top */
#reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #336699;
    width: 0%;
    z-index: 9999;
    transition: width .1s linear;
}

/* Post card hover */
.wp-block-post:hover h2 a,
.wp-block-post:hover h3 a { color: #336699 !important; }
