/**
 * Theme Name:       Advisor Pro
 * Version:          2.9.8
 * Description:      Advisor Pro is a custom theme for The Genesis Framework.
 * Author:           Advisor Evolved
 * Author URI:       http://advisorevolved.com/
 * Template:         genesis
 * Template Version: 2.0.2
 * GitHub Theme URI: https://github.com/clangille/advisorpro
 * GitHub Branch:    master
 */

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Accessibility
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Site Header
		- Title Area
		- Header Right
	- Site Navigation
		- Navigation Toggles
		- General Navigation
		- Primary Navigation
		- Secondary Navigation
		- Mobile Navigation (Sidr)
	- Content Area
		- Home / Front Page
		- Entries
		- Testimonials
		- Pagination
		- Comments
	- Sidebars
	- Footer CTA
	- Footer Widgets
	- Site Footer
	- Plugins
		- Genesis Simple Share
		- Genesis Latest Tweets
		- Gravity Forms
		- WordPress SEO
		- Jetpack
		- Simple Social Icons
		- Instagram
	- Media Queries
		- : 1159px
		- max-width: 1023px
		- max-width: 768px
		- max-width: 500px

*/

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

/* Baseline Normalize
	normalize.css v3.0.2 | MIT License | git.io/normalize
--------------------------------------------- */

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,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

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

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

.header-right:before,
.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;
}

.header-right:after,
.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
--------------------------------------------- */

body {
	background-color: #eef2f5;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	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;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}

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

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

a {
	color: #067CCC;
	text-decoration: none;
}

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

a:hover {
	color: #666;
}

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

strong {
	font-weight: 700;
}

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

blockquote {
	color: #777;
	letter-spacing: 1px;
	padding-left: 10px;
	margin: 40px 20px;
	border-left: 5px solid #eef2f5;
}

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

cite {
	font-style: normal;
}

/* Accessibility
--------------------------------------------- */

.screen-reader-text {
	clip: rect(0, 0, 0, 0);
	height: 0;
	position: absolute;
	width: 0;
}

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

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

@media all and (max-width: 520px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		hyphens: auto;
		word-wrap: break-word;
	}
}

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
--------------------------------------------- */

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

.search-form input:focus::-webkit-input-placeholder { color: white; }
.search-form input:focus:-moz-input-placeholder { color: white; }
.search-form input:focus::-moz-input-placeholder { color: white; }
.search-form input:focus:-ms-input-placeholder { color: white; }

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

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

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

input[type="checkbox"],
input[type="radio"] {
	width: 20px;
	margin: 0 0 3px 3px;
	vertical-align: middle;
	box-sizing: border-box;
}

input[type="checkbox"] {
   -webkit-appearance: checkbox;
   -moz-appearance:    checkbox;
   appearance:         checkbox;
}
input[type="radio"] {
   -webkit-appearance: radio;
   -moz-appearance:    radio;
   appearance:         radio;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: transparent;
	border: 3px solid #14172b;
	border-radius: 0;
	box-shadow: none;
	color: #14172b;
	cursor: pointer;
	font-weight: 600;
	font-style: italic;
	padding: 10px 26px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

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

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

.button {
	display: inline-block;
}

.button.alt,
.home-two .button {
	border-color: #fff;
	color: #fff;
}

.button.alt:hover,
.home-two .button:hover {
	background-color: #fff;
	color: #14172b;
}

.button.white {
	background-color: #fff;
	border-color: #fff;
	color: #14172b;
}

.button.white:hover {
	background-color: #14172b;
	border-color: #14172b;
	color: #fff;
}

.button.orange {
	background-color: #ffb412;
	border-color: #ffb412;
	color: #fff;
}

.button.orange:hover {
	background-color: #fec346;
	border-color: #fec346;
	color: #fff;
}

.button.yellow {
	background-color: #ffed21;
	border-color: #ffed21;
	color: #14172b;
}

.button.yellow:hover {
	background-color: #fff260;
	border-color: #fff260;
	color: #14172b;
}

.button.red {
	background-color: #e84d2e;
	border-color: #e84d2e;
	color: #fff;
}

.button.red:hover {
	background-color: #ed5b3e;
	border-color: #ed5b3e;
	color: #fff;
}

.button.green {
	background-color: #79db60;
	border-color: #79db60;
	color: #fff;
}

.button.green:hover {
	background-color: #80e067;
	border-color: #80e067;
	color: #fff;
}

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

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

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

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-inner,
.wrap {
	max-width: 1160px;
}

.full-width-content .site-inner,
.home-cta .wrap,
.home .section .wrap,
.title-section .wrap,
.footer-cta .wrap {
	max-width: 960px;
}

.site-inner {
	clear: both;
	margin: 40px auto;
	overflow: hidden;
}

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

.home .site-inner {
}

.wrap {
	margin: 0 auto;
}

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

.full-width-content .site-inner {
	margin-top: -60px;
}

.advisor-landing.full-width-content .site-inner {
	margin-bottom: 0;
}

.home.full-width-content .site-inner {
	background: transparent;
	max-width: 100%;
	margin: 0;
}

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

/* Content */

.content {
	float: right;
	width: 760px;
	background-color: #fff;
}

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

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

/* Primary Sidebar */

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

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

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

.one-half,
.one-third,
.one-sixth,
.one-fourth,
.one-fifth,
.two-thirds,
.two-fourths,
.two-fifths,
.two-sixths,
.three-fourths,
.three-fifths,
.three-sixths,
.four-sixths,
.four-fifths,
.five-sixths  {
	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-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

.sticky {
}

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;
}

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	background: #dfdfdf;
	color: #969696;
	font-size: 14px;
	padding: 9px 14px;
}

.breadcrumb a {
	color: #7A7A7A;
}

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

.author-box {
	padding: 40px;
	overflow: hidden;
}

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

.author-box-content {
	overflow: hidden;
}

.author-box a {
	border-bottom: none;
}

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

.author-box .avatar {
	width: 100px;
	margin-right: 24px;
}

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

.title-section {
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size   : cover;
	-o-background-size     : cover;
	background-size        : cover;
}

.title-section .wrap {
	padding: 110px 15px;
}

.full-width-content .title-section .wrap {
	padding-bottom: 140px;
}

.home .title-section .wrap {
	padding: 100px 15px;
	min-height: 400px;
}

.home .title-section .wrap p:last-of-type {
	margin-bottom: 0;
}

.title-section .entry-title,
.title-section .archive-title {
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 3px #555;
}

.home .title-section h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 40px;
}

@media only screen and (min-width: 360px) {
	.home .title-section h1 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 420px) {
	.home .title-section h1 {
		font-size: 32px;
	}
}

@media only screen and (min-width: 680px) {
	.home .title-section h1 {
		font-size: 44px;
	}
}

@media only screen and (max-width: 500px) {
	.home .title-section .button {
		display: block;
		width: 100%;
	}
}

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

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

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

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

.sidebar .widget-title a {
	border: none;
}

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

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

.featured-content .entry {
	padding: 30px 30px 10px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

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

.site-header {
	background-color: #fff;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
	position: relative;
	width: 100%;
	z-index: 500;
}

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

html:not(.fl-builder-edit) .fixed-header .site-header.stuck {
	position: fixed;
	top: 0;
}

html:not(.fl-builder-edit) .admin-bar.fixed-header .site-header.stuck {
	top: 32px;
}

html .no-menu .site-header,
html .no-menu .site-header.stuck {
	top: 0;
}

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

.title-area {
	float: left;
}

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

.site-title a {
	display: inline-block;
	color: #333;
	font-size: 44px;
	line-height: 100px;
}

.site-logo-link {
	display: block;
}

.site-logo {
	margin: 0;
	display: inline-block;
}

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

/* Header Right
--------------------------------------------- */

.header-right {
	float: right;
	margin-top: 20px;
}

.header-right span {
	vertical-align: middle;
}

.header-right .contact-icon,
.header-right .contact-content,
.header-right .contact-button {
	display: inline-block;
	margin: 0 8px;
	vertical-align: top;
}

.header-right .contact-icon,
.header-right .contact-button {
	margin-top: 3px;
}

.header-right .contact-icon img {
	max-height: 50px;
	overflow: hidden;
}

.header-right .contact-content {
	text-align: left;
	overflow: hidden;
	line-height: 1.2;
}

.header-right .contact-one,
.header-right .contact-two {
	display: block;
	font-size: 22px;
	font-weight: 600;
}

.header-right .contact-one {
	font-size: 26px;
}

.header-right .contact-two {
	font-size: 18px;
}

.header-right a {
	color: #333;
}

.header-right .button {
	background-color: #30a4e5;
	border: none;
	border-bottom: 4px solid rgba(0,0,0,0.2);
	border-radius: 2px;
	color: #fff;
	padding: 10px 26px 8px;
}

.header-right .button:hover {
	background-color: #198ac9;
}

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

/* Navigation Toggles
--------------------------------------------- */

#menu-toggle {
	display: none;
	visibility: hidden;
}

/* General Navigation
--------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	position: relative;
	display: block;
	color: #e4e4e4;
	padding: 14px 26px;
}

.genesis-nav-menu .menu-item-has-children > a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 6px;
	-webkit-font-smoothing: antialiased;
}

.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: 240px;
	z-index: 599;
}

.genesis-nav-menu .sub-menu a {
	background-color: #111;
	border: 1px solid #222;
	border-top: none;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 12px 18px;
	position: relative;
	width: 240px;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #222;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 239px;
}

.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: 14px 0;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	width: 200px;
	padding: 7px 0 0;
}

.genesis-nav-menu > .search input {
	padding: 8px 16px 8px;
	border-radius: 1px;
	border: none;
}

.genesis-nav-menu > .twitter a:hover {
	color: #fff;
}

.genesis-nav-menu > .twitter::before {
	color: #fff;
	content: "\f099";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin: 0 15px 0 0;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

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

.home .nav-primary .current-menu-item > a,
.menu-toggle.primary-toggle,
.nav-primary {
	border-radius: 0;
}

.nav-primary,
.nav-secondary {
	background-color: #eef2f5;
	position: relative;
}

.nav-primary {
	text-align: right;
	z-index: 600;
}

.nav-secondary {
	text-align: center;
}

.nav-primary a,
.nav-primary button,
.nav-secondary a,
.nav-secondary button {
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
}

.nav-primary a,
.nav-primary button {
	padding: 10px 14px;
}

.nav-secondary a,
.nav-secondary button {
	padding: 15px;
}

.nav-primary a:hover,
.nav-primary button:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover,
.nav-secondary a:hover,
.nav-secondary button:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	background-color: #fff;
}

.nav-primary .fa,
.nav-secondary .fa {
	margin-right: 4px;
}

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

.nav-primary .sub-menu a,
.nav-secondary .sub-menu a {
	background-color: #eef2f5;
	color: #333;
	border: 0;
	border: 1px solid #eef2f5;
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover,
.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	background-color: #fff;
	color: #333;
}

/* Mobile Navigation - Sidr slide out nav menu
--------------------------------------------- */

.sidr {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 260px;
	background: #dedede;
	color: #fff;
	font-size: 15px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999999;
}

.sidr .sidr-inner {
	padding: 0 0 15px;
}

.sidr.right {
	left: auto;
	right: -260px;
}

.sidr.left {
	left: -260px;
	right: auto;
}

.sidr button {
	font-style: normal;
}

.sidr #slide-toggle {
	display: none;
}

.sidr .menu-close,
.sidr .menu-close:hover {
	background: transparent;
	color: #333;
	padding: 15px;
	margin: 0 0 10px;
	border: 0;
	border-bottom: 1px solid #555;
	border-radius: 0;
	text-decoration: none;
	text-shadow: none;
}

.sidr-heading {
	background: rgba(0,0,0,0.3);
	padding: 8px;
	border-left: 10px solid rgba(0,0,0,0.6);
}

.sidr .menu {
	display: block;
	margin: 0;
	padding: 0;
}

.sidr .menu-item {
	display: block;
	margin: 0;
}

.sidr .menu-item a,
.sidr .menu-item button {
	display: block;
	height: 42px;
	line-height: 42px;
	background: #dedede;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 15px;
	border: 0;
	border-radius: 0;
}

.sidr .menu-item a:hover,
.sidr .menu-time button:hover {
	background: rgba(0,0,0,0.1);
}

.sidr .menu-item-has-children {
	position: relative;
}

.sidr .sub-menu a {
	background: rgba(0,0,0,0.05);
	font-size: 13px;
	text-transform: capitalize;
	padding-left: 30px;
}

.sidr .sub-menu .sub-menu a {
	background: rgba(0,0,0,0.05);
	padding-left: 45px;
}

.sidr .sub-menu-toggle {
	display: block;
	position: absolute;
	font-family: FontAwesome;
	float: right;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	border-radius: none;
	z-index: 9999;
	-webkit-font-smoothing: antialiased;
}

.sidr .sub-menu-toggle:hover {
	background: rgba(0,0,0,0.1);
	color: #333;
}

.sidr .sub-menu-toggle:before {
	content: "\f107";
}

.sidr .sub-menu-toggle.menu-open:before {
	content: "\f106";
}

.sidr form {
	padding: 0 10px 5px;
	margin: 0 0 10px;
}

.sidr input[type="search"] {
	width: 100%;
	font-size: 13px;
	padding: 12px;
	border-radius: none;
	border: 1px solid transparent;
	background: #fff;
	color: #252525;
	display: block;
	clear: both;
	box-shadow: none;
	-webkit-appearance: none;
}

.sidr input[type=search]:focus {
	border: 1px solid rgba(250,250,250,0.6);
}

.sidr input[type=search]::-webkit-input-placeholder { color: #252525; }
.sidr input[type=search]:-moz-input-placeholder { color: #252525; }
.sidr input[type=search]::-moz-input-placeholder { color: #252525; }
.sidr input[type=search]:-ms-input-placeholder { color: #252525; }


.sidr input[type=search]:focus::-webkit-input-placeholder { color: #fff; }
.sidr input[type=search]:focus:-moz-input-placeholder { color: #fff; }
.sidr input[type=search]:focus::-moz-input-placeholder { color: #fff; }
.sidr input[type=search]:focus:-ms-input-placeholder { color: #fff; }

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

.sidr li.right {
	display: none;
	visibility: hidden;
}

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

/* Home / Front Page
--------------------------------------------- */

.home .section {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

.home .section .wrap {
	padding: 80px 15px;
}

.home .section.even {
	background-color: #eef2f5;
}

.home .section .section-title,
.home .section .widget-title {
	font-size: 32px;
	font-style: normal;
	text-align: center;
	margin-bottom: 50px;
}

/* Flexible Content
________________________ */

/* Callout */

.home .callout {
	font-size: 24px;
	text-align: center;
	line-height: 0;
	margin-bottom: -80px;
}

.home .callout p {
	line-height: 1.3;
}

/* Service */
.home .service {
	display: inline-block;
	width: 50%;
	padding: 15px;
	margin-bottom: 30px;
	vertical-align: top;
}

.home .service:nth-of-type(even) {
	clear: right;
}

.home .service .service-image {
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 15px;
}

.home .service .service-content {
	overflow: hidden;
	padding-left: 2px;
}

.home .service .service-title {
	display: block;
	font-size: 28px;
	font-style: normal;
	line-height: 1;
	margin-bottom: 3px;
}

.home .service .service-text {
	font-size: 14px;
	line-height: 1.4;
}

/* Testimonial */

.home .testimonial {
	text-align: center;
}

.home .testimonial-content {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.home .testimonial-image img {
	border-radius: 50%;
}

.home .testimonial-title {
	font-size: 22px;
	font-style: italic;
	margin: 10px 0 30px;
}

/* Home CTA */

.home-cta {
	padding: 26px 24px;
	line-height: 1;
}

.home-cta .wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.home-cta .one-fourth {
	display: table-cell;
	margin: 0;
	min-height: 1px;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}

.home-cta .first {
	text-align: left;
}

.home-cta .one-fourth a span {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}

.home-cta .first a span {
	text-align: left;
}

.home-cta .one-fourth a .cta-text {
	padding-left: 10px;
	text-align: left;
}

.home-cta .one-fourth a:hover img,
.home-cta .one-fourth a:hover span {
	opacity: 0.8;
}

.home-cta .first {
	font-size: 28px;
	font-weight: 700;
}

.home-cta .cta-text {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 28px;
}

/* Home Bottom */

.home-bottom {
	background-color: #ebebeb;
}

.home-bottom .widget:not(.aeinsta-instagram-widget) {
	padding: 80px 15px;
	max-width: 960px;
	margin: 0 auto;
}

.home-bottom article:last-of-type {
	margin-bottom: 0;
}

.home-bottom .entry-title {
	color: #333;
}

.home-bottom .featured-content .entry-image {
	border-radius: 100px;
}

.home-bottom .featured-content .entry-image:hover {
	opacity: 0.8;
}

.home-bottom .featured-content .entry-content {
	overflow: hidden;
}

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

.entry,
.after-entry.widget-area {
	margin-bottom: 40px;
	padding: 40px 30px 30px;
}

.page .type-page {
	margin-bottom: 0;
}

.archive .entry,
.blog .entry {
	padding: 60px;
	margin-bottom: 0;
}

.blog .entry-content,
.archive .entry-content {
	overflow: hidden;
}

.entry-content a {
	color: #067CCC;
}

.entry-content a:hover {
	color: #333;
}

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

.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 .search-form {
	width: 50%;
}

.blog .post-image,
.archive .post-image {
	border-radius: 50%;
}

.page .post-image,
.single .post-image {
	display: block;
	line-height: 0;
	width: 100%;
}

.single .wp-post-image {
	margin-bottom: 16px;
}

.entry-meta {
	color: #555;
	font-size: 14px;
}

.entry-header .entry-meta a {
	color: #555;
}

.entry-header .entry-meta a:hover {
	color: #222;
}

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

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

.entry-comments-link {
	float: right;
}

/* Teaser Boxes
--------------------------------------------- */

.page-template-boxes .content {
	background: transparent;
}

.page-template-boxes .entry {
	background: #fff;
}

.page-template-boxes .site-container .footer-cta .wrap::before {
	display: none;
}

.teaser-boxes {
	clear: both;
	overflow: hidden;
}

.teaser-box {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.teaser-title {
	font-size: 26px;
	text-align: center;
}

.teaser-image {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
}

.teaser-image img {
	display: block;
	line-height: 0;
	width: 100%;
}

.teaser-box .before-title {
	margin-top: -20px;
}

.teaser-box .after-title {
	margin-top: 10px;
}

.teaser-box .after-content {
	margin-bottom: 26px;
}

.teaser-box .button {
	display: block;
	text-align: center;
	width: 100%;
}

/* Webinar
--------------------------------------------- */

.tlkio {
	min-height: 400px;
	position: relative;
}

.tlkio iframe {
	height: 100%;
	min-width: inherit;
	position: absolute;
	width: 100%;
}

/* Testimonials
--------------------------------------------- */

.archive .testimonial {
	text-align: center;
}

.archive .testimonial .wp-post-image {
	float: none;
	display: block;
	margin: 0 auto 15px;
	border-radius: 50%;
}

.archive .testimonial .entry-content p {
	font-size: 18px;
	margin-bottom: 15px;
}

.archive .testimonial .entry-title {
	font-size: 20px;
	text-align: center;
}

/* Subpages
--------------------------------------------- */

.child-page {
	background: #eef2f5;
	padding: 0;
	margin-bottom: 40px;
}

.child-page-wrap {
	display: block;
	position: relative;
	/*line-height: 0;*/
	overflow: hidden;
}

.child-page-wrap img {
	display: block;
}

.child-page-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(#333,#333);
	opacity: .6;
  }

.child-page .entry-content {
	position: absolute;
	top: 10%;
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.child-page .entry-title {
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 15px 20px;
}

/* Beaver Builder Template
--------------------------------------------- */

.page-template-builder .content .page,
.page-template-ppc-builder .content .page {
	padding: 0;
}

.page-template-builder .site-inner,
.page-template-ppc-builder .site-inner {
	margin-top: 0;
	margin-bottom: 0;
}

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

.archive-pagination {
	clear: both;
}

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

.archive-pagination li {
	display: inline;
}

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

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

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

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

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

.entry-comments {
	padding: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

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

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

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

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

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


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

.sidebar {
	color: #686868;
}

.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;
	padding: 40px;
}

.sidebar .widget.no-padding {
	padding: 0;
}

.sidebar .widget.no-background {
	background: transparent;
}

/*
Footer CTA
----------------------------------------------------------------------------- */

.footer-cta {
	background-color: #f79d2f;
}

.footer-cta .wrap {
	position: relative;
	font-weight: 600;
	text-align: center;
	padding: 50px 30px;
}

.full-width-content .footer-cta .wrap {
	padding: 50px 30px;
}

.footer-cta .cta-heading {
	font-size: 36px;
}

.footer-cta .cta-subheading {
	font-size: 18px;
}

.footer-cta .cta-button .button {
	background-color: transparent;
	color: #193a4b;
	border-color: #193a4b;
	margin-top: 30px;
}

.footer-cta .cta-button .button:hover {
	background-color: #193a4b;
	color: #fff;
}

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

.footer-widgets {
	clear: both;
	background-color: #193a4b;
	color: #fff;
	font-size: 0;
	padding: 40px 16px 20px;
}

.footer-widgets:after{
	content: '';
	display: inline-block;
	width: 100%;
}

.footer-widgets .widget-area {
	display: inline-block;
	width: 33%;
	font-size: 18px;
	vertical-align: top;
	margin-bottom: 2%;
	padding: 2%;
}

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

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

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget-title {
	color: #fff;
	margin-bottom: 16px;
}

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

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #132b38;
	color: #999;
	font-size: 14px;
	padding: 40px 16px;
	text-align: center;
}

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

.site-footer a {
	color: #ddd;
}

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

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

/* Genesis Simple Share
--------------------------------------------- */

.share-before {
	margin-bottom: 10px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Simple Image Widget
--------------------------------------------- */

.sidebar .widget_simpleimage {
	padding: 0;
}

.sidebar .widget_simpleimage img {
	display: block;
	line-height: 0;
}

/* GravityForms
--------------------------------------------- */

.ginput_complex::after,
.clear-multi::after,
.ginput_full::after,
.gf_list_2col::after,
.gf_list_3col::after,
.gf_list_4col::after,
.gf_list_5col::after,
.gf_list_inline::after,
.gf_page_steps::after,
.ui-datepicker-header::after {
	clear: both;
	content: "";
	display: table;
}

.gform_wrapper form .gform_fields {
	list-style: none;
	margin: 0;
}

.gform_wrapper form form li,
.gform_wrapper form li {
	list-style-type: none;
	margin-left: 0;
}

.gform_wrapper form .gfield_checkbox,
.gform_wrapper form .gfield_radio {
	list-style: none;
	margin: 0;
}

.gform_wrapper form .gfield_checkbox label,
.gform_wrapper form .gfield_radio label {
	font-weight: 300;
}

.gform_wrapper form .gfield_checkbox input,
.gform_wrapper form .gfield_radio input {
	margin-right: 4px;
}

.gform_heading {
	padding-bottom: 26px;
}

.gform_heading .gform_title {
	margin-bottom: 26px;
}

.gsection {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	padding-bottom: 26px;
}

.gsection .gsection_title {
	margin-bottom: 26px;
}

.gfield_required {
	color: #ca3c3c;
	padding-left: 2px;
}

.gfield {
	margin-bottom: 26px;
}

.gfield_label,
.ginput_container label {
	display: inline-block;
	margin: 0 0 0.5rem;
}

.gplaceholder .gfield_label,
.gplaceholder .ginput_container label {
	display: none;
}

.gfield_description {
	font-size: 0.7777777778rem;
	margin: -0.6rem 0 0.9rem;
}

.validation_message {
	font-style: normal;
}

.gfield_radio input[type="text"] {
	display: inline-block;
	width: auto;
}

.ginput_complex label {
	clear: both;
	display: block;
	font-weight: normal;
}

.ginput_complex input {
	margin-bottom: 26px;
}

.ginput_complex .ginput_left,
.ginput_complex .ginput_right,
.ginput_complex .ginput_card_expiration_month,
.ginput_complex .ginput_card_expiration_year {
	width: 49%;
}

.ginput_complex .ginput_left,
.ginput_complex .ginput_cardinfo_left,
.ginput_complex .ginput_card_expiration_month {
	clear: left;
	float: left;
}

.ginput_complex .ginput_right,
.ginput_complex .ginput_cardinfo_right,
.ginput_complex .ginput_card_expiration_year {
	clear: right;
	float: right;
}

.ginput_complex .ginput_cardinfo_left {
	width: 49%;
}

.ginput_complex .ginput_cardinfo_right {
	width: 49%;
}

.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
	max-width: 50%;
	vertical-align: top;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	padding: 25px;
	border: 2px dashed #ddd;
	text-align: center;
	color: #AAA;
	margin-bottom: 10px;
}

.right_label .gform_fileupload_multifile,
.left_label .gform_fileupload_multifile {
	margin-left: 3.5%
}

.gform_delete {
	vertical-align: middle;
	cursor: pointer;
}

.ginput_complex .gform_card_icon,
.ginput_complex .ginput_card_security_code_icon {
	background: url(images/credit-cards.svg);
	display: inline-block;
	height: 40px;
	margin: 1rem 0.5rem 1rem 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 65px;
}

.ginput_complex .gform_card_icon_amex {
	background-position: -160px 0;
}

.ginput_complex .gform_card_icon_discover {
	background-position: -320px 0;
}

.ginput_complex .gform_card_icon_mastercard {
	background-position: -83px 0;
}

.ginput_complex .gform_card_icon_visa {
	background-position: -5px 0;
}

.ginput_complex .ginput_card_security_code_icon {
	background-position: -475px 0;
	margin: 0 0 0 0.3rem;
}

.field_sublabel_below input,
.field_description_below input {
	margin-bottom: 0;
}

.name_prefix {
	float: left;
	margin-right: 1%;
	width: 10%;
}

.name_first {
	float: left;
	width: 49%;
}

.name_last {
	float: right;
	width: 49%;
}

.name_suffix {
	float: right;
	width: 9%;
}

input.datepicker_with_icon {
	display: inline-block;
	margin-right: 26px;
	width: auto;
}

.gfield_date_month,
.gfield_date_dropdown_month {
	display: inline-block;
	margin-right: 1%;
	width: auto;
}

.gfield_date_day,
.gfield_date_dropdown_day {
	display: inline-block;
	margin-right: 1%;
	width: auto;
}

.gfield_date_year,
.gfield_date_dropdown_year {
	display: inline-block;
	width: auto;
}

.gfield_time_hour {
	float: left;
	margin-right: 1%;
}

.gfield_time_hour input {
	display: inline-block;
	width: inherit;
}

.gfield_time_hour label {
	display: block;
}

.gfield_time_minute {
	float: left;
	margin-right: 1%;
	width: 30%;
}

.gfield_time_ampm {
	float: left;
	margin-right: 1%;
	width: 20%;
}

.gfield,
.gform_footer {
	clear: both;
}

.gform_footer {
	padding-top: 20px;
}

.gf_left_half {
	clear: left;
	float: left;
	width: 49%;
}

.gf_right_half {
	clear: right;
	float: right;
	width: 49%;
}

.gf_left_third {
	clear: none;
	float: left;
	margin-right: 1.25%;
	width: 32.5%;
}

.gf_middle_third {
	clear: none;
	float: left;
	width: 32.5%;
}

.gf_right_third {
	clear: none;
	float: right;
	width: 32.5%;
}

.gf_inline {
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
	width: auto;
}

.gf_list_2col li {
	float: left;
	width: 50%;
}

.gf_list_3col li {
	float: left;
	width: 33%;
}

.gf_list_4col li {
	float: left;
	width: 25%;
}

.gf_list_5col li {
	float: left;
	width: 20%;
}

.gf_list_inline li {
	display: inline-block;
	margin-right: 1%;
}

.gf_list_height_25 li {
	height: 25px;
}

.gf_list_height_50 li {
	height: 50px;
}

.gf_list_height_75 li {
	height: 75px;
}

.gf_list_height_100 li {
	height: 100px;
}

.gf_list_height_125 li {
	height: 125px;
}

.gf_list_height_150 li {
	height: 150px;
}

.gfield_list {
	margin: 0;
}

.gfield_list > tbody > tr:nth-child(odd) > td,
.gfield_list > tbody > tr:nth-child(odd) > th {
	background: none;
	border: 0;
	line-height: normal;
	padding: 0;
	padding-right: 26px;
}

.gfield_list > thead > tr > th {
	border: 0;
}

.gf_scroll_text {
	border: 1px solid #999;
	height: 180px;
	overflow: auto;
	padding: 12px;
}

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

.gf_hide_ampm .gfield_time_ampm {
	display: none;
}

.gf_hide_charleft .charleft {
	display: none;
}

.gf_page_steps {
	line-height: 1;
	margin-bottom: 26px;
}

.gf_step {
	display: inline-block;
	margin-right: 1%;
	opacity: 0.2;
}

.gf_step:last-of-type {
	margin-right: 0;
}

.gf_step_active {
	opacity: 1;
}

.gf_step_number {
	font-size: 150%;
	font-weight: bold;
}

.validation_error {
	color: inherit;
	margin-bottom: 0.5rem;
}

.gfield_error {
	background: #fff;
	border: 0;
	border-left: 5px solid #cf5050;
	padding: 1.5rem 1.5rem 1rem;
}

.gfield_error > label,
.gfield_error .validation_message {
	color: #ca3c3c;
	margin: 0.5rem 0 0;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
	border-color: #ca3c3c;
}

.gfield_error input:focus,
.gfield_error textarea:focus,
.gfield_error select:focus {
	border-color: #a62d2d;
}

.gform_validation_container {
	display: none;
	position: absolute;
	left: -9000px;
}

.ui-datepicker {
	background: #fff;
	border: 1px solid #999;
}

.ui-datepicker-prev {
	float: left;
	width: 20%;
}

.ui-datepicker-next {
	float: right;
	width: 20%;
}

.ui-datepicker-title {
	float: left;
	width: 60%;
}

.ui-datepicker-title select {
	display: inline-block;
	width: auto;
}


/* Theme-Specific
--------------------------------------------- */

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
	width: 100%;
}

.sidebar .gform_wrapper {
	margin: 0;
	max-width: 100%;
}

.content-sidebar .content .gform_wrapper input[type="submit"],
.sidebar-content .content .gform_wrapper input[type="submit"],
.sidebar .gform_wrapper input[type="submit"] {
	display: block;
	width: 100%;
}

.entry-content .gform_wrapper {
	margin-bottom: 16px;
}

@media screen and (min-width: 810px) {
	.entry-content .gform_wrapper {
		margin-bottom: 26px;
	}
}

.ginput_container table {
	margin: 0;
}


/* WordPress SEO (Yoast)
--------------------------------------------- */

/*Local SEO add-on*/

#wpseo-directions-wrapper {
	margin-top: 30px;
}

.wpseo-directions-submit {
	margin-top: 10px;
}

.adp-step, .adp-text {
	padding-left: 34px;
}

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

img#wpstats {
	display: none;
}

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

.footer-widgets .simple-social-icons ul li {
	margin: 0 12px 12px 0 !important;
}

.simple-social-icons li.social-dribbble a {
	background-color: #ea4c89 !important;
	color: #fff !important;
}

.simple-social-icons li.social-dribbble a:hover {
	background-color: #ea4c89 !important;
}

.simple-social-icons li.social-email a {
	background-color: #049fb3 !important;
	color: #fff !important;
}

.simple-social-icons li.social-email a:hover {
	background-color: #049fb3 !important;
}

.simple-social-icons li.social-facebook a {
	background-color: #3b5998 !important;
	color: #fff !important;
}

.simple-social-icons li.social-facebook a:hover {
	background-color: #3b5998 !important;
}

.simple-social-icons li.social-flickr a {
	background-color: #ff0084 !important;
	color: #fff !important;
}

.simple-social-icons li.social-flickr a:hover {
	background-color: #ff0084 !important;
}

.simple-social-icons li.social-github a {
	background-color: #000 !important;
	color: #fff !important;
}

.simple-social-icons li.social-github a:hover {
	background-color: #000 !important;
}

.simple-social-icons li.social-gplus a {
	background-color: #dd4b39 !important;
	color: #fff !important;
}

.simple-social-icons li.social-gplus a:hover {
	background-color: #dd4b39 !important;
}

.simple-social-icons li.social-instagram a {
	background-color: #517fa4 !important;
	color: #fff !important;
}

.simple-social-icons li.social-instagram a:hover {
	background-color: #517fa4 !important;
}

.simple-social-icons li.social-linkedin a {
	background-color: #007bb6 !important;
	color: #fff !important;
}

.simple-social-icons li.social-linkedin a:hover {
	background-color: #007bb6 !important;
}

.simple-social-icons li.social-pinterest a {
	background-color: #cb2027 !important;
	color: #fff !important;
}

.simple-social-icons li.social-pinterest a:hover {
	background-color: #cb2027 !important;
}

.simple-social-icons li.social-rss a {
	background-color: #ff6600 !important;
	color: #fff !important;
}

.simple-social-icons li.social-rss a:hover {
	background-color: #ff6600 !important;
}

.simple-social-icons li.social-stumbleupon a {
	background-color: #eb4823 !important;
	color: #fff !important;
}

.simple-social-icons li.social-stumbleupon a:hover {
	background-color: #eb4823 !important;
}

.simple-social-icons li.social-tumblr a {
	background-color: #32506d !important;
	color: #fff !important;
}

.simple-social-icons li.social-tumblr a:hover {
	background-color: #32506d !important;
}

.simple-social-icons li.social-twitter a {
	background-color: #00aced !important;
	color: #fff !important;
}

.simple-social-icons li.social-twitter a:hover {
	background-color: #00aced !important;
}

.simple-social-icons li.social-vimeo a {
	background-color: #aad450 !important;
	color: #fff !important;
}

.simple-social-icons li.social-vimeo a:hover {
	background-color: #aad450 !important;
}

.simple-social-icons li.social-youtube a {
	background-color: #bb0000 !important;
	color: #fff !important;
}

.simple-social-icons li.social-youtube a:hover {
	background-color: #bb0000 !important;
}

/* Instagram
--------------------------------------------- */
.aeinsta-loop {
	display: block;
}

.entry-content .aeinsta-loop {
	margin: 0;
}

.aeinsta-loop::after {
	content: " ";
	display: block;
	clear: both;
}

.aeinsta-loop .aeinsta-item {
	display: block;
	float: left;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	width: 50%;
}

@media all and (min-width: 620px) {
	.aeinsta-loop .aeinsta-item {
		width: 25%;
	}
}

@media all and (min-width: 950px) {
	.aeinsta-loop .aeinsta-item {
		width: 16.6666666667%;
	}
}

.aeinsta-loop .aeinsta-item img {
	display: block;
	line-height: 0;
	width: 100%;
}

.aeinsta-loop .aeinsta-likes:before,
.aeinsta-loop .aeinsta-comments:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: bold;
	line-height: inherit;
	speak: none;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.aeinsta-loop .aeinsta-likes,
.aeinsta-loop .aeinsta-comments {
	bottom: 13px;
	color: #fff;
	position: absolute;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.aeinsta-loop .aeinsta-likes {
	left: 13px;
}

.aeinsta-loop .aeinsta-likes:before {
	content: "\f08a";
	margin-right: 0.5rem;
}

.aeinsta-loop .aeinsta-comments {
	right: 13px;
}

.aeinsta-loop .aeinsta-comments:before {
	content: "\f0e6";
	margin-right: 0.5rem;
}

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

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

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

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

	.content {
		width: 620px;
	}

	.sidebar-primary {
		width: 300px;
	}

}

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

	.home-cta .one-fourth.first {
		display: none;
	}

	.home-cta .one-fourth {
		float: left;
		width: 33.333333333%;
	}

	.home-cta .cta-text {
		font-size: 14px;
		line-height: 22px;
	}

    .home-cta .cta-icon img {
	    height: 55px;
	    width: 55px;
    }

}

@media all and (max-width: 1000px) {

	.title-area {
		width: 200px;
	}

	.header-right .button {
		display: none;
	}

}

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

	.content,
	.sidebar-primary,
	.site-inner,
	.wrap {
		width: 100%;
	}

	.nav-primary {
		text-align: center;
	}

	.sticky {
		height: 0 !important;
	}

	html:not(.fl-builder-edit) .fixed-header .site-header,
	html:not(.fl-builder-edit) .fixed-header .site-header.stuck,
	html:not(.fl-builder-edit) .fixed-header.admin-bar .site-header.stuck {
		position: relative;
		top: 0;
	}

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

	.title-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.header-right {
		width: 100%;
	}

	.title-area {
		margin: 0;
	}

	.header-right {
		clear: both;
		text-align: center;
		margin: 10px 0 0;
	}

	.js #menu-toggle {
		display: inline-block;
		visibility: visible;
		vertical-align: middle;
		font-style: normal;
		text-align: center;
		background: #dedede;
		color: #333;
		height: 80%;
		padding: 10px 20px 8px;
		margin: 0 0 0 25px;
		border: none;
		border-bottom: 4px solid rgba(0,0,0,0.1);
		border-radius: 3px;
	}

	.no-js nav {
		display: block;
	}

	.js .nav-primary,
	.js .nav-secondary {
		display: none;
		visibility: hidden;
	}

	.full-width-content .site-inner {
		margin-top: 0;
	}

	.sidebar-primary {
		margin-top: 30px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.sidebar .widget {
		padding: 30px;
	}

	.sidebar .widget.no-padding,
	.sidebar .widget_simpleimage {
		padding: 0;
	}

	.sidebar .widget_simpleimage img {
		margin: 0 auto;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

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

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.site-footer {
		padding: 24px 0;
	}
}

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

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

	.home .title-section .wrap {
		min-height: auto;
		padding: 40px 15px;
	}

	.home-cta .one-fourth {
		display: block;
		width: 100%;
	}

	.home-cta .first,
	.home-cta .one-fourth a .cta-text {
		text-align: center;
	}

	.home-cta .one-fourth a .cta-text {
		padding: 0;
	}

	.child-page {
		margin-bottom: 40px;
	}

	.child-page-wrap img {
		height: 230px;
	  }

	.blog .entry {
		padding: 30px;
	}

	.entry .entry-header {
		text-align: center;
	}

	.entry-comments-link {
		float: none;
		display: block;
		margin-top: 5px;
	}

	.post-image.alignleft {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

	.home-cta .one-fourth {
		display: block;
		text-align: center;
	}

	.home-cta .one-fourth a span {
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.home-cta .one-fourth .cta-icon {
		margin-bottom: 10px;
	}

	.home-cta .one-fourth .cta-text {
		margin-bottom: 15px;
	}

	.home .service {
		width: 100%;
	}

	.home-bottom .featured-content a.alignleft {
		display: block;
		float: none;
		text-align: center;
	}

	.home-bottom .featured-content .entry-header {
		text-align: center;
	}

	.footer-widgets .widget-area {
		width: 100%;
	}
}

@media all and (max-width: 990px) {
	.home-cta .one-fourth {
		display: block;
		width: 33.33333%;
	}

	.home-cta .first {
		clear: both;
		padding-bottom: 20px;
		text-align: center;
		width: 100%;
	}
}

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

	.header-right .contact-icon {
		display: none;
	}

	.header-right .contact-button {
		display: block;
		margin-top: 10px;
	}

	.home .service {
		text-align: center;
	}

	.home .service .service-image {
		float: none;
		margin: 0 auto 10px;

	}
}
