.category-section-1 {
    background: #0B656B;
    padding: 30px 0;
}

.cat-section1-main {
    max-width: 935px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #fff;
    padding: 0 15px;
}

.cat-yoga-title {
    font-size: 2em;
    font-weight: 800;
    margin: 0 0 30px;
    color: #fff;
}

.cat-yoga-content {
    font-size: 0.875em;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
}

.cat-yoga-content p {
    color: #fff;
}

.cat-yoga-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cat-yoga-content a {
    color: var(--decoration-color) !important;
    text-decoration: none;
}

.cat-yoga-content a:hover {
    color: #fff !important;
}

.category-section-2 {
    padding: 40px 0;
}

.latest-yoga-title,
.find-freedom-title {
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    margin:0;
    text-align: center;
}

.cat-section2-main,
.cat-section3-main {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1228px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top:45px;
}
/* .cat-section2-main{
    overflow: auto;
    max-height: 728px;
    padding-bottom: 35px;
} */
.cat-post {
    background: var(--brand-bg-primary);
    border: 0;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cat-post:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.20);
    -webkit-transform: translate(3px,-3px);
    transform: translate(3px,-3px);

}
.cat-post a.article-link,
.cat-post a.article-link:hover{
    text-decoration:none;
}
.cat-post .cat-post-thumbnail img {
    display: block;
    width: 100%;
}

.cat-post-content {
    padding: 15px;
    position: relative;
}

.cat-post-content h3 {
    font-size: 1.0625em;
    color: #27220A;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    min-height: 90px;
}

.cat-post-content h3 a {
    color: #27220A;
    text-decoration: none;
}

.cat-post-content h3 a:hover {
    color: #F3CC2E;
    text-decoration: underline;
}

.post-reviewed {
    color: #949185;
    font-size: 0.6875em;
    font-weight: 700;
}

.cat-tag {
    background: #F3CC2E;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.6875em;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #27220A;
    padding: 0px 16px;
    display: inline-block;
    position: absolute;
    top: -40px;
}

.category-section-3 {
    padding: 40px 0;
}

.cat-freedom-box {
    position: relative;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    overflow: hidden;
}

.cat-freedom-box .yoga {
    position: absolute;
    top: 15px;
    left: 15px;
    line-height: 100%;
    font-size: 0.75em;
    color: #fff;
    font-weight: 600;
}

.cat-freedom-box .yoga img {
    width: 16px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.cat-freedom-box .hrs {
    font-size: 0.8125em;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 15px;
    bottom: 15px;
    line-height: 100%;
}

.cat-freedom-box .free {
    background: #DE8A8A;
    border-radius: 100px;
    padding: 0px 16px;
    color: #fff;
    font-size: 0.8125em;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.cat-freedom-box img {
    width: 100%;
    display: block;
}

.cat-freedom-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.cat-freedom-box .hrs img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}
.load-more-posts-wrapper{
    text-align:center;
    margin-top:40px;
}
.load-more-posts-wrapper button.load-more-posts{
    text-transform:capitalize;
}

.cat-short-desc{
    font-size: 0.833em;
    line-height:22px;
    color: var(--brand-secondary-color);
    max-width: 825px;
    margin: 0 auto;
    text-align: center;
    padding:0 15px;
}
.category-section-2 .showall{
    text-align:center;
    margin-top:40px;
}
.category-section-2 .showall a.btn{
    text-transform: inherit;
    font-weight:500;
}
@media only screen and (min-width:320px) {
    .find-freedom-title {
        position: relative;
    }
    .find-freedom-title:after {
        content: '';
        position: relative;
        right: 0;
        top: 0;
        background: url(/wp-content/uploads/2021/08/Sign_in_circle.svg) no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background-size: 20px;
        margin-left: 8px;
    }
    .find-freedom-title {
        font-size: 1.25em;
    }
    .cat-freedom-box .yoga {
        font-size: 0.875em;
    }
    .cat-freedom-box .hrs {
        font-size: 0.875em;
    }
    .cat-freedom-box .free {
        font-size: 0.875em;
        padding: 0px 22px;
    }
    .cat-freedom-box .hrs img {
        width: 20px;
        height: 20px;
    }
    .cat-post {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width:375px) {
    .find-freedom-title {
        font-size: 1.5em;
    }
}

@media only screen and (min-width:480px) {
    .cat-yoga-title {
        font-size: 2.5em;
    }
    .cat-yoga-content {
        font-size: 0.9375em;
    }
    .cat-post-content h3 {
        font-size: 1.125em;
    }
    .find-freedom-title {
        font-size: 1.875em;
    }
    .find-freedom-title:after {
        background-size: 24px;
        width: 24px;
        height: 24px;
    }
    .cat-short-desc{
        font-size: 0.889em;
        line-height: 24px;
    }
}

@media only screen and (min-width:575px) {
    .cat-yoga-title {
        font-size: 2.875em;
        margin: 0 0 30px;
    }
    .cat-section2-main,
    .cat-section3-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .cat-post {
        max-width: 100%;
    }
    .cat-post-content h3 {
        font-size: 1.0625em;
    }
    .find-freedom-title {
        font-size: 2.125em;
    }
    
/* .cat-section2-main{
    max-height: 622px;
} */
}

@media only screen and (min-width:768px) {
    .category-section-1 {
        padding: 30px 0;
    }
    .cat-yoga-title {
        font-size: 3em;
        margin: 0 0 30px;
    }
    .cat-yoga-content {
        font-size: 0.9375em;
    }
    .cat-yoga-content {
        font-size: 1em;
        line-height: 1.8;
    }
    .cat-post-content h3 {
        font-size: 1.0625em;
    }
    .post-reviewed {
        font-size: 0.6875em;
    }
    .cat-tag {
        font-size: 0.6875em;
    }
    .latest-yoga-title,
    .find-freedom-title {
        font-size: 2em;
    }
    .cat-section2-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .cat-section3-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .cat-freedom-box .yoga {
        top: 20px;
        left: 20px;
    }
    .cat-freedom-box .hrs {
        left: 20px;
        bottom: 20px;
    }
    .cat-freedom-box .free {
        right: 20px;
        bottom: 20px;
    }
    .cat-freedom-box .hrs img {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (min-width:992px) {
    .cat-yoga-title {
        font-size: 3.5em;
    }
    .latest-yoga-title,
    .find-freedom-title {
        font-size: 2.25em;
    }
    .cat-tag {
        font-size: 0.625em;
    }
    .cat-post-content h3 {
        font-size: 1em;
    }
    .cat-section2-main,
    .cat-section3-main {
        gap: 30px;
        grid-template-columns: repeat(4, 1fr);
    }
    .find-freedom-title {
        font-size: 2.5em;
    }
    .find-freedom-title:after {
        display: none;
    }
    .category-section-3 {
        padding: 60px 0;
    }
    .cat-section3-main {
        grid-template-columns: repeat(4, 1fr);
    }
    .cat-freedom-box .yoga {
        font-size: 0.75em;
        top: 15px;
        left: 15px;
    }
    .cat-freedom-box .hrs {
        font-size: 0.75em;
        left: 15px;
        bottom: 15px;
    }
    .cat-freedom-box .free {
        right: 15px;
        bottom: 15px;
        font-size: 0.75em;
        padding: 0px 16px;
    }
    .cat-freedom-box .yoga img {
        margin-right: 2px;
    }
    .cat-freedom-box .hrs img {
        width: 20px;
        height: 20px;
    }
    .category-section-2 .showall a.btn{
        padding: 15px 25px;
    }
    
    /* .cat-section2-main{
        max-height: 594px;
    } */
}

@media only screen and (min-width:1200px) {
    .latest-yoga-title,
    .find-freedom-title {
        font-size: 2.5em;
    }
    .cat-post-content h3 {
        font-size: 1.125em;
    }
    .cat-tag {
        font-size: 0.6875em;
    }
    .post-reviewed {
        font-size: 0.6875em;
    }
    /* .cat-section2-main{
        max-height: 671px;
    } */
}