/*
Theme Name: Curve Music Child
Theme URI: http://www.strike-it-up.ca
Version: 1.0
Description: A child theme that allows for customization.
Author: Craig Smith
Author URI: http://www.strike-it-up.ca
template: bb-theme
*/
.uabb-modal.uabb-modal-scroll .uabb-modal-content-data
{
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
.fl-page-footer
{
	border-top: solid 1px #fff;
}
.fl-page-footer-text-1
{
	margin-top: 10px;
}
#video-wrapper
{
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
#video-wrapper iframe
{
	width: 100%;
	height: 100%;
	position: absolute;
}
@media only screen and (max-width: 800px) {
#header-image
	{
	width: 100%;
	min-width: 800px;
	height: inherit;
	margin-left: -200px;
	}
}