/*
Theme Name: Foton Child
Template: foton
Theme URI: http://foton.mikado-themes.com
Description: A Multi-concept Software and App Landing Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: foton
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/



/****blog page*********/

.single.single-post .mkdf-post-text-inner .mkdf-post-info-top {
    display: none;
}

.single.single-post .mkdf-post-text-inner .mkdf-post-info-bottom.clearfix {
    display: none;
}

.single.single-post .mkdf-blog-single-navigation {
    display: none;
}
.single.single-post .mkdf-post-info-date-on-image {
    display: none;
}

.single.single-post .mkdf-page-footer .mkdf-footer-top-holder{
    background-color:#343351 !Important;
}
.single.single-post .mkdf-page-footer .mkdf-footer-bottom-holder {
    background-color: #2f2e49;
}

.single.single-post .mkdf-blog-holder article .mkdf-post-image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

.single.single-post .mkdf-page-footer::before {
    height: 140px;
    content: '';
    width: 100%;
    display: table;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2018/07/h-7-img.png);
    background-position: bottom;
}

.single.single-post  .mkdf-blog-holder {
    margin-bottom: 0;
}
.single.single-post  .mkdf-blog-holder article {
    margin-bottom: 0;
}


@media only screen and (max-width: 1024px) {
    
    .single.single-post .mkdf-page-footer::before {
        display:none;
    }
    .single.single-post .mkdf-container-inner.clearfix {
        padding-top: 100px !important;
    }
}