/* @override 
	http://wpdev.io/flatsixes/wp-content/themes/flatsixes/style.css?ver=1.0.0 */

/*
	Theme Name:  FlatSixes
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Jared Atchison
	Author URI:  http://www.jaredatchison.com
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


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

/* Baseline Normalize - normalize.css v3.0.1 | 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,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:700}dfn{font-style:italic}h1{font-size:2em;margin:.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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-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]{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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


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

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

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

.clearfix: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: #fff;
	color: #000;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

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

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

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

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

a:hover {
	color: #000;
}

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

strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solid #efefef;
	margin: 0 0 40px 40px;
	font-style: italic;
	padding: 0 0 0 20px;
	font-weight: 700;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}


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

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

h1,
body header h1 {
	font-family: "futura-pt", Helvetica, Arial, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}

h2 {
	font-family: "futura-pt", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: italic;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 24px;
	font-style: italic;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 20px;
	font-style: italic;
}

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

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

img {
	height: auto;
	max-width: 100%;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

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

.input-large {
	font-size: 18px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

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

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

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder { 
	color:transparent; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover,
.blog-archive .pagination .alignright a,
.blog-archive .pagination .alignleft a,
.mobile.blog-archive .archive-pagination .pagination-next a {
	background-color: #e55625;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
	letter-spacing: 0.05em	;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

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

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large {
	font-size: 28px;
	padding: 10px 20px;
}

.button.button-small {
	font-size: 13px;
	padding: 8px;
}

.button.button-mini {
	font-size: 11px;
	padding: 5px 8px;
}

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

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

.search-form {
	max-width: 500px;
}

.search-form input[type="search"] {
	max-width: 300px;
}



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

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

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

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

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

.gallery {
    margin: 0 auto 40px;
    overflow: hidden;
    width: 100%;
}

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

.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 img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

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

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}


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

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

.site-container {
	background: #fff;
}

.wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}

.site-inner {
	clear: both;
	padding: 50px 0;
}

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

/* Content */

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

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

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

/* Primary Sidebar */

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

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

/* 
 * Column Classes 
 *
 * Width: 1140px
 * Gutter: 30px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.6315789473684%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.684210526316%;
}
 
.one-third,
.two-sixths {
	width: 31.578947368421%;
}
 
.four-sixths,
.two-thirds {
	width: 65.789473684211%;
}
 
.one-fourth {
	width: 23.026315789474%;
}
 
.three-fourths {
	width: 74.342105263158%;
}
 
.one-fifth {
	width: 17.894736842105%;
}
 
.two-fifths {
	width: 38.421052631579%;
}
 
.three-fifths {
	width: 58.947368421053%;
}
 
.four-fifths {
	width: 79.473684210526%;
}
 
.one-sixth {
	width: 14.473684210526%;
}
 
.five-sixths {
	width: 82.894736842105%;
}
 
.first {
	clear: both;
	margin-left: 0;
}


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

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

.avatar {
	float: left;
}

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

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

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

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

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

.alignright {
	float: right;
}

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.site-header {
	background-color: #fff;
	min-height: 185px;
}

.title-area {
	float: left;
	width: 432px;
	margin: 56px 0 0;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	background: url(images/logo.png) no-repeat;
	background-size: contain;
	display: block;
	height: 96px;
	text-indent: -9999em;
	width: 432px;
}

.header-widget-area {
	float: right;
	text-align: right;
	max-width: 740px;
	padding-top: 5px;
}

.header-widget-area .g-8 {
	margin: 25px 0;
}

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

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

.logged-in .nav-primary.fixed {
	top: 32px;
}

.nav-primary.fixed {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 999;
}

.nav-primary.fixed .logo-horizontal {
	float: left;
	display: block;
	background: url(images/logo-white.png) top left no-repeat;
	background-size: contain;
	text-indent: -9999px;
	width: 300px;
	height: 40px;
	margin: 12px 0 0 10px;
}

.nav-primary.fixed .menu-item.right {
	display: none;
}

.nav-primary.fixed .genesis-nav-menu {
	float: right;
	clear: none;
	width: auto;
}

.nav-primary {
	background: #000;
	font-family: 'futura-pt', serif;
	font-weight: 500;
	font-size: 17px;
}

.nav-primary .genesis-nav-menu {
	clear: both;
	color: #fff;
	line-height: 1;
	width: 100%;
}

.nav-primary .genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
}

.nav-primary .genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 22px 18px;
	position: relative;
}

.nav-primary .genesis-nav-menu .menu-item:hover > a,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	/*color: #e55625;*/
}

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

.nav-primary .genesis-nav-menu > .menu-item > a::after {
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: 13px;
	vertical-align: top;
	margin: 0 0 0 5px;
	display: inline-block;
}

.nav-primary .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: 270px;
	z-index: 99;
	background: #fff;
	border: 1px solid #000;
	border-top: 0;
	padding: 10px 0;
}

.nav-primary .genesis-nav-menu .sub-menu .menu-item {
	float: none;
	width: 100%;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	border-top: none;
	font-size: 15px;
	padding: 10px 20px;
	position: relative;
	width: 100%;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-weight: 6;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #e55625;
}

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

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

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

.nav-primary .genesis-nav-menu .menu-item.right {
	float: right;
	background: #e55625;
	width: 250px;
	padding: 11px 14px 10px 14px;
}

.nav-primary .genesis-nav-menu .menu-item.right form {
	background: #fff;
	overflow: auto;
	height: 40px;
}

.nav-primary .genesis-nav-menu .menu-item.right input[type=email],
.nav-primary .genesis-nav-menu .menu-item.right input[type=text] {
	border: none;
	float: left;
	width: 80%;
	height: 40px;
	box-shadow: none;
	font-weight: 400;
}

.nav-primary .genesis-nav-menu .menu-item.right button {
	float: right;
	height: 40px;
	color: #000;
	background: #fff;
}

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

.header-widget-area .nav-header {
	clear: both;
	text-align: right;

}

.nav-header .genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1;
	width: 100%;
}

.nav-header .genesis-nav-menu .menu-item {
	display: inline-block;
	list-style: none;
}

.nav-header .genesis-nav-menu .menu-item:last-of-type > a {
	border: 0;
}

.nav-header .genesis-nav-menu a {
	border: none;
	border-right: 1px solid #999;
	color: #e55625;
	display: block;
	font-weight: 700;
	padding: 0 10px 0 6px;
	position: relative;
}

.nav-header .genesis-nav-menu .menu-item:hover > a,
.nav-header .genesis-nav-menu .current-menu-item > a,
.nav-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

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

.nav-header .genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	text-align: left;
	margin-left: -5px;
}

.nav-header .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 10px;
	position: relative;
	width: 200px;
}

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

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

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


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

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

.entry {
	margin-bottom: 40px;
}

.entry-header .entry-title {
	font-size: 34px;
	font-weight: 500;
	font-style: normal;
	margin: 0 0 10px 0;
}

.entry-header .entry-title a {
	color: #000;
}

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 40px;
}

.entry-content ol {
	margin-left: 60px;
}

.entry-content ul {
	margin-left: 30px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

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

.entry-content ul li {
	list-style-type: none;
	background: url(images/unordered.png) 0 7px no-repeat;
	padding-left: 30px;
}

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

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled li,
.entry-content ol.list-unstyled li,
.entry-content .gform_wrapper ul li {
	list-style: none;
	background: none;
}

.entry-meta {
	color: #999;
	margin-bottom: 24px;
	clear: both;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 24px 0;
}

.entry-meta .entry-time,
.entry-meta .entry-categories,
.entry-meta .entry-author {
	display: inline-block;
	margin-right: 20px;
}

.entry-meta .fa {
	margin-right: 5px;
}

.entry-footer {
	clear: both;
}

/* Entry Navigation
--------------------------------------------- */

.pagination {
	clear: both;
	font-size: 18px;
	margin: 40px 0;
	text-align: center;
	line-height: 1;
	font-family: 'futura-pt', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.adjacent-entry-pagination {
	overflow: hidden;
}

.pagination.entry-pagination {
	margin: 10px 0 30px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	color: #e55625;
	cursor: pointer;
	display: inline-block;
	padding: 12px 8px;
}

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

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

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.entry-comments {
}

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

.comment-respond .required {
	color: #660000;
}

.comment-respond p {
	margin: 0 0 20px 0;
}

.comment-respond p:last-of-type,
.comment-respond .form-submit {
	margin: 0;
}

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

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

.comment-list .comment-respond {
	padding: 10px 20px;
	background: #f9f9f9;
}

.comment-list .comment-respond p {
	margin: 0 0 10px;
}

.comment-list .comment-respond textarea {
	height: 160px;
}

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

.comment-list li {
	margin: 0;
	padding: 0;
}

.comment-list li article {
	margin: 0 0 40px 0;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #057f6e;
	padding-top: 40px;
}

.comment-list li.depth-1:first-of-type {
	padding-top: 10px;
}

.comment-list li.depth-2 {
	margin: 0 0 0 50px;
	border-left: 4px solid #efefef;
	padding-left: 50px;
}

.comment-list li.depth-3,
.comment-list li.depth-4,
.comment-list li.depth-5 {
	margin: 0;
	border-left: 4px solid #efefef;
	padding-left: 50px;
}

.comment .comment-header {
	margin: 0 0 20px 0;
}

.comment .avatar {
	margin: 0 15px 0 0;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	border: 1px solid #057f6e;
}

.comment .says {
	font-weight: 400;
}

.comment .comment-author {
	color: #202526;
	font-size: 26px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px 0;
}

.comment .comment-meta  {
	color: #999;
	font-family: 'futura-pt', sans-serif;
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

.comment .comment-meta a {
	color: #838d8f;
}

.comment .comment-content p {
	margin: 0 0 20px 0;
}

.comment .comment-content p:last-of-type {
	margin: 0;
}

.comment .comment-reply {
	overflow: auto;
	text-align: right;
}

.comment .comment-reply-link {
	display: block;
	float: right;
	font-size: 16px;
	margin: 10px 0 0 0;
}

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

.bypostauthor > article,
#comment-83699 > article {
	background: #efefef;
	padding: 20px;
}

#reply-title,
.comment-heading {
	font-size: 34px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'futura-pt', serif;
}


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

.sidebar {
}

.content-before-widget,
.content-after-widget {
	text-align: center;
}

.content-before-widget {
	margin: 0 0 30px 0;
}


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

.sidebar-primary .widget-title,
.footer-widgets .widget-title  {
	background: #037567;
	color: #fff;
	font-style: normal;
	font-size: 17px;
	line-height: 1;
	padding: 12px 20px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.sidebar-primary .widget {
	margin: 0 0 40px 0;
}

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

.sidebar-primary .sidebar-featured-post {
	margin: 0 0 34px 0;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 700;
}

.sidebar-primary .sidebar-featured-post img {
	margin: 0 auto 16px auto;
	display: block;
}

.sidebar-primary .sidebar-featured-post h6 {
	line-height: 1.2;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
}

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

.footer-widgets .footer-featured-post {
	margin: 0 0 20px 0;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 700;
}

.footer-widgets .footer-featured-post h6 {
	line-height: 1.2;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
}

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

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

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

/* Search widget
--------------------------------------------- */

.widget_search form {
	border: 1px solid #000;
	overflow: auto;
	position: relative;
}

.widget_search form::after {
	content: "\f002";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 10%;
	text-align: center;
	line-height: 35px;
}

.widget_search form input[type=search],
.widget_search form input[type=text] {
	width: 90%;
	float: left;
	box-shadow: none;
	border: none;
}

.widget_search form input[type=submit] {
	color: #000;
	background: none;
	border: none;
	width: 10%;
	float: right;
	text-indent: -9999px;
	position: relative;
	z-index: 10;
}


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

.footer-widgets .wrap {
	border-top: 1px solid #037567;
	padding: 40px 20px 20px 20px;
}

.footer-widgets .widget-area {
	float: left;
	padding: 0 20px;
	width: 33.3333%;
}

.footer-widgets .widget-area.footer-widgets-3 {
	padding-right: 0;
}

.footer-widgets .widget-area.footer-widgets-1 {
	padding-left: 0;
}

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

.footer-widgets .widget-area .widget:last-of-type {
	margin-bottom: 0;
}

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

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

.footer-widgets .tp_recent_tweets li {
	margin: 0;
}

.footer-widgets .display-posts-listing {
	line-height: 1.4;
	font-weight: 700;
}

.footer-widgets .display-posts-listing li {
	margin: 0 0 20px 0;
}

.footer-widgets .social-icons a {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	background: #e55625;
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin: 0 20px 0 0;
}


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

.site-footer {
	background-color: #000;
	color: #fff;
	padding: 40px 0 20px 0;
	text-transform: uppercase;
	font-family: 'Futura PT', sans-serif;
	letter-spacing: 1px;
	font-size: 15px;
}

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

.site-footer .social-icons {
	color: #fff;
	text-align: right;
	font-size: 22px;
}

.site-footer .social-icons a {
	color: #fff;
	display: inline-block;
	margin: 0 0 0 12px;
}

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

.site-footer .left {
	float: left;
}

.site-footer .right {
	float: right;
	text-align: right;
}

/* Single Post elements
---------------------------------------------------------------------------------------------------- */

/* Ad bottom */

.single .content-after-widget {
	text-align: center;
	margin: 0 0 40px 0;
}

/* Sharing */

.content-after-sharing {
	text-align: center;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	margin: 0 0 40px 0;
}

.content-after-sharing a:hover {
	background: #000;
	color: #fff;
}

.content-after-sharing .line-1 a {
	color: #fff;
	font-size: 20px;
	width: 300px;
	display: inline-block;
	padding: 18px 10px 10px 10px;
	margin: 0 10px 10px 10px;
}

.content-after-sharing .line-1 .count {
	font-weight: 300;
	font-size: 16px;
	display: block;
	padding: 0 0 10px 0;
	line-height: 1;
}

.content-after-sharing .facebook {
	background: #3b5998;
}

.content-after-sharing .twitter {
	background: #55acee;
}

.content-after-sharing .facebook .fa,
.content-after-sharing .twitter .fa {
	font-size: 34px;
}

.content-after-sharing .line-2 a {
	display: inline-block;
	width: 125px;
	font-size: 18px;
	color: #fff;
	padding: 5px 0 0 0;
	margin: 10px 10px 0 10px;
}

.content-after-sharing .line-2 a .fa {
	font-size: 24px;
}

.content-after-sharing .google {
 	background: #dd4b39;
}

.content-after-sharing .reddit {
 	background: #5f99cf;
}

.content-after-sharing .linkedin {
 	background: #0177b5;
}

.content-after-sharing .pinterest {
 	background: #cb2027;
}

/* Prev/Next Navigation */

.content-after-nav {
	margin: 0 0 40px 0;
	overflow: auto;
}

.content-after-nav .left {
	float: left;
	width: 40%;
}

.content-after-nav  .line-1 {
	font-family: 'futura-pt', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.content-after-nav .right {
	float: right;
	width: 40%;
	text-align: right;
}

.content-after-nav  .line-2 {
	line-height: 1.3;
}

.content-after-nav  .line-2 a {
	color: #000;
}

.content-after-nav .left .line-2 {
	padding-left: 30px;
}

.content-after-nav .right .line-2 {
	padding-right: 30px;
}

/* Newsletter */

.content-after-newsletter {
	background: #e55625;
	margin: 0 0 60px 0;
	overflow: auto;
	padding: 50px 0;
	line-height: 1;
	text-align: center;
	color: #fff;
}

.content-after-newsletter .line-1 {
	font-family: 'futura-pt', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.content-after-newsletter .line-2 {
	font-size: 21px;
	margin: 0 0 15px 0;
}

.content-after-newsletter .line-2 em {
	font-weight: 700;
}

.content-after-newsletter form {
	max-width: 510px;
	margin: 0 auto;
	overflow: auto;
}

.content-after-newsletter form input[type=email],
.content-after-newsletter form input[type=text] {
	float: left;
	width: 68%;
	height: 54px;
	font-size: 18px;
}

.content-after-newsletter form input[type=submit] {
	color: #e55625;
	background: #fff;
	float: right;
	width: 28%;
	height: 54px;
	font-family: 'futura-pt', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
}

/* Related */

.content-after-related {
	position: relative;
	border: 1px solid #057f6e;
	margin: 0 0 40px 0;
	padding: 50px 20px 40px 20px;
}

.content-after-related .brandmark {
	width: 80px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -40px;
}

.content-after-related h5 {
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 24px 0;
}

.content-after-related .post,
.content-after-related div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	float: left;
	width: 20%;
	padding: 0 8px;
	opacity: 1;
	margin: 0;
	clear: none !important;
}

.content-after-related .post img,
.content-after-related div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img {
	display: block;
	margin: 0 auto 20px auto;
}

.content-after-related .post h6,
.content-after-related div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post .post h4 {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-style: normal;
	margin: 0;
}

.content-after-related div#jp-relatedposts {
	margin: 0;
	padding: 0;
}

.content-after-related div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post .jp-relatedposts-post-context {
	display: none;
}

.content-after-related div.jp-relatedposts-items {
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}

/* Side share */

.side-sharing {
	position: fixed;
	top: 296px;
	left: 0;
	width: 65px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.side-sharing p {
	line-height: 1;
	margin: 0 0 4px 0;
	font-size: 15px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	background: #e55625;
	padding: 10px 0;
}

.side-sharing p .small {
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
}

.side-sharing p .count {
	display: block;
	padding: 10px 0 0 0;
}

.side-sharing a {
	display: block;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	padding: 10px 0 8px 0;
	margin: 0 0 4px 0;
}

.side-sharing .facebook {
	background: #3b5998;
}

.side-sharing .twitter {
	background: #55acee;
}

.side-sharing .google {
	background: #dd4b39;
}

.side-sharing .reddit {
	background: #5f99cf;
}

.side-sharing .linkedin {
	background: #0177b5;
}

.side-sharing .pinterest {
	background: #cb2027;
}

.side-sharing a:hover {
	background: #000;
	color: #fff;
}


/* Archives / Home
---------------------------------------------------------------------------------------------------- */

.archive-title {
	font-size: 26px;
	margin: 0 0 40px;
}

.blog-archive .post,
.blog-archive [class*="index-ad-slot-"] {
	padding: 0 0 40px 0;
}
.blog-archive .post {
	border-bottom: 1px solid #037567;
	margin: 0 0 40px 0;
}

.blog-archive  .post img.alignleft {
	margin: 10px 40px 0 0;
}

.blog-archive  .post .button.more-link {
	line-height: 1;
	padding: 12px 13px 10px 13px;
	font-size: 15px;
	margin: 20px;
}

.blog-archive  .post .entry-content p {
	margin: 0;
}

.blog-archive  .entry-footer {
	text-align: center;
	padding: 40px 0 0;
}

.blog-archive  .entry-footer img {
	display: block;
	margin: 0 auto;
}

.block-title {
	background: #037567;
	color: #fff;
	font-style: normal;
	font-size: 17px;
	line-height: 1;
	padding: 12px 20px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.blog-archive  .popular-posts {
	margin: 0 0 2px 0;
}

.blog-archive  .post-popular img {
	display: block;
	margin: 0 auto 20px auto;
}

.blog-archive  .post-popular h6 {
	font-style: normal;
	font-size: 15px;
	margin: 0;
}

.blog-archive  .post-popular {
	margin-bottom: 40px;
}

.blog-archive  .content-before-widget {
	margin: 0 0 40px 0;
}

.blog-archive  .recent-posts {
	margin-bottom: 40px;
}

.home.blog-archive .entry-footer {
	padding: 0;
}

.blog-archive .search-title {
	margin-bottom: 40px;
}

.all-models {
	padding: 0;
	margin: 0;
	border:1px solid #ddd;
	padding:10px 20px;
	margin-bottom:30px;
	-webkit-column-count:3;   
	-moz-column-count:3;
	-ms-column-count:3;
	-o-column-count:3;
	column-count:3;
}

.all-models li {
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.2;
	display: inline-block;
	width: 100%;
}


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

.search-template .content .block {
	border: 1px solid #000;
}

.search-template .content .block .inner {
	padding: 15px 20px;
}

.search-template .content h1 {
	text-align: center;
	font-size: 34px;
	margin: 0 0 10px 0;
}

.search-template .content h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	font-family: 'proxima-nova';
	text-transform: none;
	font-style: normal;
	margin: 0 0 40px 0;
}

.search-template .content form.search-form {
	text-align: center;
	width: 100%;
	max-width: 100%;
	margin: 0 0 50px 0;
}

.search-template .content ul {
	padding: 0;
	margin: 0;
}

.search-template .content ul li {
	background: none;
	list-style: none;
	padding: 6px 0;
	margin: 0;
	line-height: 1.3;
}

.search-template .content .row {
	overflow: hidden;
	margin: 0 0 20px 0;
}

.search-title-block {
	background: #000;
	color: #fff;
	font-style: normal;
	font-size: 17px;
	line-height: 1;
	padding: 12px 20px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.search-template .row-2 .block-1 ul,
.search-template .row-4 .block-2 ul {
	-webkit-column-count:2;   
	-moz-column-count:2;
	-ms-column-count:2;
	-o-column-count:2;
	column-count:2;
}

.search-template .row-3 .block ul {
	-webkit-column-count:4;   
	-moz-column-count:4;
	-ms-column-count:4;
	-o-column-count:4;
	column-count:4;
}

.search-template .row-2 .block-1 ul li,
.search-template .row-3 .block ul li,
.search-template .row-4 .block-2 ul li  {
	display: inline-block;
	width: 100%;
}


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

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

	.mobile-show {
		display: none;
	}
}

@media only screen and (max-width: 1400px) {
	body {
		/*border-top: 1px solid green;*/
	}
	
	.side-sharing {
		display: none;
	}
	
}

@media only screen and (max-width: 1282px) {
	body {
		/*border-top: 1px solid green;*/
	}

	.wrap {
		width: 1180px;
	}
	
	.title-area {
		width: 380px;
	}
	
	.site-title a {
		width: 380px;
	}
	
	.content {
		width: 728px;
	}
	
	.blog-archive .post img.alignleft {
		margin: 10px 20px 0 0;
	}
	
	.blog-archive .post .button.more-link {
		margin: 10px 0 0 0;
	}
	
	.nav-primary .genesis-nav-menu a {
		padding: 22px 14px;
	}
	

}

@media only screen and (max-width: 1180px) {
	
	body {
		background: #fff !important;
		min-width: 1120px;
	}
	
	.title-area {
		width: 330px;
	}
	
	.site-title a {
		width: 330px;
	}
	
	.content,
	.sidebar-primary {
		overflow: hidden;
	}
	
	.wrap {
		max-width: 1120px;
		width: 1120px;
		overflow: hidden;
	}
	
	.sidebar {
		width: 330px;
	}
	
	.nav-primary .genesis-nav-menu > .menu-item > a::after  {
		display: none;
	}
}

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

	.wrap {
		max-width: 960px;
	}

}*/

/*@media only screen and (max-width: 959px) {

	.wrap {
		max-width: 767px;
	}
}

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

	.content,
	.sidebar-primary,
	.footer-widgets .widget-area,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.mobile-hide {
		display: none;
	}

	.title-area,
	.header-widget-area {
		float: none;
		margin: 0 auto;
	}
	
	.wrap {
		padding: 0 20px;
	}

}*/