/* Landing Page Section */
.new-main-news-area{
    position: relative;
    margin: 0px;
    padding: 0px;
}
.new-main-news-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(1deg, #415b4e, transparent);    
    width: 100%;
    height: 100%;
    z-index: 1;
}

.new-main-news-area .single-main-news2{
    height: unset;
}
.new-main-news-area .single-main-news2 img{
    max-height: 700px;
    height: unset;
}

.latest-release-content {
    position: absolute;
    top: 0rem;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}
.latest-release-content .release-excerpt{
    border-left: solid 3px yellow;
    padding-left: .3rem;
}

.text-yellow{
    color: #f6da01;
}
.btn-yellow{
    background-color: /* #E4CA00 */
    #f6da01;
}

section.h-advert-one {
    margin-top: -8rem;
    position: relative;
    z-index: 1;
}

.h-advert-one .advert-content {
    padding: 1rem;
    border: 2px solid #008f49;
    border-radius: .8rem;
    background-color: #fff;
}

.h-advert-one .banner-img-cont img {
    padding: 2rem;
    border-right: 4px solid lightgray;
}

.h-advert-one p{
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 2rem;
    font-weight: bold;
}

.new-default-news-area .single-video-item,
.new-default-news-area .video-news-image{
    position: relative;
    /* height: 100%; */
}

.event-section .video-news-image{
max-height: 260px;
}

.new-default-news-area .video-news-image::before{
    height: 100% !important;
}

.new-default-news-area .video-news-content{
    position: absolute;
    bottom: 0;
    padding: 2rem;
    z-index: 1;
}

.visibility-sec .single-most-popular-news{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.visibility-sec .advert-banner-2 {
    height: 100%;
    border: 4px solid #008f49;
    padding: 2rem;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
}
.visibility-sec .advert-banner-2::before {
    content: "";
    position: absolute;
    /* clip-path: polygon(100% 0, 0 50%, 100% 100%); */
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 4px solid #008f49;
    z-index: 0;
    transform: rotate(45deg);
    left: -23px;
    border-width: 0px 0px 4px 4px;
}

.multimedia-section .st, .multimedia-section .dt {
    font-size: .8rem;
}
section.video-advert-section {
    position: relative;
    background: url(http://localhost/ecowas/wp-content/themes/ecowas/assets/images/ad-vid-thumb.png);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
section.video-advert-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(130deg, black, transparent);
    left: 0;
}
section.video-advert-section .video-thumb {
    position: relative;
    max-height: 480px;
    height: 100%;
    overflow: hidden;
}

section.video-advert-section .video-thumb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(130deg, black, transparent);
}

section.video-advert-section .ad-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.counter-box{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    text-align: start;
    gap: 15px;
    z-index: 1;
}

.counter-box img {
    width: 120px;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.counter-area::before{
    background-color: #000;
}

.nwp-member-state-grid .nwp-member-state-item{
    width: 100%;
    text-align: center;
    background: #fff;
    padding: .6rem;
    border-radius: 20px;
}
.nwp-member-state-item h5
{
    height: 42px;
}

.nwp-member-state-grid .nwp-member-state-item:hover{
    transform: scale(1.05);
    transition: all.3s;
}

.nwp-member-state-grid .nwp-member-state-item .nwp-member-state-country {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
}

.single-footer-widget h2 {
    margin-top: 1em;
}

.footer-menu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.copyright-area {
    background: none;
}

.copyright-area-content-2 {
    display: flex;
    justify-content: space-between;
}

.copyright-area-content-2 .copyright-area-content, 
.copyright-area-content-2 .copyright-area-content p{
    text-align: start;
}

.copyright-area-content-2 .single-footer-widget,
.copyright-area-content-2 .social {
    margin: 0px;
}

.single-footer-widget h2{
    text-decoration: none;
}

.celebration-line-up::after {
    content: "";
    height: 25px;
    display: block;
    background: url(../images/line2.png);
    background-size: contain;
    background-repeat: repeat;
}

.celebration-line-down::after {
    content: "";
    height: 25px;
    display: block;
    background: url(../images/line3.png);
    background-size: contain;
    background-repeat: repeat;
}

.celebration-line::after {
    content: "";
    height: 25px;
    display: block;
    background: url(../images/line.png);
    background-size: contain;
    background-repeat: repeat;
}

.celebration-line-sm::after{
    display: none;
}

.main-navbar .navbar,
.footer-area {
    background-color: #913108 !important;
}
@media screen and (max-width: 1400px){
    .celebration-line-up::after,    
    .celebration-line-down::after,
    .celebration-line::after {
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 1199px) {
    .celebration-line-sm::after{
        display: block;
        height: 20px;
    }
}

@media screen and (max-width: 960px){
    .latest-release-content .release-excerpt{
        display: none;
    }
}

@media screen and (max-width: 769px){
    .latest-release-content .release-excerpt{
        display: none;
    }
    section.h-advert-one{
        margin-top: 0px;
    }
    .counter-box{
        align-items: center;
        text-align: center;
    }
    .celebration-line-sm::after{
        height: 13px !important;
    }
    .h-advert-one .banner-img-cont img{
        border: none;
    }
}
@media screen and (max-width: 425px){
    .multimedia-section .video-item .video-news-content h3 {
        font-size: 1rem;
    }
    .celebration-line-sm::after{
        height: 8px !important;
    }
    .single-main-news2 h2, 
    div.nwp .post-content h3, 
    p{
        font-size: 1rem !important;
    }
    .single-video-item .video-news-content h3{
        font-size: 1rem;
    }
    .btn{
        font-size: .8rem;
    }
}