/*!
 * Mainroom Media
 * PVD Core
*/

body {
	font-size: 14px;
	background: #000;
	font-family: 'Montserrat', sans-serif;
	padding-top: 75px !important;
}

h1 {
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

h2 {
	font-size: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

a {
	color: #fff;
} 

.m-bg--white a:not(.m-btn) { 
	color: #000;
}

ul {
	list-style: none;
}

.m-btn {
	font-weight: 900;
    font-size: 16px;
}

/*!
 * Mainroom Media
 * Buttons Mainroom CSS
*/
 
.m-btn {
	padding: 10px 25px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	border: 1px solid transparent;
}

.m-btn--uppercase {
	text-transform: uppercase;
}

/* Colours */
.m-btn--black {
	background: #000;
	color: #fff;
}

.m-btn--black:hover {
	color: #000;
	background: #fff;
	border: 1px solid #000;
}

.m-btn--white {
	background: #fff;
	color: #000;
}

.m-btn--white:hover {
	color: #fff;
	background: #000;
	border: 1px solid #fff;
}

/* Round */
.m-btn--round {
	border-radius: 20px;
}

.m-btn--loadmore {
	background: #000 !important;
	color: #fff !important;
	border-radius: 20px !important;
	font-weight: 900 !important;
	font-size: 16px !important;
	text-transform: uppercase;
	padding-left: 25px !important;
	padding-right: 25px !important;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
}

  .alm-btn-wrap .alm-load-more-btn.loading:before {
	  background: none !important;
  }

.alm-btn-wrap {
    text-align: center;
    padding: 40px 0 25px !important;
}

/* Spotify */

.m-btn--spotify {
	background: #00ff78 !important;
	padding-left: 40px;
	color: #000;
	border: 1px solid transparent;
}

.m-btn--spotify:hover {
	color: #00ff78;
	background: #000 !important;
	border: 1px solid #00ff78;
}

.m-btn--spotify:hover i {
	color: #00ff78;
}

.m-btn--spotify i {
	position: absolute;
	width: 20px;
    height: 20px;
	left: 13px;
	font-size: 20px;
	color: #000;
}

/*!
 * Mainroom Media
 * Colours CSS
*/
 
/* Backgrounds */

.m-bg--white {
 background: #fff;
}

.m-bg--black {
	background: #000;
}

.m-bg--whitesmoke {
	background: #dcdcdc;
}

/* Colours */

.m-color--white {
	color: #fff;
}

.m-color--black {
	color: #000;
}

/*!
 * Mainroom Media
 * Navbar CSS
*/

.m-nav {
	color: #fff;
	background: #000;
	height: 75px;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.m-nav__l {
	float: left;
	height: 100%;
}

.m-nav__r {
	float: right;
	height: 100%;
}

.m-nav__logo img {
	width: auto;
	margin-top: 26px;
    height: 25px;
}

@media (max-width: 768px) {
	.m-nav__logo img {
		width: auto;
		float: left;
		display: inline-block;
	}
	
	.m-nav__logo a,
	.m-nav__logo {
		float: left;
		text-align: left;
	}
}

.m-nav__dropdown ul {
	margin-left: 0;
    margin-bottom: 0;
	list-style: none;
	height: 100%;
}

.m-nav ul {
	list-style: none;
	height: 100%;
}

.m-nav ul li {
	padding: 0 18px;
	display: inline-block;
	height: 100%;
}

.m-nav__dropdown ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 41px;
    font-weight: 400;
    font-size: 12px;
	display: block;
}

.m-nav ul a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 75px;
	font-weight: 900;
	font-size: 16px;
}

.m-nav ul a:hover {
	color: #707070;
}

.m-nav__toggle {
	position: absolute;
    right: 20px;
    top: 12px;
	height: 40px;
	cursor: pointer;
}

.m-nav__dropdown {
	position: fixed;
    top: -315px;
    width: 100%;
    left: 0;
    right: 0;
    background: #000;
	z-index: 998;
	-webkit-box-shadow: 0px 13px 31px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 13px 31px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 13px 31px 0px rgba(0,0,0,0.5);
	border-top: 1px solid rgba(73, 71, 71, 0.60) !important;
}

.m-nav__dropdown ul li {
	padding: 0 15px;
    display: block;
    height: 100%;
    text-align: left;
	border-bottom: 1px solid rgba(73, 71, 71, 0.20) !important;
}

.m-nav__dropdown ul li:last-child {
		border-bottom:none !important;
}

.m-nav__dropdown ul li:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  outline: none !important;
 }
  
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }
	
	/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
	}
	
	
@media (max-width: 600px) {
	.owl-stage-outer {
		top: -0;
		width: 100%;
	}
	
	.owl-theme .owl-nav.disabled+.owl-dots {
		position: relative;
	}
}

/* Home Page */

.home-slider-overlay {
    display: none;
}

@media screen and (min-width: 768px) {
	.home-slider-overlay {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.2;
		z-index: 0;
		background: #000;
		content: '';
	}
}

/* Slider */

.m-fadeIn {
	opacity: 0;
}

.m-bg--img {
	height: 70%;
	position: relative;
	padding: 0 !important;
	padding-bottom: 50px;
	background: #000;
}

.m-bg--img h1 {
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
	text-align: center;
	color: #fff;
}

@media (max-width: 768px) {
	.m-bg--img h1 {
		font-size: 26px !important;
	}
}

.m-bg--img .m-s-page__cb {
	height: 100%;
}

.m-bg--img .m-s-page__cb .owl-carousel,
.m-bg--img .m-s-page__cb .owl-stage-outer,
.m-bg--img .m-s-page__cb .owl-stage,
.m-bg--img .m-s-page__cb .owl-item,
.m-bg--img .m-s-page__cb .owl-item .item,
.m-s-page__slide__item {
	height: 100%;
}

.m-s-page__slide__item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -45px !important;
	position: relative;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
	background: #fff !important;
	width: 8px !important;
    height: 8px !important;
}

.owl-theme .owl-dots .owl-dot {
	outline: none !important;
}

.owl-stage-outer {
	width: 100%;
}

/* End Slider */

.m-s-page {
	padding: 70px 0;
	max-width: 100%;
}

.m-s-page__heading {
	text-transform: uppercase;
}

.page-template-default .m-single__content {
	padding: 80px 0;
}

.page-template-default h2,
.m-s-page__heading h2 {
	display: inline-block;
    padding-bottom: 30px;
	position: relative;
	margin-bottom: 50px;
}

.page-template-default h2:after {
	content: '';
    position: absolute;
    height: 5px;
    background: #ff0000;
    left: 0;
    bottom: 0;
    width: 70px;
}

.m-s-page__heading h2:after {
    content: '';
    position: absolute;
    text-align: center;
    height: 5px;
    background: #ff0000;
    left: 50%;
	transform: translateX(-50%);
    bottom: 0;
    width: 70px;
}

/* Blocks */

.m-blocks {
	margin: 40px 0 60px 0;
}

.m-block {
	background: transparent;
	height: 350px;
	width: 100%;
	margin: 15px 0;
	position: relative;
}

@media (max-width: 768px) {
	.m-block {
		height: 500px;		
	}
}

@media (max-width: 600px) {
	.m-block {
		height: 375px;		
	}
}

@media (max-width: 480px) {
	.m-block {
		height: 275px;		
	}
}

.m-block__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

#shop .owl-item.active .m-block__img,
#music .owl-item.active .m-block__img {
	background-size: contain;
}

.m-block__img.m-block--overlay:before {
	content: '';
	background: rgb(0,0,0);
	background: -moz-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4514180672268907) 78%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4514180672268907) 78%, rgba(0,0,0,0) 100%);
	background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4514180672268907) 78%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	position: absolute;
	color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
}

.m-block__text {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px;
}

.m-block__text span {
	color: #fff;
    font-weight: bold;
	text-transform: uppercase;
}

.m-btn--spotify {
	float: right;
    margin-top: 15px;
}

/* Footer */ 

.m-footer {
	padding: 50px 0;
	position: static;
    bottom: 0;
}

.m-footer ul {
	list-style: none;
}

.m-footer ul li {
	display: inline-block;
	padding: 0 8px;
	position: relative;
}

.m-footer ul a {
	color: #fff;
	text-decoration: none;
	position: relative;
}

.m-footer ul a:hover {
	text-decoration: underline;
}

.m-footer ul li:after {
    content: "|";
    position: absolute;
    right: -4px;
    top: 0;
    display: block;
    color: #fff;
}

.m-footer ul li:last-child {
	padding-right: 0;
}

.m-footer ul li:last-child:after {
    content: "";
	padding-right: 0;
}

.m-footer__links {
	text-align: right;
    margin-bottom: 5px;
}

.m-footer__credits {
	color: #fff;
	text-align: right;
}

.m-social__item {
    width: 30px;
    height: 30px;
    background: #fff;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
	text-decoration: none;
}

.m-social__item:hover {
	background: #000;
}

.m-social__item:hover i {
	color: #fff;
}

.m-social__item i {
	color: #000;
    font-size: 18px;
    position: relative;
    top: 6px;
    text-align: center;
    display: block;
}

@media (max-width: 768px) {
	.m-social__item {
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}

	.m-social__item i {
	    font-size: 18px;
	}
}

@media (max-width: 480px) {
	.m-social__item {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}

	.m-social__item i {
	    font-size: 15px;
		top: 5px;
	}
}

/* Single */

.m-single__header {
	width: 100%;
	position: relative;
	height: 300px;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.m-single__header div {
	height: 100%;
}

.m-single__header:before {
	content: '';
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
}

.s-single__header__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	color: #fff;
	padding-bottom: 20px;
}

.m-single__header h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.m-single__header__news {
	background-position: center bottom;
	background-size: cover;
}

.m-single__header__news .s-single__header__content {
    justify-content: center;
    text-align: center;
}

.m-single__content {
	padding: 40px 0;
}

.s-single__releated__section {
	padding: 40px 0;
}

.s-single__releated__section .m-s-page__heading h2 {
	margin-bottom: 0;
}

.owl-mobile {
    margin-bottom: 20px;
}

.m-spotify__hook {
	margin: auto;
    display: block;
    margin-top: 20px;
    width: 225px;
}

/* Stations */

.m-station__list {
	margin-top: 45px !important;
	font-family: 'Montserrat', sans-serif;
    font-weight: 900;
	text-transform: uppercase;
}

.m-station__list li {
	display: flex;
    flex-direction: row;
    padding: 18px 0;
    border-top: 1px solid #ccc;
}

.m-station__list li > div {
	flex: 1;
	position: relative;
	text-align: center;
}

.m-station__logo {
	background: url('../assets/VonycSessionsLogoBW.svg') no-repeat;
	width: 215px;
    height: 70px;
    float: left;
}

@media (max-width: 768px) {
	.m-station__logo, .m-station__btns {
		display: block;
		float: none;
	}
	
	.m-station__btns {
		margin-top: 40px;
	}
	
	.m-station__logo {
		margin: auto;
	}
}

.m-station__country i {
	position: absolute;
	right:0;
}

.m-station__btns {
	float:right;
	margin-top: 20px;
}

.m-station__btns .m-btn {
	margin-left: 20px;
}

@media (max-width: 768px) {
	.m-station__list li {
		flex-direction: column;
	}
	
	.m-station__btns {
		float: none;
		text-align: center;
	}
	
	.m-station__btns .m-btn:first-child {
		margin-left: 0;
	}
	
	.m-station__list li > div {
		flex-direction: row;
		text-align: center;
	}
}

.m-btn__wrapper {
	margin: 50px 0 20px 0;
	text-align: center;
}

.m-btn__wrapper .m-s-page__btn {
	display: inline-block;
	margin-right: 20px;
}

.m-btn__wrapper a {
	float: none !important;
	margin-top: 0 !important;
	width: 180px;
}

.m-btn__wrapper .m-s-page__btn:last-child {
	margin-right: 0;
}

@media (max-width: 768px) {
	.m-btn__wrapper .m-s-page__btn {
		display: block;
		margin-right: 0 !important;
		margin-top: 20px;
	}
}

@media (max-width: 992px) {
	.m-social {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.m-footer__links {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.m-footer__credits {
		text-align: center;
		padding-bottom: 30px;
	} 
	
	.s-single__header__content {
		text-align: center;
		width: 100%;
		justify-content: center;
	}
}

.swp_social_panel .sw {
	color: #fff !important;
}

.page-template-default .m-single__content,
.page-template-page-stations .m-s-page {
	padding-top: 40px;
}

.page-template-page-news .m-s-page {
	padding-top: 20px;
}

.m-single__content img {
	max-width: 100%;
	display: block;
	margin: auto;
	height: auto;
    width: auto;
}
