body.with-bigheader #header:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 105px;
	z-index: -1;
}

.navbar {
	color: var(--collinz-theme-secondary);
	transition: all 0.3s ease; /* Transition effect when sliding down (and up) */
	-webkit-transition: all 0.3s ease; /* Transition effect when sliding down (and up) */
}

.navbar-dark {
	background: var(--collinz-theme-gradient-left);
	background: -moz-linear-gradient(90deg, var(--collinz-theme-gradient-left) 0%, var(--collinz-theme-gradient-right) 100%);
	background: -webkit-linear-gradient(0deg, var(--collinz-theme-gradient-left) 0%, var(--collinz-theme-gradient-right) 100%);
	background: linear-gradient(90deg, var(--collinz-theme-gradient-left) 0%, var(--collinz-theme-gradient-right) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--collinz-theme-gradient-left)",endColorstr="var(--collinz-theme-gradient-left)",GradientType=1);
}

.navbar-brand {
	max-width: 100%;
	background: url(../images/logo2.png) no-repeat center !important;
	background-size: contain !important;
	height: 139px;
	width: 70vw;
	bottom: 0;
	margin-top: 0.5em;
	padding: 0;
	transition: all 0.3s ease; /* Transition effect when sliding down (and up) */
	-webkit-transition: all 0.3s ease; /* Transition effect when sliding down (and up) */
}

body.with-bigheader .navbar-brand, .mm-navbar .navbar-brand {
	
}

.navbar-brand a:hover,
.navbar-brand a:active,
.navbar-brand a.selected {
	text-decoration: none;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: var(--collinz-theme-primary);
}

.mm-navbar__title {
	background: #FFF;
}

.mm-navbar__title[href^="#"] {
	background: unset;
}

.mm-navbar_sticky {
	z-index: 2;
}

.mm-menu {
	--mm-color-background: var(--collinz-theme-primary);
	--mm-color-background-highlight: var(--collinz-theme-on-primary);
	--mm-color-background-emphasis: var(--collinz-theme-primary-hover);
	--mm-color-border: transparent;
	--mm-color-button: var(--collinz-theme-text-primary-on-background);
	--mm-color-text: var(--collinz-theme-text-primary-on-background);
	--mm-color-text-dimmed: rgba(255,255,255,.75);
	--mm-line-height: 2.5em;
	--mm-navbar-size: 2em;
}

.mm-searchfield__input, .mm-listitem__text, .mm-panel__noresultsmsg {
	padding: 0 1.5rem;
}

.mm-searchfield__input {
	height: calc(var(--mm-navbar-size) * 1);
}

.mm-searchfield input {
	border: 1px solid white !important;
	height: calc(var(--mm-navbar-size) * 1);
	line-height: calc(var(--mm-navbar-size) * 1);
	border-radius: unset;
}

.mm-searchfield input::-webkit-input-placeholder { /* Edge */
	color: rgba(255,255,255,.55);;
}

.mm-searchfield input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255,255,255,.55);;
}

.mm-searchfield input::placeholder {
	color: rgba(255,255,255,.55);;
}

.mm-searchfield__btn {
	margin-right: 1em;
}

.mm-menu_offcanvas {
	max-width: 360px;
}

@media (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
		-webkit-transform: translate3d(360px,0,0);
		transform: translate3d(360px,0,0);
	}
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(360px,0,0);
		transform: translate3d(-360px,0,0);
	}
}

.mm-menu .mm-navbar .social-icon a {
	color: var(--collinz-theme-on-primary);
	border: solid 1px transparent;
	border-radius: 2rem;
	margin: 0 0.2em;
}

.mm-menu .mm-navbar a .fa-stack {
	width: 2em;
}

.mm-menu .mm-navbar .social-icon a:hover {
	color: var(--collinz-theme-primary-hover);
	border: solid 1px white;
	border-radius: 2rem;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body.with-bigheader #header:after {
		height: 120px;
	}
	
	body.with-bigheader .navbar-brand, .mm-navbar .navbar-brand {
		height: 94px;
		width: 97px;
		margin-top: 0;
	}
	
	.navbar-brand {
		background: url(../images/logo.png) no-repeat center !important;
		background-size: contain !important;
		height: 72px;
		width: 78px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	li.social:first-child {
		padding-left: 1.5rem;
	}
}
