.affiliate-disclosure ,.fda-disclosure {
	background: #eee;
	border: 1px solid black;
	padding: 10px;	
}

.affiliate-disclosure {
	display: none;
}

.pr-section{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.site-info-designer {
	display: none;
}

.site-branding {
	margin: 4px 0;
}

.bx-viewport{
	height: 366px !important;
}

.wp1s-caption-wrapper.wp1s-caption-bottomcenter {
	top: 270px !important;
}

.pr-caption {
position: relative;
padding: 0;
margin: 0;
}
.pr-caption img {
display: block;
max-width: 100%;
height:auto;
}
.pr-caption:after {
content: "";
position: absolute;
display: block;
left: 0;
top: 0;
width: 100%;
height: auto;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
z-index: 1;
}
.pr-caption-text {
display: block;
position: absolute;
font-size: 22px;
width: 100%;
color: #fff;
left: 0;
bottom: 0;
padding: 1em;
font-weight: 700;
z-index: 2;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.pr-shop {
	background: #e74c3c;
	color: #ffffff !important;
	 text-align: center;
	 padding: 15px;
	border-radius: 3px;
	font-weight: bold;
}

.more-link {
	background: #e74c3c;
	color: #ffffff !important;
	 text-align: center;
	 padding: 15px;
	border-radius: 3px;
	font-weight: bold;
}

.byline {
	display: none;
}

.meta-sep {
	display: none;
}
.posted-on:after {
	content: ' - ';
}

a.shop-all {
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    height: 32px;
	  line-height: 32px;
	text-align: center;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    background: #e74c3c;
		min-width: 125px;
}

a.shop-all:hover {
	background: #404040;
	color: #fff;
}

#mc_embed_signup .button {
	 font-family: "Ubuntu", sans-serif !important;
	background-color: #e74c3c !important;
}

#mc_embed_signup .button:hover {
	background: #404040 !important;
	color: #fff;
}
a.subscribe-btn {
	display: inline-block; 
	    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2px;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
    background: #e74c3c;
  
}
a.subscribe-btn:hover {
	background: #404040;
	color: #fff;
}
a.subscribe-btn:after {
content: '\f101';
    cursor: pointer;
    display: inline;
    margin-left: 0.3em;
    font-weight: normal;
    font-family: 'FontAwesome';
}

h3.background {
	 font: 16px sans-serif;
	  font-weight: bold;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
    h3.background:before {
        border-top: 1px solid black;
        content:"";
        margin: 0 auto; 
        position: absolute; 
        top: 50%; left: 0; 			right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
    }

 h3.background span { 
     
        background: #fff; 
        padding: 0 15px; 
    }

