/*

Theme Name: Level Up Child

Theme URI: http://www.earthlegacy.net/

Description:  This is a child them of Vantage

Author: Yvette Cioran

Author URI: http://www.im-solutions.net/

Template: vantage

Version: 0.1

*/



@import url("../vantage/style.css");



/* Main Navigation Drop Down Hover and Search Colour */



.main-navigation {

  background: #3F2B40;

}



.main-navigation ul li:hover > a {

  background: #869350;

  color: #ffffff;

}



.main-navigation ul ul li:hover > a {

  background: #869350;

  color: #ffffff;

}



.main-navigation ul ul {

  background: #3F2B40;

}



#search-icon #search-icon-icon {

  background-color: #3F2B40;

}



#search-icon #search-icon-icon:hover {

  background-color: #869350;

}



/* Body Background Colour */



body {

  background: #9CD385;

}



/* Background Colour Around Feature Widget */

#main {

  background: #ffffff;

}



/* Shadowbox Around Feature Widget */



.entry-content img {

  max-width: 100%;

  height: auto;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.175);

  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.175);

  box-shadow: 0 0px 0px rgba(0,0,0,0);

}



/* Footer Colour */



#colophon {

  background: #869350;

}



/* Full header logo */



header#masthead {

padding: 0 !important;

}



header#masthead .hgroup {

padding: 0 !important;

}



header#masthead .hgroup .logo img {

width: 1080px;

}



.main-navigation {

margin: 0 !important;

}



body.responsive header#masthead .hgroup .support-text, body.responsive header#masthead .hgroup #header-sidebar {

display: none !important;

}