/*
Theme Name: Whitelight Child
Description: Child theme for the whitelight theme 
Author: Mary K. Elkins
Template: whitelight
*/

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

#site-title a {
    color: #009900;
}

#content {
  padding: 1em 0 2em;
  background: #fff;
}

.single-portfolio header h1 {
  margin-bottom: 0.5em;
  margin-top:1.5em;
  font-family: "Signika", sans-serif;
}

 .nav li.current_page_item > a,
.nav li.current_page_parent > a,
.nav li.current-menu-ancestor > a,
.nav li.current-cat > a,
.nav li.li.current-menu-item > a {
  background: #93846a;
  color: #fff!important;
  text-shadow: none;
}

.nav a:hover {
  background: #93846a!important;
  color: #fff!important;
  }
  
 a {
  color: #990000;
  text-decoration: none;
}
a:hover {
  color: #660000;
  text-decoration: underline;
}

.nav li.current_page_item > a,
.nav li.current_page_parent > a,
.nav li.current-menu-ancestor > a,
.nav li.current-cat > a,
.nav li.li.current-menu-item > a {
  background: #93846a!important;
  color: #333!important;
  text-shadow: none;
}
.nav a:hover {
text-decoration:none;

  color: #333!important;
}
.controls-container .flex-control-nav li a.active {
  background: #93846a;
  background: -webkit-gradient(linear, left top, left bottom, from(#93846a), to(#f5e9b7));
  background: -webkit-linear-gradient(#93846a, #93846a);
  background: -moz-linear-gradient(center top, #93846a 0%, #f5e9b7 100%);
  background: -moz-gradient(center top, #93846a 0%, #93846a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#
  93846a,endColorstr=#e3d6ae);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#46b1e1, endColorstr=#229bd2)";
}
#featured article header {
display: none;
}

.ie8 #featured article header {
  background: #46b1e1;
}
#featured article header {
  padding: 15px 20px 10px;
  height: 75px;
  background: rgba(227, 214, 174, 0.9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#navigation .nav li a:hover:after {
  border-color: #fff transparent transparent transparent!important;
}
#navigation .nav li.parent > a::after {
border-color: #eee5c8 transparent transparent transparent!important; }

ul.mini-cart {
    margin-top: 1.4%;
}

#navigation {
    margin-top: 2%!important;
}
#features.home-section header.block {
display: none;
}

#features.home-section ul {
    width: 100%;
}
 .home-section#features li p img {
  float: right;
  margin: 5px 10px 10px 0;
}
 
 #portfolio-gallery h1 #port-tags a.current {
    color: #666666;
}
 
 .single-portfolio .portfolio {
  margin: 0 0 2.5em;
  padding: 0 0 2em;
  border-bottom:0px solid #e1e1e1;
}
.portfolio-item a.item {
  position: relative;
  display: block;
  padding: 0px;
  border: 3px solid #fff;
  border-bottom: 5px solid #fff;
  background: #fff;
}
.portfolio-item h2 {
  width: 210px;
  font-size: 1.3em;
  font-weight: 300;
  font-family: "Signika", sans-serif;
    text-align:center;

   
}
.portfolio-item a.item:hover .mask {
  display: block;
  filter: alpha(opacity=@opacity * 10);
  -moz-opacity: .10;
  -khtml-opacity: .10;
  opacity: .10;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

  #navigation .nav li ul li a {
    padding: 6px 0px;
    width: 180px;
    background: none;
    font-size: 0.8em;
    line-height: 1em;
    color: #666!important;
    border: none;
  }