/*=======================================================================
*** BESIDE_SUB STYLE SHEET***
========================================================================*/

body{
	

    font-family: 'PT Sans', sans-serif;
font-size: 19px;


}

h1, h2, h3, h4, h5{
	
    font-family: 'Vesper Libre', serif;
}


.lc-no-margin{
padding-top: 0px !important;
}

.side-logo{
    transition-property: all;
    transition-duration: 800ms;
}

.header-wrap.active .side-logo{
opacity:0.0;
}

.sidenav-content {
    padding: 70px 0 70px 30px;
}

.sidenav-bar.header-wrap{
	background-color: #3b232a;
	background-color: #201915;
}

.nav-button span {
    background-color: #efefef;
}


.search-icon{
	background-image:url("../img/lens.png");
	background-size: 44%;
background-position: center center;
}

.sidenav-bar-text{
	color: #B2A2A2 !important;
}


#text-on-video{
	text-shadow: 2px 2px 4px #000;
	position: absolute;
	
	width: 56%;
position: absolute;
top: 28rem;
left: 4rem;
	
	color: #fff;
	
}


#text-on-video h2{
	color: #fff;
	font-size: 55px;
}




#text-on-video p{
	font-size: 20px;
line-height: 32px;
}


#block-videoloop{
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #363636;
}


#video-loop-player{
	
	background-image: url("../img/play-button.png");
	display: none;
height: 76px;
width: 70px;
background-image: url(/music/themes/beside_sub/assets/img/play-button.png);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 10px;
right: 12px;
	
}

@media (max-width: 768px) {
	#video-loop-player{
	
	background-image: url("../img/play-button.png");
	display: block;
		opacity: 0.05;
	}
	
	#text-on-video{
	top: 16rem;
width: 99%;
left: auto;
right: 1em;
text-align: right;
		
	}
	
	#text-on-video h2{
		font-size: 30px;
	}
	
	#text-on-video p{
		display: none;
	}
	
	#block-aboutintro h2{
		display: none;
	}
}

