.taf-filter-container {
    margin: 0 auto;
}

.taf-tabs {
    margin-bottom: 35px;
    border: none;
    display: flex;
    align-items: center;
}
.taf-tab {
    padding: 10px 20px;
    background: #fff;
    border: none;
    cursor: pointer;
    margin-right: 5px;
    transition: 0.3s;
}

.taf-tab.active {
    background: #007bff;
    color: white;
}

.taf-form {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.taf-select-wrap {
    flex: 1;
}

.taf-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.taf-filter-btn {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.taf-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32.333%, 1fr));
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 70px;
}

.taf-post-item {
    border: 1px solid #ddd;
    padding: 35px 15px;
    border-radius: 4px;
}

.taf-post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.taf-load-more-wrap {
    text-align: center;
}

.taf-load-more {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.taf-post-item.Spanish {
    display: none;
}


.taf-post-item {
    background: #faefe0;
}

button#taf-load-more {
    background: #772a12;
    font-weight: 600;
}
button#taf-load-more:hover {
    color: #ef9e62;
}

select.taf-select {
    border: 2px solid #772a12 !important;
    color: #772a12;
    font-weight: 800;
}

select.taf-select:focus-visible {
    border: 2px solid #772a12 !important;
    outline: #772a12;
}

.taf-tab {
    color: #772a12;
    height: 50px;
    font-size: 16px;
    font-weight: 800;
    border: 4px solid #f0e3d9;
    background: #fff;
    margin: 0px;
    border-radius: 0px;
    position: relative;
    z-index: 1;
}

.taf-tab.active {
    background: #772a12;
    border-color:#772a12 ;
}

button.taf-tab:hover {
    background: #fff;
    color: #772a12;
}

button.taf-tab.active:hover {
    background: #772a12;
    border-color: #772a12;
    color: #fff;
}


button.taf-tab:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 27px solid #772a12;
    border-right: 27px solid transparent;
    transition: .3s linear opacity;
    opacity: 0;
    visibility: hidden;
}

button.taf-tab.active:after{
    opacity: 1;
    visibility: visible;
}

.taf-form .taf-filter-btn svg {
    height: 24px;
    fill: #ef9e62;
}

@media (min-width: 768px) {
    .taf-tab {
        width: 325px;
    }
}

.taf-form .taf-filter-btn {
    background: #772a12;
    border-color: #772a12;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.taf-form .taf-filter-btn:hover, .taf-form .taf-filter-btn:focus{
    background: #ef9e62;
    color: #772a12;
    border-color: #ef9e62;
}
.taf-form .taf-filter-btn:hover svg, .taf-form .taf-filter-btn:focus svg{
    fill: #772a12;
}
.taf-form {
    max-width: 380px;
}

.taf-post-excerpt {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0px;
    color: rgb(21, 53, 62);
    line-height: 1.3;
    font-weight: 500;
}

.taf-post-item{
    position: relative;
}


.taf-post-item::before {
    content: "“";
    font-family: Anton, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 30px;
    left: 0px;
    top: 0px;
    color: rgb(10, 50, 62);
    line-height: 20px;
    font-weight: 900;
}

button.taf-filter-btn.fullQuote {
    color: #0a323e;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0px;
    color: rgb(21, 53, 62);
    margin-top: 20px;
    font-weight: 500;
}

button.taf-filter-btn.fullQuote svg {
    height: 22px;
    margin-top: 7px;
}
.post__title h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #0a323e;
    position: relative;
    display: inline-block;
	margin-top: 10px;
}

.post__title {
    margin-top: 50px;
}

.post__title .bdr {
    height: 3px;
    background: #ef9e62;
    width: 70px;
}

.post__popup {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 22;
    left: 0;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #00000078;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
/*     transform: translateY(-50%); */
}

.post__popup::-webkit-scrollbar {
    display: none;
}
.post__popup.show {
    visibility: visible;
    opacity: 1;
}

.post__popupTxt {
    max-width: 660px;
    margin: 0 auto;
    padding: 50px;
    background: #fffcfa;
    height: 100vh;
    border-radius: 10px;
}

.modal-card-text p {
    font-size: 20px;
    line-height: 28px;
    color: #0a323e;
    font-weight: 500;
}

.post__close button {
    background: none;
    border: none;
    cursor: pointer;
}

.post__close button:hover {
    background: none;
    border: none;
    cursor: pointer;
}

.post__close button svg {
    height: 34px;
    width: 34px;
}

.post__Heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.post__close {
    text-align: right;
}
.post__logo svg {
    transform: scale(.5);
}

.post__logo {
    text-align: left;
    margin-left: -25px;
}

.modal-card-copy p {
    color: #772a12;
    font-weight: 600;
    font-size: 14px;
    margin-top: 30px;
}

 body.no-scroll {
      overflow: hidden;
	  height: auto !important;
    }


@media (max-width: 600px) {
    .taf-results {
		grid-template-columns: 12fr;
	}
}

/* body.no-scroll .elementor-element.elementor-element-ea1ad72 {
    display: none;
} */



.taf-post-item.bg-sand {
    background: #f0e3d9;
}

.taf-post-item.bg-purple {
    background: #3fa884;
}

.taf-post-item.bg-orang {
    background: #e36f5f;
}

.taf-post-item.bg-orang {
    background: #ef9e62;
}

.taf-post-item.bg-dove {
    background: #e36f5f;
}

.taf-post-item {
    min-height: 420px;
/*     display: flex;
    flex-direction: column;
    justify-content: space-between; */
    padding: 30px;
}

.taf-post-item.bg-purple .post__title .bdr {
    background: #fff;
}

.bg-dove .post__title .bdr, .bg-orang .post__title .bdr {
    background: #0a323e;
}

.post__title {
    margin: 0;
}

.taf-post-excerpt {
    padding-top: 30px;
}

.taf-post-item::before {
    position: absolute;
    top: 40px;
    left: 30px;
}

.post__title {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

button.taf-filter-btn.fullQuote {
    margin-bottom: 70px;
}

.taf-post-item {
    padding-bottom: 100px;
}