
 blockquote {    border-left: 4px solid #ddd;
    padding: 10px 20px 0px 20px;
    margin-bottom: 20px;
    background: rgba(244,244,244,.3);
    font-size: 15px;
    line-height: 25px;
}
.post-content .post{
    padding-left: 5%;
    padding-right: 30px;
}
.post-content p{
font-weight: 100;
word-wrap: break-word;
font-size: 16px;
line-height: 1.4em;
}
strong{font-weight: 900;}
.post-content  li{list-style-type: disc;font-size: 17px;}
.post-content ul{padding:10px 30px 30px 30px;}
.post-content ol{padding:10px 30px 30px 30px;}
.post-content h1{font-size: 35px;font-weight: 900;line-height: 39px;}
.post-content h2{font-size: 30px;font-weight: 900;line-height: 34px;}
.post-content h3{font-size: 25px;font-weight: 900;line-height: 29px;}
.post-content h4{font-size: 20px;font-weight: 900;line-height: 24px;}
.post-content h5{font-size: 18px;font-weight: 900;line-height: 22px;}
.entry-content{text-align: justify;}
h1,h2,h3,h4,h5,h6{
}
.post-content img{max-width: 100%;margin: 20px 0px;display: block;}
.post-content{
    padding: 50px 0px;
    overflow: hidden;
    width: 100%;
}
.post-img{
    width: 100%;
    position: relative;
    height: 500px;
    overflow: hidden;
}
.post-img b{    
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 18px;
    font-weight: 600;
}
.post-img b i{
    letter-spacing: 2px;
    color: #ff0b3a;
    padding-right: 10px;
    font-style: normal;
}
.post-img img{
    width: 100%;
    position: absolute;
}
.post-img .inner{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
.post-img h1{
    position: absolute;
    width: 700px;
    bottom: 100px;
    z-index: 3;
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.95rem;    
    font-weight: 900;
    left: 8.5%;
    font-family: 'Sarabun', sans-serif;
}
.post-img h1 a:hover{
    text-decoration: underline !important;
}
@media(max-width:768px){
.post-img h1{
    width: 100%;
}
}
.posts .bottom-meta, .posts .top-meta{
    font-size: 13px;
}
.side-meta{
    padding:0px 30px;
}
.side-meta p{padding-bottom: 10px;color: #90908f;
    font-family: 'Sarabun', sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}
.side-meta p a{
    text-decoration: underline !important;
}
.side-meta p b{color: #575756;font-weight: 600;}
.side-meta ul{padding: 0px !important;margin: 0px;}
.side-meta ul li{
    display: inline-block !important;
    list-style: none !important;
}
.side-meta ul li a{
    padding: 0px;
}
.side-meta ul li i{
    display: block;    
    height: 40px;
    width: 60px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    font-size: 17px;
    display: block;
    margin-right: 6px;
}
.comments{
    width: 100%;
    padding: 60px 0px;
}
.comments h1{
    font-size: 27px;
    font-weight: 900;
}
.comment{padding: 10px 0px;}
.comment p{padding-bottom: 10px;font-size: 15px;padding-top: 5px;
}
.comment h3{font-size: 16px;font-weight: 600;color: #000;}
.comment h3 b{color: #888;}
form{padding-top: 40px;
}
.input{
display: block;
width: 100%;
padding: 13px;
border: 4px solid #efefef;
border-radius: 0;
background: white;
color: #1d1d1b;
font-family: 'GT America', serif;
font-style: normal;
line-height: 1.214;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
line-height: 1.4em;
transition: border-color .3s ease-out;
-webkit-appearance: none;
margin-bottom: 20px;
}
.btn{
    padding: 13px 20px;
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    border-radius: 0px;
}
.tags-wrap{
    width: 100%;
    padding: 30px 0px;
    overflow: hidden;
}
.tags-wrap ul{padding: 0px;}
.tags-wrap ul li{
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'GT Pressura Light';
}
.tags-wrap .t{text-transform: none;}
.more-wrap{
    width: 100%;
    padding: 70px 0px;
    overflow: hidden;
    background: #2a2a29;
}
.more-wrap .wrap{
    width: 90%;
}
.more-img{
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.more-wrap img{
    width: 100%;
    min-height: 180px;
}
.more-wrap h1{
    font-size: 25px;
    color: #fff;
    padding-bottom: 30px;
}
.more-wrap h1 a{
    font-size: 25px;
    color: #fff;
    padding-bottom: 30px;
}
.more-wrap h1 i{
    font-weight: 900;
    color: #999;
    font-style: normal;
}
.more{
}
.more h2{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 0px 20px 0px;
}
.more h3{color: #888;font-size: 14px;}

/* P O S T S ------*/
.posts-header{
    width: 100%;
    height: 500px;
    background: #000;
}
.posts-header .left{
    width: 70%;
    float: left;
    height: 500px;
}
.posts-header .right{
    width: 30%;
    float: left;
    height: 500px;
    padding-top: 260px;
    color: #fff;
}
.posts-header .right h1{
    font-weight: 100;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #999;
    font-family: 'Kreon';
    letter-spacing: 2px;
}
.posts img{
    width: 100%;
}
.posts-header .sample-post-wrap {
    position: relative;
    height: 500px;
    padding-top: 150px;
}
.posts-header .sample-post-wrap .post {
    color: #fff;
    border: 0px;
    padding-bottom: 0px;
    padding-left: 15%;
    padding-right: 5%;
}
.posts-header .posts h2 {
    font-weight: 900;
    font-size: 45px;
    line-height: 46px;
    padding: 15px 0px;
}

@media(max-width:768px){
    .posts-header{height:auto;}
    .posts-header .left{
        width: 100%;
        float: none;
        height: auto;
    }
    .posts-header .right{
        width: 100%;
        float: none;
        height: auto;
        padding: 140px 0px 60px 0px;
        color: #fff;
    }
    .posts-header .left .sample-post-wrap{height: auto;}
    .posts-header .sample-post-wrap .post{padding: 0px 5%;}
    .posts-header .posts h2 {
        font-weight: 900;
        font-size: 25px;
        line-height: 26px;
        padding: 15px 0px;
    }
    .sample-post-wrap .top-meta{
        color: #a6a6a6;
        font-size: 13px !important;
        padding-bottom: 1px !important;
    }

    
}

.posts h2{
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 0px;
}
.posts .top-meta{
    text-transform: uppercase;
    padding-top: 15px;
    color: #888;
}
.posts .top-meta b{
    color: #ff0b3a;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: 400;
}
.posts .bottom-meta{
    text-transform: uppercase;
    color: #ff0b3a;
    padding-top: 15px;    
    font-family: 'Sarabun', sans-serif;

}
.posts .bottom-meta i{
    font-size: 11px;
    color: #888;
    text-transform: none;
    padding-right: 6px;
}
.posts .post{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 70px;
}
.posts .post p{padding-bottom: 20px;font-size:1.1rem;line-height: 1.8rem;}
.posts .post a{
    font-weight: 300;
    border-bottom: 2px solid rgba(255, 11, 58,.4);
    color: #000;
}
.posts .post a strong{font-weight: 100;}
.posts .post a:hover{color:  #ff0b3a;}
.top-meta a{
    color: #ff0b3a !important;
}
.page-pad{
    width: 100%;
    padding: 100px 0px;
    overflow: hidden;
}
.sample-post-wrap{
    position: relative;
    height: 350px;
}
.sample-post-wrap img{
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.sample-post-wrap .inner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.7);
}
.sample-post-wrap .post{
    position: relative;
    z-index: 3;
}
.sample-post-wrap .post{
    color: #fff;
    border: 0px;
    padding-bottom: 0px;
}

.sample-post-wrap .top-meta{
    color: #a6a6a6;
}
.sample-post-wrap .bottom-meta i{
    color: #a6a6a6;
}

.paginate{
    border: none;
    background: transparent;
    padding: 20px 0px;
    outline: none !important;
}
.paginate a,
.paginate span,
.paginate li,
.paginate ul
{
outline: none !important;
box-shadow:none !important;
}
.paginate span:focus,.paginate a:focus{
    box-shadow: none !important;
}
.paginate ul:focus{
    border: 0px !important;
}
.paginate nav{    border: none;
outline: none !important;}
.page-item.active .page-link {
z-index: 3;
color: red;
background-color: #fff;
border-color: #fff;
border-left: 0px;
}
.page-item.disabled .page-link {
color: #f2f2f2;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #fff;
}
.page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #b3b3b3;
background-color: #fff;
border: 1px solid #fff;
font-size: 14px;
}
.page-link:hover {
z-index: 2;
color: #ff5a5d;
text-decoration: none;
background-color: #fde0dc;
border-color: #fde0dc;
}


@media(max-width:768px){
    
    .post-img{
        height: 400px;
    }
    .post-img img{
        width: auto;
        min-height: 400px;
        position: absolute;
    }
    .post-img h1{
        position: absolute;width: 90%;
        bottom: auto;
        z-index: 3;
        color: #fff;
        font-size: 22px;
        line-height: 25px;    
        font-weight: 900;
        left: 5%;
        top: 140px;
    }
    .post-img b {
      letter-spacing: 1px;
    }
    .post-content {
        padding: 20px 0px;
    }
    .post-content .post {
        padding-left: 13px;
        padding-right: 13px;
    }
    .tags-wrap {
        padding: 0px !important;
    }
    form {
        padding-top: 0px;
    }
    .comments {
        width: 100%;
        padding: 60px 0px 40px 0px !important;
    }
    .side-meta {    
        padding: 0px;
        margin-bottom: 30px;
    }
    .more{margin-bottom: 30px;}
    .more-img {
        width: 100px;
        height: auto;
        float: left;
        overflow: hidden;
    }
    .more {
        margin-bottom: 10px;
        overflow: hidden;
    }
    .more-wrap img {
        width: 100%;
        height: 80px;
        min-height: 80px;
    }
    .more .text{ 
        width: 60%;
        float: right;
    }
    .more h2 {
        color: #fff;
        font-weight: 100;
        font-size: 14px;
        padding: 0px 0px 10px 0px;
    }
    .posts .post {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .sample-post-wrap {
        position: relative;
        height: auto; 
        padding: 50px 0px 75px 0px !important;
    }
    }


    /*---------
    ---------------------------------
    ----------*/
.big-image{
    width: 100%;
    height: 500px;
    background: #000;
    position: relative;
}
.big-image .inner{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.big-image h1{font-size: 4rem;line-height:5rem;
    position: absolute;bottom: 50px;left: 10%;
    color: #fff;
}
.simp-wrap{width: 100%;overflow: hidden;padding: 80px 0px;}
.simp-wrap .side-meta h2{
    margin:30px 0px 20px 0px;font-size: 15px;text-transform: uppercase;
    border-bottom: 1px solid #90908f;display: inline-block;
}
.simp-post{overflow: hidden;width: 100%;margin-bottom: 30px;}
.simp-post .img{
    width: 80px;
    height: 80px;
    border-radius: 4px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}
.simp-post .img img{min-width: 100%;height: 100px;}
.simp-post .text{width: 76%;float: left;margin: 0px;}
@media(max-width:768px){
.simp-post .text{width: 70%;float: left;margin: 0px;}
.simp-post .img{width:65px;}
}
.simp-btn-more{
    line-height: 14px;
    border: 1px solid #ff0b3a;
    padding: 10px 14px;
    background: transparent;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    color: #ff0b3a;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    margin-top: 30px;
}
.pr-50{padding-right: 50px;}
@media(max-width:768px){
    .pr-50{padding-right: 0px;}
}
.simp-post .text h2{font-weight: 600;font-size: 17px;margin: 0px 0px 0px 0px;border: 0px;color: #000;}
.simp-post p{color: #000;font-size: 13px;}
.simp-post h4{color: #555;font-size: 12px;}
.simp-post:hover h2,
.simp-post:hover p,
.simp-post:hover h4{color: #ff0b3a;}


.unseen{
    padding: 150px 0px 100px 0px;
    background: #111;
    color: #fff;
}
.unseen .text{width: 500px;}


.sm-no-show{display: block;}
.sm-show{display: none;}
@media(max-width:768px){
    .sm-no-show{display: none;}
    .sm-show{display: block;}
}