/*
Theme Name: Brandon
Theme URI: http://themes.muffingroup.com/brandon
Author: Muffin group
Author URI: http://muffingroup.com
Description: Brandon - Premium WordPress Theme.
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, translation-ready
Version: 1.9.1
*/

@import url("css/base.css");

@import url("css/animate.min.css");
@import url("css/buttons.css");
@import url("css/fonts.css");
@import url("css/isotope.css");

@import url("css/grid.css");
@import url("css/layout.css");
@import url("css/shortcodes.css");
@import url("css/variables.css");

/* If you want to add your own css code, please do it in css/custom.css */
.single .post_photo, .single  .no-meta, .single .post_navigation,.addons {
    display: none !important;
}
#Header .logo {
    float: left;
    margin: 20px 0 60px 20px;
}



@media screen and (max-width:728px) {
 #mfn-slider .swiper-container, #mfn-slider .swiper-slide {
    height: 300px;
    line-height: 310px;
    width: 100%;
}

}

@media only screen and (min-width: 768px) and (max-width: 959px)
{	
#Wrapper {
    width: 100% !important;
}

}