/*   ----------- Larger screen styling - Horizontal menu - Inline search -----------   */

.sticky.inline .main-menu {
	top: 104px;
	left: 0;
	height: auto;
	width: 100%;
	background: #000;
	display: flex;
	justify-content: space-evenly;
}
.sticky.inline .main-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	/* Undo off-canvas styling */
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	width: 100%;
	background: none;
}
.sticky.inline .main-menu a {
	color: #FFF;
	border: 0 !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: Candara, sans-serif;
	font-style: initial;
	display: inline-flex;
	padding: 5px;
	margin: 0;
	height: 30px;
	box-sizing: border-box;
}
.sticky.inline .search-toggle, .sticky.inline .menu-toggle, .sticky.inline .main-menu a.menu-close {
	display: none;
}
.sticky.inline a#inline-search-toggle {
	padding: 2px;
}
.sticky.inline input#inline-search-field {
	max-height: 26px;
}
.header-title img {
	height: 100px;
}
.sticky {
	height: auto;
}
.sticky.shrink {
	height: 50px;
	transition: height .3s ease;
}
.sticky.shrink .header-title img {
	height: 46px;
	transition: height .3s ease;
}
.wrapper {
    padding: 148px 0 0 0;
}
.wrapper.shrink {
    padding: 60px 0 0 0;
}