
body,
html {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
}

/* General CSS*/
.article-feeds {
    margin: 10px 0px;
}

.border-bottom {
    border-bottom: 1px solid #1C1A17;
}

.light-up-section {
    background: url(./../images/newsletter_bg.jpg) no-repeat center center;
    background-size: cover;

}

.article-feeds {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
   
}

.article-feeds.two-in-row {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
.article-feeds.aside {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
    align-content: center;
}

.contentWrap-loop {}

.article-feeds article:first-child {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.article-feeds article:last-child {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.article-feeds article {
    flex: 0 0 100%;
    max-width: 99.3333333333%;
    padding: 2px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 24px !important;
}

.article-feeds.four-in-row article {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 2px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 1rem !important;
}

.article-feeds.three-in-row article {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 2px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 1rem !important;
}

.article-feeds.two-in-row article {
    flex: 0 0 49.3333333333%;
    max-width: 49.3333333333%;
    padding: 2px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 1rem !important;
}

.post-title-loop,
.post-title-loop a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #1C1A17;
    font-family: 'Archivo', sans-serif;
}

.posted-on {
    color: #1C1A17;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.post-title-single {
    font-size: 48px;
    line-height: 56px;
    color: #1C1A17;
    font-family: 'Space Grotesk', sans-serif;
}

.btb-dark-banner {
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
}

.ns-section-title {
    font-size: 48px;
    line-height: 48px;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 40px;
    margin-top: 40px;
}

.newsletter-section-title {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
}

.section-title {
    font-size: 28px;
    line-height: 40px;
    font-family: 'Space Grotesk', sans-serif;
    color: #1C1A17;
}

.article-feeds.aside article .imageBox {
    width: 100%;
    max-width: 123px;
    margin-right: 16px;
    float: left;
    max-height: 76px;
}

.article-feeds.aside article .contentWrap-loop {
    max-width: calc(100% - 140px);
    width: 100%;
    float: left;
}

/* Header CSS */
.site-branding {
    text-align: center;

}

.merry_logo img,
.merry_logo a {
    max-width: 239px;
    margin: 0 auto;
    outline: none;
}

.main-navigation {
    border-bottom: 1px solid #1C1A17;
    border-top: 1px solid #1C1A17;
    padding: 10px 0px;
    text-align: center;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-navigation ul,
.main-navigation ul li,
.main-navigation ul li a {
    font-family: 'Space Grotesk', sans-serif;
    color: #1C1A17;
    text-transform: uppercase;
    font-weight: 700;
}


.menu-footer-bootom-menu-container {
    align-items: center;
    display: flex;
    padding: 0px;
    margin: 0px;
    height: auto;
    width: 100%;
}

.main-navigation ul li a {
    padding: 0px 10px;
}

.imageBox {
    background-color: #F6F6F6;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-height: 210px;
}
.top-feed-section .article-feeds .imageBox::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.20);
    z-index: 9;
}
.imageWrap {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-size: 100%;
    object-fit: cover;
}

.imageWrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

/* Footer CSS */
.copyright,
.copyright a {
    font-size: 16px;
    line-height: 24px;
    color: #44403C;
}

h3.footer-top-section-title {
    font-family: 'Archivo', sans-serif;
    color: #1C1A17;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-widget-area ul li {
    margin-bottom: 10px;
}

.footer-widget-area ul li,
.footer-widget-area ul li a {
    color: #1C1A17;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.footer_top_border {
    border-top: 1px solid #1C1A17;
}

.footer_logo_icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.botton-menu-footer ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.botton-menu-footer ul,
.botton-menu-footer ul li,
.botton-menu-footer ul li a {
    color: #78716C;
    font-size: 16px;
    line-height: 24px;
}

.botton-menu-footer ul li {
    padding: 0px 20px;
}
.menu-bottom-menu-container{
    width: 100%;
}
.botton-menu-footer ul li:last-child {
    padding-right: 0px;
}
.searchForm.active{
    left: 0px;
    max-width: 1280px;
    margin: 0 auto;
}
.main-single-article iframe,
.main-single-article p img,
.main-single-article img{
    margin: 15px 0px;
}
.featured-image-wrap .post-thumbnail{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and ( max-width:768px) {
    .article-feeds.two-in-row article {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 2px;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-bottom: 1rem !important;
    }
    .article-feeds.three-in-row article{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .article-feeds.four-in-row article{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .newsletter-section-title{
        font-size: 22px;
        line-height: 26px;
    }
    .article-feeds article:first-child,
    .product-wrap:first-child
    .article-feeds article:last-child{
        padding-left: 5px !important;
    padding-right: 5px !important;
    }
    .aside-latest-post article{
        padding-left: 5px;
        padding-right: 5px;
    }
    .alt-section-heading{
        padding-left: 5px;
        padding-right: 5px;
    }
    .section-title{
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-wrap,
    .product-wrap:first-child{
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .site-info{
        padding-left: 5px;
        padding-right: 5px;
    }
    .top-feed-section .article-feeds{
        margin-right: 0px;
    }
    .top-feed-section .article-feeds article:first-child{
        position: relative;
    }
    
    video, canvas, iframe, embed, object{
        width: 100%;
    }
    .main-single-article{
        padding-left: 5px;
        padding-right: 5px;
    }
    .article-wrapper{
        flex-flow: column;
    }
    .article-sidebar{
        padding-left: 5px;
        padding-right: 5px;
    }
    .botton-menu-footer{
        margin-top: 10px;
    }
    .single-post-title{
    font-size: 28px;
    line-height: 32px;
    }
    .main-single-article{
        padding-top: 32px;
    }
    .mobile-hidden{ display: none;}
    .featured-image-wrap{
        padding-left: 5px;
        padding-right: 5px;
    }
    .main-navigation{
    width: 320px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 65px;
    z-index: 103;
    background: #fff;
    flex-direction: column;
    transform: translate(100%);
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    transition: transform .2s cubic-bezier(.5,0,.47,1.01);
    border-bottom: 0px solid #1C1A17;
    border-top: 0px solid #1C1A17;
    }
    .main-navigation.active{
    transform: translate(0);
    pointer-events: all;
    }
    .main-navigation ul{
        flex-flow: column;
    }
    .main-navigation ul li{
        border-bottom: 1px solid #1C1A17;
        width: 100%;
    }
    .main-navigation ul li:last-child{
        border-bottom: 0px solid #1C1A17;
    }
    .searchForm{
        top:60px;
        z-index: 16;
    }
    .searchForm,
   .searchForm form{
    width: 100%;
   }
    
    .searchForm form input{
        width: calc(100% - 45px);
    }
    .botton-menu-footer ul{
        justify-content: flex-start;
    }
}