/*  
Theme Name: Reba
Theme URI: http://www.skthemes.com
Version: 1.0
Description: Created by skthemes
Author: skthemes
Author URI: http://www.skthemes.com
Tags: custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: reba

---------*/

.related-post {
    margin-top: 30px;
}
.related-post .rpost {
    border: 1px solid var(--border);
}
.related-post img {
    margin-bottom: 15px;
}
.related-post h6 {
    padding: 0 20px;
}
.related-post h6 a {
    color: var(--heading);
}
.related-post h6 a:hover {
    color: var(--main);
}
.footer-bg {
    background-image: url(assets/images/footer-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-links li {
    display: inline-block;
}
.social-links li a {
    display: inline-block;
    background: var(--sub);
    color: var(--white);
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 100%;
    margin-right: 5px;
    text-align: center;
}
.social-links li a:hover {
    background: var(--thub);
    color: var(--white);
}

.topbar-social ul {
    text-align: left;
}
.notice-text {
    color: var(--white);
    font-weight: 700;
    margin-top: 5px;
}
#mainNav .navbar-brand {
    padding: 0;
}
#mainNav .dropdown-menu {
    margin: 0;
    padding: 0;
}
.contact-info i {
    color: var(--main);
    margin-right: 5px;
}
#ez-toc-container {
    box-shadow: none;
    margin-bottom: 20px;
}
.ez-toc-title-container {
    margin-bottom: 10px;
}
.footer-bottom #ez-toc-container {
    display:none
}
#ez-toc-container {
    padding: 20px 40px;
}
div#ez-toc-container ul li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
}