main .content-page-header h1 {
    text-align: left;
    text-shadow: 0px 1px 5px #00000080;
}

@media (min-width: 768px) {
    main .content-page-header .headercontent {
        padding: 130px 0;
    }
}

main .bgimg:before {
    opacity: .25;
}

main .content-page-header h1:after {
    content: "";
    display: block;
}

h1 {
    background: linear-gradient(to bottom, #4b8e6694 0%, #4b8e6694 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 24px 25px;
    text-decoration: none;
    transition: background-size .2s;
    display: inline;
}

.single-post__content :is(h2) {
    background: linear-gradient(to bottom, #D9E8DF 0%, #D9E8DF 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 10px 18px;
    text-decoration: none;
    transition: background-size .2s;
    display: inline;
}

.btn.btn-main p {
    margin: 0;
    line-height: 1;
}

.btn.btn-main a {
    background: transparent linear-gradient(90deg, #C4915D 0%, #B06B28 100%);
    color: #fff;
    border-radius: 3px;
    padding: 15px 30px;
    margin-block: 10px;
    display: block;
    transition: background 0.2s ease-in-out;
    font-weight: bold;
    border: none;
    word-break: break-word;
    line-height: 1.4;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

.btn.btn-main {
    all: unset;
    padding: 0;
}

.btn.btn-main a:hover {
    background: transparent linear-gradient(-90deg, #C4915D 0%, #B06B28 100%);
    text-decoration: none;
}

.single__post-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    /* flex-direction: column; */
    align-items: center;
}

@media (min-width: 600px) {
    .single__post-meta {
        align-items: center;
        gap: 20px;
        flex-direction: row;
    }
}

.post-meta__read-time {
    text-transform: uppercase;
    background-color: #4B8E66;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.post-meta__author {
    text-transform: capitalize;
    color: #5E5E5E;
}

.post-meta__author strong {
    color: #000;
}

p#breadcrumbs {
    font-size: 16px;
    /* display: none; */
}

.yb__separator {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.931' height='9.773' viewBox='0 0 5.931 9.773'%3E%3Cpath id='Icon_awesome-chevron-down' data-name='Icon awesome-chevron-down' d='M4.9,14.457.555,10.107a.537.537,0,0,1,0-.76l.507-.507a.537.537,0,0,1,.759,0l3.463,3.447L8.747,8.84a.537.537,0,0,1,.759,0l.507.507a.537.537,0,0,1,0,.76L5.664,14.457A.537.537,0,0,1,4.9,14.457Z' transform='translate(-8.683 10.17) rotate(-90)' fill='%23282828'/%3E%3C/svg%3E%0A");
    margin-inline: 8px;
}

p#breadcrumbs a {
    color: #282828;
}

.form-sidebar:before,
.form-sidebar:after,
.content-page-header.single__header:before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #C4915D;
    z-index: -1;
}

.form-sidebar:before {
    width: 293px;
    height: 86px;
    left: -30px;
    top: 215px;
}


.form-sidebar:after {
    width: 261px;
    height: 293px;
    right: -50px;
    top: -40px;
}

.content-page-header.single__header {
    position: relative;
    pointer-events: none;
    background: #4b8e66;
}

@media (min-width: 1025px) {

    .blog-loop__content,
    .single-post__content {
        margin-right: 30px;
    }
}

@media (min-width: 1536px) {
    .content-page-header.single__header:before {
        width: 143px;
        height: 201px;
        left: -2px;
        top: -2px;
        z-index: 1;
    }
}

.breadcrumb_last {
    color: #4B8E66;
    font-weight: bold;
}

.blog-loop,
.single {
    background-color: #F0F5F2;
    margin-bottom: 0;
}

:is(.blog-loop, .single) .content {
    margin-bottom: 0;
    margin-top: 64px !important;
}

.blog-row__loop {
    display: flex;
    flex-wrap: wrap;
}

.blog-row__loop > * {
    flex: auto;
}

.resp-sharing-button__icon {
    width: 30px;
}

.resp-sharing-button__icon svg {
    fill: #42825b;
}

.single-post__footer {
    display: flex;
    justify-content: end;
}

.post-share__text {
    font-weight: bold;
    line-height: 1 !important;
}

.resp-sharing-button__link {
    line-height: 1;
}

.post-share__share {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-share__text {
    font-size: 16px;
    margin-block: 0 !important;
    color: #282828;
}

.testimonials-block-item-img {
    width: auto !important;
    flex-shrink: 0;
    width: 31px !important;
    height: 31px !important;
}

.testimonials-logo-name-location {
    text-align: left !important;
}

.testimonials-block-items__meta {
    margin-bottom: 5px;
}

.testimonials-block-item-rating {
    width: 13px !important;
    height: 13px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.single__post-header {
    border-bottom: 2px solid #93b9a2;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.aligncenter {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-sidebar {
    background-color: #fff !important;
    position: relative;
    top: -290px;
}

.recommended-posts__title {
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 45px !important;
    background: linear-gradient(to bottom, #E7F8EE 0%, #E7F8EE 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 12px 12px;
    text-decoration: none;
    transition: background-size .2s;
    display: inline;
    line-height: 1;
    padding-inline: 5px;
}

.recommended-posts {
    background-color: #fff;
    padding-block: 80px 100px;
    margin-top: 8rem;
    overflow: hidden;
}

.recommended-posts .row:after {
    content: "";
    display: block;
    width: calc(100% + 40px);
    left: -20px;
    position: absolute;
    height: 228px;
    background: #E7F8EE 0% 0% no-repeat padding-box;
    border-radius: 3px;
    z-index: 1;
    bottom: -40px;
}

.recommended-posts .row .col-md-4 {
    z-index: 2;
}

.recommended-posts .row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.recommended-posts__post {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 1px 1px 5px 2px #0000000f;
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    transition: all ease-in-out .2s;
    /* border-bottom: 5px solid #fff; */
    margin-bottom: 30px;
}

.recommended-posts__post:hover {
    text-decoration: none;
}

.recommended-posts__header {
    display: flex;
    justify-content: center;
}

.recommended-posts__post .recommeded-posts__content:hover {
    border-bottom: 5px solid #C4915D;
}

.recommended-posts__post:hover {
    box-shadow: 0px 2px 6px #c4915d7d;
}

.recommended-posts__post-wrap {
    display: none;
    width: 100%;
}

.recommended-posts__post-wrap:first-of-type {
    display: block;
}

@media (min-width: 992px) {
    .recommended-posts__post-wrap {
        display: block;
        width: 33.33333333%;
    }
}

.recommeded-posts__content {
    padding: 26px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.recommeded-posts__title {
    font: normal normal 900 24px/30px Lato;
    letter-spacing: 0.24px;
    color: #282828;
    text-transform: capitalize;
}

.recommeded-posts__title:hover {
    text-decoration: none;
}

.recommended-posts__post-img-wrap {
    background-color: #e3f7eb;
}

.recommended-posts__post-img {
    height: 229px !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recommended-posts__post-img--placeholder {
    -o-object-fit: contain;
    object-fit: contain;
}

.recommeded-posts__title {
    margin-block: 30px;
}

h2.recommeded-posts__title {
    line-height: 1.5;
    margin-block: 20px 30px !important;
}

.recommeded-posts__rm:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.772' height='11.457' viewBox='0 0 13.772 11.457'%3E%3Cg id='right-arrow' transform='translate(0 -41.346)'%3E%3Cg id='Group_75' data-name='Group 75' transform='translate(0 41.346)'%3E%3Cpath id='Path_70' data-name='Path 70' d='M13.552,46.54,8.578,41.566a.756.756,0,0,0-1.066,0l-.452.452a.748.748,0,0,0-.22.533.763.763,0,0,0,.22.539L9.962,46H.744A.736.736,0,0,0,0,46.739v.639a.764.764,0,0,0,.744.774H10L7.061,51.075a.746.746,0,0,0,0,1.058l.452.45a.756.756,0,0,0,1.066,0l4.974-4.974a.76.76,0,0,0,0-1.07Z' transform='translate(0 -41.346)' fill='%23c4915d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
    margin-left: 10px;
}

.recommeded-posts__rm {
    font-weight: bold;
    margin-top: auto;
}

.recommeded-posts__rm:hover {
    text-decoration: none;
}

section.testimonials-section {
    background-color: #282828;
}

section.testimonials-section h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px !important;
    margin-top: 0;
}

section.testimonials-section h2 {
    color: #282828;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 0;
}

.testimonials-section-block .container:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 35px;
    left: 50%;
    translate: -50%;
    z-index: 1;
    width: min(927px, 80%);
    height: 200px;
    border: 3px solid #C4915D;
}

.testimonials-section-block .container {
    position: relative;
}


.testimonials-section-block .container * {
    z-index: 2;
    position: relative;
    /* padding: 0; */
}

.testimonials-block-wrap .slick-slide {
    text-align: left;
    padding: 0;

}

.testimonials-block-wrap .slick-slide.slick-active {
    display: flex !important;
    overflow: visible;
}

.sidebar-wrapper {
    top: 420px !important;
}

.slick-list.draggable {
    padding-block: 25px 0;
}

.slick-track {
    display: flex;
}

.testimonials-logo-name-location {
    margin: 30px 0 0 0 !important;
    display: flex !important;
    gap: 10px;
    align-items: center;
}

.testimonials-block-item__wrap {
    position: relative;
    height: inherit;
    display: flex;
    flex-direction: column;
    padding: 35px;
}

.testimonials-section__button {
    display: flex;
    justify-content: center;
}

.slide-arrow img {
    -webkit-filter: brightness(0) invert(62%) sepia(36%) saturate(686%) hue-rotate(349deg) brightness(90%) contrast(100%);
    filter: brightness(0) invert(62%) sepia(36%) saturate(686%) hue-rotate(349deg) brightness(90%) contrast(100%);
}

.testimonials-block-item__wrap:before {
    content: "";
    display: block;
    content: url("data:image/svg+xml,%3Csvg id='quote' xmlns='http://www.w3.org/2000/svg' width='50' height='35.714' viewBox='0 0 50 35.714'%3E%3Cg id='Group_64' data-name='Group 64'%3E%3Cg id='Group_63' data-name='Group 63'%3E%3Cpath id='Path_68' data-name='Path 68' d='M21.429,64.1H10.714l7.143,14.286H7.143L0,64.1V42.667H21.429Z' transform='translate(28.571 -42.667)' fill='%23c4915d'/%3E%3Cpath id='Path_69' data-name='Path 69' d='M192.1,42.667V64.1H181.381l7.143,14.286H177.81L170.667,64.1V42.667Z' transform='translate(-170.667 -42.667)' fill='%23c4915d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    top: -10px;
    left: 6px;
}

@media (min-width: 600px) {
    .testimonials-block-item__wrap:before {
        top: -20px;
        left: 6px;
    }
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-block: 10px 60px;
    font-size: 16px;
    align-items: center;
}

.wp-pagenavi :is(.current, .page) {
    padding: 5px 11px;
    margin-inline: 5px;
    border: 1px solid #4b8e66;
    color: #4b8e66;
}

.pages {
    text-transform: uppercase;
    margin-right: 10px;
}

.current {
    background-color: #4b8e66;
    color: #fff !important;
}

.previouspostslink,
.nextpostslink {
    font-size: 120%;
    margin-left: 8px;
}

/* Slick */
.js-recommended-posts.slick-slider .slick-list {
    z-index: 2;
}

.js-recommended-posts.slick-slider .slick-track {
    display: flex;
}

.js-recommended-posts.slick-slider .slick-track .recommended-posts__post-wrap {
    padding-bottom: 10px;
    height: auto;
}

.js-recommended-posts.slick-slider .slick-track .recommended-posts__post-wrap .recommended-posts__post {
    height: 100%;
}

@media (max-width: 992px) {
    .js-recommended-posts.slick-slider .slick-dots {
        margin: 24px auto 0;
        z-index: 2;
    }

    .js-recommended-posts.slick-slider .slick-dots li:before {
        position: static;
        width: 15px;
        height: 15px;
    }

    .js-recommended-posts.slick-slider .slick-dots li button {
        display: none;
    }
}

/*Archive Styling*/
.filter-wrap  .state-menu .state-list {
    display: none;
    position: absolute;
    overflow: hidden;
    bottom: 55px;
    background: #fff;
    border: 1px solid #af6b28;
    border-radius: 3px;
    width: 100%;
    height: 0px;
    max-width: 328px;
    left: 0px
}

.filter-wrap .state-menu {
    position: inherit;
    width: 100%;
    margin-top: 16px;
    position: relative;
}

.filter-wrap .state-menu .state-select {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 52px;
    width: 100%;
    max-width: 328px;
    border: 1px solid #c7ccc7;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 20px;
}



.filter-wrap .state-menu .state-select:after {
    position: absolute;
    right: 18px;
    top: 22px;
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #8e998c;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: ""
}

.filter-wrap .state-menu .state-select:hover {
    border-color: #af6b28;
    color: #282828;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15)
}

.filter-wrap .state-menu .state-select:hover:after {
    border-top-color: #af6b28
}

.filter-wrap .state-menu .state-list {
    display: none;
    position: absolute;
    overflow: hidden;
    bottom: 55px;
    background: #fff;
    border: 1px solid #af6b28;
    border-radius: 3px;
    width: 100%;
    height: 0px;
    max-width: 328px;
    left: 0px;
    z-index: 20;
}

.filter-wrap .state-menu.active .state-select {
    border-color: #af6b28;
    color: #282828;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15)
}

.filter-wrap .state-menu.active .state-select:after {
    border-top-color: #af6b28
}

.filter-wrap .state-menu.active .state-list {
    max-height: 310px;
    height: auto;
    display: block
}

@media (max-width: 768px) {
    .filter-wrap .state-menu.active .state-list {
        max-height: 65vh
    }
}

.filter-wrap .state-menu ul {
    padding: 0px;
    margin-left: 0;
}

.filter-wrap .state-menu ul li {
    font-size: 16px;
    line-height: 52px;
    padding: 0 0 0 15px
}

.filter-wrap .state-menu ul li a {
    display: block;
    color: #5e5e5e;
    transition: unset
}

.filter-wrap .state-menu ul li a:hover {
    text-decoration: none
}

.filter-wrap .state-menu ul li:hover {
    background: #af6b28;
    text-decoration: none
}

.filter-wrap .state-menu ul li:hover a {
    color: #ffffff
}

.filter-wrap .state-menu ul li:before {
    content: none;
    display: none
}
