/*
Theme Name: KaRavan
Theme URI: http://pierreravan.com
Description: KaRavan
Author: Ramkumar
Author URI: http://ramkumarr.com
Template: tune
Version: 1.6.8
*/

.page-id-1960 .post-title-container {
	display: none;
}
.release-content .wvc-row {
	padding: 20px 0;
}
.release-content .wvc-row-wrapper-width-standard {
	width: 100%;
}
.single-release-layout-sidebar-right .release-info-container {
	padding: 50px 20px 0;
}
.wolf-soundcloud-button:before {
	content: "\f1be";
}
.wolf-release-buttons {
	margin-bottom:0;
}
.bottom-social-links {
	font-size: 18px;
}
.header-video-container {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.header-video {
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    background: url(/wp-content/uploads/2018/05/bg.jpg) no-repeat;
    background-size: cover;
	max-width: none;
}
.header-video-container .wpb_content_element {
	margin: 0;
}
.wvc-row-video-bg-mute-button-container {
	right: 50%;
    left: auto;
    color: #fff;
    font-size: 20px;
    bottom: 70px;
    transform: translateX(50%);
    background: #cc2151;
    border-radius: 10px;
    padding: 0 10px;
    cursor: pointer;
}
.sound-enabled .wvc-row-video-bg-mute-button-container {
	right: 40px;
	background-color: transparent;
	bottom: 15px;
}
.sound-enabled .wvc-row-video-bg-mute-button-container span {
	display: none;
}
.play-button-mobile {
	display: none;
}
.wvc-font-dark {
	color: #000;
}


.sticky_music_bar {
	position: fixed;
    top: 45%;
    right: 25px;
    transform: translateX(50%);
}
.sticky_music_bar a {
	transform: rotate(-90deg);
    display: block;
    background: #cc2052;
    padding: 8px 15px;
    color: #fff;
    font-weight: bold;
}
.wvc-font-dark a:not(.wolf-more-text):not(.wpb-button):not(.wvc-button):not(.button):not(.added_to_cart):not(.more-link):not(.button-download):not(.wvc-social-icon-link):not(.wvc-fittext-link):not(.wvc-bigttext-link):not(.wolf-tweet-link) {
	color: #2196f3;
}

@media (max-width: 768px) {
	.single-release-layout-sidebar-left .release-info-container {
		padding-right:0;	
	}
	.header-video-container {
		background: url(/wp-content/uploads/2018/05/bg_mobile.jpg) no-repeat;
	    background-size: cover;
		background-position: center;
	}
	.header-video {
	    display: none;
	}
	.wvc-row-video-bg-mute-button-container {
		display: none;
	}
	.sticky_music_bar {
	    bottom: 0;
		top: auto;
		right: 0;
		transform: none;
	}
	.sticky_music_bar a {
		transform: rotate(0deg);
		font-size: 14px;
		padding: 6px 12px;
	}
	.sidebar-footer-inner .widget-title {
		text-align: center;
	}
	.sidebar-footer-inner .textwidget {
		padding-left: 20px;
	}
	.credits {
		margin-bottom: 20px;
	}
	.play-button-mobile {
		display: block;
		margin-top: 350px;
	}
}
