/* Theme name: Mister Sparky Generator */

/*! 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:bolder}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: 'Oswald', Helvetica, Arial, sans-serif;
	font-size:26px;
	font-weight: 300;
	line-height: 1.2;
	color:#393939;
}

#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: 1175px;
	margin-left: auto;
	margin-right: auto;
}
.large-wrap{
	max-width:1330px;
	margin-left: auto;
	margin-right: auto;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 400;
	line-height: 1.2;
	margin-top:0;
	margin-bottom: 0;
}

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

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

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

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: 18px;
}

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: inherit;
	text-decoration: none;
}

/* 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: 9px 14px;
	color: inherit;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	background-color:#cccccc;
	cursor: pointer;
	transition-property: color, background-color;
	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;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
}

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

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

.slide-in-delay-2 {
	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);
}

/*Slick controls*/

.slick-prev, .slick-next {
	padding: 5px 15px;
	background-color: transparent;
	border: none;
	color:#ffffff;
	border-radius: 0;
	font-size: 25px;
	opacity: 0.9;
	position: absolute;
	z-index: 99;
	top: 50%;	
	-webkit-transform: translateY(-50%);	
	    -ms-transform: translateY(-50%);	
	        transform: translateY(-50%);
	transition-property: color, background-color, opacity;
}

.slick-prev:hover, .slick-next:hover {
	opacity: 1;
	color: white;
	background-color: rgba(2,72,116,0.5);
}

.slick-prev {
	right: 100%;
	top:50%;
}

.slick-next {
	left: 100%;
	top:50%;
}


.slick-dots {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	    align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	    justify-content: center;
	width: 100%;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	position: absolute;
	bottom: 5px;
	left: 0;
}

	.slick-dots button {
		width: 12px;
		height: 12px;
		overflow: hidden;
		text-indent: -9999px;
		margin: 5px;
		padding: 0;
		border: none;
		border-radius: 50%;
		background-color: #aaa;
	}
	
	.slick-dots .slick-active button, .slick-dots li:hover button {
		background-color: #000;
	}

/*Gravity form*/
#form-wrap input[type=text], #form-wrap input[type=email], #form-wrap input[type=number], #form-wrap input[type=password], #form-wrap textarea, #form-wrap select{
	color: inherit;
	font-weight: 700;
	font-size: 24px;
}
#form-wrap .gform_wrapper .gform_footer input.button, #form-wrap .gform_wrapper .gform_footer input[type=submit], #form-wrap .gform_wrapper .gform_page_footer input.button,#form-wrap .gform_wrapper .gform_page_footer input[type=submit]{
	background-color:#4e4e4e;
	color:white;
	font-size:42px;
	padding: 10px 150px 14px 150px;
	font-weight: 600;
}
#form-wrap .gform_wrapper ul.gform_fields li.gfield{
	padding-right: 0;
}
#form-wrap .gform_wrapper .top_label .gfield_label { 
		color: inherit;
		font-weight: 700;
		font-size: 24px;
		text-transform: uppercase;
	}
	
#form-wrap ::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
		color: inherit;
		font-weight: 700;
		font-size: 24px;
		text-transform: uppercase;
	}
	
	#form-wrap ::-moz-placeholder { /* Firefox 19+ */
		color: inherit;	
		font-weight: 700;
		font-size: 24px;
		text-transform: uppercase;
	}
	
	#form-wrap :-ms-input-placeholder{ /* IE 10+ */
		color: inherit;
		font-weight: 700;
		font-size: 24px;
		text-transform: uppercase;
	}
	
	#form-wrap :-moz-placeholder { /* Firefox 18- */
		color: inherit;
		font-weight: 700;
		font-size: 24px;
		text-transform: uppercase;
	}
#form-wrap input[type=text],#form-wrap input[type=email],#form-wrap input[type=number], #form-wrap input[type=password]{
	border-top:none;
	border-right: none;
	border-left: none;
	border-color:inherit;
}
#form-wrap textarea{
	border-color:inherit;
	height:100px;
}

#form-wrap .gform_wrapper{
	margin:0;
}
#form-wrap .gform_wrapper .gform_footer{
	padding-bottom: 0;
	margin-top: 0;
}
/*gravity form validation*/
/* FORM VALIDATION */
		
		#form-wrap .validation_error {
			display: none;
		}
		
		#form-wrap .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
			max-width: none !important;
		}
		
		#form-wrap .gform_wrapper li.gfield.gfield_error, #form-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
			background-color: transparent;
			padding-top: 0;
			padding-bottom: 0;
			border-top: none;
			border-bottom: none;
		}
		
		#form-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, #form-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
			margin-top: 0;
		}
		
		#form-wrap .gfield_error input[type=text], #form-wrap .gfield_error input[type=email], #form-wrap .gfield_error input[type=number], #form-wrap .gfield_error input[type=password], #form-wrap .gfield_error textarea, #form-wrap .gfield_error select {
			border-color: #d92013;
		}
			
		#form-wrap .validation_message {
			display: none;
		}

		#form-wrap .gform_confirmation_wrapper {
			padding: 50px 0;
		}


/* MODAL */

.modal {
	display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
	position: fixed;
    z-index: 22;
    top: 0;
    left: 0;
    cursor: pointer;
}

.modal.open {
	display: block;
	font-size: 16px;
}

	.modal-body {
		width: 560px;
		max-width: 100%;
		max-height:calc(100% - 44px);
		overflow-y: auto;
		padding: 20px;
		color: black;

		font-size: 16px;
		background-color: white;
		border-radius: 4px;
		font-weight: 300;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
		position: fixed;
		z-index: 9999;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		        -ms-transform: translateX(-50%) translateY(-50%);
		    transform: translateX(-50%) translateY(-50%);
		cursor: auto;
	}

	.close-modal {
		padding: 8px;
		color: black;
		text-align: right;
		cursor: pointer;
		position: absolute;
		top: 8px;
		right: 12px;
	}
	
	.modal .gform_wrapper {
		margin: 0;
	}
	
	.modal .gform_wrapper h3.gform_title {
		margin: 0;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
	}
	
	.modal input, .modal select, .modal textarea {
		border-color: black !important;
	}
	
	.modal input[type=submit] {
		border: none !important;
	}
	
	.modal .gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0;
	}
	
	.modal .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: 100% !important;
	}
	
	.modal .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
		border-color: #dc3300;
	}
	
	.modal .gform_wrapper .gform_footer {
		text-align: center;
	}
	
	.modal .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .modal .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
		margin-right: 0;
	}
		

/* GLOBAL HEADER */
#site-header{
	padding-top: 33px;
    padding-bottom: 36px;
}
	#site-header-wrap{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
    	-webkit-justify-content: space-between;
    	    -ms-flex-pack: justify;
    	        justify-content: space-between;
    	-webkit-align-items: flex-start;
    	    -ms-flex-align: start;
    	        align-items: flex-start;
		position:relative;
	}
	#site-header-left{
		-webkit-flex-grow: 1;
        -ms-flex-positive: 1;
		flex-grow: 1;
	}
	#site-header-right{
		-webkit-flex-grow: 1;
        -ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
		flex-shrink: 0;
	}
		#site-header-left img{
			display: block;
		}
		#site-heading{
			text-transform: uppercase;
			text-align: center;
			padding-bottom: 14px;
		}
			#site-heading strong{
				font-weight: 700;
			}
			#site-heading-cities {
				margin-top: 6px;
				text-align: center;
				font-size: 18px;
				text-transform: none;
			}
				#site-heading-image img{
					display: block;
					margin: 0 auto;
				}
		#callnow_heading {
			font-size: 22px;
			font-weight: 700;
			text-align: right;
			color: inherit;
			text-transform: uppercase;
			line-height: 1;
		}
			#header-phone {
    			color: #ee2e24;
    			line-height: 1.2;
    			font-size: 46px;
				font-family: 'Anton', sans-serif;
    			font-weight: 400;
    			text-decoration: none;
			}
		#header-form-and-menu{
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-justify-content: flex-end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
			#header-form-button{
				padding-left:22px;
				padding-right: 22px;
				background-color: #ffde00;
			}
			#site-phone-section{
				text-align: right;
			}
			#menu{
				padding-left: 9px;
			}
				#header-menu-button{
					display: -webkit-flex;
					display: -ms-flexbox;
					display: flex;
					-webkit-align-items: center;
					    -ms-flex-align: center;
					        align-items: center;
				}

					#header-nav{
						display: none;
						width: 236px;
						background-color: #cccccc;
						box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
						color: inherit;
						font-size: 15px;
						text-transform: uppercase;
						font-weight: 600;
						position: absolute;
						margin-top:9px;
						z-index: 11;
						top: 100%;
						right: 0;
					}

				#header-nav .menu {
					margin: 0;
					padding:0;
					list-style-type: none;
				}

			#header-nav a {
				display: block;
				color: inherit;
				text-decoration: none;
				transition-property: background-color, color;
				transition-duration: 0.2s;
				position: relative;
			}

			#header-nav a:hover {
				color: #ee2e24;
			}

				#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: white;
					background-color: black;
				}

				#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%);
						-ms-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;
					}

/* HOME */
/*slider*/
#home-top-slider {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
    min-height: auto;
	/*border-bottom: 21px solid #ee2e24;*/
}
/*logo grid*/
#home-logos-section{
	box-shadow: 0px 12px 57px 0px rgba(0, 0, 0, 0.28);
    position: relative;
}
#home-logos-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
}
	#home-logos-grid{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin:0 auto;
	}
		.home-logos-grid{
			margin:20px 10px;
		}
			.home-logos-grid img{
				display: block;
			}
/*services*/
#hm-services{
	min-height:482px;
	border-bottom: 15px solid #393939;
	box-shadow: inset 0 20px 20px -7px rgba(238,238,238,0.8);
	font-size: 52px;
	font-weight: 500;
	color:#ffffff;
	text-transform: uppercase;
}
	#hm-services-heading{
		padding-top: 65px;
		padding-bottom: 57px;
	}
		.service-section-heading{
			text-align: center;
			color:#555555;
			font-weight: 500;
		}
	.heading-icons-text{
		-webkit-flex-grow: 1;
        -ms-flex-positive: 1;
		flex-grow: 1;
	}
		#right-and-left-col-service-list{
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-justify-content: space-between;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}
			#left-col-sr-list,#right-col-sr-list{
				width:48%;
			}
				.hm-service-heading{
					min-height: 221px;
					height: auto;
					background-color: #ee2e24;
					display: -webkit-flex;
					display: -ms-flexbox;
					display: flex;
					-webkit-justify-content: end;
					    -ms-flex-pack: end;
					        justify-content: end;
					padding: 10px;
					-webkit-align-items: center;
					    -ms-flex-align: center;
					        align-items: center;
				}
					.heading-icons{
						padding-left: 60px;
						padding-right: 54px;
					}
					.heading-icons-text:after{
						content: ">>";
						padding-left: 29px;
						font-weight: 300;
					}
/*Home Coupon*/
#home-coupon-section {
	background-color: #efefef;
	padding-bottom: 60px;
	padding-top: 60px;
}

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

	.coupon-box {
		display: block;
		padding: 0 10px;
	}

@media screen and (max-width: 560px) {
	#home-coupons-list .home-coupons-column {
		-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;
	}
	
	.coupon-box, .coupon-box-image {
		padding: 0;
		padding-bottom: 20px;
	}
	
	.coupon-box:last-child, .coupon-box-image:last-child {
		padding-bottom: 0;
	}
	
	#home-coupon-section {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

/*embed video*/
.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%; 
}
/*video and form section*/
#video-and-form-section{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;	
}
	#video-wrap{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		width: calc(50% + 80px);
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
		#hm-video-section-wrap{
			margin-right: 0;
			margin-left: auto;
			max-width: calc((1175px / 2 ) + 80px);
			-webkit-flex-grow:1;
			    -ms-flex-positive:1;
			        flex-grow:1;
			width: 100%
		}
			#video-inner-wrap img{
				display: block;
			}
	#form-section-bg{
		background-color: #ebebeb;
		width: calc(50% - 80px);
		padding-left: 80px;
		position: relative;
	}

		#form-section-bg:before{
			content:'';
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 42px 43px 42px 0;
			border-color: transparent #ebebeb transparent transparent;
			position: absolute;
			top:43%;
			left:-43px;
		}
		#form-wrap{
			padding-bottom: 130px;
			padding-top: 130px;
			max-width: calc((1175px / 2) - 160px);
		}

/*Reviews*/

#hm-reviews-section{
	background-color:#555555;
	color:#ffffff;
	line-height: 1.18;
	font-weight: 300;
	font-size: 40px;
	border-bottom: 13px solid #ffffff;
}
	#hm-customer-reviews{
		padding: 90px 216px;
		background-repeat: no-repeat;
	}
		#hm-customer-reviews-detail .slick-track{
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-align-items: center;
			-ms-flex-align: center;
				align-items: center;
		}
			.customer-review p:first-child{
				margin-top: 0;
			}
			.customer-name{
				font-weight: 600;
				text-transform: uppercase;
				padding-top: 30px;
			}

/* INTERIOR */

#page-header {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
	min-height:325px;
	border-bottom:14px solid #393939;
}	
	#page-header-title{
		text-transform: uppercase;
		text-align: center;
		padding: 143px 0;
	}
		.page-title{
			font-size:45px;
			font-weight:600;
		}
#page-content {
	padding-top: 70px;
	padding-left:0;
	padding-right:0;
	padding-bottom:100px;
	font-size:27px;
	font-weight:300;
}
	.font-orange{
		color:#ffc80f;
		font-weight:700;
	}
			
/* 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;
	}

	.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;	
		color:inherit;
	}
	
	.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;
	}
.blog-sidebar .sidebar-contents{
			margin-top:0;
		}
	
/* 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 */

#site-footer {

}
	/*pre footer ad*/
	#footer-ad-section{
		background-color:#ffc709;
		border-bottom: 13px solid #ffffff;
	}
		#ft-ad-wrap{
			color:inherit;
			font-size: 48px;
			text-align: center;
			text-transform: uppercase;
			font-weight: 500;
			padding-bottom: 35px;
			padding-top: 35px;
		}
			#ft-ad-wrap p:first-child{
				margin-top:0;
			}
/*overview section*/
#home-overview-section{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	border-bottom: 36px solid #393939;
}
	#home-overview-wrap{
		padding-top:70px;
		padding-bottom: 70px;
	}
		#home-overview-info{
			width: calc((1175px / 2) + 129px);
			font-size: 25px;
		}
			#overview-section-heading{
				color:#ee2e24;
				font-weight: 600;
			}
				#home-overview-info p:first-child{
					margin-top: 0;
				}
/*map*/
#locations-map{
	max-height: 500px;
	height:59.75vw;
}
/*Book An Appointment and icon*/

#pre-footer-booknow-section{
	background-color: #ee2e24;
}
	#book-now-icon-and-link{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}
		#book-now-icon{
			-webkit-flex-grow: 0;
			-ms-flex-positive: 0;
			    flex-grow: 0;
			-ms-flex-negative: 1;
			        -webkit-flex-shrink: 1;
			        flex-shrink: 1;
			background-color: #393939;
			text-align: -webkit-right;
			padding: 27px 45px;
			width:calc(40% - 44px);
		}
			#book-now-icon img{
				display: block;
			}
		#book-now-empty-block{
			-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
			    flex-grow: 1;
			-ms-flex-negative: 0;
			        -webkit-flex-shrink: 0;
			        flex-shrink: 0;
			background-color: #393939;
		}
		
		#book-now-notch{
			width: 0;
			height: 0;
			margin:35px 0px;
			border-style: solid;
			border-width: 26px 0 26px 23px;
			border-color: transparent transparent transparent #393939;
		}
		#ft-book-now-link{
			-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
			    flex-grow: 1;
			-ms-flex-negative: 0;
			        -webkit-flex-shrink: 0;
			        flex-shrink: 0;
		}
			.ft-book-now-link .h2{
				padding: 35px 39px;
				font-weight: 400;
				font-size: 59px;
				color:white;
				line-height: 1;
				text-transform: uppercase;
			}
			
			.ft-book-now-link .h2:hover a{
				text-decoration: none;
			}
/*main-Footer*/
#footer-wrap{
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#ft-main-wrap{
	padding-bottom: 68px;
}
	#ft-column-1{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding-top: 108px;
	}
		#ft-about-us{
			width:50%;
			padding-bottom: 70px;

		}
			#ft-about-us-content{
				margin-right: 28%;
			}
		#ft-location{
			padding-bottom: 78px;
		}
			#ft-about-us-heading,#ft-location-heading{
				font-size: 37px;
				font-weight: 700;
				text-transform: uppercase;
			}
			#ft-about-us-content,#ft-location-content{
				font-size: 25px;
				font-weight: 300;
			}

			#ft-logo img, #ft-red-palm-logo img,#ft-red-palm-logo a{
				display: block;
			}
	#ft-column-2{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
		#footer-call-now{
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-align-items: center;
			-ms-flex-align: center;
				align-items: center;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
				justify-content: space-between
		}
		#ft-call-heading{
			text-transform: uppercase;
			font-style: italic;
			font-size: 61px;
			line-height: 1;
			font-weight: 500;
			max-width: 119px;
			margin-right: 27px;
		}

			#ft-call-num{
				font-size: 134px;
				line-height: 1.08;
				font-weight: 600;
			}
/*copyright*/
#copyright{
	font-size: 16px;
	/*line-height: 2.6;*/
	font-weight: 500;
	padding-top:24px;
	padding-bottom: 24px;
	text-align: center;
 	border-top-color: rgb(197, 197, 197);
	border-top-width: 2px;
	border-top-style: solid;
}
	#copyright p{
		margin: 0;
	}

/* 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-bottom: 4px;
			font-size: 15px;
			font-family: Roboto, Helvetica, Arial, sans-serif;	
			font-weight: 300;
			text-transform: none;
			line-height: 1.7;
		}
		
		.recent-post-meta {
			color: #cccccc;
			font-size: 12px;
		}
		
		#view-all-posts {
			display: block;
			margin-top: 14px;
			font-size: 13px;
			text-transform: uppercase;
			text-decoration: none;
		}
		
/* MEDIA QUERIES */

@media screen and (max-width: 1200px) {
	.wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	/*footer*/
	#ft-call-heading{
		font-size: 51px;
		margin-right: 11px;
	}
	#ft-call-num {
    	font-size: 100px;
	}
	
	
	
}
@media screen and (max-width: 1350px) {
	.large-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header-nav{
		right:15px;
	}
	/*video and form*/
	#hm-video-section-wrap{
		max-width:calc(1175px / 2);
	}
	#video-inner-wrap img{
		width:500px;
	}
	#form-section-bg{
		padding-left: 40px;
		
	}
}
@media screen and (max-width: 1100px) {
	/*video*/
	#video-inner-wrap img{
		width:400px;
	}
	#form-section-bg{
		width: 50%;
	}
	#hm-video-section-wrap{
		padding-left: 25px;
	}
	
	/*services*/
	#hm-services-heading{
		padding-top: 45px;
		padding-bottom: 45px;
	}
		.heading-icons{
			padding-left: 20px;
			padding-right: 40px;
		}
	
		.heading-icons-text:after{
			padding-left: 20px;
		}
	
}

@media screen and (max-width: 1023px) {
	/*footer*/
	#ft-ad-wrap{
		font-size: 35px;
	}
	
	#ft-logo img{
		width:300px;
	}
	/*overview*/
	#home-overview-section{
		background-size:0;
		background-color: #dcdbdb;
	}
}


@media screen and (max-width: 960px) {
		/*video*/
	#video-and-form-section{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
		#video-wrap{
			width:100%;
		}
			#video-inner-wrap img{
				width:auto;
			}
			#hm-video-section-wrap{
				-webkit-flex-grow: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				width: 100%;
				margin-right: auto;
				padding:20px 0;
				max-width:calc(960px / 2 );
			}
		#form-section-bg:before{
			border-width:0;
		}
		#form-section-bg{
			width: 100%;
			padding-left: 0;
		}
		#form-wrap{
			margin-right: auto;
			margin-left: auto;
			padding:20px 0;
			max-width:calc(960px / 2 );
		
		}
		#form-wrap .gform_wrapper .gform_footer input.button, #form-wrap .gform_wrapper .gform_footer input[type=submit], #form-wrap .gform_wrapper .gform_page_footer input.button, #form-wrap .gform_wrapper .gform_page_footer input[type=submit]{
			width:100%;
			margin-bottom: 0;
		}
	/*services*/
	#right-and-left-col-service-list{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
		#left-col-sr-list,#right-col-sr-list{
			padding-bottom: 20px;
			width:100%;
		}
		.hm-service-heading{
			-webkit-justify-content: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}
	.heading-icons-text{
		-webkit-flex-grow: 0;
        -ms-flex-positive: 0;
		flex-grow: 0;
	}
	
	/*reviews*/
	#hm-reviews-section{
		font-size: 30px;
	}
		#hm-customer-reviews{
			padding: 90px;
		}
			.customer-review,.customer-name{
				padding-left: 20px;
			}
	
	/*footer*/
	#ft-call-num {
    	font-size: 60px;
	}
	#ft-call-heading {
    	font-size: 35px;
    	max-width: 90px;
		margin-right: auto;
	}
	/*book-now*/
	#book-now-icon{
		width:auto;
	}
	.ft-book-now-link .h2{
		font-size:55px;
	}
	
	/* 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;
	}
}

@media screen and (max-width: 767px) {
	/*header*/
	#site-header {
    	padding-top: 25px;
    	padding-bottom: 20px;
	}
		#site-header-wrap{
			-webkit-flex-wrap: wrap;
			    -ms-flex-wrap: wrap;
			        flex-wrap: wrap;
		}
			#site-header-left,#site-header-center{
				margin-bottom:20px;
			}
			#site-header-left{
				-webkit-order: 1;
				    -ms-flex-order: 1;
				        order: 1;
			}
			#site-header-right{
				-webkit-order: 2;
				    -ms-flex-order: 2;
				        order: 2;
			}
			#site-header-center{
				-webkit-order:0;
				    -ms-flex-order:0;
				        order:0;
				width:100%
			}
				#site-heading .h3{
					font-size: 20px;
				}
					#site-heading .h3 br{
						display: none;
					}
					#site-heading-image img{
						margin:0 auto;
					}
	
	/*Homepage*/
	/*logo grid*/
	#home-logos-wrap{
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.home-logos-grid {
    	margin: 20px 10px;
	}
	
	/*home-overview*/
	#home-overview-wrap{
		padding-top:40px;
		padding-bottom: 30px;
	}
	
		#home-overview-info{
			width:100%;

		}
			#home-overview-info p:last-child{
				margin-bottom: 30px;
			}
				#overview-section-heading{
					font-size: 28px;
				}
	
	/*pre-footer*/
	#ft-ad-wrap{
		font-size: 30px;
	}
	/*book-now*/
	#book-now-icon,#book-now-notch{
		display: none;
	}
		#book-now-icon-and-link{
			text-align: center;
			display: block;
		}
			.ft-book-now-link .h2{
				font-size: 35px;
				text-align: center;
			}
	
	/*footer*/
	#ft-column-1{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-top: 50px;
	}
		#ft-about-us{
			width: 100%;
			padding-bottom: 50px;
			-webkit-order:1;
			    -ms-flex-order:1;
			        order:1;
		}
	
			#ft-about-us-content{
				margin-right: 0;
			}
	#ft-logo{
		-webkit-order:0;
		    -ms-flex-order:0;
		        order:0;
	}
	#ft-location{
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
		#ft-logo,#ft-location{
			padding-bottom: 50px;
		}
	#ft-column-2{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
		#ft-red-palm-logo{
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
		}
		#footer-call-now{
			-webkit-order:0;
			    -ms-flex-order:0;
			        order:0;
			padding-bottom: 50px;
		}
	
	
	/*interior page*/
	#page-header-title{
		padding: 100px 0;
	}
	#page-header{
		min-height:200px;
	}
	.page-title{
		font-size: 40px;
	}
	
	/* BLOG */
	
	.blog-loop {
		float: none;
		width: 100%;
	}
	
	.blog-sidebar {
		float: none;
		width: 100%;
	}
	
	#nav-below {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 640px) {
	/*form*/
	#form-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
		line-height: inherit;
	}
	#form-wrap .gform_wrapper .gform_footer input.button, #form-wrap .gform_wrapper .gform_footer input[type=submit], #form-wrap .gform_wrapper .gform_page_footer input.button, #form-wrap .gform_wrapper .gform_page_footer input[type=submit]{
		font-size: 26px;
		padding: 10px 20px 14px 20px;
	}
}
@media screen and (max-width: 600px) {
	
	/* BLOG */
	
	#blog-container > .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	/*page content and html body*/
	#page-content{
		font-size: 20px;
	}
	html,body{
		font-size:20px;
	}
	/*video*/
	/*video and form*/
	#hm-video-section-wrap,#form-wrap{
		padding: 20px 15px;
	}
	#form-wrap{
		font-size: 25px;
	}
	/*review*/
	
	#hm-customer-reviews{
		padding: 60px 15px;
	}
	#hm-reviews-section{
		font-size: 24px;
	}
	.customer-review,.customer-name{
		padding-left: 10px;
	}
}

@media screen and (max-width: 480px) {
	#ft-ad-wrap{
		font-size: 20px;
	}
	#footer-call-now{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#ft-call-heading{
		max-width: 100%;
	}
	#ft-logo img{
		width: 250px;
	}
	#hm-customer-reviews{
		padding: 20px 15px;
	}
	/*header*/
	#site-header-wrap{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#site-header-center{
		width:auto;
		-webkit-order:1;
		    -ms-flex-order:1;
		        order:1;
	}
	#header-nav{
		width: 100%;
		right:0;
	}
	#home-logos-grid{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.heading-icons img{
		width: 100px !important;
	}
	#hm-services{
		font-size: 33px;
	
	}
	#hm-services-heading{
		padding-top:35px;
		padding-bottom: 35px;
	}
	.heading-icons{
		padding-right: 15px;
	}
	.hm-service-heading{
		min-height: auto;
	}
	#overview-section-heading{
		font-size: 24px;
	}
	#home-overview-info {
		font-size: 22px;
	}
	#ft-call-num{
		font-size: 45px;
	}
	
}
@media screen and (max-width: 380px) {
	.ft-book-now-link .h2{
		font-size: 25px;
	}
}

#home-financing-section {
	background-color: #ee2e24;
	padding-bottom: 20px;
	padding-top: 20px;
}
#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: 32px;
	color: #ffffff;
	
}

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

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

	