/* Theme name: Dev Redpalm */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[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-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

html {
	box-sizing: border-box;
}

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

html, body {
	font-family: 'Arvo', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 2;
}

#wrapper {
	overflow: hidden;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

.wrap {
	width: 100%;
	max-width: 1108px;
	margin-left: auto;
	margin-right: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
}

h1, .h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
	font-size: 40px;
}

h2, .h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
	font-size: 35px;
}

h3, .h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3 {
	font-size: 25px;
}

h4, .h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4 {
	font-size: 22px;
}

h5, .h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5 {
	font-size: 20px;
}

h6, .h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6 {
	font-size: 17px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}

p:first-child {
	margin-top: 0;
}

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

a {
	color: #d92013;
}
/* FORM ELEMENTS */

input[type=text], input[type=email], input[type=number], input[type=password], input[type=submit], textarea, button {
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: inherit;
	font-family: inherit;
	background-color: transparent;
	border: none;
	border-radius: 0;
}

button, .button, input[type=submit] {
	padding: 5px 15px;
	color: #fedb0c;
	font-size: 23px;
	text-transform: uppercase;
	background-color: #000000;
	border: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition-property:color, border-color, background-color;
	transition-property: color, border-color, background-color;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	text-decoration: none;
}

button:hover, .button:hover, input[type=submit]:hover {
	color: white;
	background-color: black;
	border-color: black;
}

input[type=text], input[type=email], input[type=number], input[type=password], textarea, select {
	display: block;
	width: 100%;
	padding: 14px 20px;
	color: #979797;
	border: 1px solid #979797;
}

/* ENTRY ANIMATIONS */

.slide-in {
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property:opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}

.slide-in-nodelay {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}

.slide-in-delay-1 {
	-webkit-transition-delay: 0.8s;
	        transition-delay: 0.8s;
}

.slide-in-delay-2 {
	-webkit-transition-delay: 1.3s;
	        transition-delay: 1.3s;
}

.slide-in-left {
	opacity: 0;
	-webkit-transform: translateX(-200px) translateZ(0);
	        transform: translateX(-200px) translateZ(0);
}

.slide-in-right {
	opacity: 0;
	-webkit-transform: translateX(200px) translateZ(0);
	        transform: translateX(200px) translateZ(0);
}

.slide-in.loaded {
	opacity: 1;
	-webkit-transform: translateX(0) translateZ(0);
	        transform: translateX(0) translateZ(0);
}

/* GLOBAL HEADER */
#site-header {
	background-color: #ffdd00;
	color: #000000;
}

#header-callnow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#site-header-wrap {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	        align-items: center;
	-ms-flex-pack: justify;
	    -webkit-box-pack: justify;
	        justify-content: space-between;
    padding-bottom: 32px;
	padding-top: 32px;
    position: relative;
}

#site-header-left{
	-ms-flex-positive: 1;
	    -webkit-box-flex: 1;
	        flex-grow: 1;
}

#site-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
} 

#site-header-left a{
	display: block;
	position: absolute;
	bottom: -50px;
}

#site-header-left img, #site-header-left a{
	display: block;
}

#header-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 10px;
}

#header-icons img {
	padding-left: 10px;
}

#header-icons a, #header-icons img {
	display: block;
}

#callnow_heading 
{
	font-size:17px;
	font-weight: 700;
	text-align: right;
	color:#000000;
	text-transform: uppercase;
	line-height: 1;
	font-style: italic;
}

#site-phone-section{
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#site-right-col {
	padding-right: 76px; 
}

#header-phone{
	color: #000000;
    line-height: 1;
    font-size: 76px;
    font-weight: 700;
	text-decoration: none;
}

#site-header  .nav-burger-container .nav-toggle {
    background-color: #000;
    color: #fddb31;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    padding: 10px 8px;
    padding-bottom: 0px;
    -webkit-transition:all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#site-header  .nav-burger-container {
    text-align: right;
    position: relative;
    z-index: 23;
}

#site-header  .nav-burger-container p {
    display: inline-block;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    vertical-align: top;
    -webkit-transition:color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    margin: 0px;
    margin-right: 15px;
    max-width: 170px;
    font-style: italic;
}

#site-header.active  .nav-burger-container p {
    color: #fddb31;
}


#site-header.active  .nav-burger-container .nav-toggle {
    color: #000;
    background-color: #fddb31;
}

#site-header  .nav-burger-container .nav-toggle p {
    margin: 0px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #fddb31;
    -webkit-transition:color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

#site-header.active  .nav-burger-container .nav-toggle p {
    color: #000;
}

#site-header  .nav-burger-container .nav-toggle span {
    display: block;
    position: relative;
    width: 100%;
    height: 7px;
    border-radius: 8px;
    background: #fddb31;
    -webkit-transition:all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    margin: auto;
}

#site-header.active  .nav-burger-container .nav-toggle span {
    background: #000;
}

#site-header  .nav-burger-container .nav-toggle span:first-child {
    -webkit-transform-origin: -3px 9px;
    transform-origin: -3px 9px;
}

#site-header  .nav-burger-container .nav-toggle span:nth-child(2) {
    margin-top: 7px;
}

#site-header  .nav-burger-container .nav-toggle span:last-child {
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
}


#site-header  .nav-burger-container .nav-toggle.active span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#site-header .nav-burger-container .nav-toggle.active span {
    width: 27px;
}

#site-header  .nav-burger-container .nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

#site-header .nav-burger-container .nav-toggle.active span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-wrapper {
	display: none;
}

/* HEADER NAV MENU */

#header-nav {
	display: none;
	width: 250px;
	background-color: #d92013;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	z-index: 11;
	top: 100%;
	right: 0;
}

	#header-nav .menu {
		margin: 0;
		padding-left: 0;
		list-style-type: none;
	}
	
		#header-nav a {
			display: block;
			color: inherit;
			text-decoration: none;
			-webkit-transition-property:background-color, color;
			transition-property: background-color, color;
			-webkit-transition-duration: 0.2s;
			        transition-duration: 0.2s;
			position: relative;
		}
	
		#header-nav .menu > .menu-item {
			
		}
		
			#header-nav .menu > .menu-item > a {
				padding: 10px 15px;
				border-top: 1px solid white;
			}
			
				#header-nav .menu > .menu-item:first-child > a {
					border-top: none;
				}
			
			#header-nav .menu > .menu-item:hover > a {
				color: #d92013;
				background-color: white;
			}
		
			#header-nav .menu > .menu-item-has-children > a:after {
				content: '\f0fe';
				font-size: 22px;
				font-family: 'fontawesome';
				font-weight: normal;
				position: absolute;
				right: 15px;
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
			}
			
			#header-nav .menu > .menu-item-has-children.open > a:after {
				content: '\f146';
			}
		
			#header-nav .sub-menu {
				display: none;
				padding-left: 0;
				list-style-type: none;
				background-color: #f1d849;
				color: black;
			}
			
			/*#header-nav .menu > .menu-item-has-children:hover > .sub-menu {
				display: block;
			}*/
			
				#header-nav .sub-menu > .menu-item > a {
					padding: 10px 15px 10px 30px;
					border-top: 1px solid white;
				}
				
				#header-nav .sub-menu > .menu-item:hover > a {
					background-color: white;
					color: #d92013;
				}

#site-header {
	position: relative;
}

#site-header-wrap:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 468px 190px 0 0;
	border-color: #ee3224 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: -72px;
}

@media (max-width:1699px) and (min-width:1400px) {
	#site-header-wrap:before {
		left: -300px;
		border-width: 615px 423px 0 0;

	}

}

@media (max-width:1399px) and (min-width:1250px) {
	#site-header-wrap:before {
		left: -150px;
		border-width: 468px 290px 0 0;

	}
}
/* HOME */

#home-top {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#home-top-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
}

#home-right-column {
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
    position: relative;
}

#home-person-section img {
    bottom: 0;
    position: absolute;
    right: 170px;
}

#home-left-column {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 50%;
    -webkit-box-flex: 1;
            flex: 1 0 50%;
}


#home-top-slider {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    width: 100%;
}

#home-hiring-section {
	text-align: center;
	background-color: #000000;
}
.hm-hiring {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
	padding: 0 0 0 15px;
}
.hiring-heading {
	color: #fade4b;
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
	text-transform: uppercase;
	font-weight: 300;
	padding-right: 11px;

}

.hiring-heading h2 {
	font-size: 25px;
	font-weight: 300;
	padding-right: 10px;
	cursor: pointer;
}
#home-hiring-section a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fade4b;
	padding: 15px 15px;
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
	width: 100%;
	font-size: 25px;
}
@media (max-width: 767px) {
	#home-hiring-section a {
		font-size: 18px;
	}
}
@media (max-width: 460px) {
	#home-hiring-section a {
		flex-direction: column;
		padding: 15px;
	}
	
	.hide-mobile {
		display: none;
	}
	.hm-hiring {
		padding: 0;
	}
	
	.hiring-heading {
		padding-right: 0;
	}

}
/*Home Form*/
#home-form {
	background-color: #ffdd00;
	padding-top: 20px;
	padding-bottom: 30px;
}

#home-form .gform_wrapper {
	position: relative;
}

.gform_wrapper {
	margin: 0;
}

#home-form-wrap .gform_wrapper ul li.gfield {
	margin-top: 0;
}

#home-form-wrap .gform_wrapper ul li.gfield.gf_list_inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mobile-display {
	display: none;
}
#home-form-wrap #home-form-heading h2, #home-form-wrap .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
	text-transform: uppercase;
	font-size: 52px;
	font-style: italic;
	font-weight: 700;
	padding-right: 40px;
}

#home-form-wrap .gform_wrapper ul li.gfield.gf_list_inline .gfield_radio label {
	font-size: 	25px;
	font-weight: 700;
}

#home-form-wrap .gform_wrapper .top_label li.gfield.gf_right_half, #home-form-wrap .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

#home-form-wrap .gform_wrapper ul.gform_fields li.gfield:last-child {
	width: calc( 100% - 205px );
}
#home-form-wrap .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-left: 9px;
	margin-bottom: 9px;
}

#home-form-wrap .gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 9px;
	margin-bottom: 9px;
}

#home-form-wrap .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
	width: 40px !important;
	height: 40px;
}

#home-form-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 22px 14px;
	color: rgba(0,0,0,0.40);
	background-color: #ffee80;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	border: none;
	box-shadow: 0px -2px 4px rgba(0,0,0,0.40);
	line-height: 1.2;
}

#home-form-wrap ::-webkit-input-placeholder { /* Edge */
	color: rgba(0,0,0,0.40);
}

#home-form-wrap :-ms-input-placeholder { /* Internet Explorer */
	color: rgba(0,0,0,0.40);
}

#home-form-wrap ::-moz-placeholder {
	color: rgba(0,0,0,0.40);
}

#home-form-wrap ::placeholder {
	color: rgba(0,0,0,0.40);
}

#home-form-wrap .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
	width: 193px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#home-form-wrap .gform_wrapper .gform_footer input.button, #home-form-wrap  .gform_wrapper .gform_footer input[type=image], #home-form-wrap  .gform_wrapper .gform_footer input[type=submit] {
	border:none;
	border-radius: 0;
	color: #fedb0c;
	font-weight: 700;
	background-color: #000000;
	font-size: 23px;
	box-shadow: 0px -2px 2px rgba(0,0,0,0.50);
	margin-right: 0;
	padding: 20px 32px;
	width: 100%;
	letter-spacing: 2px;
}

#home-form-wrap .gform_wrapper form .gform_footer span:after
{
	content: "\f101";
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 20px;
	z-index: 100; 
	position: absolute;
	right: 22px;
	top: 14px;
	color: #fedb0c;
}

@media screen and (max-width:640px) {
	#home-form-heading-and-dropdown.mobile-display {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	#home-form-fields {
		display: none;
	}
	.home-form-heading h2 {
		text-transform: uppercase;
		font-weight: 700;
		font-style: italic;
		font-size: 33px;
		padding-right: 10px;
	}
	.home-form-drop-down {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	.home-form-drop-down span {
		margin-left: 1px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.contact-us-drop-down {
		font-size: 16px;
		padding: 5px 10px;
		text-align: center;
		width: 100%;
	}
	
	#home-form-fields {
		padding-top: 40px;
	}
	
	#home-form-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding:8px  14px;
	}
	
	#home-form-wrap .gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 0;
	}
	
	#home-form-wrap .gform_wrapper .top_label li.gfield.gf_right_half {
		padding-left: 0;
	}
	
	#home-form-wrap .gform_wrapper ul.gform_fields li.gfield:last-child {
		width: 100%;
	}
	
	#home-form-wrap .gform_wrapper .gform_footer {
		position: relative;
		margin-top: 9px;
	}
	
	#home-form-wrap .gform_wrapper .gform_footer input.button, #home-form-wrap .gform_wrapper .gform_footer input[type=image], #home-form-wrap .gform_wrapper .gform_footer input[type=submit] {
		margin-bottom: 0;
		width: 100%;
		padding-top: 8px;
		line-height: 1.2;
		padding-bottom: 8px;
	}
	
	#home-form-wrap .gform_wrapper form .gform_footer span:after {
		top: 0;
	}
	
	#home-form-wrap #home-form-heading h2, #home-form-wrap .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
		padding-right: 0;
		display: none;
	}
	
	#home-form-wrap .gform_wrapper ul li.gfield.gf_list_inline .gfield_radio label {
		font-size: 20px;
	}
	
	#home-form-wrap .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
		width: 30px !important;
		height: 30px;
		margin-top: 0;
	}
	
	#home-form-wrap .gform_wrapper form {
		width: 534px;
	}
	
	#home-form-wrap .gform_wrapper ul.gform_fields {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	
	#home-form-wrap .gform_wrapper ul.gfield_checkbox li, #home-form-wrap .gform_wrapper ul.gfield_radio li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-right: 15px;
	}
	
	#home-form-wrap .gform_wrapper ul.gfield_checkbox, #home-form-wrap .gform_wrapper ul.gfield_radio {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	#home-form-wrap .gform_wrapper .gform_footer {
		width:100%;
	}
}
#home-coupons-section {
	padding-bottom: 74px;
	padding-top: 74px;
}

.home-coupons-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.white-popup-block {
	width:100%;
	max-width: 600px;
    margin: auto;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}

.coupon-box.slick-slide {
	width: 352px;
}
.coupon-box {
	padding: 0 20px;
}
.coupon-box img {
	margin: 0 auto;
	display: block;
}


		#home-coupons-list .slick-prev {
			width: 32px;
			height: 32px;
			margin-top: -16px;
			border: 0;
			position: absolute;
			top: 50%;
			left: 0;
			cursor: pointer;
		}
		
		#home-coupons-list .slick-next {
			width: 32px;
			height: 32px;
			margin-top: -16px;
			border:0;
			position: absolute;
			top: 50%;
			right: -20px;
			cursor: pointer;
		}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.embed-container:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}

.embed-container {
	position: relative; 
	padding-bottom: 49.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	margin-bottom: 30px;
} 

.embed-container iframe, .embed-container object, .embed-container embed { 		position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%; 
}
/*logos section*/

#home-partners-section {
	position: relative;
	text-align: center;
	padding-bottom: 65px;
	padding-top: 60px;
}

.home-partners-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.partner-box-image, .partner-box {
	margin: 0 10px;
}

.home-partners-column a, .home-partners-column img {
	display: block;
}


/*services style*/
#home-service-logo {
	background-color: #ee3224;
}

.wide-wrap {
	max-width: 1250px;
}

.services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.service {
	width: 33.33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	color: #000000;
	padding-top: 68px;
	z-index: 1;
	position: relative;
}

.services-image {
	padding-bottom: 72px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.service-heading {
	text-decoration:none;
	width: 100%;
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background: #ffdd00;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 28px 0;
	line-height: 1;
	position: relative;
}

.service:last-child .service-heading::after {
    content: '';
    height: 100%;
    width: calc(((100vw - 1108px) / 2));
    position: absolute;
    left: 100%;
    background: #ffdd00;
	top: 0;
	pointer-events: none;
}
.service:first-child .service-heading::before {
    content: '';
    height: 100%;
    width: calc(((100vw - 1108px) / 2));
    position: absolute;
    right: 100%;
	top: 0;
    background: #ffdd00;
	pointer-events: none;
}

.service:nth-child(2) {
	box-shadow: 0px 0px 21px rgba(0,0,0,0.5);
	background: #ee3224;
   	margin: -20px 0 -20px 0;
	z-index:2;
}
/*overview-section*/
#about-mister-sparky {
	padding-top: 65px;
	background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
	background-image: linear-gradient(#ffffff, #eeeeee);
}

	#about-sparky-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
			-ms-flex-pack: start;
				justify-content: flex-start;
		-webkit-box-align: stretch;
			-ms-flex-align: stretch;
				align-items: stretch;
	}

		#about-team-image {
			-ms-flex-negative: 0;
				flex-shrink: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: end;
			    -ms-flex-align: end;
			        align-items: flex-end;
			width: 55.776173285198556%;
		}

			#about-team-image img {
				display: block;
			}

	#about-sparky-content {
		padding-left: 30px;
		width: 44.314079422382671%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 90px;
		-ms-flex-line-pack: center;
		    align-content: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

		.sparky-heading {
			font-size: 34px;
			text-transform: uppercase;
			font-weight: 700;
			padding-bottom: 25px;
			line-height: 1.25;
		}

		.sparky-sub-heading {
			font-size: 20px;
			font-weight: 700;
			line-height: 1.65;
		}

		.sparky-content {
			font-size: 20px;
			line-height: 1.65;
			font-weight: 400;
		}

#home-testimonial-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	
}

#hm-tst-bg {
	width: 50%;
	background: rgba(255,221, 0, 0.9);
	box-shadow: 0px 0px 21px rgba(0,0,0,0.5);
}

#hm-tst-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#home-testi-google-and-page-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 650px;
	max-width: 100%;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

#home-test-and-source {
	max-width: 650px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 40px;
}

#home-testimonial {
	font-size: 47px;
	line-height: 1.38;
	padding: 30px 70px 30px;
	text-align: center;
	font-style: italic;
	width: 100%;
}
#home-testimonial-source {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 39px;
	padding-bottom: 70px;
}
#test-view-more a {
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

#test-view-more a span {
	font-size: 28px;
    line-height: 1;
    padding-left: 6px;
    font-weight: 800;
}
/* INTERIOR */

#page-header {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: end;
	    -webkit-box-align: end;
	        align-items: flex-end;
    height: 41vw;
    max-height: 462px;
    min-height: 275px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}				

	#page-header-color-bg {
		width: 100%;
	    padding: 48px 0;
	    background: rgba(0, 0, 0, 0.8);
	    color: #ffdd00;
	}
	
		h1.page-title {
			margin: 0;
			font-size: 59px;
			text-transform: uppercase;
		}

#page-content {
	padding: 80px 0;
}

			
/* BLOG */

#blog-container {
	padding: 30px 0;
	background-color: #eee;
}

#blog-container.logo-bottom {
	padding-bottom: 80px;
}

	.blog-loop {
		float: left;
		width: calc(100% - 320px - 30px);
	}

		.blog-loop article.post {
			margin-bottom: 30px;
			box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
			background-color: white;
		}
		
		.blog-loop article.post img {
			display: block;
			max-width: 100%;
			height: auto;
		}
		
		.blog-loop article.post .content-wrap {
			padding: 30px;
		}
		
		.blog-loop article.post .content-wrap .content-header h2 {
			margin-bottom: 0px;
			font-size: 25px;
			text-transform: uppercase;
		}
		
		.blog-loop article.post .content-wrap .content-header time {
			display: block;
			margin-bottom: 30px;
			font-size: 14px;
		}

/* BLOG SIDEBAR */

.blog-sidebar {
	float: right;
	width: 320px;
	padding: 0;
	list-style-type: none;
}

	.blog-sidebar .sidebar-contents {
		padding-left: 0;
		list-style-type: none;
		margin-top: 0;
	}

	.blog-sidebar .widget-title {
		margin-bottom: 30px;	
	}

	.blog-sidebar .widget-container {
		margin-bottom: 40px;
		padding: 40px;
		background-color: white;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.25);	
	}
	
	.blog-sidebar .widget-title {
		font-size: 25px;
		text-transform: uppercase;
	}
	
	.blog-sidebar .widget-container ul {
		padding: 0;
		list-style-type: none;
	}
	
	.blog-sidebar .widget-container li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ddd;
	}
	
	.blog-sidebar a {
		text-decoration: none;	
	}
	
	.blog-sidebar input {
		width: 100%;
	}
	
	.blog-sidebar #s {
		margin-bottom: 0;
	}
	
	.blog-sidebar .widget_search input[type="submit"] {
		width: 1px;
		border: 0;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		margin: -1px;
		padding: 0;
		position: absolute;
	}
	
/* POST NAV */

.nav-previous {
	float: right;	
	max-width: 49%;
}

.nav-next {
	float: left;	
	max-width: 49%;
}

#nav-below {
	margin-top: 30px;
}

#nav-below a {
	display: block;
	text-decoration: none;
	padding: 10px 15px;	
	background-color: white;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);	
	text-transform: uppercase;
}
			
/* FOOTER */

/*Footer */
.recent-post.clearfix {
	margin-bottom: 33px;
}

#locations-map {
    height: 35vw;
    min-height: 400px;
    max-height: 600px;
} 
#footer-ad-section{
	background-color: #ee3224;
	color: #ffffff;
}

#ft-ad-wrap{
	padding-top: 42px;
	padding-bottom: 42px;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.30;
	text-transform: uppercase;
}

#ft-ad-wrap p{
	margin-top:9px;
}

.ft-ad-text-light {
	font-weight: 400;
	text-transform: none;
}

#footer-wrap{
	background-color:rgb(55,55,55);
	padding-top: 1px;
	color:white;
	font-weight: 300;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#ft-main-wrap{
	background-color:rgb(55,55,55);
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	    -webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: calc(((100% - 1108px) / 2) + 588px);
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
} 

#ft-main-width-col {
	width: 588px;
	position: relative;
	z-index: 333;
}

#ft-main-width-col:after {
	content: '';
	width: 0;
	position: absolute;
	top: 0;
	left: 100%;
    height: 0;
    border-style: solid;
    border-width: 556px 228px 0 0;
    border-color: #373737 transparent transparent transparent;
}
.ft-column{
	width: 588px;
}
#media_image-2 {
	z-index: 444;	
}
#ft-column-2 {
	width: 480px;
}

.footer-widgets
{
	list-style-type: none;
	padding-left:0px;
}
#ft-main-wrap .widget-title {
    font-weight: 700;
	font-size: 30px;
	margin: 0;
}
#ft-column-1 {
	padding-bottom: 48px;
	padding-top: 60px;

}
#footer-widgets-5 {
	/*width: 478px;*/
}
#footer-widgets-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-top: 0;
}

#ft-main-wrap strong, #ft-main-wrap b {
	color: white;
}

#footer-widgets-5 .textwidget{
	line-height: 1.133;
	font-size: 15px;
	font-weight: 300;
}
#ft-phone {
    color: white;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
	text-decoration: none;
}

#ft-main-wrap .widget-title {
	text-transform: uppercase;
} 

#copyright{
	color: #f1f1f1;
	padding-top: 25px;
	padding-bottom: 35px;
	text-align: left;
	text-transform: uppercase;
	opacity: 50%;
}

#copyright ul
{
	margin: 0;
}

#copyright p{
	margin: 0;
}


#ft-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

#website_by_link {
	position: absolute;
	left:100%;
	top: 53px;
	z-index: 5;
}

#website_by_link a {
	display: block;
	width: 77px;
}

/* SHORTCODES */

.recent-post:not(:first-child) {
	margin-top: 14px;
}

.recent-post > a {
	color: inherit;
	text-decoration: none;
}

	.recent-post-image {
		float: left;
		margin-right: 10px;
	}
	
		.recent-post-image img {
			border-radius: 5px;
		}
	
	.recent-post-content {
		float: left;
		width: calc(100% - 90px);
	}
	
		.recent-post-title {
			margin-top: 0;
			margin-bottom: 4px;
			font-size: 18px;
			font-weight: 300;
			text-transform: none;
			line-height: 1.7;
		}
		
		.recent-post-meta {
			color: #f1d849;
		}
		
		#view-all-posts {
			display: none;
			margin-top: 14px;
			font-size: 13px;
			text-transform: uppercase;
			text-decoration: none;
			color: #f1d849;
		}
		
/* MEDIA QUERIES */
@media screen and (min-width: 1700px) {
	#site-header-wrap:before {
		display: none;
	}
	
}

@media screen and (min-width: 641px) {
	#home-form-fields {
		display: block!important;
	}
}
@media screen and (max-width: 1200px) {
	.wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#home-form-wrap #home-form-heading h2, #home-form-wrap .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
		font-size: 45px;
	}
	
	#home-testimonial {
		font-size: 35px;
	}
	#home-testimonial-source {
		padding-bottom: 40px;
		font-size: 30px;
	}
	
	.service:last-child .service-heading::after {
		width: 100%;
	}
	
	.service:first-child .service-heading::before {
		width: 100%;
	}
	
	#ft-ad-wrap {
		text-align: center;
	}
	#ft-main-wrap {
		width: auto;
		padding-left: 15px;
	}
}
@media screen and (max-width: 1080px) {
	#home-testimonial {
		font-size: 30px;
		padding: 30px;
	}
	#home-testimonial-source {
		font-size: 25px;
	}
}
@media screen and (max-width: 1045px) {
	#home-form-wrap #home-form-heading h2, #home-form-wrap .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
		font-size: 40px;
	}
}

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

	.service-heading {
		font-size: 30px;
	}
	
	#ft-ad-wrap {
		font-size: 37px;
	}
	
	
	#home-person-section img {
		right: 0;
	}
	
	#page-header-color-bg {
		padding: 38px 0;
	}
	
	h1.page-title {
		font-size: 49px;
	}

}



@media screen and (max-width: 960px) {
	#site-header-left img, #site-header-left a {
		width: 260px;
	}
	#site-header-wrap {
		padding-bottom: 12px;
	}
	#site-right-col {
		padding-right: 15px;
	}
	#header-phone {
		font-size: 60px;
	}
	
	
	 #home-right-column {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
	    -ms-flex-align: end;
	        -webkit-box-align: end;
	            align-items: flex-end;
	}

		#home-person-section img {
			display: block;
			height: auto;
			max-height: 100%;
			position: static;
		}
		
	#home-form-wrap .gform_wrapper ul li.gfield.gf_list_inline {
		display: block;
	}
	
	#home-testimonial {
		font-size: 25px;
	}
	
	.service-heading {
		font-size: 26px;
		padding: 20px 0;
	}
	
	.services-image {
		padding: 40px 50px;
	}
	
	.service:last-child .service-heading::after {
		width: 100%;
	}
	
	.service:first-child .service-heading::before {
		width: 100%;
	}
	.ft-column {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}
	/* BLOG */
	
	#blog-container {
		padding: 20px 0;
	}
	
		.blog-loop {
			width: calc(100% - 260px - 20px);
		}
		
			.blog-loop article.post {
				margin-bottom: 20px;
			}
		
				.blog-loop article.post .content-wrap {
					padding: 20px;
				}
		
		.blog-sidebar {
			width: 260px;
		}
		
			.blog-sidebar .widget-container {
				margin-bottom: 20px;
				padding: 20px;
			}
			
	#nav-below {
		margin-top: 20px;
	}
			
	.nav-next, .nav-previous {
		float: none;
		max-width: 100%;
	}
	
	.nav-previous {
		margin-top: 20px;
	}
	
	h1.page-title{
		font-size: 40px;
	}
	#page-header-color-bg {
		padding: 30px 0;
	}
}

@media screen and (max-width: 767px) {
	#site-header-left img, #site-header-left a {
		width: 29.963898916967509vw;
	}
	
	#site-header-left a , #site-header-left img {
		bottom: -39px;
	}
	
	#site-header .nav-burger-container .nav-toggle span {
		height: 5px;
	}
	
	#callnow_heading {
		font-size: 15px;
	}
	
	#header-phone {
		font-size: 52px;
	}
	
	.home-coupons-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	#home-coupons-section {
		padding-bottom: 35px;
		padding-top: 35px;
	} 
	
	#home-srv-logos.wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.services {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-bottom: 10px;
	}
	
	.services:last-child {padding-bottom: 0;}
	
	.service {
		padding-top: 40px;
		width: 100%;
	}
	
	.services-image {
		padding: 30px;
	}
	
	.service:nth-child(2) {
		margin: 0;
		box-shadow: none;
	}
	
	.service-heading {
		font-size: 24px;
	}
	
	#about-sparky-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	
	#about-sparky-content {
		padding-left: 0;
	}
	
	.sparky-heading {
		font-size: 30px;
	}
	.sparky-sub-heading {
		font-size: 18px;
	}
	
	.sparky-content {
		font-size: 18px;
	}
	#about-team-image {
		width: 100%;
	}
	
	#about-team-image img {
		width: 55vw;
		margin: 0 auto;
	}
	#about-sparky-content {
		width: 100%;
	}
	
	#home-testimonial-section .mobile-display {
		display: block;
	}
	
	#home-testimonial-section {
		background-size: 0;
	}
	
	#hm-tst-bg {
		width: 100%;
	}
	
	#home-testi-google-and-page-link {
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
	}
	
	#callnow_heading, #site-phone-section {
    	text-align: center;
	}
	
	#ft-main-width-col {
		width: 100%;
	}
	
	#footer-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#ft-main-wrap {
		display: block;
	}

	.ft-column, #ft-column-2 {
		width: 100%;
	}
	
	#ft-image {
		height: 400px;
	}
	
	#website_by_link {
		position: static;
	}
	
	/* BLOG */
	
	.blog-loop {
		float: none;
		width: 100%;
	}
	
	.blog-sidebar {
		float: none;
		width: 100%;
	}
	
	#nav-below {
		margin-bottom: 20px;
	}
	h1, .h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
	font-size: 35px;
}

	h2, .h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
		font-size: 30px;
	}

	h3, .h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3 {
		font-size: 20px;
	}

	h4, .h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4 {
		font-size: 18px;
	}

	h5, .h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5 {
		font-size: 16px;
	}

	h6, .h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6 {
		font-size: 14px;
	}
}
@media screen and (max-width:680px) {
	#site-header .nav-burger-container .nav-toggle {
		padding-bottom: 0;
		padding: 10px 8px 0;
	}
	
	#site-right-col {
		padding-right: 15px;
	}
	
	#page-header-color-bg {
		padding: 20px 0;
	}
	
	h1.page-title {
		font-size: 30px;
	}
}
@media screen and (max-width: 600px) {
	#site-phone-section {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
	}
	
	#site-header-wrap {
	
		padding: 15px;
	}
	#site-header-right {
		margin-top: 20px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	#home-testimonial {
		padding: 30px 0;
	}
	/* BLOG */
	
	#blog-container > .wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 640px) {
	#header-icons {
		position: absolute;
		top: 8px;
		right: 0;
	}
	#header-icons:last-child {
		display: none;
	}
	
	#site-header-right {
		padding-top: 10px;
	}
	#callnow_heading, #site-phone-section {
		font-size: 14px;
	}
	#header-phone {
		font-size: 46px;
	}
	#site-header-left a {
		bottom:-20px;
	}
	#site-header-wrap {
		padding-bottom: 0;
	}
	
	#site-header-wrap:before {
		border-width: 488px 160px 0 0;
	}
	
	#site-header .nav-burger-container .nav-toggle span {
		height: 4px;
	}
}
@media screen and (max-width: 590px) {
	#callnow_heading, #site-phone-section {
		font-size: 12px;
	}
	
	#header-phone {
		font-size: 40px;
	}
	
	#site-header .nav-burger-container .nav-toggle {
		padding: 5px;
		padding-bottom: 0;
		line-height: 1;
	}
	
	#site-header .nav-burger-container .nav-toggle p {
		font-size: 13px;
	}
	#site-right-col {
		padding-right: 8px;
	}
}
@media screen and (max-width: 580px) {
	.home-form-heading h2  {
		font-size: 26px;
	}
	.home-partners-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.partner-box-image, .partner-box {
		margin: 0;
		padding-bottom: 20px;
	}
	
}

@media screen and (max-width: 480px) {
	
	
	.home-form-heading h2 {
		font-size: 20px;
	}
	#site-header-wrap:before {
		display: none;
	}
	
	#site-header-left a, #site-header-left img {
		position: static;
	}
	
	#site-header-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	#site-header-right {
		margin-top: 0;
	}
	
	#site-header-left {
		margin-top:20px;
	}
	
	#site-header .nav-burger-container .nav-toggle p {
		font-size: 12px;
	}
	
	#callnow_heading {
		font-size: 13px;
	}
	
	#site-right-col {
		padding-right: 17px;
	}
	
	#header-phone {
		font-size: 45px;
	}
	
	h2, .h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
		font-size: 28px;
	}
}

@media screen and (max-width: 450px) {
	#home-form-heading-and-dropdown.mobile-display {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.home-form-heading {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 360px) {
	#site-right-col {
		padding-right: 9px;
	}
	
	#header-phone {
		font-size: 38px;
	}
	
		#callnow_heading {
		font-size: 11px;
	} 
	#home-form-wrap .gform_wrapper ul li.gfield.gf_list_inline .gfield_radio label {
		font-size: 15px;
	}
	
	h1.page-title {
		font-size: 24px;
	}
}

#home-financing-section {
	background-color: #de2925;
	padding-bottom: 10px;
	padding-top: 10px;
}
#home-financing-image {
	display: flex;
	justify-content: center;
	align-items: center;
}
#financing-link-image {
	padding-right:12px;

}

.financing-link a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	color: #ffc530;	
}

#financing-link-image {
	display: flex;
}
#financing-link-image img {
	height: auto;
}

@media (max-width: 540px) {
	.financing-link a {
		font-size: 22px;
	}
	
	
}

@media (max-width: 480px) {
	#home-financing-image {
		flex-direction:column;
	}
}

/*Power CLub*/
.power-club-entry-content h6{
	margin-bottom: 0;
	font-size: 20px;
	text-transform: none;
	padding-bottom: 0;
}

.power-club-entry-content p {
	margin-top: 0;
}
.table-flex {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	    grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: (auto)[6];
	    grid-template-rows: repeat(6, auto);
	grid-auto-flow: column;
	box-shadow: 0px 0px 16px 0px rgb(1 1 1 / 20%)}

.content {
    border-bottom: 1px solid black;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	border-left: 1px solid black;
}

.table-premium , .table-deluxe, .table-basic {
	border: 1px solid black;
	display: -ms-grid;
	display: grid;
	/*align-items: stretch;*/
}
.power-club-program-membership {
	padding-top: 30px;
	padding-bottom: 40px;
}
.heading {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	padding: 10px;
	border: 1px solid black;
	/*align-self: flex-start;*/
}
.yellow-heading {
	background-color: #ffdd00;
	border-left: 1px solid black;

}

.light-orange-heading {
	background-color: #febe10;
}

.orange-heading {
	background-color: #f7921d;
}

.power-club-specials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.power-club-special-content {
	width: 54%;
    padding: 24px 40px;
    background: rgba(251,225,30,0.9);
    padding-left: 30px;
    position: absolute;
    right: 0;
}

.power-club-special-left-col {
	width: 50%;
}

.power-club-special-left-col img {
	width: 100%;
}

.power-club-special-content-details {
	width: 506px;
    max-width: 100%;
    padding-left: 30px;
	font-size: 20px;
	line-height: 1.3;
}

.power-club-special-content-details h6 {
	font-weight: 600;
	font-size: 25px;
	margin: 0;
}

.power-club-special-content-light-image {
	position: absolute;
	top: 15px;
	right: 15px;
}


.extra-info {
	position: relative;
	padding-bottom: 60px;
	padding-top: 60px;
	
}

.optimum {
}

.white-column {
	background-color: white;
  	box-shadow: 0px 0px 16px 0px rgba(1, 1, 1, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
	width: calc( 50% - 5px);
	margin-bottom: 10px;
}
.gray-column {
	background-color: #efeff0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: calc( 50% - 5px);
	margin-bottom: 10px;

}

.white-column.img-col {
	box-shadow: none;
	background-repeat: no-repeat;
	background-size: cover;
}

.image-sparky {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}


.four-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}



.premium,.optimum ,.deluxe {
	padding: 30px;
}

.yellow-bg {
	margin: 0;
	background-color: #fbde05;
	padding: 2px 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}

.beninfo-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-bottom: 45px;
}

.benft-logo {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding-right: 37px;
}

.benft-logo img {
	display: block;
}

.benfmb-info p {
	margin: 0;
	font-style: italic;
	font-size: 22px;
	font-weight: 300;
}

.call-us-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.call-now-and-phone-iimage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.phone-image {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding-right: 30px;
}

.call-now-heading-and-content {
	color: #ffffff;
}

.callnow-heading {
	font-size: 28px;
	text-transform: uppercase;
	padding-bottom: 5px;
	line-height: 1.1;
	font-weight: 500;
}

.callnow-content p {
	margin: 0;
	font-weight: 400;
}
@media (max-width: 1000px) {
	.power-club-special-content-details {
		font-size: 18px;
	}
}

@media (max-width: 900px) {
	.power-club-specials {
		display: block;
	}
	
	.power-club-special-content-details {
		margin: 0 auto;
		padding-left: 0;
	}
	
	.power-club-special-content-light-image {
		top:10px;
		right: 10px;
	}
	
	.power-club-special-content {
		width: 100%;
		position: relative;
	}
	.power-club-special-left-col {
		width: 100%;
	}
	.benfmb-info p {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	
	.power-club-entry-content h6{
		font-size: 18px;
	}
	.table-flex  {
		display: block;
	}
	
	.heading {
		font-size: 26px;
	}
	 .content {
		border:1px solid black;
	}
	
	.light-orange-heading {
		margin-top: 20px;
	}
	
	.orange-heading {
		margin-top: 20px;
	}
	
	.four-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	
	.white-column, .gray-column  {
		width: 100%;
	}
	
	.image-sparky {
		top: auto;
		bottom: 0;
	}
	
	.gray-column {
  		box-shadow: 0px 0px 16px 0px rgba(1, 1, 1, 0.2);
	}
	
	.white-column.img-col{
		height: 207px;
	}
	
	.beninfo-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.benft-logo {
		padding-bottom: 15px;
		padding-right: 0;
	}
	
	.benfmb-info p {
		font-size: 18px;
	}
	
	.callnow-heading {
		font-size: 26px;
	}
}

@media (max-width: 500px) {
	.heading {
		font-size: 24px;
	}
	.call-now-and-phone-iimage {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.phone-image {
		padding-right: 0;
	}
	
	.callnow-heading {
		padding-top: 20px;
		text-align: center;
		font-size: 24px;
	}
	
	.callnow-content {
		text-align: center;
	}
}
/* Maintenance Plan */
.maintenance-plan-tmp strong {
	color:#000;
}
.mp-info-text {
	text-align:center;
	margin-bottom:25px;
}
.mp-table-wrap {
	margin-bottom:25px;
}
.mp-bottom-section {
	margin-bottom:40px;
}
.mp-logos-row {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 10px;
	justify-items: center;
	margin-bottom:35px;
}
.mp-logos-row img {
	margin:auto;
}
.mp-title {
	padding:20px 50px;
	text-align:center;
	background-color: #f1d849;
	color:#000;
	font-size:55px;
	line-height:1;
}
.pm-service-banner {
	text-align:center;
}
/* .pm-service-banner img {
	width:100%;
} */
.mp-serviced-products {
	margin-bottom:40px;
}
.mp-img-grid {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
}
.mp-img-grid p {
	text-align:center;
}
.mp-bottom-service-text {
	padding:35px 50px;
}
.mp-serviced-products .row,
.bottom-row {
	display:grid;
	grid-template-columns: repeat(3,1fr);
	margin-top:40px;
	padding:10px;
}
.bottom-row {
	align-items:center;
	gap:40px;
}
.mp-serviced-products .row.yellow {
	background-color:#f1d849;
}
.mp-serviced-products .row.yellow .col li::marker,
.mp-serviced-products .row.yellow .col-title {
  color: #000;
}
.mp-serviced-products .col li::marker {
  color: #d92013;
}
.mp-serviced-products .col .col-title {
	font-size:30px;
	text-transform:uppercase;
	color:#d92013;
	text-align:center;
}
@media screen and (max-width:767px) {
	.mp-serviced-products .row,
	.bottom-row {
		grid-template-columns: auto;
		gap: 40px 60px;
	}
	.bottom-row: {
		text-align:center;
	}
	.mp-title {
		font-size:35px;
	}
	.mp-bottom-service-text {
		padding:0 15px;
	}
}

/* New Maintenance Page */

.custom-content-section {
    padding: 50px 20px;
    font-family: "Roboto", serif;
}
.custom-content-section .custom-content-container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
.custom-content-section .custom-content-container .custom-content-col h5 {
    font-size: 20px;
    text-align: right;
    letter-spacing: 1px;
}
.custom-content-section .custom-content-container .custom-content-col h2 {
    margin: 35px 0 20px 0;
    font-size: 48px;
    letter-spacing: 1px;
    border-bottom: 4px solid #de2925;
    padding: 0 0 20px 0;
}
.custom-content-section .custom-content-container .custom-content-col p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 15px 0;
}
.custom-content-section .custom-content-container ul {
    padding: 0 0 0 36px;
    display: flex;
    flex-flow: column;
    gap: 5px;
    margin: 20px 0;
}
.custom-content-section .custom-content-container ul li {
    font-size: 18px;
    line-height: 1.8;
}
.custom-content-section .custom-content-container .bg-content h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
}
.custom-content-section .custom-content-container .custom-content-col .main-heading {
    background-color: #D92012;
    padding: 12px 35px;
    font-size: 65px;
    color: #fff;
    text-align: center;
    border: none;
    margin-top: 15px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
}
.custom-content-section .custom-content-container .bg-content hr {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    margin: 30px 0;
}
.img-frame img {
    max-width: 100%;
}
.custom-content-section .custom-content-container .inner-content-box {
    display: flex;
    gap: 20px;
    margin: 0 0 40px 0;
}
.custom-content-section .custom-content-container .inner-content-box .content-caption {
    flex: 1;
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 25px;
}
.main-heading.yellow-bg {
    background: #ffdd00 !important;
    color: #000 !important;
}
.custom-content-section .custom-content-container .inner-content-box .content-caption ul {
    padding: 0 0 0 14px;
    margin: 0;
}
.custom-content-section .custom-content-container .inner-content-box .content-caption h4 {
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #de2925;
    border-bottom: 2px solid;
    padding: 0 0 15px 0;
}
.custom-content-section .custom-content-container .inner-content-box .content-caption ul li {
    font-size: 16px;
}
.custom-content-section .custom-content-container .content-with-img {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
.custom-content-section .custom-content-container .content-with-img .img-frame {
    max-width: 250px;
    width: 100%;
}
.custom-content-section .custom-content-container .content-with-img .inner-text-content p {
    font-weight: 500;
}
.custom-content-section .custom-content-container .content-with-img .inner-text-content h3 {
    margin: 0;
}
.custom-content-section .custom-content-container .content-with-img .inner-text-content ul {
    padding: 0 0 0 17px;
}
.custom-content-section .custom-content-container .content-with-img .inner-text-content {
    flex: 1;
}

@media all and (max-width: 991px) {
    .custom-content-section .custom-content-container .custom-content-col .main-heading {
        font-size: 54px;
    }
    .custom-content-section .custom-content-container .custom-content-col h2 {
        font-size: 34px;
    }
    .custom-content-section .custom-content-container .inner-content-box .content-caption h4 {
        font-size: 22px;
    }
    .custom-content-section .custom-content-container .content-with-img .img-frame {
        max-width: 190px;
    }
}

@media all and (max-width: 767px) {
    .custom-content-section .custom-content-container .custom-content-col .main-heading {
        font-size: 44px;
    }
    .custom-content-section .custom-content-container .custom-content-col h2 {
        font-size: 28px;
    }
    .custom-content-section .custom-content-container .custom-content-col p,
    .custom-content-section .custom-content-container .custom-content-col ul li {
        font-size: 16px;
    }
    .custom-content-section .custom-content-container .bg-content h3 {
        font-size: 22px;
    }
    .custom-content-section .custom-content-container .inner-content-box,
    .custom-content-section .custom-content-container .content-with-img {
        flex-flow: column;
    }
    .custom-content-section .custom-content-container .content-with-img .inner-text-content {
        order: 1;
    }
    .custom-content-section .custom-content-container .content-with-img .img-frame {
        order: 2;
        text-align: left;
    }
}

@media all and (max-width: 480px) {
    .custom-content-section .custom-content-container .custom-content-col .main-heading {
        font-size: 28px;
    }
    .custom-content-section .custom-content-container .custom-content-col h2 {
        font-size: 20px;
        letter-spacing: normal;
    }
    .custom-content-section .custom-content-container .custom-content-col p,
    .custom-content-section .custom-content-container .custom-content-col ul li {
        font-size: 16px;
    }
    .custom-content-section .custom-content-container .bg-content h3 {
        font-size: 18px;
    }
}