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

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

.tm-nav.uk-visible-large {
	position: relative;
	top: 110px;
}

.uk-active .tm-nav.uk-visible-large {
	position: initial;
}

.uk-active .tm-sticky-logo img {
	max-width: 80%;
}

.uk-active .tm-logo.uk-visible-large {
	text-align: center;
}

.uk-navbar-nav > li > a {
    height: 40px;
    line-height: 40px;
}

.uk-active .uk-navbar-nav > li > a {
    height: 90px;
    line-height: 90px;
}

.uk-active .uk-navbar-nav > li {
    background-color: white;
}

.uk-navbar-nav > li {
    background-color: #50021f;
}

.tm-navbar-fullscreen-contrast:not(.uk-navbar-attached) .uk-navbar-nav > li:hover > a, .tm-navbar-fullscreen-contrast:not(.uk-navbar-attached) .uk-navbar-nav > li > a:focus, .tm-navbar-fullscreen-contrast:not(.uk-navbar-attached) .uk-navbar-nav > li.uk-open > a {
    color: #bd9a4c;
}

.uk-active .uk-dropdown-navbar {
    margin-top: 20px;
}

.uk-dropdown-navbar {
    margin-top: 0;
}