.slideshow-window {
	background-color:#c5b495;
    border: 2px solid #c5b495;
    border-radius: 0px;
}/* Remove Dark Overlay on Homepage | ez-9551967-hc */
.main .post-archive article.post-has-thumbnail .entry {
  background: none;
}/*--- changes text color on slider on phone screen / #9574416-HC-PK ---*/
@media screen and (max-width: 782px){
.showcase nav {
    bottom: 7px;
}
.showcase nav a {
    width: 6px;
    height: 6px;
}
.main .post-archive article h2.entry-title a {
    color: #ececec;
}
.wf-active .main .post-archive article h2.entry-title {
    font-size: 30px;
    color: #FFF;
}
.main .post-archive article.post-has-thumbnail:hover h2.entry-title a, .main .post-archive article.post-has-thumbnail h2.entry-title a {
    color: #AAA193;
}
}
@media screen and (max-width: 782px){
  .main .post-archive article.post-has-thumbnail:hover h2.entry-title a, .main .post-archive article.post-has-thumbnail h2.entry-title a {
	  font-size: 15px;
  }
}
/*Remove grey overlay on featured images | SN-9665399-hc*/

.main .post-archive article.post-has-thumbnail:hover .thumbnail {
    opacity: 1 !important;
}
.main .post-archive article.post-has-thumbnail .thumbnail {
    opacity: 1;
}/* Mobile Menu: change the hamburger icon color  -- 9781606-hc (EZ) */
.secondary-masthead a.menu-toggle:before {
  color: #888276;
}
/* hide arrows on featured slider */
.showcase .arrow.arrow-prev,.showcase .arrow.arrow-next{
    display: none;
}
/* hide gallery slideshow controls */
.slideshow-controls {
 display: none;
}
/* Show JP slideshow controls on certain pages | smf-10763594-hc */
#post-1464 .slideshow-controls {
    display: block;
}
/* Change various button background colors: 10952967-hc | tmb */
input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], input.text, textarea, input.settings-input, button, #sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li .digg_button>a, .sd-social-official .sd-content>ul>li>a.sd-button, .sd-social-text .sd-content ul li a.sd-button, .wpl-button a {
  background: #c5b495;
}
p {
font-size: 14px;
}
.masthead .menu li {
font-size: 17px;
}
/* Change font weight for WooCommerce h1  | KW-12134764-hc*/
.woocommerce h1 {
	font-weight: 300;
}