/*
	Theme Name:	bt Fixed Header Gradient
	Theme URI: https://boomtime.com
	Description: This is the bt_fixed_header_gradient Theme created for the Genesis Framework.
	Author: boomtime
	Author URI: https://boomtime.com

	Version: 1.1

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.4

	License: GPL-2.0+
	License URI: https://boomtime.com

*/

/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0
}

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

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

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

small {
	font-size: 80%
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

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

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}


/* Box Sizing
 * ========================================================================== */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
 * ========================================================================== */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.page-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.page-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

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

@media only screen and (min-width: 800px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: inherit;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}


/* Typography
 * ========================================================================== */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.8rem;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 .8rem;
	text-transform: uppercase;
}


/* Display */

h1,
.content .entry-title {
	font-size: 3rem;
	line-height: 1.2;
	border-bottom: solid 1px;
}

/*Hide page title on home page*/
.home .entry-title {
    display: none;
}

@media only screen and (min-width: 800px) {

	h1,
	.content .entry-title {
		font-size: 4rem;
	}

}

/* Headline */

h2 {
	font-size: 2.5rem;
	line-height: 1.4;
}

@media only screen and (min-width: 800px) {

	h2 {
		font-size: 3rem;
	}
}

/* Title */

h3,
h1.archive-title {
	font-size: 2rem;
	line-height: 1.4;
}

@media only screen and (min-width: 800px) {

	h3,
	h1.archive-title {
		font-size: 2.5rem;
	}
}

/* SubTitle */

h4,
.site-description {
	font-size: 1.8rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* Mast */

h5,
.widget-title,
.genesis-nav-menu a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.archive.category .archive-title {
	font-size: 1.5rem;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

/* Caption */

h6,
.genesis-nav-menu .sub-menu a,
.entry-meta,
.wp-caption-text,
.gallery-caption,
.site-footer p,
.pagination a,
p.comment-meta,
.more-link.button {
	font-size: 1.2rem;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


/* Small */

small,
.button.small {
	font-size: 1rem;
}


p {
	margin: 0 0 1.625em;
	padding: 0;
}

p.intro {
	font-size: 1.8rem;
	line-height: 1.8;
}

strong {
	font-weight: 700;
}

blockquote {
	margin: 2rem 0;
}

.entry-content blockquote {
	padding-left: 5rem;
	border-left: 2px solid;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-size: 0.8em;
	border: 1px solid;
}

code {
	padding: 0.2rem 0.4rem;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 1rem;
	margin: 0 0 1rem;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

fieldset {
	border: 1px solid;
	padding: 3rem;
	margin: 2rem auto;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid;
	margin: 0 0 4rem;
	padding: 4rem 0 0;
}

/* Links
 * ========================================================================== */

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}


/* Transitions
 * ========================================================================== */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.bt_fixed_header_gradient-entry-grid .overlay,
.bt_fixed_header_gradient-entry-grid .entry,
button.sub-menu-toggle:before {
	-webkit-transition: all .75s cubic-bezier(0, 1, .5, 1);
	-moz-transition: all .75s cubic-bezier(0, 1, .5, 1);
	-ms-transition: all .75s cubic-bezier(0, 1, .5, 1);
	-o-transition: all .75s cubic-bezier(0, 1, .5, 1);
	transition: all .75s cubic-bezier(0, 1, .5, 1);
}

@media only screen and (min-width: 800px) {

	.site-header,
	.genesis-nav-menu .sub-menu {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

/* Forms, Inputs & Buttons
 * ========================================================================== */

input,
select,
textarea {
	border-radius: 5px;
	border: 1px solid;
	padding: 1.2rem 2rem 1rem;
	width: 100%;
}

textarea {
	height: auto;
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 1rem;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	opacity: 1;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* Buttons
 * ========================================================================== */

.social-container {
    text-align: center;
}

li.single-social-icon {
	font-size: 3em;
	margin: 0 .25em;
}

ul.social-icon-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

a.single-social-icon-link {
    transition: all.3s ease-in-out;
    -webkit-transition: all.3s ease-in-out;
    -moz-transition: all.3s ease-in-out;
    -ms-transition: all.3s ease-in-out;
    -o-transition: all.3s ease-in-out;
}

a.single-social-icon-link:hover {
    opacity: .6;
}

#genesis-sidebar-primary .social-icon-list {
    justify-content: flex-start;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
.pagination:not(.adjacent-entry-pagination) a {

	border-radius: 5px;
	box-shadow: none;
	border: 0;
	line-height: 2em !important;
	cursor: pointer;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 1.1rem 2rem 1rem;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.pagination li a:hover {

	text-decoration: none;
	opacity: 1;
	box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.1), 0 2rem 2rem rgba(0, 0, 0, 0.1);
}

.button.small {
	font-size: 1.4rem;
	padding: 0.8rem 2rem 0.5rem;
}
.button.light {
	border: solid 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.bg-primary .button.light:hover,
.bg-secondary .button.light:hover {
	box-shadow: inset 0 0 0 20rem rgba(255, 255, 255, 0.2);
}

.button.full-width {
	display: block;
	width: 100%;
}

.button.arrow-left:before {
	font-family: Ionicons;
	vertical-align: top;
}

.button.arrow-right:after {
	vertical-align: top;
}

.button.arrow-right:after {
	content: "\f30f";
	margin-left: 0.8rem;
}

.button.arrow-right:hover:after {
	margin-left: 1.2rem;
	margin-right: -0.4rem;
}

.button.arrow-left:before {
	content: "\f2ca";
	margin-right: 0.8rem;
}

.button.arrow-left:hover:before {
	margin-right: 1.2rem;
	margin-left: -0.4rem;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 4rem;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 1rem 0 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid;
	height: auto;
	padding: 0.4rem;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid;
	padding: 0.6rem 0;
}

/***Right align prices in service menus***/
td.service_option_price {
	text-align: right;
}


/* Accessibility
 * ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #1a1a1a;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 1.8rem;
	height: auto;
	padding: 2rem;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}


/* Wordpress
 * ========================================================================== */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 4rem;
}

img.alignnone,
.alignnone {
	margin-bottom: 2rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 6rem 4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 4rem 6rem;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 6rem 0 4rem;
}

.wp-caption-text {
	font-size: 1.6rem;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 1rem;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 3rem;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

/* Site Containers
 * ========================================================================== */

.bt_fixed_header_gradient-landing {
	background: #fff;
}

.full-width-content .content {
	margin: 0 auto;
	max-width: 80%;
	float: none;
}

.wrap {
	margin: 0 auto;
	padding: 0 5%;
}

.site-inner {
	clear: both;
	padding: 0;
	overflow: hidden;
}

.front-page .site-inner {
	padding: 0;
}

.full.full-width-content .content {
	max-width: 100%;
	width: 100%;
}

.title-center .entry-header .entry-title {
	text-align: center;
}

@media only screen and (min-width: 800px) {

	body:not(.with-hero-image) .site-inner {
		padding-top: 0;
	}

}

@media only screen and (min-width: 1100px) {

	.content {
		float: right;
		width: 70%;
		padding: 4em 2em;
	}

	.full-width-content .content {
		width: 100%;
	}

	.content-sidebar .content {
		float: left;
	}

	.sidebar-primary {
		float: right;
		width: 30%;
		padding: 2em;
		border-left: 1px solid;
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.wrap {
		max-width: 120rem;
	}

	.site-inner {
		padding: 0;
	}

}

@media only screen and (min-width: 1500px) {

	.wrap {
		max-width: 160rem;
	}

}

@media (max-width:1099px){
	.content {
		padding: 2em 0;
	}
	.full-width-content .content {
		max-width: 100%;
	}
}

/* Grid
 * ========================================================================== */

@media only screen and (min-width: 800px) {

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.footer-widgets .widget-area,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth,
	.footer-widgets .widget-area {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-widgets .widget-area:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}
}

/* Flexible Widgets
 * ========================================================================== */

@media only screen and (min-width: 800px) {


	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves.uneven .widget:last-of-type {
		width: 100%;
	}

	.flexible-widgets.widget-fourths .widget {
		width: 25%;
	}

	.flexible-widgets.widget-halves .widget {
		width: 50%;
	}

	.flexible-widgets.widget-thirds .widget,
	.front-page .featured-content.widget .entry {
		width: 33.33%;
	}

	.flexible-widgets.widget-halves .widget:nth-child(even),
	.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
	.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
		clear: left;
	}

}


/* Widgets
 * ========================================================================== */

.widget {
	word-wrap: break-word;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 2rem;
	text-indent: -2rem;
}

.widget li li {
	border: 0;
	margin: 0 0 0 3rem;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}




/* Plugins
 * ========================================================================== */

/* Jetpack */

#wpstats {
	display: none;
}

/* Widget Custom Menu
 * ========================================================================== */

.widget_nav_menu .sub-menu {
	margin-top: 1.6rem;
}

/* Search Form
 * ========================================================================== */

.search-form {
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
}

.search-form:after {
	content: "\f4a4";
	position: absolute;
	right: 1.5rem;
	top: 0;
	font-family: ionicons;
	font-size: 3rem;
	pointer-events: none;
	color: #dcdcdc;
}

.search-form input[type="search"] {
	width: 100%;
	padding: 1rem 2.8rem 0.9rem 1.2rem;
	font-size: 1.6rem;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	text-indent: -9999px;
	border-color: transparent !important;
	background: transparent !important;
}

.search-form input[type="submit"]:hover {
	box-shadow: none;
}

@media only screen and (min-width: 800px) {

	.search-form {
		width: auto;
		margin-bottom: 4rem;
	}

}


/* Site Header
 * ========================================================================== */

.site-header,
.header-image .site-header {
	width: 100%;
	z-index: 999;
	padding: 2rem 0;
}

.title-area {
	float: left;
}

.site-title {
	display: none;
}

.site-description {
	display: none;
}

.site-title a {
	text-decoration: none;
}





@media only screen and (min-width: 1080px) {

	.title-area {
		max-width: 300px;
		transition: .3s;
	}
	
	/* Moved to custom css as optional */
	/* .header-scroll .title-area {
		transform: scale(.7);
	} */

	.with-hero-image .site-header {
		background: transparent;
	}
	.with-hero-image .site-header,
	.header-image .site-header {
		padding: 3rem 0 2.5rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.header-scroll .site-header {
		background: #fff;
		padding: 0;
		box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
		position: fixed;
	}

	.site-header .wrap {
		max-width: none;
	}

	.site-title {
		font-size: 3.2rem;
		line-height: 8rem;
	}

	.header-image .site-title>a {
		height: 10.5rem;
		width: 23rem;
	}

	.header-image .title-area {
		width: 20rem;
	}

	.header-scroll .site-header .genesis-nav-menu .menu-item.highlight a {
		border: 2px solid #1a1a1a;
		color: #1a1a1a;
	}
}

/* Navigation
 * ========================================================================== */

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 1.6rem 0;
	position: relative;
	opacity: 0.8;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	text-decoration: none;
	opacity: 1;
}

@media only screen and (min-width:1080px) {


	.genesis-nav-menu .menu-item.highlight a {
		background: transparent;
		border: 2px solid;
		border-radius: 5px;
		line-height: 1;
		padding: 1rem 2rem 0.8rem;
	}

	.with-hero-image .genesis-nav-menu .menu-item.highlight a {
		border: 2px solid #fff;
	}

	.genesis-nav-menu .sub-menu {
		width: 22rem;
		z-index: 99;
		box-shadow: 0 2rem 2rem -0.05rem rgba(0, 0, 0, 0.1);
		opacity: 0 !important;
		margin-top: 0;
		position: absolute;
		left: 0;
		margin-left: 2rem;
		pointer-events: none;
		text-align: left;
		display: block !important;
		padding: 0 5px;
	}

	.genesis-nav-menu>li .sub-menu:before {
		content: " ";
		position: absolute;
		top: 0;
		left: 1.6rem;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid;
	}

	.genesis-nav-menu .sub-menu li {
		border-bottom: solid 1px;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
}

	.genesis-nav-menu .sub-menu li:hover {
		background: rgba(0,0,0,.2);
	}
	
	.genesis-nav-menu .sub-menu li:last-of-type {
		border: none;
	}

	.genesis-nav-menu .menu-item:hover>.sub-menu {
		opacity: 1 !important;
		pointer-events: all;
	}

	.genesis-nav-menu>.menu-item:hover>.sub-menu {
		margin-top: 0;
	}

	.genesis-nav-menu .sub-menu li a {
		border-top: none;
		padding: 0.8rem 1.6rem;
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li:first-child>a {
		padding-top: 1.6rem;
	}

	.genesis-nav-menu .sub-menu li:last-child a {
		padding-bottom: 1.2rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0 0 0 17.8rem;
		top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu:before {
		display: none;
	}
}

/* Responsive Menu */

button.sub-menu-toggle,
button.menu-toggle {
	display: none;
	visibility: hidden;
	background: transparent !important;
	color: transparent !important;
}

button.sub-menu-toggle.activated, 
button.menu-toggle.activated {
	color: transparent !important;
}

@media only screen and (max-width: 1079px) {
	ul.sub-menu {
		margin: 0 !important;
		width: 100% !important;
		padding: 0 1em;
	}
	
	ul.sub-menu li {
		border-bottom: solid 1px;
	}
	
	ul.sub-menu li:last-of-type {
		border: none;
	}

	button.sub-menu-toggle,
	button.menu-toggle {
		display: block;
		visibility: visible;
	}

	.nav-primary,
	.nav-primary .sub-menu {
		width: 100%;
		display: none;
	}

	button.menu-toggle {
		display: block;
		float: right;
		background: none;
		padding: 0;
		overflow: hidden;
		width: 80px;
		height: 50px;
		position: relative;
	}

	button.menu-toggle:hover,
	button.menu-toggle:active,
	button.menu-toggle:focus,
	button.sub-menu-toggle:hover,
	button.sub-menu-toggle:active,
	button.sub-menu-toggle:focus {
		box-shadow: none;
	}

	button.menu-toggle:before {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		font-size: 3rem;
		margin: 0 auto;
		padding: 0;
		content: "\f1c3";
	}

	/***Mobile Menu Icon Label***/

	.menu-toggle:after {
		content: 'MENU';
		position: absolute;
		left: 0;
		top: 0;
	}

	button.menu-toggle.activated::before {
		content: "\f1c3";
	}

	button.sub-menu-toggle {
		position: absolute;
		left: 147px;
		top: 8px;
		background: transparent;
		padding: 0 1.25rem 0;
	}

	button.sub-menu-toggle:before {
		content: "\f110";
		font-size: 16px;
		padding: 14px 5px 14px;
		cursor: pointer;
	}

	button.sub-menu-toggle.activated:before {
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.nav-primary .genesis-nav-menu li {
		width: 100%;
	}

	.nav-primary .genesis-nav-menu>li:first-child {
		margin-top: 20px;
	}

	.nav-primary .genesis-nav-menu li .sub-menu {
		margin: 0 0 0 24px;
		width: calc(100% - 24px);
	}

	.nav-primary .genesis-nav-menu a {
		margin: 0 4rem 0 0;
		padding: 1rem 0;
	}

}

@media only screen and (min-width: 1080px) {

	.nav-primary {
		text-align: right;
	}

	.bg-primary .nav-primary {
		padding-bottom: 22px;
	}

	.nav-primary .genesis-nav-menu>li>a {
		margin: 0 0 0 24px;
		padding-top: 3em;
	}

	.nav-primary .genesis-nav-menu>li.left {
		float: left;
	}

	.nav-primary .genesis-nav-menu>li.menu-item-has-children>a:after {
		top: 18px;
	}
}

@media only screen and (min-width: 1200px) {

	.nav-primary .genesis-nav-menu>li>a {
		margin: -2px 0 0 36px;
	}
}

@media (min-width: 1080px) and (max-width: 1120px){
.nav-primary .genesis-nav-menu>li>a {
	font-size: 1.3rem;
}
}

/* Sub Nav
 * ========================================================================== */

.nav-secondary {
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 99;
}

.nav-secondary .wrap {
	padding: 0;
}

.nav-secondary .genesis-nav-menu {
	padding: 1.6rem 0;
	margin-bottom: -1.6rem;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-secondary .genesis-nav-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 1rem;
	padding: 4px;
}

.nav-secondary ul li:first-child {
	margin-left: 5%;
	padding-left: 0;
}

.nav-secondary ul li:last-child {
	margin-right: 5%;
	padding-right: 0;
}

.nav-secondary .genesis-nav-menu li a {
	opacity: 0.8;
	padding: 2rem 0;
	margin: 0;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
	opacity: 1;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a:after {
	content: " ";
	border-bottom: 5px solid;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 800px) {
	.nav-secondary {
		width: 100%;
	}
}

@media only screen and (min-width: 1023px) {

	.nav-secondary .genesis-nav-menu li {
		margin: 0 12px;
	}

	.nav-secondary ul li:first-child {
		margin-left: 0;
	}

	.nav-secondary ul li:last-child {
		margin-right: 0;
	}

}


/* Pagination
 * ========================================================================== */

.pagination {
	margin: 4rem auto;
	text-align: center;
}

.pagination.adjacent-entry-pagination {
	padding: 4rem 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.pagination.adjacent-entry-pagination .pagination-previous,
.pagination.adjacent-entry-pagination .pagination-next {
	float: none;
	text-align: center;
	padding: 2rem 0;
}

.pagination ul {
	display: inline-block;
}

.pagination li {
	border-radius: 0;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination:not(.adjacent-entry-pagination) li a {
	display: block;
	padding: 1rem 1.5rem 0.8rem;
	text-decoration: none;
	border-radius: 5px;
	background: transparent;
}

@media only screen and (min-width: 800px) {
	.pagination.adjacent-entry-pagination .pagination-previous {
		float: left;
		text-align: left;
		padding: 2rem 0;
	}

	.pagination.adjacent-entry-pagination .pagination-next {
		float: right;
		text-align: right;
		padding: 2rem 0;
	}
}

/* Background Images and Colors
 * ========================================================================== */

.with-background-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.with-background-image:after {
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 2;
}

.bg-primary:after,
.bg-light-gray:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}


/* Page Header
 * ========================================================================== */

.page-header {
	padding: 8rem 0;
	position: relative;
	text-align: center;
}

.page-header h1,
.page-header .author-box-title {
	line-height: 1.2;
	font-size: 40px;
	display: inline-block;
}

.page-header h1:last-child {
	margin-bottom: 0;
}

.page-header p {
	font-size: 2.4rem;
	max-width: 74rem;
	margin-left: auto;
	margin-right: auto;
}

.page-header p:last-child {
	margin-bottom: 0;
}

.page-header a:not(.button) {
	opacity: .5;
}

.page-header a:hover:not(.button) {
	opacity: 1;
}

@media only screen and (min-width: 800px) {

	.page-header {
		padding: calc(10% + 10.8rem) 0 10%;
	}

	.home .page-header {
		padding: calc(10% + 10.8rem) 0 10%;
	}

	.page-header h1,
	.page-header .author-box-title {
		font-size: 6rem;
	}

	.page-header .entry-meta {
		font-size: 1.6ren;
	}

}


/* Archives
 * ========================================================================== */

.archive-description {
	margin-bottom: 4rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #dcdcdc;
}

/* Entries
 * ========================================================================== */

.page-template-page_blog .entry,
.blog .entry,
.archive .entry:not(.product),
.single-post .entry {
	margin-bottom: 4rem;
	padding: 4rem 0;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}

.page-template-page_blog .entry:last-child,
.blog .entry:last-child,
.archive .entry:last-child {
	border-bottom-width: 0px;
}

.single-post .entry:first-child {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.page-template-page_blog .blog-template-description {
	display: none;
}

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 1em;
	line-height: 1.8;
}

.entry-content ol,
.entry ol,
.entry-content ul,
.entry ul {
	margin-left: 4rem;
}

.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
	display: block;
	font-size: 2.4rem;
}

.single .entry-content p.intro:after,
.page .entry-content p.intro:after {
	content: " ";
	border-bottom: 1px solid #dcdcdc;
	margin: 4rem auto;
	display: block;
}

.post-image.entry-image {
	margin-bottom: 4rem;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 3rem;
}

.entry-content ol li,
.entry ol li {
	list-style-type: decimal;
	padding-bottom: 1em;
}

.entry-content ul li,
.entry ul li {
	list-style-type: disc;
	padding-bottom: 1em;
}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 2rem;
}

.entry-content ul.list-unstyled>li,
.entry-content ol.list-unstyled>li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

/* Author Box
 * ========================================================================== */

.single .author-box {
	margin: 4rem auto 4rem;
	text-align: center;
	position: relative;
}

.single .author-box .author-box-title {
	margin: 0;
}

.author-box .avatar {
	max-width: 8rem;
	height: 8rem;
	width: 8rem;
	border-radius: 4rem;
	margin-bottom: 2rem;
}

@media only screen and (min-width: 800px) {

	.single .author-box {
		padding-left: 10rem;
		text-align: left;
	}

	.author-box .avatar {
		position: absolute;
		left: 0;

	}
}


/* Entry Grid
 * ========================================================================== */

.bt_fixed_header_gradient-entry-grid .entry {
	overflow: hidden;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 0;
	position: relative;
	text-align: center;
	border: 0;
}

.bt_fixed_header_gradient-entry-grid .entry:hover {
	transform: translateY(-0.5rem);
	box-shadow: 0 2rem 2rem -1rem rgba(0, 0, 0, 0.25);
}

.bt_fixed_header_gradient-entry-grid .entry a {
	border: 0;
	overflow: hidden;
	color: #fff;
}

.bt_fixed_header_gradient-entry-grid .entry img {
	display: block;
}

.overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}

.overlay:hover {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.overlay-inner {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
}

.overlay-details {
	display: table-cell;
	padding: 1.6rem;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 800px) {

	.bt_fixed_header_gradient-entry-grid {
		margin-left: -1rem;
		margin-right: -1rem;
		width: calc(100% + 2rem);
	}

	.bt_fixed_header_gradient-entry-grid .entry {
		width: calc(50% - 2rem);
		float: left;
		margin: 1rem;
	}
}

/* Widget Areas
 * ========================================================================== */

 /**Content widgets**/
 .bt-widget-wrapper {
    padding: 2em 1em;
    border-bottom: solid 1px;
}

.bt-widget-wrapper:last-of-type {
    border-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: solid 1px;
}

.sidebar .widgettitle {
    text-transform: uppercase;
    font-size: 2.5rem;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.widget-area ul li {
	list-style-type: none;
	margin-bottom: 1.6rem;
}


/* BT Site Footer
 * ========================================================================== */
 @media (min-width:980px){
.bt-site-footer .wrap {
    display: flex;
    flex-flow: row wrap;
}

}
.bt-site-footer .wrap .widget {
    padding: 2em 1em;
}

.bt-site-footer .wrap {
    border-top: solid 1px;
}

/* Site Footer - Bottom Bar
 * ========================================================================== */

.site-footer {
	padding: 2rem 0;
	text-align: center;
}


.site-footer p {
	font-size: 14px;
	margin-bottom: 0;
	display: inline-block;
}

.site-footer a,
.site-footer span {
	font-size: 14px;
}

.site-footer a {
	opacity: .6;
}

footer.site-footer div {
    display: inline-block;
}


/**********************************
Boomtime Widget Styling
***********************************/

/**reviews widget**/
.review_main_wrapper {
	display: block;
}

/* fuse classes and IDs */

/***
Service Menu - More... buttons with arrow icon
***/


/* Services Menu Customization */

.hotspot {
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.hotspot:after {
	position: absolute;
	cursor: pointer;
	font-family: "Ionicons";
	content: "\f110";
	top: 0;
	right: -20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hotspot.clicked:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/***
Hours Widget
***/

#hour_grid_open {
	text-align: right;
	padding-left: 10px;
}

#hour_grid td:nth-child(3) {
	text-align: center !important;
	padding: 0 10px;
}

/***
Email Signup Widget
***/
form#email_signup .submit {
	margin-top: 10px;
}

.signup_field {
    margin-top: 10px;
}

/***
NAP widget
***/

.bt.address:before {
	content: "\f1e5";
}

.bt.phone_number:before {
	content: "\f2ac";
}

.bt.email:before {
	content: "\f322";
}

.bt.address:before,
.bt.phone_number:before,
.bt.email:before {
	display: block;
	font-family: "Ionicons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 5px;
	left: 0;
}

.bt.address,
.bt.phone_number,
.bt.email
{
    padding-left: 20px;
	position: relative;
	padding-bottom: 10px;
}

/*Do not show Email icon in bottom bar*/
.site-footer .bt.email:before {
    content: '';
    padding: 0;
}

.site-footer .bt.email {
	padding-left: 0;
}

/**Add fine-print body class to fine print page**/
.fine-print .entry-title {
    display: none;
}

/*Top Bar*/
.bt-topbar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 10px 30px;
}

.bt-topbar p {
    margin: 0;
}

/* Hide Logo on Scroll if using a different logo for sticky nav */

.has-sticky-logo.page-template-default.header-scroll .title-area img {
    opacity: 0;
}

