.blog img{
    max-width: 100%;
    height: auto;
}

.mobile-blog-author{
    display:none;
}

.blog-thumb-large{
    margin-top:10px;
    text-align:center;
    max-height:360px;
    height:100%;
    width:100%;
    overflow:hidden;
}

.video-wrapper{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top:15px;
}

.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-hr{
    border-top:1px solid #CCC;
    width:730px;
}

.blog-info{
    color:#949494;
    margin-bottom:20px;
    font-size:14px;
}

.front-article-container .news-title{
    font-size:28px;
    line-height:normal;
}

.news-title{
    font-size:18px;
    margin-top:3px;
    margin-bottom:5px;
    line-height:normal;
    color:#337ab7;
}

.entry-title{
    margin-top:0px;
}

.blog h1 {
    font-size:36px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog .entry-title{
    margin-top:0px;
    margin-bottom:10px;
}

.post-info{
    font-size:14px;
    color:#949494;
}

.post-info .author{
    padding-right:6px;
    border-right:1px solid #949494;
}

.post-info .author.first-article{
    border-right:1px solid #FFF;
}

.post-info .date{
    margin-left:6px;
}

.front-side-article{
    width:250px;
    height:160px;
    margin:0 auto;
    overflow:hidden;
}

.sec-third-link{
    font-size:14px;
}

.blog-thumb,
.default-thumb{
    position:relative;
    width:100%;
    padding-top:56.25%;
    overflow:hidden;
}

.default-thumb{
    border:1px solid #EBEBEB;
}

.blog-thumb img,
.default-thumb img{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width:100%;
}

.blog-category{
    font-size:12px;
    color:#CCC;
}

.video-thumb{
    position:relative;
}

.video-thumb:after{
    content:url("/wp-content/uploads/2018/01/big-play-button.png");
    position:absolute;
    width:46px;
    height:46px;
    top:50%;
    left:50%;
    margin-top:-23px;
    margin-left:-23px;
}

.blog-menu{
    border-top:1px dashed #333;
    margin-top:20px;
    padding-top:20px;
    clear:both;
}

.blog-menu .previous{
    float:left;
}

.blog-menu .next{
    float:right;
}

.border-title{
    display:inline-block;
    padding-bottom:5px;
    border-bottom:2px solid #ccc4c4;
}

.news-title.sec-third-link{
    font-size:16px;
    line-height:normal;
}


.front-article-container{
    display:table;
    position:relative;
    height:200px;
    background-color:#333;
    color:#FFF;
    padding:15px 25px;
    width:100%;
}

.article-sub-container{
    display:table-cell;
    vertical-align:middle;
}

.front-side-article-container{
    position:relative;
    width:100%;
    height:300px;
}

.front-side-article-container:nth-of-type(1){
    border-bottom:1px solid #CCC;
}

.front-side-article-container:nth-of-type(2){
    margin-top:20px;
}

.blog-row{
    max-width:750px;
    position:relative;
    padding-top:20px;
}

.blog-row:after{
    display:block;
    content:' ';
    position:relative;
    width:calc(100% - 30px);
    padding-top:20px;
    border-bottom:1px solid #CCC;
    left:15px;
}

.no-border:after{
    padding-top:20px;
    border-bottom:none;

}

div.blog-row:last-of-type:after{
    display:none;
}

.blog-row.top{
    max-width:none;
    width:100%;
}

.front-side-article-container .blog-category{
    margin-top:15px;
}

.front-side-article-container .news-title.sec-third-link{
    font-size:18px;
}

.front-img-container{
    width:100%;
    height:400px;
    overflow:hidden;
}

.side-img-container{
    overflow:hidden;
    margin-bottom:5px;
    float:left;
    margin-right:10px;
}

.default-img-container{
    width:100%;
    height:143px;
    overflow:hidden;
    margin-bottom:5px;
}

.default-img-container{
    border:1px solid #EBEBEB;
}

.side-article{
    position:relative;
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid #CCC;
    min-height:110px;
}

.side-article:nth-of-type(4){
    border-bottom:none;
}

.blog-link{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    top:0;
}

.blog-link-hover {
    color: #23527c;
    text-decoration: underline;
}

.featured-image{
    margin-bottom:40px;
}

.archive-menu{
    margin-top:20px;
    padding-top:20px;
    clear:both;
}

.archive-menu .previous{
    float:left;
}

.archive-menu .next{
    float:right;
}

/**** SINGLE BLOG POST ****/
.blog-info .author{
    padding-right: 10px;
    border-right: 1px solid #949494;
}

.blog-info .date{
    margin-left:10px;
}

.first-article{
    color:#FFF;
}

.first-article:hover{
    color:#FFF;
}
/**** /SINGLE BLOG POST ****/

.blog-container{
    font-size:14px;
}

.page-margin.blog-container{
    margin-top:20px;
}

.tag{
    font-size:12px;
    margin-bottom:5px;
}

.tag > a {
    display:inline-block;
    background-color: #337ab7;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:5px;
}

/**** COMMENTS ****/
.comment-respond{
    max-width: 650px;
}

.comment-form-author label{
    display:block;
}

.comment-respond .required{
    display:inline-block;
    color:red;
    margin-left:10px;
}

.comment-respond input[type='text']{
    width:100%;
    padding:5px;
    border:1px solid #525252;
}

.comment-respond textarea{
    width:100%;
    padding:5px;
    border:1px solid #525252;
}

.comment-respond .form-submit #submit{
    border-radius:6px;
    padding:10px 15px;
    background-color:#0f4e9d;
    color:#FFF;
    border:1px solid #CCC;
    outline: none;
    font-weight:bold;
}

.comment-respond .form-submit #submit:hover{
    background-color:#2165b8;
}

h4.leave-feedback{
    display:block;
    font-size:16px;
    font-weight:bold;
    padding:5px 0px 10px 0px;
}

.commentlist{
    list-style-type:none;
    font-size:15px;
}

.commentlist .children{
    list-style-type:none;
}

.avatar{
    border-radius:50%;
    border:2px solid #CCC;
    margin-left:-10px;
    margin-right:10px;
}

.comment-author cite{
    font-style:normal;
    font-weight:bold;
}

.comment-body{
    position:relative;
    margin-left:56px;
    padding:10px 0px;
}

.comment-author{
    margin-left:-56px;
    height:44px;
}

.comment-author > .says{
    display:none;
}

.comment-meta{
    display:inline-block;
    margin-left:10px;
}

.comment-meta a{
    color:#CCC;
}

.comment-staff{
    display:inline-block;
    padding-left:5px;
    padding-right:5px;
    background-color:#1f62b4;
    color:#FFF;
    font-weight:bold;
    border-radius:5px;
    margin-left:5px;
}
/*
.comment-meta{
    position:absolute;
    margin-top:-40px;
    right:0px;
}
*/

.commentlist > li.comment{
    border-bottom:1px solid #CCC;
    padding-top: 20px;
    padding-bottom: 20px;
}
/**** END COMMENTS ****/

.tag-img{
    text-align:right;
}

@media only screen and (max-width:479px) {
    .blog-thumb-large {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .blog-thumb-large img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    /**** BLOG SMALLEST ****/
    .front-side-article{
        position:relative;
        padding-top:56.25%;
        width:100%;
        heigth:auto;
    }

    .front-side-article img{
        position:absolute;
        top:0;
        left:0;
        bottom:0;
        right:0;
    }

    .video-thumb{
        margin:0 auto;
    }

    .blog-category{
        margin-top:10px;
    }

    .front-article-container{
        height:auto;
    }

    .news-title{
        font-size:18px;
        line-height:28px;
    }

    .post-info .author{
        border-right:none;
        display:block;
        padding-right:0px;
    }

    .post-info .date{
        margin-left:0px;
    }

    .disqus-container {
        margin-top: 25px;
    }

    .blog-info-container{
        padding-left:15px;
        padding-right:15px;
    }
    /**** END BLOG SMALLEST ****/

    /**** BLOG SMALLEST ****/
    .front-img-container{
        height:auto;
        overflow:auto;
        padding-top:56.25%;

    }

    .front-article-container{
        position: relative;
        width: 100%;
        margin-bottom: 40px;
    }

    .front-article-container:after{
        display: block;
        content: ' ';
        position: absolute;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #CCC;
        margin-bottom: -25px;
        bottom: 0px;
        left: 0px;
    }

    .front-side-article-container{
        height:auto;
    }

    .front-side-article-container:nth-of-type(1){
        padding-bottom:15px;
    }

    .front-article-container .news-title{
        font-size:18px;
    }

    .news-title{
        font-size:18px;
        line-height:normal;
    }

    .blog-row{
        width:auto;
        margin-left:0px !important;
        margin-right:0px !important;
    }

    .blog-row > div{
        padding-left:0px;
        padding-right:0px;
    }

    .blog-row:after{
        width:100%;
        left:0px;
    }

    .normal-row{
        margin-left:0px;
        margin-right:0px;
    }

    .normal-row > .col-xs-12{
        padding-left:0px;
        padding-right:0px;
    }

    .front-article-container{
        padding-left:15px;
        padding-right:15px;
    }

    .post-info .author.first-article{
        border-right:none;
    }

    .news-title.sec-third-link{
        font-size:18px;
    }

    .mobile-padding{
        padding-left:0px;
        padding-right:0px;
    }

    .blog-row.top{
        width:auto;
    }

    .mobile-blog-author{
        display:block;
    }

    .mobile-blog-author .blog-category{
        margin-top:10px;
    }

    .mobile-blog-author .news-title{
        margin-top:0px;
    }

    .border-title{
        margin-left:15px;
    }

    .blog-menu{
        padding-left:15px;
        padding-right:15px;
    }

    .blog{
        padding-left:0px;
        padding-right:0px;
    }

    .blog .entry-title{
        font-size:26px;
    }

    .blog .tag{
        display:none;
    }

    .normal-blog{
        display:none;
    }
    /**** END BLOG SMALLEST ****/
}

@media only screen and  (max-width:767px) {
    /**** BLOG ****/
    .blog-thumb-large,
    .default-thumb-large{
        height:auto;
    }

    .sidebar-news{
        display:none;
    }

    .tag-img{
        text-align:center;
    }
    /**** END BLOG ****/
}

@media only screen and (min-width:480px) and (max-width:767px) {
    /**** BLOG 480 ****/
    .blog-row.top {
        width: auto;
    }

    .front-article-container .news-title {
        font-size: 24px;
    }

    .front-img-container {
        height: 282px;
        overflow: hidden;
    }

    .front-article-container {
        position: relative;
        width: 100%;
        margin-bottom: 40px;
    }

    .front-article-container:after {
        display: block;
        content: ' ';
        position: absolute;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #CCC;
        margin-bottom: -25px;
        bottom: 0px;
        left: 0px;
    }

    .front-side-article-container {
        height: auto;
    }

    .front-side-article-container:nth-of-type(1) {
        padding-bottom: 15px;
    }

    .news-title {
        font-size: 18px;
        line-height: normal;
    }

    .blog-row {
        width: auto;
    }

    .blog-row:after {
        width: calc(100% - 30px);
    }
    /**** END BLOG 480 ****/
}

@media only screen and (min-width:768px) and (max-width:991px){
    /**** BLOG 768 ****/
    .sidebar-news{
        display:none;
    }

    .front-img-container{
        text-align:center;
    }

    .front-img-container img{
        width:auto !important;
        height:100%;
    }

    .front-article-container .news-title{
        font-size:24px;
        line-height:normal;
    }

    .front-side-article-container{
        width:100%;
        height:330px;
    }

    .blog-thumb,
    .default-thumb{
        height:92px;
    }

    .blog-row{
        width:auto;
    }

    .blog-row:after{
        width:calc(100% - 30px);
    }
    /**** END BLOG 768 ****/
}

@media only screen and (min-width : 992px) and (max-width:1199px){
    /**** BLOG 992 ****/
    .blog-thumb,
    .default-thumb{
        height:127.5px;
    }

    .blog-row:after{
        width:calc(100% - 30px);
    }

    .post-info .author{
        display:none;
    }

    .post-info .date{
        margin-left:0px;
    }
    /**** END BLOG 992 ****/
}

@media (min-width:1200px){
    .front-main-article{
        padding-right:40px;
    }
}
