/*Page Content*/

.hentry .post-thumbnail {
    margin-bottom: 30px;
}

.hentry .post-thumbnail img {
    width: 100%;
    height: auto;
}

.entry-content .h2,
.entry-content h2 {
    margin: 25px 0 15px;
}

.entry-content .h3,
.entry-content h3 {
    margin: 20px 0 10px;
}

.entry-content p {
    font-weight: 400;
    color: #333333;
}
.entry-content p {
    margin-bottom: 20px;
}


.entry-content > ul:not(.entry-meta):not(.wufoo-ul) {
    margin: 5px 0 25px;
    padding: 0;
    clear: both;
}

.entry-content > ul:not(.entry-meta):not(.wufoo-ul) li {
    color: #333;
    position: relative;
    list-style: none;
    padding-left: 35px;
}

.entry-content > ul:not(.entry-meta):not(.wufoo-ul) li:before {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(../img/list-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.entry-content > ul:not(.entry-meta):not(.wufoo-ul) li:not(:last-child) {
    margin-bottom: 20px;
}


.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 h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {

}


.has-inline-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.has-inline-list > li {
    flex: 0 0 32%;
    margin-right: 1%;
}

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

    .has-inline-list.list-md-2 > li {
        flex: 0 0 49%;
    }
}

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

    .has-inline-list.list-sm-1 > li {
        flex: 0 0 100%;
        margin-right: 0;
    }
}

/*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: #fff;
    background-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 ;
}


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

    .entry-content > ul:not(.entry-meta) {
        padding: 15px 20px;
        background-color: #fff;
    }
}



@media (max-width:480px){
   
    .nn-review-outer-cont{
        font-size:180%!important
    }
    .nn-combo-left{
        width:100%!important
    }
    .nn-combo-right{
        width:100%!important
    }
    p.nn-review-body,p.nn-samap-body{
        padding-left:.5em!important;
        margin-left:0!important;
        background-image:none!important
    }
    div.nn-review-footer{
        margin-left:3px!important;
        margin-right:3px!important;
        padding:1em!important
    }
}


/*Start Step Form*/

.emg-step-form {
    border: 1px solid #cdcdcc;
    padding: 25px 80px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

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

    .emg-step-form {
        padding: 25px 30px 20px;
    }

}


/*End Step Form*/


.emg-sidebar-contact-form {
    border: 1px solid #cdcdcc;
    margin-bottom: 20px;
    border-radius: 5px;
}



/*Blog Page */

/*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;
    margin-bottom: 10px;
}

.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(var(--primary-color)) !important;
}
.entry-meta li a:hover {
    text-decoration: underline !important;
}

.emg-post-card {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.emg-post-card .post-thumbnail img {
    height: auto;
}

.emg-post-card header.entry-header * {
    margin-top: 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: 50%;
    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(var(--primary-color)) !important;
}
.sidebar-form-wrap {
    box-shadow: rgb(0 0 0 / 15%) 0px 8px 16px 0px;
    padding: 20px;
}
.testimonial-page .wp-block-image:not(:first-child){    
    margin-top: 50px;
}
.testimonial-page .wp-block-image .alignleft{
    float: unset;
}
/*.testimonial-page .wp-block-image .alignleft a img{

}*/

/*@media (max-width: 575px) {
    .entry-meta {
        margin-bottom: 10px;
        flex-direction: column;
        align-items: self-start;
    }
}*/


@media screen and ( max-width: 991px) {
    .sidebar-form-wrap{
        margin-top: 30px;
    }
}
@media screen and ( max-width: 599px) {
    .blocks-gallery-grid{
        align-items: center;
        justify-content: center;
    }
    .blocks-gallery-grid .blocks-gallery-item{
        max-width: 50%;
    }
}