/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2018 | 21:29:02 */
body.single-press article p.breadcrumb,
body.single-backgrounder article p.breadcrumb {
	font-size:12px;
	letter-spacing: 1px;
	margin:10px 0 10px 0;
	color:#666;
	}

body.post-type-archive-press nav#breadcrumb,
body.post-type-archive-backgrounder nav#breadcrumb {
	margin: 10px 0 10px 2%;
	}

body.post-type-archive-press nav#breadcrumb a,
body.post-type-archive-backgrounder nav#breadcrumb a {
	padding: 5px 1%;
	}

body.single-press article .entry,
body.single-backgrounder article .entry {
	padding:0 0 10px 0;
	border-top:1px solid #ddd;
	}

body.single-backgrounder header p.caption {
	border-bottom:0px;
	}
/* ===== == = === (820px) === = == ===== */
/* major break point */

@media only screen and (min-width: 820px) {

section.press {
  width:65%;
  float:left;
  }

/** press release **/

body.single-press article .entry {
	width:60%;
	}

body.single-press article #sidebar {
	width:32%;
	}

/** backgrounders **/

body.single-backgrounder article .entry {
	}

body.single-backgrounder article #sidebar {
	}

}