/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.videoWrapper iframe {
	position: absolute;
     top: 0;
     left: 0;
	height:1000px !Important;
	min-height:1000px !Important;
	width:100% !Important;
	border:none; 
}

.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
    background:#058980;
}
body .gform_wrapper .gform_footer input[type="submit"] {
    border: 1px solid #058980 !Important;
    background-color: #058980 !Important;
}
body .gform_wrapper .gform_footer input[type="submit"]:hover {
	border: 1px solid #058980 !Important;
    background-color: rgba(29, 209, 161, 0.75) !Important;
}
.um a.um-button:hover, .um a.um-button.um-disabled:hover {
	background: rgba(29, 209, 161, 0.75);
}
.um a.um-button:hover,.um input[type=submit].um-button:hover {
    background-color: rgba(29, 209, 161, 0.75);
}
.um .um-cover-add:hover, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-item-meta a, .um .um-member-less a:hover, .um .um-member-more a:hover, .um .um-member-name a:hover, .um .um-members-pagi a:hover, .um .um-profile-subnav a.active, .um .um-tip:hover, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #058980;
}
.um a.um-link-hvr:hover,.um a.um-link:hover {
    color: #058980;
}
.fl-builder-content h3.gsection_title {
	font-size:20px !Important;
}
.underline a {
	text-decoration:underline !important;
}
.gform_required_legend {
	font-size:12px !Important;
}
.gfield_required.gfield_required_asterisk {
	font-size:16px !Important;
}