/*
Theme Name: KFC
Theme URI: http://kfc-pr.com
Author: String
Author URI: stringhq.com
Description: KFC Wordpress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/


@import url(css/app.css);

@media (min-width: 768px) {
    .header_image_mobile{
        display: none;
    }
}


@media (max-width: 767px) {
    
    .header_image{
       display: none !important; 
    }

    .front_page .header_image{
       display: block !important; 
    }
    
    
    .front_page section.home{
        padding-top: 30px;
    }
    
    .header_image_mobile{
        background-size: cover !important;
        height: 250px !important;
    }
    
    header .header_title{
        padding-top: 35px;
    }
    
    header  .content{
        display: none;
    }
    
    header{
        height: 230px !important;
        margin-bottom: 15px;
    }
    
    .front_page header{
        height: 260px !important
    }
    
    
    .sanders-img{
        margin-top: 0 !important;
    }
}