/* 
Theme Name:		 WP Bootstrap Starter Child
Theme URI:		 https://afterimagedesigns.com/wp-bootstrap-starter/
Description:	 WP Bootstrap Starter Child is a child theme of WP Bootstrap Starter
Author:			 SST
Author URI:		 http://asaltyroar.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 wp-bootstrap-starter-child
*/

/*--------------------------------------------------------------

# Grid

--------------------------------------------------------------*/

/*-- left column --*/
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 34.4%;
flex: 0 0 34.4%;
max-width: 34.4%;
}
@media (min-width: 576px) {
	.col-sm-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17.2%;
	flex: 0 0 17.2%;
	max-width: 17.2%;
	}
}
@media (min-width: 992px) {
	.col-lg-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.6%;
	flex: 0 0 8.6%;
	max-width: 8.6%;
	}
}

/*-- header middle column --*/
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 65.6%;
flex: 0 0 65.6%;
max-width: 65.6%;
}
@media (min-width: 576px) {
	.col-sm-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 31.55%;
	flex: 0 0 31.55%;
	max-width: 31.55%;
	}
}
@media (min-width: 992px) {
	.col-lg-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32.62%;
	flex: 0 0 32.62%;
	max-width: 32.62%;
	}
}

/*-- header hidden column --*/
@media (min-width: 576px){
	.col-sm-hidden {
	display: none;
	}
}
/*-- header right column --*/
@media (min-width: 576px) {
	.col-sm-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 51.25%;
	flex: 0 0 51.25%;
	max-width: 51.25%;
	}
}
@media (min-width: 992px) {
	.col-lg-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.78%;
	flex: 0 0 58.78%;
	max-width: 58.78%;
	}
}

/*-- middle events box --*/
@media (min-width: 576px) {
	.col-sm-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 63.1%;
	flex: 0 0 63.1%;
	max-width: 63.1%;
	}
}
@media (min-width: 992px) {
	.col-lg-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 81.55%;
	flex: 0 0 81.55%;
	max-width: 81.55%;
	}
}

/*-- right poster box --*/
@media (min-width: 576px) {
	.col-sm-2rt {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 19.7%;
	flex: 0 0 19.7%;
	max-width: 19.7%;
	}
}
@media (min-width: 992px) {
	.col-lg-1rt {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 9.85%;
	flex: 0 0 9.85%;
	max-width: 9.85%;
	}
}

/*-- right side minus left column --*/
@media (min-width: 576px) {
	.col-sm-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 82.8%;
	flex: 0 0 82.8%;
	max-width: 82.8%;
	}
}
@media (min-width: 992px) {
	.col-lg-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.4%;
	flex: 0 0 91.4%;
	max-width: 91.4%;
	}
}


/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/
body {
background: #000;
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
line-height:normal;
}
a {
color: #000;
text-decoration: underline;
}
.border-bottom {
border-bottom: solid 2px #FFF!important;
}
.border-right {
border-right: solid 2px #FFF!important;
}


/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/
p {
margin: 0;
padding: 0;
}
.stretch {
/*color: #000!important;*/
font-weight: 500!important;
text-transform: uppercase;
transform-origin: 0% 0%;
transform: scaleX(0.5);
width: 200%;
}

.a_main {
font-size: 32px;
line-height: 1;
margin: 0;
padding: 0!important;
}
.b_date {
font-size: 86px;
line-height: .85;
margin: 0;
}
.c_lineup,
.e_faq {
font-size: 26px;
line-height: 1;
margin: 0;
padding: 2px 0 6px;
}
.c_lineup.badroom {
padding-bottom: 3px;
}
.d_meta {
font-size: 26px;
color: #8c8c8c!important;
padding-top: 5px;
}
.d_meta a {
color: #8c8c8c;
text-decoration: none;
}
.d_meta a:hover {
text-decoration: line-through;
}
@media (min-width: 576px) {
	.a_main {
	font-size: 4vw!important;
	}
	.b_date {
	font-size: 12vw!important;
	}
	.c_lineup, .e_faq {
	font-size: 5vw!important;
	}	
	.d_meta {
	font-size: 2.5vw!important;
	}
}
@media (min-width: 768px){
	.b_date {}
}
@media (min-width: 992px){
	.a_main {
	font-size: 2vw!important;
	}
	.b_date, .c_lineup,	.e_faq {
	font-size: 4.5vw!important;
	line-height: .75;
    padding: 0 0 10px;
	}
	.c_lineup {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
	.d_meta {
	font-size: 1.25vw!important;
	}
}

@media (min-width: 992px){
	.entry-content .a_main {
	font-size: 2.5vw!important;
	}
}
@media (min-width: 1200px){
	.entry-content .a_main {
	font-size: 2vw!important;
	}
}

/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/
header#masthead {
background-color: #000;
box-shadow: none;
margin: 0;
padding: 0;
}
header#masthead .container {
margin: 0;
max-width: 100%;
padding: 0;
}
.navbar-brand {
margin: 0;
padding: 0;
border-right: 2px solid #FFF;
}

#main-nav {
padding: 0 16px;
}
@media (min-width: 576px) {
	#main-nav {
	padding: 0 15px;
	}
}

#menu-menu-1.navbar-nav {
flex-direction: column;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
color: inherit;
padding: inherit;
font-weight: inherit;
font-size: inherit;
}
#masthead .navbar-nav > li > a {
color: #FFF!important;
text-decoration: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_parent > a {
font-weight: 500;
}
#masthead .navbar-nav > li > a:hover:after{
content: "\2190 ";
padding-left: 8px;
position: relative;
top: -4px;
}
#masthead .navbar-nav > li.current_page_item > a:after,
body:not(.post-type-archive-press) #masthead .navbar-nav > li.current_page_parent > a:after {
content: "\2190 ";
padding-left: 8px;
position: relative;
top: -4px;
}

.navbar-connect {
text-align: left;
padding: 16px 16px 22px;
background-color: #000;
}
.mailing-list {
color: #fff;
display: inline-block;
position: relative;
z-index: 10;
width: 100%;
}
.mailing-list p {
float: left;
display:none;
}
.mailing-list span {
color: #797979!important;
padding-left: 18px;
}
.social-links.extra-links {
margin-top: 10px;
}
.social-links {
text-align: justify;
}
.social-links:after {
content: '';
display: inline-block;
width: 100%;
}
.social-links:before {
content: '';
display: block;
margin-top: -1.35em;
}
.header-social {
color: #FFF;
display: inline-block;
position: relative;
top: 1.35em;
text-decoration: none;
}
.header-social:hover {
color: #FFF;
text-decoration: line-through;
}
@media (min-width: 576px) {
	.navbar-connect {
	text-align: right;
	padding: 0 1.1%;
	background-color: transparent;
	}
	.mailing-list {
	color: #FFF;
	display: block;
	}
	.mailing-list p {
	float: none;
	display:none;
	}
	.mailing-list span {
	padding-left: 0;
	}
	.social-links,
	.social-links.extra-links {
	display: block;
	padding-top: 0;
	text-align: inherit;
	}
	.social-links.extra-links {
	margin-top: 0;
	}
	.social-links:after {
	content: none;
	}
	.social-links:before {
	content: none;
	}
	.header-social {
	color: #FFF;
	display: inline;
	position: inherit;
	padding: 0 0 0 1.5rem;
	}
	.header-social:hover {
	color: #FFF;
	}
}

@media (max-width: 576px) {
	.navbar-connect {
	border-top: 2px solid #fff;
	}
}

.mailing-list-label {
color: #adaeae;
}
/******* submit field + button *******/
/******* smallest screens adjustments *******/
@media (max-width: 575px){
	form.af-form-wrapper {
	float: right;
	width: 100%;
	}
	#af-body-576443768 {
	width: 100%;
	}
	.af-textWrap {
	float: left;
	}
	.af-element.buttonContainer {
	float: right;
	}
}
#af-form-576443768 div {
display: inline-block;
}
/******* submit field *******/
.af-textWrap input.text {
background-color: #000;
border: none;
border-bottom: 1px solid #FFF;
border-radius: 0;
color: #ADAEAE;
padding: 0;
text-align: left;
height: 32px;
width: 144vw;
}
@media (min-width: 368px){
	.af-textWrap input.text {
	width: 152vw;
	}
}
@media (min-width: 576px){
	.af-textWrap input.text {
	border-bottom: 1px solid #FFF;
	color: #797979;
	height: 4vw;
	text-align: right;
	width: 60vw;
	}
}
@media (min-width: 992px){
	.af-textWrap input.text {
	height: 2vw;
	width: 600px;
	}
}	

/******* button *******/
.af-element input.submit {
background-color: #000;
border-color: #FFF;
border-radius: 0;
border-style: solid;
border-width: 1px;
color: #FFF;
font-family: inherit;
font-size: inherit;
font-weight: 500;
line-height: .9;
margin: 0 -9px 0 0;
padding: 1px 11px 0px 9px;
text-transform: uppercase;
}
.af-element input.submit:hover {
background-color: #FFF;
color: #FFF;
}
.af-element input.submit:focus {
outline: none;
}
@media (min-width: 576px) {
	.af-element input.submit {
	border-color: #FFF;
	color: #FFF;
	}
	.af-element input.submit:hover {
	background-color: #FFF;
	color: #adaeae;
	}
}



.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0;
padding: 10px 0;
}
.nav-links>div>a {
border: none;
border-radius: 0;
color: #99979c;
display: inline-block;
padding: 0;
text-decoration: none;
font-size: 26px;
line-height: 1;
font-weight: 500!important;
text-transform: uppercase;
transform-origin: 0% 0%;
transform: scaleX(0.5);
width: 200%;
}
@media (min-width: 576px) {
	.nav-links>div>a {
	font-size: 3vw!important;
	}
}
@media (min-width: 992px){
	.nav-links>div>a  {
	font-size: 2vw!important;
	}
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
border: none;
border-radius: 0;
padding: 0;
}
.posts-navigation .nav-next a::after {
content: " \2192";
}
.post-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before {
content: "\2190  ";
}
.nav-links>div>a:hover {
background: none!important;
text-decoration: line-through;
}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

#content.site-content {
padding: 0;
}
.site-content .container,
.site-content .container .row,
.site-content .container .content-area {
max-width: 100%;
margin: 0;
padding: 0;
}
article.type-events,
article.type-page,
.about-contact-container,
.about-photos,
.about-moreinfo-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}


.partial-page {
padding-right: 0;
}
@media (min-width: 768px) {
	.partial-page {
	padding-right: 10%!important;
	}
}

.left-box,
.main-box {
margin: 0;
padding: 12px 16px;
}
@media (min-width: 576px) {
	.left-box,
	.main-box {
	padding: 15px;
	}
}
@media (min-width: 992px) {
	.left-box {
	padding: 12px;
	}
	.main-box {
	padding: 12px 15px;
	}
}

.colspacer {
background: #000;
}
#comments {
display:none;
}
.sorry {
padding: 40px!important;
color: #fff!important;
min-height: 400px;
}
h1.sorry span {
line-height: 1.5;
}
h1.sorry span a {
color: #adaeae;
text-decoration: none;
}
h1.sorry span a:hover {
text-decoration: line-through;
}

/*----------- CALENDAR PAGE -----------*/
body.group-blog div.sticker-container #calendar_sticker {  /* hide on ALL pages */
display:none;
}
/* body.home div.sticker-container #calendar_sticker {display:block!important;}  */

/* show on calendar pages */
@media (min-width: 576px) { /* SMALL SCREENS */
	body.home div.sticker-container #calendar_sticker{
	display:block!important;
	position: absolute;
	z-index: 50000;
	top: 58px;
	left: 29%;
	width: 32vw;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
	}
}
@media (min-width: 768px){} /* MEDIUM SCREENS */
@media (min-width: 992px){ /* LARGE SCREENS */
	body.home div.sticker-container #calendar_sticker{
	display:block!important;
	position: absolute;
    z-index: 50000;
    top: 54px;
    left: 47%;
    width: 18vw;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
	}
}

#calendar_sticker svg{fill:#FFF;}
	
#main.events-list article:nth-child(4n+1) {background: #000;color: #EB5A11;}
#main.events-list article:nth-child(4n+2) {background: #000;color: #FFED00;}
#main.events-list article:nth-child(4n+3) {background: #000;color: #009FE3;}
#main.events-list article:nth-child(4n+4) {background: #000;color: #009846;}

/*-- left column --*/
.event-rsvp-link a,
.fb-event-link a {
margin-top: -1px;
}
.event-ticket-link a,
.event-rsvp-link a,
.fb-event-link a {
color: inherit;
text-decoration: none;
}
.event-ticket-link a:hover,
.event-rsvp-link a:hover,
.fb-event-link a:hover {
color: inherit;
text-decoration: line-through;
}

/*-- middle column --*/
/*.middle-box {background: #fff;}*/

@media (max-width: 575px) {
	.middle-box {
	border-right: none!important;
	}
}
.middle-box .stretch {
position: relative;
}
.related-link-wrap {
position: absolute;
z-index: 10;
right: 12px;
top: 12px;
display: inline-block;
}
.related-link-image img {
width: 40px;
height: 35px;
}

/*
#main.events-list article:nth-child(4n+1) a.related-link {color: #EB5A11;}
#main.events-list article:nth-child(4n+2) a.related-link {color: #FFED00;}
#main.events-list article:nth-child(4n+3) a.related-link {color: #009FE3;}
#main.events-list article:nth-child(4n+4) a.related-link {color: #009846;}
#main.events-list article a.related-link:hover {color: #000;}
*/

#main.events-list article:nth-child(4n+1) a.related-link img {background: url(/dev/img/BLOG_icon_red.svg) 0 0/40px 35px no-repeat}
#main.events-list article:nth-child(4n+2) a.related-link img {background: url(/dev/img/BLOG_icon_yellow.svg) 0 0/40px 35px no-repeat}
#main.events-list article:nth-child(4n+3) a.related-link img {background: url(/dev/img/BLOG_icon_blue.svg) 0 0/40px 35px no-repeat} /*BLUE*/
#main.events-list article:nth-child(4n+4) a.related-link img {background: url(/dev/img/BLOG_icon_green.svg) 0 0/40px 35px no-repeat}
#main.events-list article a.related-link img:hover {background: url(/dev/img/BLOG_icon.svg) 0 0/40px 35px no-repeat}


/*-- right column --*/
.right-box  {
display: none;
}
@media (min-width: 576px) {
	.right-box {
	padding: 0;
	/*background-color: #FFF;*/
	display: block;
	}
}
.right-box .post-thumbnail {
padding: 12px 6px;
width: 86%;
margin: 0 auto;
}
/*.right-box .post-thumbnail img {filter: grayscale(100%);}
.right-box .post-thumbnail img:hover {filter: grayscale(0%);}*/



/*----------- ABOUT PAGE -----------*/
.about-main .row {
background: #fff;
}
.about-main .colspacer {
display: none;
}
@media (min-width: 576px) {
	.about-main .colspacer {
	display: block;
	}
}

.about-contact-container {
padding: 0;
}
.about-contact div {
font-size: 20px;
}
@media (min-width: 576px) {
	.about-contact div {
	font-size: inherit;
	}
}
.about-contact div,
.about-moreinfo div,
.blog-categories div {
float: left;
}
.about-address,
.about-moreinfo span,
.about-moreinfo a {
padding-right: 0;
}
.blog-category:not(:last-child) {
padding-right: 48px;
}
@media (min-width: 576px) {
	.about-address,
	.about-moreinfo span,
	.moreinfo-links a:not(:last-child),
	.blog-category:not(:last-child) {
	padding-right: 30px!important;
	}
}
@media (min-width: 768px) {
	.about-address,
	.about-moreinfo span,
	.moreinfo-links a:not(:last-child),
	.blog-category:not(:last-child) {
	padding-right: 58px!important;
	}
}
@media (max-width: 575px) {
	.about-number {
	float: right!important;
	}
}

.about-blurb p {
line-height: 1.1;
}
.about-blurb p:not(:first-child){
padding-top: 15px;
}

@media (max-width: 575px) {
	.left-box.photo-controls {
	border-right: none!important;
	}
}

/*--------------------------------------------------------------

# gallery

--------------------------------------------------------------*/
.carousel-container{
padding: 0;
}
@media (max-width: 575px) {
	.carousel-container {
	background: #000;
	padding: 2px;
	}
}
.carousel-container>div {
margin-top: 0;
margin-bottom: 0;
}
.grid-gallery-clearfix {
margin-bottom: 0!important;
}
figcaption {
display: none;
}
.slimScrollRailX{
background:#000!important;
border-radius:0!important;
bottom:0px!important;
opacity:1!important;
}
.slimScrollBarX{
background:#FFF!important;
bottom:0px!important;
opacity:1!important;
border-radius:0!important;
}
.grid-gallery .grid-gallery-photos img {
filter: grayscale(100%);
}
.grid-gallery .grid-gallery-photos img:hover {
filter: grayscale(0%);
}
figure.grid-gallery-caption{
width:auto!important;
}


.about-moreinfo-container .colspacer {
background: #FFF;
}
.about-moreinfo {
background: #000;
min-height: 200px;
}
.moreinfo-links-container,
.faq-container {
color: #FFF!important;
}
.about-moreinfo span {
float: left;
padding-bottom: 10px;
}
@media (max-width: 575px) {
	.moreinfo-links {
	padding-left: 15px;
	}
}
.moreinfo-links-container a,
.faq-container a {
color: #FFF;
display: inline-block;
padding-bottom: 5px;
white-space: nowrap;
text-decoration: none;
}
.about-moreinfo a:hover {
text-decoration: line-through;
}
@media (max-width: 575px) {
	.moreinfo-links-container a,
	.about-moreinfo span {
	display: block;
	}
}


.faq {
line-height: 1;
padding: 15px 0;
}
.about-moreinfo .site_credit {
padding-top: 20px;
}

/*----------- BLOG / PRESS -----------*/
body.page-template-fullwidth-events div.sticker-container #blog_sticker, /* hide on calendar pages */
body.page-template-fullwidth-about div.sticker-container #blog_sticker, /* hide on about page */
body.post-type-archive-press div.sticker-container #blog_sticker{ /* hide on press page */
display:none;
}
div#blog_sticker {
position: absolute;
z-index: 50000;
top: 10px;
left: 63%;
width: 37vw;
}
@media (min-width: 576px) { /* SMALL SCREENS */
	div#blog_sticker {
	top: 6px;
	left: 32.5%;
	width: 19vw;
	}
}
@media (min-width: 992px){ /* LARGE SCREENS */
	div#blog_sticker {
	top: 4px;
	left: 16.25%;
	width: 9.5vw;
	}
}


/* Press Stickers */
body.group-blog div.sticker-container #press_sticker {  /* hide on ALL pages */
display:none;
}
@media (min-width: 576px) {
	body.post-type-archive-press div.sticker-container #press_sticker {  /* show on press page */
	display:block!important;
	position: absolute;
	z-index: 1;
	}
}

@media (min-width: 576px) {
	.wow-wrap #press_sticker {
	left: 32.5%;
	top: 38px;
	width: 12vw;
	}
}
@media (min-width: 992px){
	.wow-wrap #press_sticker {
	left: 42%;
	top: 56px;
	width: 9.5vw;
	}
}
@media (min-width: 576px) {
	.smile-wrap #press_sticker {
	left: 40%;
	top: 464px;
	width: 10vw;
	}
}
@media (min-width: 992px){
	.smile-wrap #press_sticker {
	left: 40%;
	top: 432px;
	width: 7vw;
	}
}
@media (min-width: 576px) {
	.ok-wrap #press_sticker {
	left: 90%;
	top: 753px;
	width: 6ww;
	}
}
@media (min-width: 992px){
	.ok-wrap #press_sticker {
	left: 95%;
	top: 721px;
	width: 4vw;
	}
}
.yasss-wrap #press_sticker {
-ms-transform: rotate(-44deg);
-webkit-transform: rotate(-44deg);
transform: rotate(-44deg);
}
@media (min-width: 576px) {
	.yasss-wrap #press_sticker {
	left: 75%;
	top: 300px;
	width: 17vw;
	}
}
@media (min-width: 992px){
	.yasss-wrap #press_sticker {
	left: 75%;
	top: 268px;
	width: 11vw;
	}
}
@media (min-width: 576px) {
	.thumbsup-wrap #press_sticker {
	left: 70%;
	top: 863px;
	width: 8vw;
	}
}
@media (min-width: 992px){
	.thumbsup-wrap #press_sticker {
	left: 63%;
	top: 831px;
	width: 6.5vw;
	}
}
@media (min-width: 576px) {
	.cool-wrap #press_sticker {
	left: 0.5%;
	top: 665px;
	width: 15vw;
	}
}
@media (min-width: 992px){
	.cool-wrap #press_sticker {
	left: 0.5%;
	top: 632px;
	width: 9vw;
	}
}



.blog-main .row,
.press-main .row {
background: #FFF;
}
@media (max-width: 575px) {
	.main-box.blog-categories {
	padding-top: 14px;
	}
	.blog-categories-container.border-bottom,
	.blog-main article.border-bottom,
	.press-main article.border-bottom {
	border-bottom: solid 4px #000!important;
	}
	.blog-main article,
	.press-main article {
	padding-bottom: 8px;
	}
	.blog-main .left-box.border-right,
	.press-main .left-box.border-right {
	border-right: none!important;
	}
}

.blog-category a {
text-decoration: none;
}
.blog-category a:hover {
color: #000;
text-decoration: line-through;
}
.blog-categories .hide{
display:none;
}
.blog-categories .current_category {
text-decoration: line-through;
}

@media (max-width: 575px) {
	.blog-category {
	font-size: 24px;
	}
	.blog-category:first-child {
	display: none;
	}
	.blog-category:not(:first-child) {}
}

.blog-main .colspacer {
display: none;
}
@media (min-width: 576px) {
	.blog-main .colspacer {
	display: block;
	}
}
.post.hentry {
margin-bottom: 0;
}

/*left column*/
.post-date-box,
.press-date-box {
background: #000;
color: #FFF;
}
.post-date-box .postdate p,
.press-date-box .postdate p {
color: #FFF;
text-align: center;
}
@media (max-width: 575px) {
	.post-date-box,
	.press-date-box {
    padding: 22px 16px 8px;
    background: #0000;
	}
	.post-date-box .postdate p,
	.press-date-box .postdate p {
	color: #000;
	text-align: left;
	}
}


/*header*/
@media (max-width: 575px) {
	h1.entry-title a {
	font-size: 54px;
	}
}
h1.entry-title,
h2.entry-title {
border-bottom: none;
font-size: inherit;
padding-bottom: 6px;
}
/*h2.entry-title a.a_main {font-size: 3vw!important;} make blog post titles bigger?*/
h1.page-title {
font-size: inherit;
padding: 0;
margin: 0;
line-height: inherit;
}
h1.entry-title a,
h2.entry-title a {
text-decoration: none;
}
h1.entry-title a:hover,
h2.entry-title a:hover {
color: #000;
text-decoration: line-through;
}

/*featured*/
.blog-post-container .post-thumbnail,
.feat-embed {
margin-bottom: 15px;
}
.feat-embed  iframe {
max-height: 200px;
}
@media (min-width: 768px) {
	.feat-embed  iframe {
	max-height: 400px;
	}
}
@media (min-width: 992px){
	.feat-embed  iframe {
	max-height: 200px;
	}
}
@media (min-width: 1200px){
	.feat-embed  iframe {
	max-height: 400px;
	}
}

/*entry-content*/
.blog-post-container .entry-content,
.press-post-container .entry-content {
margin: 0;
}
.article-pullquote {
padding-top: 15px;
text-transform: none;
}
/*************** blog text *****/
.blog-main div.entry-content p,
.blog-main div.entry-content ul,
.blog-main div.entry-content ol,
.wp-caption .wp-caption-text {
    color: #000!important;
    font-weight: 500!important;
    text-transform: none;
    transform-origin: 0% 0%;
    transform: scaleX(0.5);
    width: 200%;
}
.entry-content .a_main { /*adjust line-height of blog posts only*/
line-height: 1.1;
}
@media (max-width: 767px) {
	.entry-content .a_main p {
	font-size: 24px;
	}
}
.blog-main div.entry-content p {
padding-bottom: 15px;
margin-top: -4px;
}
.blog-main div.entry-content p a {
color: #EB5A11;
text-decoration: none;
}
.blog-main div.entry-content p a:hover {
color: #000;
text-decoration: line-through;
}
a.more-link {
display: block;
padding: 20px 0;
text-transform: uppercase;
}

.wp-caption {
background: none;
border: none;
max-width: 100%;
padding: 0;
text-align: center;
}
.wp-caption .wp-caption-text {
font-size: 1.25rem;
text-transform: uppercase;
}
.featherlight .featherlight-content .caption {
color: #fff;
font-size: 20px;
font-weight: 500;
line-height: 1.25;
max-width: 100%;
overflow: hidden;
position: absolute;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
text-transform: uppercase;
transform-origin: 0% 0%;
transform: scaleX(0.5);
width: 200%;
}

/***************** blog media *****/
/****** blog media - IN entry-content */
body.single-post div.entry-content embed,
body.single-post div.entry-content iframe,
body.single-post div.entry-content object {
max-height: 400px;
padding-bottom: 20px;
}
/** blog media - NOT IN entry-content */
.blog-post-poster {
padding: 15px 0;
width: 100%;
}
@media (min-width: 576px) {
	.blog-post-poster {
	width: 90%;
	}
}