/** Shopify CDN: Minification failed

Line 106:21 Expected identifier but found whitespace
Line 106:23 Unexpected "{"
Line 106:32 Expected ":"

**/
.article-heading {
    /* width: 50%; */
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 87%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: none;
    overflow: auto;
}
.article-heading .lightly-spaced-row.tr.ttu.w-50-l.w-100.cc-animate-init.-in.cc-animate-complete > div {
    margin-right: 1rem;
}
.widget.latest-blog-wrapper {
    padding: 0 20px;
}
.latest-blog-posts-wrapper p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900;
}
.latest-blog-posts-wrapper .article-image {
    margin-bottom: 10px;
}
.latest-blog-posts-wrapper h6 a {
    text-transform: lowercase;
}
body.article.template-article div#shopify-section-template--14631480197223__main {
    margin-bottom: 0;
}
body.article.template-article .image-with-text-container.mb4.mt4.container.main-middle-blog.container {
    margin-bottom: 0;
}
h3{
    font-weight: 500;
}
.container.main-blog-title {
    background-color: #5a3e28;
    max-width: 100%;
}
.main-blog-title h1.lh-title{
    color: #fffd;
}
.main-blog-btn1 {
    background-color: #666536!important;
    color: #fff!important;
    text-decoration: none;
    width: 35%;
    padding: 5px;
    text-align: center;
    font-size: 12px!important;
        font-family: 'Gotham'!important;

}
.article-list.article-layout--columns .article,.article-list.article-layout--columns .article:nth-child(2n){
    border-right:none;
}
.main-blog-title h1.lh-title span{
	font-family:'Adobe Handwriting';
}
.main-blog-title h1{
    font-family: 'Gotham'!important;
    text-transform: lowercase;
}
.single-article .article-title {
    font-size: 29px;
    line-height: inherit;
    font-family: 'Gotham'!important;
    font-weight: 900;

}
.single-article .main-sub-title {
    font-family: 'Adelle Sans'!important;
    font-size: 18px;
}

.articles-social ul.plain.inline{
    margin: -178px 10px 0px 0px;
    display: grid;
        padding: 10px 0px 10px 0px;
}
.articles-social .label{
  display:none;
}
.articles-social ul.plain.inline li a{
    color: #5a3e28;
}
.articles-social ul.plain.inline li{
    padding: 10px 0px 10px 0px;
}


.column.blog-left{
    background-color: {{ section.settings.bg-color }};
    color: #ffff;
    border:none;
}
.main-firt-blog{
    background-color:#666536!important;
    color: #fff!important;
    border: none!important;

}
.first-blog h3.h3 {
    font-size: 24px;
    font-family: 'Gotham';
    line-height:initial;
}
.first-blog h2.mb4.heading.main-sub-head{
    font-size: 16px;
    font-family: 'Adelle Sans';
}
.first-blog h4{ 
    color:#666536;
    font-size: 14px;
    font-family: 'Gotham'!important;
    margin-bottom:0px;
}
.first-blog .blog-left-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    
}
@media screen and (max-width: 767px) {
    .article-heading{
        min-height: auto;
    }
    .article-heading span.gray.w-50-l.w-100.ml3 {
        text-align: center;
        margin-left: 0;
    }
    .article-heading .lightly-spaced-row.tr.ttu.w-50-l.w-100 {
        text-align: center;
        margin-right: 0;
    }
    .article-heading h1.h1.mb3 {
        font-size: 34px;
        line-height: normal;
        text-align: center;
    }
    .article span.gray.w-50-l.w-100 {
        text-align: center;
    }
    .article .lightly-spaced-row.tr.ttu.w-50-l.w-100 {
        text-align: center;
    }
    .articles-social ul.plain.inline {
        margin: 0;
        display: inline;
    }
}