/*
	Theme Name: Maid in Hoboken
	Theme URI: https://www.maidinhoboken.com
	Description: This is the custom theme created for Maid in Hoboken
	Author: Maid in Hoboken
	Author URI: https://www.maidinhoboken.com/

	Version: 2.3.0

	Tags: responsive

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: cleaning-theme
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

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

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## 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,
.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,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 20px;
	font-size: 2rem;
}

body {
	background-color: #eee;
	color: #333;
	font-family: 'Open Sans';
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #f37021;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
	font-size:18px;
	color:#454e57;
	font-weight:300;
	line-height:1.8;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 800;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */
body {
	font-size:16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans';
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 10px;
	color:#454e57;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size:49.93px;
}

.blue-text h2 {
	color:#0db7e1;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p {
	color:#fff;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

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

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #ff3c00;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1440px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.page .site-inner {
	padding-top: 0;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #ff3c00;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## 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;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

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

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

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: rgba(243,112,33,.8);
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 73px;
	z-index: 10;
}

.site-header > .wrap {
	padding: 0 20px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
	display:none;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	/*float: right;
	text-align: right;
	width: 800px;*/
	float: none;
	text-align: left;
	width: 100%;
	position:relative;
}

.site-header .widget-area .widget {
	margin-bottom:0 !important;
}

.site-header .widget-area .widget.widget_custom_html {
	margin-top: 14px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
	background: #fff;
	margin-top: 13px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
}

.page .entry {
	padding:0;
	margin:0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

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

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

#genesis-footer-widgets {
	background:#454e57;
	padding-top: 0;
}

#genesis-footer-widgets .widget-title {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Open Sans';
	margin-bottom: 30px;
}

#genesis-footer-widgets .widget ul > li {
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight:300;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#genesis-footer-widgets .widget ul > li a {
	color:#fff;
	text-decoration:none;
}

#genesis-footer-widgets .widget ul > li a:hover {
	color: #f37435;
}

#genesis-footer-widgets p {
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: 300;
	color: #fff;
	margin: 0 0 10px 0;
	line-height: 1.5;;
}

#genesis-footer-widgets a {
	color:#fff;
	text-decoration:none;
}

#genesis-footer-widgets a:hover {
	color:#f37435;
}

#genesis-footer-widgets .wrap {
	border-top: 1px solid #414850;
	padding-top: 60px;
	padding-left:15px;
	padding-right:15px;
}

.footer-widget-area {
	width:25% !important;
	float:left !important;
	margin:0 !important;
	padding: 0 15px;
}

/* # Before Footer
---------------------------------------------------------------------------------------------------- */
.before-footer-row {
	background:#454e57;
	padding: 50px 0;
	padding-top: 210px;
}

.before-footer-row .wrap {
	padding:0 15px;
}

.before-footer .widget-title,
.before-footer p {
	font-size: 22px;
	color: #fff;
	font-weight: 800;
	text-align: unset;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 25px 0 0;
	vertical-align: middle;
}

.before-footer .gform_wrapper ul.gform_fields li.gfield {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}

.before-footer .gfield_label {
	display:none !important;
}

.before-footer .gfield {
	margin:0 !important;
}

.before-footer .ginput_container {
	margin:0 !important;
}

.before-footer .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 48px;
	width: 459px;
	border-radius: 50px;
	font-size: 15px;
	padding-left: 20px;
	font-family: Open Sans;
	background:#fff url('/wp-content/uploads/2019/04/subscribe-button.png') no-repeat calc(100% - 20px) center;
	border:1px;
}

.before-footer .gform_button.button {
	display:block !important;
}

.before-footer .widget {
	margin-bottom:0;
}

.before-footer .gform_footer.top_label {
	display:block;
	position:absolute;
	left:-999999px;
}

.before-footer .widget {
	float:left;
	width:25%;
}

.before-footer .widget:nth-of-type(2) {
	width:50%;
	text-align: center;
	padding-top: 60px;
}

.before-footer .widget:nth-of-type(3) {
	text-align:right;
	padding-top: 60px;
}

.before-footer .gform_wrapper {
	margin: 0 !important;
	display: inline-block;
	vertical-align: middle;
}

/* # Custom Social Icons
---------------------------------------------------------------------------------------------------- */
.custom-social-icons li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 !important;
	padding: 0 10px !important;
	font-size: 24px;
}

.custom-social-icons li a {
	color:#fff;
}

.custom-social-icons li a span {
	text-indent:-999999px;
	display:none;
}

.custom-social-icons li a:hover {
	color:#ff3c00;
}

.custom-social-icons li:last-of-type {
	margin-right:0 !important;
	padding-right:0 !important;
}

.site-header .custom-social-icons li a:hover {
	color:#000;
}

/* # After Footer
---------------------------------------------------------------------------------------------------- */
.after-footer-row {
	background:#383f47;
	padding: 19px 0;
}

.after-footer-row .wrap {
	padding:0 15px;
}

.after-footer p {
	font-size:18px;
	color:#889aad;
	font-family:'Lato';
	font-weight:400;
}

.after-footer a {
	color:#889aad;
	text-decoration:none;
}

.after-footer a:hover {
	color:#fff;
}

.after-footer .widget {
	float:left;
	width:33.3%;
	margin:0;
}

.after-footer .widget:nth-of-type(2) {
	text-align:center;
}

.after-footer .widget:nth-of-type(3) {
	text-align:right;
}

.after-footer img {
	vertical-align:middle;
}

/* # Home Row 1
---------------------------------------------------------------------------------------------------- */
.home-row-1-title .fl-heading {
	color: #f37021;
	font-size: 39.48px;
}

.home-row-1-subtitle .fl-heading {
	font-size: 80.38px;
	color: #454e57;
}

.home-row-1 p {
	font-size: 18px;
	font-weight: 300;
	color: #454e57;
	line-height: 1.8;
}

.home-row-1 img {
	vertical-align:middle;
	margin:0 5px;
}

.home-row-1 .fl-row-content-wrap {
	min-height: 1054px;
	padding-top: 95px;
}

/* # Home Row 2
---------------------------------------------------------------------------------------------------- */
.home-row-2 .fl-heading .fl-heading-text {
	position:relative;
}

.home-row-2 .fl-heading .fl-heading-text::before {
	content: "";
	width: 17px;
	height: 17px;
	background: #0db7e1;
	border-radius: 50%;
	left: -39px;
	top: 25px;
	position: absolute;
}

.home-row-2 .fl-heading .fl-heading-text::after {
	content: "";
	width: 17px;
	height: 17px;
	background: #0db7e1;
	border-radius: 50%;
	right: -39px;
	top: 25px;
	position: absolute;
}

.home-row-2 .fl-module-heading .fl-heading {
	max-width: 863px;
	margin: 0 auto !important;
	position:relative;
	margin-bottom: 5px !important;
}

.home-row-2 .fl-module-heading .fl-heading::before {
	content: "";
	position: absolute;
	left: calc(-500% - -15px);
	top: 27px;
	height: 5px;
	width: 500%;
	background: #0db7e1;
}

.home-row-2 .fl-module-heading .fl-heading::after {
	content: "";
	position: absolute;
	right: -84px;
	top: 27px;
	height: 5px;
	width: 109px;
	background: #0db7e1;
}

.home-row-2 .home-row-2-title .fl-module-content {
	max-width:863px;
	margin: 0 auto;
	position:relative;
}

.home-row-2 .home-row-2-title .fl-module-content::after {
	content: "";
	position: absolute;
	right: -84px;
	top: 30px;
	width: 5px;
	background: #0db7e1;
	height: 100px;
}

.home-row-2-content .fl-rich-text {
	max-width: 863px;
	margin: 0 auto;
	position:relative;
}

.home-row-2-content .fl-rich-text::after {
	content: "";
	position: absolute;
	right: -84px;
	top: 0;
	width: 5px;
	background: #0db7e1;
	height: calc(100% + 20px);
}

.home-row-2-content .fl-module-content {
	margin-bottom:0;
}

/* # Site Btn
---------------------------------------------------------------------------------------------------- */
.site-btn {
	background: #ff3c00;
	color: #fff;
	font-size: 21.31px;
	text-decoration: none;
	border-radius: 50px;
	font-family: Open Sans;
	font-weight: bold;
	min-height: 61px;
	display: inline-block;
	vertical-align: top;
	min-width: 242px;
	text-align: center;
	line-height: 1;
	padding: 18px;
}

.site-btn-wrap .site-btn {
	margin-right:25px;
	color:#fff;
}

.site-btn-wrap .site-btn:last-of-type {
	margin-right:0;
}

.site-btn.blue-btn {
	background:#0db7e1;
}

.site-btn.dark-btn {
	background:#454e57;
}

.site-btn:hover {
	color:#fff;
	background:#ff5621;
}

.site-btn.blue-btn:hover {
	background: #0dbde9;
}

.site-btn.dark-btn:hover {
	background:#555;
}

/* # Home Row 3
---------------------------------------------------------------------------------------------------- */
.home-row-3-col .fl-callout-title {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	padding-top: 7px;
	line-height: 1.5;
	padding-bottom: 5px;
}

.home-row-3-col p {
	color:#fff;
	line-height: 1.8;
}

.home-row-3-col .fl-callout-content {
	position:relative;
	padding-left: 150px;
}

.home-row-3-col.right-img .fl-callout-content {
	padding-left:0;
	padding-right:150px;
}

.home-row-3-col .fl-callout-photo {
	position:absolute;
	left:0;
	top:0;
}

.home-3-row-col-wrap {
	position:relative;
}

.home-row-3-col.right-img .fl-callout-photo {
	left:auto;
	right:0;
}

.home-row-3-col.right-img .fl-callout-text {
	text-align:right;
}

.home-row-3-col.right-img .fl-callout-title {
	text-align:right;
}

.home-row-3-col {
	position:absolute;
	right:-15px;
	top:0;
}

.home-row-3-col.right-img {
	right:auto;
	left:-15px;
	top:0;
}

.home-row-3-col .fl-module-content {
	margin:0 !important;
}

.home-3-row-col-wrap .fl-module-content {
	margin:0 !important;
}

.fl-builder-edit .home-row-3-col {
	position:relative !important;
	left:0 !important;
	right:auto !important;
	top:auto !important;
}

/* SATISFACTION COL */
.home-row-3-col.satisfaction {
	top: 29px;
	left: 117px;
}

.home-row-3-col.cleaning {
	top: 210px;
	left: 30px;
}

.home-row-3-col.we-supply {
	left: 150px;
	top: 396px;
}

.home-row-3-col.background {
	top: 29px;
	right: 115px;
}

.home-row-3-col.rigorous {
	right: 60px;
	top: 210px;
}

.home-row-3-col.family-friendly {
/* 	right: 85px;
    top: 396px; */
	right: 45px;
	top: 210px;
}

.home-row-3-col.fully-bonded {
	right: auto;
	top: auto;
	position: relative;
	width: 496px;
	margin: -70px auto 0 auto;
}

.home-row-3-col.fully-bonded  .fl-callout-content {
	padding-left:0;
}

.home-row-3-col.fully-bonded .fl-callout-photo {
	position: static;
	text-align: center;
}

.home-row-3-col.fully-bonded .fl-callout-title {
	text-align:center;
}

.home-row-3-col.fully-bonded .fl-callout-text-wrap {
	text-align:center;
}

.home-row-3-col.cleaning .fl-callout-content {
	padding-top:10px;
}

.home-row-3-col.we-supply .fl-callout-content {
	padding-top:35px;
}

.home-row-3-col.rigorous .fl-callout-content {
	padding-top:10px;
}

.home-row-3-col.family-friendly .fl-callout-content {
/* 	padding-top:35px; */
}

.home-row-3 .site-btn-wrap {
	margin-top:45px !important;
}

.home-row-3 .fl-row-content-wrap {
	padding-top:80px;
}

.home-row-3 .fl-row-content-wrap::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	border-top: 34px solid #0db7e1;
	position: absolute;
	left: 50%;
	bottom: -33px;
	margin-left: 0;
}




/* ROUND SEPARATOR */
.round-separator {
	height: 138px;
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: -138px;
	left: 0;
	overflow:hidden;
}

.fl-builder-edit .round-separator {
	position:relative;
}

.round-separator::before {
	content: "";
	display: block;
	background: #0db7e1;
	border-radius: 0 0 100% 100%;
	height: 276px;
	margin-top: -138px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}

.round-separator.white-round-separator::before {
	background: #fff;
}

.round-separator.orange-round-separator::before {
	background: #f36814;
}

.round-separator.light-blue-round-separator::before {
	background: #dff3fd;
}

.round-separator .fl-module-content {
	margin:0 !important;
}

.arrow-separator {
	position: absolute;
	left: 50%;
	bottom: -171px;
	z-index: 30;
	margin-left: -38px;
}

.arrow-separator::after {
	width: 0; 
	height: 0; 
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	border-top: 34px solid #0db7e1;
}

.arrow-separator.white-arrow-separator::after {
	border-top-color: #fff;
}

.arrow-separator.orange-arrow-separator::after {
	border-top-color: #f36814;
}

.arrow-separator.light-blue-arrow-separator::after {
	border-top-color: #dff3fd;
}

.arrow-separator .fl-module-content {
	margin:0 !important;
}

.fl-builder-edit .arrow-separator {
	position:relative;
	bottom: 0;
}

.fl-builder-edit .arrow-separator::after {
	border-top-color: #000;
}

/* HOME ROW 4 */
.home-row-4 .fl-row-content-wrap {
	padding-top: 230px;
}

/* SERVICES WRAP */
.services-wrap .fl-photo-content {
	height:130px;
	display:flex;
	align-items: end;
}

.services-wrap .fl-photo-content img {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}

.services-wrap .fl-heading {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
}

.services-wrap p {
	text-align:center;
	line-height: 1.8;
}

.services-wrap .more .fl-module-content {
	margin-top:0;
}

.services-wrap .fl-col {
	margin-bottom:25px;
}

/* MORE CONTENT */
.morecontent {
	display:block;
}

.morecontent span {
    display: none;
}

.morelink {
	margin-top:0;
}

.morelink,
.morelink:active,
.morelink:focus {
    display: block;
	color: #f37435;
	font-family: Open Sans;
	font-weight: bold;
	font-size:18px;
	text-decoration:none;
}

/* WITH TOP ROUND SEPARATOR */
.w-top-round-separator .fl-row-content-wrap {
	padding-top:172px;
}

/* HOME ROW 5 */
.home-row-5 h3 {
	font-size: 96.68px;
}

.home-row-5 h4 {
	font-size:43.73px;
}

.home-row-5 img {
	margin-top:30px;
}

.home-row-5 p {
	line-height:1.8;
	margin-bottom: 30px;
}

.home-row-5 p:last-of-type {
	margin-bottom:0 !important;
}

.home-row-5-right {
	padding-left: 90px;
}

/* UL CHECKLIST */
body .entry-content .ul-checklist ul {
	margin-left:0;
}

body .entry-content .ul-checklist li {
	position: relative;
    list-style-type: none !important;
    padding-left: 50px;
    line-height: 1;
}

body .entry-content .ul-checklist li::before {
	content: "";
	display:block;
	width:22px;
	height:22px;
	background:no-repeat center url('/wp-content/uploads/2019/04/orange-round-check.png');
	position:absolute;
	left:0;
	top:0;
}

body .entry-content .ul-checklist li strong {
	font-size: 22px;
	font-weight: 800 !important;
	color: #454e57;
	margin-bottom: -20px;
	display:block;
	line-height: 1;
}

body .entry-content .ul-checklist li {
	font-weight:300;
	color:#454e57;
	margin-bottom: 45px;
	line-height:1.5;
}

/* WITH SECONDARY COLOR */
.round-separator.light-blue-round-separator.w-secondary-color::before {
	border-bottom:50px solid #fff;
}

/* SLICK DOTS */
body .slick-dots {
	margin:0 !important;
}

body .slick-dots li button::before {
	display:none !important;
}

body .slick-dots li button {
	background: #fff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	border: 1px solid #ff3c00;
	padding:0;
}

body .slick-dots li button:hover {
	background:#e4592f;
}

body .slick-dots li.slick-active button {
	background:#ff3c00;
}

body .slick-dots li {
	width:auto;
	height:auto;
}

/* CUSTOM GMAP MULTIPLE */
.custom-gmap .fl-tabs-label {
	background: #0db7e1;
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	font-family: Open Sans;
	width: auto;
	border-radius: 50px;
	border: 1px !important;
	transition: all 0.3s ease;
	margin-bottom: 25px;
	padding: 14px;
	min-height: 72px;
	width: 282px;
	min-width: 282px;
	margin-left:auto;
}

.custom-gmap .fl-tabs-label.fl-tab-active {
	background:#ff3c00;
	color:#fff;
}

.custom-gmap .fl-tabs-label:hover {
	background:#00cafc;
}

.custom-gmap .fl-tabs-panel-content p {
	border: 0;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	overflow: hidden;
	display:block;
	float: right;
}

.custom-gmap .fl-tabs-panel-content iframe {
	width:600px;
	height:600px;
}

.custom-gmap .fl-tabs-panels {
	min-height: 1px;
	border: 0;
}

.custom-gmap .fl-tabs-vertical .fl-tabs-label.fl-tab-active::after {
	display:none !important;
}

.custom-gmap .fl-tabs-panel-content {
	padding:0 !important;
}

.custom-gmap-wrap {
	max-width:1113px;
	margin:0 auto !important;
	float:none !important;
	position:relative;
}

.custom-gmap .fl-tabs-panels {
	text-align:right;
}

.custom-gmap .fl-tabs-vertical .fl-tabs-labels {
	padding-top:170px;
}

.custom-gmap-wrap .blue-text {
	position: absolute;
	left: 0;
	top: 50px;
}

/* WITH BOTTOM CURVE */
.w-bottom-curve .fl-row-content-wrap {
	position:relative;
}

.w-bottom-curve .fl-row-content-wrap::after {
	content:"";
	position:absolute;
	left:0;
	bottom:-138px;
	z-index:10;
	width:100%;
	height:139px;
	display:block;
	background:url('/wp-content/uploads/2019/04/white-bottom-curve.png') no-repeat center bottom;
	background-size:cover;
}

.w-bottom-curve .fl-row-content-wrap::before {
	content: "";
	position: absolute;
	bottom: -171px;
	width: 0;
	height: 0;
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	border-top: 34px solid #fff;
	left: 50%;
	z-index: 20;
	margin-left: -36px;
}

.blue-bottom-curve .fl-row-content-wrap::after {
	background-image:url('/wp-content/uploads/2019/04/blue-bottom-curve.png');
}

.blue-bottom-curve .fl-row-content-wrap::before {
	border-top-color:#0db7e1;
}

.orange-bottom-curve .fl-row-content-wrap::after {
	background-image:url('/wp-content/uploads/2019/04/orange-bottom-curve.png');
}

.orange-bottom-curve .fl-row-content-wrap::before {
	border-top-color:#f36815;
}

.light-blue-bottom-curve .fl-row-content-wrap::after {
	background-image:url('/wp-content/uploads/2019/04/light-blue-bottom-curve.png');
}

.light-blue-bottom-curve .fl-row-content-wrap::before {
	border-top-color:#dff3fd;
}

.blue-white-bottom-curve .fl-row-content-wrap {
	position:relative;
}

.blue-white-bottom-curve .fl-row-content-wrap::after {
	content:"";
	position:absolute;
	left:0;
	bottom:-190px;
	z-index:10;
	width:100%;
	height:191px;
	display:block;
	background:url('/wp-content/uploads/2019/05/footer-curve.png') no-repeat center bottom;
	background-size:cover;
}

.white-bottom-curve .fl-row-content-wrap::after {
	content:"";
	position:absolute;
	left:0;
	bottom:-190px;
	z-index:10;
	width:100%;
	height:191px;
	display:block;
	background:url('/wp-content/uploads/2020/03/white-footer-curve.png') no-repeat center bottom;
	background-size:cover;
}

/* ABOUT US PAGE */
body .subpage-banner .fl-row-content-wrap {
	min-height:572px;
	padding-top:95px;
}
body .subpage-title .fl-heading {
	font-size: 39.48px !important;
	color: #f37021;
	font-weight: 800;
}

body .subpage-img .fl-module-content {
	margin-top:0 !important;
}

body .subpage-content p {
	text-align: center;
	line-height: 2;
}

body .subpage-content .fl-module-content {
	margin-top:0;
}

/* CUSTOM ACCORDION */
body .custom-accordion .fl-accordion-button {
	background: #454e57;
	color: #fff !important;
	font-size: 25px;
	font-weight: bold;
	font-family: Open Sans;
	border-radius: 50px;
	padding: 22px 25px 22px 40px;
	line-height: 1;
}

body .custom-accordion .fl-accordion-item {
	border:none;
}

body .custom-accordion .fl-accordion-content {
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

body .custom-accordion .fl-accordion-item-active .fl-accordion-button {
	background:#0db7e1;
	color:#fff !important;
}

body .custom-accordion .fl-accordion-button-label {
	color:#fff !important;
}

body .custom-accordion .fl-accordion-item-active .fl-accordion-button-label {
	color:#fff !important;
}

body .custom-accordion .fas {
	opacity:1;
}

/* ### Genesis Responsive Menus */
.genesis-responsive-menu .wrap {
	padding: 0;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: #fff;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: #fff;
	border-width: 0;
	color: #c3251d;
}

.menu-toggle {
	line-height: 22px;
	position: relative;
	width: 100%;
	z-index: 1000;
}

.menu-toggle,
.menu-toggle:focus,
.menu-toggle:hover {
	border-top: 1px solid #eee;
}

.menu-toggle::before {
	font-size: 0 !important;
	margin-right: 0;
	/*text-rendering: auto !important;*/
	float: right;
	content: "";
	width: 48px !important;
	height: 48px !important;
	display: block !important;
	background: #fff no-repeat center url('/wp-content/uploads/2019/05/menu-icons.png');
	border-radius: 50%;
	margin-left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.sub-menu-toggle {
	float: right;
	padding: 13px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	/*text-rendering: auto;*/
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	-webkit-transition: transform .25s ease-in-out;
	-ms-transition:     transform .25s ease-in-out;
	transition:         transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

.genesis-responsive-menu .genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
	text-align: left;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item a {
	border: none;
	margin-bottom: 0px;
	padding: 15px 20px;
	width: 100%;
	color: #f37021;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Open Sans;
	border-bottom: 1px solid #f37021;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu {
	border: none;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
	background: rgba(243, 112, 33, 0.8);
	color: #fff;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
	left: 0;
	margin-left: 0;
}

.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
	content: none;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	width: 100%;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
	margin: 0;
}

/* GENESIS HEADER */
#genesis-mobile-nav-header {
	font-size: 24px;
	color: #fff;
	background: transparent;
	border: none;
	padding: 0;
	font-weight: bold;
	text-transform: none;
	width:auto;
	margin:0;
	overflow:unset;
	padding-right: 60px;
	padding-top: 10px;
	display:inline-block;
	vertical-align:top;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#genesis-mobile-nav-header:hover {
	color:#000;
}

/* TEAM MEMBERS */
.team-members  .fl-post-grid-post {
	background:transparent;
}

.team-members .fl-post-grid-image {
	overflow:hidden;
	display: block;
	background: #333;
	width: 275px;
	border-radius: 50%;
	height: 275px;
	overflow: hidden;
	margin:0 auto;
}

.team-members .fl-post-column {
	margin-top:0px;
}

.team-members .fl-post-grid-post {
	border:0;
}

.team-members .fl-post-grid-text {
	/*display:none;*/
    text-align: center;
}

.team-members .fl-post-grid-title a {
    color: white !important;
    font-weight: bold;
	font-size: 26px;
	pointer-events: none;
	cursor: default;
}

.team-members .fl-post-grid-image img {
	width:275px !important;
}

.team-members .fl-button {
	background: transparent !important;
	border: none !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-family: Open Sans !important;
	font-weight: 300 !important;
	padding-bottom:0 !important;
}

.team-members .fl-button:hover {
	opacity:.9;
}

.team-members .fl-button-text {
	color:#fff !important;
}

.team-members .fl-builder-pagination-load-more {
	padding-bottom:0 !important;
}

.team-members .fl-button:after {
	content:"";
	display:block;
	width:64px;
	height:64px;
	margin:20px auto 0 auto;
	background:no-repeat center url('/wp-content/uploads/2019/05/see-all-btn.png');
}

/* SERVICES ROW */
.services-row h3.fl-heading {
	font-size:22px !important;
	color: #454e57;
}

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

body .entry-content ol li, 
body .entry-content ul li {
	margin-left:0;
	margin-bottom:0;
	font-size:18px;
	font-weight:300;
	font-family:'Open Sans';
	color:#454e57;
	list-style:none;
	position:relative;
	line-height: 1.5;
	margin-bottom: 5px;
	padding-left: 25px;
}

body .entry-content ol li::before, 
body .entry-content ul li::before {
	content:"";
	position:absolute;
	left:0;
	top:10px;
	width:11px;
	height:11px;
	background:#f36f21;
	border-radius:50%;
}

body .custom-testi-cat li,
body .slick-dots li {
	padding-left:0 !important;
}

body .custom-testi-cat li::before {
	display:none !important;
	padding-left:0 !important;
}

body .slick-dots li::before {
	display:none !important
}

.x-list ul {
	text-align:right;
}

.x-list li {
	display:inline-block;
	vertical-align:top;
	width:24%;
	text-align:left;
	padding-right: 20px !important;
}

.x-list li::before {
	background:url('/wp-content/uploads/2019/05/red-x.png') no-repeat center !important;
}

/* FAQS PAGE */
.faqs-row-1 .custom-video-slider-wrap::after {
	display:none;
}

/* CONTACT PAGE */
.contact-row-1 p {
	font-size:25px;
	font-family:'Open Sans';
	font-weight:bold;
	line-height: 1.3;
}

.contact-row-1 p a {
	color:#454e57;	
}

.contact-row-1 p a:hover {
	color:#ff3c00;
}

/* CONTACT FORM */
body .gform_wrapper .top_label .gfield_label, 
body .gform_wrapper legend.gfield_label {
	display:none;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 72px;
	width: 100%;
	border-radius: 50px;
	border: 1px;
	font-size: 18px;
	color: #454e57;
	padding-left: 30px;
	font-weight:300;
	font-family:'Open Sans';
}

body .gform_wrapper ul li.gfield {
	padding-left:0 !important;
}

body .gform_wrapper textarea {
	height: 145px;
	border: 1px;
	padding-left: 30px;
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: 300;
	border-radius: 50px;
	padding-top: 25px;
}

body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type="submit"] {
	height: 72px;
	width: 385px;
	border-radius: 50px;
	background: #ff3c00;
	font-size: 25px;
	font-weight: bold;
	font-family: Open Sans;
	line-height:1;
}

body .gform_wrapper .gform_footer input.button:hover, 
body .gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #ff6200;
}

.contact-row-3 .widget.gform_widget {
	margin-bottom:0 !important;
}

/* EMPLOYMENT FORM */
body .employment-form {
	max-width:684px;
	margin:0 auto;
}

body .employment-form .widget {
	margin-bottom:0 !important;
}

body .employment-form .gform_wrapper .gform_footer input.button, 
body .employment-form .gform_wrapper .gform_footer input[type="submit"] {
	width:100%;
}

body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	background: #fff;
	border-radius: 50px;
	height: 72px;
	font-size: 18px;
	text-align: left;
	color: #454e57;
	padding: 20px 0 0 25px;
}

body .button.gform_button_select_files {
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 5px;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	font-family: 'Open Sans';
	font-weight: bold;
}

#gform_multifile_messages_3_5 li {
	color:#fff;
}

#gform_preview_3_5 .ginput_preview {
	color:#fff;
	padding-left:25px;
}

body .gform_wrapper .gform_footer {
	padding-right:16px;
}

.employment-row-4 p {
	margin-bottom: 10px;
}

/* EMPLOYMENT 3 GALLERY */
.employment-row-3 .gallery img {
	border: 0;
	height: 100%;
	padding: 0;
	width: 100%;
	display: block;
	min-height: 1px;
	margin-bottom: -2px;
}

.employment-row-3 .gallery img:hover {
	opacity:.8;
}

.employment-row-3 .gallery-item {
	margin-bottom:0;
}

/* BLOG PAGE */
.blog .site-inner {
	max-width: 100%;
	background: #fff;
}

/* BLOG BANNER */
.blog-banner .fl-row-content-wrap {
	min-height: 671px;
	padding-top:30px;
}

.blog-banner h2.widgettitle {
	color: #f37021;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	font-family:'Open Sans';
}

.blog-banner .gform_widget {
	max-width: 459px;
	margin: 0 auto;
}

.blog-banner .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: 1px solid #d6d6d6;
	height: 48px;
	font-size: 18px;
	font-family: 'Open Sans';
	padding: 0 0 0 20px;
	background: #fff url('/wp-content/uploads/2019/04/subscribe-button.png') no-repeat calc(100% - 20px) center;
}

.blog-banner .gform_footer {
	display:block;
	position:absolute;
	left:-99999999px;
}

/* BLOG BODY */
.blog-body {
	max-width:1430px;
	margin:0 auto;
	background: #fff;
	padding-top:100px;
}

.bb-left {
	float:left;
	width:66.6%;
	padding:0 15px;
}

.bb-right {
	float:right;
	width:33.3%;
	padding:0 15px;
}

.blog-body .blog-content h3,
.blog-body .blog-content h3 span {
	font-size: 22px !important;
	font-weight: 800 !important;
	color: #606060 !important;
	text-transform: uppercase !important;
	font-family:'Open Sans' !important;
	margin-bottom: 5px !important;
}

.blog-body .blog-content h4,
.blog-body .blog-content h4 span {
	font-size: 20px !important;
	font-weight: 800 !important;
	color: #606060 !important;
	text-transform: uppercase !important;
	font-family:'Open Sans' !important;
	margin-bottom: 5px !important;
	padding-left:0 !important;
}

.blog-body .blog-content h3 a {
	color:#606060;
}

.blog-body .blog-content h3 a:hover {
	color:#ec783f;
}

.blog-body .blog-img {
	margin-bottom:35px;
}

.blog-body .blog-author {
	font-size: 18px;
	color: #555;
	font-weight: 300;
	font-family: 'Open Sans';
}

.blog-body .blog-content p,
.blog-body .blog-content p span {
	color: #8c8c8c !important;
	font-weight: 400 !important;
	line-height: 1.8 !important;
	padding-left:0 !important;
}

.blog-body .blog-content ul,
.blog-body .blog-content ul li,
.blog-body .blog-content ul li span {
	color: #8c8c8c !important;
	font-weight: 400 !important;
	line-height: 1.8 !important;
	padding-left:0 !important;
	font-size:18px;
	list-style:disc;
}

.blog-body .blog-content ul {
	margin-left:15px !important;
}

.blog-body .blog-content ol,
.blog-body .blog-content ol li,
.blog-body .blog-content ol li span {
	color: #8c8c8c !important;
	font-weight: 400 !important;
	line-height: 1.8 !important;
	padding-left:0 !important;
	font-size:18px;
	list-style:decimal;
}
.blog-body .blog-content ol {
	margin-left:15px !important;
	margin-bottom:20px !important;
}

.blog-body .blog-content h2,
.blog-body .blog-content h2 span {
	font-size:26px !important;
	font-weight:800 !important;
	color:#606060 !important;
}

.blog-body .blog-content h2 {
	margin-bottom:20px !important;
}

.blog-body .blog-date {
	width: 70px;
	height: 70px;
	background: #ec783f;
	border-radius: 50%;
	text-align: center;
	color:#fff;
	padding-top: 15px;
    line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.blog-body .blog-date span {
	display:block;
	line-height:1;
}

.blog-body .blog-date span.month {
	font-size:14.51px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}


.blog-body .blog-date span.day {
	font-size:26.47px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
}

.blog-body .blog-title {
	position:relative;
	padding-left:90px;
	margin-bottom: 25px;
}

.blog-sharing .addtoany_list.a2a_kit_size_32 a {
	background: #606060 !important;
	width: 32px !important;
	height: 32px !important;
	border-radius: 50% !important;
	padding: 0 !important;
	text-align: center !important;
	margin-right: 20px;
}

.blog-sharing .addtoany_list.a2a_kit_size_32 a:hover {
	background:#ff3c00 !important;
}

.blog-post {
	margin-bottom:80px;
}

.blog-content {
	margin-bottom:30px;
}

.blog-sharing .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	background:transparent !important;
	width:26px;
	opacity:1;
	line-height:1em;
	height:auto;
}

.blog-pagination a {
	width: 46px;
	display: inline-block;
	height: 46px;
	text-indent: -888888px;
	background: #363636 no-repeat center;
	border-radius: 50%;
	vertical-align:middle;
}

.blog-pagination a:hover {
	background-color:#ff3c00;
}

.pagination-guide {
	font-size: 18px;
	color: #606060;
	font-weight: 300;
	font-family: 'Open Sans';
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.blog-pagination .newer a {
	background-image:url('/wp-content/uploads/2019/05/blog-right-arrow.png');
	margin-left:5px;
}

.blog-pagination .older a {
	background-image:url('/wp-content/uploads/2019/05/blog-left-arrow.png');
	margin-right:5px;
}

.blog .site-inner {
	background: #fff repeat-y center url('/wp-content/uploads/2019/05/blog-bubble.png');
	background-size:100%;
	position:relative;
	padding-bottom: 70px;
}

.blog .site-inner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -138px;
	z-index: 10;
	width: 100%;
	height: 139px;
	display: block;
	background: url('/wp-content/uploads/2019/04/white-bottom-curve.png') no-repeat center bottom;
	background-size: auto;
	background-size: cover;
}

/* BLOG SIDEBAR */
.blog-body [type="search"] {
	height: 49px;
	padding: 0;
		padding-left: 0px;
	font-size: 18px;
	border: 1px solid #d6d6d6;
	border-radius: 50px;
	color: #333;
	font-weight: 300;
	font-family: 'Open Sans';
	padding-left: 25px;
	background:no-repeat calc(100% - 15px) center url('/wp-content/uploads/2019/05/search-magnifier.png');
}

.blog .bb-right .sidebar-box {
	background:no-repeat center url('/wp-content/uploads/2019/05/blog-time-to-clean-bg.png');
	min-height:408px;
	text-align:center;
	padding-top: 260px;
	background-size: cover;
}

.blog .bb-right .sidebar-box h3 {
	font-size:36.55px;
	color:#fff;
	text-transform:uppercase;
	font-family:Open Sans;
	font-weight:800;
	margin-bottom: 10px;
}

.blog .bb-right .sidebar-box a {
	background: #ff3c00;
	color: #fff;
	display: block;
	width: 284px;
	height: 72px;
	margin: 0 auto;
	border-radius: 50px;
	font-weight: bold;
	font-family: Open Sans;
	font-size: 25px;
	line-height: 1.2;
	padding: 20px 15px;
}

.blog .bb-right .sidebar-box a:hover {
	background:#ff6200;
}

.blog .bb-right h3.widget-title {
	font-size: 22px;
	font-weight: 800;
	color: #606060;
	margin-bottom: 20px;
}

.blog .bb-right .widget ul > li {
	font-size: 18px;
	font-weight: 300;
	color: #787878;
	font-family:'Open Sans';
	margin-bottom: 10px;
	padding-bottom: 0;
}

.blog .bb-right .widget ul > li:last-of-type {
	margin-bottom:0;
}

.blog .bb-right .widget ul > li a {
	color: #787878;
	position: relative;
	display: inline-block;
	padding-left: 25px;
	line-height: 1.5;
}

.blog .bb-right .widget ul > li a:hover {
	color:#f36f21;
}

.blog .bb-right .widget {
	margin-bottom:50px;
}

.blog .bb-right .widget ul > li a::before {
	content:"";
	position:absolute;
	left:0;
	top: 8px;
	width:11px;
	height:11px;
	border-radius:50%;
	background:#f36f21;
}

.blog .bb-right .featured-content .entry-title a {
	color: #606060;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family:'Open Sans';
}

.blog .bb-right .featured-content .entry-title a:hover {
	color:#333;
}

.blog .bb-right .entry-image {
	width:85px;
}

.blog .bb-right .featured-content .entry {
	margin-bottom:0;
	margin-top:24px;
}

.blog .bb-right .featured-content .entry:last-of-type {
	margin-bottom:0;
}

.blog .bb-right .featured-content {
	margin-bottom:35px;
}

.blog .bb-right a.alignleft {
	margin-bottom:0;
}

.blog .bb-right .tag-cloud-link {
	display:inline-block;
	vertical-align:top;
	border: 1px solid #d6d6d6;
	color: #85878c;
	font-size: 18px !important;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.blog .bb-right .tag-cloud-link::before {
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:no-repeat center url('/wp-content/uploads/2019/05/tags-arrow.png');
	width:12px;
	height:12px;
	margin-right:10px;
}

.blog .bb-right .tag-cloud-link:hover {
	color:#333;
}

/* BLOG SINGLE BANNER */
body .single-blog-banner .fl-row-content-wrap {
	min-height: 383px;
	padding-top: 15px;
}

/* GIFT CARD PAGE */
.gc-row-1 h3.fl-heading {
	color:#454e57;
	font-size:22px;
	text-transform:uppercase;
}

/* GIFT CARD FORM */
body .gift-card-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border:1px solid #d8d8d8;
}

body .gform_wrapper select {
	height: 72px;
	width: 100% !important;
	border-radius: 50px;
	color: #636a71;
	font-family: Open Sans;
	font-weight: 300;
	padding:0 !important;
	padding-left: 25px !important;
	border: 1px solid #d8d8d8;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	background: #fff no-repeat calc(100% - 25px) center url('/wp-content/uploads/2019/05/form-dropdown-arrow.png');
	border:1px;
}

body .gift-card-form .gform_wrapper textarea,
body .gift-card-form .gform_wrapper select {
	border:1px solid #d8d8d8;
}

body .gift-card-form .widget {
	margin-bottom:0;
}

/* GIFT CARD LISTS */
body .gc-col h3.fl-heading {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	font-family: Open Sans;
}

body .gc-col {
	margin-bottom:25px;
}

/* TEMPLATE PAGE */
.template .entry-content p {
	font-size: 18px;
	color: #454e57;
	font-family:'Open Sans';
}

.template .entry-content h1,
.template .entry-content h2,
.template .entry-content h3,
.template .entry-content h4,
.template .entry-content h5,
.template .entry-content h6 {
	text-transform:uppercase;
	font-family:'Open Sans';
	font-weight:800;
}

.template .entry-content h1 {
	font-size:30px;
}

.template .entry-content h2 {
	font-size:26px;
}

.template .entry-content h3,
.template .entry-content strong {
	font-size:22px;
	font-weight:800;
}

.template .entry-content h4 {
	font-size:20px;
}

.template .entry-content h5 {
	font-size:18px;
}

.template .entry-content h6 {
	font-size:16px;
}

.template .row-905 .fl-row-fixed-width {
	max-width:905px;	
}

/* POPUP FORM */
body .pum-container.pum-responsive.pum-responsive-medium {
	width: 100%;
	max-width: 888px !important;
	border-radius: 30px;
	box-shadow: 0 0 20px -10px #000;
	padding-left: 60px;
	padding-right: 44px;
	padding-top: 40px;
	padding-bottom: 20px;
	position: relative;
	left: 0 !important;
	top: 0 !important;
	margin: 80px auto 0 auto;
}

body .pum-close.popmake-close {
	width: 32px !important;
	height: 32px !important;
	border-radius: 50% !important;
	font-weight: bold !important;
	font-size: 20px !important;
	text-indent: -11111px !important;
	background:#ff3c00 no-repeat center url('/wp-content/uploads/2019/05/popup-x-button.png') !important;
	outline:0 !important;
	top: -10px !important;
	right: -10px !important;
}

body .pum-container p {
	font-size: 19.15px;
	font-weight: 800;
	font-family: Open Sans;
	margin-bottom: 0;
}

body .pum-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .pum-container .gform_wrapper .top_label select.medium {
	height: 47px;
	font-size: 18px;
}

body .pum-container .gform_wrapper .top_label select.medium {
	background-size:15px;
}

body .pum-container .gform_wrapper textarea.medium {
	height: 111px;
	padding-top: 15px;
}

body .pum-container .gform_wrapper .gform_footer input.button, 
body .pum-container .gform_wrapper .gform_footer input[type="submit"] {
	width: 100%;
	height: 61px;
	font-size: 21.31px;
}

/* CPM - Custom popup menu */
.cpm-wrapper {
	position: fixed;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: rgba(243,112,33,.95);
	left:0;
	top:0;
	opacity:0;
	visibility:hidden;
	transition: all 0.3s ease;
}

.cpm-wrapper.active {
	visibility:visible;
	opacity:1;
}

.nav-header {
	display:none;
}

.cpm-inner {
	max-width: 1400px;
	margin: auto;
	text-align: center;
	width: 100%;
	position:relative;
	padding-top: 120px;
}

/* CPM LISTS */
.cpm-main-menu li {
	font-size:30px;
	font-weight:bold;
	font-family:'Open Sans';
	color:#ffffff;
	text-transform:uppercase;
}

.cpm-main-menu li a {
	color: #fff;
	display: inline-block;
	border-bottom: 4px solid transparent;
	line-height: 1;
	padding-bottom: 6px;
	margin-bottom: 15px;
}

.cpm-main-menu li a:hover {
	border-color:rgba(255,255,255,.5);
}

.cpm-main-menu li a.cpm-btn {
	cursor: pointer;
	width: 338px;
	height: 61px;
	border: 3px solid #fff;
	border-radius: 50px;
	font-size: 21.31px;
	text-transform: none;
	font-weight: 700;
	line-height: 1;
	padding-top: 14px;
	display: block;
	margin: 15px auto 0 auto;
}

.cpm-main-menu li a.cpm-btn:hover {
	background:rgba(255,255,255,.3);
}

.cpm-close {
	color:#fff;
	font-weight: bold;
	font-size: 24.4px;
	font-family: Open Sans;
	top: 15px;
	right:0;
	position:absolute;
}

.cpm-close::after {
	content:"";
	background:no-repeat center url('/wp-content/uploads/2019/05/cpm-close-icon.png') #fff;
	display:inline-block;
	vertical-align:middle;
	width:48px;
	height:48px;
	border-radius: 50%;
	margin-left:5px;
}

/* Main Full Page */
.main-full {
	background:no-repeat center url('/wp-content/uploads/2019/05/404-bubbles.png');
}

.main-full .after-footer-row {
	position:static;
	width:100%;
	bottom:0;
	left:0;
}

.main-full .site-inner {
	width:100%;
}

.main-full-body {
	text-align:center;
	padding-top:130px;
}

.error404 .main-full-body {
	height:100vh;
}

.main-full-body p {
	font-size: 18px;
	color: #454e57;
	font-weight: 800;
	font-family: Open Sans;
	text-align: center;
}

.main-full-body img {
	margin-bottom:40px;
}

.main-full-body .m-cont {
	margin-bottom:40px;
}

.main-full-body .site-btn {
	background: #ff3c00;
	color: #fff;
	width: 284px;
	height: 72px;
	display: block;
	margin: 0 auto;
	border-radius: 50px;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1;
	padding: 20px;
}

.main-full-body .site-btn:hover {
	background:#ff6200;
}

/* THANK YOU PAGE */
.thank-you .main-full-body {
	padding-bottom:50px;	
}

.thank-you .after-footer-row {
	/*position:static;*/
}
.thank-you .main-full-body h2 {
	font-size: 71.61px;
	color: #0db7e1;
	text-transform: uppercase;
	font-weight: 800;
}

.thank-you .main-full-body img {
	margin-bottom: 15px;
}

.thank-you .main-full-body p {
	font-size:18px;
	font-weight:300;
	color:#454e57;
	margin-bottom:10px;
}

.thank-you .main-full-body p a {
	color:#454e57;
	font-weight:800;
}

.thank-you .main-full-body p a:hover {
	color:#000;
}

.thank-you .like-us-img {
	margin-top: 0;
	margin-left: 115px;
}

.thank-you .fb-like {
	margin-top:-50px;
}

body .custom-testi-sliders-wrap {
	overflow:hidden;
}

.sitemap-row-1 .wsp-pages-title {
	font-size:30px;
}

/* TERMS OF SERVICE */
body .terms-of-service  ul {
	margin-bottom:20px !important;
}

body .terms-of-service  h3 {
	margin-bottom:20px !important;
}

/* CITY LANDING */
.orange-text {
	color:#f37021 !important;
}

.cl-banner-title h2.fl-heading {
	font-size: 40px;
	text-transform: uppercase;
	color: #454e57;
	font-weight: 800;
}

.cl-banner img {
	vertical-align:middle;
}

.cl-banner .fl-row-content-wrap {
	padding-top:70px;
	padding-bottom: 35px;
}

.cl-banner-img .fl-module-content {
	margin-bottom:40px;
}

/* CITY SERVICES */
.cl-services .services-wrap .fl-heading {
	color:#fff;
}

.cl-services .services-wrap p {
	color:#fff;
}

.cl-services .morelink, 
.cl-services .morelink:active, 
.cl-services .morelink:focus {
	color:#fff;
}

.cl-services .morelink:hover {
	color:#000;
}

.cl-services .fl-row-content-wrap {
	padding-top: 70px;
	padding-bottom:50px;
}

/* CITY DISCOVER */
.city-discover .fl-row-content-wrap {
	padding-top: 70px;
	padding-bottom:50px;
}

/* CITY HOUSE */
.city-house p strong {
	font-weight:800 !important;
	color:#f37021;
}

.city-house p a {
	font-weight:700;
	color:#f37021;
}

.city-house .fl-row-content-wrap {
	padding-top:70px;
	padding-bottom:50px;
}

.w-city-arrow .fl-row-content-wrap {
	position:relative;
}

.w-city-arrow .fl-row-content-wrap::after {
	content:"";
	position:absolute;
	left:50%;
	bottom:-39px;
	display:block;
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #fff;
	margin-left:-40px;
	z-index:20;
}

.w-city-arrow.city-arrow-blue .fl-row-content-wrap::after {
	border-top-color:#0db7e1;
}

/* CITY WHY CHOOSE */
.city-why-choose .fl-row-content-wrap {
	padding-top:40px;
	padding-bottom:80px;
}

.city-why-choose .site-btn-wrap .fl-module-content {
	margin-top:40px !important;
}

/* CITY OUR WORK */
.city-our-work .fl-row-content-wrap {
	padding-top:70px;
	padding-bottom:50px;
}

/* CITY BLOG */
.city-blog .fl-post-grid-image {
	height:215px;
	overflow:hidden;
}

.city-blog .fl-row-content-wrap {
	padding-top:70px;
	padding-bottom: 60px;
}

body .city-blog .fl-post-grid-title {
	font-size: 22px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: bold;
    line-height: 1.3;
}

body .city-blog .fl-post-grid-title a {
	 color:#454e57;
}

body .city-blog .fl-post-grid-title a:hover {
	color:#000;
}

body .city-blog .fl-post-grid-meta {
	font-size:18px;
	font-family: 'Open Sans';
	color: #454e57;
	font-weight: 300;
	padding-bottom: 15px;
}

body .city-blog .fl-post-grid-content p {
	font-size:18px;
	color:#454e57;
	font-weight:300;
	line-height: 1.5;
}

body .city-blog .fl-post-grid-text {
	padding:50px;
}

body .city-blog .fl-post-grid-post {
	margin-bottom:60px;
}

.city-blog-cta a {
	color:#b0b0b0;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
}

.city-blog-cta a:hover {
	color:#000;
}

.city-blog-cta a::after {
	content:"";
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid #b0b0b0;
	display:inline-block;
	vertical-align:2px;
	margin-left:15px;
}

.city-blog-cta .fl-rich-text {
	border-top:1px solid #eaeaea;
	padding-top:20px;
}

/* CITY UPPER FOOTER */
.city-upper-footer .fl-row-content-wrap {
	padding-top:70px;
}

/* CITY TESTIMONIALS */
.city-testi .fl-row-content-wrap {
	padding-top: 60px;
	padding-bottom:70px;
}

/* HOME ROW 88 */
.home-row-88-gmap .fl-rich-text,
.home-row-88-gmap .fl-rich-text iframe {
	overflow:hidden;
	height:600px;
	width:600px;
}

.home-row-88-gmap .fl-rich-text iframe {
	height:600px;
	width:600px;
}

/* CHROME CSS */
.chrome .custom-video-list-wrap::before {
	margin-top:-2px;
}

.chrome .custom-video-list-wrap::after {
	margin-top:-2px;
}

.chrome .genesis-nav-menu {
	margin-top:14px;
}

body .custom-video-big .big-img .video-play {
	background: rgba(243,112,33,.8);
}

body .custom-video-big .big-img {
	border:3px solid #0db7e1;
}

/* Sister Company */
body .sister-company-col {
	background:no-repeat center top url('/wp-content/uploads/2019/09/paragon-sister-company-bg.png') !important;
	height:417px !important;
	max-width: 1170px !important;
	margin: 0 auto !important;
	float: none !important;
}

.sister-company-title h2 {
	font-weight: 900;
	color: #454e57;
	font-size:45.41px;
	font-family: 'Open Sans';
	line-height: 1.1;
}

.sister-company-title .small-text {
	font-size: 22.3px !important;
	color: #f37021 !important;
}

.sister-company-cta a {
	min-width: 271px;
    height: 57px;
    display: block;
    background: #f65b13;
    color: #fff;
    text-align: center;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 800;
    border-radius: 50px;
	line-height:1;
}

.sister-company-cta a:hover {
	background: #fc440c;
}

.sister-company-img .fl-photo-content {
	margin-left:15px !important;
	margin-right:15px !important;
}

.sister-company-text p {
	text-align: center;
    font-size: 28.48px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #13b9f6;
    text-shadow: 0 2px #cfcfce;
}

.sister-company-col-right .fl-col-content {
	padding-right: 60px;
    padding-top: 10px;
}

/* Social Icons */
html body .social-icons {
	margin:0;
}

html body .social-icons li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	margin-right: 15px;
	line-height: 1;
}

html body .social-icons-text {
	font-weight:700;
}

html body .social-icons li a {
	font-size: 20px;
	display: block;
	color:#333333;
}

html body .social-icons li a:hover {
	color:#666;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media (max-width:1440px) {
	#genesis-mobile-nav-header {
		font-size:19px;
	}
	
	.custom-social-icons li {
		font-size:24px;
	}
	
	.cpm-main-menu li {
		font-size:25px;
	}
	
	.cpm-close {
		font-size:19px;
	}
	
	.cpm-close {
		right:15px;
	}
	
	.home-row-1-subtitle .fl-heading {
		font-size:60px;
	}
	
	h2 {
		font-size:37px;
	}
	
	.home-row-5 h3 {
		font-size:72px;
	}
	
	.home-row-5 h4 {
		font-size:32px;
	}
	
	body .custom-testi-message p {
		font-size:22.5px;
	}
	
	.custom-gmap .fl-tabs-label {
		font-size:19px;
		min-height:54px;
	}
	
	.home-row-2 .fl-heading .fl-heading-text {
		width:100%;
		display:block;
	}
	
	.home-row-2 .fl-module-heading .fl-heading::before {
		width:495%;
	}
	
	.home-row-2 .fl-module-heading .fl-heading::after {
		width:58px;
	}
	
	.home-row-2 .fl-heading .fl-heading-text::before,
	.home-row-2 .fl-heading .fl-heading-text::after {
		top:21px;
	}
	
	.home-row-3-col {
		width:500px !important;
	}
	
	.home-row-3-col {
		right:0 !important;
	}
	
	
	.home-row-3-col.right-img {
		left:0 !important;
	}
	
	.home-row-3-col p br {
		display:none !important;
	}
	
	.home-row-3-upper-img .fl-photo-content img {
		max-width:90%;
	}
} /* END 1440px */

@media (max-width:1366px) {
	.home-row-3-col {
		width:440px !important;
	}
} /* END 1366px */

@media (max-width:1200px) {
	
} /* END 1200px */

@media only screen and (max-width: 1080px) {
	.home-row-1-title .fl-heading {
		font-size: 29px;
	}
	
	.home-row-1-subtitle .fl-heading {
		font-size:45px;
	}
	
	.home-row-1 p {
		font-size:16px;
	}
	
	.site-btn {
		font-size:16px;
		min-height:1px;
	}
	
	.home-row-1 .fl-row-content-wrap {
		padding-top:95px;
		padding-bottom:100px;
		min-height:1px;
	}
	
	body .home-row-2 .fl-row-content-wrap {
		padding-top:60px;
	}
	
	h2 {
		font-size:28px;
	}
	
	.home-row-2 .fl-heading .fl-heading-text::before,
	.home-row-2 .fl-module-heading .fl-heading::after,
	.home-row-2 .fl-heading .fl-heading-text::after,
	.home-row-2 .home-row-2-title .fl-module-content::after,
	.home-row-2 .fl-module-heading .fl-heading::before,
	.home-row-2-content .fl-rich-text::after,
	.custom-video-big::after,
	.custom-video-slider-wrap::after {
		opacity:0;
	}
	
	p {
		font-size:17px;
		line-height:1.7;
	}
	
	body .custom-video-list-wrap .slick-arrow.slick-prev {
		left:-64px;
	}
	
	body .custom-video-list-wrap .slick-arrow.slick-next {
		right:-64px;
	}
	
	body .custom-video-list-wrap::before {
		width:auto;
	}
	
	body .custom-video-list-wrap::after {
		width:auto;
	}
	
	.w-bottom-curve .fl-row-content-wrap::after {
		height:78px;
		bottom:-77px;
	}
	
	.w-bottom-curve .fl-row-content-wrap::before {
		bottom:-110px;
	}
	
	.w-top-round-separator .fl-row-content-wrap {
		padding-top:100px;
	}
	
	.home-3-row-col-wrap .fl-module {
		position:static !important;
		width:49% !important;
		display:inline-block !important;
		padding:0 20px;
		margin-bottom:30px !important;
		vertical-align:top !important;
	}
	
	.home-row-3-col .fl-callout-photo {
		position:static !important;
	}
	
	.home-row-3-col .fl-callout-content {
		padding-right:0 !important;
		padding-left:0 !important;
	}
	
	.home-3-row-col-wrap .fl-module.home-row-3-upper-img {
		display:none !important;
		width:100% !important;
		max-width:400px !important;
		margin: 0 auto 30px auto !important;
	}
	
	.home-3-row-col-wrap .fl-callout-photo-above-title .fl-photo {
		text-align:center;
	}
	
	.home-row-3-col .fl-callout-title {
		text-align:center !important;
	}
	
	.home-row-3-col .fl-callout-text {
		text-align:center !important;
	}
	
	.home-3-row-col-wrap {
		text-align:center !important;
	}
	
	.home-row-3-col.fully-bonded {
		margin-top:0 !important;
	}
	
	.home-row-3 .site-btn {
		margin-right:0 !important;
		margin-bottom:15px !important;
	}
	
	.home-row-4 .fl-row-content-wrap {
		padding-top:140px;
	}
	
	.services-wrap .fl-heading {
		font-size:18px;
	}
	
	.services-wrap p {
		line-height:1.6;
		font-size:16px;
	}
	
	.services-wrap .fl-col {
		margin-bottom:15px;
	}
	
	.morelink, .morelink:active, .morelink:focus {
		font-size:16px;
	}
	
	.home-row-5 h3 {
		font-size:50px;
	}
	
	body .custom-testi-message p {
		font-size:18px;
		line-height:1.6;
	}
	
	body .custom-testi-name {
		font-size:18px;
	}
	
	.site-btn-wrap .site-btn {
		margin-bottom:15px;
	}
	
	body .entry-content .ul-checklist li strong {
		font-size:18px;
		line-height:1.4;
	}
	
	body .entry-content .ul-checklist li {
		font-size:16px;
		margin-bottom:20px;
	}
	
	.custom-gmap-wrap .blue-text {
		position:static;
	}
	
	.custom-gmap .fl-tabs-label {
		font-size:16px;
	}
	
	.home-row-8 .fl-row-content-wrap {
		margin-top:30px !important;
	}
	
	.home-row-9-title .fl-module-content {
		margin-top:50px !important;
	}
	
	.blue-white-bottom-curve .fl-row-content-wrap::after {
		height:115px !important;
		bottom:-115px;
	}
	
	.home-row-9 .site-btn-wrap .fl-module-content {
		margin-bottom:10px !important;
	}
	
	.before-footer-row {
		padding-top:140px;
	}
	
	.before-footer .widget-title {
		width:100%;
		display:block;
		text-align:center;
		margin-bottom:15px;
	}
	
	#genesis-footer-widgets .widget-title {
		font-size:18px;
		margin-bottom:15px;
	}
	
	#genesis-footer-widgets .widget ul > li {
		font-size:16px;
	}
	
	#genesis-footer-widgets .wrap {
		padding-top:40px;
	}
	
	#genesis-footer-widgets p {
		font-size:16px;
		margin-bottom:5px;
	}
	
	#genesis-footer-widgets {
		padding-bottom:25px;
	}
	
	.after-footer p {
		font-size:16px;
	}
	
	body .home-row-1-img .fl-module-content {
		margin-bottom:30px;
	}
	
	.home-row-3-col .fl-callout-title {
		font-size:18px;
	}
	
	.before-footer .widget-title {
		font-size:18px;
	}
	
	.subpage-banner * {
		text-align:center !important;
	}
	
	body .subpage-title .fl-heading {
		font-size:30px !important;
	}
	
	body .subpage-banner .fl-row-content-wrap {
		padding-bottom:75px;
		min-height:1px;
	}
	
	body .about-us-2 .fl-row-content-wrap {
		padding-top:50px;
	}
	
	body .custom-accordion .fl-accordion-button {
		font-size:18px;
	}
	
	body .about-row-5-title .fl-module-content {
		margin-top:60px;
	}
	
	body .custom-accordion .fl-accordion-button {
		padding:15px 15px 15px 25px;
	}
	
	.about-us-2-cont .fl-module-content {
		margin-top:0;
	}
	
	.cleaning-team-content .fl-module-content {
		margin-top:0;
		margin-bottom:0;
	}
	
	.services-row .fl-row-content-wrap {
		padding-top:0 !important;
	}
	
	.services-row-title .fl-module-content {
		margin-bottom:0;
	}
	
	.services-row-1 .fl-row-content-wrap {
		padding-top:40px !important;
	}
	
	body .custom-checklists-wrap .slick-prev.slick-arrow {
		left:0;
	}
	
	body .custom-checklists-wrap .slick-next.slick-arrow {
		right:0;
	}
	
	body .cci-header {
		font-size:18px;
	}
	
	body .entry-content ol li, body .entry-content ul li {
		font-size:16px;
	}
	
	body .custom-checklists-slider {
		max-width:100% !important;
	}
	
	body .services-row h3.fl-heading {
		font-size:18px !important;
	}
	
	body .faqs-row-2 .fl-row-content-wrap {
		padding-top:0;
	}
	
	body .contact-row-1 .fl-row-content-wrap {
		padding-top:40px;
	}
	
	.contact-row-1 p {
		font-size:18px;
	}
	
	body .contact-row-2 .fl-row-content-wrap {
		padding-top:140px;
	}
	
	body .home-row-9 .fl-row-content-wrap {
		padding-top:140px;
	}
	
	.contact-row-3-title .fl-module-content {
		margin-bottom:0;
	}
	
	body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height:52px;
		font-size:16px;
	}
	
	body .gform_wrapper textarea {
		font-size:16px;
	}
	
	body .gform_wrapper .gform_footer input.button, 
	body .gform_wrapper .gform_footer input[type="submit"] {
		font-size:18px;
		height:52px;
		width:100%;
		padding:0;
	}
	
	.contact-row-2 .site-btn-wrap .fl-module-content {
		margin-top:0 !important;
		margin-bottom:15px !important;
	}
	
	body .gform_wrapper div.validation_error {
		font-size:14px;
	}
	
	body .entry-content .ul-checklist li strong {
		font-size:16px;
		margin:0;
	}
	
	body .entry-content .ul-checklist li {
		margin-bottom:15px;
	}
	
	.emp-row-title .fl-module-content {
		margin-bottom:0 !important;
	}
	
	body .employment-row-1 .fl-row-content-wrap {
		padding-top:40px;
	}
	
	body .employment-row-2 .fl-row-content-wrap {
		padding-top:0;
		padding-bottom:40px;
	}
	
	body .employment-row-4 .fl-row-content-wrap {
		padding-top:40px;
	}
	
	.blog-body {
		padding-top:70px;
	}
	
	.bb-left {
		float:none;
		width:100%;
	}
	
	.blog-post {
		margin-bottom:60px;
	}
	
	.blog-body .blog-img {
		text-align:center;
	}
	
	.blog-pagination {
		margin-bottom:20px;
	}
	
	.bb-right {
		float:none;
		width:100%;
	}
	
	.blog .site-inner {
		padding-bottom:0;
	}
	
	.blog .site-inner::after {
		height:87px;
		bottom:-87px;
	}
	
	.blog .bb-right .sidebar-box {
		max-width:414px;
	}
	
	.blog .bb-right .sidebar-box h3 {
		font-size:25px;
	}
	
	.blog .bb-right .sidebar-box a {
		height:52px;
		font-size: 18px;
		padding: 15px;
		line-height: 1;
	}
	
	.blog .bb-right .widget {
		margin-bottom:30px;
	}
	
	body.blog .bb-right .tag-cloud-link {
		font-size:14px !important;
	}
	
	.blog .bb-right .featured-content .entry-title a {
		font-size:16px;
	}
	
	.blog .bb-right .widget ul > li {
		font-size:16px;
	}
	
	.blog .bb-right h3.widget-title {
		font-size:18px;
	}
	
	.pagination-guide {
		font-size:16px;
	}
	
	.blog-body h3 {
		font-size:20px;
	}
	
	.main-full .after-footer-row {
		position:static;
		margin-top:0;
	}
	
	.main-full-body {
		padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
	}
	
	.main-full-body img {
		width:300px;
	}
	
	.main-full-body p {
		font-size:16px;
	}
	
	.main-full-body .site-btn {
		height:52px;
		font-size: 16px;
		padding: 15px;
		line-height: 1;
	}
	
	body .gc-row-1 .fl-row-content-wrap {
		padding-top:60px !important;
	}
	
	.gc-row-1-title .fl-module-content {
		margin-bottom:0;
	}
	
	body .gform_wrapper select {
		height:52px;
		background-size:14px;
	}
	
	body .gc-row-2 .fl-row-content-wrap {
		padding-top:140px;
	}
	
	body .gc-col h3.fl-heading {
		font-size:16px;
	}
	
	body .gc-row-2-title .fl-module-content {
		margin-bottom:50px;
	}
	
	.thank-you .main-full-body img {
		width:200px;
	}
	
	.thank-you .main-full-body h2 {
		font-size:40px;
	}
	
	.thank-you .main-full-body .fb-like img {
		width:auto;
	}
	
	.thank-you .main-full-body {
		padding-bottom:0;
	}
	
	.template .fl-row-content-wrap {
		padding-top:40px !important;
	}
	
	.template .subpage-banner .fl-row-content-wrap {
		padding-top:100px !important;
	}
	
	.template .row-905 .fl-row-fixed-width {
		max-width:100% !important;
	}
	
	.template .entry-content p {
		font-size:16px;
	}
	
	.template .entry-content h3, .template .entry-content strong {
		font-size:16px;
	}
	
	body .pum-container p {
		font-size:16px;
	}
	
	body .pum-container .gform_wrapper {
		margin-top:0;
	}
	
	body .pum-container .gform_wrapper .gform_footer input.button, 
	body .pum-container .gform_wrapper .gform_footer input[type="submit"] {
		height:52px;
		font-size:18px;
	}
	
	body .pum-container.pum-responsive.pum-responsive-medium {
		padding-top:30px;
		padding-left:30px;
		padding-right:16px;
	}
	
	html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
		padding-right:0 !important;
	}
	
	body .pum-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .pum-container .gform_wrapper .top_label select.medium {
		font-size:16px;
	}
	
	body .pum-container.pum-responsive.pum-responsive-medium {
		max-width:100% !important;
		width:90% !important;
	}
	
	.cpm-main-menu li {
		font-size:18px;
	}
	
	.cpm-inner {
		padding-top:100px;
	}
	
	.cpm-main-menu li a.cpm-btn {
		width:100%;
		max-width:300px;
		font-size:18px;
	}
	
	.cl-banner-img img {
		width:150px;
	}
	
	.cl-banner-img .fl-module-content {
		margin-bottom:10px;
	}
	
	.cl-banner-title h2.fl-heading {
		font-size:30px;
	}
	
	.cl-banner .site-btn-wrap .fl-module-content,
	.cl-community .site-btn-wrap .fl-module-content,
	.cl-services .site-btn-wrap .fl-module-content {
		margin-bottom:20px;
	}
	
	.cl-services .fl-row-content-wrap {
		padding-top:40px;
		padding-bottom:40px;
	}
	
	.city-discover .fl-row-content-wrap {
		padding-top:50px;
	}
	
	.city-house .fl-row-content-wrap {
		padding-top:50px;
		padding-bottom:30px;
	}
	
	.city-why-choose .fl-row-content-wrap {
		padding-bottom:30px;
	}
	
	.city-testi .fl-row-content-wrap {
		padding-top:40px;
	}
	
	body .cts-body p {
		font-size:16px;
		line-height:1.5;
	}
	
	body .city-blog h2.fl-post-grid-title {
		font-size:20px;
	}
	
	body .city-blog .fl-post-grid-content p {
		font-size:16px;
	}
	
	body .city-blog .fl-post-grid-meta {
		font-size:16px;
	}
	
	.city-blog .fl-row-content-wrap {
		padding-bottom:30px;
	}
	
	.city-blog-cta a {
		font-size:16px;
	}
	
	.services-wrap .fl-heading {
		font-size:16px;
	}
	
	body .cts-body::before {
		background-size:100%;
		width:36px;
	}
	
	body .cts-body::after {
		background-size:100%;
		width:36px;
	}
	
	.cts-footer-right {
		font-size:16px;
	}
	
	body .cts-body {
		padding:55px 30px;
	}
	
	br {
		display:none;
	}
	
	.home-row-8-new h2.fl-heading {
		margin-bottom:15px !important;
	}
	
	.home-row-8-new .site-btn-wrap .site-btn {
		margin-bottom:0 !important;
	}
	
	.home-row-88-gmap .fl-rich-text, 
	.home-row-88-gmap .fl-rich-text iframe {
		width:100%;
		height:400px;
	}
	
	.before-footer .gform_wrapper ul.gform_fields li.gfield {
		width:100%;
		display:block;
	}
	
	.home-row-1-title .fl-heading {
		font-size:29px !important;
	}
	
	.sister-company-col-right .fl-col-content {
		padding-right:0;
	}
	
	.sister-company-text p {
		font-size:25px;
	}
} /* END 1080px */

@media (max-width:960px) {
	.home-row-4 .site-btn-wrap .fl-module-content {
		margin-bottom:0;
	}
	
	.home-row-5 h3 {
		font-size:40px;
	}
	
	p {
		font-size:16px;
	}
	
	body .custom-testi-message p {
		font-size:16px;
	}
	
	body .testimonials-row .blue-text .fl-module-content {
		margin-top:60px;
	}
	
	.home-row-7-content .fl-module-content {
		margin-top:0;
	}
	
	body .entry-content .ul-checklist li strong {
		font-size:17px;
	}
	
	body .entry-content .ul-checklist li {
		padding-left:40px;
	}
	
	body .site-btn-wrap .fl-module-content {
		margin-bottom:0 !important;
	}
	
	.custom-gmap .fl-tabs-panel-content iframe,
	.custom-gmap .fl-tabs-panel-content p {
		width:450px;
		height:450px;
	}
	
	body .custom-gmap .fl-tabs-label {
		width:100%;
		min-width:100%;
	}
	
	.custom-gmap .fl-tabs-vertical .fl-tabs-labels {
		padding-top:30px;
	}
	
	.home-row-9 .site-btn-wrap .fl-module-content {
		margin-bottom:0 !important;
	}
	
	.after-footer .widget {
		float:none;
		width:100%;
		text-align:center;
	}
	
	.after-footer p {
		text-align:center;
	}
	
	.after-footer-row {
		padding:15px 0;
	}
} /* END 960px */

@media (max-width:900px) {
	body .custom-video-list-wrap .slick-arrow.slick-prev {
		left:0;
	}
	
	body .custom-video-list-wrap .slick-arrow.slick-next {
		right:0;
	}
	
	body .custom-video-slider-wrap {
		overflow:hidden;
	}
	
	body .home-row-2 .fl-row-content {
		overflow:hidden;
	}
	
	.home-row-5-right {
		padding-left:0;
	}
	
	.before-footer-row .widget {
		width:100% !important;
		float:none;
		display:block;
		text-align:center;
		margin-bottom:25px;
	}
	
	.before-footer-row .widget:last-of-type {
		margin-bottom:0;
	}
	
	.before-footer .widget:nth-of-type(3) {
		text-align:center;
		padding-top:0;
	}
	
	.before-footer .widget:nth-of-type(2) {
		padding-top:0;
	}
	
	.custom-social-icons li {
		padding:0 10px !important;
	}
	
	#genesis-footer-widgets .widget-title {
		font-size:16px;
	}
	
	.footer-widget-area {
		width:50% !important;
	}
	
	.footer-widget-area {
		margin-bottom:30px !important;
	}
	
	#genesis-footer-widgets {
		padding-bottom:0;
	}
	
	.before-footer-row {
		padding-bottom:35px;
	}
} /* END 900px */

@media (max-width:800px) {
	br {
		display:none !important;
	}
	
	#genesis-mobile-nav-header {
		font-size:16px;
	}
	
	.home-row-1-title .fl-heading {
		font-size:24px;
	}
	
	.home-row-1-subtitle .fl-heading {
		font-size:35px;
	}
	
	.home-row-1-subtitle .fl-module-content {
		margin-bottom:10px;
	}
	
	.home-row-1 .fl-row-content-wrap {
		padding-bottom:70px;
	}
	
	.w-top-round-separator .fl-row-content-wrap {
		padding-top:130px;
	}
	
	h2 {
		font-size:24px;
	}
	
	.home-row-3 .fl-module-heading .fl-heading {
		margin-bottom:20px !important;
	}
	
	.home-3-row-col-wrap .fl-module {
		width:100% !important;
		display:block !important;
	}
	
	.home-row-3-col .fl-callout-content {
		padding-top:0 !important;
	}
	
	.home-row-3 .site-btn-wrap {
		margin-bottom:0 !important;
	}
	
	body .fl-col-small {
		max-width:100% !important;
		text-align:center;
	}
	
	.services-wrap .fl-photo-content {
		height:auto;
		display:block;
	}
	
	.site-btn-wrap .site-btn {
		margin-bottom: 15px;
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 0 auto 20px auto !important;
	}
	
	.site-btn-wrap .site-btn:last-of-type {
		margin-bottom:0 !important;
	}
	
	body .fl-photo-content img {
		max-width:300px;
	}
	
	.home-row-1-rating {
		margin-top:25px;
	}
	
	.home-row-5 h3 {
		font-size:30px;
	}
	
	.home-row-5 h4 {
		font-size:28px;
	}
	
	body .testimonials-row .blue-text .fl-module-content {
		margin-top:20px;
	}
	
	.home-row-8 .fl-row-content-wrap {
		padding-top:100px;
	}
	
	.custom-gmap .fl-tabs-panel-content iframe, .custom-gmap .fl-tabs-panel-content p {
		margin: 0 auto;
		display: block;
		float: none;
		border-radius:0;
		width:100%;
		height:300px !important;
	}
	
	.custom-gmap .fl-tabs-panel-content {
		padding-bottom:15px !important;
	}
	
	.custom-gmap .fl-module-content {
		margin-bottom:0 !important;
	}
	
	.home-row-9-title .fl-module-content {
		margin-top:15px !important;
	}
	
	.home-row-1 * {
		text-align:center !important;
	}
	
	.home-row-1 .fl-row-content {
		background: rgba(255,255,255,.9);
		border-radius: 10px;
		width: 95%;
	}
	
	body .subpage-banner .fl-row-content-wrap {
		padding-bottom:50px;
	}
	
	.team-members .fl-post-column {
		padding-bottom:10px !important;
	}
	
	body .about-row-5-title .fl-module-content {
		margin-top:30px;
	}
	
	body .custom-accordion .fl-accordion-button {
		font-size:16px;
	}
	
	body .about-us-2 .fl-row-content-wrap {
		padding-top:40px;
	}
	
	body .entry-content .ul-checklist li strong {
		margin:0 0 10px 0;
	}
	
	.x-list li {
		width:100%;
		display:block;
	}
	
	body .gc-col {
		margin-bottom:0;
	}
	
	body .gc-row-2-title .fl-module-content {
		margin-bottom:25px;
	}
	
	body .gc-row-1 .fl-row-content-wrap {
		padding-top:40px !important;
	}
	
	.template .home-row-9 .fl-row-content-wrap {
		padding-top:130px !important;
	}
	
	body .cl-community .fl-row-content-wrap {
		padding-top:30px;
	}
	
	.city-discover .fl-row-content-wrap {
		padding-top:30px;
	}
	
	body .fl-photo-content img {
		max-width:100%;
	}
	
	.city-house .fl-row-content-wrap {
		padding-top:30px;
	}
	
	body .cl-banner-img .fl-photo {
		text-align:center !important;
	}
	
	.sister-company-img .fl-photo-content {
		text-align:center;
	}
	
	.sister-company-cta a {
		height: 50px;
    	font-size: 14px;
	}
	
	.sister-company-col-right .fl-col-content {
		padding-top:0;
	}
	
	body .sister-company-col {
		height:auto !important;
	}
	
	.sister-company-col .fl-col-content {
		background:rgba(255,255,255,.4);
	}
} /* END 800px */

@media (max-width:684px) {
	p br {
		display:none !important;
	}
	
	.custom-testi-cat img {
		width:100px;
	}
	
	body .custom-testi-cat li {
		margin:0 10px !important;
	}
	
	body .custom-testi-message {
		margin-bottom:30px;
	}
	
	.custom-testi-cat-wrap {
		margin-bottom:15px;
	}
	
	.footer-widget-area {
		width:100% !important;
		text-align:center;
		display:block;
	}
	
	.home-row-2 .fl-row-content-wrap {
		padding-bottom:0 !important;
	}
	
	body .custom-video-big .big-img {
		height:300px;
	}
	
	body .employment-form .gform_wrapper .gform_footer input.button, body .employment-form .gform_wrapper .gform_footer input[type="submit"] {
		margin-bottom:0;
	}
	
	body .gform_wrapper .gform_footer {
		padding-bottom:0;
	}
	
	.gc-row-1 h3.fl-heading {
		font-size:20px;
	}
	
	body .pum-container.pum-responsive.pum-responsive-medium {
		width:95% !important;
	}
	
	body .pum-close.popmake-close {
		right:0 !important;
		top:0 !important;
	}
	
	.cl-banner-title h2.fl-heading {
		font-size:24px;
	}
	
	.sister-company-text p {
		font-size:20px;
	}
	
	.sister-company-text .fl-module-content {
		margin-top:0 !important;
	}
} /* END 684px */

@media (max-width:600px) {
	body .gform_wrapper .gform_footer {
		padding-right:0;
	}
	
	body .pum-container.pum-responsive.pum-responsive-medium {
		padding-right:30px;
	}
} /* END 600px */

@media (max-width:480px) {
	.home-row-1-img img {
		width:150px;
	}
	
	.custom-social-icons li {
		padding:0 0px !important;
		margin-right:15px !important;
	}
	
	h2 {
		font-size:22px;
	}
	
	.home-row-5 h4 {
		font-size:20px;
	}
	
	body .custom-testi-name {
		font-size:16px;
	}
	
	.before-footer .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		width:100%;
	}
	
	.before-footer .gform_wrapper {
		display:block;
	}
	
	.home-row-1-subtitle .fl-heading {
		font-size:30px;
	}
	
	br {
		display:none !important;
	}
	
	body .entry-content .ul-checklist li strong {
		display:block;
		margin:0;
	}
	
	body .fl-photo-content img {
		width:auto;
	}
	
	body .custom-accordion .fl-accordion-content {
		padding-left:15px;
		padding-right:15px;
	}
	
	body .custom-accordion .fl-accordion-button-label {
		line-height:1.5;
	}
	
	body .custom-checklists-wrap .slick-prev.slick-arrow {
		border: 2px solid orange;
		top:100%;
		border-radius:50%;
	}
	
	body .custom-checklists-wrap .slick-next.slick-arrow {
		border: 2px solid orange;
		top:100%;
		border-radius:50%;
	}
	
	.x-list .fl-module-content {
		margin-bottom:0 !important;
	}
	
	body .subpage-title .fl-heading {
		font-size:24px !important;
	}
	
	body .custom-accordion .fl-accordion-button {
		font-size:14px;
	}
	
	body .custom-accordion .fl-accordion-button-label {
		line-height:1.3;
	}
	
	body .custom-video-big .big-img {
		height:250px;
	}
	
	.contact-row-1-img img {
		max-width:100% !important;
		width:100% !important;
	}
	
	body .employment-row-2 .fl-row-content-wrap {
		padding-bottom:0;
	}
	
	body .employment-row-4 .fl-row-content-wrap {
		padding-top:20px;
	}
	
	.blog-body .blog-author {
		font-size:16px;
	}
	
	.blog-body {
		padding-top:60px;
	}
	
	.blog-body h3 {
		font-size:18px;
	}
	
	#genesis-mobile-nav-header {
		text-indent:-99999px;
	}
	
	body .city-blog .fl-post-grid-text {
		padding:25px;
	}
	
	.city-blog .fl-post-grid-image {
		height:auto;
	}
	
	.city-testi .fl-row-content-wrap {
		padding-bottom:40px;
	}
	
	body .city-blog h2.fl-post-grid-title {
		font-size:18px;
	}
	
	.home-row-88-gmap .fl-rich-text, 
	.home-row-88-gmap .fl-rich-text iframe {
		height:275px;
	}
} /* END 480px */

@media (max-width:320px) {
	body .entry-content .ul-checklist li {
		padding-left:28px !important;
	}
	
	body .button.gform_button_select_files {
		font-size:12px;
	}
} /* END 320px */

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Hello Bar */

.hello-bars-wrap {
    background: #0db7e1;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.hello-bars-wrap .wrap {
	text-align: center;
	padding: 10px 0;
}

.hello-bars-wrap .wrap a {
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
	color: #0db7e1;
	display: inline-block;
}

@media only screen and (max-width: 480px){
	.hello-bars-wrap {
		font-size: 12px;
	}
	.site-header {
		top: 50px;
	}
}

@media only screen and (max-width: 320px) {
	.hello-bars-wrap {
		font-size: 10px;
	}
}

@media only screen and (max-width: 312px) {
	.site-header {
		top: 67px;
	}
}

.subpage_breadcrumb .fl-module-content {
    margin: 0px;
}

/* Covid Section */

.should-choose-us-section .blue-text {
    color: #0db7e1;
}


.home-row-3-col.fully-bonded {
	position: absolute;
	right: 91px;
	top: 464px;
}
.home-row-3-col.fully-bonded .fl-callout-content {
	padding-left: 150px;
}
.home-row-3-col.fully-bonded .fl-callout-photo {
	position: absolute;
	top: 0;
	left: 0;
}
.home-row-3-col.fully-bonded .fl-callout-title,
.home-row-3-col.fully-bonded .fl-callout-text-wrap {
	text-align: left;
}

@media only screen and (max-width: 1080px) {
	.home-row-3-col.we-supply .fl-callout-content {
		padding-top: 10px;
	}
	.home-row-3-col.fully-bonded .fl-callout-content,
	.home-row-3-col.family-friendly .fl-callout-content {
		padding-top: 10px;
	}
}