/**
 *     Maker Faire Blog
 */

/** for MOBILE **/

div.template-blog .single-big .pagination {
    padding-right: 1px;
}

div.template-blog .post-entry img {
    display: block;
    margin: 0;
    border: 0;
    width: 100%;
}

div.template-blog .post-entry .left-preview.single-left {
    margin-bottom: 15px;
}

div.template-blog .post_delimiter {
    border-bottom: 1px solid #ccc;
}







.template-mfs-blog .small-preview img,
.template-mfs-blog .big-preview img {
    border-radius: 0px;
}

.template-mfs-blog .multi-big .post_author_timeline,
.template-mfs-blog .single-small .post_author_timeline {
    display: none;
}

/* Extra style */
.template-mfs-blog .post-title {
    color: #00afec;
}

.template-mfs-blog .post-parity-odd .mfs-flag {
    background-color: #eb212e;
}

.template-mfs-blog .post-parity-odd .post-title {
    color: #eb212e;
}



.template-mfs-blog .entry-content {
    display: none;
}























.mfs-post-meta-container {
    position: relative;
}
.mfs-post-meta-container:after {
    content: '';
    display: table;
    clear: both;
}

.mfs-post-comment {
    color: #eb221e;
}

.mfs-post-comment p {
    margin-top: 20px;
    margin-bottom: 0;
}


/* Table > Meta Data & Special Program */
.template-mfs-blog .mfs-table-wrapper {
    margin-bottom: 16px;
}

/* .html_overlay-title-blog */
.html_overlay-title-blog .single .big-preview.single-big,
.html_overlay-title-blog .single .entry-content-header .post-title.entry-title {
    height: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
}

.html_overlay-title-blog .single .entry-content-header .post-title.entry-title {
    position: relative;
}

.html_overlay-title-blog .single .entry-content-header .post-title.entry-title a {
    line-height: 1.3 !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px;
    width: 100%;
}
    
.html_overlay-title-blog .single .big-preview.single-big{
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
}

.html_overlay-title-blog .single .big-preview.single-big a {
    position: absolute;
    width: 100%;
    /*padding-right: 50px;*/
    top: 50%;
       
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); 
    transform: translateY(-50%);
}

.html_overlay-title-blog .single .big-preview.single-big a:before {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0.4;
}

.html_overlay-title-blog .single .entry-content-wrapper {
    position: relative;
    z-index: 10;
}

.html_overlay-title-blog .single .entry-content-header .post-title.entry-title{
    color: #fff;
}



/** for DESKTOP **/
@media only screen and (min-width: 768px){
    
div.template-blog .post_delimiter {
    border-bottom: 0px;
}


.template-blog .post-entry + .post-entry {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

.template-blog.template-mfs-blog .post-entry + .post-entry {
    border-top: 0;
    padding-top: 0;
}

/* .html_overlay-title-blog */
.html_overlay-title-blog .single .big-preview.single-big a {
    padding-right: 50px;
}

.html_overlay-title-blog .single .big-preview.single-big a:before {
    right: 50px;
}







div.template-blog .single-big .pagination {
    padding-right: 10px;
}


/* sigle-left */
.template-blog .post-entry.single-left {
    margin-bottom: 25px;
}

.template-blog .post-entry .left-preview.single-left {
    float: left;
    margin-right: 16px;
}

div.template-blog .post-entry .left-preview.single-left {
    margin-bottom: 0px;
}

.template-blog .single-left .post_delimiter {
    margin: 0;
    padding: 0;
}



.template-mfs-blog.template-blog .post-entry .post_delimiter {
    padding-top: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
    border: 0px;
}

.template-mfs-blog.template-blog .post-entry.post-entry-last .post_delimiter {
    border: 0px;
}

.template-mfs-blog.template-blog .big-preview {
    padding: 0px 0px 0px 93px;
}

.template-mfs-blog.template-blog .big-preview a,
.template-mfs-blog .multi-big .featured-video-wrapper,
.template-mfs-blog .multi-big .empty-wrapper {
    margin-bottom: 30px;
}

.template-mfs-blog.template-blog .blog-meta {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 93px;
    margin: 0px;
}

.template-mfs-blog.template-blog .multi-big .entry-content-wrapper {
    padding-left: 93px;
}

.template-mfs-blog .post-title {
    margin-bottom: 20px;
}

/* Makey */
.mfs-exhibited-robot .mfs-special-program:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../images/makerfaire_history_robot.png) no-repeat;
    width: 90px;
    height: 90px;
}

/* Table > Meta Data & Special Program */
.template-mfs-blog .mfs-table-wrapper {
    overflow: visible;
    float: left;
    width: 50%;
    margin: 0px;
}

.template-mfs-blog .mfs-special-program {
    overflow: hidden;
    padding-left: 50px;
}


}