/*
	Theme Name: Parallax Pro Theme
	Theme URI: http://my.studiopress.com/themes/parallax/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0

	Tags: black, white, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Simple Social Icons
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Parallax Pro Blue
		- Parallax Pro Green
		- Parallax Pro Orange
		- Parallax Pro Pink
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/

@import url('https://fonts.googleapis.com/css?family=Homemade+Apple');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Mr+Dafoe);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400italic,400,700,700italic);

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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

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

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


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

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

body {
	background-image: url(/wp-content/uploads/2015/01/site-bg1.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-color: #69879f;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.parallax-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-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: #000;
	color: #fff;
}

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

a {
	color: #1c96d3;
	text-decoration: none;
}

a:hover {
	color: #127eb4;
}

p {
	margin: 0 0 30px;
	padding: 0;
font-size: 14px;
}

ol,
ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	color: #999;
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: raleway;
font-weight: normal;
color: #000;
line-height: 1.2;
margin: 0 0 20px;
letter-spacing: -1px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

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

img {
	height: auto;

}

img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;

}

.featured-content {
width: 25%;
float: left;
}
.featured-content .entry-content {
color: #727272;
}
/* Forms
--------------------------------------------- */

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

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

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

::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

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

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

/* Buttons
--------------------------------------------- */

.footer-widgets a.button,
.home-even a.button,
.home-odd a.button {
	clear: both;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 25px;
}

.footer-widgets a.button,
.home-odd a.button,
 a.app.button {
	background-color: rgba(18, 160, 169, 0.92);
	border: 1px solid #fff;
	color: #fff !important;
padding: 15px 30px;
}

.footer-widgets a.button:hover,
.home-odd a.button:hover,
 a.app.button:hover {
	background-color: rgba(30, 185, 195, 0.92);
	color: #fff !important;
}

.home-even a.button {
	border: 3px solid #000;
	color: #000;
}

.home-even a.button:hover {
	background-color: #000;
	color: #fff;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 700;
}


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

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

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

.site-inner {
	clear: both;
}

.parallax-home .site-inner {
	max-width: 100%;
}

.parallax-landing .site-inner {
	margin-top: 100px;
}

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

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

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

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

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

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 4px;
}

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

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

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

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 36px;
	color: rgba(49, 91, 122, 1);
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #12a0a9;
	font-weight: normal;
	font-size: 26px;
}

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

.widget-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 48px;
}

.home-even .widget-title,
.home-even.home-section-2 .request, .home-even.home-section-2 .app,
.home-odd .widget-title {
	font-size: 52px;
	margin-bottom: 40px;
	font-family: 'Raleway', sans-serif;
	text-shadow: 2px 2px 0px rgba(0,0,0, 0.12);
	font-weight: normal;
	margin-top: 60px;
	letter-spacing: -2px;
	color: rgba(49, 91, 122, 1);
	margin-bottom: 0px;
}

.home-even.home-section-2.widget-area {
background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 46%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 46%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 46%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 46%,#e5e5e5 100%);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.32);
	color: 	#505050;
}

 #text-4 .textwidget .text4{
	color: #222;
	font-size: 18px;
	background: rgba(255,255,255, .82);
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #fff;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.72);
	max-width: 1140px;
}

 #text-6 .textwidget .text6{
	color: #222;
	font-size: 18px;
	background: rgba(255,255,255, .82);
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #fff;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.72);
	max-width: 410px;
}

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

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

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

.gallery-caption {
}

.sticky {
}


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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

/* Simple Social Icons
--------------------------------------------- */

.parallax-home .simple-social-icons {
}

.site-header .widget-area .simple-social-icons ul li a{
	margin-left: -8px;
	padding: 5px;
}

.home-odd.home-section-5 .simple-social-icons ul li a {
	padding: 0;
	margin-left: 0;
}

.site-header .widget-area .simple-social-icons ul li a{
	color: #315b7a;
	font-size: 21px;
}

.site-header .widget-area .simple-social-icons ul li a:hover{
	color: #12a0a9;
}

.home-odd.home-section-5 .simple-social-icons ul li a {
	color: #fff;
	font-size: 54px;
background: transparent !important;
	text-shadow: 3px 3px 0px rgba(18, 160, 169, 0.92);	
}

.home-odd.home-section-5 .simple-social-icons ul li a:hover {
	color: rgba(18, 160, 169, 0.92);
	text-shadow: 3px 3px 0px rgba(255, 255, 255, 0.92);	
}


.simple-social-icons {
overflow: hidden;
margin-bottom: -5px;
margin-top: 38px;

}

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

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

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #000;
}

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .gform_footer input[type=submit] {

}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 20px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: auto;
}



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

#wpstats {
	display: none;
}


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

.site-header {
border-bottom: 1px solid #dedede;
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #ffffff 46%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 46%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 46%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 46%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 46%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.32);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.32);
	width: 100%;
	z-index: 999;
}

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

.title-area {
	float: left;
	padding: 20px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 50%;
}

.site-title {
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 14px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #222 !important;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
    background-size: contain !important;
    display: block;
    height: 85px;
    text-indent: -9999px;
    max-width: 300px;
    margin-top: 24px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/*Header Right Widget Area
--------------------------------------------- */
.tel a{
	color: #12a0a9 !important;
	float: right;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	margin: auto;
	background-color: #EEEEEE;
	padding: 0px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgba(49, 91, 122, 0.32);
}

.tel a:hover{
	color: #1bb3bd !important;
	text-decoration: none;
	background: #f1f1f1;
}

.tel span {
	font-family: Open Sans;
	font-size: 20px;
	/* font-weight: 300; */
	color: #315b7a;
	margin-top: 3px;
	padding: 0 5px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 740px;
	margin-bottom: 20px;
}

.site-header .widget-area a:hover {
	color: #f04848;
}

.site-header .textwidget {
	
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	width: 100%;

}

.genesis-nav-menu,
.genesis-nav-menu a {
	color: #fff;
}

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

.genesis-nav-menu .menu-item-1172 a{
	background-color: #222 !important;
}

.genesis-nav-menu .menu-item-1172 a:hover{
	background-color: #6EC7A6 !important;
}

.genesis-nav-menu .menu-item-2436 {
border-right: 1px solid rgba(0,0,0, 0.05);
}

.genesis-nav-menu a {
display: block;
color: #315b7a;
padding: 10px 15px 10px;
font-family: open sans;
font-size: 15px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
border-left: 1px solid rgba(0,0,0, .05);
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu a:hover {
	color:#12a0a9;
	text-shadow: none;
}



.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.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: 999;
}

.genesis-nav-menu .sub-menu a {
	color: #fff;
	font-size: 13px;
	padding: 4px 20px;
	position: relative;
	width: auto;
	min-width: 235px;
	border-top: 1px solid rgba(255,255,255, .22);
	border-left: none;
	background-color: rgba(49, 91, 122, 0.92);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.32);
	box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.32);
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(18, 160, 169, 0.92);
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -27px 0 0 235px;
}

.genesis-nav-menu .sub-menu .sub-menu a{
	background-color: rgba(0,0,0, .92);
}

.genesis-nav-menu .sub-menu .sub-menu a:hover {
	background-color: rgba(255,255,255, .92);
	color: #222;
}

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
}

.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}

.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}

.genesis-nav-menu > .search {
	padding: 9px 0 0;
}

.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	padding: 10px 16px;
}

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

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

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

.nav-primary {

	text-align: center;
	width: 100%;
	position: fixed;
	top: 110px;
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	border-bottom: 1px solid #dedede;
	z-index: 1502;
}

.admin-bar .nav-primary{
	top: 142px;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary .genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	width: 100%;
}

.nav-secondary .genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.nav-secondary .genesis-nav-menu {
	padding: 20px 0;
}

.nav-secondary a {
	margin: 0 20px;
	padding: 0;
}



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

/* Homepage
--------------------------------------------- */

.home-even,
.home-odd {
	clear: both;
	font-size: 28px;
	overflow: hidden;
	padding: 190px 0 200px;
	text-align: center;
}

.home-even .widget,
.home-odd .widget {
	margin-bottom: 20px;
}

.home-even p:last-child,
.home-even .widget:last-child,
.home-odd p:last-child,
.home-odd .widget:last-child {
	margin-bottom: 0;
}

.home-odd,
.home-odd a:hover,
.home-odd h1,
.home-odd h2,
.home-odd h3,
.home-odd h4,
.home-odd h5,
.home-odd h6,
.home-odd .featured-content .entry-title a,
.home-odd .widget-title {
	color: #fff;
}

.home-odd .featured-content .entry-title a:hover {
	color: #f04848;
}

.home-even p:last-child,
.home-odd p:last-child {
	margin-bottom: 0;
}

.home-even {
background: rgb(237,237,237); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 95%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(5%,rgba(255,255,255,1)), color-stop(95%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 95%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 95%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 95%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 95%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */

	padding: 0px 0px 30px;
border-bottom: 1px solid #dedede;
border-top: 1px solid #dedede;
}

.home-even.home-section-4.widget-area {
/* margin-bottom: -70px; */
padding-bottom: 0px;
border-bottom: 1px solid #dedede;
border-top: 1px solid #dedede;
}

.home-section-1.home-odd{
	padding: 0;
}

.home-section-1,
.home-section-3,
.home-section-5 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.home-section-5 {
    background-image: url(https://pendermedispa.com/wp-content/uploads/2015/01/connected2.jpg) !important;
}

.home-even.home-section-4 .widget.featuredpage {
	float: left;
	margin-left: 1.564102564102564%;
	width: 23.076923076923077%;
}

.home-even.home-section-4 .widget:nth-of-type(4n+2) {
	clear: both;
	margin-left: 0;
}

.home-even.home-section-4 .widget.featuredpage .entry-content a {
width: 100%;
color: #12a0a9 !important;
background-color: transparent;
display: block;
float: none;
clear: none;
border: 1px solid #dedede;
padding: 12px 10px;
margin: 0 auto;
margin-top: 20px;
/* font-weight: bold; */
font-size: 16px !important;
text-align: center;
}

.home-even.home-section-4 .widget.featuredpage .entry-content a:hover {
background-color: #12a0a9;
color: #fff !important;
}

.home-even.home-section-4 .widget.featuredpage .entry-content{
	text-align: left;
	width: 100%;
	margin: 0 5px 30px;
}

/* Pricing Table
--------------------------------------------- */

.pricing-table {
	font-size: 22px;
	line-height: 1;
}

.pricing-table h4 {
	border-bottom: 2px solid #000;
	margin: -40px -40px 40px;
	padding: 40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 20px 0;
	padding: 40px;
	width: 33.33%;
}

.pricing-table .one-third:nth-of-type(3n+1) {
	border-right: none;
}

.pricing-table .one-third:nth-of-type(3n+2) {
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-table .one-third:nth-of-type(3n) {
	border-left: none;
}

.pricing-table ul li::before {
	content: "\f139";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.pricing-table ul li {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.pricing-table a.button {
	background-color: #000;
	border: 3px solid #000;
	color: #fff;
}

.pricing-table a.button:hover {
	background-color: #f04848;
	border: 3px solid #f04848;
	color: #fff;
}

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

.content {
font-family: 'Open Sans', sans-serif;
float: left;
width: 760px;
background: rgba(255,255,255, .98);
padding: 25px;
}

.page .content {
	padding-bottom: 50px;
}

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

.full-width-content .content {
	padding: 50px 200px;
	width: 100%;
}

.full-width-content.parallax-home .content {
	padding: 0;
	margin-bottom: 0;
}

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

.entry {
	
}

.sidebar .entry {
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

.entry-header {
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: none;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

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

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

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

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

/* Content Boxes
--------------------------------------------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}
 
.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}
 
.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}
 
.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
 
.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
 
.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}


/* Custom CSS
---------------------------------------------*/

#gallery-2 img {
    border: none;
}

img {
    height: auto;
    border: none;
}

    .popup {
        color: #fff !important;
        font-size:21px;
        font-weight: 700;
        text-transform: none;
    }

    .popup:hover {
        color: #E6E6E6 !important;
    }

    .close {
        font-size: 15px;
        position: absolute;
        top: 80px;
        right: 20px;
	text-transform: none!important;
    }
    .close:hover {
        color: #E6E6E6 !important;
    }
    #special-popup {
        position: fixed;
        right:0;
        bottom:-20px;
        width:280px;
      background-color: #597B94 ;
        -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.6);
        box-shadow: 0 2px 15px 0 rgba(0,0,0,0.6);
        -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.6);
        z-index: 9999;
        margin: 0;
        padding: 0;
    }
    #financing {
        padding:0 25px;
      display:inline;
    }
    #financing:target {
          padding:0 50px;
        display:none;
    }

    .special-financing2 {
        padding:0 50px;
        display:inline;
    }


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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

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

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

.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 {
	margin-bottom: 40px;
}

/*.sidebar .widget:first-child{
	margin-bottom: 0;
}*/

.sidebar .request, .sidebar .app{
	font-family: 'Montserrat', sans-serif;
	text-shadow: 3px 3px 0px rgba(28, 150, 211, 0.72);
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.sidebar .request{
font-size: 34px;
margin-bottom: 0px;
}
.sidebar .app{
  font-size: 28px;
  display: block;
}


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

.footer-widgets {
	background-color: #fff;
	color: #727272 !important;
	clear: both;
	font-size: 14px;
	padding: 30px;
	text-align: center;
	border-top: 1px solid #dedede;
}

.footer-widgets img {
	border: none;
}

.footer-widgets a:hover {
	color: #fff !important;
}

.footer-widgets a {
	color: #000 !important;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


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

.site-footer {
background: #ffffff;
padding: 10px 0;
border-top: 1px solid #dedede;
text-align: center;
font-family: open sans;
font-size: 14px;
color: #727272;
}

.site-footer a,
.site-footer p {
	color: #727272;
}

.site-footer a:hover {
	color: #12a0a9 ;
}

.site-footer p {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.parallax-pro-blue a:hover,
.parallax-pro-blue .entry-title a,
.parallax-pro-green a:hover,
.parallax-pro-green .entry-title a,
.parallax-pro-orange a:hover,
.parallax-pro-orange .entry-title a,
.parallax-pro-pink a:hover,
.parallax-pro-pink .entry-title a {
	color: #000;
}

.parallax-pro-blue .genesis-nav-menu a,
.parallax-pro-blue .home-odd a:hover,
.parallax-pro-blue .site-footer a,
.parallax-pro-green .genesis-nav-menu a,
.parallax-pro-green .home-odd a:hover,
.parallax-pro-green .site-footer a,
.parallax-pro-orange .genesis-nav-menu a,
.parallax-pro-orange .home-odd a:hover,
.parallax-pro-orange .site-footer a,
.parallax-pro-pink .genesis-nav-menu a,
.parallax-pro-pink .home-odd a:hover,
.parallax-pro-pink .site-footer a {
	color: #fff;
}

/* Parallax Pro Blue
--------------------------------------------- */

.parallax-pro-blue a,
.parallax-pro-blue .entry-title a:hover,
.parallax-pro-blue .genesis-nav-menu a:hover,
.parallax-pro-blue .genesis-nav-menu .current-menu-item > a,
.parallax-pro-blue .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-blue .home-odd .featured-content .entry-title a:hover,
.parallax-pro-blue .site-footer a:hover,
.parallax-pro-blue .site-header .widget-area a:hover {
	color: #44ace8;
}

.parallax-pro-blue input:hover[type="button"],
.parallax-pro-blue input:hover[type="reset"],
.parallax-pro-blue input:hover[type="submit"],
.parallax-pro-blue .archive-pagination li a:hover,
.parallax-pro-blue .archive-pagination .active a,
.parallax-pro-blue .footer-widgets,
.parallax-pro-blue .pricing-table a.button:hover {
	background-color: #44ace8;
}

.parallax-pro-blue .pricing-table a.button:hover {
	border: 3px solid #44ace8;
}


/* Parallax Pro Green
--------------------------------------------- */

.parallax-pro-green a,
.parallax-pro-green .entry-title a:hover,
.parallax-pro-green .genesis-nav-menu a:hover,
.parallax-pro-green .genesis-nav-menu .current-menu-item > a,
.parallax-pro-green .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-green .home-odd .featured-content .entry-title a:hover,
.parallax-pro-green .site-footer a:hover,
.parallax-pro-green .site-header .widget-area a:hover {
	color: #35c379;
}

.parallax-pro-green input:hover[type="button"],
.parallax-pro-green input:hover[type="reset"],
.parallax-pro-green input:hover[type="submit"],
.parallax-pro-green .archive-pagination li a:hover,
.parallax-pro-green .archive-pagination .active a,
.parallax-pro-green .footer-widgets,
.parallax-pro-green .pricing-table a.button:hover {
	background-color: #35c379;
}

.parallax-pro-green .pricing-table a.button:hover {
	border: 3px solid #35c379;
}

/* Parallax Pro Orange
--------------------------------------------- */

.parallax-pro-orange a,
.parallax-pro-orange .entry-title a:hover,
.parallax-pro-orange .genesis-nav-menu a:hover,
.parallax-pro-orange .genesis-nav-menu .current-menu-item > a,
.parallax-pro-orange .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-orange .home-odd .featured-content .entry-title a:hover,
.parallax-pro-orange .site-footer a:hover,
.parallax-pro-orange .site-header .widget-area a:hover {
	color: #e58c29;
}

.parallax-pro-orange input:hover[type="button"],
.parallax-pro-orange input:hover[type="reset"],
.parallax-pro-orange input:hover[type="submit"],
.parallax-pro-orange .archive-pagination li a:hover,
.parallax-pro-orange .archive-pagination .active a,
.parallax-pro-orange .footer-widgets,
.parallax-pro-orange .pricing-table a.button:hover {
	background-color: #e58c29;
}

.parallax-pro-orange .pricing-table a.button:hover {
	border: 3px solid #e58c29;
}

/* Parallax Pro Pink
--------------------------------------------- */

.parallax-pro-pink a,
.parallax-pro-pink .entry-title a:hover,
.parallax-pro-pink .genesis-nav-menu a:hover,
.parallax-pro-pink .genesis-nav-menu .current-menu-item > a,
.parallax-pro-pink .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-pink .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-pink .home-odd .featured-content .entry-title a:hover,
.parallax-pro-pink .site-footer a:hover,
.parallax-pro-pink .site-header .widget-area a:hover {
	color: #cb4082;
}

.parallax-pro-pink input:hover[type="button"],
.parallax-pro-pink input:hover[type="reset"],
.parallax-pro-pink input:hover[type="submit"],
.parallax-pro-pink .archive-pagination li a:hover,
.parallax-pro-pink .archive-pagination .active a,
.parallax-pro-pink .footer-widgets,
.parallax-pro-pink .pricing-table a.button:hover {
	background-color: #cb4082;
}

.parallax-pro-pink .pricing-table a.button:hover {
	border: 3px solid #cb4082;
}

.video-container{
	width: 685px;
	height: 385px;
	margin-bottom: 15px;
}

.middle{
	text-align: center;
}

/*
Checkin App
---------------------------------------------------------------------------------------------------- */
.checkin.full-width-content .site-inner{
	margin-top: 50px;
}

.checkin.full-width-content .content{
	background: none;
	box-shadow: none;
	position: absolute;
  	top: 25%;
  	left: 0;
}

.in_office img:hover {
	opacity: .7;
}

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

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


.genesis-nav-menu a {
    font-size: 14px;
}
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 560px;
	}	

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

	.home-section-1,
	.home-section-3,
	.home-section-5 {
		background-attachment: scroll;
		background-position: bottom;
		-webkit-background-size: cover;
		-moz-background-size:    cover;
		background-size:         cover;
		padding-top: 200px;
	}

	.content {
		width: 520px;
	}

	.home-even.home-section-2 .request, .home-even.home-section-2 .app{
		font-size: 66px;
	}


	.full-width-content .content {
		padding: 50px 110px;
	}

	.video-container {width:475px; height:267px;}

}

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

	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.parallax-home .site-inner {
		max-width: none;
	}

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

	.admin-bar .nav-primary, .nav-primary{
		position: relative;
		top: 0;
	}

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

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.tel a{
		width: 100%;
		margin: 0 auto;
	}

	.site-header #simple-social-icons-3{
		margin: 15px auto;
	}

	.site-header .simple-social-icons .alignleft,
	.site-header .simple-social-icons .alignright,
	.site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}


	.header-image .site-title > a {
		margin: 0 auto 10px;
	}

	.genesis-nav-menu a {
		padding: 10px 4px;
		font-size: 14px;
	}

	.parallax-home .site-inner {
		margin-top: 0;
	}

	.site-inner {
	}

	.full-width-content .content {
		padding: 20px 10px 20px;
	}

	img.pull-left {
		margin-left: 0;
	}

	img.pull-right {
		margin-right: 0;
	}

	.home-even.home-section-2 .request, .home-even.home-section-2 .app{
		font-size: 51px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.middle{
	text-align: left;
	}

	.pricing-table .one-third:nth-of-type(3n+1) {
		border-right: 2px solid #000;
	}

	.pricing-table .one-third:nth-of-type(3n+2) {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.pricing-table .one-third:nth-of-type(3n) {
		border-left: 2px solid #000;
	}

	.home-section-4 .featured-content .entry-title a{
		font-size: 21px;
	}

	.home-section-4 .featured-content .entry-content p{
		font-size: 12px;
	}

}

@media only screen and (max-width: 860px){
.home-even.home-section-4 .widget.featuredpage {
		text-align: center;
		width: 48%;
	}
	
	.home-even.home-section-4 .widget:nth-of-type(2n+1) {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	
	.home-even.home-section-4 .widget:nth-of-type(2n+2) {
		clear: both;
		margin-left: 0;
	}

	.home-section-4 .featured-content .entry-title a{
		font-size: 24px;
	}

	.home-section-4 .featured-content .entry-content p{
		font-size: 14px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0 5%;
	}

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


	.home-even,
	.home-odd {
		padding: 90px 0 100px;
	}

	.home-even.home-section-2, .home-even.home-section-4{
		padding: 0 10px;
	}

	.parallax-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}

	.home-even.home-section-2 .widget{
		width: 100%;
	}

	.home-even.home-section-2 .request, .home-even.home-section-2 .app{
		font-size: 43px;
		margin: 20px auto;
	}

	.home-section-4 .featured-content .entry-title a{
		font-size: 26px;
	}

	.home-section-4 .featured-content .entry-content p{
		font-size: 16px;
	}

	.home-even.home-section-4 .widget:nth-of-type(2n),
	.home-even.home-section-4 .widget.featuredpage {
		margin: 0;
		width: 100%;
	}

}

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

	.home-even.home-section-2 .request, .home-even.home-section-2 .app{
		font-size: 38px;
	}

}

@media only screen and (max-width:641px) {
.video-container {width:450px; height:253px;}
}

@media only screen and (max-width: 593px){
.home-even.home-section-2 .request, .home-even.home-section-2 .app{
		font-size: 30px;
	}
}

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

	.video-container{
		width: 350px;
		height: 196px;
	}
}

@media only screen and (max-width: 500px) {
	.video-container {width:320px; height:180px;}
}


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

	.footer-widgets .widget-title,
	.home-even .widget-title,
	.request,
	.home-odd .widget-title {
		font-size: 36px;
	}

	.home-even.home-section-2 .request, .home-even.home-section-2 .app{
		font-size: 40px;
		margin: 20px auto;
	}

	.home-even.home-section-2 .widget{
		margin-bottom: 0;
	}

	.home-even,
	.home-odd {
		font-size: 22px;
	}

.home-odd.home-section-5 .simple-social-icons ul li a {
font-size: 45px;
}

}

@media only screen and (max-width: 450px) {
	.video-container{
		width: 275px;
		height: 154px;
	}

}

@media only screen and (max-width: 400px){
	.home-section-1,
	.home-section-3,
	.home-section-5 {
		background-attachment: scroll;
		background-position: bottom;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
		padding-top: 80px;
	}
.video-container {width:250px; height:141px;}

	.home-odd.home-section-5 .simple-social-icons ul li a {
		font-size: 38px;
	}

}


@media only screen and (max-width: 320px) {
	 .video-container {width:200px; height:112px;}
}


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

	.video-container{
		width: 134px;
		height: 75px;
	}
}

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */



 
/* Standard Navigation
--------------------------------------------- */
 
nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */
 
.slideout-menu, .slideout-menu-toggle {
	display: none;
	visibility: hidden;
}
 
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
 
@media only screen and (min-width: 861px) {
 
	nav {
		display: block !important;
	}
}

 
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
@media only screen and (max-width: 860px) {
 
	.slideout-menu-toggle
	{
		display: block;
		font-size: 30px;
		font-weight: 700;
		overflow: hidden;
		padding: 10px 0;
		text-align: center;
		visibility: visible;
		color: #222;
		width: 100%;
		margin: 0 auto;
		background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
border-bottom: 1px solid #dedede;
	}
 
	

	.slideout-menu-toggle:hover{
		color: #999;
	}
 
	
 
	.admin-bar .nav-primary, .nav-primary {
		position: fixed;
		left: -250px;
		top: 0px;
		width: 250px;
		height: 100%;
		background: #fff;
		z-index: 1502;
		visibility: visible;
		display: block !important;
		overflow: auto;
	}

	.slideout-menu{
		display: block;
		position: relative;
		padding: 30px 5px;
		font-size: 24px;
		border-bottom: 3px solid #f5f5f5;
		overflow: auto;
		visibility: visible;
	}

	.nav-primary .slideout-menu-toggle{
		position: absolute;
		top: 12px;
		right: 15px;
		display: inline-block;
		padding: 0px 25px 5px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		line-height: 1;
		color: #222;
		text-decoration: none;
		vertical-align: top;
		width: 30px;
		background: none;
		border: none;
	}

	.slideout-menu .slideout-menu-toggle:hover{
		cursor: pointer;
	}

	.genesis-nav-menu{
		list-style-type: none;
		margin: 0 auto;
		overflow: auto;
		width: 100%;
	}
 
	.genesis-nav-menu .menu-item {
		background-color: inherit;
		display: block;
		width: 100%;
		text-align: left;
	}

	.genesis-nav-menu a {
		color: #222;
		font-size: 18px;
		padding: 15px;
		margin-left: 0;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid rgba(0,0,0, .05);
	}

	.genesis-nav-menu .menu-item-2436 {
		border-right: none;
	}
 
	.genesis-nav-menu .menu-item:hover {
		position: relative;
		background: inherit;
		color: #1c96d3;
		
	}
 
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		position: static;
		width: 100%;
		opacity: 1;
	}
 
	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
		padding: 10px 20px;
		color: #fff;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #222;
		padding-left: 30px;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

}




/*  Gravity Forms
Last tested and edited for standard industry theme Smoritz 04/28/2017
---------------------------------------------*/
.gform_wrapper {
    margin: 16px 0 0!important;
}

.gform_widget button,
.gform_widget input[type="button"],
.gform_widget input[type="reset"],
.gform_widget input[type="submit"],
.gform_widget .button  {
 cursor: pointer;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-size: 22px!important;
 text-shadow: 1px 1px 1px rgba(0,0,0, 0.62);
 padding: 13px 0;
 color: #fff;
 text-transform: none;
 width: 48%;
 border: 1px solid #fff;
 margin-top: 5px;
background: #2F4692;
 -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.32);
 -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.32);
 box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.32);
 background-repeat:no-repeat;
    background-image:-webkit-linear-gradient(
        top left,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -webkit-linear-gradient(
        #12a0a9, #1bb6c0
    );
    background-image:-moz-linear-gradient(
        0 0,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -moz-linear-gradient(
        #12a0a9, #1bb6c0
    );
    background-image:-o-linear-gradient(
        0 0,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -o-linear-gradient(
        #05375D, #2F4692
    );
    background-image:linear-gradient(
        0 0,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -linear-gradient(
        #05375D, #2F4692
    );
    background-position: -700px 0px, 0 0;
    -moz-background-size:150% 350%, 100% 100%;
         background-size:150% 350%, 100% 100%;
    -webkit-transition:background-position 0s ease;
       -moz-transition:background-position 0s ease;
         -o-transition:background-position 0s ease;
            transition:background-position 0s ease;
}

.gform_widget button:hover,
.gform_widget input[type="button"]:hover,
.gform_widget input[type="reset"]:hover,
.gform_widget input[type="submit"]:hover,
.gform_widget .button:hover {
 background-position:600px 0px, 0 0;
    -webkit-transition-duration:1.2s;
       -moz-transition-duration:1.2s;
            transition-duration:1.2s;
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
-moz-box-shadow:    inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
box-shadow:         inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
}


.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium {
    width: 100%;
    padding: 10px 29px;
}

.home-top-2 {
    padding-bottom: 20px;
}

/* Gravity Form Home
--------------------------------------------*/


section#wp_my_plugin-2 {
    display: none;
}

section#text-3 {
    display: none;
}

.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image] {
    height: auto;
    margin-top: 0px !important;
}

.gform_wrapper form {
    overflow-x: visible !important;
}

.home .gform_widget .widgettitle {
    text-align: center;
    padding: 0px 0 0 0;
    font-size: 52px;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 0px rgba(0,0,0, 0.12);
    font-weight: normal;
    margin-top: 60px;
    letter-spacing: -2px;
    margin-bottom: 0px;
    color: rgba(49, 91, 122, 1);
}


.home-top-2 .gform_widget {
    width: 100%;
}


.gform_wrapper form {
    text-align: center!important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 12px 16px!important;
    text-align: center!important;
}
.gform_wrapper .top_label .gfield_label {
    display: none!important;
}

.home .gform_widget button,
.home .gform_widget input[type="button"],
.home .gform_widget input[type="reset"],
.home .gform_widget input[type="submit"],
.home .gform_widget .button {
    padding: 12px 26px;
    margin-bottom: 1em;
}



@media only screen and (min-width: 641px) {
    .home .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: auto;
        text-align: center;
        max-width: 85%!important;
    }
    .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
        vertical-align: initial!important;
    }

}

@media only screen and (max-width: 1023px) and (min-width: 860px) {
    .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
           max-width: 140px;
    }

}

@media only screen and (max-width: 1180px) {
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 12px 0px!important;
    text-align: center!important;
}
}

@media only screen and (max-width: 860px) {
    .home .gform_widget {
        display: block;
        position: relative;
        bottom: 0px;
    }
    .home-top-2 .wrap {
        max-width: 98%;
    }
    .gform_wrapper form div.gform_footer.top_label input[type=submit] {
    	padding:8px;
    }
      .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
           max-width: 110px;
    }
}

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


.home .gform_widget .widgettitle {
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 42px;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 0px rgba(0,0,0, 0.12);
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 60px;
    letter-spacing: -2px;
    margin-bottom: 0px;
    color: rgba(49, 91, 122, 1);
    margin-top: -4px;
}

    .gform_widget button,
    .gform_widget input[type="button"],
    .gform_widget input[type="reset"],
    .gform_widget input[type="submit"],
    .gform_widget .button {
        margin-top: 10px!important;
    }

}

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

.gform_wrapper.gf_browser_chrome .gform_body {
    width: 100% !important;
}


    .home .gform_widget {
        width: 86%;
    }
        .home .gform_widget .widgettitle {
        font-size: 30px;
    }
    body .gform_wrapper ul li.gfield {
        margin-top: 8px!important;
    }
    .home .gform_wrapper .gform_footer {
        padding: 0px 0 10px!important;
        margin: 10px 0 0!important;
        width:100%!important;
    }
     .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
           max-width: 100%;
    }
    .home .gform_widget button,
	.home .gform_widget input[type="button"],
	.home .gform_widget input[type="reset"],
	.home .gform_widget input[type="submit"],
	.home .gform_widget .button {
	    margin-top: 8px!important;
	}



}
/* Gravity Form Interior Page
--------------------------------------------*/


section#wp_my_plugin-3 {
    display: none;
}

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
    height: auto;
    margin-top: 14px !important;
}

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium {
    width: 100%;
    padding: 10px 29px;
    margin-top: 14px;
}


.sidebar .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 12px 16px!important;
    text-align: center!important;
    margin-top: 14px;
}

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body,.sidebar  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
	display: inline-block !important;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	position: relative;
}

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
	display: inline-block !important;
	padding-right: 1em;
	height: auto;
}

section#wp_my_plugin-3 {
    display: none;
}

.sidebar .gform_widget {
    text-align: center;
    padding: 0px 10px;
/*background-color: #272828;*/
}

.sidebar .gform_widget .widget-title {
    text-align: center;
    padding: 15px 0px;
    margin-bottom: -21px;
    color: #fff;
    margin-top: -18px;
    text-shadow: 2px 2px 0px rgba(0,0,0, 0.92);
    font-size: 30px;
}

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0;
    margin: 1px 0 15px !important;
    clear: both;
}
.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: auto;
    max-width: 100%!important;
}
@media only screen and (min-width: 641px) {

    .sidebar .gform_wrapper .top_label li.gfield.gf_inline {
        width: 100%!important;

    }
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        padding-right: 0px!important;
    }
    .sidebar .gform_wrapper .gform_footer input.button,
    .sidebar .gform_wrapper .gform_footer input[type=submit],
    .sidebar .gform_wrapper .gform_page_footer input.button,
    .sidebar .gform_wrapper .gform_page_footer input[type=submit] {
        width: 100%!important;
    }

}


@media only screen and (max-width: 1023px) {
.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
    max-width: 100%!important;
    width: 100% !important;
}
}

@media only screen and (max-width: 860px) {
.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: auto;
    max-width: 100%!important;
}
}


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

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100%;
    max-width: 100%;
}

  .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: block !important;
    padding-right: 0px;
    height: auto;
}

    .sidebar .gform_wrapper.gf_browser_chrome .gform_body {
        width: calc(100% - 40px)!important;
        margin: auto!important;
    }
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        width: 100%!important;
        max-width: 100%!important;
        padding: 0;
        margin: -6px 0 1px 0!important;
        clear: both;
        display: inline-block!important;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.5em!important;
	}

}

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


/*  Gravity Form End
---------------------------------------------*/


/* Custom Styles Aggregate */
.header-widget-area {
	min-height: 109px;
    display: flex;
	flex-direction: row-reverse;
    align-items: center;
    margin:auto 0px!important;
}

@media only screen and (max-width: 992px) {
	.header-widget-area{
		justify-content: center;
		margin-top: 0;
	}
}

.site-header .widget-area a:hover {
	color: #33b0de;
}

.navbar-toggler {
	margin: auto;
}