/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-navbar {
    border-bottom: 1px solid #F4EDE4 !important;
}

@media (min-width: 768px)
.tm-headerbar {
    padding: 15px;
}

.tm-toolbar {
    padding: 5px 10px;
  	background: #F4EDE4;
}

.uk-flex-center {
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: flex-end;
}