/*
Theme Name:     KCRW Triplicity Child
Description:    
Author:         Sean Habibi
Template:       kcrw-triplicity

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/




/* Set max-width of iframes to 100% (useful for mobile views) */
iframe {
	max-width: 100%;
}

/* add bottom padding to author name on mobile */
@media (max-width: 768px) {
	.entry-footer {
		border-top: 1px solid #e6e6e6;
		padding-bottom: 3rem;
	}
}

/* increasing padding and set background position for category images */
.page-title-group.with-image {
	background-position: center center;
	padding: 45px 0;
}


.img-circle{
	border-radius: 50%;
}


/* CUSTOM FEEDIFY STYLE */
.feedify-item-header{
	background-color: #FFF;
}

.feedify-item-header h3{
	margin: 0 0 1rem 0;
	text-transform: inherit !important;
}

@media (max-width: 768px) {
	.feedify-item-header h3{
		font-size: 1.3rem !important;
	}
}

.fixed .feedify-item-header{
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
}

.feedify-item:focus, #top:focus{
	outline: none !important;
}


/* STYLES FOR OFF THE BLOCK SUBSCRIBE BUTTONS */


.off-the-block-sub-buttons div:last-of-type{ padding-right: 0px; }

.off-the-block-sub-btn{
	display: inline-block;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 10px;
}

.off-the-block-sub-btn a{
	display: inline-block;
	text-align: center;
	background: #e1915d;
	color: #FFF;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 4px;
	font-family: "Flama SemiBold";
	box-shadow: 0 5px 0 #b17247;
	text-transform: uppercase;
	font-size: 24px;
	position: relative;
}

.off-the-block-sub-btn a:hover{
	top:2px;
	box-shadow: 0 3px 0 #b17247;
}




/* HIDE SLIDESHOW CAPTIONS ON MOBILE */
@media (max-width: 600px) {
	.gallery-caption{display: none;}
}



/* adds bold italic font */
@font-face {
  font-family: "Flama Bold Italic";
  src: url(//www.kcrw.com/++theme++kcrw.theme/fonts/Flama-BoldItalic.eot);
  src: url(//www.kcrw.com/++theme++kcrw.theme/fonts/Flama-BoldItalic.eot?#iefix) format('embedded-opentype'), url(//www.kcrw.com/++theme++kcrw.theme/fonts/Flama-BoldItalic.woff) format('woff'), url(//www.kcrw.com/++theme++kcrw.theme/fonts/Flama-BoldItalic.ttf) format('truetype'), url(//www.kcrw.com/++theme++kcrw.theme/fonts/Flama-BoldItalic.svg#svgFontName) format('svg');
  font-weight: "bold";
  font-style: "italic"; }

/* allows bold and italic to be applied simultaneously within a blog post */
.entry-content strong, .entry-content b, .entry-content strong *, .entry-content b * { font-weight: bold; }
.entry-content em, .entry-content i, .entry-content em *, .entry-content i * { font-style: italic; }	
.entry-content em, .entry-content i {
	font-family: inherit;
}


/* -------------------------------------------------
	5 THINGS NEWSLETTER POPUP JUN 19 2017
------------------------------------------------- */
.popmake.theme-50668{
	padding: 0px !important;
	cursor: pointer !important;
}

.popmake.theme-50668 > .popmake-close, .popmake.theme-default-theme > .popmake-close{
	top: -20px !important;
	left: -20px !important;
	background-color: #fe19fc !important;
	right: auto !important;
	font-size: 28px !important;
	display: inline-block !important;
	width: 50px !important;
	height: 50px !important;
	text-align: center !important;
	border-radius: 50px !important;
}

.popmake.theme-50668 img{
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
}


/* -------------------------------------------------
	SANTA BARBARA POPUP AUG 14 2017
------------------------------------------------- */
.popmake.theme-51634{
	padding: 0px !important;
	cursor: pointer !important;
}

.popmake.theme-51634 > .popmake-close, .popmake.theme-default-theme > .popmake-close{
	top: -20px !important;
	left: -20px !important;
	background-color: #26d0f9 !important;
	right: auto !important;
	font-size: 28px !important;
	display: inline-block !important;
	width: 50px !important;
	height: 50px !important;
	text-align: center !important;
	border-radius: 50px !important;
}

.popmake.theme-51634 img{
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
}


/* --------------------------------------------------------
	There Goes The Neighborhood blog post custom styles
-------------------------------------------------------- */

.postid-52095 .entry-content {
	max-width: 600px;
}

.postid-52095 .entry-header-wrap {
	display: none;
}

.postid-52095 .entry-content p {
	max-width: 650px;
	margin: 0 auto 1rem;
}


