body.search article img {
    float: none;
    width: 100%;
    height: auto;
}
.entry-header h2{ font-family: 'Raleway', sans-serif !important;}
.featured-area .feat-inner,
.featured-area .feat-more,
.featured-area .feat-overlay .cat,
.featured-area .feat-overlay h2 {
 position: relative;
}

.featured-area .feat-overlay .cat a,
.featured-area .feat-overlay h2 {
text-shadow: none;
}

.featured-area .feat-inner:before {
content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  padding: 5% 20px;
  transform: translate(-50%, -50%);
}

/* holiday menu color change */
#menu-item-5384 a {
color: #F21313!important;
font-weight: bold!important;
}
#menu-item-5384 ul li a {
color: #baa378!important;
font-weight: normal!important;
}