div#page div#single-wrapper {
    background: #fff;
    padding-top: 84px;
}
.single-post h1.entry-title {
    width: 100%;
    text-transform: unset;
    font-size: 32px;
    font-weight: 600;
    color: #1b1e20;
    margin-bottom: 15px;
}
span.posted-on {
    display: block;
    font-size: 16px;
}
.posted-on a {
    color: #20a5b8 !important;
    max-width: 280px;
    line-height: 1.6;
    margin: 10px 0;
    font-weight: 600;
}
span.byline {
    display: none;
}
.post .wp-post-image {
    width: 90%;
    height: auto;
}
.single-post .entry-content {
    width: 100%;
    margin-top: 20px;
}
.single-post .entry-content p {
    line-height: 2;
}
.single-post .entry-content h2 {
    background: linear-gradient(45deg, #1981c6, #18a053);
    padding: 10px 16px;
    color: white !important;
    border-left: 10px solid #ffa500;
    font-size: 26px;
    text-transform: capitalize;
}
.single-post .entry-content h3 {
    font-size: 20px;
    text-transform: initial;
}
.row.nav-links a {
    color: #15a24a;
    font-weight: 500;
    font-size: 18px;
}
.single-post .widget_recent_entries h3.widget-title {
    background-color: #20a5b8;
    padding: 10px 0;
    margin-top: 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.single-post .widget_recent_entries ul {
    color: #20a5b8;
    list-style: none;
    padding: 12px 0 30px !important;
    text-align: center !important;
}
.single-post .widget_recent_entries li {
    border-bottom: 1px solid #dcdcdc;
    padding: 2px 0;
}
.single-post .widget_recent_entries li a {
    color: #20a5b8 !important;
    max-width: 280px;
    line-height: 1.6;
    font-weight: 600;
    margin: 10px auto;
    width: 100% !important;
    display: block;
    font-size: 15px;
}
.single-post .widget_recent_entries li:hover {
    background-color: #f1f1f1;
}
.widget_recent_entries li:hover {
    border-right: 2px solid;
    border-left: 2px solid;
}
.subscribe-form {
    background: #fbfcfd;
    border: 1px solid #20a5b8;
    padding: 30px;
    margin: 60px 0 20px;
}
.subscribe-form div,
.single-post .subscribe-form > div > p {
    text-align: center;
    width: 100%;
}
img.subscribe_img_icn {
    max-width: 100px;
    width: 100%;
    margin: auto;
}
p.subscribe-text {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}
#commentform label {
    color: #15a24a;
    font-weight: 500;
}
p.form-submit {
    margin-top: 20px;
}
p.form-submit input#submit {
    border: none;
    padding: 10px 20px;
    background: linear-gradient(45deg, #1981c6, #18a053);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
/* Large Screens */
@media (min-width: 1500px) {
    html body #content div#primary {
        max-width: calc(100% - 100px);
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    html body div#page div#primary + .widget-area[role="complementary"] {
        max-width: 380px;
        position: relative;
        margin: 0;
        margin-right: -280px;
        left: 0;
        top: 60px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-post aside#recent-posts-2 {
        background: #fbfcfd;
        border: 1px solid #f7f7f7;
        border-top: 2px solid #20a5b8;
        margin-top: 20px;
    }
}
/* Extra Large Screens */
@media (min-width: 1920px) {
    .single-post div#right-sidebar {
        position: absolute;
        right: 60px;
    }
}
/* Mobile */
@media (max-width: 767px) {
    div#right-sidebar {
        height: 100%;
    }

    div#page div#single-wrapper {
        padding-top: 64px;
    }
    .single-post .entry-content h2{
        font-size: 22px;
    }
}
main#main article a {
    color: #1981c4;
    font-weight: 600
}