.hentry .post-thumbnail {
    margin-bottom: 30px;
}

.hentry .post-thumbnail img {
    width: 100%;
    height: auto;
}

.entry-content ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields),
.entry-content ol:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) {
    padding-left: 20px;
}

.entry-content ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li,
.entry-content ol:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li {
    margin-bottom: 15px;
}

.entry-content ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li ul,
.entry-content ol:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li ul {
    padding-top: 15px;
}


.hentry .entry-content a {
    color: rgb(var(--secondary-color));
    text-decoration: underline;
}

.hentry .entry-content h1,
.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
    font-weight: 600;
}

.hentry .entry-content * {
    word-break: break-word;
}

.hentry .entry-content h1 {
    font-size: 44px;
    margin: 0 0 15px;
}

.hentry .entry-content h2 {
    font-size: 30px;
    margin: 25px 0 15px;
}

.hentry .entry-content h3 {
    font-size: 26px;
    margin: 25px 0 15px;
}

.hentry .entry-content h4 {
    font-size: 24px;
}

/*Sidebar*/

.main-sidebar .widget:not(:last-child) {
    margin-bottom: 30px;
}

.main-sidebar .widget-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: rgb(var(--primary-color));
    padding: 10px 20px;
    position: relative;
    margin-bottom: 20px;
}

.widget ul li {
    list-style: none;
}
.main-sidebar .widget ul li:not(:last-child) {
    margin-bottom: 10px ;
}

.gform_widget {
    padding: 15px 25px;
    box-shadow: 0px -1px 8px rgba(0,0,0, .2);
}

.gform_widget .widget-title {
    font-size: 28px;
    padding: 0;
    margin-bottom: 5px;
}


@media screen and (max-width: 768px) {

    .entry-content ul:not(.entry-meta) {
        padding: 15px 20px;
        background-color: #fff;
    }
}


/*Archived*/

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}

body.search article.page,
body.search article.post,
body.archive article.post,
body.archive article.page {
    margin-bottom: 50px;
}

.entry-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.entry-meta li:not(:last-child) {
    margin-right: 10px;
}

.entry-meta li {
    list-style: none;
    color: #333 !important;
    line-height: 1.3;
    word-break: break-word;
}

.entry-meta li:not(:last-child) {
    margin-right: 6px;
    padding-right: 10px;
    border-right: 2px solid #ddd;
}

.entry-meta li,
.entry-meta li a {
    font-weight: 600 !important;
    font-size: 15px;
}

.entry-meta li a {
    color: rgb(rgb(var(--primary-color))) !important;
}
.entry-meta li a:hover {
    text-decoration: underline !important;
}

.emg-post-card {
    margin-bottom: 50px;
}

.emg-post-card .post-thumbnail img {
    height: auto;
}

.emg-post-card header.entry-header * {
    margin: 0;
}


.blog-page-post-body .entry-content > * {
    margin-bottom: 0;
}

@media (min-width: 1199px) {

    .blog-page-post-body {
        overflow: hidden;
    }

    .emg-post-card .post-thumbnail {
        float: left;
        margin-right: 30px;
        max-width: 300px;
    }
}

.post-footer a.readMore {
    font-size: 18px;
    font-weight: bold;
}

.emg_pagination {
    text-align: center;
}

.emg_pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(var(--primary-color));
    color: #fff !important;
    border-radius: 0;
    margin: 0 5px;
}

.emg_pagination .prev,
.emg_pagination .next {
    width: auto;
    background: transparent;
    height: auto;
    padding: 0 10px;
}

.emg_pagination span.page-numbers.current {
    opacity: .5;
}

.emg_pagination span.page-numbers.dots {
    width: auto;
    background: transparent;
}

.emg_pagination span.page-numbers.dots,
.emg_pagination .prev,
.emg_pagination .next {
    color: rgb(rgb(var(--primary-color))) !important;
}


@media (max-width: 991px) {


    .hentry .entry-content h1 {
        font-size: 36px;
    }

    .hentry .entry-content h2 {
        font-size: 28px;
    }

    .hentry .entry-content h3 {
        font-size: 24px;
    }

    .hentry .entry-content h4 {
        font-size: 22px;
    }


}


@media (max-width: 480px) {

    .entry-meta {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .entry-meta li:not(:last-child) {
        padding-right: 0;
        border-right: 0;
        margin: 0 0 5px;
    }
}


