/*
Theme Name: Barber Child
Description: Barber - Premium Wordpress Theme
Version:1.0
Author:gljivec
Theme URI:http://themeforest.net/
Author URI:http://premiumcoding.com/
License URI:http://themeforest.net/
Template: barber
*/

@import url("../barber/style.css");

/*your content goes from here*/

header #logo{
  margin-top: 12px;
}

header #logo img{
  height: 70px;
}

#aq-block-10861-31, #aq-block-10861-33{
  display: none;
}

#stylistes.border-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom-support-tab{
  max-width: 33%;
}

.bottom-support-tab .support-widget .support-content{
  height: 450px;
  overflow-y: auto;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.top-nav > *{
  display:flex;
  justify-content:center;
  align-items:center;
}

.minilogo{
  height: 30px;
}

@media screen and (min-width:0px) and (max-width:960px){
  .top-nav span.adresse,
  .top-nav i.fa-map-marker{
    display:none;
  }
}

@media screen and (min-width:0px) and (max-width:480px){
  .top-nav .topNotification .topNotification-content:nth-child(1),
  .top-nav .topNotification .topNotification-content:nth-child(2){
    display:none;
  }
}