/* @import url("../custom_fonts/Montserrat-Black.eot");
@import url("../custom_fonts/Montserrat-Black.woff");
@import url("../custom_fonts/Montserrat-Black.woff2");
@import url("../custom_fonts/Montserrat-Black.svg#Montserrat"); */
@import url("../custom_fonts/Montserrat-Black.ttf");

h1, h2, h3, h4, h5, h6, p, body * {
    font-family: "Montserrat", serif;
}

.primary_color{
    color: #16A609 !important;
}

.header_menu .navbar.navbar-default{
    background-color: #2D333D !important;
}

.main_header_area .register-login a{
    color: #fff !important;
}

.light_background{
    background-color: #F3FAF2 !important;
}

.zipcode_field{
    height: 37.6px !important;
    border: 1px solid #ced4da !important;
    border-radius: .025rem !important;
}

.liked {
    color: #16A609;
}

.disliked {
    color: #16A609;
}

.search-btn{    
    background-color: #16A609 !important;
    color: #fff !important;
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    padding: 12px 24px;
    text-transform: capitalize;
    transition: all ease-in-out 0.5s;
    background: #16A609;
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
}

/* #articlesSection .slick-slider .slick-track, .slick-slider .slick-list{
    width: unset !important;
} */

#articlesSection .trending-topic-image {
    width: 100%;
    height: 300px;
    background-color: white;
    overflow: hidden !important;
    position: relative !important;
}

#articlesSection .trending-topic-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    /* object-fit: cover;
    object-position: center; */
}

.trending-topic .trending-topic-main .trending-topic-item{
    height: 309px !important;
}

.categoriesrow > .col-sm-12, .categoriesrow > .col-md-2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 120px;
    box-shadow: 0px 0px 15px 0px #cccccc;
    margin: 10px;
    text-align: center;
}

.popover{
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-25%, -25%) !important;
    max-width: 400px !important;
}

.popover-body{
    max-height: 400px;
    overflow: auto;
}

.popover-body::-webkit-scrollbar {
    width: 10px;
}

.popover-body::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
}

.popover-body::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.popover-body::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.clsbtn{
    color: #ff0000;
    border: 2px solid #ff0000;
}

.clsicn{
    color: #ff0000;
    border: 2px solid #ff0000;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 1;
    padding-left: 5px;
    cursor: pointer;
}

.topPost-mainPost, .mainPost-media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    height: 560px;
}

.mainPost-media-center {
    width: 100%;
    max-width: 100%; /* Ensures the media fits within the width */
    max-height: 100%; /* Ensures the media fits within the height */
    object-fit: cover; /* Ensures the media covers the container without distortion */
}

.mainPost-detailSection{
    min-height: 220px;
    max-height: 220px;
}

.mainPost-titleSection{
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    width: 100%;
}

.mainPost-titleSection h4 a {
    word-wrap: break-word;
    word-break: break-word; /* Ensures that long words break into the next line */
    display: inline-block;  /* Ensures the text breaks naturally */
}

.topPost-morePosts {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.morePost-media-div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;    
    height: 230px;    
}

.morePosts-media-center {
    width: 100%;
    height: 100%; /* Ensures the media fits within the height */
    object-fit: contain; /* Ensures the media covers the container without distortion */
}

.morePost-titleSection{
    height: 140px;
    min-height: 140px;
    max-height: 140px;
}

.morePost-titleSection h4 a {
    word-wrap: break-word;
    word-break: break-word; /* Ensures that long words break into the next line */
    display: inline-block;  /* Ensures the text breaks naturally */
}

.featuredPost{
    display: flex;
    justify-content: center;
    align-items: center;
}

.featuredPost-media-center{
    width: 120px;
    height: auto;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .slide-image{
    background-size: contain !important;
}

.slick-track {
    float: left;
}

.todays_article_img{
    width:412px;
    height: 365px;
}

/* footer */
.social-links ul li a{
    background: unset !important;
    width: 50px !important;
}
.signupnewsletter_h3:after{
    background: unset !important;
}
.signupnewsletter_email_input{
    height: 47px !important;
}
.nir-btn{
    background-color: #16A609 !important;
    color: #fff !important;
}
.footer-links ul li a{
    margin-right: 20px !important;
}