/*
Theme Name: Vantage Child
Version: 1.0
Description: A child theme of Vantage
Template: vantage
Author: Administrator
*/
@import url("../vantage/style.css");
/* Your awesome customization starts here */

/*change masthead text*/
header#masthead .hgroup .support-text {
  font-size: 30px;
  font-style: normal;
  line-height: 1.2em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 1.5em;
  color: #4cc5de;
}

/*change navigation bar background colour in hover state*/
.main-navigation ul li:hover > a {
  background: #4cc5de !important;
}

/* Meta Slider Background Color */

#main-slider {
	background: #fff;
}