@font-face {
    font-family: 'geomanistregular';
    src: url('../fonts/geomanist/geomanist-regular-webfont.eot');
    src: url('../fonts/geomanist/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist/geomanist-regular-webfont.woff') format('woff'),
         url('../fonts/geomanist/geomanist-regular-webfont.ttf') format('truetype'),
         url('../fonts/geomanist/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face { 
    font-family: 'TheSansPlain';
    src: url('../fonts/thesans/thesans-webfont.eot');
    src: url('../fonts/thesans/thesans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thesans/thesans-webfont.woff') format('woff'),
	     url('../fonts/thesans/thesans-webfont.svg#TheSansPlain') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TheSansSemiBoldPlain';
    src: url('../fonts/thesanssemiboldplain/thesanssemibold-webfont.eot');
    src: url('../fonts/thesanssemiboldplain/thesanssemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thesanssemiboldplain/thesanssemibold-webfont.woff') format('woff'),
         url('../fonts/thesanssemiboldplain/thesanssemibold-webfont.svg#TheSansSemiBoldPlain') format('svg');
    font-weight: normal;
    font-style: normal;
}

.geomanist-font {
    font-family: 'geomanistregular', sans-serif;
} 

.thesansplain-font {
    font-family: 'TheSansPlain', sans-serif;
} 

.thesanssemiboldplain-font {
    font-family: 'TheSansSemiBoldPlain', sans-serif;
} 

.post-container {
    max-width: 970px;
    padding: 15px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
}

.post-box {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.post-box img.main-img {
    border-top: 2px solid #e4180f;
}

.post-date {
    padding-top: 15px;
    padding-bottom: 5px;
}

.post-title {
    margin-top: 15px;
}

.post-text {
    padding-top: 5px;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 30px;
}

.read-more {
    font-size: 16px;
    line-height: 21px;
    position: absolute;
    bottom: 0;
}

.read-more a {
    color: #e4180f;
    text-decoration: none !important;
    border-bottom: none;
}

.post-pagination {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-top: 15px;
}
  
.post-pagination a {
    color: black;
    float: left;
    padding: 2px 6px;
    margin: 0 4px;
    text-decoration: none !important;
    border-bottom: none;
    border-top: 2px solid transparent;
}
  
.post-pagination a.active {
    border-top: 2px solid #e4180f;
}
  
.post-pagination a:hover:not(.active) {
    border-top: 2px solid #e4180f;
}

.post-pagination .firstItem {
    margin-left: 0;
}

/*** SINGLE POST CSS ***/

.post-date.single-post-date {
    font-size: 18px;
    line-height: 23px;
}

.post-text.single-post-text {
    padding-bottom: 10px;
}

.single-post-cat-title {
    font-weight: 700;
    color: #e4180f;
    border-top: 2px solid #e4180f;
    padding-top: 15px;
    margin-top: 0;
}

.post-text.post-text-cat {
    padding-top: 0;
    padding-bottom: 0;
}

.post-box .two-img-row img {
    border-top: none;
    padding-top: 5px;
}

.share-div {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.single-post-share-title {
    color: #e4180f;
    font-weight: 700;
    display: inline-block;
    padding-right: 10px;
}

.post-box .share-div a {
    text-decoration: none !important;
    border-bottom: none;
}

.post-box .share-div img {
    border-top: none;
    padding: 0 10px;
}

.post-container ul li {
    font-size: 16px;
    line-height: 21px;
}