/*
Theme Name: Vehicle Safety Firm 2016
Theme URI: https://www.vehiclesafetyfirm.com
Description: Put your words and images at the forefront in an uncluttered design that shows them at their finest.
Author: Faith Growth
Author URI: https://faithgrowth.com/

Version: 2.0

Tags: black, blue, white, one-column, responsive-layout, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

Template: genesis
Template Version: 2.2

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

/* Table of Contents
- Imports
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Gallery
- Forms
- Column Classes
- Tables
- Screen Reader Text
- Structure and Layout
- Site Container
- Site Inner
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Featured Content
- Plugins
- Genesis eNews Extended
- Genesis Simple Share
- Jetpack
- Skip Links
- Site Header
- Site Title and Description
- Site Navigation
- Accessible Menu
- Primary Navigation
- Secondary Navigation
- Responsive Navigation
- Content Area
- Entries
- Intro Text
- Entry Meta
- After Entry
- Pagination
- Comments
- Footer Widgets
- Site Footer
- Media Queries
- Max-width: 1024px
- Max-width: 800px
*/


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

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

@import url(https://fonts.googleapis.com/css?family=Oxygen:400,600,700,800);

html{font-family:'Oxygen';-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}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:1em 40px}hr{-webkit-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;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;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

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

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


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 2rem;
}

body {
	background-color: #eee;
	color: #333;
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

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

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

.home .site-inner a:not(.button):not(.more-link),
.footer-widgets .widget:not(.widget_nav_menu) a {
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #ed3237;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 40px;
}
::-webkit-input-placeholder {
	color: #666 !important;
}

:-moz-placeholder { 
	color: #666 !important;
}

::-moz-placeholder {  
	color: #666 !important;
}

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

h1,
h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px;
}

h3,
h4,
h5,
h6 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
	margin-top: 40px;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

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

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

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

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

input[type="number"] {
	background-color: #fff;
	border: 1px solid #333;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #eee;
	border: 1px solid #eee;
}

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

::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.content .widget .textwidget a.button,
.entry-content a.button,
.entry-content a.more-link {
	background-color: transparent;
	border: 3px solid #000;
	color: #333;
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	padding: 12px 30px;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

a.more-link {
	display: inline-block;
}

.archive .content a.more-link,
.page.page-template-page_blog .content a.more-link {
	margin-bottom: 30px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.content .widget .textwidget a.button:hover,
.content .widget .textwidget a.button:focus,
.entry-content a.button:hover,
.entry-content a.button:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:focus {
	background-color: #000;
	border: 3px solid #000;
	color: #fff;
	text-decoration: none;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .entry-content a.more-link {
	border: 3px solid #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets button:focus,
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:hover,
.footer-widgets .button:focus,
.footer-widgets .entry-content a.more-link:hover,
.footer-widgets .entry-content a.more-link:focus {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

.button {
	display: inline-block;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Column Classes
--------------------------------------------- */

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


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

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #333;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	/*max-width: 1280px;*/
}

.site-container {
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
}

.atmosphere-landing .site-container {
	max-width: 960px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	padding: 5% 20%;
}

.atmosphere-landing .site-inner {
	margin-top: 0;
}


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

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

.avatar {
	float: left;
}

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

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

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

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

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

.archive-description,
.author-box,
.breadcrumb {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}

.archive-description,
.author-box {
	padding-bottom: 30px;
}

.breadcrumb {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 30px;
}

.archive-description a,
.author-box a {
	border-bottom: 1px solid #ddd;
}

.archive-description a:hover,
.archive-description a:focus,
.author-box a:hover,
.author-box a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

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

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

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

.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: 16px;
font-size: 1.6rem;
letter-spacing: 0.5px;
margin-bottom: 10px;
text-transform: uppercase;
}*/

.author-box-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title .atmosphere-large-text {
	display: block;
	margin-bottom: 20px;
}

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

.entry-title a:hover,
.entry-title a:focus {
	color: #ed3237;
}

.widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.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: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {	
	padding-bottom: 60px;
}

.featured-content .entry-content p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featuredpost .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}


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

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

.enews-widget input {
	margin-bottom: 30px;
}

.enews-widget p {
	margin-bottom: 15px;
}

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

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

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #333;
	border: 1px solid #333;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #333 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

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

#wpstats {
	display: none;
}

/* ACF Additions
--------------------------------------------- */

/* Colors */

.twb-subheading-link.text-color-red:focus,
.twb-subheading-link.text-color-red:hover {
	color: #000;
}

.background-color-black {
	background-color: #000000;
}

.background-color-white {
	background-color: #ffffff;
}

.background-color-red {
	background-color: #ed3237;
}

.button-color-black {
	border-color: #000000;
	color: #000000;
}

.button-color-white {
	border-color: #ffffff;
	color: #ffffff;
}

.button-color-red {
	border-color: #ed3237;
	color: #ed3237;
}

.text-color-black {
	color: #000000;
}

.text-color-white {
	color: #ffffff;
}

.text-color-red {
	color: #ed3237;
}

/* Notification Bars */

.atmosphere-bar .wrap {
	padding: 0 1%;
	text-align: center;
}

.atmosphere-bar p {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0;
	padding: 9px 5px;
}

.atmosphere-bar p a {
	color: #fff;
   text-decoration: underline;
}

.atmosphere-bar p a:hover {
	color: #000;
}

/* Notification bar font sizes to keep it to 2 lines max */

@media only screen and (max-width: 629px) {
	.atmosphere-bar p {
		font-size: 15px;
	}
}
@media only screen and (max-width: 587px) {
	.atmosphere-bar p {
		font-size: 14px;
		line-height: normal;
	}
}
@media only screen and (max-width: 549px) {
	.atmosphere-bar p {
		font-size: 13px;
	}
}
@media only screen and (max-width: 510px) {
	.atmosphere-bar p {
		font-size: 12px;
	}
}
@media only screen and (max-width: 473px) {
	.atmosphere-bar p {
		font-size: 11px;
	}
}
@media only screen and (max-width: 435px) {
	.atmosphere-bar p {
		font-size: 10px;
	}
}
@media only screen and (max-width: 395px) {
	.atmosphere-bar p {
		font-size: 9px;
	}
}
@media only screen and (max-width: 360px) {
	.atmosphere-bar p {
		font-size: 8px;
	}
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #222;
	/*outline: #ddd solid 1px;*/
}


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

.site-header {
	background-color: #ffffff;
	min-height: 100px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;	
	width: 100%;
	z-index: 999;
}

body:not(.home) .site-header {
	-webkit-box-shadow: 0 6px 6px -6px #333;
	box-shadow: 0 6px 6px -6px #333;
}

.header-image .site-header {
	display: block;
	padding: 0;
}

.site-header .wrap {
	margin: 0 auto;
	max-width: 1440px;
}

.header-image .site-header > .wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 100px;
	padding: 0 40px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 8px;
}

.header-image .title-area {
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	float: none;
	height: 71px; /* logo height */
	width: 300px; /* logo width */
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	display: block;
	height: 71px; /* logo height */
}

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

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

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

.genesis-nav-menu a {
	display: block;
	padding: 10px;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
	position: relative;
}

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

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

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

.nav-primary {
	float: right;
	margin-top: 2px;
}

.site-header .nav-primary .wrap {
	margin-bottom: 14px;
	margin-top: 10px;
	text-align: center;
}

.header-image .nav-primary {
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	float: none;
	margin-top: 0;
	text-align: right;
}

.nav-primary .menu-item a {
	font-size: 11px;
	line-height: 1.2;
	padding: 10px 6px;
}

.nav-primary .sub-menu {
	border-top: 1px solid #eee;
}

.nav-primary li.highlight > a {
	background-color: #fff;
	border: 1px solid #ed3237;
	color: #ed3237;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.nav-primary li.highlight > a:hover,
.nav-primary li.highlight > a:focus {
	background-color: #ed3237;
	border: 1px solid #ed3237;
	color: #fff;
}

.nav-primary .highlight > .sub-menu {
	margin-left: 15px;
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin: 10px 0;
}
.nav-secondary ul li {
	display: inline-block !important;
}

.nav-secondary li a {
	border-right: 1px solid #888888;
	display: inline-block;
	letter-spacing: 0;
	line-height: 16px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	text-transform: initial;
	font-size: 15px;
}
.nav-secondary li:last-of-type a {
	border: none;
}

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

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

.menu-toggle:before,.menu-toggle.activated:before {
	color: #ed3237;
	content: "\f130";
	display: inline-block;
	font: normal 35px/1.2 'ionicons';
	margin: 0 auto;
	padding-right: 10px;
	text-rendering: auto;
	vertical-align: bottom;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */
.front-page-1{height: 650px !important;padding: 80px 30px 100px !important;}

.front-page-1 .widgettitle.widget-title{font-weight: 600 !important;
	margin-top: 80px;font-size: 50px !important;
	text-transform: uppercase !important;}
.front-page-2{padding:0 !important;  border-bottom:none !important;}
.front-page-2,#genesis-footer-widgets .wrap{margin: 0 auto;
	max-width: 100%;width:1280px}

#featured-page-7,#featured-page-8,#featured-page-9{

	background-color:#000;
}
#featured-page-7 .widget-wrap ,#featured-page-8 .widget-wrap,#featured-page-9 .widget-wrap{
	margin: 0 auto;
	max-width: 100%;width:1280px;

}
.front-page-3 #text-12.widget.widget_text{

	background:#000;
}
#text-12 .widgettitle.widget-title{
	color:#fff !important;

}
.front-page-3{
	border-bottom:0 !important;

}
#front-page-2 .textwidget > br {
	display: none;
}
#front-page-2.about_three .textwidget > h4 {
	margin-left: 0 !important;
}
.about_three{display: block !important;
	margin: 0 auto;
	max-width: 100%;
	width: 750px;}
.post-696 .entry-content p {
	display: inline-block;
}
.about_three .widget.widget_text.textwidget {
	padding: 0 5px !important;
	width: 280px !important; margin-bottom: 20px !important; max-width:100%;
}
.about_three .widget.widget_text.textwidget.succ{width: 220px !important; max-width:100%;}
.about_three .widget.widget_text.textwidget.cases {
	max-width: 100% !important;
	width: 240px !important;
}
.about_three .widget.widget_text.textwidget > p {
	font-size: 30px !important;
	width: initial !important;
}

.button.home_top {
	background: #ed3237 none repeat scroll 0 0 !important;
	border: medium none !important;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 0 0 darkred;
	box-shadow: 0 4px 0 0 darkred;
	color: #fff !important;
	font-size: 29px !important;
	font-weight: 400 !important;
	line-height: 35px;
	text-transform: capitalize !important;
	margin-top: 130px !important;
}
.button.home_top > span {
	display: block;
	font-weight: 700;
}

.widgettitle.widget-title {
	color: #000;
	font-size: 35px !important;
	margin-top: 40px;
	text-transform: initial !important;
	font-weight:600;
}
#front-page-2 .flexible-widgets  .wrap .widget:first-child{
	width:100% !important;

}
#front-page-2 .widget:last-child .textwidget{
	float: right;

}

.flexible-widgets.widget-thirds .widget#text-7{
	padding-left: 65px !important;
	padding-right: 0 !important;
}
.flexible-widgets.widget-thirds .widget#text-8{
	padding-right: 15px !important;
}

#text-5,
#text-7,
#text-8{
	display: inline-block;
}

#text-5{
	float: left !important;
}
#text-7{
	float: none !important;
}
#text-8{
	float: right !important; width: 365px !important;
}
#text-8  .textwidget{
	padding-right: 43px;
}

#text-5 .widget-wrap .textwidget{
	padding-left: 10px !important;
}
#text-7 .widget-wrap .textwidget{
	padding-left: 6px !important;
}


#text-8 .textwidget > *{
	float: left;
}
#front-page-2 .widget .widget-wrap .textwidget .sucess {
	display: inline-block;
	float: right !important;
	text-align: left;
}
#front-page-2 .textwidget .img1{

	margin:0 10px;
}
#front-page-2 .textwidget .sucess > h4{
	font-size: 17px;
	font-weight: 600 !important;
	letter-spacing: 0;
	margin:20px 10px 0 10px;
	text-transform: capitalize;}
#front-page-2 .textwidget .sucess > p {

	font-size: 43px;
	font-weight: 700;
	line-height: 50px;
	text-align: left;
	width: 100%;
}
#front-page-2 .textwidget > p {
	display: inline-block;
	font-size: 43px;
	font-weight: 700;
	line-height: 50px;
	text-align: left;
	width: 60%;
}
#front-page-2 .textwidget > img, #front-page-2 .textwidget > h4 {
	display: inline-block;
	float: left;
	font-size: 17px;
	font-weight: 600 !important;
	letter-spacing: 0;
	margin: 0 10px;
	text-transform: capitalize;
}
#front-page-2 .textwidget > h4 {
	margin-top: 20px;
}
.front-page-3 .widget{border:none !important}
.front-page-3 .widget.widget_text {
	padding: 0;
}
.front-page-3 .widget-area .wrap #text-12{
	margin-top:60px;
}
.front-page-3 .widget.widget_text .widget-title{text-align:center}

.front-page-3 .featured-content .entry-header{
	padding-top:0% !important;
}
#featured-page-7 {
	padding-top: 25px;
}
#featured-page-8 {
	padding-top: 30px;
}
#featured-page-9{
	padding-top: 30px;
	padding-bottom:30px;
}
.atmosphere-large-text ,.intro {
	display: inline-block !important;
	margin: 0 !important;
	color: #000;
	font-size: 35px !important;
	font-weight: 600;
	text-transform: capitalize !important;
}
.page-id-5082 .atmosphere-large-text ,.page-id-5082 .intro {	
	color:#fff;
}
.atmosphere-large-text::after {
	content: ".\00a0" !important;
}
.entry-content p.intro::after,
.entry-header span.intro::after {
	border-bottom:none !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.featured-content .entry-content p {
	color: #fff;
	letter-spacing: 1px;
}
.more-link {
	background-color: #4f4d4d !important;
	border: 1px solid #4f4d4d !important;
	color: #fff !important;
	text-decoration: none;}

.page-template-page_blog #blog-sidebar {
	border-left: 1px solid #bfbfbf;
	float: right;
	padding-left: 3%;
	width: 32%;
}
.page-template-page_blog #genesis-content {
	float: left;
	width: 65%;
}
#blog-sidebar .widget-title {
	border-bottom: 1px solid #ed3237;
	color: #ed3237;
	font-weight: 400 !important;
	margin-top: 0;
	max-width: 100%;
	padding-bottom: 2px;
	width: 200px;}
#nav_menu-5 {
	margin-top: 50px;
}
.content-sidebar-wrap .featuredpage article {
	margin: 15px 0 0 !important;
	padding-bottom: 0 !important;
}
.toddtalks{ display:none }

.footer-widgets {
	font-size: 14px;
	font-weight: 300;
	padding: 40px 20px !important;
	letter-spacing: 0.5px;
}

.footer-widgets .widget a.soc_ico {
	text-decoration: none;
}

.footer-widgets .widget.widget_nav_menu {
	margin-bottom: 20px !important;
}
.footer-widgets .menu li {
	display: inline-block;
}
.footer-widgets .menu li a {
	border-right: 1px solid #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	height: 15px;
	line-height: 10px;
	padding: 0 10px;
}
.footer-widgets .menu li:last-of-type a {
	border-right: medium none;
}
.footer-widgets .menu li:first-of-type a {
	padding-left: 0
}

.footer-widgets .menu .sub-menu {
	display: none;
}

#text-10 .textwidget > a {
	color: #fff !important;
	text-decoration: underline;
}
.flexible-widgets.widget-thirds .widget {
	float: left !important;
	max-width: 100% !important;
	width: 410px !important;
	padding:0 40px !important;
}
#featured-post-4 .entry-content {
	margin: 0;
	padding: 0;
}
#text-4 {
	float: none !important;
	width: 100% !important;
}
#featured-page-7 .post-5102 .entry-content,
#featured-page-7 .post-5102 .entry-header,
#featured-page-9 .post-5111 .entry-content,
#featured-page-9 .post-5111 .entry-header {
	padding-left:0
}
#featured-page-8 .post-5105 .entry-content,
#featured-page-8 .post-5105 .entry-header {
	padding-right:0
}
.home iframe {
	border: 6px solid #393a3b;
	width: 100%;
}
#featured-post-4 .entry {
	margin-bottom: 0;
}
.gfield_required {
	display: none;
}

.ginput_container {
	font-size: 15px;
}
.gform_wrapper .gform_body .ginput_container > input,
.gform_body .ginput_container > textarea,
.gform_body .ginput_container > select,
.gform_body .ginput_container label {
	color: #666 !important;
	font-weight: 400 !important;
	font-size:15px !important;
}

.gform_wrapper .gform_body .ginput_container > input,
.gform_body .ginput_container > textarea,
.gform_body .ginput_container > select {
	height: 50px !important;
	padding: 10px !important;
}
.gform_body .gform_fields .gfield {
	clear: none !important;
	display: inline-block !important;
	float: left;
	margin: 5px 1% !important;
	width: 48%;
}
.gform_wrapper .top_label .gfield_label {
	display: block !important;
	font-size: 15px !important;
	margin-bottom: 10px !important;
}

.gform_button.button {
	background: #ed3237 none repeat scroll 0 0 !important;
	border: medium none !important;
	-webkit-text-decoration: bold;
	text-decoration: bold;
	color: #fff !important;
	margin-left: 1%;
	margin-right: 1%;
	text-transform: initial;
	width: 97%;
}
.gform_wrapper .gform_body .ginput_container > textarea {
	height: 120px !important;
	text-align:center;
}


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

.entry,
.page.page-template-page_blog-php .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}

.page .entry,
.single .entry {
	border-bottom: 0;
}

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

.single .entry {
	margin-bottom: 0;
}

.entry-content a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

.page .entry-content p:last-child {
	margin-bottom: 0;
}

.page.page-template-page_blog-php .content p:last-child,
.search-results .page .entry-content p:last-child {
	margin-bottom: 30px;clear:both;
}

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

/* Intro Text
--------------------------------------------- */
.entry-content p.intro,
.entry-header span.intro {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.entry-content p.intro:after,
.entry-header span.intro:after {
	border-bottom: 1px solid #333;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

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

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 0;
}

.entry-header .entry-meta,
.entry-header .entry-meta:last-child {
	margin-bottom: 24px;
	margin-top: -10px;
}

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

.entry-author,
.entry-comments-link,
.entry-footer .entry-meta,
.entry-time {
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

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

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

.after-entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

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

.after-entry a:hover,
.after-entry a:focus {
	text-decoration: underline;
}

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

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

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

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

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

.pagination {
	clear: both;
}

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

.pagination a:hover,
.pagination a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-transform: uppercase;
}

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

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

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

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

.entry-pings,
.comment-respond {
	padding-top: 60px;
}

.entry-comments {
	padding-top: 20px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-respond a:hover,
.comment-respond a:focus,
.entry-comments a:hover,
.entry-comments a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
}

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

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

p.comment-form-comment {
	margin-bottom: 20px;
}

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

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

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

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

.comment-list ul.children {
	margin-left: 40px;
}


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

.footer-widgets {
	background-color: #000;
	clear: both;
	padding: 100px 20px;
	text-align: left;
}
.footer-widgets-1 {position:relative;}

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

.footer-widgets a:focus,
.footer-widgets a:hover,
.footer-widgets .entry-title a:focus
.footer-widgets .entry-title a:hover {
	color: #ed3237;
}

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

.footer-widgets,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #fff;
}

.social {
	bottom: 0;
	display: inline-block;
	position: absolute;
	right: 0;
}

.soc_ico {
	margin-left: 6px;
}

.soc_ico::before {
	background-color: #fff;
	border-radius: 50%;
	color: #000;
	font-size: 21px;
	height: 21px;
	padding: 5px;
	text-align: center;
	width: 21px;
}

.soc_ico:hover::before {
	background-color: #ed3237;
}


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

.site-footer {
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 40px;
	text-align: center;
	position:relative;
}

.site-footer p {
	margin-bottom: 0;
	font-size: 14px;
}

/*** squelch accordian ***/
#squelch-taas-header-0 > a {
	font-size: 20px;
	line-height: 2 !important;
	border-bottom: none !important;
	font-family: Oxygen, sans-serif;
}

.squelch-taas-accordion .ui-accordion-header{
	/* margin-bottom:20px !important; */
}

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

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

	#featured-page-7 .post-5102 .entry-content,
	#featured-page-7 .post-5102 .entry-header,
	#featured-page-9 .post-5111 .entry-content,
	#featured-page-9 .post-5111 .entry-header {
		padding-left: 40px;
	}

	#featured-page-8 .post-5105 .entry-content,
	#featured-page-8 .post-5105 .entry-header {
		padding-right:40px;
	}

}

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

	#text-8 .textwidget > * {
		float: left;
	}
	#front-page-2 .widget:last-child .textwidget {
		float: left;
	}
	#text-8{
		float:left !important;
		width:410px !important;
	}
	#text-5 .widget-wrap .textwidget{
		padding-left:0px !important;
	}

}

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

	#blog-sidebar .widget-title {
		font-size: 25px !important;
	}

}

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

	.page-template-page_blog #blog-sidebar {
		border: medium none !important;
		padding: 0 !important;
	}

	#blog-sidebar .widget-title {
		font-size: 35px !important;
	}

	.js nav.nav-primary {
		position:static;
	}

	.site-inner {
		margin-top: 0;
		padding-left: 10%;
		padding-right: 10%;
	}

	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.header-image .site-title > a,
	.site-header {
		display: block;
		float: none;
		margin: 0 auto;
	}

	.header-image .site-title {
		padding: 8px 0;
	}

	.site-header {
		position: inherit;
		text-align: center;
	}

	.header-image .nav-primary:not(button) {
		margin-top: 0;
	}

	.header-image .site-header {
		min-height: 0;
		padding: 0 10px;
	}

	.header-image .site-header > .wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.header-image .title-area {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		height: auto;
		position: relative;
		width: 100%;
	}

	.header-image .nav-primary {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 0;
		width: 100%;
	}

	.nav-primary,
	.title-area {
		float: none;
	}

	.nav-primary li.highlight > a,
	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus,
	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.nav-primary li.highlight > a {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus {
		color: #ed3237;
	}

	.nav-primary .genesis-nav-menu li.highlight > a:hover,
	.nav-primary .genesis-nav-menu li.highlight > a:focus {
		background-color: #fff;
	}


	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.admin-bar .menu-toggle {
		top: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		height: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 5px;
		top: 0;
		width: 20px;
		z-index: 1000;
	}


	.sub-menu-toggle {
		float: right;
		padding: 0 10px 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		color: #ed3237;
		content: "\f3d0";
		display: inline-block;
		font: bold 16px/1 'ionicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f3d8";
	}

	.js nav.nav-primary {
		display: none;
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}
	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 11px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #ed3237;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.site-footer {
		padding: 20px;
	}
	.page-template-page_blog #genesis-content,.page-template-page_blog #blog-sidebar{width:100%;clear:both;}
	.page-template-page_blog #blog-sidebar{ display: inline-block !important;margin-top: 40px !important;}
	.toddtalks{display:block}
	#text-14 .textwidget > a{display:none}
	.home iframe{height:570px}
	#boom_bar-5157{position:absolute}
	.gform_body .gform_fields .gfield, body .gform_wrapper.gf_browser_chrome .gform_body select{margin: 5px 0 !important;
		width: 100% !important;}
	.gform_wrapper .gform_footer{margin-top:0}
	.gform_button.button{margin-left:0;margin-right:0;width: 100%;font-size:15px !important}
	.gform_wrapper .gform_body .ginput_container > input, .gform_body .ginput_container > textarea, .gform_body .ginput_container > select {
		width:100% !important;
	}
}

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

	.flexible-widgets #text-5,
	.flexible-widgets #text-7,
	.flexible-widgets #text-8 {
		width: 320px !important;
	}

	#text-8 {
		float:right !important;
	}

	#front-page-2 .textwidget > p {
		font-size: 25px !important;
		width: 47% !important;
	}

	#front-page-2 .textwidget .sucess > p {
		font-size: 26px;
		padding-left: 5px;
	}

}

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

	.flexible-widgets.widget-thirds .widget {
		float: none !important;
		padding:0px !important;
		margin-left: auto;
		margin-right: auto;
	}

	.flexible-widgets.widget-thirds .widget#text-7 {
		padding-left:0px !important;
	}

	.flexible-widgets #text-5,
	.flexible-widgets #text-7,
	.flexible-widgets #text-8 {
		width: 410px !important;
	}

	#text-5 {
		float: none !important;
	}

	#text-8 {
		float: none !important;
		width: 410px !important;
	}

	#text-5 .widget-wrap .textwidget,
	#text-7 .widget-wrap .textwidget,
	#text-8 .widget-wrap .textwidget {
		padding-left: 80px !important;
	}

	#front-page-2 .textwidget > p {
		font-size: 43px !important;
		width: 60% !important;
	}

	#front-page-2 .textwidget .sucess > p {
		font-size: 43px;
		padding-left: 5px;
	}

	#text-5, #text-7, #text-8 {
		display:block;
	}
}

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

	#front-page-2 .textwidget > p {
		font-size: 50px;
	}

	.front-page-2 .widget-title,
	.front-page-3 .widget-title {
		padding: 0 10px;
	}

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}

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

	#featured-page-7 .post-5102 .entry-content,
	#featured-page-7 .post-5102 .entry-header,
	#featured-page-9 .post-5111 .entry-content,
	#featured-page-9 .post-5111 .entry-header {
		padding-left: 0px;
	}

	#featured-page-8 .post-5105 .entry-content,
	#featured-page-8 .post-5105 .entry-header {
		padding-right: 0px;
	}

	.home iframe {
		height: 345px;
	}

	.about_three .widget.widget_text.textwidget,
	.about_three .widget.widget_text.textwidget.cases,
	.about_three .widget.widget_text.textwidget.succ {
		width: 285px !important;
	}

}

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

	.header-image .site-title {
		padding: 5px 0;
	}

	.header-image .site-title > a {
		height: 50px;
	}

	.footer-widgets .menu li {
		display: block;
	}

	.footer-widgets .menu li a {
		border-right: 0;
		height: 35px;
		padding: 0;
	}

	.social {
		position: static;
		margin-top: 35px;
	}

}

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

	.site-footer p {
		margin-bottom: 20px;
	}

	.site-footer .nav-secondary .menu-item {
		display: block !important;
	}

	.site-footer .nav-secondary .menu-item a {
		padding: 10px 0 !important;
	}

	.home iframe {
		height:auto;
		width:auto;
	}

	#boom_bar-5157 .boom_bar-inner-container p,
	.boom_bar-text > a {
		font-size:20px !important;
		line-height:28px;
	}

	.gform_wrapper .gform_body .ginput_container > input,
	.gform_body .ginput_container > textarea,
	.gform_body .ginput_container > select {
		padding:5px !important;
		height:40px !important;
	}

	.gform_wrapper .gform_body .ginput_container > input,
	.gform_body .ginput_container > textarea,
	.gform_body .ginput_container > select,
	.gform_body .ginput_container label {
		font-size:12px !important;
	}

	.gform_body .gform_fields .gfield,
	body .gform_wrapper.gf_browser_chrome .gform_body select {
		font-size: 12px !important;
		margin:0 !important;
		padding: 2px !important;
	}

	.about_three .widget.widget_text.textwidget > p {
		font-size: 28px !important;
		width: 105px !important;
	}

	#text-5 .widget-wrap .textwidget,
	#text-7 .widget-wrap .textwidget,
	#text-8 .widget-wrap .textwidget {
		padding-left: 65px !important;
	}

	#front-page-2 .textwidget > p {
		font-size: 37px !important;
		width: 49% !important;
	}

	#text-8 .textwidget {
		padding-right: 0px;
	}

	.gform_button.button {
		background: #ed3237 none repeat scroll 0 0 !important;
		border: medium none !important;
		font-size: 25px !important;
		-webkit-text-decoration: bold;
		text-decoration: bold;
		color: #fff !important;
		margin-left: 1%;
		margin-right: 1%;
		text-transform: initial;
		width: 97%;
	}

	.front-page-4 h3.widget-title {
		font-size: 65px;
		font-size: 6.5rem;
		margin-bottom: 100px;
		letter-spacing: 1px;
	}

}
