.site-header .logo {
	background: url('../images/logo.png') no-repeat;
	background-size: cover;
	height: 75px;
	width: 75px;
}

.site-header a:not(.button) {
	color: #fff;
	text-decoration: none;
	transition: color .2s linear;
}

.search-bar,
.quick-cart {
	transform: translateX(100%);
	transition: transform .3s ease;
}

.search-open .search-overlay,
.quick-cart-open .quick-cart-overlay,
.header-menu-open .header-menu-overlay {
	opacity: .5;
	visibility: visible;
	transition: opacity .2s linear, visibility .2s linear;
}

.search-open .search-bar,
.quick-cart-open .quick-cart,
.header-menu-open .mobile-header-menu {
	transform: translateX(0);
}

.header-menu li ul {
	display: none;
}

.header-menu > .menu-item-has-children > a:after {
	content: "\e900";
	font-family: "bowmanlandes" !important;
	font-size: 8px;
	padding-left: 5px;
	position: relative;
	top: -1px;
}

.header-menu > li:hover > a,
.header-menu > li.current-menu-item > a,
.header-menu > li.current-menu-parent > a {
	color: #d1b88c;
}

.has-fixed-header .site-header {
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	box-shadow: 0 1px 30px 0 rgba(0,0,0,0.13);
}

.has-fixed-header .site-header a.logo {
	margin-bottom: -30px;
}

.has-fixed-header .site-header .header-menu > li.logo {
	position: relative;
	top: 35px;
	margin-top: -25px;
}

.has-fixed-header .site-header a:not(.button) {
	color: #463a34;
}

.header-menu-open.has-fixed-header .site-header {
	position: absolute;
}

@media screen and (min-width: 601px) {
	.has-fixed-header .admin-bar .site-header {
		top: 46px;
	}
}

@media screen and (min-width: 768px) {
	.site-header .logo {
		height: 80px;
		width: 80px;
	}
}

@media screen and (min-width: 783px) {
	.has-fixed-header .admin-bar .site-header {
		top: 32px;
		padding-top: 0;
	}
}

@media screen and (max-width: 1023px) {
	.mobile-header-menu {
		transform: translateX(100%);
		transition: transform .3s ease;
	}
	
	.has-fixed-header .site-header {
		padding-bottom: 5px;
	}
	
	.header-menu .logo {
		display: none;
	}
	
	.header-menu li > a:not(.button) {
		font-weight: 700;
		text-transform: uppercase;
		font-size: 20px;
		color: #463a35;
		letter-spacing: 2px;
		padding: 10px 30px;
		display: block;
	}
	
	.site-header .global-actions a {
		color: #463a35;
	}
	
	.site-header .social a {
		color: #91082a;
	}
}

@media screen and (min-width: 1024px) {	
	.site-header .logo,
	.site-header .logo a {
		height: 100px;
		width: 100px;
	}
	
	.site-header .header-menu > li {
		position: relative;
		padding: 13px 0;
	}
	
	.site-header .header-menu > li > a {
		display: block;
		margin: 0 12px;
		font-weight: 500;
		font-size: 10px;
		letter-spacing: 1.54px;
		text-transform: uppercase;
	}
	
	.site-header .header-menu > li > ul > li > a {
		color: #463a34;
		display: block;
		padding: 8px 0;
	}
	
	.site-header .header-menu > li > ul > li > a:hover {
		color: #d0b88b;
		text-decoration: underline;
		transition: none;
	}
	
	.site-header .header-menu > li.logo {
		margin: 0 15px;
	}
	
	.site-header .header-menu > li.logo > a {
		display: block;
		font-size: 0;
	}
	
	.header-menu li ul {
		width: 170px;
		display: block;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		padding: 7px 15px;
		background: #fff;
		padding: 15px 20px;
		border-top: 2px solid #d1b88c;
	}
	
	.header-menu li:hover ul {
		transition: opacity .2s linear, visibility .2s linear;
		opacity: 1;
		visibility: visible;
	}
	
	.has-fixed-header .site-header .mobile-header-menu {
		padding-top: 0;
	}
}

@media screen and (min-width: 1400px) {
	.site-header .logo,
	.site-header .logo a {
		height: 130px;
		width: 130px;
	}
	
	.has-fixed-header .site-header .logo,
	.has-fixed-header .site-header .logo a {
		height: 100px;
		width: 100px;
	}
	
	.site-header .header-menu > li > a {
		margin: 0 15px;
		font-size: 13px;
		letter-spacing: 2px;
	}
	
	.site-header .header-menu > li.logo {
		margin: 0 35px;
	}
}