/*!
Theme Name: Fast-Fix Core
Theme URI: http://underscores.me/
Author: Mike Staples
Author URI: http://drawn2design.net
Description: New FastFix Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ff-core
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fastfix-core is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
  font-family: 'ff-icons';
  src: url('fonts/ff-icons.eot?64126304');
  src: url('fonts/ff-icons.eot?64126304#iefix') format('embedded-opentype'),
       url('fonts/ff-icons.woff2?64126304') format('woff2'),
       url('fonts/ff-icons.woff?64126304') format('woff'),
       url('fonts/ff-icons.ttf?64126304') format('truetype'),
       url('fonts/ff-icons.svg?64126304#ff-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ff-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star:before { content: '\e800'; } /* '' */
.icon-star-empty:before { content: '\e801'; } /* '' */
.icon-calendar:before { content: '\e802'; } /* '' */
.icon-check:before { content: '\e80d'; } /* '' */
.icon-quote-icon:before { content: '\e812'; } /* '' */
.icon-send-icon:before { content: '\e813'; } /* '' */
.icon-repaired-icon:before { content: '\e814'; } /* '' */
.icon-return-icon:before { content: '\e815'; } /* '' */
.icon-envelope-o:before { content: '\f003'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-star-half-alt:before { content: '\f123'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-fax:before { content: '\f1ac'; } /* '' */
.icon-diamond:before { content: '\f219'; } /* '' */
.icon-pinterest-p:before { content: '\f231'; } /* '' */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	/*color: purple;*/
	color: royalblue;
}

a:hover, a:focus, a:active {
	/*color: midnightblue;*/
	color: royalblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	clear: both;
	display: block;
	float: right;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #e3b65b;
	background: #232323;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	/*width: 240px;*/
	white-space: nowrap;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	padding: 0.75em 1.5em;
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	-moz-transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.main-navigation a:hover, .main-navigation a:focus {
	color: #e3b65b;
}

.menu-primary-menu-container > ul > li:first-child > a, 
.menu-primary-menu-container > ul > li:last-child > a {
	background: #e3b65b;
	color: #000;
	-moz-transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.menu-primary-menu-container > ul > li:first-child > a:hover, 
.menu-primary-menu-container > ul > li:last-child > a:hover, 
.menu-primary-menu-container > ul > li:first-child > a:focus, 
.menu-primary-menu-container > ul > li:last-child > a:focus {
	color: #fff;
}
.menu-primary-menu-container > ul > li.menu-item-has-children > a {
	padding-right: 2.5em;
}
.menu-primary-menu-container > ul > li.menu-item-has-children > a:after {
	font-family: 'ff-icons';
	content: "\f107";
	font-size: 1rem;
	display: block;
	right: 1em;
	top: 8px;
	position: absolute;
}
.sub-menu li {
	width: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1000px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.type-page {
	margin: 0 0 1.5em;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/***** site specific *****/
body {
	background:#e6ecf2;
	/*overflow-x: hidden;*/
}
body, p {
	color: #222;
  font-family: 'Muli', sans-serif;
	font-size: 1.05em;
}

/* Style links */
a {
	color: #1e73be;
}

a:hover {
	color: #639dd3;
}

/* Style headings */
h1 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 44px;
	font-weight: 400;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 1.5em;
	font-weight: 700;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 1.3em;
	font-weight: 700;
}

h4 {
	color: #222;
	font-size: 22px;
	font-weight: 400;
}

.main-header {
	width: 100%;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #232323;
}
.home .main-header {
	position: absolute;
	z-index: 100;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.site-branding {
	/*padding-right: 200px;*/
}
.site-header-nav {
	margin-top: 35px;
	flex-grow: 1;
	position: relative;
}
.hdr-social {
	right: 0;
	top: -42px;
	position: absolute;
}
.hdr-social a {
	margin: 0 6px;
	color: #e3b65b;
	font-size: 21px;
	text-decoration: none;
	-moz-transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.hdr-social a:hover {
	color: #fff;
}
.hdr-social a:last-child {
	margin-right: 0;
}
.hdr-social .book-appt-btn {
	padding-right: 20px;
	font-size: 0.8em;
	text-transform: uppercase;
	display: inline-flex;
  top: 5px;
  right: 50px;
  position: absolute;
  white-space: nowrap;
  color: #fff;
}
.hdr-social .book-appt-btn:hover {
	color: #e3b65b;
}
.hdr-social .book-appt-btn span.icon-calendar {
	margin-left: 10px;
	font-size: 1.6em;
}
@media (max-width: 800px) {
	.site-branding img {
		max-width: 150px;
	}
}
@media (max-width: 700px) {
	.site-branding img {
		max-width: 140px;
	}
	.hdr-social .book-appt-btn .book-appt-text {
		display: none;
	}
	.hdr-social .book-appt-btn {
		padding-right: 10px;
		/*font-size: 1em;*/
	}
}
@media (max-width: 550px) {
	.site-branding img {
		max-width: 125px;
	}
	.hdr-social .book-appt-btn {
		font-size: 1em;
	}
}
@media screen and (max-width: 999px) { /*58.75em = 940px @ base pixel size 16px*/
	.hdr-social {
    top: -70px;
	}
	.site-header-nav {
		margin-top: -15px;
		width: 100%;
		order: 3;
		z-index: 10;
	}
	.main-navigation button.open-icon {
		right: 0;
		top: -32px;
		position: absolute;
		background: transparent;
		border: none;
	}
	.main-navigation button.open-icon:hover, .main-navigation button.open-icon:active, .main-navigation button.open-icon:focus {
		border-color: #232323  #232323  #232323;
		outline: none;
	}
	.open-icon {
	    display: block;
	    float: right;
	    width: 35px;
	    height: 25px;
	    position: relative;
	    margin: 8px 0 0 0;
	    cursor: pointer;
	    position: relative;  
	}
	.open-icon span {
	    height: 1px;
	    width: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    background: #e3b65b;
	    -moz-transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	.open-icon .menu_label {
	    opacity: 0;
	}
	.open-icon span:nth-child(1) {
	    top: 0px;
	    transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	}
	.open-icon span:nth-child(2) {
	    width: 100%;
	    left: 0;
	}
	.open-icon span:nth-child(3) {
	    top: 20px;
	    transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	}
	.open-icon span:nth-child(2) {
	    top: 8px;
	}
	.open-icon span:nth-child(3) {
	    top: 16px;
	}
	.main-navigation.toggled .open-icon span:nth-child(1) {
	    top: 10px;
	    transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	}
	.main-navigation.toggled .open-icon span:nth-child(2) {
	    width: 0;
	    left: 50%;
	}
	.main-navigation.toggled .open-icon span:nth-child(3) {
	    top: 10px;
	    transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	}
	.main-navigation {
		height: auto;
		max-height: 0px;
		float: none;
		display: block;
		overflow: hidden;
		-moz-transition: max-height 0.75s ease-in-out;
    -webkit-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;
	}
	.main-navigation.toggled {
		max-height: 1500px;
		-moz-transition: max-height 0.75s ease-in-out;
    -webkit-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;
	}
	.menu-primary-menu-container {
		margin-top: 20px;
		background: #232323;
		/*background: rgba(35,35,35,.9);*/
	}
	.home .menu-primary-menu-container {
		padding-bottom: 10px;
	}
	.main-navigation ul {
		width: 100%;
		margin: 0 auto;
		float: none;
		display: block;
	}
	.main-navigation ul li {
		width: 100%;
		padding: 0px;
		text-align: center;
		display: block;
		border-top: 1px solid #444;
		float: none;
	}
	.main-navigation ul > li:first-child {
		display: block;
	}
	.menu-primary-menu-container > ul > li:first-child > a, .menu-primary-menu-container > ul > li:last-child > a {
    background: transparent;
    color: #fff;
  }
  .menu-primary-menu-container > ul > li:first-child > a:hover, .menu-primary-menu-container > ul > li:last-child > a:hover {
    color: #e3b65b;
  }

.main-navigation ul ul {
	border-top: none;
	font-weight: 400;
	box-shadow: none;
}
.main-navigation ul ul li {
	border-top: none;
}
	/*.main-navigation ul > li:last-child {
		border-bottom: 1px solid #3c4865;
	}*/
	.main-navigation ul li a {
		padding: 15px;
		display: block;
	}
	.main-navigation div > ul > li.current-menu-item > a {
		color: #e3b65b;
		border-bottom: none;
	}
	.main-navigation div > ul > li.menu-item-has-children {
		position: relative;
	}
	.main-navigation div > ul > li.menu-item-has-children > a {
		padding-left: 50px;
		padding-right: 0;
		margin-right: 50px;
	}
	.main-navigation div > ul > li.menu-item-has-children > a:after {
		content: none;
	}
	.main-navigation div > ul > li.menu-item-has-children a.subbed-btn {
		padding: 0;
		margin-right: 0;
		width: 20px;
		height: 34px;
		color: #bbb;
		/*border: 1px solid #ccc;
		border-radius: 10px;*/
		display: block;
		top: 11px;
		right: 10px;
		position: absolute !important;
		-moz-transition: all .2s ease-in-out;
	  -webkit-transition: all .2s ease-in-out;
	  transition: all .2s ease-in-out;
	}
	.main-navigation div > ul > li.menu-item-has-children a.subbed-btn:hover {
		color: #e3b65b;
		/*border-color: #4c8dc4;*/
	}
	.main-navigation div > ul > li.menu-item-has-children > a.subbed-btn:after {
		font-family: 'ff-icons';
		font-size: 1.2rem;
		line-height: 1;
		content: '\f107';
		width: 20px;
		height: 20px;
		display: block;
		top: 4px;
		right: 0;
		position: absolute;
	}
	.main-navigation div > ul > li.menu-item-has-children > a.subbed-btn.subbed-open {
		border-color: #4c8dc4;
	}
	.main-navigation div > ul > li.menu-item-has-children > a.subbed-btn.subbed-open:after {
		color: #e3b65b;
		content: '\f106';
	}
	.main-navigation .sub-menu {
		padding-top: 0;
		padding-bottom: 0;
	}
	.main-navigation ul ul {
		left: auto;
		height: auto;
		max-height: 0;
		overflow: hidden;
		float: none;
		position: relative;
		-moz-transition: max-height 0.75s ease-in-out;
    -webkit-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: inherit;
		position: inherit;
	}
	.main-navigation .sub-open ul.sub-menu {
		max-height: 1000px;
		-moz-transition: max-height 0.75s ease-in-out;
    -webkit-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;
	}
}

/*** home video ***/
.video-banner {
	background: #000;
	position: relative;
}
.video-banner video {
  width: 100%;
  opacity: 0.4;
  margin-bottom: 0;
  display: block;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: black;
}
.banner-content-wrapper {
	padding-top: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.banner-content {
	padding: 0 30px;
	width: 100%;
	max-width: 1300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.banner-content h1 {
	margin: 0;
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.7);
}
.header-locations-tag {
	padding: 10px;
}
.header-locations-tag h3 {
	margin: 0 auto;
	padding: 8px 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	/*background: #e6ecf2;
	border-radius: 6px;*/
}
.locations-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.home-location {
	width: calc(25% - 16px);
	margin: 8px;
}
.home-location a {
	opacity: 1;
	-moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.home-location a:hover {
	opacity: .8;
}
.home-location img {
	border-radius: 6px;
}
@media (max-width: 999px) {
	.banner-content h1 {
		padding-top: 12%;
		font-size: 2.4rem;
	}
}
@media (max-width: 810px) {
	.banner-content h1 {
		padding-top: 140px;
	}
}
@media (max-width: 767px) {
	.banner-content h1 {
		font-size: 2rem;
	}
	.video-banner {
		overflow: hidden;
	}
	.video-banner video {
    height: 600px;
    -webkit-transform: scale(2);
    transform: scale(2);
	}
	.home-location {
		width: calc(50% - 16px);
		margin: 8px;
	}
}

/*** crumby nav ***/
.crumb-wrapper {
	width: 100%;
  display: block;
	background: #e3b65b;
  position: relative;
}
.crumb-wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 15px 30px;
  overflow: hidden;
}
.crumby_nav {
    list-style:none;
    padding: 0 15px 0 3px;
    margin: 0;
    font: 400 0.9rem 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    float: left;
    overflow:hidden;
}
.crumby_nav li {
    display:inline-block;
    vertical-align:middle;
}
.crumby_nav .separator {
	font-family: 'ff-icons';
    margin-top: -2px;
    padding: 0 15px;
    font-size: 18px;
    color: #000;
    display: inline-block;
}
.crumby_nav li a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.crumby_nav li a:hover, .crumby_nav li a:focus {
    color: #000;
    text-decoration: underline;
}
.crumby_nav strong {
    font-weight: 400;
}

@media (min-width: 1260px) {
	.main-header {
		padding: 30px 55px;
	}
}

/***** gutenberg specific *****/
.wp-block-button {
	padding: 40px 0;
}
.wp-block-button.aligncenter {
	text-align: center;
}
.wp-block-button.aligncenter a {
	margin: 0 auto;
}
.wp-block-button a {
	padding: 25px 50px;
	font: 600 0.8em/1 'Montserrat', sans-serif;
	color: #000;
	text-decoration: none;
	display: inline-block;
	background: #fff;
	border: 1px solid #e3b65b;
	-moz-transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.wp-block-button a:hover {
	background: #e3b65b;
}
.has-text-align-center {text-align:center}
.alignfull{
	margin: 0 calc(50% - (50vw - 7px));
  max-width: calc(100vw - 15px);
  width: 100vw !important;
}
@media (max-width: 768px) {
	.alignfull{
		margin: 0 calc(50% - 50vw);
	  max-width: 100vw;
	  width: 100vw !important;
	}
}
/***** site content *****/
.site {overflow:hidden}
.site-content {
	margin: 0 auto;
	padding: 20px 30px;
	max-width: 1200px;
	min-height: 380px;
}
.home .site-content {
	padding-top: 0;
	max-width: 1300px;
}
.home .site-content .entry-content {
	margin-top: -100px;
	position: relative;
  z-index: 2;
}
.alignfull-inner {
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1200px;
}
@media (max-width: 999px) {
	.home .site-content .entry-content {
		margin-top: 0;
	}
}

.site-content h1 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 44px;
	font-weight: 400;
}

.site-content h2 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 1.5em;
	font-weight: 700;
}

.site-content h3 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 1.3em;
	font-weight: 700;
}

.site-content h4 {
	color: #222;
	font-size: 22px;
	font-weight: 400;
}

.entry-header .entry-title {
	padding-bottom: 20px;
	margin: 0;
	font-family: 'Montserrat', sans-serif; /* font family of the post title */
  border-bottom: 1px solid #666;
}
.article-content {
	display: flex;
	flex-direction: column;
}
.has-post-thumbnail .article-content, 
.locations .article-content  {
	flex-direction: row;
}
.has-post-thumbnail .article-content .entry-thumbnail, 
.locations .article-content .entry-thumbnail {
	margin: 1.5em 0 0;
	padding: 30px 40px 15px 15px;
	width: 38%;
	max-width: 430px;
}
.has-post-thumbnail .article-content .entry-thumbnail .post-thumbnail, 
.locations .article-content .entry-thumbnail .post-thumbnail {
	margin-right: 30px;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.has-post-thumbnail .article-content .entry-thumbnail .post-thumbnail img,
.locations .article-content .entry-thumbnail .post-thumbnail img {
	position: relative;
	z-index: 1;
}
.has-post-thumbnail .article-content .post-thumbnail:before, 
.locations .article-content .post-thumbnail:before {
  content: '';
  height: 50%;
  width: 50%;
  background-color: #e3b65b;
  display: block;
  top: -15px;
  left: -15px;
  position: absolute;
  z-index: 0;
}
.has-post-thumbnail .article-content .post-thumbnail:after, 
.locations .article-content .post-thumbnail:after {
  content: '';
  height: 30%;
  width: 30%;
  background-color: #e3b65b;
  display: block;
  bottom: -15px;
  right: -15px;
  position: absolute;
  z-index: 0;
}
.has-post-thumbnail .article-content .entry-content, 
.locations .article-content .entry-content {
	width: 62%;
}

.additional-services {
	padding-top: 30px;
	display: none;
}
.additional-services ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.additional-services ul li span {
	margin: 0 0 8px 0;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}
.additional-services ul li a {
	color: #222;
	text-decoration: none;
}
.additional-services ul li a span {
	display: flex;
	align-items: center;
}
.additional-services img {
	width: 30px;
	height: auto;
}
.additional-services .additional-icon {
	width: 30px;
}
.additional-services .additional-text {
	padding: 5px 10px;
	margin-left: 8px;
	display: block;
	line-height: 1;
	border-left: 3px solid #e3b65b;
}
.additional-services ul li a span.additional-text {
	text-decoration: underline;
	flex-grow: 1;
}

.desktop-only, .mobile-only {
	display: none;
}
@media (min-width: 768px) {
	.desktop-only {
		display: block;
	}
}
@media (max-width: 767px) {
	.mobile-only {
		display: block;
	}
}
@media (max-width: 450px) {
	.site-content h1 {
		font-size: 2em;
	}

	/*.site-content h2 {
		font-family: 'Montserrat', sans-serif;
		color: #222;
		font-size: 1.5em;
		font-weight: 700;
	}

	.site-content h3 {
		font-family: 'Montserrat', sans-serif;
		color: #222;
		font-size: 1.3em;
		font-weight: 700;
	}

	.site-content h4 {
		color: #222;
		font-size: 22px;
		font-weight: 400;
	}*/
}


.lined-table {
	max-width: 600px;
	text-align: left;
}

.lined-table tbody>tr>td, 
.lined-table tbody>tr>th, 
.lined-table tfoot>tr>td, 
.lined-table tfoot>tr>th, 
.lined-table thead>tr>td, 
.lined-table thead>tr>th {
    border-top: 1px solid #ccc;
    font-size: 16px;
    line-height: 1.42857143;
    padding: 12px 8px;
    vertical-align: top;
}

.section-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}
.section-wrap {
	width: 100%;
	padding-top: 10px;
}

.services-block-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.service-block {
	width: calc(33.333% - 16px);
	margin: 8px;
	position: relative;
	background-size: cover;
}
.service-block a.mail-in-block-link {
	margin: 0;
	padding: 10px 5px;
	width: 100%;
	text-align: center;
	font-family: 'Montserat', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,0.4);
	text-transform: uppercase;
	border-top: 1px solid rgba(27,182,91,0);
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  -moz-transition: border-top .3s ease-in-out;
  -webkit-transition: border-top .3s ease-in-out;
  transition: border-top .3s ease-in-out;
}
.service-block a.mail-in-block-link span {
	padding-right: 10px;
  color: #e3b65b;
  display: inline-block;
}
.service-block a.mail-in-block-link:hover {
	border-top: 1px solid rgba(227,182,91,1);
}
.service-block-ratio {
	padding-top: 94.74%;
	position: relative;
}
.service-block-ratio a {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Montserat', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	text-align: center;
	align-items: center;
	color: #e3b65b;
	text-decoration: none;
	background: rgba(0,0,0,.1);
	-moz-transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.service-block-ratio a:hover {
	background: rgba(0,0,0,.4);
}
.service-block-ratio a span {
	display: block;
}
.service-block-name {
	padding: 35% 10px 10px;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 900;
}
.service-block-name.mail-in-block {
	padding-top: 50%;
}
.service-block-send-icon {
	padding-right: 20px;
	font-size: 84px;
	line-height: 1;
	color: #fff;
}

.section-services-footer {
	margin: 0 auto;
	padding: 20px 30px 0;
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
}
.section-services-footer .service-block {
    width: calc(11.111% - 2px);
    margin: 1px;
}
.section-services-footer .service-block a {
  background: rgba(0,0,0,0);
}
.section-services-footer .service-block span:not(.service-block-name) {
    display: none;
}
.section-services-footer .service-block span.service-block-name {
    padding: 0 10px;
    bottom: 10px;
    position: absolute;
    font-size: 0.7rem;
    font-weight: 400;
    text-transform: uppercase;
}
/*.service-block-name {
    padding: 35% 10px 10px;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 900;
}*/
@media (max-width: 999px) {
	.section-services-footer .service-block span.service-block-name {
		display: none;
	}
}
@media (max-width: 900px) {
	.service-block {
    width: calc(50% - 16px);
	}
}
@media (max-width: 767px) {
	.service-block {
    width: calc(100% - 16px);
	}
}
@media (max-width: 550px) {
	.section-services-footer .service-block {
    width: calc(20% - 2px);
    margin: 1px;
	}
}
.editor-block-wrap {
	text-align: left;
}

.split-boxed {
	padding: 10px 0;
}
.split-boxed-content {
	display: flex;
	background: #fff;
}
.split-boxed-text, .split-boxed-image {
	width: 50%;
}
.split-boxed-text {
	padding: 15px 0 30px 30px;
}
.split-boxed-text h2 {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.2;
}
.split-boxed-text h3 {
	font-weight: 500;
	line-height: 1.2;
}
.split-boxed-text .wp-block-button {
	padding: 15px 0;
}
.split-boxed-image {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/*** reviews page ***/
.google-places-reviews, .yelp-business {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
[id*=gpr_widget] div.gpr-review-content>p {
  font-size: inherit !important;
}
.gpr-minimal-light-style a {
  color: #005699 !important;
}
.yelp-business a.name, [id*=gpr_widget] .gpr-business-name>a, [id*=gpr_widget] .gpr-business-name>a:visited {
  font-size: inherit !important;
}
.reviews-box {
  padding: 0 15px 15px;
  box-shadow: 0 2px 2px rgba(0,0,0,.2), 0 1px 5px rgba(0,0,0,.2);
  margin-bottom: 40px;
  background: #fff;
  position: relative;
}
.reviews-box h2 {
  margin: 0 -15px 30px;
  padding: 15px !important;
  font-size: 1rem;
  text-transform: uppercase;
  background: #232323;
  color: #fff;
  border-bottom: 2px solid #ccc;
}
.reviews-box span.gpr-rating-time {
  color: #666 !important;
}
/*** showcase ***/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.showcase .embed-responsive, .showcase iframe {
  width: 100%;
  min-height: 1450px;
  border: none;
}
/***** coupons *****/
.coupons_page {
  margin-bottom: 0;
}
.coupons_wrap {
  text-align: center;
}
.coupons_wrap ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.coupons_wrap ul li {
  margin: 2%;
  width: 45%;
  vertical-align: top;
  display: inline-block;
}
.coupon_outline {
  padding: 10px 20px;
  border: 4px dashed #333;
  cursor: pointer;
  background: #fff;
}
.coupon_outline .fast-fix-small {
  display: none;
}
.coupon_outline h3 {
  margin: -14px -24px 0;
  padding: 10px;
  background: #333;
  color: #fff;
}
.coupon_outline p {
	margin: 0;
  padding: 20px 0 0;
  font-size: 1.0em;
  line-height: 1.4em;
  color: #000;
}
.coupon_outline p.coupon_disclaimer {
  padding: 20px 10px;
  font-size: 0.7em;
  line-height: 1.2em;
}
.coupon_outline p.coupon_expire {
  padding: 0 10px 2px;
  font-size: 0.6em;
  line-height: 1.2em;
}
@media (max-width: 940px) {
  .coupons_wrap ul li {
      width: 85%;
  }
}
@media (max-width: 500px) {
  .coupons_wrap ul li {
      margin: 2% 0;
      width: 100%;
  }
}

/***** locations listing and content page *****/
.locations-listing-wrapper {
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.locations-listing-wrapper article {
	margin: 30px 0;
	width: 40%;
}
.locations-listing-wrapper h2 {
	margin: 20px 0 0 0;
	padding: 0px;
	line-height: 1.2;
}
.locations-listing-wrapper .article-content .entry-content {
	width: 100%;
}
.locations-listing-wrapper .locations-info {
	padding-left: 20px;
	border-left: 3px solid #e3b65b;
}
.locations-listing-wrapper .locations-info .wp-block-button {
	padding: 0 0 10px 0;
}
.locations-listing-wrapper .locations-info .wp-block-button a {
	padding: 15px 30px;
	font-size: 0.8rem;
	text-transform: uppercase;
}
.locations-info {
    position: relative;
}
.locations-info span, .locations-social span {
    width: 30px;
    text-align: center;
    position: relative;
    display: inline-block;
}
.locations-info .icon-mobile {
    font-size: 26px;
}
.locations-info .icon-mobile:before {
    left: 9px;
    bottom: -7px;
    position: absolute;
}

.locations-social {
    padding: 15px 0;
    font-size: 0.9rem;
    text-align: left;
}
.locations-social a {
    margin: 0 1px 5px 0;
    padding: 4px 10px 3px 0;
    color: #fff;
    background: #3b5998;
    text-decoration: none;
    border-bottom: inherit;
    display: inline-block;
}
.locations-social a.location-twitter {
    background: #00aced;
}
.locations-social a.location-pinterest {
    background: #c92228;
}
.locations-social a.location-instagram {
    background: #d93175;
}
.locations-social a.location-google {
    background: #007b1e;
}               
.location-map {
	padding: 50px 0 30px;
}
.locations-map-org {
	height: 400px;
	box-shadow: 0px 1px 3px rgba(0,0,0,.1);
	/*border: 3px solid #fff;*/
}

/***** footer area *****/
.footer {
	background: #fff;
}
.section-footer, .site-footer-info {
	margin: 0 auto;
	padding: 30px;
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-col {
	padding-bottom: 15px;
	width: 22%;
}
.footer-logo {
	padding: 30px 0 15px;
}
.footer .widget-title {
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 600;
}
.footer-col ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9rem;
}
.footer-col ul.menu li a {
    padding: 3px 0;
    color: #222;
    text-decoration: none;
    display: block;
}
.footer-col ul.menu li a:hover {
    color: #7b641b;
    text-decoration: underline;
}
#menu-contact li a {
	padding-left: 25px;
	position: relative;
}
#menu-contact li a:before {
	content: '\f219';
	font-family: 'ff-icons';
	display: block;
	left: 0;
	top: 2px;
	position: absolute;
}
.site-footer {
	background: #e3b65b;
	font-size: 0.9rem;
}
.site-footer a {
	color: #222;
	text-decoration: none;
}
.site-footer-links a {
	font-weight: 600;
	text-decoration: underline;
}
/* to top */
.to-top {
  right: 10px;
  bottom: -60px;
  position: fixed;
  -moz-transition: bottom .5s ease-in-out;
  -webkit-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
  z-index: 100;
}
.top-show {
  bottom: 92px;
}
.to-top a {
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: rgba(0,0,0,.75);    
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
  outline: none;
}
.to-top a:hover {
  background: rgba(0,0,0,1);
}
.to-top a span {
  display: inline-block;
  margin-top: -6px;
}

@media (max-width: 900px) {
	.footer-col {
		width: 48%;
	}
	.footer-col {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.footer-col ul.menu li a {
		margin: 0 auto;
		display: inline-block;
	}
	.site-footer-info {
		flex-direction: column;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.split-boxed-content {
		flex-direction: column;
	}
	.split-boxed-text, .split-boxed-image {
		width: 100%;
	}
	.split-boxed-text {
		padding: 15px 15px 0;
	}
	.split-boxed-text .wp-block-button {
    text-align: center;
	}
	.locations-listing-wrapper article {
		width: 80%;
	}
	.has-post-thumbnail .article-content, 
	.locations .article-content {
		flex-direction: column;
	}
	.has-post-thumbnail .article-content .entry-thumbnail,
	.locations .article-content .entry-thumbnail {
    margin: 1.5em 0 0;
    padding: 30px 70px 15px 15px;
    width: 100%;
    max-width: 430px;
	}
	.has-post-thumbnail .article-content .entry-content, 
	.locations .article-content .entry-content {
    width: 100%;
	}
}
@media (max-width: 600px) {
	.footer-col {
		width: 100%;
	}
}
@media (max-width: 550px) {
	body {
		font-size: 14px;
	}
	.banner-content {
		padding: 0 15px;
	}
	.site-content {
		padding: 30px 15px;
	}
	.video-banner video {
    -webkit-transform: scale(3);
    transform: scale(3);
	}
	.locations-listing-wrapper article {
		width: 100%;
	}
}

/*** carousel?? ***/

.carousel {
  height: 100vh;
}
.carousel .item, .carousel .active, .carousel-inner {
    height: 100%;
}
.carousel-inner {
    background-color: #000;
}
.carousel-inner .item .fill {
    /*opacity: 0.8;*/
    opacity: 1;
}
.carousel-inner h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 5em;
  font-weight: 300;
  color: #fff;
}
.carousel-inner h3 {
  font-weight: 300;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: none;
}
.carousel-inner h2 a, .carousel-inner h3 a {
  color: #fff;
  border-bottom: none;
}
.carousel-inner h2 a:hover, .carousel-inner h3 a:hover {
  color: #fff;
}
.carousel-caption {
    right: 12%;
    left: 12%;
    bottom: 28%;
}

/* Background images are set within the HTML using inline CSS, not here */
.carousel-caption h2 {
  margin-left: -100%;
  opacity: 0;
  -moz-transition: all 1.0s ease-in-out;
  -webkit-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}
.carousel-inner .item.active .carousel-caption h2 {
  margin-left: 0%;
  opacity: 1;
  -moz-transition: all 1.0s ease-in-out;
  -webkit-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}

.carousel-caption h3 {
  margin-right: -100%;
  opacity: 0;
  -moz-transition: all 1.0s ease-in-out;
  -webkit-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}
.carousel-inner .item.active .carousel-caption h3 {
  margin-right: 0%;
  opacity: 1;
  -moz-transition: all 1.0s ease-in-out;
  -webkit-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-control .icon-prev:before {
    font-family: fontawesome;
    content: '\f053';
}
.carousel-control .icon-next:before {
    font-family: fontawesome;
    content: '\f054';
}
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    /*background-color: #ddd;*/
    background-color: rgba(255,255,255,0.5);
    border: none;
    border-radius: 0;
}
.carousel-indicators .active {
    width: 30px;
    height: 5px;
    margin: 1px;
    background-color: #fff;
}
@media all and (max-width: 767px) {
    .carousel-caption {
        right: 12%;
        left: 12%;
        bottom: 35%;
    }
    .carousel-caption h2 {
        font-size: 3em;
    }
    .carousel-caption h3 {
        font-size: 1em;
    }
}
@media all and (max-width: 600px) {
    #myCarousel {
        display: none;
    }
}
/*** full page slider - slider page ***/
.page-template-slider-page .container-fluid {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0 !important;
}
.page-template-slider-page .container-fluid .row {
    margin: 0 !important;
    height: 100%;
}
.full_page_wrapper {
    height: 100%;
}
.page-template-slider-page .carousel {
    height: 100% !important;
    background: #fff !important;
}
.page-template-slider-page .carousel-inner {
    background: #fff;
}
.page-template-slider-page .carousel-inner .item .fill {
    opacity: 1;
}

/* fade on slider */
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out 1s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item.active {
  opacity: 1;
}
/*** appointments ***/
body .ea-bootstrap {
	margin: 0 auto !important;
	font-family: inherit !important;
}
.ea-bootstrap label.control-label {
	padding: 4px 0 0 !important;
	font-size: initial;
	font-weight: 500;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-header {
	margin-bottom: 12px;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-title {
	padding-top: 4px;
}
.ea-bootstrap .ui-datepicker .no-slots, .ea-bootstrap .ui-datepicker .no-slots:hover {
	background-color: #fff !important;
}
.ea-bootstrap .ui-datepicker .no-slots a {
    color: #ccc !important;
}
.ea-bootstrap.ea-bootstrap .selected-time, .ea-bootstrap.ea-bootstrap .selected-time:hover {
  background-color: #4289cc !important;
}
.ea-bootstrap .step.final {
	margin-top: 25px;
}
.ea-bootstrap .disabled .block {
	background-color: #e6ecf2 !important;
}
.ea-bootstrap .step.final h3 {
	margin-top: 0;
	margin-bottom: 6px;
}
.ea-bootstrap .step.final small {
	padding-bottom: 10px;
  display: block;
}
.ea-bootstrap #booking-overview .row-price {
	display: none;
}
.ea-bootstrap label.error {
	font-size: 85%;
}
/*** eyeglass and other repair landing pages ***/
.eyeglass-repair-cta {
	margin: 15px 0 40px;
	padding: 25px;
  background: #232323;
}
.eyeglass-repair-cta h3 {
	margin: 0;
  padding-bottom: 20px;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #fff;
}
.eyeglass-repair-cta .gold-btn {
	padding: 5px 0 10px;
}
.mail-in-eyeglass-repair .site-main h2,
.mail-in-watch-repair .site-main h2,
.mail-in-ring-repair .site-main h2,
.mail-in-ring-sizing .site-main h2,
.mail-in-chain-bracelet-repair .site-main h2,
.mail-in-earrings-pendant-repair .site-main h2 {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.2em;
}
.gold-btn a, .gold-btn input[type=submit] {
    padding: 20px 35px;
    font: 600 0.8em/1 'Montserrat', sans-serif;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    background: #e3b65b;
    border: 1px solid #e3b65b;
    -moz-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.gold-btn a:hover, 
.gold-btn input[type=submit]:hover, 
.gold-btn a:focus, 
.gold-btn input[type=submit]:focus {
    color: #fff;
    text-decoration: none;
}
.intro-split {
	display: flex;
	flex-wrap: wrap;
	background-color: #232323;
	background-image: url(../../../wp-content/uploads/2020/05/eyeglass-frame-repair-service.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	position: relative;
}
.intro-split.intro-split-watch-repair {
	background-color: #000;
	background-image: url(../../../wp-content/uploads/2020/05/mail-in-watch-repair.jpg);
}
.intro-split.intro-split-ring-repair {
	background-image: url(../../../wp-content/uploads/2020/05/mail-in-ring-repair.jpg);
}
.intro-split.intro-split-ring-sizing-repair {
	background-image: url(../../../wp-content/uploads/2020/05/mail-in-ring-sizing-repair.jpg);
}
.intro-split.intro-split-chain-bracelet-repair {
	background-image: url(../../../wp-content/uploads/2020/05/mail-in-chain-bracelet-repair.jpg);
}
.intro-split.intro-split-earring-pendant-repair {
	background-image: url(../../../wp-content/uploads/2020/05/mail-in-earring-pendant-repair.jpg);
}
.intro-split:after {
	content: ' ';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}
.intro-split-left {
	padding: 40px 20px 30px 60px;
	width: 50%;
	color: #fff;
	position: relative;
	z-index: 1;
}
.intro-split-left h2{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 36px !important;
	font-weight: 300 !important;
	color: #fff;
}
.intro-split-left p {
	margin: 0;
	padding: 30px 0;
	font-weight: 300;
	line-height: 2em;
	color: #fff;
}
.intro-split .gold-btn {
	padding: 20px 0;
}
.intro-split-right {
	width: 50%;
}
@media (max-width: 1120px) {
	.intro-split:after {
		background: rgba(0,0,0,0.5);
	}
	.intro-split-left, .intro-split-right {
		width: 100%;
		text-align: center;
	}
	.intro-split-left {
		padding: 40px 60px 20px;
	}
}
@media (max-width: 600px) {
	.mail-in-eyeglass-repair .site-main h2,
	.mail-in-watch-repair .site-main h2,
	.mail-in-ring-repair .site-main h2,
	.mail-in-ring-sizing .site-main h2,
	.mail-in-chain-bracelet-repair .site-main h2,
	.mail-in-earrings-pendant-repair .site-main h2 {
		font-size: 28px !important;
	}
	.intro-split {
		background-position: top left;
		background-size: cover;
	}
}
.simple-process h2 {
	margin: 0;
	padding: 0 0 30px;
}
.simple-process.simple-process-generic h2 {
	font-size: 40px;
	font-weight: 400;
}
.simple-process {
	padding-top: 50px;
}
.simple-process .wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.simple-process .wp-block-column {
	padding-bottom: 25px;
	width: 23%;
}
.simple-process .wp-block-image {
	text-align: center;
}
.simple-process .wp-block-image figure {
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}
.simple-process .wp-block-column figure:before {
	content: '1';
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 2px;
	width: 50px;
	height: 50px;
	background: #e3b65b;
	left: -15px;
	top: -18px;
	position: absolute;
	z-index: 0;
}
.simple-process.simple-process-generic .wp-block-column figure:before {
	left: -12px;
	top: -12px;
}
.simple-process .wp-block-column:nth-child(2) figure:before {
	content: '2';
}
.simple-process .wp-block-column:nth-child(3) figure:before {
	content: '3';
}
.simple-process .wp-block-column:nth-child(4) figure:before {
	content: '4';
}
.simple-process .wp-block-image figure img {
	position: relative;
}
.simple-process h3 {
	margin: 0 0 10px;
	text-transform: uppercase;
}
.simple-process .aligncenter {
	text-align: center;
}
.simple-process .gold-btn {
	padding: 20px 0 40px;
}
.seo-paragraph {padding-bottom: 30px}
@media (max-width: 1000px) {
	.simple-process .wp-block-column {
		width: 48%;
	}
}
@media (max-width: 600px) {
	.simple-process .wp-block-column {
		width: 100%;
	}
}
.why-choose-wrapper {
	padding: 40px 20px 55px;
	min-height: 300px;
	background-color:#000;
	background-image: url(../../../wp-content/uploads/2020/03/why-choose-bg.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.mail-in-watch-repair .why-choose-wrapper {
	background-image: url(../../../wp-content/uploads/2020/05/why-choose-watch-bg.jpg);
}
.mail-in-ring-repair .why-choose-wrapper {
	background-image: url(../../../wp-content/uploads/2020/05/why-choose-ring-bg.jpg);
}
.mail-in-ring-sizing .why-choose-wrapper {
	background-image: url(../../../wp-content/uploads/2020/05/why-choose-ring-sizing-bg.jpg);
}
.mail-in-chain-bracelet-repair .why-choose-wrapper {
	background-image: url(../../../wp-content/uploads/2020/05/why-choose-chain-bracelet-bg.jpg);
}
.mail-in-earrings-pendant-repair .why-choose-wrapper {
	background-image: url(../../../wp-content/uploads/2020/05/why-choose-earring-pendant-bg.jpg);
}
.why-choose-wrapper:after {
	content: ' ';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}
h2.why-choose-hdr {
	margin: 0;
	padding: 10px 0 30px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
.why-choose-wrapper .split-2-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.why-choose-wrapper .col-50 {
	width: 50%;
}
.why-choose-wrapper ul {
	margin: 0;
	padding: 0 0 0 70px;
	color: #fff;
	list-style-type: none;
}
.why-choose-wrapper ul li {
	margin: 0;
	padding: 30px 0;
	position: relative;
}
.why-choose-wrapper ul li:before {
	content: " ";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: block;
	left: -55px;
	top: 28px;
	position: absolute;
}
.why-choose-wrapper ul li:after {
	content: "\e80d";
	font-family: "ff-icons";
	font-size: 2em;
	width: 40px;
	height: 40px;
	display: block;
	left: -48px;
	top: 18px;
	position: absolute;
}
.why-choose-wrapper h3 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: 500;
	color: #fff;
}
.why-choose-wrapper p {
	margin: 0;
	padding: 6px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #fff;
}
.why-choose-wrapper .gold-btn {
	padding: 20px 0 20px 70px;
}
@media (max-width: 900px) {
	.why-choose-wrapper .col-50 {
		width: 100%;
	}
	.why-choose-wrapper:after {
		background: rgba(0,0,0,0.5);
	}
	.why-choose-wrapper .gold-btn {
		padding: 20px 0;
		text-align: center;
	}
}
.customer-review {
	padding-top: 30px;
}
.customer-review .quote-tag {
	padding-bottom: 20px;
}
.customer-review .gold-btn {
	padding-top: 15px;
	padding-bottom: 0;
}
/*** quote ***/
.quote-wrap {
	min-height: 500px;
	position: relative;
}
.quote-msg {
	margin: 0 auto;
	padding: 50px 0;
	max-width: 500px;
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	display: none;
}
.quote-msg.quote-error {
	color: #f33;
}
.intake-notice {
	margin: -12px 0 0;
	padding: 0;
	font-weight: 600;
	color: #f33;
	text-transform: uppercase;
}
.quote-wrap .wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
}
.quote-split {
	display: flex;
	flex-wrap: wrap;
}
.wpforms-form .wpforms-field-container .quote-left, .wpforms-form .wpforms-field-container .quote-right {
	padding: 20px 30px 30px;
	width: 50%;
}
h3.quote-heading {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio > label {
	display: none;
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li {
	display: block;
	position: relative;
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li input[type='radio'] {
	opacity: 0;
	left: 0;
	top: 0;
	position: absolute;
	z-index: -1;
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li label {
	margin: 0 0 25px 0;
	padding: 20px 70px 20px 20px;
	background-color: #232323;
	box-shadow: 0px 0px 15px rgba(0,0,0,0);
	color: #fff;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li label:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li label span {}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li label:before {
	content: " ";
	width: 40px;
	height: 40px;
	/*background: #232323;*/
	background: #434343;
	border: 1px solid #232323;
	border-radius: 20px;
	display: block;
	right: 15px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	-moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li label:hover:before {
	background: #232323;
	border: 1px solid #e3b65b;
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio.wpforms-has-error ul li label {
	/*border-top: 2px solid #900;*/
	/*border-bottom: 2px solid #900;*/
	box-shadow: 0px 0px 10px rgba(204,0,0,0.5);
	outline: 2px dotted #900;
}
/*.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio.wpforms-has-error ul li label:before {
	border: 1px solid #900;
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio.wpforms-has-error ul li label:hover:before {
	border: 1px solid #e3b65b;
}*/
/*.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li label:before {
	content: " ";
	width: 40px;
	height: 40px;
	background: #434343;
	border: 1px solid #e3b65b;
	display: block;
	right: 15px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
}*/
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li label:after {
	content: "\e80d";
	font-family: "ff-icons";
	font-size: 30px;
	color: #434343;
	display: block;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	-moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li label:hover:after {
	content: "\e80d";
	font-family: "ff-icons";
	font-size: 30px;
	color: #e3b65b;
	display: block;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li input[type="radio"]:checked + label:before {
	content: " ";
	width: 40px;
	height: 40px;
	background: #232323;
	border: 1px solid #e3b65b;
	display: block;
	right: 15px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
}
.wpforms-form .wpforms-field-container .quote-left .wpforms-field.wpforms-field-radio ul li input[type="radio"]:checked + label:after {
	content: "\e80d";
	font-family: "ff-icons";
	font-size: 30px;
	color: #e3b65b;
	display: block;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
}
.quote-wrap .wpforms-form .wpforms-submit-container {
	padding-left: calc(50% + 30px) !important;
}
.quote-wrap .wpforms-form .wpforms-submit-container button.wpforms-submit {
    padding: 20px 35px;
    font: 600 0.8em/1 'Montserrat', sans-serif;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    background: #e3b65b;
    border: 1px solid #e3b65b;
    -moz-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.quote-wrap .wpforms-form .wpforms-submit-container button.wpforms-submit:hover, 
.quote-wrap .wpforms-form .wpforms-submit-container button.wpforms-submit:focus {
    color: #fff;
    text-decoration: none;
    background: #e3b65b;
    border: 1px solid #e3b65b;
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: transparent;
	border: none;
	text-align: center;
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
	font-size: 1.4em;
}
@media (max-width: 768px) {
	.wpforms-form .wpforms-field-container .quote-left {
		padding: 20px 0px 0px;
		width: 100%;
	}
	.wpforms-form .wpforms-field-container .quote-right {
		padding: 20px 0px 30px;
		width: 100%;
	}
	.quote-wrap .wpforms-form .wpforms-submit-container {
		padding-left: 0px !important;
	}
	.wpforms-form .wpforms-field-container .quote-right {
		padding: 20px 0px 30px;
		width: 100%;
	}
}
@media (max-width: 600px) {
	.wpforms-form .wpforms-field-container .dz-message svg {
		display: none !important;
	}
}

/*** spinner ***/
.spinner-overlay {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #e6ecf2;
  display: none;
  z-index: 999;
}
.spinner-wrap {
  width: 80px;
  height: 80px;
  margin-top: 60px;
  margin-left: calc( 50% - 40px);
}
.spinner {
  border: 2px solid #eee;
  font-size: 80px;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top-color: #e3b65b;
}
.spinner-wrap-sm {
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: calc( 50% - 15px);
}
.spinner-wrap-sm .spinner {
  font-size: 30px;
}

@-webkit-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 899px) {
	.form-row label {
		width: 100% !important;
	}
	.form-row input:not(.form-zip), .form-comment textarea {
		width: 100%;
	}
	.form-btn {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.quote-left {
		padding: 20px 0;
		width: 100%;
	}
	 .quote-right {
		padding: 0 0 30px;
		width: 100%;
	}
}
.notice {
	margin: 0 auto;
	padding: 20px 30px;
	background: #c00;
	color: #fff;
	position: absolute;
	z-index: 1000;
	border-radius: 10px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.4);
}
.notice h2, .notice p {
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
}
.locations-notice {
	margin: 20px 0 -20px;
	padding: 20px;
	background: #c00;
}
.locations-notice h3, .locations-notice p {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	color: #fff;
}
.location-notice {
	padding: 20px;
	background: #c00;
	border-radius: 10px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.4);
}
.location-notice h3, .location-notice p {
	margin: 0;
	padding: 0;
	color: #fff;
}
/*** mail-in banner ***/
.mail-in-banner {
	margin: 0 8px -2px;
	background-image: url(img/mail-in-service-banner-bg.jpg);
	background-position: center;
	background-size: cover;
}
.mail-in-banner a {
	padding: 30px 30px 35px;
	color: #fff;
	font-family: 'Montserat', sans-serif;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	display: block;
	-moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mail-in-banner a:hover {
	background-color: rgba(0,0,0,0.3);
}
.mail-in-banner a i {
	font-size: 84px;
}
.mail-in-banner a h4 {
	margin: 0;
	font-weight: 900;
	color: #fff;
}
.mail-in-banner a h4 span {
	font-size: 1rem;
	font-weight: 600;
	color: #e3b65b;
	display: block;
}

/*** mail-in banner ***/
.new-services {
	margin: 15px;
}
.new-services a {
	padding: 10px 40px 25px;
	color: #fff;
	font-family: 'Montserat', sans-serif;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	border: 1px solid #e3b65b;
	border-radius: 10px;
	display: block;
	-moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.new-services a:hover {
	background-color: rgba(0,0,0,0.3);
	border: 1px solid #fff;
}
.new-services a i {
	font-size: 72px;
}
.new-services a h4 {
	margin: 0;
	font-weight: 900;
	color: #fff;
}
.new-services a h4 span {
	font-size: 1rem;
	font-weight: 600;
	color: #e3b65b;
	display: block;
}
@media (max-width: 1200px) {
	.new-services a {
		padding: 15px 40px;
	}
	.new-services a i {
		display: none;
	}
	.new-services a h4 {
		font-size: 1rem;
	}
	.new-services a h4 span {
		font-size: 0.8rem;
	}
}
/*** quotes in header ***/
/* needed to properly space header content vertically */
/*.custom-logo-link {
	padding-bottom: 25px;
}*/
.site-quotes-hdr {
	right: 290px;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	white-space: nowrap;
}
.site-quotes-hdr a {
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}
.site-quotes-hdr a i {
	padding: 0 5px;
	font-size: 2.5rem;
	vertical-align: middle;
}
.quote-count-hdr {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #212121;
	background: #e3b65b;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 3px;
	right: -3px;
	position: absolute;
}
@media (max-width: 700px) {
	.site-quotes-hdr {
		margin-top: -2px;
		right: 106px;
	}
	.site-quotes-hdr span.site-quotes-hdr-text {
		display: none;
	}
}
/*** quotes cart ***/
.page.quotes .entry-header .entry-title {
	margin-top: -10px;
	padding-bottom: 10px;
}
.no-quotes {display: none;}
.send-hdr-upper {
	padding: 0 0 20px;
	line-height: 1.2;
	font-style: italic;
}
.quotes-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.info-wrap {
	padding-right: 30px;
	width: 30%;
	min-width: 240px;
}
.customer-info {
	padding-bottom: 20px;
}
.gold-btn-quotes-left {display: none}
.gold-btn-quotes-right {padding-top: 25px}
.shipping-select .wpforms-submit-container {
	display: none;
}
.shipping-select .wpforms-field-container label.wpforms-field-label {
	padding-bottom: 10px !important;
	text-transform: uppercase;
}
.shipping-select .wpforms-field-container ul li {
	position: relative;
	display: block;
}
.shipping-select .wpforms-field-container ul li input {
	top: 0;
	left: 0;
	position: absolute;
}
.shipping-select .wpforms-field-container label.wpforms-field-label-inline {
	font-size: 14px !important;
	padding: 0 0 10px 28px;
	display: inline-block !important;
	margin-top: -2px;
}
.shipping-select.ship-error .wpforms-field-container label.wpforms-field-label {
	color: #f33;
}
.customer-choices {
	margin: 20px 0;
	padding: 0 10px 10px;
	background: #232323;
	border-radius: 6px;
}
.choices-hdr {
	padding: 0 0 10px;
	line-height: 1.2;
	color: #fff;
	/*font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;*/
}
.choices-hdr span {
	font-size: 2.5rem;
	font-weight: 900;
	vertical-align: sub;
}
.select-service-dropdown {
	padding: 10px 15px;
	border: 1px solid #666;
	background: #e6ecf2;
	border-radius: 5px;
}
.service-dropdown-hdr {
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}
.service-dropdown-hdr:after {
	content: '\f107';
	font-family: 'ff-icons';
	font-size: 1.25rem;
	line-height: 1;
	right: 0;
	top: 0;
	position: absolute;
	-moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.service-dropdown-hdr.choice-active:after {
	transform: rotateZ(180deg);
}
.service-dropdown-services {
	background: #e6ecf2;
	display: none;
}
.service-dropdown-services ul {
	margin: 0;
	padding: 8px 0;
	list-style-type: none;
}
.service-dropdown-services ul li {
	margin: 0 !important;
	padding: 3px 15px;
	border: none !important;
	display: block;
}
.service-dropdown-services ul li a {
	padding: 5px 15px 4px;
	display: inline-block;
	background: #404040;
	font-size: 0.875rem;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #404040;
	-moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.service-dropdown-services ul li a:hover,
.service-dropdown-services ul li a:focus {
	background: #e6ecf2;
	color: #212121;
}
.quotes-wrap {
	width: 70%;
}
.quotes-wrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.quotes-wrap ul li {
	margin: 0 0 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.quote-hdr {
	padding: 10px;
	/*font-size: 1.25rem;*/
	font-weight: 600;
	text-transform: uppercase;
	/*border-bottom: 1px solid #ccc;*/
	position: relative;
}
.customer-info .quote-hdr {
	padding-left: 0;
}
.quote-hdr a {
	padding: 3px 30px 0 0;
	font-size: 0.75rem;
	color: #777;
	text-decoration: none;
	float: right;
	position: relative;
	display: block;
	-moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.quote-remove span {
	padding: 1px 0 0 1px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #999;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	top: 1px;
	position: absolute;
	-moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.quote-hdr a:hover, .quote-hdr a:focus {
	color: #212121;
}
.quote-hdr a:hover span, .quote-hdr a:focus span {
	border: 1px solid #212121;
}
.repair-type-hdr {
	margin: 0;
	padding: 10px 10px 0;
}
.quote-content {
	padding: 0 10px 20px;
	display: flex;
}
.quote-info {
	padding-right: 20px;
	flex-grow: 1;
}
.quote-info p {
	margin: 0;
	padding: 0;
}
.quote-images {
	padding: 10px 0 0;
	width: 280px;
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
}
.quote-image {
	width: 90px;
}
.quote-image a {
width: 90px;
height: 90px;
background-size: cover;
background-position: center;
display: block;
}
.quote-image p {
	margin: 0;
	padding: 0;
	font-size: 0.6rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.send-hdr {
	padding: 25px 0 10px;
	line-height: 1.2;
	font-style: italic;
}
@media (max-width: 950px) {
	.page.quotes .site-content {
		background-image: url(img/quotes-arrow.png);
		background-repeat: no-repeat;
		background-position: right 140px;
	}
	.page.quotes .quote-content {
		flex-direction: column;
	}
	.gold-btn-quotes-left {
		display: block !important;
	}
	.info-wrap {
		padding-right: 0;
		width: 100%;
	}
	.quotes-wrap {
		padding-top: 30px;
		width: 100%;
	}
}
@media (max-width: 700px) {
	.quote-images {
		padding-top: 30px;
	}
}
@media (max-width: 450px) {
	.send-hdr-upper,
	.customer-info {
		padding-bottom: 10px;
	}
	.shipping-select .wpforms-container {
		margin-bottom: 10px;
	}
	.shipping-select .wpforms-container .wpforms-field-container label {
		font-size: 14px !important;
	}
	.quotes-wrap {
		padding-top: 10px;
	}
	.gold-btn-quotes-left a,
	.gold-btn-quotes-right a {
		font-size: 14px !important;
	}
}
.quote-approved-error {
	padding: 40px 0;
	font-size: 1.2rem;
	text-align: center;
	display: none;
}
.quote-approved-error span,.quote-approved-error.show-error {display: block;}
.approved-content {display: none;}
.approved-content-wrapper {
	display: flex;
	justify-content: space-between;
}
.approved-content-text {
	width: 50%;
}
.approved-form {
	width: 45%;
}
.approved-form h3.quote-heading {
	margin-bottom: 15px;
}
.approved-form .wpforms-field {
	width: 100% !important;
}
.approved-form .wpforms-field:nth-child(3), 
.approved-form .wpforms-field:nth-child(4),
.approved-form .wpforms-field:nth-child(5) {
	width: 49% !important;
}
.approved-form .wpforms-field:nth-child(3) {
	margin-right: 2%;
}
.approved-form .wpforms-field input {
	max-width: 100%;
}
.approved-form .wpforms-field-description {
	padding-left: 10px !important;
}
.quote-wrap .approved-form .wpforms-form .wpforms-submit-container {
	padding-top: 20px;
	padding-left: 0 !important;
}
.approved-form .wpforms-confirmation-container-full {
	border: none;
	background: rgba(255,255,255,0.5);
	font-size: 1rem;
	padding: 40px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
	.approved-content-wrapper {
		flex-wrap: wrap;
	}
	.approved-content-text, .approved-form {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.approved-form h3.quote-heading {
    font-size: 1.2rem;
	}
}
.simple-process .wp-container-5 {
	gap: unset;
}
.hdr-social .book-appt-btn {
	display: none;
}
.site-quotes-hdr {
    right: 65px;
}


.section-sms {
	font-size: 1rem;
	background: #d8e0e8;
}
.section-sms h3 {
	margin: 0px 0px 10px;
}
.section-sms-inner {
	margin: 0 auto;
	padding: 30px;
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.section-sms-left-col {
	width: 22%;
}
.section-sms-left-col img {
	width: 80px;
}
.hide-this {
	height: 0px;
	overflow: hidden;
}
.section-sms-right-col {
	width: 74%;
}
.sms-inputs-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sms-inputs-wrap .sms-col-3 {
	width: 30.5% !important;
}
.sms-inputs-wrap .sms-col-3 input {
	padding: 10px;
	width: 100%;
	max-width: 100% !important;
}
.sms-inputs-wrap .sms-col-3 label {
	font-weight: bold;
	padding: 0 0 0 10px;
}
.sms-inputs-wrap .wpcf7-not-valid-tip {
	padding: 0 0 0 10px;
	font-size: 0.875rem;
}
.sms-checkbox-wrap {
	margin: 1rem 0;
	width: 100% !important;
	position: relative;
}
.sms-checkbox-wrap .wpcf7-form-control-wrap {
	left: -14px;
	top: 0;
	position: absolute;
}
.sms-checkbox-wrap .wpcf7-list-item-label {
	visibility: hidden;
}
.sms-checkbox-wrap .sms-text {
	padding: 0 0 0 30px;
}
.sms-button-wrap {
	padding: 8px 0 0 30px;
}
.sms-button-wrap input {
	padding: 15px 30px;
	background: #000;
	font-size: 0.875rem;
	color: #fff;
	text-transform: uppercase;
	border: none;
}
#sms-optin .last {
	visibility: hidden;
	pointer-events: none;
}
@media (max-width: 1020px) {
	.section-sms-left-col,
	.section-sms-right-col {
		width: 100%;
	}
}
@media (max-width: 740px) {
	.sms-inputs-wrap {
		flex-direction: column;
	}
	.sms-inputs-wrap .sms-col-3 {
		width: 100% !important;
	}
}