/*
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)
*/


/* add 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;
}


/* style for custom slideshow width on post #37349 */
	.senior-servers-layout img{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
	.senior-servers-layout{
		font-size: 16px !important;
		line-height: 1.4 !important;
	}
	
	.senior-servers-layout strong{
		display: block;
		font-size: 26px;
		font-family: "Flama Basic";
		letter-spacing: 2px;
	}
	
	.senior-servers-layout .clear{
		clear: both;
	}
	
	.senior-server-col{
		display: inline-block;
		float: left;
		width: 49%;
		box-sizing: border-box;
		padding: 10px;
		margin-bottom: 16px;
		box-sizing: border-box;
		border: 3px solid #fff;
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
	}
	
	.senior-server-col:nth-child(2n){
		float: right !important;
	}
	
	@media(max-width:500px){
		.senior-server-col{
			display: block;
			width: 100%;
		}
	}
	
	
	
/* -------------------------------------------------
	GOOD FOOD NEWSLETTER POPUP JUN 19 2017
------------------------------------------------- */
.popmake.theme-36089{
	padding: 0px !important;
	cursor: pointer !important;
}

.popmake.theme-36089 > .popmake-close, .popmake.theme-default-theme > .popmake-close{
	top: -20px !important;
	left: -20px !important;
	background-color: #60c067 !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-36089 img{
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

	
	
	
	
	
	
	
	
	