/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
 /******************************* MUSIC BOX *******************************/
.wp-block-gutenberg-musicbox-my-musicbox {
	text-align: center;
	max-width: 400px;
	margin: 20px;
	background: #222;
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	display: inline-block;
}
.wp-block-gutenberg-musicbox-my-musicbox .album-cover {
	min-height: 100px;
}
.wp-block-gutenberg-musicbox-my-musicbox .album-cover button {
	margin-top: 30px;
}
.wp-block-gutenberg-musicbox-my-musicbox .album-cover button.image-button {
	margin: 0 auto;
	padding: 0;
	display: block;
}
.wp-block-gutenberg-musicbox-my-musicbox .album-cover img {
	display: block;
	z-index: 1;
	position: relative;
	margin: 0 auto;
}
.wp-block-gutenberg-musicbox-my-musicbox h2 {
	font-size: 1.5em;
	color: #f9f9f9;
}
.releaseyear {
	color: #f9f9f9;
	font-size: 1.3em;
}
.album-links {
	max-width: 230px;
	margin: 20px auto;
	position: relative;
	background: #dfb355;
	cursor:pointer;
}
.album-links h3 {
	margin: 12px 8px 8px 8px;
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.album-links h3::after {
	display: inline-block;
	vertical-align: top;
	font-family: 'Font Awesome 5 Free';
	font-size: 1.4em;
	content: '\f107';
	line-height: 10px;
	height: 100%;
	margin-left: 30px;
	margin-top: 5px;
}
.wp-block-gutenberg-musicbox-my-musicbox ul.streamingservices {
	padding-left: 1.5em !important; /* Needs fix in Gutenberg. */
	visibility: hidden;
	position: absolute;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
	background: #111;
	opacity:0;
	overflow: hidden;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.album-links:hover {
	background: #111;
}
.album-links:hover h3{
	color: #dfb355;
}
.album-links:hover h3::after {
	content: '\f106';
}
.album-links:hover ul.streamingservices {
	visibility: visible;
	opacity: 1;
	z-index: 9;
}
.album-links ul.streamingservices a {
	color: #f9f9f9;
	margin: 5px auto;
	display: block;
}
.album-links ul.streamingservices a:hover{
	color: #dfb355;
}
.wp-block-gutenberg-musicbox-my-musicbox:after { 
	content:""; 
	clear:both; 
	display: table; 
}
/******************************* Portfolio *******************************/
 .newswrapper {
    display: flex;
    flex-wrap: wrap;
}
.newswrapper .mp_post {
	width: 33.3%;
	padding: 0 20px 20px 20px;
}
.postthumbnail {
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
/* .postthumbnail a { */
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* bottom: 0; */
	/* right: 0; */
/* } */
.postthumbnail img{
	height: auto;
	max-width: none;
	-webkit-transition: all 0.5s!important;
	transition: all 0.5s!important;
	width: 100%;
}
.mp_post:hover img{
	transform: scale(1.2);
}
.mp_post .excerptreadmore {
	margin-bottom: 1em;
}
.mp_post .readmore {
	font-weight: 700;
	position: absolute;
	bottom: 2em;
	right: 2em;
}
.mp_custom_blocks_loadmore,
.mp_custom_blocks_loadmore_portfolio{
	padding: 8px 15px;
	border: 1px solid #111;
	display: block;
	margin: 20px auto;
	background: #fff;
}
.mp_portfolio .newswrapper {
	position: relative;
}
.mp_portfolio ul li {
	display: inline-block;
	margin: 20px;
	padding: 5px 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor:pointer;
}
/**************** Films Wichita ***************/
.newswrapper .mp_post {
	padding: 0 10px 20px 10px;
	width: 50%;
	position: relative;
}
.newswrapper .mp_post a {
	background: #fff;
	display: block;
	height: 100%;
}
.newswrapper .mp_post .postthumbnail::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 35%;
	transition: all 0.3s;
	background: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%);
}
.newswrapper .mp_post .postthumbnail img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mp_post_title {
	position: absolute;
	bottom: 0.5em;
	left: 1.5em;
	right:1.5em;
	z-index: 2;
	font-weight: 700;
	color: #fff;
	transition: all 0.3s;
}
.newswrapper .mp_post .excerpt {
	padding: 1em 1.5em;
	color: #555555;
}
.newswrapper .mp_post .date {
	color: #d00355;
	font-weight: 700;
}
@media only screen and (max-width:768px) {
	.newswrapper .mp_post {
		width: 100%;
		padding: 0 10vw 20px 10vw;
	}
	.mp_post ul {
		margin-left: 0;
		padding: 0 10px;
	}
	.mp_post ul li {
		display: block;
		margin: 20px auto;
		padding: 1em;
		background: #fff;
	}
	.mp_post .readmore {
		bottom: 2em;
		right: 12vw;
	}
}
@media only screen and (max-width:600px) {
	.newswrapper .mp_post .postthumbnail::before {
		height: 55%;
	}
}
/**************** Background image ***************/
.wp-block-gutenberg-bgimage-my-bgimage{
	position: relative;
	background-size: cover;
	background-position: 50%;
	/* height: 100%; */
	/* width: 100%; */
	display: flex;
	/* justify-content: center; */
	align-items: center;
	overflow: hidden;
}
.wp-block-gutenberg-bgimage-my-bgimage .mpoverlay {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
.wp-block-gutenberg-bgimage-my-bgimage .mpbgcontent{
	position: relative;
	margin: 0 auto;
	z-index: 3;
}
@media only screen and (min-width:769px){
	.parallax-true{
		background-attachment:fixed;
	}
}