.news-title-box-left, .news-title-box-right {
    min-height: 300px;
    position: relative;
    max-height: 330px !important;
}

.news-title-box-right {
    border-left: 2px solid #000;
    padding-left: 20px; 
}

.news-title-box-left h2 {
    position: absolute;
    font-size: 34px;
    text-align: right;
    top: 0;
    transition: all 1s ease-in-out;
}

.news-title-box-right h2 {
    position: absolute;
    bottom: 0;
    font-size: 24px;
    font-style: italic;
    transition: all 1s ease-in-out;
}

.news-title-box-main:hover .news-title-box-left h2 {
    top: 30%;
} 

.news-title-box-main:hover .news-title-box-right h2 {
    bottom: 30%;
} 
.the_news_img{
    margin-top: 50px;
}
.news-credentials-box {
    margin-top: 10px;
    text-align: center;
}

.news-credentials-box small {
    font-family: 'GoodSansMedium';
    display: block;
    letter-spacing: 2px;
}

.news-credentials-box ul.social-icons {
    margin-top: 30px;
}

.news-feature-box .image-holder {
    margin-top: 50px;
}
.news-feature-box img{
    width: 100% !important;
    height: auto !important;
}
.news-feature-box p {
    margin-top: 20px;
    margin-bottom: 0;
}

.news-feature-box a, .news-feature-box a:hover{
    text-decoration: underline;
}

.news-feature-box .play-box {
    margin-top: 10px;
    background: #999;
    padding: 40px 0 20px 0;
}

section#news-full-list h6.small-title {
    margin-bottom: 10px;
}

section#news-full-list h6.small-title img.full-list-title-img {
    filter: invert(100%);
    margin-left: 5px;
    margin-bottom: 3px;
}

.news-full-list-box  {
    margin-top: 30px;
}

.news-full-list-box .card {
    border: none !important;
    border-radius: 0 !important;
}

.news-full-list-box .card .gallery-item {
    overflow: hidden;
    position: relative;
}

.news-full-list-box .card .gallery-item img.gallery-item-img {
    width: 100%;
    display: block;
    transition: all .5s ease;
}

.news-full-list-box .lightbox:before {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 36px;
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.news-full-list-box .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    transition: 0.5s ease;
}

.news-full-list-box .lightbox:hover:after,
.news-full-list-box .lightbox:hover:before {
    opacity: 1;
}

.news-full-list-box .lightbox:hover .gallery-item img.gallery-item-img{
    transform: scale(1.2);
}

.baguetteBox-button {
    background-color: transparent !important;
    outline: none !important;
}
.no-posts-container{
    text-align: center;
    margin-top: 30px;
    color: #999;
}
.view-btn{
    cursor: pointer;
}
.more-loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin .5s linear infinite;
    margin: auto;
    display: none;
    margin-top: 30px;
}
.news-h6 h6{
    font-style: italic;
    font-size: 14px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media (min-width: 550px) {
    .news-full-list-box.card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .news-full-list-box.card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {

    .news-title-box-right {
        padding-left: 10px; 
    }

    .news-title-box-left h2 {
        font-size: 18px;
    }
    
    .news-title-box-right h2 {
        font-size: 16px;
    }

    .news-title-box-main:hover .news-title-box-left h2 {
        top: 56%;
    } 
    
    .news-title-box-main:hover .news-title-box-right h2 {
        bottom: 63%;
    } 

    .news-feature-box p {
        font-size: 14px;
    }

}