/*
	Theme Name: KZRadio
	Description: KZRadio theme.
	Version: 1.0
	Author: KZRadio Dev Theme
	Text Domain: kzradio
*/

@import url('https://fonts.googleapis.com/css2?family=Alef:wght@400;700&display=swap');

@font-face {
	font-family: 'Henri';
	src: url('theme/fonts/HenriRegular.eot'); /* IE9 Compat Modes */
	src: url('theme/fonts/HenriRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('theme/fonts/HenriRegular.woff2') format('woff2'), /* Super Modern Browsers */
		url('theme/fonts/HenriRegular.woff') format('woff'), /* Pretty Modern Browsers */
		url('theme/fonts/HenriRegular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('theme/fonts/HenriRegular.svg#svgFontName') format('svg'); /* Legacy iOS */
	/*font-weight: 400;*/
}

@font-face {
    font-family: 'Rubik';
    src: url('theme/fonts/Rubik-Medium.woff2') format('woff2'),
        url('theme/fonts/Rubik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('theme/fonts/Rubik-Bold.woff2') format('woff2'),
        url('theme/fonts/Rubik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('theme/fonts/Rubik-Regular.woff2') format('woff2'),
        url('theme/fonts/Rubik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('theme/fonts/Rubik-Black.woff2') format('woff2'),
        url('theme/fonts/Rubik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}



body {
	background: #000;
	color: #fff;
	font-family: Rubik, arial, sans-serif;
}
#content {
	position: relative;
	overflow: hidden;
}

.center-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.modal-open .modal {
	background-color: rgba(0,0,0,0.75);
}

.modal-open .modal button.close {
	position: absolute;
    left: 1rem;
    top: 1rem;
    width: 20px;
    height: 20px;
}

.no-padding {
	padding: 0;
}


/* Search Modal */
/* ==============================================*/
.modal-dialog {
	max-width: 600px;
	font-size: 32px;
}

.modal-dialog .modal-content {
	padding: 1rem;
}

.modal-dialog input#search {
	width: calc(100% - 38px);
	float: right;
}

.modal-dialog input[type="image"] {
	padding: 6px;
	background-color: #ef303b;
	width: 38px;
	height: 38px;
	float: left;
}

/* Header and Footer */
/* ==============================================*/

#header li.menu-item a {
	display: inline-block;
	color: white;
	padding: 4px;
	transition: all .2s ease-in-out;
}
#header li.menu-item a:hover {
	background-color: #FF2F3B;
}


/* Footer styles - added 15.8 */

footer {
	margin-bottom: 73px;
	padding: 50px 1rem 75px;
	background-color: #000000;/*#f4f4f4;*/
	border: solid 6px #000000;
}

.footer-credits {
	-webkit-display: flex;
	display: flex;
	justify-content: center;
}

.footer-credits .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
	color: #676767;
}

.footer-credits > div {
	flex-basis: 50%;
	text-align: center;
}

.icons-container {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    align-items: center;
}

.icons-container.social { 
	flex-flow: row wrap;
	padding: 0 2rem;
}

.icons-container a {
    margin: 0 1rem;
}
.icons-container a.kz-social-icon { 
    margin: 1rem 0 2rem;
    flex: 1 0 20%;
	transition: transform .2s ease-out; 
}

.icons-container a.kz-social-icon:hover {
	transform: translateY(-8px);
}

.icons-container img {
    height: 45px;
}

.social .icons-container img {
    height: 32px;
}

@media screen and (max-width: 768px) {
	
	.footer-credits { display: block; }
	
	.footer-credits > div {
		flex-basis: 100%;
		margin-bottom: 1rem;
	}
}



/* Footer styles - end */



/* Player */
/* ==============================================*/

.player_circle_image {
	position: relative;
    top: -45px;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 5px solid black;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .hide-xs-down  {
    display: none !important;
  }

		.jp-time-holder
	{
		width:72%;
	}
	.jp-progress-override
	{
		width:72%;
    }

	.floating-bar {
/* 	background-color: #fff;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.25); */
	padding-top: 12px;
	padding-bottom: 0px;
	padding-right: 0px;
		font-family: Henri, arial, sans-serif;
	padding-left: 0px;
	position: fixed;
		bottom: 0;
		left: 0;
	width: 100%;
	z-index: 80; /* hide behind footer at bottom of page */
}

		.player-row-style
	{
		background-color:black;
		color:white;
		padding-top:10px;
/* 		height:80px; */
	}

	.jp-title-holder
	{
		position:absolute;
		top:0px;
	}

	.jp-audio .jp-interface {
     height: 60px;
     }

	.jp-audio .jp-controls
	{
		padding-top:5px;
	}
	.jp-audio .jp-progress
	{
		top:20px;
	}
	.jp-audio .jp-time-holder
	{
		top:35px;
	}
}


@media (min-width: 767px) {
	.jp-time-holder
	{
		width:83%;
	}
	.player-row-style
	{
		background-color:black;
		color:white;
		height:80px;
	}

	.jp-progress-override
	{
		width:80%;
    }

	.floating-bar {
/* 	background-color: #fff;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.25); */
	padding-top: 52px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
		font-family: Henri, arial, sans-serif;
	position: fixed;
		bottom: 0;
		left: 0;
	width: 100%;
	z-index: 80; /* hide behind footer at bottom of page */
}

}

/* SIMPLE FLOATING BAR FOOTER - start */


@media all and (max-width: 900px) {

	.floating-bar {
		/* display: none; //remove comment to hide on mobile */
		text-align: center;
	}

	.floating-bar .alignleft {
		float: none;
		margin-bottom: 7px;
		margin-right: 0;
	}

	.floating-bar .alignright {
		float: none;
		margin-left: 0;
	}

	.floating-bar .button {
		text-align: center;
		width: 100%;
	}

}
/* SIMPLE FLOATING BAR FOOTER - end */

/* SHOWS */
.shows-wrapper {
	background-color: black;
	background-position: /*center center;*/ top center;
	background-repeat: repeat-y;
	background-size: cover;
	padding-bottom: 100px;
}
h1.shows-main-title {
	font-family: Rubik, arial, sans-serif;
	font-size: 64px;
	font-weight: bold;
	text-align: center;
	color: /*#ffffff;*/ #1b1d1c;
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 6px;
	padding: 0px;
}
.shows-wrapper .shows-subtitle {
	font-family: Rubik, arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: /*#ffffff;*/ #1b1d1c;
	margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
	h1.shows-main-title {
		margin-top: 2rem;
	}
	.shows-wrapper .shows-subtitle {
		margin-bottom: 40px;
	}
}
#shows-filter { max-width: 782px; width: 100%; margin: 0 auto; }
.select-row, .text-row { display: flex; -webkit-display: flex; flex-flow: row wrap; margin: 0 auto 1rem; }
input, select {
	border-radius: 0;
}
input:focus, select:focus {
	outline: 0 !important;
	box-shadow: none !important;
	border: 0 !important;
}
input[name=free_search]:focus {
	background: transparent !important;
	border-bottom: 2px solid !important;
}
input[name=free_search] { width: 100%; font-family: Rubik, arial, sans-serif; font-size: 24px; font-weight: 500; text-align: center; color: #000; background-color: transparent; border: none; border-bottom: 3px solid #000; border-radius: 0; margin: 0 36px 1rem; padding: 4px; }

::placeholder { color: black; opacity: 1;}
:-ms-input-placeholder { color: black; }
::-ms-input-placeholder { color: black; }
.select-row { margin-bottom: 2rem; }
	.select-row select { width: calc(100% - 16px); height: 50px; background-color: #ef303b; border: solid 3px #ffffff; color: #ffffff; }
.shows-wrapper .select-row select {
	background-color: #1b1d1c;
	border: 2px solid #ffffff;
	border-radius: 0;
    padding: 0 16px;
	margin: 0 auto;
	height: 50px !important; /* override forms.scss */
}
.shows-wrapper .select-row select option {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    padding: 4px;
}
.shows-wrapper .select-row select option:focus,
.shows-wrapper .select-row select option:active {
    background: linear-gradient(#ffffff, #fefefe);
}
.shows-wrapper .buttons-wrapper {
	margin-top: 12px;
}
button {
	width: 150px;
	height: 50px;
	background-color: #ef303b;
	border: solid 2px #ffffff;
	color: white;
	outline: none;
	cursor: pointer;
}
input[type=reset] {
	background-color: white;
	color: #ef303b;
	border: 2px solid #ef303b;
	width: 100px;
	height: 50px;
}
.shows-wrapper .buttons-wrapper input[type=reset] {
	background-color: transparent;
	color: #1b1d1c;
	border: none;
	width: auto;
	height: auto;
	margin-right:0;
	margin-bottom: 40px;
	text-decoration: underline;
	cursor: pointer;
}

#response {
	padding: 1rem 0;
}
.no-results {
	text-align: center;
	font-size: 16px;
}

.on-demand-items {
    max-width: 782px;
    margin: 0 auto;
}
.od-item {
    position: relative;
    width: 100%;
    height: 205px;
    overflow: hidden;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 6px solid #000;
}
.shows-list .od-item {
	max-width: 782px;
	margin: 0 auto 16px;
}
/*.od-item .dj-overlay {
	position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: multiply;
}*/
.od-item .show-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.od-item .od-details {
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: 2;
	text-align: right;
}
.od-details a {
	text-decoration: none;
}
.od-details .od-show-name {
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 700;
}
.od-details .od-title {
    font-family: Rubik, arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.od-details .od-show-dj {
    box-sizing: border-box;
    font-family: Henri, arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align:center;
	text-decoration: none;
}
.od-item .show-link:hover ~ div.od-details .od-title, .od-details .od-title:hover, .od-details .od-show-dj:hover, .od-details .od-show-name:hover, .od-item .tags .tag:hover { background: #fff; color: black; }
.od-show-time {
    display: inline-block;
    font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
}
.od-item .data {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 3px 4px 3px 10px;
}
.od-item .tags { display: flex; -webkit-display: flex; flex-flow: row wrap; align-items: flex-end; justify-content: flex-end; position: absolute; left: 0.5rem; bottom: 0.5rem; z-index: 1; text-align: left; max-width: 50%;}
  .od-item .tags .tag { border: 1px solid #fff; font-size: 12px; padding: 2px !important; margin: 0 2px 4px; font-weight: 400; text-decoration: none;}
      .od-item .tags .tag a:hover { text-decoration: none; }

.od-item .show-name-wrapper { position: relative; }
.od-item .play {
	position: absolute;
	top: -5px;
	right: 100%;
	transform: translateX(-50%);
	height: 20px;
	width: 20px;
	opacity: 0.75;
	z-index: 3;
	cursor: pointer;
	transition: opacity .2s ease-in-out;
}
#post_17449 .od-item .play {
	right: auto;
	left: 30px;
}
.od-item .play:hover {
	opacity: 1;
}
@media screen and (max-width: 767px) {
    .od-item { height: 180px; }
    .od-details .od-title { font-size: 16px; }
    .od-details .od-show-name { font-size: 20px; }
    .od-details .od-show-dj { font-size: 14px; }
}

.results {
	max-width: 768px;
	width: 100%;
	height: 188px;
	background-color: #1b1d1c;
	border: solid 6px #000;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	padding: 0.5rem;
	margin: 0 auto 1rem;
}
.results .data {
	background-color: black;
	display: inline-block;
	padding: 4px 4px 4px 6px;
	text-align: right;
	color: #fff;
}
.results .meta {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	font-family: Rubik, arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
}
.results .dj {
	font-family: Henri;
	font-size: 14px;
  	bottom: 68px;
	right: 0;
	position: absolute;
}
.results .show-title {
	font-family: Rubik, arial, sans-serif;
  	font-size: 40px;
	font-weight: 900;
	bottom: 0;
	right: 0;
	position: absolute;
	margin-bottom: 0;
}
.results .chapter-title {
	font-family: Rubik, arial, sans-serif;
    font-size: 20px;
	font-weight: bold;
    position: absolute;
    bottom: 42px;
    right: 0;
    margin-bottom: 0;
}
.results .play {
	height: 40px;
	width: 40px;
}
.tags {
	display: flex;
	-webkit-display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	position: absolute;
	left: 0.5rem;
	bottom: 0.5rem;
}
.tag {
	border: 1px solid #fff;
	font-size: 12px;
	padding: 2px !important;
	margin-right: 4px;
	font-weight: 400;
}

.cta {
	-webkit-animation: glowing 1.3s infinite;
	-moz-animation: glowing 1.3s infinite;
	-o-animation: glowing 1.3s infinite;
	animation: glowing 1.3s infinite;
}
.kz-pagination {
	text-align: center;
	color: #fff;
    margin: 3rem 0 4rem;
	font-size: 20px;
	vertical-align: middle;
	font-family: Henri, arial, sans-serif;
}
.kz-pagination a {
    margin: 0 4px;
}
.kz-pagination a,
.kz-pagination .current,
.kz-pagination .dots {
	text-shadow: 2px 2px 1px rgba(0,0,0,.5);
}
.kz-pagination a:hover {
    text-decoration: underline;
}
span.page-numbers.current {
    text-decoration: underline;
}

@keyframes glowing {
	0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
	50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000; }
	100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

/* Single Show - Episode */
/* ==============================================*/
.single-show {}
.episode-container {
	background-color: #000000; /*fallback*/
	background-image: url('theme/images/episode-bg.jpg');
	background-repeat: repeat-y;
	background-size: 100% auto;
	color: #ffffff;
	/*border: 6px solid #000000;*/
}
#episode-header {
	position: relative;
	background-color: #000000;
	background-position: center;
	background-size: cover;
	height: 400px;
	border-bottom: 6px solid #000000;
}
#episode-header #episode-meta {
	font-family: Rubik, arial, sans-serif;
	/*max-width: 600px;*/
	position: absolute;
	/*background: #000000;*/
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	/*transform: translate(-50%, 75%);*/
	text-align: right;
}
#episode-header #episode-meta h1.episode-show-title {
	font-size: 72px;
	font-family: Rubik, arial, sans-serif;
	font-weight: 900;
	text-align: right;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#episode-header #episode-meta h1.episode-show-title span {}
#episode-header #episode-meta h2.episode-title {
	font-size: 46px;
	font-weight: 900;
	font-family: Rubik, arial, sans-serif;
	text-align: right;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#episode-header #episode-meta h2.episode-title span {
	padding: 0 12px 6px 16px;
}
#episode-header #episode-meta .episode-dj-title {
	font-family: Henri, arial, sans-serif;
    line-height: normal;
    font-weight: 400;
	font-size: 30px;
	padding: 0;
}
#episode-header #episode-meta .adv-logo-show {
	height: 40px;
	width: auto;
}

#episode-header #episode-meta h1.episode-show-title span,
#episode-header #episode-meta h2.episode-title span,
#episode-header #episode-meta .episode-dj-title span {
	background: #000000;
}
#episode-header #episode-meta a {
	padding: 0 9px 0 12px;
}
#episode-header #episode-meta a:hover {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}
.episode-container .episode-content {
	max-width: 600px;
	margin: 1rem auto;
	padding: 1rem 0;
	text-align: center;
	font-family: henri, arial, sans-serif;
}
.episode-container .episode-content .episode-date {}

.episode-container .episode-content .show-tag {
	text-decoration: none;
	background: #1b1d1c;
	display: inline-block;
	margin-bottom: 6px;
}
.episode-container .episode-content .show-tag:hover {
	text-decoration: none;
	background: #ffffff;
	color: #000000;
}
.play-show {
	margin: 1rem auto;
	width: 96px;
	display: block;
	cursor: pointer;
}
.play-show img {
	height: 96px;
	width: 96px;
}
.episode-container .show-tags {
	margin: 2rem 0;
	text-align: center;
}
.episode-container .episode-content .episode-playlist {
	margin-bottom: 2rem;
}
.episode-container .episode-content .playlist {
	direction: ltr;
	margin-bottom: 80px;
	padding: 0 8px;
}
.episode-container .episode-content .no-playlist {
	direction: rtl;
}
.episode-container .episode-content .playlist p {
	padding: 10px 1rem;
	font-family: Henri, arial, sans-serif;
	font-size: 17px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto 10px;
	border: 1px solid #fff;
	background: #000000;
}


/* Share */
.share-it {
	max-width: 800px;
	margin: 0 auto;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
  direction: ltr;
}
.resp-sharing-button__link:hover {
	text-decoration: none;
	color: #ddd;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #000;
  stroke: none
}
/*
.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}
.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}
.resp-sharing-button--linkedin:hover {
  background-color: #046293
}
.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}
.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}*/

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}


@media screen and (max-width: 768px) {
	#episode-header #episode-meta h1.episode-show-title { font-size: 28px;}
	#episode-header #episode-meta h2.episode-title { font-size: 32px; }
}


@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}} @keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}} .bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom; } .animated {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.share { direction: ltr; margin: 2rem 0;}
.share .buttons { display: flex; -webkit-display: flex; flex-flow: row wrap; justify-content: center; -ms-align-items: center; align-items: center; margin-top: 8px;}
.share .buttons a { text-decoration: none; margin: 8px; transition: all .25s ease-in-out; }
.share .buttons a:hover {transform: scale(1.2); -webkit-transform: scale(1.2); }
.share .buttons a svg { height: 36px; width: 36px; }
.share .buttons a svg path { transition: all .2s ease-in-out; }
.share .buttons a:hover svg path { fill: #fd3744; }

.share .buttons a:nth-of-type(1) { animation-delay: .25s; }
.share .buttons a:nth-of-type(2) { animation-delay: .5s; }
.share .buttons a:nth-of-type(3) { animation-delay: .75s; }
.share .buttons a:nth-of-type(4) { animation-delay: 1s; }

/* Single Show Episode - end */


/* ALL DJs */
/* ==============================================*/
.page-template-page-djs {

}
.all-djs-wrapper {
	background-color: #000000; /* fallback */
	background-repeat: repeat-y;
	background-size: 100% auto;
	color: #ffffff;
	padding-bottom: 100px;
}

.all-djs-wrapper h1 {
	margin-top: 4rem;
	font-family: Rubik, arial, sans-serif;
	font-size: 64px;
	font-weight: bold;
	text-align: center;
}

.all-djs-wrapper .broadcasters {
	background-image: none; /* override homepage style */
}

/* ALL DJs - end */


/* Single DJ (template is called taxonomy-djs ) */
/* ==============================================*/


#dj-wrapper.page-taxonomy-dj {
	background: #000000;
	color: #ffffff;
}

#dj-header {
	background:	#000000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.dj-social-links {
	width: 614px;
	margin: 30px auto;
	text-align: center;
}
.dj-social-links a {
	text-decoration: none;
	opacity: 0.5;
}
.dj-social-links a:hover,
.dj-social-links a:active {
	text-decoration: none;
	opacity: 1;
}
.dj-social-links img {
	width:36px;
	margin-left: 6px;
}

/* no shows (loop) */
#no-shows-wrapper {}

.no-shows-msg {
	width: 600px;
	margin: 40px auto;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	font-family: Rubik, arial;
}

/* DJ page  - end */


/* Schedule Page */
/* ==============================================*/
body.page-template-page-schedule #main {
	max-width: 100%;
	padding: 60px 15px;
	background: url(theme/images/schedule-bg.jpg) no-repeat top center;
	background-size: cover;
}
#wrapper-schedule {}
#wrapper-schedule .kz-title {
	/*margin-top: 4rem;*/
	font-family: Rubik, arial, sans-serif;
	font-size: 64px;
	font-weight: bold;
	text-align: center;
}
#wrapper-schedule h2.schedule-content {
	font-family: Henri, arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
#wrapper-schedule .filters li {
	display: inline-block;
	width: 150px;
	border-radius: 22.5px;
	border: 3px solid #fff;
	background: #1b1d1c;
}
#wrapper-schedule .filters li .filter-btn {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
#wrapper-schedule .schedule-table {
	margin-top: 30px;
}
#wrapper-schedule .schedule-table .day-column {
	float: right;
	width: 14.2%;
	border: 3px solid #fff;
	border-right: none;
}
#wrapper-schedule .schedule-table .day-column:first-child {
	border-right: 3px solid #fff;
}
#wrapper-schedule .schedule-table .day-column .day-title {
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #ef303b;
	border-bottom: 3px solid #fff;
}
#wrapper-schedule .schedule-table .day-column .show-box {
	position: relative;
	height: 200px;
	padding: 10px;
	color: #fff;
	background: #1b1d1c;
	border-bottom: 3px solid #fff;
}
#wrapper-schedule .schedule-table .day-column .show-box:hover {
    background: #ffffff;
    color: #222222;
}
#wrapper-schedule .schedule-table .day-column .show-box.active {
	background: #ef303b;
}
#wrapper-schedule .schedule-table .day-column .show-box.half {
	height: 100px;
}
#wrapper-schedule .schedule-table .day-column .show-box.quarter {
	height: 50px;
}
#wrapper-schedule .schedule-table .day-column .show-box:last-child {
	border-bottom: none;
}
#wrapper-schedule .schedule-table .day-column .show-box .show-hour {
	font-size: 12px;
	color: #646464;
}
#wrapper-schedule .schedule-table .day-column .show-box.active .show-hour {
	color: #fff;
}
#wrapper-schedule .schedule-table .day-column .show-box .dj-and-name {
	position: absolute;
	bottom: 8px;
	right: 8px;
	font-size: 14px;
}
#wrapper-schedule .schedule-table .day-column .show-box .dj-and-name b {
	display: block;
	font-weight: 900;
}

/* Schedule - end */

/* Support Us */
/* ==============================================*/
body.page-template-page-support-us #main {
	max-width: 100%;
	padding: 60px 15px;
	color: #fff;
	background: url(theme/images/bg-support.jpg) no-repeat top center;
	background-size: cover;
}
#wrapper-support .support-width {
	width: 656px;
	max-width: 100%;
	margin: 0 auto;
}
#wrapper-support .intro {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.43;
}
#wrapper-support .entry-content {
	margin-bottom: 40px;
	font-family: Henri, sans-serif;
	font-size: 20px;
}
#wrapper-support .entry-content p {
	margin-bottom: 30px;
}
#wrapper-support .banners {
	width: 606px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
#wrapper-support .banner {
	min-height: 242px;
	padding: 34px 42px 20px;
	font-family: Henri, arial, sans-serif;
	border: 6px solid #000;
	background-size: cover;
}
#wrapper-support .banner + .banner {
	margin-top: 20px;
}
#wrapper-support .banner:first-child {
	background: url(theme/images/support1.jpg) no-repeat top center;
	background-size: cover;
}
#wrapper-support .banner:first-child + .banner {
	background: url(theme/images/support2.jpg) no-repeat top center;
	background-size: cover;
}
#wrapper-support .banner:first-child + .banner + .banner {
	color: #08447a;
	background: url(theme/images/support3.jpg) no-repeat top center;
	background-size: cover;
}
#wrapper-support .banner .textual-content {
	min-height: 100px;
}
#wrapper-support .banner .textual-content .banner-title {
	font-family: Rubik, arial, sans-serif;
	font-weight: 700;
}
#wrapper-support .banner .btn-wrapper {
	margin-top: 30px;
	text-align: center;
}
#wrapper-support .banner .btn-wrapper a {
	display: inline-block;
}
#wrapper-support .banner:first-child + .banner + .banner .btn-wrapper {
	font-family: rubik, arial, sans-serif;
}
#wrapper-support .banner:first-child + .banner + .banner .btn-wrapper a {
	display: inline-block;
	padding: 10px 18px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 6px;
	background: #faca0c;
}

#wrapper-schedule .controls.mobile-only {
	display: none;
}

@media (max-width: 767px) {
	h1.shows-main-title {
		padding: 50px 0 0px;/*50px 0 30px;*/
		font-size: 38px;
	}
	#shows-filter .select-row .col-sm-12 {
		width: 30%;
        margin: 0 0.5rem 1rem;
	}
	#shows-filter .select-row select {
		width: 100%;
		height: 36px;
		padding: 3px;
		font-size: 13px;
		border-width: 2px;
	}
	#shows-filter .buttons-row button,
	#shows-filter input[type=reset] {
		width: 40%;
		height: 40px;
		border-width: 2px;
	}


	#wrapper-support .intro {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 1.3;
	}
	#wrapper-support .entry-content {
		font-size: 16px;
	}
	#wrapper-support .entry-content p {
		margin-bottom: 20px;
	}

	.od-item .tags {
		display: block;
		bottom: auto;
		top: 0.5rem;
	}

	.icons-container a {
		margin: 0 0.5rem;
	}
	.icons-container img {
		height: auto;
		width: 63px;
	}

	#wrapper-schedule .schedule-table {
		position: relative;
	}
	#wrapper-schedule .schedule-table .day-column {
		position: absolute;
		top: 0;
		opacity: 0;
		float: none;
		width: 100%;
		z-index: -1;
		border-right: 3px solid #fff
	}
	#wrapper-schedule .schedule-table .day-column.active-day {
		z-index: 1;
		opacity: 1;
	}
	#wrapper-schedule .schedule-table .day-column .show-box {
		height: 80px !important;
	}

	#wrapper-schedule .schedule-wrapper {
		position: relative;
	}
	#wrapper-schedule .controls.mobile-only {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}
	#wrapper-schedule .controls .arrow {
		position: absolute;
		top: 20px;
		z-index: 2;
		text-decoration: none !important;
	}
	#wrapper-schedule .controls .arrow.prev {
		right: 20px;
	}
	#wrapper-schedule .controls .arrow.next {
		left: 20px;
	}

	.no-shows-msg {
		max-width: 100%;
	}

	.footer-credits .title {
		font-size: 16px;
	}
	.footer-credits .inner-credits:first-child .title {
		margin-bottom: 8px;
	}
}
/* Support Us - end */


/* About */
/* ==============================================*/
.page-template-page-about {

}
.about-wrapper {
	background-color: #000000; /* fallback */
	background-repeat: repeat-y;
	background-size: cover; /*100% auto;*/
	background-position: top center;
	color: #ffffff;
	padding-bottom: 100px;
}
.about-wrapper .container {
	max-width: 800px;
}
.about-wrapper h1 {
	margin-top: 4rem;
	font-family: Rubik, arial, sans-serif;
	font-size: 64px;
	font-weight: bold;
}
.about-wrapper h2 {
	background-color: rgba(200,200,200,0.3);
	margin-top: 4rem;
	margin-bottom: 1rem;
	padding: 6px 12px;
	font-family: Rubik, arial, sans-serif;
}
.about-wrapper p {
	/*font-family: henry, arial;*/
}
.about-wrapper a {
	text-decoration: underline;
}
.about-wrapper a:hover {
	text-decoration: none;
	color: #222222;
	background: #ffffff;
}
a.about-anchor {
	color: #444444;
	background: rgba(255,255,255,0.8);
	padding: 4px 12px;
	margin-left: 20px;
	display: inline-block;
	text-decoration: none;
}
a.about-anchor:hover {
	color: #222222;
	background: rgba(255,255,255,1);
	text-decoration: none;
}
a.about-anchor:active {
	color: #000000;
	background: rgba(255,255,255,0.9);
	text-decoration: none;
}

.about-content {}
.about-content img {
	border: 2px solid #ffffff;
	margin: 6px;
}

/* About - end */



/* Contact Us */
/* ==============================================*/
.page-template-page-contact {

}
.contact-us-wrapper {
	background-color: #000000; /* fallback */
	background-repeat: repeat-y;
	background-size: 100% auto;
	color: #ffffff;
	padding-bottom: 100px;
}
.contact-us-wrapper .container {
	max-width: 800px;
}
.contact-us-wrapper h1 {
	margin-top: 4rem;
	font-family: Rubik, arial, sans-serif;
	font-size: 64px;
	font-weight: bold;
}
.contact-us-wrapper h2 {
	background-color: rgba(200,200,200,0.3);
	margin-top: 4rem;
	margin-bottom: 1rem;
	padding: 6px 12px;
	font-family: Rubik, arial, sans-serif;
}
.contact-us-wrapper p {
	/*font-family: henry, arial;*/
}
.contact-us-wrapper a {
	text-decoration: underline;
}
.contact-us-wrapper a:hover {
	text-decoration: none;
	color: #222222;
	background: #ffffff;
}
.contact-us-content {}

#contact_details {
	margin-top: 2rem;
	font-size: 20px;
	font-family: Rubik, arial, sans-serif;
}

#contact_details p {
}

#contact_sendmusic {}

#contact_sendmusic .FAQ {
	font-weight: bold;
	/*font-family: henri, arial, sans-serif; */
	margin-top: 40px;
	border-top: 1px dotted #aaa;
	padding: 6px 0;
}

/* Contact - end */


/* Page 404 Not Found */
/* ==============================================*/
.page-404 {
	color: #fff;
	padding-bottom: 100px;
}
.page-404-wrapper {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
	min-height: 1150px;
	background-color: #000;
	background-image: url('../../../wp-content/uploads/2018/11/404-bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.page-404-wrapper h1 {
    line-height: 130%;
}
.page-404-wrapper h1 span.blackline {
    background-color: #000;
}
.page-404-wrapper a {
    text-decoration: underline;
}

/* Page 404 Not Found - end */


/* Chart Container */
.chart-container { background-repeat-y: repeat; background-size: contain; color: #3F3C38;}
    .chart-container .chart-content { max-width: 1200px; width: 100%; margin: 0 auto; padding: 1rem;  position: relative; }
    .chart-container .image-header img { width: 100%; }
    .chart-container .content { display: flex; -webkit-display: flex; flex-flow: row wrap; justify-content: space-between; padding: 2rem 0;}
        .chart-container .content .header { font-size: 36px; font-weight: bold; text-align: center; color: #fdfee9; padding: 0 1rem 2px; background-color: #3f3c38; max-width: 250px; }
        .chart-container .content p { max-width: 329px; font-size: 16px; line-height: 1.5; color: #3F3C38; margin: 1rem 0; }
        .chart-container .content .side img { width: 100%; }
            .chart-container .content .side { flex-basis: 45%; }
                .chart-container .content .side.left { font-family: Rubik; font-size: 18px; font-weight: bold; text-align: right; color: #3F3C38; line-height: 28px;}
            .chart-container .content.fields .side { flex-basis: 50%; position: relative; }
            .chart-container .content.thanks { display:none; justify-content: center; -ms-align-items: center; align-items: center;}
            .chart-container .content.thanks p { margin: 0 auto 2rem; max-width: 400px; }

.chart-container input::-webkit-input-placeholder, .chart-container textarea::-webkit-input-placeholder { color: #3F3C38; }
.chart-container input:-moz-placeholder, .chart-container textarea { color: #3F3C38; opacity: 1; }
.chart-container input::-moz-placeholder, .chart-container textarea { color: #3F3C38; opacity: 1; }
.chart-container input:-ms-input-placeholder, .chart-container textarea { color: #3F3C38; }

@-webkit-keyframes rotating {
  from { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotating {
  from { -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

.chart-container .ufo { position: absolute; right: -35%; bottom: -10%; width: 300px;}
.chart-container .ufo.mobile {display:none;}
.chart-container .ufo-inner {
  -webkit-animation: rotating linear infinite;
  -moz-animation: rotating linear infinite;
  -ms-animation: rotating linear infinite;
  -o-animation: rotating linear infinite;
  animation: rotating linear infinite;
  animation-duration: 10s;
  transition: all .5s ease-in-out;
}

.chart-container input,
.chart-container textarea {
	margin: 0 5px; border: 1px solid #1b1b1c; font-size: 17px; color: #1b1b1c; width: 100%; padding: 10px; border-radius: 0; background: transparent; outline: 0; text-align: center;
}
.chart-container input[type="checkbox"] {
	float: right;
	width: auto;
	margin: 8px 0 8px 8px;
}
.chart-container .content.send { justify-content: center; text-align: center; }
    .chart-container .content.send div { flex-basis: 100%; margin-bottom: 1rem; }
        .chart-container .content.send .spaceship {transition: all 2s ease-in-out;}
        .chart-container .content.send .spaceship.launch {transform: translateY(-100vh); opacity: 0;}
        .chart-container .send button { font-weight: bold; border: 0; border-radius: 8px; height: auto; padding: 12px 8px; }
        .chart-container .content.credits { justify-content: center; -ms-align-items: center; align-items: center; }
        .chart-container .content.credits img { margin: 0 1rem; }

@media screen and (max-width: 1280px) {
    .chart-container .ufo { width: 200px; height: 200px; }
}

@media screen and (max-width: 768px) {
    .chart-container .content.fields .side, .chart-container .content .side {flex-basis: 100%; margin-bottom: 1rem; }
    .chart-container .opening .side.right {order:1;}
    .chart-container .opening .side.left {order:0;}
    .chart-container .content p { max-width: 100%; }
    .chart-container .ufo { width: 100px; height: 100px; display: none;}
    .chart-container .ufo.mobile { display: block; position: static; margin-right: auto;}
    .chart-container .details td { width: 100%; display: block; margin: 0 0 8px; padding: 0 !important; }
    .chart-container .details td input { margin: 0; }
    .chart-container input, .chart-container textarea { margin: 0 0 8px; }
    .chart-container .content.credits img { margin: 1rem; }
    .chart-container .content.credits img:nth-of-type(1) { order: 1; }
    .chart-container .content.credits img:nth-of-type(2) { order: 0; }
    .chart-container .content.credits img:nth-of-type(3) { order: 2; }
    .chart-container .content.credits img:nth-of-type(4) { order: 3; }
}


/* 2010s Chart */
#content.decade-chart .intro-strip {
	position: relative;
	padding: 20px 200px 120px;
	background-size: cover;
	background-position: center;
}
#content.decade-chart .intro-strip:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -40px;
	left: 0;
	right: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 87%);
}
#content.decade-chart .intro-strip .page-title {
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}
#content.decade-chart .intro-strip .textual-content {
	position: relative;
	float: left;
	width: 451px;
	margin-left: 13%;
}
#content.decade-chart .intro-strip .entry-content {
	padding-bottom: 40px;
}
#content.decade-chart .intro-strip .entry-content h2 {
	margin-bottom: 26px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
}
#content.decade-chart .intro-strip .entry-content p {
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 20px;
}

/* Lists Strip */
#content.decade-chart .lists-strip {
	position: relative;
	padding: 0 200px;
}
#content.decade-chart .lists-strip .list-col {
	float: right;
	/*width: 33.3%;*/
}
#content.decade-chart .lists-strip .list-col .col-title {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 700;
}
#content.decade-chart .lists-strip ul {
	padding: 0;
}
#content.decade-chart .lists-strip ul li {
	margin-bottom: 7px;
	list-style-type: none;
}
#content.decade-chart .lists-strip ul li a {
	display: inline-block;
	padding: 4px 0;
	text-decoration: underline;
}
#content.decade-chart .lists-strip .underline {
	display: inline-block;
	margin-top: 12px;
	text-decoration: underline;
}

#content.decade-chart .lists-strip .post-thumb {
	float: right;
	width: 40%;
	height: auto;
}


#content.decade-chart .kz-red-btn {
	display: inline-block;
	padding: 8px 22px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #fff;
	background: #ff2f3b;
	border-radius: 6px;
	box-shadow: 3px 3px 1px 1px rgba(0,0,0,.8);
	transition: all .2s ease-in-out;
}
#content.decade-chart .kz-red-btn:hover {
	text-decoration: none;
	color: #ff2f3b;
	background: #fff;
}

#content.decade-chart .recommended-shows {
	position: relative;
	padding-top: 70px;
	text-align: center;
	background: url(theme/images/bg-home-od.jpg) no-repeat top center;
	background-size: contain;
	background-repeat: repeat-y;
}
#content.decade-chart .recommended-shows:before {
	content: "";
	position: absolute;
	top: 0;
	height: 608px;
	left: 0;
	right: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000 100%);
}
#content.decade-chart .recommended-shows .strip-title {
	position: relative;
	margin-bottom: 16px;
	font-size: 40px;
	font-weight: 900;
}
#content.decade-chart .recommended-shows .tabs {
	padding-right: 0;
}
#content.decade-chart .recommended-shows .tabs li {
	position: relative;
	display: inline-block;
	margin: 10px 10px 0;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
#content.decade-chart .recommended-shows .tabs li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	height: 6px;
	border-radius: 2px;
	background-color: rgba(255, 47, 59, 0);
	transition: all .3s ease-in-out;
}
#content.decade-chart .recommended-shows .tabs li.active:after {
	right: 0;
	background-color: rgba(255, 47, 59, 1);
}
#content.decade-chart .recommended-shows .tabs li a:hover {
	text-decoration: none;
}
#content.decade-chart .recommended-shows .shows-wrapper {
	position: relative;
	/*height: 1450px;*/
	background: none;
}
#content.decade-chart .recommended-shows .shows-wrapper .shows-content {
	display: none;
	float: right;
	width: 100%;
}
#content.decade-chart .recommended-shows .shows-wrapper .shows-content.active {
	display: block;	
}
#content.decade-chart .recommended-shows .on-demand-items {
	text-align: right;
}
#content.decade-chart .recommended-shows .shows-wrapper .shows-content > ul {
	padding: 0;
}
#content.decade-chart .recommended-shows .shows-wrapper .shows-content > ul > li {
	margin-bottom: 22px;
}
#content.decade-chart .recommended-shows .shows-wrapper .shows-content > ul > li iframe {
	border: 3px solid #888;
}
#content.decade-chart .recommended-shows .more-shows {
	display: inline-block;
	margin-top: 12px;
	padding: 10px;
	font-weight: 700;
}

#content.decade-chart .decade-cta {
	padding: 20px 200px;
	text-align: center;
}
#content.decade-chart .decade-cta .pre-btn {
	margin-bottom: 6px;
}
#content.decade-chart .decade-cta .terms {
	display: inline-block;
	margin-top: 6px;
	font-size: 14px;
}

#content.decade-chart .back-top-top {
	position: fixed;
	bottom: 110px;
	right: 20px;
	width: 60px;
	opacity: 0;
	z-index: 81;
	transition: opacity .2s ease-in;
}
#content.decade-chart .back-top-top.active {
	opacity: .7;
}
#content.decade-chart .back-top-top:hover {
	opacity: 1;
}


@media screen and (max-width: 1599px) {
	#content.decade-chart .intro-strip .textual-content {
		margin-left: 8%;
	}
}
@media screen and (max-width: 1399px) {
	#content.decade-chart .intro-strip {
		padding: 20px 140px 100px;
	}
	#content.decade-chart .lists-strip,
	#content.decade-chart .decade-cta {
		padding: 20px 140px;
	}
	#content.decade-chart .lists-strip .list-col {
		padding: 0 10px;
	}
	#content.decade-chart .intro-strip .textual-content {
		width: 47%;
		margin-left: 0;
	}
}

@media screen and (max-width: 1023px) {
	#content.decade-chart .intro-strip {
		padding: 20px 80px 70px;
	}
	#content.decade-chart .lists-strip {
		padding: 20px 30px;
	}
	#content.decade-chart .decade-cta {
		padding: 20px 80px;
	}
	#content.decade-chart .intro-strip .textual-content {
		width: 60%;
	}
	#content.decade-chart .intro-strip .entry-content h2 {
		font-size: 24px;
		line-height: 28px;
	}
	#content.decade-chart .lists-strip .list-col .col-title {
		font-size: 20px;
		line-height: 26px;
		font-weight: 700;
	}
}


@media screen and (max-width: 767px) {

	#content.decade-chart .intro-strip {
		padding: 20px 20px 70px;
	}
	#content.decade-chart .intro-strip:before {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000000 87%);
	}
	#content.decade-chart .intro-strip .textual-content {
		width: auto;
		text-align: center;
	}
	#content.decade-chart .intro-strip .entry-content {
		text-align: right;
	}
	#content.decade-chart .intro-strip .entry-content h2 {
		font-size: 22px;
		line-height: 26px;
	}

	#content.decade-chart .lists-strip {
		padding: 20px 10px;
	}
	#content.decade-chart .lists-strip .list-col {
		float: none;
		width: auto;
	}

	#content.decade-chart .recommended-shows {
		padding-top: 40px;
	}
	#content.decade-chart .recommended-shows .shows-wrapper {
		height: 1260px;
	}
}


/* Magazine Main Page */
/* ==============================================*/

#main.magazine .container {
	max-width: 980px;
}
.magazine-items-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.magazine-items-wrapper .magazine-item {
	width: 320px;
	height: 480px;
	margin-bottom: 20px;
	border: 1px solid #777;
}
.magazine-items-wrapper .magazine-item .img-wrapper {
	position: relative;
	height: 220px;
}
.magazine-items-wrapper .magazine-item .img-wrapper .items-cat {
	position: absolute;
	right: 6px;
	bottom: 6px;
}
.magazine-items-wrapper .magazine-item .img-wrapper .item-cat {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	padding: 3px 6px;
	background: #000;
	border: 1px solid #fff;
	text-decoration: none;
}
.magazine-items-wrapper .magazine-item .img-wrapper .item-cat:hover {
	color: #fff;
	background: #222;
}
.magazine-items-wrapper .magazine-item .item-content-wrapper {
	position: relative;
	height: 260px;
	padding: 20px 15px;
}

.magazine-items-wrapper .magazine-item .item-title a {
	word-break: break-word;
}

.magazine-items-wrapper .magazine-item .item-title a {
	color: #ffffff;
	text-decoration: none;
}

.magazine-items-wrapper .magazine-item .item-title a:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

.magazine-items-wrapper .magazine-item .item-excerpt {
	font-family: 'Alef', arial, sans-serif;
	font-size: 14px;
}
.magazine-items-wrapper .magazine-item .item-details {
	position: absolute;
	bottom: 10px;
	left: 15px;
	right: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
}




/* Magazine - end */


/* Magazine Post (single) */
/* ==============================================*/
.single-post {
	background-color: #000000; /*fallback*/
	background-image: url('../../../wp-content/uploads/2018/11/blog-post-bg.jpg');
	background-repeat: repeat-y;
	background-size: 100% auto;
	color: #ffffff;
}
.single-post main.container-fluid {
	padding: 0;
}
.single-post-container { /* article */
	padding-bottom: 60px;
	font-family: 'Alef', arial, sans-serif;
}
.single-post-container header {
	background-color: #000000;
	background-image: url('../../../wp-content/uploads/2018/11/pexels-photo-744318.jpeg'); /* will be overriden by thumbnail */
	background-repeat: no-repeat;
	background-position: center 40%;
	background-size: cover;
	height: 400px;
	margin-top: 12px;
	border: solid 6px #000000;
	position: relative;	/* has absolute childred */
}
.single-post-container header .blog-post-titles,
.single-post-container .single-post-content,
.single-post-container footer {
	max-width: 800px;
}
.single-post-container header .blog-post-titles {
	position: absolute;
	background: #000000;
	left: 50%;
	bottom: 0;
	width: 100%;
	z-index: 10;
	transform: translate(-50%, 60%);
	text-align: center;
}

.single-post-container .bandcamp-block, .single-post-container figcaption { text-align: center;}

.single-post-container h1,
.single-post-container h2,
.single-post-container h3,
.single-post-container h4,
.single-post-container h5,
.single-post-container .h6 {
	font-family: Rubik, arial, sans-serif;
}

.single-post-container header .blog-post-titles h1 {
	font-family: Rubik, arial, sans-serif;
	font-size: 54px;
	font-weight: 900;
	text-align: center;
	color: #ffffff;
}

.single-post-container header .blog-post-titles h2 {
	font-family: Rubik, arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
}
.single-post-container .single-post-content {
    margin: 8rem auto;
	padding: 0.5rem 0;
}
.single-post-container .single-post-content p {
	padding: 2px 12px;
	font-family: 'Alef', arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
}
.single-post-container .single-post-content p:last-of-type {
	margin-bottom:1rem;
}
.single-post-container .single-post-content h2,
.single-post-container .single-post-content h3,
.single-post-container .single-post-content h4,
.single-post-container .single-post-content h5,
.single-post-container .single-post-content h6 {
	padding: 2px 12px;
	line-height: 1.5;
}
.single-post-container .single-post-content h3,
.single-post-container .single-post-content h4 {
	font-size: 32px;
}
.single-post-container footer {
    margin: 8rem auto;
	margin-top: 20px;
	margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    border: none;
	color: #aaaaaa;
	font-size: 14px;
}
.single-post-container footer .blog-post-meta {
	padding: 0px 12px;
}
.single-post-container .single-post-content a,
.single-post-container footer a {
    text-decoration: underline;
}

.single-post-container .social-wrapper {
	direction: ltr;
	max-width: 800px;
	margin: 20px auto;
}
.single-post-container .social-wrapper h3 {
	direction: rtl;
}
.single-post-container .social-wrapper .kz-social-icon {
	display: inline-block;
	margin-left: 10px;
}
.single-post-container .social-wrapper .kz-social-icon img {
	height: 40px;
	width: auto;
}
.single-post-container .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.single-post .od-item a {
	text-decoration: none;
}


@media screen and (max-width: 767px) {
	.single-post-container header .blog-post-titles h1 {
		font-size: 48px;
	}
	.single-post-container main {
		padding: 0 10px;
	}
	.single-post-container .single-post-content {
		margin-top: 150px;
	}
	.single-post-container .single-post-content div { max-width: 100%;}
	.single-post-container .single-post-content p {
		padding: 2px 6px;
	}
}


/* Magazine Post - end */
