/*
Theme Name: FreedomParkValet
Theme URI: http://www.darkspireinc.com
Author: Darkspire, Inc.
Author URI: http://www.darkspireinc.com
Description: A Wordpress Genesis child theme
Version: 1.0.0
Template: genesis
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

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

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

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

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

.clear{display:block;clear:both;}

/* Float Clearing
--------------------------------------------- */

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

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
	font-family: 'Open Sans', sans-serif;
}

body {
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

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

a img {
	margin-bottom: -4px;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

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

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

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	color: #fc0505;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	padding: 16px;
	width: 100%;

	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #b0000b;
}

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

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

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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


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

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

.site-container {
	background: #ffffff;
	background-repeat: repeat;
}

.wrap {
	margin: 0 auto;
}

.site-inner {
	clear: both;
}

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

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

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

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

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

/* Content */

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

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

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

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

/* WordPress
--------------------------------------------- */

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

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

/*
Gravity Forms
---------------------------------------------------------------------------------------------------- */

.gform_wrapper {
	float: left;
	width: 100%;
}

.gform_wrapper label {
	display: none;
	line-height: 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea,
.gform_wrapper select {
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 3px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper textarea:focus  {
	box-shadow: 0 0 5px rgba(252, 5, 5, 1);
  	border: 1px solid rgba(252, 5, 5, 1);
}

.gform_wrapper ::-moz-input-placeholder {
	color: black;
	font-size: 15px;
	padding-left:10px;
}

.gform_wrapper ::-webkit-input-placeholder {
	color: black;
	padding-left:10px;
	font-size: 15px;
}


.gform_wrapper input[type="submit"] {
	color: white;
	background-color: #fc0505;
	padding: 10px 50px;
	border-radius: 5px;
	font-weight: 700;
	border: 1px solid #fc0505;
}

.gform_wrapper input[type="submit"]:hover {
	background-color: white;
	color: #fc0505;
	border: 1px solid #fc0505;
}

.gform_wrapper > form {
	position: relative;
  left: -5px;
  margin-right: -10px;
  margin-bottom: -10px;
}

.gform_wrapper ul,
.gform_wrapper form ul  {
	margin: 0;
	padding: 0;
}

.gform_wrapper .gfield .gfield_label {
	display: none;
	font-weight: 500;
	line-height: 0;
}

.gform_wrapper .gfield.hidden_label .gfield_label {
	display: none;
}

.gform_wrapper li,
.entry-content .gform_wrapper li,
.gform_wrapper form li {
  list-style-type: none;
}
.gform_wrapper select{
	line-height: 1.9em !important;
  margin-top: 12px;
}
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date)
select.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large, .gform_wrapper
.top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium{
	padding-left:10px;
}
.gform_wrapper .gform_footer {
	padding: 0 5px;
	text-align: center;
	padding-top: 10px;
}

.gform_wrapper .center-submit .gform_footer,
.entry-content .gform_wrapper .center-submit .gform_footer {
	width: 100%;
}

.entry-content .gform_wrapper .gform_footer {
	width: auto;
}

.gform_wrapper .gform_footer input[type="submit"] {
	width: 100%;
	float:right;
	margin-top:-200px !important;
}

.gform_wrapper .center-submit .gform_footer input[type="submit"] {
	width: auto;
}

.gform_wrapper .gfield {
	padding: 0 5px;
}

.gform_wrapper .gfield.small,
.gform_wrapper .gfield.medium,
.gform_wrapper .gfield.large {
	float: left;
}

.gform_wrapper .gfield.small {
	width: 25%;
}

.gform_wrapper .gfield.medium {
	width: 100%;
	margin-bottom:15px;
}

.gform_wrapper .gfield:only-child,
.gform_wrapper .gfield.large,
.gform_wrapper .gfield_html.medium,
.gform_wrapper .gfield_radio.medium,
.gform_wrapper .gfield_checkbox.medium {
	width: 100%;
}

.gform_wrapper .gform_footer input[type="submit"] {
	width: 100%;

}

.entry-content .gform_wrapper:last-child {
}

.validation_error,
.validation_message {
	color: #b0000b;
	display:none;
}

.validation_error {
	margin-bottom: 10px;
	padding: 0 5px;
}

.validation_message {
	margin-top: 2px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background:none !important;
	border-top:none !important;
	border-bottom:none !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
	border-color:#fc0505 !important;
	background-color:#f7e4ea;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error select{
	border-color:#fc0505;
  background-color:#f7e4ea;
}

/*
Header Banner
---------------------------------------------------------------------------------------------------- */

.header-banner{
	padding:10px 4%;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	background-color:#fc0505;
}

.header-banner strong{
	color:#ffffff;
}

.header-banner p{
	margin:0;
}

.header-banner a{
	color:#ffffff;
}


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

.site-header {
	padding:0 2%;
}

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

.title-area {
	float: left;
	padding-bottom: 10px;
	position: relative;
	z-index: 5;
	margin-top:18px;
}

.title-area img {
	display: block;
	margin-bottom: 0;
	height:70px;
}

.site-description,
.site-title,
.site-title a {
	display: none;
	text-indent: -9999px;
	visibility: hidden;
}

.header-title-text {
	float: right;
	list-style-type: none;
	font-size: 14px;
}

.header-title-text p {
	display: inline-block;
}

.header-title-text li {
	float: left;
	padding-right: 15px;
}

.header-title-text i {
	color: #023bad;
}

.header-title-text a {
	color: black;
}

.header-title-text a:hover {
	color: #023bad;
	text-decoration: underline;
}

.home .site-header .wrap {
	padding: 0;
	position: relative;
}

@media(max-width:767px){
	.home .site-header .wrap .wrap{
		position:static;
	}
}

.site-header .wrap {
	/*max-width: 1200px;*/
	position: relative;
}

.header-widget-area{
	float:right;
}

@media(max-width:767px){
	.header-widget-area{
		float:none;
	}
}

.header-button-container {
	text-transform: uppercase;
	font-size: 15px;
	padding-top: 45px;
	font-weight: 600;
	position: relative;
	z-index: 5;
}

.header-button-container a {
	padding: 10px 25px;
	border-radius: 5px;
}

.header-button-container a:hover {
	text-decoration: none;
}

.login-button {
	color: #313b44;
	border: 1px solid #313b44;
	margin-right: 10px;
}

.login-button:hover {
	color: white;
	background-color: #313b44;
}

.signup-button {
	color: white;
	background-color: #fc0505;
	border: 1px solid #fc0505;
}

.signup-button:hover {
	color: #fc0505;
	background-color: white;
	border: 1px solid #fc0505;
}

.universal-login-button {
	color: white !important;
	background-color: #fc0505;
	border: 1px solid #fc0505;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
}

.universal-login-button:hover {
	color: #fc0505 !important;
	background-color: white;
	border: 1px solid #fc0505;
	text-decoration: none !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	float:none;
	margin-top:0 !important;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1.5;
	text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu span .fa{
		font-family: 'Open Sans';
		font-weight: 800;
}

.genesis-nav-menu span .fa:before {
	display: block;
	font-family: 'FontAwesome';
	margin-bottom: 15px;
	font-size: 20px;
}

.genesis-nav-menu a {
	border-radius: 25px;
	display: block;
	padding: 25px 15px;
	position: relative;
}

.genesis-nav-menu a:hover:before,
.genesis-nav-menu .current-menu-item {
	color: white;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	color: #313b44;
	font-weight: 800;
	font-size: 13px;
	display: block;

}

.genesis-nav-menu > .menu-item > a .fa:before{
	font-weight:400;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	text-decoration: none;
	color: white;


}

.genesis-nav-menu li:hover,
.genesis-nav-menu .current-menu-item {
	background-color: red;
	background: linear-gradient(0deg, #d40808, #f90505);
	color: white;
	cursor: pointer;
}

.genesis-nav-menu li:hover a {
	color: white;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	color: #023bad;
	text-transform: uppercase;
	padding-top: 8px;

}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
	color: #023bad;
	border-radius: 0;
	font-weight: 400;
}

.genesis-nav-menu .sub-menu a:hover {
	color: white;
	background-color: #023bad;
}


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

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

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

/* Primary Navigation
--------------------------------------------- */

.nav-primary {

}

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

@media(max-width:767px){
	.nav-primary .wrap{
		position:static;
	}
}

.header-button-container {
	float: right
}

/*
Slicknav
---------------------------------------------------------------------------------------------------- */

.slicknav_btn { position: relative; display: inline; cursor: pointer; outline: none; }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block;outline:none!important; }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
.slicknav_menu { *zoom: 1 }

.slicknav_menu {
    display: none;
    text-align: right;
}

.slicknav_btn {
    float: left;
	margin-top: 40px;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #000;
	display: block;
	width: 30px;
	height: 5px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 4px;
}

.slicknav_nav {
  padding-top: 14px;
	text-align: left;
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0;
}

.slicknav_nav a {
  padding: 10px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

.slicknav_nav a .fa{
	font-family: 'Open Sans';
}

.slicknav_nav a .fa:before{
	font-family:FontAwesome;
	display: inline-block;
    width: 20px;
    text-align: center;
}

.slicknav_nav .sub-menu {
	margin-left: 10px;
}

.slicknav_nav .sub-menu a {
	font-size: 14px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_row:hover a,
.slicknav_nav a:hover {
	background-color: #023bad;
  	color: #fff;
}

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

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

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


/* Thumbnail
--------------------------------------------- */

.entry-thumbnail {
	margin-bottom: 30px;
}

.entry-thumbnail img {
	display: block;
	width: 100%;
	margin-bottom: 0;
}

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

.entry-title {
	font-size: 36px;
	line-height: 1.2;
}

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

.entry-title a:hover {
	color: #666;
}

.entry-content a {
	color: black;
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
	color: #023bad;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

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


.alpha-list li {
	list-style-type: upper-alpha;
}

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

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

.entry-content .search-form {
	width: 50%;
}

/* Template - About
--------------------------------------------- */

.management{
	display:inline-block;
	vertical-align: top;
	font-size:16px;
	width:33%;
	margin:0 0 40px;
}
@media(max-width:1080px){
	.management{
		width:45%;
	}
}

@media(max-width:767px){
	.management{
		width:100%;
	}
}


.management .name{
	font-weight:700;
}

.management .title{

}

.management .title .year{

}

.management .office{

}

.management .mobile{

}

.management .email{

}

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline-block;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #b0000b;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

.sidebar {

}

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

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

.widget-title {
	font-size: 20px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

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

.site-footer {
	font-size: 14px;
	padding: 25px 0 25px 0;
	color: #666;
	border-top: 1px solid #ebebeb;
}

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

.nav-footer ul > li {
	display: inline;
}

.nav-footer ul > li > a {
	color: #666;
}

.nav-footer ul > li > a:hover {
	color: #023bad;
}

.nav-footer li:not(:first-child):before {
    content: " | ";
}

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

.footer-mid {
	margin: 0 auto;
	display: inline-block;
	padding-right: 150px;
}

.footer-mid a{
	color: #666;
}

.footer-mid a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #666;
}

.footer-right {
	float: right;
}

.footer-right a:hover {
	text-decoration: none;
}

.footer-fb {
	border: 2px solid #fc0505;
	color: white;
	background-color: #fc0505;	padding: 6px 10px;
	font-size: 12px;
}

.footer-fb:hover {
	color: #fc0505;
	background-color: white;
}

.footer-email,
.footer-policy {
	color: #fc0505;
	padding: 6px 15px;
	border: 2px solid #fc0505;
	border-left: none;
	margin-left: -4px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
}

.footer-email:hover,
.footer-policy:hover {
	color: white;
	background-color: #fc0505;
}

.footer-container {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}


/* Front Page Hero --------------------------------------------------------------------------------- */

.home .site-inner {
	padding: 0;
}

.slide {
	margin: 0 auto;
	width: 100%;
}

.slick-track {
	margin: 0 auto;
}

.slick-dots {
    position: absolute;
    bottom: 15px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f10c';
    text-align: center;

    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	content: '\f111';
    color: #023bad;
}

.slide-content {
	color: white;
}

.slide-content-container {
	position: relative;
	text-align: center;
}

.slide-content img {
	width: 100%;
}

.overlay {
    background: rgba(0, 0, 0, 0.4); /*can be anything, of course*/
	background-blend-mode: multiply;
}

.slide-content a {
    font-weight: 800;
    line-height: 50px;
    height: 52px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 30px;
    background: #023bad;
    border-radius: 25px;
	color: white;
	cursor: pointer;
}

.slide-content a:hover {
	color: #023bad;
	background-color: white;
}

.slide-content h1 {
	font-size: 5vw;
	line-height: 1;
	color: white;
	font-family: 'Open Sans';
	font-weight: 800;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
  transform: translateY(-50%);
}

.hero-text-container {
	position: absolute;
	top: 100%;
	right: 0;
	font-size: 18px;
	z-index: 5;
	font-weight: 600;
}

.hero-button{
	float: left;
    padding: 10px;
    width: 180px;
    color: #ffffff;
    text-decoration:none;
    font-size: 25px;
    line-height:29px;
    text-align: center;
    font-weight: 700;
    background-color: #fc0505;
}

.hero-button:hover{
	color:#ffffff;
	text-decoration:none;
}

.hero-price {
	float: left;
	background-color: #fc0505;
	padding: 10px;
	font-size:18px;
	font-weight:600;
	border-right: none;
	color: #ffffff;
	text-align: center;
}

.hero-price.hide{
	display:none;
}

.hero-price span {
	font-size: 25px;
	line-height: 20px;
}

.hero-price:hover {
	color: white;
	text-decoration: none;
}

.hero-phone {
	float: left;
	color: #fc0505;
	padding: 10px;
	font-size:18px;
	font-weight:600;
	background-color: white;
	text-align: center;
}

.hero-phone span:first-child {
	display:block;
	font-size: 25px;
	line-height: 20px;
	margin-bottom:9px;
}

.hero-phone:hover {
	text-decoration: none;
	color:#fc0505;
	cursor: pointer;
}

.slide-content h2 {
	font-size: 18px;
	font-weight: 100;
	padding-bottom: 25px;
	padding-right: 150px;
	color: white;
}

.text-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

/* Front Page Styling ---------------------------------------------------------------------------- */
.section-1-container {
	text-align: center;
	margin: 0 auto;
}

.section-1-content {
	padding: 50px 0px;
	color: #6d7277;
	font-size: 21px;
}

.section-1-content h1{
	color: #fc0505;
	font-size: 79px;
}

.section-1-content p {

}

.steps-container {
	width: 100%;
}

.step-box {
	display: flex;
	color: #6d7277;
}

.step-image {
	width: 50%;
	overflow: hidden;
	order: 2;
}

.step-image img {
	width: 100%;
	height: auto;
	display: block;
}

.step-box-content {
	width: 50%;
	background-color: #f8f8f8;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	order: 1;
}

.step-box-content h3 {
	position: absolute;
	font-size: 500px;
	color: #ededed;
	z-index: 1;
	padding-left: 25px;
	top: -75px;
	margin: 0;
}

.step-box-text {
	z-index: 5;
	position: relative;
	text-align: left;
	padding: 0 15%;
	font-size: 18px;
}

.step-box-text h2 {
	color: #fc0505;
	font-size: 70px;
	line-height: 1;
	margin-bottom: 25px;
}

.step-box-text p {
	margin: 0;
}

.step-box:nth-child(even) .step-box-content {
	order: 2;
}

.section {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.section-image {
	width: 100%;
	position: absolute;
}

.section-image img {
	width: 100%;
	height: auto;
}

.section-container {
	color: white;
	text-align: left;
	width: 100%;
}

.section-container .section{
	background-size:cover;
	background-position: center center;
}

.section-content {
	padding: 8% 0;
	width: 50%;
	font-size: 18px;
	font-weight: 400;
	position: relative;
}

.content-left {
	float: left;
	padding-left: 5%;
}

.content-right {
	float: right;
	padding-right: 5%;
}

.section-content h1{
	color: white;
	font-weight: 600;
	font-size: 60px;
	line-height: 60px;
}

.section-content p {
	margin: 25px 0 50px 0;
}

.dividing-line {
	border-bottom: 4px solid #e20808;
	width: 100px;
	padding-top: 10px;
}

.section-content a {
	color: white;
	border: 1px solid white;
	border-radius: 5px;
	padding: 15px 40px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 800;
}

.section-content a:hover {
	background-color: #e20808;
	border-color: #e20808;
	text-decoration: none;
}

.section-content p a{
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 0;
	text-transform: normal;
}

@media(max-width:767px){
	.section-content p a{
		color:#000000;
	}
}

.section-content p a:hover{
	background-color: transparent;
	border-color: transparent;
	text-decoration: underline;
}

.testimonial-section {
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
}

.testimonial-container {
	color: black;
	margin-top: 50px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.testimonial-section h2 {
	color: #fc0505;
	font-size: 80px;
}

.testimonial {
	box-shadow: 0 0 57px rgba(0,0,0,0.1);
	margin: 0 auto;
	position: relative;
	margin: 75px 75px 50px 75px;
	border-bottom: 4px solid #fc0505;
}

.testimonial:focus {
	outline: none;
}

.stars {
	color: #e20808;
	padding-bottom: 10px;
}

.stars ul li{
	display: inline;
	padding: 5px;
}

.testimonial-img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	left: 0;
	right: 0;
	top: -50px;
	margin: 0 auto;

}

.testimonial-img img {
	height: 100%;
	width: 100%;
	display: inline;
	margin: 0 auto;
}

.testimonial-content {
	padding: 75px 125px 25px 125px;
}

.testimonial-content h2 {
	color: black;
	font-size: 35px;
	font-weight: 400;
	font-family: 'Yellowtail';
	margin: 0;
}

.slick-prev,
.slick-next {
		font-family: FontAwesome;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
		margin-top: -25px;
    padding: 0;
		padding-top: 7px;
    cursor: pointer;
    color: #ebebeb;
    outline: none;
    background: transparent;
		border-radius: 50%;
		border: 2px solid #ebebeb;
}

.slick-prev:hover,
.slick-next:hover {
	background-color: #e20808;
	color: white;
}

.slick-next {
	right: -50px;
	padding-left: 3px;
}

.slick-prev {
	left: -50px;
	padding-right: 3px;
}

.slick-prev:before {
	font-size: 30px;
	content: "\f060";

}

.slick-next:before {
	font-size: 30px;
	content: "\f061";
}

/* Default Page Styling --------------------------------------------------------------------------- */
.hero-container {
	position: relative;
}

.hero-img {
	position: relative;
}

.hero-img img {
	width: 100%;
	height: auto;
	display: block;
}

.hero-content {
	text-align: center;
	background-color:rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height:100%;
}

.hero-content .table{
	display:table;
	width:100%;
	height:100%;
}

.hero-content .table .table-cell{
	display:table-cell;
	vertical-align: middle;
}

.hero-content h1 {
	color: white;
	font-size: 60px;
}

.hero-divider {
	border-top: 4px solid #e20808;
	width: 100px;
	margin: 0 auto;
}

.entry-content {
	padding: 0 50px;
	max-width: 1200px;
	margin: 0 auto;
}

.entry-content h1,
.entry-content h2 {
	font-size: 44px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 400;
}

.entry-content #featured-video{
	text-align:center;
}

.icon-container {
	display: flex;
	align-items: center;
}

.icon-image{
	width:36px;
	text-align:center;
}

.icon-text{
	padding-left:46px;
	border-bottom:0.1em solid #ebebeb;
	padding-bottom:14px;
	margin-bottom:40px;
}

.icon-title {
	color: #111111;
	margin: 0;
	padding-left: 10px;
}

.red {
	color: #fc0505;
}

.icon-text {
	padding-top: 10px;
}

.icon-text .fa{
	font-size:30px;
}

.icon-text a:hover,
.icon-container a:hover {
	color: #fc0505;
	text-decoration: none;
	cursor: pointer
}

.icon-list{
	display:block;
	text-align:center;
}

.icon-list .icon{
	display:inline-block;
	vertical-align: top;
	margin:0 15px;
}

.icon-list .icon img{
	display:block;
	width:auto;
	height:30px;
	margin:0 auto;
}

.icon-list .icon .name{
	font-size:12px;

}

.employment-button {
	background-color: #fc0505;
	color: white !important;
	padding: 10px 25px;
	border: 1px solid #fc0505;
	font-weight: 600;
	border-radius: 5px;
}

.employment-button:hover {
	background-color: white;
	color: #fc0505 !important;
	text-decoration: none !important;
}

.icon-image-con {
	font-size: 25px;
}



/* Contact Page ----------------------------------------------------------------------------------- */



.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.half {
	width: 48%;
	float: left;
}

.half-right {
	width: 48%;
	float: left;
	padding-left: 2%;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1372px) {
	.step-box-content h3 {
		font-size: 450px;
	}

	.section-content {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 1279px) {
	.genesis-nav-menu > .menu-item > a {
		font-size: 13px;
	}

	.genesis-nav-menu .menu-item {
		padding: 30px 5px;
	}

	.genesis-nav-menu a {
		padding: 7px;
	}

	.slide-content h1 {
		font-size: 60px;
	}

	.section-1-content h1 {
		font-size: 60px;
	}

	.step-box-text {
		font-size: 16px;
	}

	.step-box-text h2 {
		font-size: 50px;
	}

	.section-content h1 {
		font-size: 50px;
		line-height: 1;
	}

	.section-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.testimonial-section h2 {
		font-size: 60px;
	}

}

@media only screen and (max-width: 1279px) {
	.genesis-nav-menu .menu-item {
		padding: 20px 5px;
	}

	.header-button-container {
		padding-top: 15px;
		padding-right: 5px;
	}
	.header-button-container a {
		display: block;
		font-size: 14px;
		padding: 5px 10px;
	}

	.login-button {
		margin-bottom: 5px;
		padding: 5px 15px;
		margin-right: 0;
	}

	.slide-content h1 {
		font-size: 50px;
	}

	.section-1-content {
		padding: 25px 100px;
		font-size: 15px;
	}

	.step-box-text {
		padding: 0 50px;
		font-size: 15px;
	}

	.step-box-content h3 {
		font-size: 375px;
		top: -60px;
	}

	.section-content h1 {
		font-size: 40px;
	}

	.section-content p {
		font-size: 15px;
	}

	.testimonial-content p {
		font-size: 15px;
	}

	.testimonial-content h2 {
		font-size: 40px;
	}

	.entry-content {
		padding: 0 15px;
	}

}
@media only screen and (max-width: 985px) {
	.genesis-nav-menu > .menu-item > a {
		font-size: 13px;
	}

	.title-area {
		width: 17%;
		padding-top: 15px;
		padding-bottom: 0;
		vertical-align: bottom;
	}

	.genesis-nav-menu .menu-item  {
		padding: 20px 5px;
	}

	.header-button-container a {
		font-size: 13px;
	}

	#menu-item-21 {
		display: none;
	}

	.hero-text-container {
		/*top: 105px;*/
		font-size: 15px;
		/*display: none;*/
	}

	.slide-content h1 {
		font-size: 5vw;
	}

	.section-1-content h1 {
		font-size: 40px;
	}

	.step-box-text {
		font-size: 13px;
	}

	.step-box-text h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.step-box-text {
		padding: 0 15px;
	}

	.step-box-content h3 {
		font-size: 300px;
	}

	.content-right {
		padding: 30px 25px 50px 0px;
	}

	.content-left {
		padding: 30px 15px 50px 25px;
	}

	.section-content h1 {
		font-size: 30px;
		margin: 0;
	}

	.section-content p{
		font-size: 14px;
		margin: 10px 0px 25px 0px;
	}

	.section-content a {
		font-size: 14px;
		padding: 10px 25px;
	}

	.testimonial {
		margin-top: 50px;
	}

	.testimonial-container {
		width: 95%;
	}

	.testimonial-section {
		margin-top: 25px;
		margin-bottom: 0;
	}

	.testimonial-section h2 {
		font-size: 40px;
	}

	.testimonial-content {
		padding: 75px 25px 25px 25px;
	}

	.slick-prev {
		left: -10px;
	}

	.slick-next {
		right: -10px;
	}

	.footer-mid {
		display: none;
	}

	.site-footer {
		padding-left: 15px;
		padding-right: 15px;
	}

	.hero-content h1 {
		font-size: 40px;
	}

}

@media only screen and (max-width:1080px){
	.slicknav_menu {
		display: block;
	}

	.slicknav_nav li:before {
			content: "";
	}

	.slicknav_nav li a span {
		font-family: 'Open Sans';
	}

	.slicknav_btn {
		position: absolute;
		right: 20px;
	}

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

	.hero-text-container {
		/*display: none;*/
		top: 111%;
	}

	.site-header {
		text-align: center;
		padding-bottom: 10px;
	}

	.header-button-container {
		position: absolute;
		right: 60px;
		top: 20px;
	}

	.header-button-container a {
		display: inline-block;
	}

	.title-area {
		width: 40%;
		padding: 0;
	}
}

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

	.slide-content h1 {
		text-shadow: 1px 1px black;
	}

	.section-1-content {
		padding: 15px 25px;
	}

	.section-1-content h1 {
		font-size: 30px;
	}

	.step-box {
		flex-direction: column;
	}

	.step-image {
		width: 100%;
		height: 250px;
	}

	.step-box-content {
		width: 100%;
		order: 2;
		padding: 50px;
	}

	.step-box-content h3 {
		font-size: 275px;
		right: 50px;
		top: -50px;
	}

	.step-box-text h2 {
		font-size: 35px;
	}

	.section {
		color: #666;
	}

	.section-image {
		position: relative;
		width: 150%;
	}

	.section-image img {
		position: absolute;

	}

	.section-content {
		width: 100%;
		padding: 25px;
		text-align: center;
		color: white;
	}

	.section-content h1 {
		color: white;
		text-shadow: 1px 1px black;
	}

	.section-content p {
		text-shadow: 1px 1px black;
	}

	.dividing-line {
		border-color: #fc0505;
		margin: 0 auto;
	}

	.section-content a {

	}

	.section-content a:hover {
		color: white;
	}

	.testimonial {
		margin: 50px 25px 25px 25px;
	}

	.testimonial-container {
		width: 100%;
	}

	.testimonial-section h2 {
		font-size: 30px;
	}

	.testimonial-content p{
		font-size: 13px;
	}

	.slick-arrow {
		display: none !important;
	}

	.entry-content {
		padding: 0 15px;
	}

	.half {
		width: 100%;
	}

	.half-right {
		width: 100%;
	}

}

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

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

@media only screen and (max-width: 425px) {
	.site-container {
		overflow: hidden;
	}

	.site-header {
		padding: 0;
	}

	.slicknav_menu {
		display: block;
		margin-top: -27px;
	}

	.slicknav_icon-bar {
		margin-left: 20px;
	}

	.title-area img {
		margin: 0 auto;
	}

	.slicknav_btn {
		position: absolute;
		top: 90px;
		margin-top: 5px;
	}

	.slicknav_nav li:before {
		content: "";
	}

	.slicknav_nav a:hover {
		background-color: #fc0505;
	}

	.slicknav_nav {
		padding-top: 40px;
	}

	.slicknav_nav li a span {
		font-family: 'Open Sans';
	}

	.slicknav_nav li a {
		padding-left: 25px;
	}

	.slicknav_nav li a span .fa:before{
		margin-right:5px;
	}

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

	.title-area {
		width: 100%;
		margin: 0 auto;
		padding: 10px 15px;
	}

	.title-area a{
		display:block;
	}

	.hero-text-container {
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
	}

	.hero-text-container .hero-button{
		width:40%;
		font-size:18px;
		line-height:1.3;
	}

	.hero-text-container .hero-phone{
		width:40%;
		font-size:18px;
		line-height:1;
	}

	.hero-text-container .hero-phone span:first-child{
		font-size:16px;
		line-height:1;
	}

	.hero-text-container .hero-price{
		width:20%;
		font-size:14px;
	}

	.hero-text-container .hero-price span{
		font-size:21px;
	}

	.header-button-container {
		float:left;
		padding: 0 10px;
		position: relative;
		top: auto;
		left: auto;
		right:auto;
		bottom:auto;
		text-align: left;
	}

	.header-title-text {
		display: none;
	}

	.slide-content {
		padding: 0;
		width: 120%;
	}

	.slide-content p {
		width: 45%;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.slide-content h1 {
		font-size: 21px;
		text-shadow: 1px 1px black;
		position: absolute;
		left: 19%;
		top: 48%;
	}

	.slide-content h2 {
		padding: 0;
	}

	.section-1-content {
		padding: 10px;
	}

	.section-1-content h1 {
		font-size: 25px;
		padding: 0;
	}

	.steps-container {
		text-align: left;
	}

	.section-1-content p {
		padding: 0 10px;
		font-size: 15px;
		text-align: left;
	}

	.step-box {
		flex-direction: column;
	}

	.step-box-content {
		width: 100%;
		order: 2;
		padding: 15px;
	}

	.step-box-content h3 {
		font-size: 250px;
		line-height: 1em;
		padding-left: 150px;
	}

	.step-image {
		width: 100%;
		height: auto;
	}

	.step-box-text {
		padding: 15px;
		font-size: 15px;
		text-align: center;
	}

	.step-box-text h2 {
		font-size: 35px;
		line-height: 1em;
		margin-bottom: 10px;
	}

	.section {
		height: auto;
		color: #666;
	}

	.section-image {
		position: absolute;
		width: 150%;
	}

	.section-content {
		padding: 0 10px;
		width: 100%;
		font-size: 15px;
	}

	.section-content a:hover {
		color: white;
	}

	.section-content h1 {
		font-size: 30px;
		line-height: 1em;
		margin: 0;
		margin-top: 100px;
		color: white;
	}

	.section-content p {
		margin: 25px 0 25px 0;
		padding:10px;
		color:#000000;
		text-shadow:none;
		background-color:rgba(255,255,255,0.60);
	}

	.section-content a {
		color: #fc0505;
		border-color: #fc0505;
	}

	.dividing-line {
		width: 100px;
		margin: 0 auto;
		margin-bottom: 125px;
	}

	.content-right {
		padding: 0 10px;
		margin-bottom: 50px;
		float: none;
		text-align: center;
	}

	.content-left {
		float: none;
		text-align: center;
		margin-bottom: 50px;
	}

	.section:nth-child(2) .section-image {
		width: 130%;
	}

	.testimonial-section {
		margin: 0 0 25px 0;
		padding-top: 25px;
		border-top: 1px solid #ebebeb;
	}

	.testimonial-section h2 {
		font-size: 35px;
		padding: 0 15px;
		margin: 0;
	}

	.testimonial-container {
		width: 100%;
	}

	.testimonial {
		margin: 75px 0 0 0;
	}

	.testimonial-content {
		padding: 50px 10px 10px 10px;
		font-size: 15px;
	}

	.testimonial-container button {
		display: none !important;
	}

	.site-footer {
		font-size: 15px;
		text-align: center;
		padding: 10px;
	}

	.footer-left {
		float: none;
		text-align: center;
	}

	.footer-mid {
		margin: 0;
		padding: 0;
		display: block;
	}

	.footer-right {
		float: none;
		padding-top: 15px;
		width: 100%;
	}

	.hero-img {
		position: relative;
	}

	.hero-content {

	}

	.hero-divider {
		display: none;
	}

	.hero-content h1 {
		font-size: 25px;
		margin: 0;
	}

	.hero-divider {
		border-color: #fc0505;
	}

	.entry {
		padding: 10px;
	}

	.entry-content {
		padding: 0 5px;
	}

	.entry-content h1 {
		font-size: 25px;
		margin-bottom: 25px;
	}

	.icon-text {
		padding: 0;
	}
}

@media only screen and (max-width: 320px) {
	.section-content h1 {
		margin-top: 75px;
	}

	.dividing-line {
		margin-bottom: 75px
	}

	.hero-text-container .hero-button{
		width:35%;
		font-size:16px;
	}

	.hero-text-container .hero-phone{
		width:42%;
	}

	.hero-text-container .hero-phone span:first-child{
		margin:0;
	}

	.hero-text-container .hero-phone .phone-text{
		font-size:14px;
	}

	.hero-text-container .hero-price{
		width:23%;
		padding:10px 10px 11px 10px;
		font-size:11px;
	}
}

/*
Shortcode
---------------------------------------------------------------------------------------------------- */

body .referral-button {
	display:inline-block;
	vertical-align: top;
	margin:0 0 20px;
	color: #ffffff;
	padding: 10px 25px;
	border-radius: 5px;
	background-color: #fc0505;
	border: 1px solid #fc0505;
	text-decoration:none;
}

body .referral-button:hover {
	color: #fc0505;
	background-color: white;
	border: 1px solid #fc0505;
	text-decoration:none;
}
