/*
 Theme Name:   Loose Child
 Description:  Loose Child Theme
 Author:       
 Author URI:   
 Template:     loose
 Version:      1.0.0
 Text Domain:  loose-child
*/

#top-widget {padding: 0 !important;}
#top-widget #main-video, #top-widget #poster-video{width:100%;position:relative;}
#top-widget #main-video {height:100%;display:none;}
#top-widget #poster-video .vjs-loading-spinner {display: none !important;}

.site-footer {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 10;
	font-style: light;
	font-variant: normal;
	font-weight: 100;
	line-height: 20px; 
}

#poster-video .speaker-actions {
	position: absolute;
	right: 30px;
	bottom: 40px;
	width: 56px;
	height: 56px;
}

#poster-video .speaker-actions i {
	position: absolute;
	width: 56px;
	height: 56px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#poster-video .speaker-actions {
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: 20px;
		height: 20px;
	}
	
	#poster-video .speaker-actions i {
		position: absolute;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}

}


#poster-video .speaker-actions .speaker-on {
	background-image: url('http://www.michaelperfect.art/wp-content/uploads/2020/03/MP-audio-ON.png');
	display: none;
	background-size: contain;
}

#poster-video .speaker-actions .speaker-mute {
	background-image: url('http://www.michaelperfect.art/wp-content/uploads/2020/03/MP-audio-MUTE.png');
	background-size: contain;
}


#testimonials {
    margin-top: -35px; /* Adjust this value as needed */
	display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10;
}
