/*	BLUE LAGOON POOL AND SPA

	font-family: 'Oswald', sans-serif;
	font-family: 'Muli', sans-serif;
	
	color:#37ddff (electric blue TEXT)
	background:#249fb8 (darker blue)
	color:#fc8e23 (orange)
	color:#767676; (gray)

*/
html #wpadminbar {
	Xdisplay:none;
}
html, body {
	padding:0;
	margin:0;
}
body {
	font-family: 'Muli', sans-serif;
	font-size:18px;
	color:#767676;
	background-color:#FFF;
}

.pad {
	position:relative;
	max-width:1100px;
	margin:0 auto;
}


.site-header {
	display:block;
	max-width:100%;
	background:#000;
	padding:10px 0 0 0;
}


#hdrAccountLinks {
	position:absolute;
	top:-10px;
	right:0;
	width:350px;
	text-align:right;
}
#hdrAccountLinks ul,
#hdrAccountLinks li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#hdrAccountLinks li {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:1.3em;
	color:#37ddff;
	padding:0 10px 0 8px;
	border-right:solid 2px #717171;
}
#hdrAccountLinks li:nth-last-child(1) {
	padding-right:0;
}
#hdrAccountLinks li a {
	display:inline-block;
	color:#37ddff;
	text-decoration:none;
	text-transform:uppercase;
	line-height:1.3em;
}
#hdrAccountLinks li a:hover {
	color:#bcf4ff;
}
#hdrAccountLinks li span.or {
	display:inline-block;
	padding:0 2px;
}
#hdrAccountLinks li.hdrPhone {
	border:none;
}
#hdrAccountLinks li.hdrPhone a {
	color:#fc8e23;
}
#hdrAccountLinks li.hdrPhone a:hover {
	color:#ffc791;
}
#hdrFinancingLink {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	color:#FFF;
	line-height:1em;
	text-shadow:0 0 5px rgba(0,0,0, 0.7);
	text-decoration:none;
	background:#747474;
	border-radius:7px;
	padding:4px 10px 6px;
	margin:7px 0 0 0;
}
#hdrFinancingLink:hover {
	background:#999;
}


/* NAVIGATION */
#menu-toggle,
.primary-navigation > div > .menu-wrapper.mobileMenu {
	display:none;
}
#navBar {
	background:#249fb8;
	text-align:center;
}
.primary-navigation {
	margin:0;
}
.primary-navigation .desktopMenu .main-menu > li {
	display:inline-flex;
	list-style:none;
	text-align:center;
	padding:0 8px;
}
.primary-navigation .desktopMenu .main-menu > li > a,
.primary-navigation .desktopMenu .current-menu-item > a, 
.primary-navigation .desktopMenu .current-menu-ancestor > a,
.primary-navigation a {
	font-family: 'Oswald', sans-serif;
	font-size:21px;
	font-weight:400;
	color:#FFF;
	text-transform:uppercase;
	text-shadow:1px 1px 3px rgba(0,0,0, 0.8);
}
.primary-navigation .desktopMenu .main-menu > li > a:hover, .primary-navigation .main-menu > li > a:hover + svg,
.primary-navigation .desktopMenu li:hover > a, 
.primary-navigation .desktopMenu li.focus > a,
.primary-navigation .desktopMenu a:focus {
	color:#e8e8e8;
	text-shadow:2px 2px 3px rgba(0,0,0, 0.8);
	background:none;
	text-decoration:none;
}
.primary-navigation .main-menu > li.menu-item-has-children .submenu-expand {
	position:relative;
	color:#FFF;
	background:none;
	padding:10px;
	line-height:1em;
	border:none;
}

.primary-navigation .desktopMenu .main-menu > li.menu-item-has-children {
	position:static;
}
button.submenu-expand {
	width:auto;
}
.primary-navigation .desktopMenu .main-menu > li.menu-item-has-children .submenu-expand svg {
	top:-6px;
	width:15px;
	fill:#FFF;
	transform:rotate(-90deg);
}


.menu-button-container { /*mobile menu */
	display:none;
}
.menu-main-menu-container.desktopMenu { /*desktop menu*/
	display:inline;
}

/* LARGE SUBMENU */
.desktopMenu .submenu__container {
	display:none;
}
.primary-navigation .desktopMenu .main-menu > li.menu-item-has-children:hover .submenu__container {
	display:block;
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	background:#FFF;
    -webkit-box-shadow: 0px 6px 5px 5px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 6px 5px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 6px 5px 5px rgb(0 0 0 / 40%);
    padding: 20px;
	z-index:9;
}
.primary-navigation .desktopMenu .sub-menu {
	display:block;
	position:relative;
	left:0;
	width:30%;
	opacity:1;
	background:none;
	border:none;
}
.primary-navigation .desktopMenu .sub-menu > li:hover {
	position:static;
	background:#efefef;
}
.primary-navigation .desktopMenu .sub-menu > li:hover a {
	background:none;
	text-shadow:none;
}
.primary-navigation .desktopMenu .sub-menu li a {
	font-size:inherit;
	color:#0073aa;
	text-shadow:none;
	padding:0 30px;
	line-height:44px;
}
.primary-navigation .desktopMenu .sub-menu li a:hover {
	color:#0073aa;
	text-shadow:none;
}
/* submenu images */
.submenu__container .subMenuImgs {
	float:left;
	width:402px;
	min-width:402px;
}
.subMenuImgs img {
	border:solid 1px #000;
	transition:0.2s all;
}
.subMenuImgs img.default {
	display:block;
	transition:0.2s all;
}
.submenu__container > ul {
	position:relative;
	float:left;
	width:30%;
}
/* sub sub menu */
.primary-navigation .desktopMenu .sub-sub-menu {
	display:none;
}
.primary-navigation .desktopMenu .sub-menu li:hover .sub-sub-menu {
	display:block;
	position:absolute;
	top:0;
	left:100%;
	/*width:fit-content; removed 2023-02-24 */
	width:100%;
	width:-moz-max-content;
	min-height:200px;
	border-left:solid 1px #CCC;
	padding:0;
}
.primary-navigation .desktopMenu .sub-sub-menu > li {
	list-style:none;
}
.primary-navigation .desktopMenu .sub-sub-menu > li:hover {
	background:#efefef;
}
.primary-navigation .desktopMenu .sub-sub-menu li a {
	color:#6b6b6b;
	line-height:44px;
	text-shadow:none;
}
.primary-navigation .desktopMenu ::marker {
	display:none;
}
/* ABOUT SUBMENU */
#menu-about {
	position:relative;
	z-index: 9;
}
#menu-about .sub-menu {
	display:none;
}
#menu-about:hover .sub-menu {
	display:block;
	position:absolute;
	width:240px;
	top:50px;
	background:#0073aa;
}
#menu-about:hover .sub-menu li:hover {
	background:#0073aa;
}

#menu-about:hover .sub-menu a {
	color:#FFF;
}
#menu-about:hover .sub-menu a:hover {
	text-shadow:1px 1px 1px #000;
}




.site {
	background:none;
	margin:0;
}

/* HOME PAGE */
.n2-section-smartslider {
	border-bottom:solid 3px #000;
}
#homeServices {
	padding-top:60px;
	background:url('images/homeServicesBG.png') left top repeat-x;
}
.homeServicesHdr {
	border-top:solid 3px #249fb8;
	border-bottom:solid 3px #249fb8;
	background:#FFF;
}
#homeServices h2 {
	font-size:52px;
}
#homeServices h2 img {
	position:relative;
	top:-5px;
}
#homeServices h4 {
	font-size:27px;
	font-weight:400;
	text-align:center;
	margin:24px 0 40px 0;
}
.homeServiceCol {
	display:inline-block;
	width:28%;
	text-align:center;
}
.homeServiceCol {
	max-width:300px;
	vertical-align:top;
}
.homeServiceCol2 {
	margin-left:9%;
}
.homeServiceCol3 {
	float:right;
}
#homeServices h3 {
	font-size:24px;
	font-weight:400;
	color:#fe8900;
	margin:20px 0;
}
.homeServiceCol a img {
	transition:0.2s all;
}
.homeServiceCol a:hover img {
	filter:saturate(200%);
	transition:0.2s all;
}
.homeServiceCol .txt {
	position:relative;
	min-height:290px;
	text-align:justify;
	line-height:1.3em;
	padding-bottom:50px;
}
.homeServiceCol .scheduleServiceBtn {
	position:absolute;
	bottom:0;
	left:calc(50% - 90px);
	display:block;
	width:180px;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#FFF;
	background:url('images/scheduleServiceBtnBG.png') 140px center no-repeat #249fb8;
	padding:8px 50px 8px 15px;
	margin:20px auto 0 auto;
}
.homeServiceCol .scheduleServiceBtn:hover,
.scheduleServiceBtn:focus {
	background:url('images/scheduleServiceBtnBG.png') 140px center no-repeat #0174aa !important;
}


/* HOME FEATURED PRODUCTS */
#homeFeatured {
	background:url('images/homeFeaturedBG.jpg') center top no-repeat;
	background-size:cover;
	padding:100px 0;
	margin:60px 0 0 0;
}
#homeFeatured #whiteBG {
	background:rgba(255,255,255, 0.6);
	padding:30px 0;
}
#homeFeatured h2 {
	font-size:48px;
	font-weight:100;
	color:#FFF;
	text-shadow:3px 3px 3px rgba(0,0,0, 0.7);
	text-align:center;
	margin:0 0 25px 0;
}
#homeFeatured .bc-product-card {
	background:#FFF;
	-webkit-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
	box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
	padding:20px;
}
#homeFeatured .bc-product-grid--4col>.bc-product-card {
    flex-basis: calc(23.995% - 30.5px);
    max-width: calc(23.995% - 30.5px);
    width: calc(23.995% - 30.5px);
	margin:0 55px 30px 0;
}
#homeFeatured .bc-product-grid--4col>.bc-product-card:nth-child(4n) {
	margin-right:0;
}
#homeFeatured .bc-product__meta {
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	padding:25px 0 0 0;
}
#homeFeatured .bc-product__title-link {
	font-size:19px;
	color:#6b6b6b;
}
#homeFeatured .bc-btn--add_to_cart,
#homeFeatured .bc-btn--view-product {
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	font-weight:400;
	color:#FFF;
	text-transform:none;
	background:#249fb8;
	padding:0 0 4px 0;
}
#homeFeatured .bc-btn--add_to_cart:hover,
#homeFeatured .bc-btn--view-product:hover {
	background:#0174aa;
}

/* OUR MISSION */
#ourMission {
	color:#6b6b6b;
	padding:50px 0;
}
#ourMission h2 {
	font-size:48px;
	font-weight:100;
	color:#6b6b6b;
	margin:0 0 25px 0;
}
#ourMission h3 {
	font-family: 'Muli', sans-serif;
	font-size:24px;
	font-weight:100;
	color:#6b6b6b;
	margin:0 0 25px 0;
}
#ourMission .left {
	float:left;
	width:60%;
	line-height:1.4em;
	padding-right:20px;
}
#ourMission .right {
	float:right;
	width:40%;
	text-align:right;
}
#ourMission .right img {
	max-width:100%;
}

/* TESTIMONIALS */
#testimonials {
	color:#FFF;
	background:#6b6b6b;
	padding:25px 0;
}
#testimonials h2 {
	font-size:48px;
	font-weight:100;
	color:#FFF;
	text-align:center;
	margin:0 0 35px 0;
}
#testimonials .col {
	float:left;
	width:315px;
	background:url('images/quotes.png') left 7px no-repeat;
	margin:0 60px 0 0;
	padding-left:55px;
}
#testimonials .col.col3 {
	margin-right:0;
}
#testimonials .col p {
	font-weight:100;
	line-height:1.5em;
	margin:0 0 35px 0;
}
/* new quote display */
#testimonials .quote {
	position:relative;
	background:url('images/quotes.png') left 7px no-repeat;
}
#testimonials .afterQuoteImg {
	position:absolute;
	top:7px;
	right:0;
	width:42px;
	height:25px;
	background:url('images/quotes-after.png') center top no-repeat;
}
#testimonials .quote p {
	text-align:justify;
	padding:0 65px;
}


/* COMMON */
h1, h2, h3, h4, h5, h6,
.entry-title a {
	font-family: 'Oswald', sans-serif;
	font-weight:100;
	color:#249fb8;
	text-transform:none;
	border:none;
}
.entry .entry-title:before,
h1:not(.site-title):before, h2:before {
	display:none;
}
.entry .entry-header {
	margin:30px auto;
}
h1.page-title,
h1.entry-title {
	font-size:36px;
	margin:30px 0 0 0;
}
a {
	color:#549ac9;
	transition:0.2s all;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	outline: 0;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	outline:none;
	text-decoration:none;
	background:none;
}
article {
	padding-bottom:30px;
}
.alignwide,
article,
.post-thumbnail, .entry-content .wp-audio-shortcode, *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
	max-width:1100px;
	margin:0 auto;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
	max-width:1100px;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
	border-bottom:none;
	box-shadow:none;
}
.entry-content p {
	margin:0 0 1rem 0;
}
strong {
	font-weight:700;
}
form p {
	margin:1rem 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"],
input[type=checkbox], input[type=radio], textarea, .site textarea {
	font-family: 'Muli', sans-serif;
	color:#767676;
	border:solid 1px #ccc;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	font-weight:400;
	color:#FFF;
	line-height:1.5em;
	text-transform:none;
	background:#6b6b6b;
	border-radius:0;
	padding:0 50px 5px;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background:#249fb8;
	text-shadow:1px 1px 2px rgba(0,0,0, 0.8);
}
.error-404 {
	padding-bottom:40px;
}

/* BREADCRUMBS */
.breadcrumbs {
	max-width:1100px;
	font-size:14px;
	margin:0 auto;
}
.breadcrumbs a {
	font-size:14px;
	border:none;
}
.breadcrumbs a:hover {
	text-decoration:underline;
}
.breadcrumbSeparator {
	display:inline-block;
	font-size:18px;
	padding:0 10px;
}

/* SEARCH RESULTS */
.site-main.searchPage article.bigcommerce_product {
	/*format results into grid */
	display:inline-block;
	width:25%;
	vertical-align:top;
	margin:0 1% 30px 0;
}
.site-main.searchPage article.bigcommerce_product .entry-title,
.site-main.searchPage article.bigcommerce_product .entry-title a {
	font-size:20px;
	font-weight:bold;
}
.site-main.searchPage article.bigcommerce_product.entry .post-thumbnail .post-thumbnail-inner img {
	max-width:100%;
	
	max-height:200px;
}
.site-main.searchPage article.bigcommerce_product.entry .entry-content p {
	font-size:16px;
	line-height:1.5em;
}


.content-area {
	float:none !important;
	margin:0 auto !important;
	max-width:1100px !important;
	width:1100px !important;
}
.site-main {
	position:relative;
	margin:30px 0;
	padding:0;
}

/* SERVICES MAIN PAGE */
.site-main.services .entry-header {
	display:none;
}
.breadcrumbs.servicesSubPages {
	margin-top:30px;
}
/* REQUEST SERVICE FORMS */
a.jumpToScheduleForm {
	position:absolute;
	top:-20px;
	right:0;
    display: block;
    width: 210px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    background: url('images/scheduleServiceBtnBG.png') 170px center no-repeat #249fb8;
    padding: 8px 50px 8px 15px;
    margin: 20px auto 0 auto;
    -webkit-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
	cursor:pointer;
	Xz-index:5;
}
a.jumpToScheduleForm:hover,
a.jumpToScheduleForm:focus {
    background: url('images/scheduleServiceBtnBG.png') 170px center no-repeat #0073aa !important;
	text-shadow:1px 1px 2px rgba(0,0,0, 0.5);
}
.scheduleServiceForm {
	margin:0 auto;
	color:#FFF;
}
.scheduleServiceForm h3 {
	max-width:430px;
	font-weight:bold;
	color:#FFF !important;
	text-shadow:1px 1px 2px rgba(0,0,0, 0.5);
	background:url('images/scheduleServiceBtnBG.png') 32px 21px no-repeat #249fb8;
    -webkit-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
	border-radius:15px 15px 0 0;
	padding:15px 25px 5px 72px;
	margin:0;
}
.scheduleServiceForm.spaTradeInForm h3 {
	background:#249fb8;
	padding-left:25px;
}
#wpcf7-f8370-p1348-o1 .scheduleServiceForm h3 { /* schedule pool & spa maintenance*/
	width:470px;
}
.scheduleServiceFormElementsWrap {
	background:#249fb8;
    -webkit-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
	border-radius:0 15px 15px 15px;
	padding:25px;
}
.scheduleServiceFormElementsWrap p {
	font-size:14px;
	margin:0 0 5px 0;
}
.scheduleServiceFormElementsWrap p.intro {
	font-size:18px;
	margin:10px 0 25px 0;
}
.scheduleServiceForm br {
	display:none;
}
.scheduleServiceForm input[type="text"],
.scheduleServiceForm input[type="tel"],
.scheduleServiceForm input[type="email"],
.scheduleServiceForm input[type="date"],
.scheduleServiceForm select,
.scheduleServiceForm textarea,
.scheduleServiceForm .span.wpcf7-not-valid-tip {
	display:inline-block;
	width:calc(50% - 15px);
	max-width:calc(50% - 15px);
	font-family: 'Muli', sans-serif;
	font-size:14px;
	color:#6b6b6b;
	line-height:33px;
	margin:5px;
	padding:0 5px;
}
.scheduleServiceForm p {
	font-family: 'Muli', sans-serif;
	font-size:14px;
}
.scheduleServiceForm select {
	border:solid 1px #CCC;
}
.scheduleServiceForm input[type=checkbox], 
.scheduleServiceForm input[type=radio] {
	width:20px;
	height:20px;
}
.scheduleServiceForm input[type=radio]:checked {
	border:solid 2px #000;
}
.scheduleServiceForm input[type=radio]:after {
	width:10px;
	height:10px;
}
.scheduleServiceForm .wpcf7-list-item { /* radio buttons */
	display:block;
}
.scheduleServiceForm .wpcf7-list-item label {
	font-family: 'Muli', sans-serif;
	font-size:14px;
}
.scheduleServiceIndividualFormElement {
	display:inline-block;
	width:calc(50% - 15px);
	max-width:calc(50% - 15px);
	font-size:14px;
	margin:5px;
}
.scheduleServiceIndividualFormElement select {
	width:auto;
	font-family: 'Muli', sans-serif;
	font-size:14px;
}
.scheduleServiceForm input[type="date"] {
	width:150px;
}
.scheduleServiceForm input[type="file"] {
	font-family: 'Muli', sans-serif;
	font-size:14px;
	color:#6b6b6b;
	line-height:20px;
	background:#FFF;
}
.scheduleServiceForm textarea {
	width:100%;
	max-width:98%;
	height:48px;
	line-height:1.5em;
}
.scheduleServiceForm input[type="submit"] {
	display:block;
	font-size:21px;
	background:#005177;
	border-radius:5px;
	margin:25px 0 0 0;
}
.scheduleServiceForm input[type="submit"]:hover {
	background:#0174aa;
}
.scheduleServiceForm .span.wpcf7-not-valid-tip,
.scheduleServiceForm div.wpcf7-validation-errors, .scheduleServiceForm div.wpcf7-acceptance-missing,
.scheduleServiceForm .wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked {
	background:#fc8e23 !important;
	color:#FFF;
	border:none;
}
.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output {
	color:#FFF;
	background:#398f14;
}



/* CONTACT PAGE */
#wpcf7-f4270-p1345-o1 textarea {
	height:150px;
}
#wpcf7-f4270-p1345-o1 .wpcf7-list-item {
	display:block;
}



/* FOOTER */
#Footer {
	color:#FFF;
	background:#000;
	border-top:solid 1px #249fb8;
	padding:40px 0 10px 0;
}
#Footer .col {
	display:inline-block;
	width:195px;
	vertical-align:top;
	margin-right:calc(6%);
}
#Footer .col.col4 {
	width:300px;
	margin-right:0;
}
#Footer h3 {
	font-size:24px;
	font-weight:300;
	color:#FFF;
	text-transform:uppercase;
	border-bottom:solid 1px #249fb8;
	padding:0 0 8px 0;
	margin:0 0 15px 0;
}
#Footer ul, #Footer li {
	font-size:16px;
	list-style:none;
	padding:0;
	margin:0;
}
#Footer p {
	font-size:16px;
}
#Footer a {
	color:#FFF;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:underline;
}

.ftrNewsletter .button.ctct-button,
.ftrNewsletter .ctct-label-top,
.ftrNewsletter .ctct-disclosure {
	display:none;
}
.ftrNewsletter p,
.ftrNewsletter .ctct-email.ctct-label-top {
	display:inline;
}

.ftrNewsletter .ctct-email,
.ftrNewsletter .ctct-submit {
	width:180px;
	height:33px;
	font-family: 'Muli', sans-serif;
	font-size:15px;
	color:#6b6b6b;
	border:solid 1px #249fb8;
}
.ftrNewsletter .ctct-submit {
	width:90px;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#FFF;
	line-height:33px;
	background:#249fb8;
	text-transform:uppercase;
	border-radius:0;
	padding:0;
	margin:0 0 0 7px;
}
.ftrNewsletter .ctct-submit:hover {
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
}
.ftrNewsletter p.ctct-message.ctct-success {
	display:block;
	color:#FFF;
	background:green;
	clear:both;
	margin:0 0 10px 0;
}

.ftrLower {
	text-align:center;
	margin-top:40px;
}
.ftrSocial {
	float:left;
	width:240px;
	margin:40px 0 0 0;
}
.ftrSocial img {
	display:inline-block;
	border-radius:50px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition:0.4s all;
	margin:0 5px 0 0;
}
.ftrSocial img:hover {
	-webkit-filter:none;
	filter:none;
	transition:0.4s all;
}
.ftrLogo {
	display:inline-block;
	width:315px;
}
#Footer .ftrAddress {
	float:right;
	width:200px;
}
#Footer .ftrAddress .address,
#Footer .ftrAddress .phone {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	line-height:1.3em;
	text-decoration:none;
}
#Footer .ftrAddress .phone {
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	color:#37ddff;
	margin-bottom:10px;
}


.ftrCredits {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#FFF;
	background:#249fb8;
	padding:10px 0;
	margin-top:-1px;
}
.ftrCredits a {
	display:inline-block;
	padding:0 5px;
	color:#FFF;
}
.ftrCredits a.nwwebdev {
	font-size:12px;
}
.ftrCredits a:hover {
	text-decoration:underline;
}

.ftrCredits .right {
	float:right;
	text-align:right;
}




.Clear {
	clear:both;
}


/* reCaptcha badge */
.grecaptcha-badge{
	visibility: collapse !important;  
}

/*
	font-family: 'Oswald', sans-serif;
	font-family: 'Muli', sans-serif;
*/