/* Enter Your Custom CSS Here */

/* Menu */

.main-navigation a {
color: #e2e2e2 !important;
}

.main-navigation ul li:hover > a {
background: #45bc3a !important;
color: #FFFFFF !important;
}


#colophon #theme-attribution {
display: none;
}


form.searchform input {
	background: #45bc3a !important;
}

/* Meta Slider */

#main-slider {
background: #fff;
}


/* Vantage Remove Logo in Menu img constraint */

header#masthead.masthead-logo-in-menu .logo > img {
max-height: none !important;
}

/* Vantage set menu font family and font size */

.main-navigation a {
font-family: ‘Open Sans’, Garamond;
font-size: 18px;
}


