/*
Theme Name: SCG 2020 Child Theme
Theme URI: https://searlecreative.com
Version: 1.0
Description: A child theme created for SCG 2020 Starter Site.
Author: Searle Creative Group
Author URI: https://searlecreative.com
template: bb-theme
*/

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

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}
.video-container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%!important;
	height:100%!important;
}

/* campaign css */
.easterDonate {
	margin-top:40px;
}
@media only screen and (max-width: 767px) {
	.easterDonate {
		z-index:999999;
		margin:140px auto 20px;
		position:relative;
		display:block;
	}
}

/* ADA Reduced Motion Query */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}

.screen-reader-only {
	position: absolute;
	width: 1px;
	clip: rect(0 0 0 0);
	overflow: hidden;
	white-space: nowrap;
}

/* Beaver Print Styling Fixes */
@media print {
	.fl-animated,
	.fl-animation {
		opacity: 1 !important;
	}
	header,
	footer,
	svg,
	path,
	.fl-content-slider,
	.uabb-flip-box,
	.fl-bg-video,
	.fl-slideshow-image {
		display: none !important;
	}
	h1, h2, h3, h4, h5, h6, li, p, blockquote, i, em {
		color: #000 !important;
	}

	.fl-col {
		width: 100% !important;
	}
	.page-id-237 .fl-module-icon {
		margin:0!important;
	}
}
