

.post_wrapper .post-title{
    font-family: MontserratRoman, MontserratRoman;
    font-weight: bold;
    font-size: 20px;
    color: #121212;
    line-height: 34px;
    text-align: center;
}
.post_wrapper .post-content{
    margin-top: 20px;
    padding:0 !important;
    font-family: Jost, Jost;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 27px;
    text-align: left;
}
.post_wrapper .post-hr-line{
    color: #D8D8D8;
    margin-top: 40px;
    padding:0 !important;
}
.post_wrapper .post-title-1{
    margin-top: 40px;
    padding:0 !important;
    font-family: MontserratRoman, MontserratRoman;
    font-weight: bold;
    font-size: 20px;
    color: #121212;
    line-height: 34px;
}
.post_wrapper .post-title-2{
    margin-top: 20px;
    padding:0 !important;
    font-family: MontserratRoman, MontserratRoman;
    font-weight: bold;
    font-size: 16px;
    color: #121212;
    line-height: 27px;
}
.post_wrapper .post-content-1{
    margin-top: 20px;
    padding:0 !important;
    font-family: MontserratRoman, MontserratRoman;
    font-size: 16px;
    color: #555555;
    line-height: 27px;
}
.post_wrapper .post-content-1::before{
    margin-right: 20px;
    content:'·';
}

.site-page {
    text-align: center;
    padding-top: 30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 20px;
    margin-left: -1px;
    margin-right: 5px;
    line-height: 1.42857143;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #666;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #FF5722;
    border-color: #FF5722;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}