div.csbd-breadcrumb {
    margin: 20px auto 0px;
}

div.inside-article {
    padding: 7% 10% !important;
    border-radius: 0px;
    box-shadow: none;
    max-width: 98%;
    margin: 0 auto;
    text-shadow: none;
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #eee;
}

.site-content {
    background: transparent;
}

.separate-containers .site-main article {}

h1.entry-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

div.featured-image img {}

.entry-content h2,
.entry-content h3 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.2em;
    font-weight: 600;
    color: #000 !important;
    border-bottom: 1px solid #eee;
    padding: 10px 0px 15px 0px;
}

.entry-content p {
    margin-bottom: 20px;
    text-align: left;
    line-height: 25px;
}

.entry-content p a {
    color: #FF5722;
}

.entry-content p a:hover {
    color: #000;
}

.entry-content strong,
.entry-content b {
    color: #00447b;
    margin-bottom: 20px;
}

.entry-meta {
    color: #00447b;
}

.entry-meta a {
    color: #000;
}

.entry-meta a:hover {
    color: #795548;
}

div.comments-area {
    background-color: #fff !important;
    padding: 10% !important;
    box-shadow: none;
    margin: 0 auto;
    text-shadow: none;
    border: 1px solid #eee;
    color: #000000 !important;
    text-align: left;
}

div.comments-area article {}

div.comments-area h3 {
    color: #000;
}

div.comments-area a {
    color: #00447b;
}

div.comments-area a:hover {
    color: #000;
}

div.comments-area h2.comments-title {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 700;
}

div.comments-area div.comment-content {
    padding: 15px 30px !important;
    border: 1px solid #ddd !important;
    margin-left: 6% !important;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
    display: inline-block !important;
}

div.related-posts {
    margin-top: 30px;
}

div.related-posts ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 10px;
    list-style: none;
    margin-left: 0px;
    padding: 2%;
}

div.related-posts ul li {
    background-color: rgb(255 255 255 / 90%) !important;
    box-shadow: none;
    margin: 0 auto;
    text-shadow: none;
    border: 1px solid #eee;
    color: #000000 !important;
}

div.related-posts ul li a {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-wrap: balance;
    display: block;
    padding: 10% 10%;
}

div.related-posts ul li a:hover {
    background: #00447b;
    color: #fff;
}

div.related-posts ul li a img {
    padding: 8% 10% 0%;
    opacity: 1;
}

div.related-posts ul li a img:hover {
    opacity: 0.8;
}

div.post-share {
    position: fixed;
    right: 0%;
    bottom: 120px;
    background: #fff;
    padding: 7px 6px 0px 7px;
}

div.social-div ul {
    display: inline-block;
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
}

div.social-div ul li {}

div.social-div ul li a {
    display: block;
}

div.social-div ul li a img {
    max-width: 24px;
    border: 1px solid #ccc;
}

div.social-div ul li a img:hover {
    border: 1px solid #1e73be;
}

nav.post-navigation {
    display: block !important;
}

div.g-advert p {
    margin-bottom: 0px;
    text-align: center;
    line-height: 30px;
}

@media screen and (min-width: 768px) {
    nav.post-navigation {
        display: grid;
        grid-template-columns: auto auto;
        grid-column-gap: 50px;
        grid-row-gap: 20px;
        margin-top: 50px !important;
        font-size: 24px;
        font-weight: bold;
    }

}

@media screen and (max-width: 768px) {
    div.inside-article {
        padding: 50px 50px !important;
    }
}

@media screen and (max-width:699px) {

    .comment-form #author,
    .comment-form #email,
    .comment-form #url {
        width: 100% !important;
    }

    p.comment-form-cookies-consent {
        line-height: 25px;
    }
}

@media screen and (max-width: 620px) {
    div.site-content {
        padding: 0px 15px;
    }

    div.inside-article {
        padding: 20px !important;
    }
    div.related-posts ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}