/**
====================================================================
  Breadcrumbs
====================================================================
*/

.page-title .breadcrumb-wrapper {
    text-align: right;
}

.page-title h1 {
    padding-bottom: 0;
}

.page-title #breadcrumbs {
    margin-top: 10px;
    margin-bottom: 30px;
}

.page-title span {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
}

.page-title .breadcrumbs li {
    display: inline-block;
    padding: 0 3px;
}

.page-title .breadcrumbs li:after {
    content: ">";
    display: inline-block;
    padding-left: 5px;
}

.page-title .breadcrumbs li:last-child::after {
    display: none;
}

.page-title .breadcrumbs li a {
    padding-left: 10px;
}

.page-title h1 {
    padding-bottom: 0;
}

.page-title span {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
}

/**
====================================================================
  Sticky Header
====================================================================
*/

#header-main.sticky {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 2px 4px -2px;
    -webkit-box-shadow: 0px 2px 4px -2px;
    -moz-box-shadow: 0px 2px 4px -2px;
}

#header-main.sticky p.site-description {
    margin: 0;
}

#header-main {
    background: #fff;
}

header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sticky .os-container {
    position: relative !important;
}

.admin-bar #header-main.sticky {
    margin-top: 30px !important;
}


/**
====================================================================
  Realted Posts
====================================================================
*/

.related-posts {
    margin-top: 100px;
    margin-bottom: 0;
}

.related-posts h3 {
    text-align: center;
}

.single .related-posts .blog-post .image {
    margin-bottom: 0;
}

.single .related-posts .blog-post .meta {
    width: 100%;
    margin: 0;
    text-align: left;
}

.related-posts.archive article{
    width: 32%;
}


/**
====================================================================
  Author Box
====================================================================
*/

.single .postauthor-wrap {
    margin-bottom: 50px !important;
}

.author-info {
    margin-top: 70px;
    background: #f5f5f5;
    padding: 50px;
}

.author-avatar img {
    border: 1px solid #ddd;
}

.postauthor img {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.author-aka {
    font-size: 16px;
    text-transform: lowercase;
    font-weight: normal;
    color: #5e5e5e;
}

.author-aka-name {
    font-size: 17px;
    text-transform: lowercase;
    font-weight: normal;
    color: #111111;
}

.post-author-links {
    display: inline-block;
}

a.author-link {
    background: #cc0000;
    color: #fff;
    width: 30px;
    text-align: center;
    line-height: 1;
    height: 30px;
    font-size: 12px;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 100%;
    margin: 0 7px 0 0;
    float: left;
}

a.author-link.f {
    background: #3b5998;
}

a.author-link.t {
    background: #2DA8D2;
}

a.author-link.i {
    background: #EC3B58;
}

a.author-link.l {
    background: #2A7BB6;
}

a.author-link.w {
    background: #e64522;
}

.author-description h4 {
    padding: 0;
}

.author-desc {
    margin-bottom: 20px;
}

.view-more-posts {
    margin-top: 20px;
}

.post-author-links a,
.post-author-links a:hover {
    color: #fff !important;
}


/**
====================================================================
  Social Share Icons
====================================================================
*/

.social-share-links {
    margin-top: 80px;
    text-align: center;
}

.social-share-links .social-share-list li {
    display: inline-block;
    padding: 20px;
    padding-top: 0;
    font-size: 20px;
}

.social-share-links .social-share-list li  a {
    font-size: 20px;
}


/**
====================================================================
  Author Info Widget
====================================================================
*/

#author-info-box li {
    display: inline-block;
    width: 40px;
    padding: 7px;
    text-align: center;
    border: 1px solid #cecece;
}

#author-info-box .fa-facebook-f {
    color: #3b5998;
}

#author-info-box .fa-twitter {
    color: #1da1f2;
}

#author-info-box .fa-instagram {
    color: #df2176;
}

#author-info-box .fa-pinterest-p {
    color: #cc0000;
}

.author-image-widget {
    margin-top: 25px;
}

.author-image-widget img {
    vertical-align: middle;
    border-radius: 2%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.49);
}

#author-info-box h5 {
    margin-top: 10px;
}


/**
====================================================================
  Footer Columns 
====================================================================
*/

.blog footer h4.widget-title, 
.search footer h4.widget-title, 
.archive footer h4.widget-title, 
.single footer h4.widget-title {
    border-bottom: none;
}

footer .title,
footer .content {
    width: 100% !important;
}


/**
====================================================================
  Archive 
====================================================================
*/

.archive article {
    width: 32% !important;
}

.archive .wp-block-latest-comments__comment article {
    width: 100% !important;
    padding: 0;
    margin: 0;
}


/**
====================================================================
  Misc 
====================================================================
*/

.owl-dots button,
.owl-nav button {
    background: none !important;
}

.footer-widgets-wrapper .widget-column {
    margin-bottom: 0;
}

.top-menu .navigation>li>a:before {
    z-index: 0 !important;
}

/**
====================================================================
  Responsive Media Queries
====================================================================
*/


@media only screen and (max-width: 480px) {  

    .author-info {
        padding: 25px;
    }

    .navbar-toggle {
        padding: 9px 0px !important;
    }

    li.menu-cart a span.badge {
        margin-left: -8px !important;
    }

    .loader-wrapper {
        display: inline-block;
    }

    #pre-loader {
        left: 42% !important;
        top: 42% !important;
    }

}

@media only screen and (max-width: 767px) {
    header {
        position: relative !important;
    }

    #content {
        margin-top :0 !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .top-menu .navigation > li {
        overflow: hidden;
    }

    header {
        position: relative !important;
    }

    #content {
        margin-top :0 !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    header {
        position: relative !important;
    }

    #content {
        margin-top :0 !important;
    }
}
