.banner-btns a {
    -webkit-font-smoothing: antialiased;
}

.btn.btn-reverse {
    background-color: #fff;
    color: rgb(var(--primary-color));
    border: 2px solid rgb(var(--primary-color));
    padding: 14px 30px 10px;
}

.entry-content h1,
.entry-content .h1 {
    font-size: 40px;
    line-height: 1.35;
    margin: 0 0 15px;
}

.entry-content .h2,
.entry-content h2 {
    font-size: 26px;
}

.entry-content .h3,
.entry-content h3 {
    font-size: 22px;
    line-height: 1.3;
}

.entry-content .h4,
.entry-content h4 {
    font-size: 20px;
    line-height: 1.4;
}

.entry-content .h5,
.entry-content h5 {
    font-size: 18px;
    line-height: 1.5;
}

.entry-content .h6,
.entry-content h6 {
    font-size: 16px;
    line-height: 1.6;
}

.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;
    line-height: 2;
    color: rgb(var(--text-color));
}
.entry-content p {
    margin-bottom: 20px;
}

.hentry > .entry-content a:not(.btn) {
    color: rgb(var(--secondary-color));
    font-weight: 700;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid) li a {
    color: rgb(var(--secondary-color));
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid) li a:hover {
    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-family: var(--secondary-font);
}

.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
    line-height: 1.3;
    font-weight: 500;
}

.pulsem-embed-widget iframe {
    max-width: initial !important;
    width: 100% !important;
    height: 2000px !important;
}


.main-sidebar ul:not(.c20_social) li {
    list-style: none;
}

.main-sidebar ul:not(.c20_social) {
    padding: 0;
    margin: 0;
}

.main-sidebar ul:not(.c20_social) ul {
    padding: 0;
}

/*.main-sidebar ul:not(.c20_social) li {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 6px 0;
}
*/

.main-sidebar ul:not(.c20_social) li:not(:last-child) {
    margin-bottom: 15px;
}

.main-sidebar ul:not(.c20_social) li.menu-item-has-children {
    padding-bottom: 0;
}

.main-sidebar ul:not(.c20_social) li a {
    font-size: 19px;
    color: rgb(var(--text-color));
    padding: 0;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1.4;
    font-family: var(--secondary-font);
    text-decoration: none;
}

/*.main-sidebar ul:not(.c20_social) li a:after,
.main-sidebar ul:not(.c20_social) li a:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 3px;
    transform: translateY(-50%);
    transition: .3s;
    background-color: rgb(var(--secondary-color));
    z-index: -1;
}
.main-sidebar ul:not(.c20_social) li a:after {
    background-position: center;
    background-image: url(../img/control/icon-next.png);
    background-repeat: no-repeat;
    background-size: auto;
}
*/

.main-sidebar ul:not(.c20_social) li a:hover {
    color: rgb(var(--secondary-color));
    text-decoration: none;
}

/*.main-sidebar ul:not(.c20_social) li a:hover:before {
    width: 100%;
    height: 100%;
}

*/

/*Review Module*/
.page-review {
    max-width: 100%;
    text-align: center;
    margin: 40px auto;
    clear: both;
}

.review-header {
    background-color: rgb(var(--secondary-color));
    padding: 0 15px;
    border-radius: 0;
}

.review-header h2 {
    font-size: 18px;
    padding: 16px 0;
    color: #fff;
}

.review-body {
    padding: 20px;
    border-radius: 0 0 2px 2px;
    border: 1px solid #E4E4E4;
    background-color: #fff;
}

.review-star-count {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 5px 0 15px;
}

.review-text {
    font-size: 16px;
    line-height: 1.9;
    color: #333333;
    margin-bottom: 15px;
}

.review-star-count img:not(:last-child) {
    margin-right: 6px;
}

.review-author {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    margin-bottom: 10px;
}

.review-footer {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review-footer__right a {
    margin-bottom: 10px;
}

.review-footer__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*.review-footer__right .btn {
    box-shadow: none;
    border: 2px solid rgb(var(--secondary-color));
    color: rgb(var(--secondary-color)) !important;
    background: #fff !important;
    font-size: 17px;
    padding: 10px 20px 8px;
}

.review-footer__right .btn:hover {
    background: rgb(var(--secondary-color)) !important;
    color: #fff !important;
    border-color: rgb(var(--secondary-color)) !important;
}*/

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

    .review-footer__right .btn {
        width: 100%;
    }
}

@media screen and (min-width: 1199px) {

    .review-header h2 {
        font-size: 20px;
    }

    .review-text {
        padding: 0 15px;
    }

    .review-footer {
        flex-direction: row;
        justify-content: space-between;
    }
}


/*Slogan module*/

.slogan-section {
    text-align: center;
    border: 1px solid #E4E4E4;
}

.slogan-section__header {
    border-top: 5px solid rgb(var(--primary-color));
}

.print-button {
    background-color: rgb(var(--primary-color));
    padding: 15px 50px 10px 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border: none;
    color: #FFFFFF;
    margin-top: 10px;
    border-radius: 50px;
    line-height: 18px;
    margin: 0 auto;
    color: rgb(var(--primary-color));
    display: inline-block;
    position: absolute;
    right: 4rem;
    cursor: pointer;
}

/*Sidebar*/
.main-sidebar .widget-title {
    line-height: 1.4;
    font-weight: 900;
    padding: 0 0 15px;
    position: relative;
    margin-bottom: 0;
    background: transparent;
    color: rgb(var(--text-color));
    font-size: 32px;
    border-bottom: 4px solid rgb(var(--secondary-color));
    margin-bottom: 15px;
}

.main-sidebar .widget:not(.widget_custom_html) {
    border: 4px solid rgb(var(--secondary-color));
    border-radius: 6px;
    background-color: #FAFCFE;
}

.main-sidebar .widget:not(:last-child) {
    margin-bottom: 32px;
}

/*.main-sidebar .widget_recent_entries,
.main-sidebar .widget_categories,
.main-sidebar .widget_nav_menu {
    padding: 30px 35px 30px;
}*/

.main-sidebar .widget:not(.widget_custom_html) {
    padding: 25px 30px 20px;
}

.main-sidebar .widget_recent_entries .post-date {
    font-weight: bold;
    font-size: 15px;
}

.c20_collapse {
    border-bottom: 1px solid #fff;
}
.c20_collapse:not(:last-child) {
    padding-bottom: 10px;
}

/*.c20_collapse.c20_collapse_open.collapse_icon .c20_collapse_header{
    color: #333333;
    background: transparent;
}*/

/*.c20_collapse.c20_collapse_open .c20_collapse_header {
    background: rgb(var(--primary-color));
    color: #fff;
}*/


/*.c20_collapse.collapse_icon .c20_collapse_header {
    background: rgb(var(--primary-color));
    color: #fff;
}*/

.collapse_status,
.c20_collapse_header {
    color: #fff;
}
.c20_collapse_header {
    font-size: 20px;
    background-color: rgb(var(--primary-color));
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: .5s;
    line-height: 1.5;
    font-weight: 900;
    padding: 15px 20px;
}

.collapse_status {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-left: auto;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 30px;
    margin-top: -11px;
    color: #fff;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.collapse_icon:not(.c20_collapse_open) .collapse_status:before,
.c20_collapse.c20_collapse_open .collapse_status:before {
    content: "\2212";
}
.collapse_status:before,
.c20_collapse_open.collapse_icon .collapse_status:before {
    content: "\002b";
}

.c20_collapse_nav {
    padding: 5px 0;
}

.c20_collapse:not(.c20_collapse_open) .c20_collapse_nav {
    display: none;
}

/*.c20_collapse .menu ul,
.c20_collapse_nav ul {
    padding: 0;
    margin-bottom: 0;
}

.c20_collapse .menu ul li,
.c20_collapse_nav ul li {
    list-style: none;
}
*/
/*.c20_collapse .menu ul li a,
.c20_collapse_nav ul li a {
    font-size: 16px;
    color: #333;
    padding: 18px 20px;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.1);
}
*/

/*.c20_collapse .menu .sub-menu li a,
.c20_collapse_nav .sub-menu li a {
    padding-left: 40px;
}*/

/*.c20_collapse .menu ul li:last-child a,
.c20_collapse_nav ul li:last-child a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
*/

/*.c20_collapse .menu .sub-menu li:last-child a,
.c20_collapse_nav .sub-menu li:last-child a {
    border-bottom: 0;
}*/

/*.c20_collapse .menu ul li a:hover,
.c20_collapse_nav ul li a:hover {
    background-color: rgba(54, 77, 126, 0.06);
}*/

.c20_collapse_contact .c20_collapse {
    background: transparent;
}

.c20_collapse_contact .c20_collapse_nav {
    padding: 15px 0 0;
}
.c20_collapse_contact .c20_collapse_header {
    background-color: #E12D2B;
    color: #fff;
}



/*Tips*/
.c20-tips-module {
    text-align: left;
    background-color: rgba(var(--secondary-color), .06);
    width: 100%;
    max-width: 1110px;
    margin: 15px auto;
}

.tips-header {
    background-color: rgb(var(--secondary-color));
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 7px 20px;
    font-family: var(--secondary-font);
}

.tips-body {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #eee;
    border-top: 0;
}

.tips-thumb {
    margin-right: 20px;
    min-width: 120px;
    flex-basis: 120px;
}

.tips-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.tips-author {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    font-family: var(--secondary-font);
}

/* End Tips*/


/*Blog*/

.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: 40px;
}


article.c20-post-card {
    margin-bottom: 30px;
}

.c20-post-card:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.entry-meta {
    padding: 0;
    margin-bottom: 10px;
}

.entry-meta li {
    list-style: none;
    display: inline-block;
}

.entry-meta li {
    color: #333 !important;
    line-height: 1;
}

.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;
}

.entry-meta li:not(:last-child) {
    margin-right: 6px;
    padding-right: 10px;
    border-right: 2px solid #ddd;
}

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

.c20-post-card header.entry-header a {
    text-decoration: none;
}

@media (min-width: 1199px) {

    .blog-page-post-body {
        overflow: hidden;
    }

    .c20-post-card .post-thumbnail {
        float: left;
        margin-right: 30px;
        max-width: 300px;
    }
}

.post-footer a.readMore {
    font-size: 18px;
    font-weight: bold;
}

.c20_pagination {
    text-align: center;
}
.c20_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;
    border-radius: 50%;
    margin: 0 5px;
}

.c20_pagination .prev,
.c20_pagination .next {
    width: auto;
    background: transparent;
    height: auto;
    color: rgb(var(--primary-color));
    padding: 0 10px;
}

.c20_pagination span.page-numbers.current {
    opacity: .5;
}

.c20_pagination span.page-numbers.dots {
    width: auto;
    background: transparent;
    color: rgb(var(--primary-color));
}


@media (max-width: 1280px) {

    .c20-page-banner-img {
        width: 48%;
        margin-top: 20px;
    }

}


@media (max-width: 1199px) {

    .review-footer__left img {
        max-width: 120px;
    }
  
    .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .wp-block-column {
        flex-basis: 100%;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
}


@media (max-width: 991px) {

    .entry-content h1,
    .entry-content .h1 {
        font-size: 32px;
    }

    .entry-content .h2,
    .entry-content h2 {
        font-size: 26px;
    }

    .entry-content .h3,
    .entry-content h3 {
        font-size: 22px;
    }

    .review-header h2 {
        font-size: 18px;
    }

    .c20-page-banner {
        padding: 60px 0;
    }
    .banner-title {
        font-size: 42px;
    }

    .banner-title span {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .wp-block-columns {
        flex-wrap: nowrap !important;
    }

    .wp-block-column {
        flex-basis: 100%;
    }

    .wp-block-column:not(:last-child) {
        margin-bottom: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 15px;
    }
}


@media (max-width: 768px) {

    .wp-block-columns {
        flex-wrap: wrap !important;
    }
    
    :where(.wp-block-columns.is-layout-flex) {
        gap: 0;
    }

    .wp-block-column {
        flex-basis: 100%;
    }

    .wp-block-column:not(:last-child) {
        margin-bottom: 30px;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
    
    .wp-block-column:not(:only-child) {
        flex-basis: 100%!important;
        flex-grow: 0;
    }

}


@media (max-width: 600px) {

    .entry-content h1,
    .entry-content .h1 {
        font-size: 32px;
        line-height: 1.35;
    }

    .entry-content .h2,
    .entry-content h2 {
        font-size: 26px;
    }

    .entry-content .h3,
    .entry-content h3 {
        font-size: 22px;
    }

    .entry-content .h4,
    .entry-content h4 {
        font-size: 20px;
    }

    .entry-content .h5,
    .entry-content h5 {
        font-size: 18px;
    }

    .entry-content .h6,
    .entry-content h6 {
        font-size: 16px;
    }

    .c20_page_banner {
        padding: 80px 0 80px;
        text-align: center;
    }

    .c20-page-banner-img {
        width: 100%;
    }
    
    .banner-title {
        font-size: 34px;
    }

    .banner-title span {
        font-size: 26px;
    }

    .entry-content ul:not(.entry-meta):not(.blocks-gallery-grid) {
        padding: 20px 20px;
    }
}





