/**
* Theme Name: Bacola Child
* Description: This is a child theme of Bacola, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: bacola
* Version: 1.5.0
*/

.site-header .all-categories{
	    margin-left: 3.5rem!important;
}

.site-brand {
	width: 220px;align-content
}

.site-brand a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center!important;
    color: currentColor;
    text-decoration: none;
    width: 100%;
    text-align: center;
    align-items: center;
}

.site-canvas{
	top:0;
}