/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

##### IMPORTANT #####

This stylesheet should only be modified, not added to. For
stuff that will only apply to this specific site, please make
the edits to the custom.css file.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Stylesheet from Genesis 2.1.2 */

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
	- Flex Grid
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

/* # 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:#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{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;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
--------------------------------------------- */

*,
input[type="search"] {
	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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background: #f0f0f0;
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	overflow-x: hidden;
}

.site-header nav .genesis-nav-menu a {
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

body:not(.fl-builder-edit) .display-none {
	display: none!important;
}

body.fl-builder-edit .display-none {
	opacity: .5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

hr {
	border:0;
	border-top: 2px solid #e5e5e5;
	border-top: 2px solid rgba(0,0,0,0.1);
	padding-top: 25px;
	margin-top: 25px;
	height:0;
}

::-moz-selection {
	background-color: #214c77;
	color: #fff;
}

::selection {
	background-color: #464646;
	color: #fff;
}
a {
	color: #00bdbd;
	text-decoration: underline;
}
a:hover {
	color: #007070;
}

.more-link-container {
	text-align: center;
	clear:both;
}

.more-link-container + p:empty,
.entry-footer p:empty{
	display:none;
}

a.more-link {
	background: #00bdbd;
	color: #fff;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform:uppercase;
	line-height: 1;
	padding: 25px 71px 26px;
	text-decoration: none;
	box-shadow: 0px -4px 0px 0px rgba(0,0,0,0.2) inset;
	background:-webkit-linear-gradient(rgba(0, 189, 189, 0.24),rgba(0,189,189,0.24)), url(../../images/blue_geometric_bg.jpg) no-repeat center center #00bdbd;
	background:linear-gradient(rgba(0, 189, 189, 0.24),rgba(0,189,189,0.24)), url(../../images/blue_geometric_bg.jpg) no-repeat center center #00bdbd;
	background-size: cover;

}
a.more-link:hover {
	color: #fff;
	box-shadow: 0px -100px 0px 0px rgba(0,0,0,0.2) inset;
}

p {
	margin: 0 0 28px;
	padding: 0;
}



ol,
ul {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: none;
}
.site-inner ul,
.site-inner ol {
	margin-left: 45px;
	margin-bottom:28px;
}
.site-inner ul,
.site-inner ul li {
	list-style-type: disc;
}

.site-inner ul li {
	margin-bottom: 10px;
}

.site-inner ol,
.site-inner ol li {
	list-style-type:decimal;
}

b,
strong {
	font-weight: 700;
}

p, body, html {
	font-weight:400;
}

small {
	font-size: 65%;
	vertical-align: middle;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	padding: 20px 0 20px 40px;
	font-weight: 300;
	font-size: 30px;
	font-style: normal;
	position: relative;
	margin: 0 0 28px;
}
/*blockquote:before {
    content: '“';
    font-size: 80px;
    display: block;
    position: absolute;
    top: 10px;
    left: 30px;
    width: 50px;
    height: 50px;
    opacity: 0.8;
}*/

blockquote:before {
	position: absolute;
	content: ' ';
	width:9px;
	height:100%;
	left:0;
	top:0;
	background-color:#00bdbd;
	border-radius: 20px;
	display:block;
}

blockquote p {
	font-weight:300;
}

/*blockquote p:first-child:before {
	content: '“';
	margin-left:-12px;
}*/

blockquote p:first-child {
	text-indent: -12px;
}

blockquote strong {
	font-size:16px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #231f20;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 28px;
	font-family: "Lato", sans-serif;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	color:#44c215;
	font-weight: 700;
}

h1 strong {
	font-weight:300;
}

h2 strong {
	font-weight:400;
}


h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
	font-weight: 400;
	/*letter-spacing: -.02em;*/
}
.entry-title {
	font-size: 30px;
}

h3 {
	font-size: 24px;
	font-weight:700;
}

h4 {
	font-size: 18px;
	font-weight:700;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
	font-weight:700;
}

h6 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight:700;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	margin-top:-20px;
}

.entry-title,
.entry-title a {
	color: #231f20;
	text-decoration: none;
}
.entry-title a:hover {
	color: #00bdbd;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}
img.circle {
	border-radius: 50%;
}

.featured-content img,
.gallery img {
	width: auto;
}

a img {
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-webkit-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
}

a:hover img {
	opacity:.7;
}

/* full width videos */
.video-wrap-container {
	margin-bottom: 30px;
}
.video-wrap-container .responsive-wrap {
	position: relative;
	padding-bottom: 56.25%;
//padding-top: 25px;
	height: 0;
}

@media screen and (min-width:768px) {
	.video-border iframe {
		border: 8px solid rgba(0,0,0,0.27);
	}
}
.video-wrap-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	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%;
}

div.gallery img {
//border: 1px solid #ddd;
	border-width: 0 !important;
	height: auto;
	padding: 1px;
}

.gallery img:hover {
//border: 1px solid #999;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #5f5f5f;
	font-size: 16px;
	font-weight: normal;
	padding: 16px 20px;
	width: 100%;
}

/* Forms */
input[type="text"],
input[type="email"],
textarea {
	box-shadow: 0px 0px 0px 0px rgba(255,255,255,.75);
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
	box-shadow: inset 0 0 0 4px rgba(255,255,255,0.25);
}

/* ## 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;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 40px;
	z-index: 3;
	position: relative;
}
.site-inner {
	padding-top: 0;
}

/* to make .primary-nav abs pos if header widget is used for text */
.site-container {
	position: relative;
	z-index:1;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
	margin-bottom: 10px;
//background-color: #fff;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Full Width Page (Beaver Builder)
-------------------------------------------- */
/* change max-width */
.fl-row-content-wrap .fl-row-fixed-width {
	max-width: 1200px;
}
@media only screen and (max-width: 960px) {
	.fl-row-content-wrap .fl-row-fixed-width {
		max-width: 800px;
	}
}
@media only screen and (max-width: 1200px) {
	.fl-row-content-wrap .fl-row-fixed-width {
		max-width: 960px;
	}
}

@media only screen and (max-width: 800px) {

	.fl-builder-full .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}
.clear {
	clear: both;
}
@media screen and (min-width: 820px) {
	.hide-for-large {
		display: none;
	}
}
@media screen and (max-width: 819px) {
	.caption_column {
		display: none !important;
	}
}


/* bootstrap modal */

.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	marign: 3px;
	border-width: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.modal-header .close:hover {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}


/* ## Flex Grid
--------------------------------------------- */

.flex-grid {
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */     /* NEW - Chrome */
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.grid-cols-2 > .grid-cell {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.grid-cols-3 > .grid-cell {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.grid-cols-4 > .grid-cell {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.grid-cols-6 > .grid-cell {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 1em);
	flex: 0 0 calc(50% - 1em);
}

.grid-cols-12 > .grid-cell {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(33.3333% - 1em);
	flex: 0 0 calc(33.3333% - 1em);
}

/* Tablet (medium) screens */
/*@media (min-width: 30em) {*/
@media (min-width: 768px) {
	.grid-cols-4 > .grid-cell {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 1em);
		flex: 0 0 calc(50% - 1em);
	}

	.grid-cols-6 > .grid-cell {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33.3333% - 1em);
		flex: 0 0 calc(33.3333% - 1em);
	}

	.grid-cols-12 > .grid-cell {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(16.6666% - 1em);
		flex: 0 0 calc(16.6666% - 1em);
	}
	.grid-cols-12 > .grid-cell {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33.3333% - 1em);
		flex: 0 0 calc(33.3333% - 1em);
	}
}
/* Large screens */
/*@media (min-width: 48em) {*/
@media (min-width: 1200px) {
	.grid-cols-2 > .grid-cell,
	.grid-cols-3 > .grid-cell,
	.grid-cols-4 > .grid-cell,
	.grid-cols-6 > .grid-cell,
	.grid-cols-12 > .grid-cell {
		flex: 1;
		-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */          /* Chrome */
		-ms-flex: 1;              /* IE 10 */
		flex: 0 0 calc(25% - 1em);
	}
	.grid-cols-12 > .grid-cell {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33.3333% - 1em);
		flex: 0 0 calc(33.3333% - 1em);
	}
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}



/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	display: none;
}
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */


.type-page > .entry-header {
	display: none;
}

.search .type-page > .entry-header {
	display:block;
}


.archive-title {
	font-size: 24px;
}

.entry-title {
	font-size: 48px;
	margin: 20px 0;
	font-weight: 300;
	line-height: 1.1;
	color: #231f20;
}

/* ## 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: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
/*
.wp-caption {
	position: relative;
}
.wp-caption:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(247,78,16,0) 0%, rgba(0,0,0,0.6) 100%);
  z-index: 1;
}
.wp-caption img {
	display: block;
}
.wp-caption-text {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	color: #fff;
	text-align: right;
	z-index: 2;
	padding: 40px;
}
.wp-caption-text > strong {
	font-weight: normal;
	font-size: 18px;
	display: block;
	text-transform: uppercase;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}*/


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.entry-header-widget {
		text-align: right;
	}
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.widget a > img,
.widget a img {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.widget a:hover > img,
.widget a:hover img {
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	filter: brightness(90%);
}

/* sidebar search widget */
.fl-module-content.fl-node-content .widget form.search-form,
.sidebar .widget form.search-form {
	position: relative;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}





/* Scrolled Secondary */
.nav-secondary {
	position: fixed;
	left: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.85);
	font-weight: 400;
	text-align: center;
	margin-top: 0;
	z-index:90;
	margin-top: -200px;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
}
.nav-secondary #menu-main-menu .logo img {
	max-width: 90px;
	padding: 0;
}
.nav-secondary #menu-main-menu .logo {
	margin-bottom: -90px;
}
.nav-secondary .genesis-nav-menu > li > a {
	color: #fff;
}
nav.nav-secondary .genesis-nav-menu li a {
	font-size: 12px;
	padding: 1rem 0.5rem;
	text-transform: uppercase;
}
.nav-secondary .genesis-nav-menu li.logo a {
	padding: .1rem 1rem .1rem 0;
	margin-right: 1.5rem;
}
.nav-secondary .logo img {
	display: block;
}
@media screen and (min-width: 960px) {
	nav.nav-secondary .genesis-nav-menu li a {
		font-size: 14px;
		padding: 1rem;
	}
}

/*scrolled*/
.nav-secondary.scrolled {
	margin-top: 0;
}



/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## H1 wrapper with backgrounds
--------------------------------------------- */
/*.site-inner,
.home.page .content .container {
	margin-top: 80px;
}*/

.entry-header-wrapper {
	width: 100%;
	overflow:hidden;
	background-color: #23bfbe;
	position:relative;
	margin-top: 0;
	min-height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding:40px 0;
	z-index:1;
}

.entry-header-wrapper .background-image-above {
	z-index:3;
	-o-box-shadow: 0 -9px 0 0 rgba(0,0,0,.14) inset;
	-ms-box-shadow: 0 -9px 0 0 rgba(0,0,0,.14) inset;
	box-shadow: 0 -9px 0 0 rgba(0,0,0,.14) inset;
}

.entry-header-wrapper .background-image {
	z-index:2;
	background: url(../../images/background-default.jpg) center center no-repeat;
	background-size:cover;
}

.entry-header-wrapper .background-image-behind {
	z-index:1;
	background-color:#23bfbe;
}

.entry-header-wrapper .background-image-above,
.entry-header-wrapper .background-image,
.entry-header-wrapper .background-image-behind {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.entry-header-wrapper .wrap {
	position: relative;
	z-index: 5;
	width:100%;
}

.entry-header-wrapper .title-wrapper {
	text-align: left;
}
.entry-header-wrapper h1 {
	color: #fff;
//display: inline-block;
	font-family: "Lato", sans-serif;
	margin: 0;
	font-size: 48px;
	line-height: 1;
	text-transform:none;
}
.entry-header-wrapper h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	margin-top: 8px;
	margin-bottom:0;
}

@media screen and (min-width: 801px) {
	.entry-header-wrapper h1 {
		font-size: 60px;
	}
}


/* ## Full Width
--------------------------------------------- */
.content-full-width .site-inner {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.content-full-width article.page {
	padding: 0;
	margin: 0;
}
.content-full-width .container {
	max-width: 1200px;
	margin: 0 auto;
//padding: 60px 0;
	padding: 60px 30px;
}
@media screen and (min-width: 768px) {
	.home.full-width-content .container {
	//margin-top: -253px;
	//position: relative;
	}
}

.home article.page {
	padding: 0;
	background-color: transparent;
	margin-bottom: 0;
}

/*@media screen and (min-width: 768px) {
	.home .site-inner {
		margin-top: 150px;
	}
}
@media screen and (min-width: 1200px) {
	.home .site-inner {
		margin-top: 100px;
	}
}*/

/* ## Entries
--------------------------------------------- */
article .featured-image-wrap img {
	display: block;
	width: 100%;
}

.entry,
html.vc_transform article.entry  {
	margin-bottom: 60px;
}

.single-podcast .entry,
.post-type-archive-podcast .entry {

}
.home .entry:first-child{
	border: none;
}

.content .entry,
.entry {
	background-color: #ffffff;
	padding: 20px;
	border-bottom: 3px solid #d6d6d6;
}
@media screen and (min-width: 481px) {
	.content .entry,
	.entry {
		padding: 40px;
	}
}
.content .entry.post {
	position: relative;
}
/*.content .entry.post:not(:last-child) {
	border-bottom: 1px solid #e3e3e3;
}*/

.single .content .entry.post {
	margin-bottom: 0;
}
.single .content .entry.post:after,
.single .content .entry.post:before {
	display: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
}

/* ordered lists */
.entry-content ol > li {
	list-style-type: decimal;
}

/* other */
.entry-content code {
	background-color: #333;
	color: #ddd;
}


/* feautred images */
.entry-image,
.featured-image img,
.wpb_text_column .entry-image:last-child {
	display:block;
	margin-bottom: 30px;
}
.has-post-thumbnail .featured-image {

	display: block;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
	padding-top: 0;
	font-weight: 700;
	color: #231f20;
	letter-spacing: .05em;
	font-weight: 400;
}

p.entry-meta .post_comments {
	display: inline-block;
	float: right;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
header.entry-header,
header.entry-header p.entry-meta {
	margin-bottom: 10px;
}

header .entry-meta .entry-time,
header .entry-meta .entry-author,
header .entry-meta .entry-categories {
	/*text-transform: uppercase;*/
}
@media screen and (min-width: 768px) {
	header .entry-meta .entry-categories {
		float: right;
	}
}

.featured-image-wrap {
	margin-bottom: 20px;
}
.featured-image-wrap,
.video-wrap-container {
//border-bottom: 10px solid #10a4bc;
}

.has-post-thumbnail.entry > a {
	float: none;
	margin: -40px -40px 0 -40px;
	display:block;
}

.home article .entry-footer,
.archive article .entry-footer {

}

.home article .entry-footer p.entry-meta + div + p,
.archive article .entry-footer p.entry-meta + div + p {
	margin:0;
}

.entry-footer .entry-meta {
	padding-top: 25px;
	margin-top: 25px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog .entry-footer .entry-meta {
//display: none;
}

.entry-footer .entry-meta .entry-tags,
.entry-footer .entry-meta .entry-categories,
.entry-footer .entry-meta .entry-terms {
	margin: 0 auto;
	display: block;
}

.entry-header .entry-meta .entry-tags a,
.entry-header .entry-meta .entry-categories a,
.entry-header .entry-meta .entry-terms a,
.entry-footer .entry-meta .entry-tags a,
.entry-footer .entry-meta .entry-categories a,
.entry-footer .entry-meta .entry-terms a {
	text-decoration: none;
//color: #10a4bc;
	padding: 3px;
}
.entry-footer .entry-meta .entry-tags a:hover,
.entry-footer .entry-meta .entry-categories a:hover,
.entry-footer .entry-meta .entry-terms a:hover {
//color: #d3da01;
}

/*.entry-categories,
.entry-tags {
	display: block;
}*/

.entry-comments-link a {
	text-decoration: none;
}

.entry-comments-link a::before {
	content: "\f101";
	margin: 0 6px 0 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 1;
	font-family: dashicons;
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	text-align: center;
	-webkit-transition: color .1s ease-in 0;
	transition: color .1s ease-in 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.archive .entry-footer,
.blog .entry-footer,
.home .entry-footer {
//display: none;
}

/* Custom Date */
/*@media screen and (max-width: 1399px) {
	article.post header.entry-header,
	article.podcast header.entry-header {
		padding-left: 100px;
	}
}
@media screen and (min-width: 1400px) {
	.entry-header .custom-date {
		margin-left: -100px;
	}
}*/

.entry-header {
	position: relative;
}



/* ## Recent Posts
--------------------------------------------- */
.recent-posts-container .entry .featured-img-wrapper {
//margin: -40px 0 -40px -40px;
}
.recent-posts-container .entry .featured-img-wrapper img {
	display: block;
}
.recent-posts-container .entry .top-player-bar {
	margin-bottom: 30px;
}


/* ## Category Navigation
--------------------------------------------- */
.menu-category-wrap ul {
	line-height: 1;
	margin-top: 30px;
}
.menu-category-wrap ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
}
.menu-category-wrap ul li a {
	color: #fff!important;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 14px;
	display: block;
	min-width: 70px;
	border: 1px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition:background-color .25s ease-in-out;
	-moz-transition:background-color .25s ease-in-out;
	-webkit-transition:background-color .25s ease-in-out;
	-o-transition:background-color .25s ease-in-out;
}
.menu-category-wrap ul li a:hover {
	background-color: rgba(255,255,255,0.2);
}


/* other category styles + icons */
a.featured-image{
	position: relative;
	z-index: 1;
}
a.featured-image img{
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
a.featured-image:hover img{
	-webkit-filter: brightness(85%);
	-moz-filter: brightness(85%);
	filter: brightness(85%);
}
a.featured-image span{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	color: #fff;
	z-index: 2;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px;
	text-align: right;
	line-height: 1;
}
a.featured-image span:before{
	display: block;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	z-index: -1;
}


.parent-category-travel a.featured-image span:before,
.category-travel a.featured-image span:before{
	border-left: 70px solid transparent;
	border-bottom: 70px solid transparent;
	border-top: 70px solid #79a753;
	border-right: 70px solid #79a753;
}
.parent-category-wisdom a.featured-image span:before,
.category-wisdom a.featured-image span:before{
	border-left: 70px solid transparent;
	border-bottom: 70px solid transparent;
	border-top: 70px solid #56a3d9;
	border-right: 70px solid #56a3d9;
}

.parent-category-travel a.featured-image span.post-icon i,
.category-travel a.featured-image span.post-icon i{
	position: absolute;
	top: 35px;
	right: 20px;
	background: url(../../images/icon-travel-ribbon@2x.png) no-repeat center center transparent;
	background-size: 28px 48.3px;
	width: 28px;
	height: 49px;
}

.parent-category-wisdom a.featured-image span.post-icon i,
.category-wisdom a.featured-image span.post-icon i{
	position: absolute;
	top: 35px;
	right: 20px;
	background: url(../../images/icon-wisdom-ribbon@2x.png) no-repeat center center transparent;
	background-size: 42px 39px;
	width: 42px;
	height: 39px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
//margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination ul {
	margin: 30px 0 0;
	text-align: center;
}
.archive-pagination li {
	display: inline;
	margin: 3px;
}

.archive-pagination li a {
	background-color: #272727;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	min-width: 34px;
	height: 34px;
	line-height: 1;
	text-align: center;
	padding: 11px 10px 10px;
	border-radius:20px;
	text-decoration: none;
	text-transform: uppercase;
}
.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a {
	border-radius:3px;
	padding: 11px 20px 10px;
	min-width: 160px;
}

.archive-pagination .active a,
.archive-pagination li a:hover {
	background-color: #00bdbd;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.archive-pagination li.pagination-previous {
		margin-right: 28px;
	}
	.archive-pagination li.pagination-next {
		margin-left: 28px;
	}

}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px;
	background: rgba(0, 0, 0, 0.05);
}

.entry-comments {
	padding: 40px;
	margin-top:40px;
}

.comment-header {
	font-size: 16px;
	position: relative;
	margin-bottom: 10px;
}

li.comment {
	background-color: #f5f5f5;
//border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	/*clear: both;*/
}


.comment-list li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}

.site-inner ol.comment-list li {
	list-style-type: none;
}

.site-inner ol.comment-list li.comment {
	background: rgba(0, 0, 0, 0.05);
	padding: 40px;
	margin: 40px 0 0 0;
}

.site-inner ol.comment-list {
	margin-left:0;
	list-style-type: none;
}

.comment-list li li {
	margin-right: -32px;
	list-style-type: none;
}
/*.comment-list li article {
    padding: 0 0 25px;
    margin: 0 0 55px;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
}*/
.comment-list li article:last-child {
	border-width: 0;
	margin-bottom: 0;
}
.comment-list li .children {
	margin: 0;
	padding: 0;
}

/*.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}*/

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

.comment-meta {
	position: absolute;
	top: 0;
	left: 138px;
	text-transform: uppercase;
	font-weight:700;
	font-size:13px;
}

.comment-author {
	padding-top: 20px;
	font-weight:300;
	font-size:30px;
}

.comment-author .says {
	font-size:20px;
	font-style:italic;
}

.comment-author .says:after {
	content: '…';
}

.comment-author a {
	text-decoration: none;
}

.comment-author .avatar {
	border-radius:100px;
	margin: -20px 16px 5px 0;
	width: 120px;
}

.comment-meta a {
	text-decoration: none;
	color:#231f20;
}

li.comment.bypostauthor {
	box-shadow: 15px 0 0 0 #44c215 inset;
}





/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar .textwidget > ul {
	margin: 0 0 28px;
}

.sidebar li {
	/*border-bottom: 1px dotted #ddd;*/
	margin-bottom: 7px;
	/*padding-bottom: 10px;*/
	list-style-type:disc;
//margin-left: 18px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget,
.fl-module-content.fl-node-content .widget {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px;
	border-bottom:3px solid #d6d6d6;
}

.after-entry.widget-area {
	padding:0 40px 40px 40px;
	background:#fff;
}

.entry-content .after-entry.widget-area {
	padding:0;
	background:transparent;
}

.after-entry.widget-area:after {
	clear: both;
	content: " ";
	display: table;
}

/*.sidebar .widget:last-child {
	margin-bottom: 0;
}*/
.sidebar input[type="search"] {
	background-color: #f0f0f0;
	border-width: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;

}
.sidebar .widgettitle,
.sidebar .widget-title,
.fl-module-content.fl-node-content .widget-title,
.fl-module-content.fl-node-content .widgettitle {
	font-size: 18px;
	text-transform: none;
	color:#fff;
	margin:-20px -20px 20px -20px;
	padding:24px 20px;
	background: url(../../images/green_geometric_bg.jpg) no-repeat center center #41c224;
	background-size: cover;
}

.sidebar .widget.no-background,
.fl-module-content.fl-node-content .widget.no-background {
	background-color: transparent;
	border: none;
	padding: 0;
}

.widget.background-orange .widgettitle,
.widget.background-orange .widget-title,
.widget.background-orange h3,
.widget.background-orange h4,
.widget.background-orange h5,
.widget.background-orange h6 {
	color: #fff;
}

.after-post-widget {
	margin-top:-60px;
}

.sidebar .widget.no-background a {
	color: #fff;
}
.no-background {
	margin-bottom: 20px;
}

.sidebar .no-background .widgettitle,
.sidebar .no-background .widget-title {
	margin: 0;
}

.sidebar .widget .sidebar-row {
	margin-left:-6px;
	margin-right:-6px;
}

.sidebar .widget .sidebar-row .sidebar-half {
	width:50%;
	float:left;
	padding:6px;
}

.sidebar .widget .sidebar-row .sidebar-half img {
	display:block;
}

.after-post-cta p {
	line-height: 1.1;
}
.background-green #after-post-cta  .button {
	background-color: #556272 !important;
	padding: 11px 24px;
}
.background-green #after-post-cta  .button:hover {
	color: #fff;
}


@media screen and (max-height: 850px) {
	.sticky-wrapper .widget .sidebar-row .sidebar-half {
		width: 25%;
	}
	.sticky-wrapper .textwidget .sidebar-row:nth-child(3) > .sidebar-half,
	.sticky-wrapper .textwidget .sidebar-row:nth-child(3) > .first {
	//margin-left: 2.564102564102564% !important;
	}
	.sticky-wrapper .textwidget .sidebar-half {
		clear: none !important;
	}


	.sticky-wrapper .textwidget .row:nth-child(3) {
		margin-top: -15px;
	}
	.sticky-wrapper .row:before,
	.sticky-wrapper .row:after {
		clear: none !important;
	}
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets {
	background: url(../../images/footer_widgets_bg.jpg) no-repeat bottom center, #2D2D2D;
	background-size:cover;
	clear: both;
	padding: 50px 0 30px 0;
	margin-top: 60px;
	margin-top:0;
	-o-box-shadow:0 2000px 0 0 rgba(0,0,0,.7) inset, 0 10px 0 0 rgba(0,0,0,.3) inset;
	-ms-box-shadow:0 2000px 0 0 rgba(0,0,0,.7) inset, 0 10px 0 0 rgba(0,0,0,.3) inset;
	box-shadow:0 2000px 0 0 rgba(0,0,0,.7) inset, 0 10px 0 0 rgba(0,0,0,.3) inset;
	color:#fff;
}

.footer-widgets .widget {
	margin-bottom: 20px;
}

.footer-widgets .widget-title,
.footer-widgets .widgettitle {
	font-size: 18px;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}
.footer-widgets a {
	color: #fff;
}
.footer-widgets li {
	border-width: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets ul.menu ul {
	display: none;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	width: 100%;
	text-align: center;
}

.footer-widgets .menu li,
.site-footer .widget_nav_menu li{
	border-bottom-width: 0;
	display: inline-block;
	font-size: 12px;
	padding-bottom: 0;
	margin: 0 5px 0;
	text-transform: uppercase;
}

/*@media only screen and (max-width: 960px){
	.footer-widgets .menu li, .site-footer .widget_nav_menu li {
		display:block;
	}
}*/

.footer-widgets .menu a,
.site-footer .widget_nav_menu a {
	display: inline-block;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	padding: 0.6em;
	text-decoration: none;
}
.footer-widgets .menu a:hover,
.site-footer .widget_nav_menu a:hover {
	color: #00bdbd;
}

.footer-widgets img {
	max-width:220px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */


.site-footer {
	text-align:center;
	background: url(../../images/nav_footer_bg.jpg) no-repeat bottom center, #13a91b;
	background-size:cover;
	clear: both;
	padding: 0px 0 30px 0;
	margin-top: 60px;
	margin-top:0;
	color:#fff;
}

.site-footer .widget_nav_menu:before {
	content: " ";
	display: block;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:112px;
	background: url(../../images/footer_logo.png) no-repeat center left;
	background-size:contain;
}

.site-footer .widget.widget_nav_menu {
	padding-left: 120px;
	position: relative;
	margin: 0;
	text-align: right;
}

.site-footer .widget.widget_nav_menu ul {
	margin:0;
}

.site-footer a {
	color:#fff;
	font-weight:700;
	text-decoration: none;
}

.footer_text, .footer_credit {
	text-transform: uppercase;
}

.footer_text {
	font-size:14px;
}

.footer_credit {
	margin-top:15px;
	font-size:13px;
}

.site-footer .footer_top {
	background: rgba(0,0,0,.22);
	padding: 10px 0;
}

.site-footer .footer_bottom {
	background:rgba(20,83,106,.24);
	padding:50px 0;
	margin-bottom:-30px;
}

.site-footer nav.wrap {
	padding: 0;
}

.site-footer .widget {
	margin-bottom:40px;
}

footer .footer-menu-container .genesis-nav-menu a,
.site-footer .widget_nav_menu a {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 30px 40px;
	text-transform: uppercase;
	text-decoration: none;
}
footer .footer-menu-container .genesis-nav-menu a:hover,
.site-footer .widget_nav_menu a:hover {
	color: #000;
//text-decoration: underline;
}

.site-footer p {
	margin-bottom: 0;
}
/* 2 column socket */

@media screen and (max-width: 1200px) {
	footer .genesis-nav-menu li {
		float: none !important;
	}
	footer .saf-container.saf-alignright {
		text-align: center;
	}
	footer  .copy img {
		float: none !important;
		text-align: center;
	}
	footer .right-col {
		margin-bottom: 20px;
	}
	footer .right-col .menu {
		text-align: center !important;
	}
	footer .right-col .menu li {
		margin-bottom: 10px;
	}
	footer .left-col {
		text-align: center;
	}
}
@media screen and (min-width: 1201px){
	footer .left-col {
		margin-right: 2%;
		float: left;
		width: 38%;
		padding: 10px 0;
	}
	footer .right-col {
		margin-left: 0;
		float: right;
		clear: both;
		width: 60%;
	}
}

footer .copy p {
	padding-bottom: 0 !important;
}

/* Footer nav */
.site-footer .genesis-nav-menu ul {
	float: right;
}
.site-footer .genesis-nav-menu li {
	display: inline-block;
	line-height: 1.4;
	float: none;
}
.footer-menu-container .menu {
	margin: 0;
}

.footer-menu-container .genesis-nav-menu a {
	color:#fff;
	font-size: 12px;
	padding: 0 1rem;
}

.footer-menu-container .genesis-nav-menu a:hover,
.footer-menu-container .genesis-nav-menu .current-menu-item > a,
.footer-menu-container .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background:transparent;
	color: #fff;
	text-decoration: none;
}


.footer-menu-container .genesis-nav-menu .menu-item {
	font-size: 17px;
}




/* # Widget styles
---------------------------------------------------------------------------------------------------- */
/* Above footer optin widget */
.widget-area.footer-optin-widget {
	background: url(../../images/background-footer-optin.jpg) no-repeat right center #634e3a;
	padding:50px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	background-size: cover;
}
.widget-area.footer-optin-widget .widgettitle,
.widget-area.footer-optin-widget .widget-title,
.widget-area.footer-optin-widget h4 {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 20px;
}
.widget-area.footer-optin-widget a.button {
	background-color: #79a753;
	padding: 13px 30px;
}
.widget-area.footer-optin-widget a.button:hover {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.widget-area.footer-optin-widget .widgettitle,
	.widget-area.footer-optin-widget .widget-title,
	.widget-area.footer-optin-widget h4,
	.widget-area.footer-optin-widget,
	.widget-area.footer-optin-widget p {
		text-align: center;
	}
	.widget-area.footer-optin-widget a.button {
		margin: auto;
		display: block;
	}
}

/* # Widget styles
---------------------------------------------------------------------------------------------------- */


/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle,
.menu-toggle-container{
	display: none;
	visibility: hidden;
}

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 768px) {

	nav {
		display: block;
	}
}

/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */

@media only screen and (max-width: 960px) {
	.menu-toggle-container,
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
	//font-size: 20px;
		font-size: 34px;
		font-weight: 400;
	//margin: 15px auto;
		margin: 0;
		overflow: hidden;
		padding: 10px 13px 12px 13px;
	//padding: 0;
		text-align: center;
		visibility: visible;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		line-height: 34px;
		border-width: 0;
		position: absolute;
		top: 15px;
		right: 0;
		padding-right:5%;

	}
	.scrolled .menu-toggle,
	.scrolled .sub-menu-toggle {
		margin: 2px auto;
	}
	.nav-primary .genesis-nav-menu li.float-right {
		margin-top: 0;
	}
	.site-header .menu .login {
		border-width: 0;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent;
		color: #fff;
	//border: 1px solid #fff;
		transition:background-color .25s ease-in-out;
		-webkit-transition:background-color .25s ease-in-out;
		transition:border-color .25s ease-in-out;
		-moz-transition:border-color .25s ease-in-out;
		-webkit-transition:border-color .25s ease-in-out;
		-o-transition:border-color .25s ease-in-out;
	}
	button.sub-menu-toggle {
		color: #fff;
	}

	button.menu-toggle:hover,
	button.sub-menu-toggle:hover,
	button.menu-toggle,
	button.sub-menu-toggle {
		background-color:transparent;
		outline-width: 0;
		box-shadow: none;
	}

	.sub-menu-toggle {
		padding: 18px;
		padding: 0.6rem 0;
		width: 54px;
		position: absolute;
		right: 0;
		top: 0;
	}

	/*.menu-toggle:before {
		content: "\2261";
	}*/
	/*.menu-toggle:before {
		content: "☰";
		color:#fff;
	}*/

	/*.menu-toggle.activated:before {
		content: "\2191";
	}*/
	/*.menu-toggle.activated:before {
       content: "\2715";
   }*/

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.activated:before {
		content: "-";
	}

	nav {
		display: none;
		position: relative;
	}
	footer nav {
		display: block;
	}

	.genesis-nav-menu .menu-item {
		background-color: transparent;
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu a {
		color:#333;
	}

	.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		color:#000;
	}

	.header-image .site-title > a {
		background-position:center;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #fff;
	}

	.manifesto-container {
		padding:0 5%;
	}

}






/* # Woocommerce
---------------------------------------------------------------------------------------------------- */
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
	margin-left:12px!important;
	margin-right:12px!important;
}

.woocommerce ul.products li.product .button {
	margin-bottom:12px;
}






/* # Misc
---------------------------------------------------------------------------------------------------- */
.type-page .entry-content + a {
	display:none;
}

.entry-content p:last-child,
.more-link-container {
	margin-bottom: 0;
}




/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}
	.site-header .widget-area {
		width: 780px;
	}
	.site-header .menu a {
		padding: 1.5rem 0.6rem;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}
@media only screen and (max-width: 1024px) {
	.site-header .widget-area {
		width: 100%;
	}
}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
	//padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.header-image .site-title > a {
		background-position:center;
	}

}

@media screen and (max-width: 1200px) {
	.site-header ul.genesis-nav-menu {
	//float: right !important;
	//text-align: right;
	}
	.genesis-nav-menu li {
	//float: left !important;
	//text-align: right;
	}
}

@media only screen and (max-width: 800px) {

	.entry-content .alignright, .entry-content .alignleft {
		max-width:50%;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
	//padding: 20px 0;
	}
	.site-header {
	//padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.entry-header-wrapper {
		min-height:120px;
	}

	.entry-header-wrapper .title-wrapper {
		bottom:45px;
	}

	.footer-widgets .wrap:before {
		background: url(../../images/footer_logo@2x.png) no-repeat top center;
		background-size:contain;
	}

}

@media only screen and (max-width: 480px) {
	.entry-title {
		font-size: 22px;
	}
}





/*===========================================================
Smart Track Player CSS
===========================================================*/
body .top-player-bar .smart-track-player {
	margin-top:0;
}

.top-player-bar {
	margin:-40px -40px 40px -40px;
}

.spp-track .spp-loaded-container {
	background:url(../../images/noise_texture.png) repeat top center, -webkit-linear-gradient( 32deg, rgba(13,39,161,0.82) 0%, rgba(67,255,255,0.82) 100%), #043b7a!important;
	background:url(../../images/noise_texture.png) repeat top center, -webkit-linear-gradient( 58deg, rgba(13,39,161,0.82) 0%, rgba(67,255,255,0.82) 100%), #043b7a!important;
	background:url(../../images/noise_texture.png) repeat top center, linear-gradient( 32deg, rgba(13,39,161,0.82) 0%, rgba(67,255,255,0.82) 100%), #043b7a!important;
}

.spp-show-logo {
	background: url(../../images/noise_texture.png) repeat top center, rgb(15, 51, 82)!important;
}

.spp-track .spp-loaded {
	background: rgba(0, 0, 0, 0.15)!important;
}

.spp-progress .spp-seek-time {
	background: #165ba9!important;
}

.spp-progress .spp-current-time {
	background: rgba(0, 0, 0, 0.2)!important;
}