/*
Theme Name: Motorepair Child
Theme URI: http://motorepair.mikado-themes.com/
Description: A child theme of Motorepair Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: motorepair
Template: motorepair
*/


body.single-brand .mkd-content .mkd-post-content{
    display: flex;
    flex-flow: wrap;
}


body.single-brand .mkd-blog-holder .mkd-blog-single{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

body.single-brand #post-12340{
    max-width: 1300px;
    margin: 50px 0px;
}


/*Brands List Image lists*/

.brandLists-IMG{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.brandLists-IMG img {
    max-width: 300px;
    max-height: 250px;
}

.brandLists-IMG ul{
    margin: 0px;
    padding: 0px;
}

.brandLists-IMG li{
    margin: 20px;
    padding: 0px;
    list-style-type:none;
    display: inline-block;
}




body.single-brand  .mkd-post-image-holder, body.single-brand  mkd-post-text {
    width: 50%;
    min-width: 200px;
}

body.single-brand  .mkd-post-image-holder{
    padding-right: 50px
}

body.single-brand  .mkd-post-text h3{
    font-size: 40px;
}
