/*
Theme Name:     Magnificent Child Theme
Template:       Magnificent
Version:        0.1.0
*/

@import url("../Magnificent/style.css");

/* ===  Mandatory Changes === */


/*HEADER*/



/*Change menu border colors*/
#menu {
border-top: 2px solid #36451D; /*Change color of top border of menu*/
border-bottom: 2px solid #36451D; /*Change color of bottom border of menu*/
}

ul.nav > li.current-menu-item, ul.nav > li.current_page_item, ul.nav > li.current-cat {
background: #36451D;
border-radius: 10px;
}

/*Change the color of navigation text*/
ul.nav a {
color: #;
}

/*Change the hover color of navigation text*/
ul.nav a:hover {
color: #;
}



/*BODY*/



/*Change website background color*/
#top-overlay {
background-color: #e8f1d2 !important;
}

/*Change slider title color and shadow color*/
.slide .description h2 a{
color: # !important;
text-shadow: 3px 3px 3px # !important;
}	

/*Change slider meta info*/
.slide .description p.meta-info {
color: #;
text-shadow: 3px 3px 3px #;
}

/*Match styles from above*/
.slide .description p.meta-info a{
color: #;
text-shadow: 3px 3px 3px #;
}


/*FOOTER*/



/*Change footer background color*/
#footer, body {
background-color: #;
}

/*Change footer text color*/
#copyright {
color: #;
}

/*Change footer link color*/
#copyright a {
color: #ACCD5D;
}

/*Change footer link hover color*/
#copyright a:hover {
color: #ACCD5D;
}



/* SUB PAGES CHANGES*/


/*Change the color of "by" on the blog page*/
.entry-content p.meta-info span {
color: #;
}


/* === Optional Changes === */


/*Add drop shadow to content images*/
.homepage {
/*Enter box shadow code here (Website for box shadow code generator: css3gen.com/box-shadow/)*/
-webkit-box-shadow: 1px 1px 20px rgba(50, 50, 50, 0.11);
-moz-box-shadow:    1px 1px 20px rgba(50, 50, 50, 0.11);
box-shadow:         1px 1px 20px rgba(50, 50, 50, 0.11);
}

/*Add drop shadow to content area and sidebar*/
.entry-full, .sidebar .block {
/*Enter box shadow code here (Website for box shadow code generator: css3gen.com/box-shadow/)*/
-webkit-box-shadow: 1px 1px 20px rgba(50, 50, 50, 0.11);
-moz-box-shadow:    1px 1px 20px rgba(50, 50, 50, 0.11);
box-shadow:         1px 1px 20px rgba(50, 50, 50, 0.11);
}

/*Change color of Searchbar!*/
#searchtext, #clickme, #search-wrap {
  background: #ACCD5D !important;
}


/* === DON'T EDIT THE CODE BELOW THIS LINE === */

#top-overlay {
background: url('images/top-bg.png') repeat-x;
}

.block-border {
background: url('images/block-top-bg.png');
}

#menu {
background: none; /*You can change this to a color if you want the navigation to have a background color*/
height: 48px;
margin-bottom: 25px;
padding-bottom: 0;
}

#footer, body {
background: url('images/footer-bg.png');
}

ul.nav > li.current-menu-item > a, ul.nav > li.current_page_item > a, ul.nav > li.current-cat > a {
background: none;
padding: 15px 12px 13px;
}

#content {
background: none;
}

.info-panel .last {
float: right;
}

#slogan {
background: none;
padding-bottom: 0;
color: #36451D;
}

#logo {
margin-top: 20px;
}

ul.nav {
padding-top: 1px;
}

#search-3 {
margin-bottom: 57px;
}

.homepage {
margin-bottom: 10px;
}

#search-wrap, #clickme {
  margin-top: 1% !important;
}

.slide .description h2 a {
text-shadow: 0 0 2px #353535, 0 0 4px #353535, 0 0 6px #353535, 0 0 8px #353535;
}

.slide .description {
position: absolute;
left: 0;
top: 154px;
background: rgba(50,50,50,.5);
padding-left: 69px;
padding-right: 63px;
text-align: center;
z-index: 21;
width: 328px;
height: 116px;
}

.slide .description h2 {
font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
font-size: 32px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
padding-bottom: 9px;
}