/*
Theme Name: Alante Blue
Template: alante
Description:  alante Child Theme
Author:       Paigon Davis
Author URI:   http://natashalanedesignco.com
Version:      1.0.0
*/

body{
    width:100%;
    margin:0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Covered By Your Grace', cursive;
}
h2{
    font-size:5em;
}
#header{
    background:#000000;
    padding:4em 0;
    font-size: 1em;
}
#header .menu > li > a{
    color:#ffffff;
}
#header .menu > li.current_page_item > a, #header .menu > li.current-menu-ancestor > a, #header .menu > li.menu-hover > a, #header .menu > li > a:hover{
    box-shadow: none;
}
#header .menu > li.current_page_item > a span:first-child, #header .menu > li.current-menu-ancestor > a span:first-child, #header .menu > li.menu-hover > a span:first-child, #header .menu > li > a:hover span:first-child {
   color: #cd9254;
}
#featureheader{
    width:100%;
    margin:0;
    padding:0;
}
#featuredheader img{
    width:30%;
    float:left;
    padding:1% 1% 10% 1%;
    margin:0 auto;
    text-align: center;
}
.aligncenter {
  clear:none;
}
#abovefooter {
    background-color: #cd9254;
    margin: 0 auto;
    padding: 5em 0;
    text-align: center;
    min-height: 20em;
}
#abovefooter li a{
    color:#ffffff;
}
#abovefooter li a:hover{
    color:#661f01;
}
#abovefooter li{
    float:left;
    width: 22%;
    list-style: none;
    padding:1%;
}
#sub-footer {
    clear:both;
    background: #661f01;
    border-top: none;
    padding:2em;
}
#sub-footer-core {
    color:#ffffff;
}
#sub-footer-core a {
    color: #ffffff;
}
#sub-footer-core a:hover {
    color: #cd9254;
}


@media only screen and (max-width: 768px){
    #header-responsive li.current_page_item a, #header-responsive li a:hover {
    color: #cd9254;
}
#header-responsive li a {
    color: #ffffff;
    display: block;
    border-bottom: none;
    padding: 10px 20px;
}
}
/* WIDE SMARTPHONE LANDSCAPE (IPHONE 5/6) */
@media screen and (max-width:600px) {
    #abovefooter a {
        font-size: .7em;
    }
    #featuredheader img{
    width:100%;
    
}
    
}