/*
Theme Breakpoints:
@media screen and (max-width: 576px)
@media screen and (max-width: 720px) 
@media (max-width: 767px)
@media all and (max-width: 900px)
@media screen and (max-width: 940px)
@media screen and (max-width: 1140px)

@media screen and (min-width: 576px) and (max-width: 720px)
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px)

@media screen and (min-width: 720px)
@media screen and (min-width: 940px) 
@media screen and (min-width: 1140px)
*/

/* ALL SCREEN SIZES */

/* SITEWIDE */
.site-branding .site-title, .site-branding .site-text-logo {
font-weight:800;
}

.nav-links a, .nav-links .page-numbers {
	background-color: #03c4eb; 
}

footer .site-info {
	display: none;
}

footer #jacobin-logo-image {
	float:left;
	margin:0 10px 10px 0;
	width:150px;
	height:150px;
}

footer #a-podcast-from {
	display:inline;
}

footer #jacobin-logo-text {
	fill:#fff;
	height:40px;
	margin-top:30px;
}

footer #dig-site-credits,
#footer-widgets .sidebar .widget #dig-site-credits a {
	color:#777;
	font-style:italic;
	font-size: 12px;
}

footer #dig-site-credits span {
	display: inline-block;
}

/* HOMEPAGE */

#about .hero-content-style1 p.hero-small-text a {
	color: #fff;
}

#latest ul.display-posts-listing,
#subscribe .container .row .col-sm-6:last-child ul.display-posts-listing {
	padding-left: 0;
}

#latest ul.display-posts-listing li.listing-item,
#subscribe .container .row .col-sm-6:last-child ul.display-posts-listing li.listing-item {
margin-left: 0;
padding-left: 0;
list-style-type: none;
margin-bottom: 20px;
}

#latest ul.display-posts-listing li.listing-item > a,
#subscribe .container .row .col-sm-6:last-child ul.display-posts-listing li.listing-item > a {

font-size: 30px;
letter-spacing: 3.5px;
font-weight: 800;
position: relative;
margin-top: 0px;
margin-bottom: 20px;
text-transform: uppercase;
word-break: break-word;
word-wrap: break-word;
line-height: 1.2;
clear: both;
font-family: "Raleway", Helvetica, Arial, sans-serif;
color: #333;
display: block;
box-sizing: inherit;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0;
margin-inline-end: 0;
text-align: center;
}

#latest.section-about .row > div {
	margin-top: 0;
}

#latest .section-title-area {
	margin-bottom: 0;
}

#latest ul.display-posts-listing li.listing-item .content p,
#subscribe .container .row .col-sm-6:last-child ul.display-posts-listing li.listing-item .content p {
	font-size: 16px;
	line-height: 1.8em;
}

#latest ul.display-posts-listing li.listing-item iframe,
#subscribe .container .row .col-sm-6:last-child ul.display-posts-listing li.listing-item iframe { 
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

#episodes article:first-child {
	display: none;
}

#subscribe p a {
	color: #777;
}

#subscribe p a:hover {
	color: #03c4eb;
}

#subscribe .btn {
	margin: 5px 0;
}

#subscribe .btn-theme-primary,
#subscribe .btn-theme-primary:hover {
	color: #fff;
}

/* From the Archive */
#subscribe .container .row .col-sm-6:last-child {
	width: 100%;
	max-width: 100%;
	flex: 1 100%;
	margin-top: 60px;
}

#subscribe .container .row .col-sm-6:last-child h4.service-title {
	margin-bottom: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	color: #aaa;
	text-align: center;
	font-weight: 700;
}
#subscribe .container .row .col-sm-6:last-child p { 
	margin-bottom: 0.9375rem;
}

#subscribe .container .row .col-sm-6:last-child p a {
	color: #03c4eb;
}

#subscribe .container .row .col-sm-6:last-child p a:hover {
	color: #777;
}

#pre-footer .display-posts-listing {
	padding-left: 0;	
}

#pre-footer .display-posts-listing li {
	list-style-type:none;
	margin-bottom: 20px;
}

#pre-footer .display-posts-listing li .title {
	display: block;
	font-weight: bold;
}

/* OTHER PAGES */
article.category-transcripts .entry-meta span { display: none; }

/* PHONES */
@media screen and (max-width: 576px) {
	#about .hero-content-style1 p.hero-small-text img.alignright {
		display: block;
    	margin: 1em auto;
    	float: none;
	}
	#about .hero-content-style1 p.hero-small-text  {
		padding: 0 20px;
	}
	
	#latest ul.display-posts-listing li.listing-item > a,
	#subscribe .container .row .col-sm-6:last-child ul.display-posts-listing li.listing-item > a {
		font-size: 20px;
		letter-spacing: 1.5px;
	}
	#latest ul.display-posts-listing li.listing-item .content p,
	#subscribe .container .row .col-sm-6:last-child ul.display-posts-listing li.listing-item .content p {
		font-size: 14px;
	}
	footer #jacobin-logo-image {
		float: none;
		margin:0 auto;
		display: block;
	}
	footer #a-podcast-from {
		display: block;
		text-align: center;
		margin: 10px 0 0 0;
	}
	footer #jacobin-logo-text {
		margin: -10px auto 0 auto;
		display: block;
	}
	footer #dig-site-credits{
		text-align:center;
	}

}

/* LARGE PHONES */
@media screen and (min-width: 576px) and (max-width: 767px) {
	.section-services .service-item .service-image {
		float: none;
		margin-bottom: 30px;
		margin-top: 10px;
		margin-right: 0px;
		text-align: center;
	}
	#subscribe .container .row .col-sm-6:first-child .btn-block {
		width: 66%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* TABLETS */
@media screen and (min-width: 576px) and (max-width: 991px) {

	#subscribe .container .row .col-sm-6:first-child {
		width: 100%;
		max-width: 100%;
		flex: 1 100%;
	}

	footer #jacobin-logo-text {
		height: 30px;
	}
}


@media screen and (min-width: 768px) and (max-width: 939px) {
	#about .hero-content-style1 p.hero-small-text img.alignright {
		width: 250px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#subscribe .container .row .col-sm-6:first-child .btn-block {
		width: 66%;
		margin-left: 15px;
	}
}

@media screen and (min-width: 939px) and (max-width: 1139px) {
	#about .hero-content-style1 p.hero-small-text img.alignright {
		width: 280px !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#subscribe .container .row .col-sm-6:first-child .btn-block {
		font-size: 15px;
	}
}
