/*
 Theme Name:   SSRC Immanent Frame Theme
 Theme URI:    
 Description:  
 Author:       Zach Zinn
 Author URI:   
 Template:     bone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  items-child
*/

.ssrc-featured-posts article.type-category .postTitle {
    font-size: 45px;
}

.metanav-subnav { display: none !important;} 

.navigation--standard > ul > li {
	padding: 0 25px;
}
	
.navigation--standard > ul > li > a {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.52);
}
	
.postSummary {
	margin-top: 8px;
	color: rgba(0, 0, 0, 0.87);
}
	
.siteFooter-bottom {
    color: #fff;
    background-color: #81181f;
}
	
.postMeta--2 .mdPostLike {
	display:none;
}

.authorBox {
	padding: 20px 20px 0;
}

.authorBox-inner {
	clear: both;
	margin-bottom: 20px;
	min-height: 80px;
}

.authorBox-text {
    padding-top: 1px;
}

.featuredBlock--slider .owl-item.active .postInfo .author {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    margin-right: 0;
}

.framing {
	max-width: 600px;
	margin: 0 auto;
	font-family: Libre Baskerville,Georgia, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 1.5em;
	color: #fff;
}

.footnote_plugin_tooltip_text {
    top: .4em !important;
}

.siteHeader-content {
    padding-bottom: 10px;
    padding-top: 40px;
}

.pageMasthead {
	background-color: #edab34 !important;
}

div.authorMostLikedPosts {
	display: none;
}


.authorMostLikedPosts {
	display: none;
}

#author-liked-posts {
	display: none;
}

.author-meta {
    text-align: center;
    display: none;
}

.post--tile--large .postMeta--author {
    margin-bottom: 14px;
}

#author-liked-posts a{
	display: none;
}

.widget-title {
    font-size: 18px;
    background-color: #b73542;
}

.widget-title > span {
	font-weight: 700;
}
	
.featuredBlock--slider article { 
	height: 400px;
}

.postContent {
    max-width: 680px;
}

.bodyCopy blockquote {
    border-left: 4px solid #b73542; 
    font-size: 16px;
}

.post--slide .postTitle {
	border: none; margin-bottom: 0;
	padding-bottom: 0;
	font-size: 40px;
}

.epq-pull-quote-default {
    border-top: 3px solid #4EADD7;
    font-size: 1.2em;
    font-family: Libre Baskerville, Georgia;
    font-style: italic;
}

.postMeta--author--1 .postMeta--author-text * {
    font-size: 18px; }


.postNavigation div.postTitle {
	display: block;
    position: relative;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pageHeading-description {
	padding-top: 20px;
}

.siteHeader-content .flexbox {
	table-layout: fixed;
}

.siteHeader-component--center .siteTitle {
	width: 100%;
}

.the-date {
	font-style: italic;
	text-align: center;
	font-family: 'Libre Baskerville',Georgia;
}

.mc4wp-success {
	margin-top: 10px;
}

.postMeta--author-avatar {
	display:none;
}

.postFooter--single .postFooter-tags {
	max-width: 100%;
}

.postFooter-bottom {
    text-align: center;
}

.postFooter-bottom .postMeta {
    padding-bottom: 15px;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
    float: none;
}

@media (max-width: 570px) {
	
	.featuredBlock--slider.owl-carousel .postInfo .postSummary p {
		font-size: 12px;
	}
	
	.post--slide .postTitle {font-size: 18px;}
	
}

.post--slide .postTitle {max-width: 800px}

.post--slide .container .postInfo { padding: 40px 5px 55px; }

/* Modern Footnotes */

.modern-footnotes-footnote {
	vertical-align: top;
	padding: 0;
}

.modern-footnotes-footnote a {
	text-decoration: none;
}

.modern-footnotes-footnote__note--expandable {
	font-size: 13px;
	line-height: 1.2em;
	color: rgba(0,0,0,0.8);
	padding: 12px;
	margin: 0px;
}

.modern-footnotes-footnote__note a {
	word-wrap: break-word;
	white-space: normal;
}

/* Citations */

.inline-footnote {
	margin: 0;
	padding: 2px;
	font-size: 0;
	vertical-align: text-bottom;
}

.inline-footnote:before {
	color: #4EADD7;
    display: block;
    font-size: 16px;
    display: inline-block;
    font-family: FontAwesome;
    content: '\f0fe';
}

.inline-footnote span.footnoteContent { max-width: 230px; }

.citation  {
    font-size: 12px;
    margin: 5px 0px;
    display: block;
    font-weight: bold;
}

.more-info a {
    font-size: 10px;
}

#cm-form {
    position: relative;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
    overflow: hidden;
}

#cm-form:before {
    content: '\f003';
    font-family: 'FontAwesome';
    position: absolute;
    right: -30px;
    bottom: -40px;
    font-size: 120px;
    color: #333;
    opacity: 0.2;
    -webkit-transform: rotateZ(14deg);
    -ms-transform: rotate(14deg);
    transform: rotateZ(14deg);
}

#cm-form input[type="email"] {
	width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.postTags-list > a {
	max-width: none;
}
 
.o-backgroundImg--dimmed:after {
	background-color: rgba(0,0,0,0.1);
}

.siteHeader-nav .siteHeader-component--right {
    width: 10%;
}

.navigation--standard > ul > li.parameters-link > a:hover {
    color: #b73542;
}

.navigation--standard > ul > li.parameters-link > a:before {
	border-color:  #b73542;
}

.header-sharing {
	position: relative;
    height: 50px;
    max-width: 680px;
    margin: auto;
}

.header-sharing hr {
	position: relative;
    top: 22px;
	border-top: 0px solid #666;
}

.header-sharing hr:before {
	display: block;
	content: " ";
	width: 220px;
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	border-top: 1px solid #fff;
}

.header-sharing hr:after {
	display: block;
    content: " ";
    width: 220px;
    position: absolute;
    right	: 0;
    top: 0;
    height: 1px;
    border-top: 1px solid #fff;
}

@media (max-width: 767px) {
	.header-sharing hr:before, .header-sharing hr:after {
		width: 25%;
	}
}

@media (max-width: 490px) {
	.header-sharing hr:before, .header-sharing hr:after {
		display: none;
	}
}

.noThumb .header-sharing hr:before, .noThumb .header-sharing hr:after {
	border-top-color: #666;
}

.header-sharing .sharing-container {
	position: absolute;
    width: 260px;
    top: 0;
    left: calc(50% - 130px);
    margin: auto;
    background: transparent;
}

.header-sharing .postMeta--2 {
	display: inline-block;
	vertical-align: top;
}

.header-sharing .postMeta--2 a {
	border-bottom: none;
}

.header-sharing .printfriendly {
	display: inline-block;
	margin: 0 0 0 -1px;
	float: none;
}

.header-sharing .printfriendly a {
	background-color: #fff;
	width: 42px !important;
	height: 42px !important;
	border-radius: 100%;
	border: 1px solid #666;
	text-indent: 100%;
    overflow: hidden;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
	text-decoration: none;
}

.header-sharing .printfriendly a:before {
    content: "\f02f";
    display: block;
    font-family: FontAwesome;
    margin: 9px 30px 10px 10px;
}

.header-sharing .printfriendly a:hover {
    opacity: 0.7;
}

.postSingle--billboard-cover {
    height: 575px;
}

.postSingle-header--billboard {
	color: #fff;
    text-align: center;
}

.noThumb .postSingle-header--billboard {
	color: inherit;
}

.overlayInfo a.metaLink { display: none;}

.noThumb .overlayInfo .postTitle, .noThumb .overlayInfo .postTitle a, .noThumb .overlayInfo .postSummary {
	color: inherit;
}

.noThumb .postSingle--billboard-cover-bgImg:after {
	background: none;
}

.noThumb .postSingle--billboard-cover {
    height: 390px;
}

@media (min-width: 768px) {
	.postSingle--billboard-cover .postInfo {
		width: 740px;
	}
}

@media (min-width: 992px) {
	.postSingle--billboard-cover .postInfo {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.postSingle--billboard-cover .postInfo {
		width: 1160px;
	}
}

.post-tile-author {
	color: #fff;
	padding-bottom: 5px;
}

.post-tile-author a {
	color: #fff;
	padding-bottom: 5px;
}

.footnotes {
	display: none;
}

.home .pageHeading {
	display: none;
}

.authorBox-text {
    padding-left: 0;
}

.postMeta--author--1 .postMeta--author-text * {
    font-size: 14px;
}

.sticky .postTitle .featuredBadge {display: none;}

.post--card--paper .postFeaturedImg {
    margin: 0 -15px 35px -15px;
}

.post--list--paper .postTitle {font-family: 'Open Sans'}

.category .pageHeading-image {
	float: right;
	margin: 0 0 10px 10px;
	max-width: 300px;
}

.category .pageHeading-description:after {
	clear: both;
	content: "";
	display: block;
}

.exchange a {color: #fff;}

a.author.url.fn {color: #b73542;}

.postSingle--billboard a.author.url.fn {color: #fff;}

i.fa.fa-heart-o {display: none;}

.postMeta--author .metaDate {
    font-size: 14px;
}

.postMeta--author .metaDate abbr {
	cursor: auto;
	text-decoration: none;
}

.postSingle--billboard .metaDate,
.postSingle-header--big .metaDate {
	display: block;
	margin-top: 4px;
}

.postSingle--billboard .metaDate abbr,
.postSingle-header--big .metaDate abbr {
	text-decoration: none;
	cursor: auto;
	color: #fff;
    font-size: 14px;
}

.noThumb .postSingle--billboard a.author.url.fn {
	color: #b73542;
}

.noThumb .postSingle--billboard .metaDate abbr,
.noThumb .postSingle-header--big .metaDate abbr {
	color: #333;
}

.postMeta--author {
	display: inline-block;
}

.category .middot, .home .middot {
    margin: 0 3px 0 6px;
}


.blink {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
	font-size: 14px;
  line-height: 1em;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

body.category-is-this-all-there-is .postSingle--billboard-cover .postInfo,
body.category-a-universe-of-terms .postSingle--billboard-cover .postInfo,
body.category-sensing-the-social .postSingle--billboard-cover .postInfo {
	bottom: 40%;
}

body.category-is-this-all-there-is .pageHeading {
	text-align: center;
	border: none;
}

body.category-is-this-all-there-is .postSingle-header--big,
body.category-a-universe-of-terms .postSingle-header--big,
body.category-sensing-the-social .postSingle-header--big {
	max-width: none;
}

body.category-is-this-all-there-is .postSingle-header--big .postTitle,
body.category-a-universe-of-terms .postSingle-header--big .postTitle,
body.category-sensing-the-social .postSingle-header--big .postTitle {
	font-family: "Open Sans",Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 50px;
	text-transform: uppercase;
	padding-bottom: 4px;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	display: inline-block;
}

body.category-is-this-all-there-is .post--tile .postInfo {
	top: 35%;
}

body.category-is-this-all-there-is .postCategory.postCategory {
	display: none;
}

body.category-is-this-all-there-is .block--tiles .post--tile .postTitle {
	color: #fff;
	margin-bottom: 7px;
}

body.category-a-universe-of-terms .block--tiles .post--tile .postTitle,
body.category-sensing-the-social .block--tiles .post--tile .tile-content {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 30px;
	text-align: center;
	word-break: normal;
}

body.category-sensing-the-social .block--tiles .post--tile .tile-content {
	width: 85%;
}

body.category-sensing-the-social .block--tiles .post--tile .tile-content .postTitle {
	font-size: 30px;
}

body.category-sensing-the-social .block--tiles .post--tile .tile-content .authors {
	font-size: 14px;
}

body.category-is-this-all-there-is a.author.url.fn {
    color: #fff !important;
}

body.category-is-this-all-there-is .post-tile-author span {
	display: none;
}

body.category-is-this-all-there-is .post--tile .postFooter {
	display: none;
}

#ajax_category_search {
	border-style: none;
	border-bottom: 2px solid #8E8E8E;
	font-size: 32px;
	border-radius: 0;
	width: auto;
	color: #A9A9A9;
	padding-right: 50px;
}

#ajax_category_search::-webkit-input-placeholder {
	font-style: italic;
	color: #A9A9A9;
}
#ajax_category_search::-moz-placeholder {
	font-style: italic;
	color: #A9A9A9;
}
#ajax_category_search:-ms-input-placeholder {
	font-style: italic;
	color: #A9A9A9;
}
#ajax_category_search:-moz-placeholder {
	font-style: italic;
	color: #A9A9A9;
}

.ajax-cat-search .iconSearch {
	font-size: 30px;
	margin-left: -40px;
	vertical-align: middle;
	cursor: pointer;
	color: #686868;
}

.ajax-cat-search .iconClose {
	font-size: 30px;
	margin-left: -40px;
	vertical-align: middle;
	cursor: pointer;
	color: #686868;
	display: none;
}

.postSingle--billboard-cover .attribution {
	position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(0,0,0,0.6);
    border-radius: 2px;
    color: #afafce;
    opacity: 0.2;
    transition: opacity 0.5s linear;
    font-size: 11px;
}

.postSingle--billboard-cover:hover .attribution {
    opacity: 1;
}

.post--slide .postCategory {display: none;}

.post--slide .postMeta--author {display: none;}

.postSingle--billboard .mdPostsListWidget .metaDate,
.postSingle-header--big .mdPostsListWidget .metaDate {
	display: inherit;
}

.postSingle--billboard .mdPostsListWidget .metaDate abbr,
.postSingle-header--big .mdPostsListWidget .metaDate abbr {
	color: inherit;
}

.mdPostsListWidget .ssrc-list-link a {
    font-style: italic;
}

.archives-title {
	font-size: 20px;
	font-weight: bold;
	border-top: 10px solid #b73542;
	padding-top: 5px;
	margin: 30px 0 20px;
}

.post-card-shortcode a {
	border-bottom: 0;
}

.post-card-shortcode .postCategory {
	display: none;
}

.post-card-shortcode .postTitle {
	margin-top: 10px;
}

.post-card-shortcode .list-item:first-child {
    padding-top: 36px;
}

.page-template-term_page .layoutContent {
	margin-top: 90px;
}

.page-template-term_page .postContent {
	margin-top: 0;
}

.page-template-term_page .no-framing .postSingle--billboard-cover .postInfo {
	top: 210px;
	bottom: unset;
}

.darkened .o-overlay {
	background: rgba(0,0,0,0.7);
}

.darkened .postTitle {
	opacity: 0.4;
}

.widget.ssrc-featured-posts {
	margin-top: 20px;
}

.ssrc-featured-posts .post--tile:hover,
.ssrc-featured-collection .post--card:hover {
	opacity: 0.9;
}

.post--tile--primary {
	height: 400px;
	border-radius: 0;
}

.post--tile--primary .postInfo {
	border-radius: 0;
	box-shadow: none;
}

.post--tile--primary .postMeta--author,
.post--tile--secondary .postMeta--author {
	display: block;
	color: rgba(255,255,255,0.8);
}

.post--tile--primary .postSummary {
	font-size: 16px;
	max-width: 570px;
}

.post--tile--secondary {
	height: 195px;
	border-radius: 0;
}

.post--tile--secondary:first-of-type {
	margin-bottom: 10px;
}

.post--tile--secondary .postTitle {
	font-size: 18px;
	margin-bottom: 6px;
}

.post--tile--secondary .postInfo {
	padding-bottom: 10px;
	border-radius: 0;
	box-shadow: none;
}

.post--tile--secondary .postSummary {
	display: none;
}

.post--tile--secondary.type-category .postSummary {
	display: block;
}

.type-external .postTitle:after {
	content: "\f08e";
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 2px;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 991px) {
	.post--tile--primary {
		margin-bottom: 10px;
		height: 360px;
	}
	
	.post--tile--secondary .postInfo {
		padding-left: 34px;
		padding-right: 34px;
	}
}

@media (max-width: 767px) {
	body.category-sensing-the-social .postSingle--billboard-cover {
		height: 400px;
	}
	body.category-sensing-the-social .postSingle--billboard-cover .postInfo {
		width: 100%;
		left: 0;
	}
}