@charset "UTF-8";
/* CSS Document */

.container-fluid.no-padding {
	padding: 0;
}
.content-wide {
	padding-top: 1em;
	padding-bottom: 2em;
	padding-left: 4em;
	padding-right: 4em;
}
.wrapper {
	padding-left: 5em;
	padding-right: 5em;
}
.theme-footer {
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 4em;
	padding-right: 4em;
}
.theme-logo {
	display: block;
	position: absolute;
	top: 0.2em;
	left: 50%;
	transform: translateX(-50%);
}
.spacer {
	height: 1em;
}
.max-width-content {
	max-width: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.theme-circle {
	width: 6em;
	height: 6em;
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
	border-radius: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	padding-top: 1.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.services-circle {
	width: 8em;
	height: 8em;
	-moz-border-radius: 4em;
	-webkit-border-radius: 4em;
	border-radius: 4em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	padding-top: 1.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.back-to-top-circle {
	width: 3em;
	height: 3em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	text-align: center;
	padding-top: 0.75em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: right;
}
.theme-events {
	display: block;
}
.center-text {
	text-align: center;
}
.li-style-none {
	list-style: none;
	line-height: 1.8em;
}
.footer-link {
	list-style: none;
	line-height: 1.8em;
	font-weight: 200;
}
.squeeze-top-margin {
	margin-top: -0.5em;
}
.drop-shadow {
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.reverse-direction {
	direction: rtl;  /* Right to Left */
}
.reverse-row {
	flex-direction: row-reverse;
}
.reverse-column {
	flex-direction: column-reverse;
}
.theme-team-pic {
	margin-top: 1em;
	margin-bottom: 1em;
}
.team-pic-wrapper-small {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.theme-faqs-question {
	padding-top: 0.5em;
	color: #373a47;
	line-height: 1.8em;
}
.theme-faqs-answer {
	padding-bottom: 0.5em;
	color: #373a47;
	line-height: 1.8em;
}
.faqs-q {
}
.faqs-a {
}
.faqs-i {
	display: block;
	margin-top: 0.5em;
}
.theme-reviews {
	padding-top: 1em;
	padding-bottom: 1em;
}
.review-stars {
	padding-bottom: 0.5em;
}
.theme-albums {
	margin-top: 1em;
	margin-bottom: 1em;
}
.add-spacing {
	padding-top: 1em;
	padding-bottom: 1em;
}
.flex-content {
}
.theme-contact-form {
	margin-left: 3em;
	margin-right: 3em;
}
.theme-quote {
	font-size: 1.5em;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 700;
}
.add-padding {
	padding-left: 0.5em;
}
.theme-transition {
	transition-duration: 0.5s;
}
.theme-transition:hover, .theme-transition:focus {
	transform: scale(1.05);
	/*box-shadow: 2px 3px 2px 3px rgba(0, 0, 0, 0.2);*/
}
.theme-transition-button {
	transition-duration: 0.5s;
}
.theme-transition-button:hover, .theme-transition-button:focus {
	box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.2);
}
#top {
}
#mc_embed_signup .mc-field-group label {
	margin-left: 0.5em;
	margin-top: 0.2em;
}

@media (min-width: 768px) {
.swapcolumns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.theme-album-copy {
	margin-top: auto;
	margin-bottom: auto;
}
.flex-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.team-pic-wrapper {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.theme-content-fixed-height {
	display: block;
	height: 250px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	object-fit: cover;
	width: 100%;
}
.max-width-content {
	max-width: 500px;
}
	.footer-logo {
		
	}
}

@media (min-width: 768px) and (max-width: 991px) {
.overwrite-col-sm-3 {
	width: 50%;
}
.overwrite-col-md-3 {
	width: 30%;
}
.overwrite-col-md-6 {
	width: 50%;
	float: left;
}
.max-width-content {
	max-width: none;
}
	.footer-logo {
		width: 50%;
	}	
}

@media (max-width: 767px) {
.content-wide {
	padding-left: 2em;
	padding-right: 2em;
}
.wrapper {
	padding-left: 2em;
	padding-right: 2em;
}
.max-width-content {
	max-width: none;
}
.theme-footer {
	padding-left: 2em;
	padding-right: 2em;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	object-fit: cover;
	height: 500px;
}
.reverse-row {
	flex-direction: row-reverse;
}
.reverse-column {
	flex-direction: column-reverse;
}
.theme-contact-form {
	margin-left: 1em;
	margin-right: 1em;
}
	.footer-logo {
		width: 100%;
	}	
}
