/*Start Cols*/
.news-list-image-cols {
    text-align: center;
    padding: 50px;
}

.news-list-image-cols img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
}

.post-head .authors-box .author-cols img {
    width: 250px;
    height: 250px;
    border-radius: 125px;
    border: 1px solid #090A0A;
    margin-bottom: 8px;
}


.news-list-image-cols-wide {
    text-align: center;
    padding: 23px;
}

.news-list-image-cols-wide img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
}


/*End Cols*/
.ps-img {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px 5px 0 0;
}

.ps-cat {
    width: fit-content;
    background-color: #07533F;
    padding: 6px 24px;
    border-radius: 0 50px 50px 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: lowercase;
    margin-top: -18px;
}

.ps-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--dark);
    text-transform: uppercase;
    margin: 10px 24px;
}

.ps-excerpt {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 24px 25px 24px;
}

.ps-date {
    color: #6C7072;
    font-size: 14px;
    font-weight: 400;
    margin: 0 24px 0 24px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ps-cat {
        padding: 6px 16px;
        font-size: 14px;
    }
    .ps-title {
        font-size: 16px;
    }
}

/*Post style 1 Start*/
.post-style-1 {
    box-shadow: 0 1px 8px 2px rgb(20 20 20 / 8%);
    border-radius: 5px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    height: 97%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .ps-img {
        height: 200px;
    }
    .ps-title {
        font-size: 16px;
    }
    .ps-excerpt {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ps-img {
        height: 200px;
    }
}
/*Post style 1 End*/



/*Post style 2 Start*/
.post-style-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    border-radius: 5px;
}

.post-style-2:hover {
    box-shadow: 0 1px 8px 2px rgb(20 20 20 / 8%);
    background-color: #fff;
}

.post-style-2 .ps-info {
    display: block;
    margin-bottom: 0;
}

.post-style-2 .ps-img {
    min-width: 80px;
    height: 80px;
    border-radius: 100px;
}

.post-style-2 .ps-title {
    margin: 0px 0px 0px 16px;
}

.post-style-2 .ps-excerpt {
    margin: 10px 0px 0px 16px;
}
/*Post style 2 End*/



/*Post style 3 Start*/
.post-style-3 {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.post-style-3 .ps-cat {
    margin-top: 18px;
}

.post-style-3 .ps-title {
    color: #fff;
}

.post-style-3 .ps-date {
    color: #fff;
}

.post-style-3 .ps-info {
    margin-bottom: 16px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .post-style-3 {
        min-height: 200px;
    }
}

/*Post style 2 End*/

/*Post style 4 Start*/
.post-style-4 {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-top: 24px;
}

.post-style-4 .ps-cat {
    margin-top: 0px;
}

.post-style-4 .ps-img {
    width: 250px;
    height: 250px;
    border-radius: 200px;
    margin: 0 auto;
}

.post-style-4 .ps-title {
    margin: 34px 24px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .post-style-4 .ps-img {
        width: 200px;
        height: 200px;
    }
    .post-style-4 .ps-title {
        margin: 24px 16px;
        font-size: 14px;
    }
}
/*Post style 4 End*/


/*Post style 5 Start*/
.post-style-5 {
    background-color: rgb(255 255 255 / 30%);
    border: 2px solid #fff;
    padding: 24px;
    position: relative;
    margin-bottom: 24px;
}

.post-style-5 .ps-title {
    color: #fff;
    margin: 0 0 10px 0;
    min-height: 165px;
}

.post-style-5 .ps-excerpt {
    color: #fff;
    margin: 0 0 10px 0;
}

.post-style-5 .ps-date {
    color: #fff;
    margin: 0;
}

.post-style-5 .orange-brd-line {
    background-color: #FA9600;
    width: 4px;
    height: 60px;
    position: absolute;
    top: 24px;
    left: -2px;
}

/*Post style 5 End*/


/*Post style 6 Start*/
.post-style-6 {
    padding: 16px;
    position: relative;
    margin-bottom: 32px;
}

.post-style-6 .orange-brd-line {
    background-color: #FA9600;
    width: 3px;
    height: 60px;
    position: absolute;
    top: 16px;
}

.post-style-6 .ps-title {
    margin: 0 24px 16px 24px;
}

/*Post style 6 End*/

/*Post style 7 Start*/
.slider-test .sw-test-cover {
    padding: 32px 54px;
}

.slider-test .ps-cat {
    margin-top: 0;
    margin-bottom: 24px;
}

.slider-test .sw-test-box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 16px;
}

.slider-test .sw-test-box .ps-img {
    width: 600px;
    height: 300px;
    border-radius: 0;
    margin-right: 40px;
}

.slider-test .sw-test-box .right {
    padding: 32px 24px;
    border-left: 2px solid #f2f2f2;
    position: relative;
}

.slider-test .sw-test-box .orange-brd-line {
    margin-top: 50px;
    position: absolute;
    width: 3px;
    left: -2px;
    height: 60px;
    background-color: #FA9600;
}

.slider-test .sw-test-box .ps-title {
    margin: 0 0 24px 0;
    font-size: 24px;
}

.slider-test .sw-test-box .ps-excerpt {
    margin: 0 0 24px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .post-style-5 .ps-title {
        min-height: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .post-style-5 .ps-title {
        min-height: 165px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .slider-test .sw-test-box .ps-img {
        width: 170px;
        height: 150px;
        margin-right: 20px;
    }
    .slider-test .sw-test-box .right {
        padding: 0 24px;
    }
    .slider-test .sw-test-box .ps-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .slider-test .sw-test-box {
        flex-direction: column;
    }
    .slider-test .sw-test-box .ps-img {
        width: 100%;
        height: 250px;
        margin-right: 0;
    }
    .slider-test .sw-test-cover {
        padding: 32px 36px;
    }
    .slider-test .sw-test-box .orange-brd-line {
        display: none;
    }
    .slider-test .sw-test-box .right {
        border-left: none;
    }
    .post-style-5 .ps-title {
        min-height: 100px;
    }
}



/*Post style 7 End*/








