/* 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
---------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: 'Gotham Book';
	/*src: url('../webfonts/Gotham-Book.ttf') format('truetype');*/

	src: url('../webfonts/GothamBook.eot');
	src: url('../webfonts/GothamBook.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/GothamBook.woff') format('woff'),
		url('../webfonts/Gotham-Book.ttf') format('truetype');


	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Medium';
	/*src: url('../webfonts/GOTHAM-MEDIUM.TTF') format('truetype');*/

	src: url('../webfonts/GothamMedium.eot');
	src: url('../webfonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/GothamMedium.woff') format('woff'),
		url('../webfonts/GOTHAM-MEDIUM.TTF') format('truetype');

	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Bold';
	/*src: url('../webfonts/GOTHAM-BOLD.TTF') format('truetype');*/

	src: url('../webfonts/GothamBold.eot');
	src: url('../webfonts/GothamBold.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/GothamBold.woff') format('woff'),
		url('../webfonts/GOTHAM-BOLD.TTF') format('truetype');

	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Black';
/*	src: url('../webfonts/GOTHAM-BLACK.TTF') format('truetype');*/

	src: url('../webfonts/GothamBlack.eot');
	src: url('../webfonts/GothamBlack.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/GothamBlack.woff') format('woff'),
		url('../webfonts/GOTHAM-BLACK.TTF') format('truetype');

	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Ultra';
	/*src: url('../webfonts/GOTHAM-ULTRA.TTF') format('truetype');*/

	src: url('../webfonts/GothamUltra.eot');
	src: url('../webfonts/GothamUltra.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/GothamUltra.woff') format('woff'),
		url('../webfonts/GOTHAM-ULTRA.TTF') format('truetype');

	font-weight: normal;
	font-style: normal;
}

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

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

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.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 {
	color: #3d3d3d;
	font-family: "droid-sans" ,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	background: #fff;
}

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;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-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: #00a2d6;
	color: #fff;
}

::selection {
	background-color: #00a2d6;
	color: #fff;
}
a {
	color: #ec3f35;
	text-decoration: none;
}
a:hover {
	color: #000;
}

a.more-link {
	color: #00a2d6;
	text-decoration: none;
	//text-transform: uppercase;
	font-family: "Gotham Bold";
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	/*background-color: #5b5b5f;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	moz-box-shadow: 0px 0 0px 0px rgba(0,0,0,0.2) inset;
  	-webkit-box-shadow: 0px 0 0px 0px rgba(0,0,0,0.2) inset;
  	box-shadow: 0px 0 0px 0px rgba(0,0,0,0.2) inset;
  	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
}
a.more-link:hover {
	//background-color: #5b5b5f;
	color: #000;
	/*moz-box-shadow: 0px -200px 0px 0px rgba(0,0,0,0.2) inset;
  	-webkit-box-shadow: 0px -200px 0px 0px rgba(0,0,0,0.2) inset;
  	box-shadow: 0px -200px 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;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 65%;
	vertical-align: middle;
}

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

blockquote {
	margin: 40px 20px;
	padding: 34px 20px 34px 30px;
	color: #3d3d3d;
	background-color: #f7f7f7;
	font-family: "Gotham Bold", sans-serif;
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
}
blockquote b,
blockquote strong {
	font-weight: normal;
	font-family: "Gotham Black", sans-serif;
	color: #ec3f35;
}

blockquote p {
	margin:0;
}

@media screen and (min-width: 768px) {
	blockquote {
		padding: 36px 20px 34px 110px;
		border-left: none;
	}
	blockquote:after {
		content: '“';
	    color: #ec3f35;
	    font-family: "Gotham Black", sans-serif;
	    font-size: 130px;
	    line-height: 1;
	    font-weight: normal;
	    position: absolute;
	    margin-top: -35px;
	    margin-left: -30px;
	    top: 15px;
	    left: 55px;
	    width: 50px;
	    height: 70px;
	    text-align: center;
	}
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px;
	font-family: "Gotham Black", sans-serif;
	text-transform: uppercase;
}
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6,
.footer-widgets strong,
.footer-widgets b{
	color: #fff;
}

h1 {
	font-size: 36px;
}

h2,
.entry-title {
	font-size: 26px;
}
.entry-title {
	font-size: 24px;
}

h3 {
	color: #ec3f35;
	font-size: 24px;
	text-transform: none;
}
h4 {
	font-size: 18px;
}

h5 {
	font-family: 'Gotham Medium';
	font-weight: normal;
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

.entry-title,
.entry-title a {
	color: #222325;
	text-decoration: none;
}
.entry-title a:hover {
	color: #000;
}
.gotham-book,
.gotham-book *,
.footer-widgets {
	font-family: "Gotham Book", sans-serif;
}
.sidebar .widgettitle, .sidebar .widget-title,
.gotham-ultra,
.gotham-ultra *,
.footer-widgets strong {
	font-family: "Gotham Ultra", sans-serif;	
}
footer .footer-menu-container .genesis-nav-menu a {
	font-family: "Gotham Black", sans-serif;	
}
html body.spp .spp-player-container .spp-track .spp-track-title, 
html body.spp .smart-track-player .spp-track .spp-track-title,
html body.spp .smart-track-player .spp-track .spp-artist,
html body.spp .smart-track-player .spp-track .spp-artist .spp-artist-box,
html body.spp .spp-player-container .spp-track .spp-track-title .spp-track-title-box, 
html body.spp .smart-track-player .spp-track .spp-track-title .spp-track-title-box {
	font-family: "Gotham Black", sans-serif;
	font-weight: normal;
}


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

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

img {
	height: auto;
}

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

/* 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;	
}
/*
.pcl-video-wrapper {
	margin: 0 -40px 40px -40px;
}
*/

@media screen and (min-width:768px) {
	.single .video-wrap-container,
	.video-wrap-container {
		//margin: -40px -40px 40px -40px;
	}
}
.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%;
	/* custom styles */
 	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.custom-input-styles input,
.custom-input-styles textarea {
	color: #fff;
	border-width: 0;
	background-color: rgba(255,255,255,0.25);
}
.custom-input-styles ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.custom-input-styles ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.custom-input-styles :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.custom-input-styles :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/* 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;
	-webkit-box-shadow: inset 0 0 0 4px rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 0 0 4px rgba(255,255,255,0.25);
	box-shadow: inset 0 0 0 4px rgba(255,255,255,0.25);
}

/* optin submit buttons */
input[type="submit"],
html #mc_embed_signup .button {
	background-color: #000;
	border-width: 0;
	color: #fff;
	font-family: "Gotham Black", sans-serif;
	padding: 18px 20px 17px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 0 0 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 0 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 0 0 0 rgba(255,255,255,0.2);
}
input[type="submit"]:hover,
html #mc_embed_signup .button:hover,
html #mc_embed_signup .button:focus {
	-webkit-box-shadow: inset 0 -100px 0 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 -100px 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 -100px 0 0 rgba(255,255,255,0.2);
}

@media screen and (max-width: 800px) {
	input[type="text"] {
		margin-bottom: 2px;
	}
}


/* ## 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: 80px;
	padding-bottom: 80px;
	//margin-top: 80px; /* effects both homepage and reg pages */
}

/* to make .primary-nav abs pos if header widget is used for text */
.site-container {
	position: relative;
}

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

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

.fl-builder-full .site-inner {
	max-width: none;
	padding-top: 0;
	margin-top: 0;
}
/* 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 screen and (min-width: 768px) {
	.fl-row-content-wrap .fl-row-fixed-width > .fl-col-group {
	    /* not sure yet if the following is a good idea yet - NOPE, need to play with overflow hidden*/
	   /* margin-left: -20px;
	    margin-right: -20px;
	    padding-left: 20px;
	    padding-right: 20px;*/
	}
}

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


/* 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%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          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 {
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
    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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.grid-cols-2 > .grid-cell {
  flex: 0 0 100%;
}

.grid-cols-3 > .grid-cell {
  flex: 0 0 100%;
}

.grid-cols-4 > .grid-cell {
  flex: 0 0 100%;
}

.grid-cols-6 > .grid-cell {
  flex: 0 0 calc(50% - 1em);
}

.grid-cols-12 > .grid-cell {
  flex: 0 0 calc(33.3333% - 1em);
}

/* Tablet (medium) screens */
/*@media (min-width: 30em) {*/
@media (min-width: 768px) {
  .grid-cols-4 > .grid-cell {
    flex: 0 0 calc(50% - 1em);
  }

  .grid-cols-6 > .grid-cell {
    flex: 0 0 calc(33.3333% - 1em);
  }

  .grid-cols-12 > .grid-cell {
    flex: 0 0 calc(16.6666% - 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 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 0 0 calc(25% - 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,
.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;
}


.archive-title {
	font-size: 24px;
}

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

/* ## 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-family: "Gotham Black";
	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%);
}

@media only screen and (min-width: 1201px) {
	.cnss-social-icon {
		padding-top: 10px !important;
	}
}

/* sidebar search widget */
.fl-module-content.fl-node-content .widget form.search-form,
.sidebar .widget form.search-form {
	position: relative;
}
.fl-module-content.fl-node-content .widget form.search-form input[type="search"],
.sidebar .widget form.search-form input[type="search"] {
	background-color: #000;
	font-size: 18px;
	padding: 20px 80px 20px 20px;
	color: #cfcfcf;
}	
	.sidebar .widget form.search-form input::-webkit-input-placeholder {color: #cfcfcf;}
	.sidebar .widget form.search-form input:-moz-placeholder { color: #cfcfcf; }
	.sidebar .widget form.search-form input::-moz-placeholder { color: #cfcfcf; }
	.sidebar .widget form.search-form input:-ms-input-placeholder {  color: #cfcfcf; }

	.fl-module-content.fl-node-content .widget form.search-form input::-webkit-input-placeholder {color: #cfcfcf;}
	.fl-module-content.fl-node-content .widget form.search-form input:-moz-placeholder { color: #cfcfcf; }
	.fl-module-content.fl-node-content .widget form.search-form input::-moz-placeholder { color: #cfcfcf; }
	.fl-module-content.fl-node-content .widget form.search-form input:-ms-input-placeholder {  color: #cfcfcf; }

.fl-module-content.fl-node-content .widget form.search-form input[type="submit"],
.sidebar .widget form.search-form input[type="submit"] {
	background: transparent;
	background-image: url(../../images/icon-search.png);
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    box-shadow: none;
    margin-bottom: 0;
    width: 46px;
    height: auto;
    clip: inherit;
    padding: 0;
}
.fl-module-content.fl-node-content .widget form.search-form input[type="submit"]:hover,
.sidebar .widget form.search-form input[type="submit"]:hover {
	opacity: 0.7;
}
/* ## 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;
}


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

.site-header {
	background-color: #000;
	//height: 160px;
	padding: 40px 0 0 0;
	position: relative;
}

nav.nav-secondary:after {
	width: 91%;
}
/*@media screen and (min-width: 960px) {
	.site-header .wrap {
		position: relative;
	}
	.site-header .header-widget-area {
		background-color: #222325;
		max-width: 150px;
		width: 150px;
		//padding-top: 47px;
		position: absolute;
		height: auto;
		right: 0;
		top: 47px;
	}
}*/

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

.title-area {
	float: left;
	font-size: 0;
	/*max-height: 117px;*/
	padding: 15px 30px;
	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;
}
.title-area #logo {
	max-height: 117px;
}
#menu-main-menu .logo a {
	margin-bottom: -10px;
}
#menu-main-menu .logo img {
	max-width: 140px;
	padding: 5px 0;
}
.header-full-width .title-area {
	/*width: 100%;*/
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.title-area a {
	display: inline-block;
}
.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

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

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

.site-header .widget-area {
	float: right;
	text-align: left;
	//width: 800px;
	width: 1000px;
	font-size: 14px;
	line-height: 1;
}
.site-header .widget-area section.widget.widget_nav_menu {
	float: left;
}
.site-header .widget-area section.widget:nth-child(2),
.site-header .widget-area section.widget.simple-social-icons {
	float: right;
}
.site-header .widget-area section.widget:not(:nth-child(1)) {
	padding: 10px 0;
}
.site-header .widget-area section.widget.simple-social-icons {
	margin-top: 15px;
}


/* # Site Navigation (Do not use this section to style)
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	//overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
	position: relative;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	/*border: 1px solid #ccc;*/
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 212px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


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

.site-header .menu {
	float: right;
}
.site-header .menu a {
	color: #fff;
	font-family: 'Gotham Bold';
	font-size: 14px;
	font-weight: 300;
	padding: 1.6rem 1.25rem;
	text-transform: uppercase;
}
@media screen and (min-width: 960px) {
	.site-header .menu a {
		padding: 2rem 1.25rem;
	}
}
.site-header .menu li {
	-webkit-box-shadow: inset 0px 0px 0px 0px #ec3f35;
	-moz-box-shadow: inset 0px 0px 0px 0px #ec3f35;
	box-shadow: inset 0px 0px 0px 0px #ec3f35;
	transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-webkit-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
}
.site-header .menu > li.current-menu-item,
.site-header .menu > li.current_page_item,
.site-header .menu > li.current_page_parent,
.site-header .menu > li.current-post-parent,
.site-header .menu > li:hover {
	-webkit-box-shadow: inset 0px -5px 0px 0px #ec3f35;
	-moz-box-shadow: inset 0px -5px 0px 0px #ec3f35;
	box-shadow: inset 0px -5px 0px 0px #ec3f35;
}
.site-header .menu .current-menu-item a,
.site-header .menu .current_page_item a,
.site-header .menu .current_page_parent a,
.site-header .menu .current-post-parent a,
.site-header .menu a:hover {
	color: #fff;
}

/* sub menu */
.site-header .sub-menu {
	/border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

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

/* shrink when scrolled header-scroll.js */
.site-header {
	//position: absolute;
	//top: 0;
	//left: 0;
	//right: 0;
  	width: 100%;
  	z-index: 100;
  	//min-height: 76px;
  	padding-top: 0;
}
.site-header.scrolled {
	min-height: initial;
	margin-top: 0;
	background-color: rgba(0,0,0,0.70);
}
.site-header.scrolled .wrap {
	background-color: transparent;
}
.scrolled .title-area {
	padding-top: 7px;
}
nav.nav-secondary .genesis-nav-menu {
	text-align: right;
}
nav.nav-secondary .genesis-nav-menu li {
	float: none !important;
}
nav.nav-secondary .genesis-nav-menu li.logo {
	float: left !important;
} 
nav.nav-secondary .genesis-nav-menu li a {
    font-size: 13px;
    padding: 1.3rem 1rem;
}
.site-header .genesis-nav-menu a,
.site-header,
.site-header .wrap {
	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;
}
.site-header.nav-secondary .genesis-nav-menu a {
  	padding: 12px 10px;
}
.site-header.nav-secondary .title-area {
	padding: 6px 0;
}
/*@media screen and (max-width: 960px) {
	.site-header.scrolled .genesis-nav-menu a {
	  padding: 22px 0.6rem;
	}
}*/

/*@media screen and (max-width: 768px) {
	.scrolled .title-area {
		padding-top: 17px;
	}
	.site-header.scrolled {
  		min-height: 84px;
	}
}*/

/* ## CTA in navigation
--------------------------------------------- */

#menu-main-menu.menu .menu-item.cta a {
	background-color: #41ada6;
	color: #fff;
}

@media screen and (min-width: 768px) {
	#menu-main-menu.menu .menu-item.cta {
		margin-top: 1.7em;
		
	}
	#menu-main-menu.menu .menu-item.cta a {
		padding: 0.4em 1em 0.5em;
		border-radius: 5px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		text-transform: uppercase;
		font-size: 15px;
		moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
	  	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
	  	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
	  	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;
	}
	#menu-main-menu.menu .menu-item.cta a:hover {
		moz-box-shadow: 0px -200px 0px 0px rgba(0,0,0,0.2) inset;
	  	-webkit-box-shadow: 0px -200px 0px 0px rgba(0,0,0,0.2) inset;
	  	box-shadow: 0px -200px 0px 0px rgba(0,0,0,0.2) inset;
	}
	#menu-main-menu.menu .menu-item.cta a:after {
		display: none;
	}
	.scrolled #menu-main-menu.menu .menu-item.cta {
		margin-top: 0.8em;
	}
}



.callout-widget.widget-area {
	max-width: 100%;
	position: absolute;
	top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    text-align: right;
}
@media screen and (min-width: 768px) {
	.callout-widget.widget-area {
		max-width: 800px;
		top: 140px;
	}
}
@media screen and (min-width: 1201px) {
	.callout-widget.widget-area {
		max-width: 1200px;
	}
}
.admin-bar .callout-widget.widget-area {
	top: 140px;
}
@media screen and (min-width: 768px) {
	.admin-bar .callout-widget.widget-area {
		top: 170px;
	}
}
.callout-widget.widget-area a {
	background-color: #f8793a;
	color: #fff;
	padding: 15px 20px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.callout-widget.widget-area a:hover {
	moz-box-shadow: 0px -200px 0px 0px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0px -200px 0px 0px rgba(0,0,0,0.2) inset;
    box-shadow: 0px -200px 0px 0px rgba(0,0,0,0.2) inset;
}




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

.nav-primary {
	background-color: #fff;
	font-weight: 300;
	text-align: center;
	margin-top: 0;
}
/* if header widget is hooked using genesis_site_title */
@media screen and (min-width: 768px) {
	.title-area {
		position: relative;
	}
	.nav-primary {
		position: absolute;
		bottom: 0;
		//left: 300px;
		right: 0;
		padding-left: 25px;
	}
	.nav-primary .wrap {
		padding: 0;
	}
}
@media screen and (min-width: 1201px) {
	.nav-primary {
		left: 300px;
		right: auto;
	}
}

.nav-primary .genesis-nav-menu a {
	color: #c03493;
	font-size: 14px;
	padding: 1rem 1rem;
	font-weight: 300;
	
}
@media screen and (min-width: 801px) {
	.nav-primary .genesis-nav-menu a {
		min-width: 96px;
	}
}

.nav-primary .genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a {
	color: #333;
}
.nav-primary .genesis-nav-menu li {
	float: none;
}
.nav-primary .genesis-nav-menu li,
.nav-secondary .genesis-nav-menu li {
	position: relative;
	/*overflow: hidden;*/
	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-primary .genesis-nav-menu li:hover,
.nav-primary .genesis-nav-menu .current-menu-item,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item:hover {
	color: #79a753;
	background: transparent;
}*/


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


/* submenu */


/* submenu */
.nav-primary .genesis-nav-menu .sub-menu:not(.mobile-nav-open),
.genesis-nav-menu .sub-menu:not(.mobile-nav-open) {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px; 
  	border-radius: 4px;
}
.nav-primary .genesis-nav-menu .sub-menu li,
.genesis-nav-menu .sub-menu li {
	display: block;

}
.genesis-nav-menu li li a, 
.genesis-nav-menu li li a:link, 
.genesis-nav-menu li li a:visited {
    background-color: #1a1a1a;
    background-color: rgba(26,26,26,0.85);
    color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a {
	border-left: 0px solid #ec3f35;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff!important;
	background-color: #1a1a1a;
	border-left: 5px solid #ec3f35;
	//width: 100%;
	/*border-left: 0;
	border-right: 0;*/
}
.genesis-nav-menu .sub-menu.mobile-nav-open a:hover,
.genesis-nav-menu .sub-menu.mobile-nav-open .current-menu-item > a {
	color: #b88400!important;
	border-left: 10px solid #ec3f35;
}



/* Scrolled Secondary */
.nav-secondary {
	position: fixed;
	left: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.85);
    font-weight: 300;
    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;
    font-family: 'Gotham Book';
	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;
		font-family: 'Gotham Bold';
	}
}

/*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%;
  	background-color: #33434d;
  	background-image: url('http://theonewayticketshow.com/wp-content/uploads/2019/05/IMG_1338.jpg');
  	background-repeat: no-repeat;
  	background-position: center top;
  	background-size: cover;
	position:relative;
	z-index:10;
	margin-top: 0;
	min-height: 300px;
}

.page-id-7 .entry-header-wrapper {
	
	background-image: url('http://theonewayticketshow.com/wp-content/uploads/2019/05/IMG_1338.jpg') !important;
}

.tax-podcast_destination_tag .entry-header-wrapper,
.tax-podcast_category .entry-header-wrapper,
.post-type-archive-podcast .entry-header-wrapper,
.single.single-podcast .entry-header-wrapper {
  	width: 100%;
  	background-color: #33434d;
	background-size: cover;
	background-image: url('http://theonewayticketshow.com/wp-content/uploads/2019/05/IMG_1338.jpg');
	background-origin: content-box;


}
/*.post-type-archive-podcast .entry-header-wrapper:before,
.tax-podcast_category  .entry-header-wrapper:before,
.single.single-podcast .entry-header-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(23,162,217,0.55);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.55) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.20)), color-stop(100%, rgba(0,0,0,0.55)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.55) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.55) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.55) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.55) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}*/
.entry-header-wrapper .title-wrapper {

	bottom: 80px;
	text-align: left;
	position: absolute;

}
.entry-header-wrapper h1,
.entry-header-wrapper .subheading {
	color: #fff;
}
.entry-header-wrapper h1 {
	display: inline-block;
	font-family: "Gotham Ultra";
  	margin: 0;
  	font-size: 26px;
  	line-height: 1;
}
.entry-header-wrapper .subheading {
	/*font-family: "Gotham Book", sans-serif;
	text-transform: uppercase;*/
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.entry-header-wrapper h1 {
  		font-size: 36px;
  	}
}


/* ## 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;
}
.home .site-inner {
	margin-top: 0px;
	padding-top: 0px;
}

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

.entry,
html.vc_transform article.entry  {
	margin-bottom: 60px;
	//padding: 40px;
}

.single-podcast .entry,
.post-type-archive-podcast .entry {

}
.home .entry:first-child{
	border: none;
}

.content .entry,
.entry {
	background-color: #f4f4f4;
	padding: 20px;
}
@media screen and (min-width: 480px) {
	.content .entry,
	.entry {
		padding: 40px;
	}	
}
.page:not(.home) .content .entry,
.page:not(.home) .entry {
	background-color: transparent;
	padding: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	//margin-left: 40px;
 	list-style-position: inside;
}

/* ordered lists */
.entry-content ol > li {
	list-style-type: decimal;
}
/*.entry-content ul > li {
	background-image: url(../../images/icon-list-arrow@2x.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-size: 11px 16.5px;
	list-style-type: none !important;
	margin: 0;
	padding: 0px 0px 3px 29px;
	vertical-align: middle;
}



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


/* ordered lists */
/*.entry-content ol {
    list-style-type: none;
    list-style-type: decimal !ie;
     
    margin: 0;
    margin-left: 9px;
    margin-bottom: 20px;
    padding: 0;
     
    counter-reset: li-counter;
}

.entry-content ol > li {
  position: relative;
  //margin-bottom: 15px;
  padding-left: 22px;
  list-style-type: none;
}
.entry-content ol > li:before {
  position: absolute;
  top: 0;
  left: -10px;
  width: 0.8em;
  //font-size: 2em;
  //line-height: 0.6;
  font-weight: 900;
  text-align: right;
  color: #f8793a;
  content: counter(li-counter);
  counter-increment: li-counter;
}*/

/* 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 {
	//margin: -40px -40px 0 -40px;
	display: block;
}

/* shop */
body.woocommerce ul.products li.product, 
body.woocommerce-page ul.products li.product {
	//overflow:hidden;
}

.fadeInDown {
    -webkit-animation-name: none !important;
    -moz-animation-name: none !important;
    -o-animation-name: none !important;
    animation-name: none !important;
}
.fadeOutUp {
    -webkit-animation-name: none !important;
    -moz-animation-name: none !important;
    -o-animation-name: none !important;
    animation-name: none !important;
}
/*hovered state -- hide first image and show second*/
ul.products > li.has-post-thumbnail:hover > a > img {
	opacity: 0; 
}
ul.products > li.has-post-thumbnail:hover > a > img + img {
	 opacity: 1;
}


/* Images linked to shop */
body.single main.content article.post a {
	display: inline-block;
	position: relative;
}
body.single .content article.post a.shop-link {
	position: relative;
	z-index: 0;
}
body.single .content article.post a.shop-link > img {
	margin-bottom: 0;
}
body.single .content article.post a.shop-link .overlay:before, 
body.single .content article.post a.shop-link .overlay {
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
body.single .content article.post a.shop-link .overlay {
	content: "";
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
body.single .content article.post a.shop-link:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
body.single .content article.post a.shop-link .overlay:before {
	content: "";
    position: absolute;
    margin-top: -40px;
    margin-left: -40px;
    top: 50%;
    left: 65%;
    width: 80px;
    height: 80px;
    opacity: 0;
    background: url(../../images/icon-shop@2x.png) no-repeat center center rgba(255,255,255,0.2);
    background-size: 40px 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}

body.single .content article.post a.shop-link a.image-link {
	z-index:9999; 
	position:absolute; 
	top:50%; 
	left:35%; 
	background-color:rgba(255,255,255,0.2); 
	display:block; 
	width:80px; 
	margin-top: -40px;
	margin-left: -40px;
	height:80px; 
	border-radius:50%; 
	color:#000;
	opacity: 0;
}
body.single .content article.post a.shop-link:hover .overlay:before,
body.single .content article.post a.shop-link:hover a.image-link {
	opacity: 1;
	filter: alpha(opacity=100);
}

body.single .content article.post a.shop-link a.image-link img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	margin-bottom: 0;
	padding-top: 0;
	font-weight: 700;
	color: #686868;
}
p.entry-meta a {
	font-weight: 400;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}
header.entry-header,
header.entry-header p.entry-meta {
	//border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	//padding-top: 30px;
}

header .entry-meta .entry-time,
header .entry-meta .entry-author,
header .entry-meta .entry-categories {
	padding-right: 30px;
}

.featured-image-wrap {
	margin: -40px -40px 35px -40px;
}
.featured-image {
	margin-bottom: 30px;
}
.home article .entry-footer,
.archive article .entry-footer {
	display: none;
}
.entry-footer .entry-meta {
	border-top: 2px solid #e5e5e5;
	padding-top: 25px;
	margin-top: 25px;
	font-size: 10px;
	text-transform: uppercase;
}
/*.entry-categories,
.entry-terms {
	font-size: 10px;
}*/
.entry-footer .entry-meta .entry-tags,
.entry-footer .entry-meta .entry-categories,
.entry-footer .entry-meta .entry-terms {
	margin: 0 auto;
  	display: block;
}

.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: #74797e;
	padding: 5px 10px;
	border-radius: 15px;
	margin-right: 5px;
}
.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: #fff;
	background-color: #74797e;
}

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

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

.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 li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 2px solid #fff;
	color: #383737;
	font-family: "Gotham Bold", sans-serif;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	min-width: 34px;
	height: 34px;
	line-height: 1;
	text-align: center;
	padding: 8px 10px 5px;
	border-radius:20px;
}

.archive-pagination .active a {
	background-color: #ec3f35;
	border-color: #ec3f35;
	color: #fff;
}
.archive-pagination li a:hover {
	border-color: #c6ccd2;
}

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

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

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

.entry-comments {
	padding: 40px;
}

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

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

.comment-content {
	clear: both;
}

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

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

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


/* # 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: #f4f4f4;*/
	background-color: transparent;
	margin-bottom: 45px;
	padding: 0px;
	/*padding: 40px;*/
}
.sidebar .widget.widget_search {
	background-color: transparent;
	padding: 0;
}
.sidebar .widgettitle,
.sidebar .widget-title,
.fl-module-content.fl-node-content .widget-title,
.fl-module-content.fl-node-content .widgettitle {
	font-size: 30px;
    //color: #000;
}

.sidebar .widget.no-background,
.fl-module-content.fl-node-content .widget.no-background {
  background-color: transparent;
  border: none;
  padding: 0;
}
.widget.background-red,
.background-red.widget  {
	background-color: #ec3f35 !important;
	color: #fff;
}

.sidebar .widget.background-blue .widgettitle,
.sidebar .widget.background-blue .widget-title {
	background-color: #4a93c6;
}
.sidebar .widget.background-green .widgettitle,
.sidebar .widget.background-green .widget-title {
	background-color: #6a9944;
}


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

.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 .modal h1, 
.footer-widgets .modal h2, 
.footer-widgets .modal h3, 
.footer-widgets .modal h4, 
.footer-widgets .modal h5, 
.footer-widgets .modal h6 {
    color: #c03493;
}

.footer-widgets {
	background-color: #000;
	font-size: 14px;
	clear: both;
	padding: 75px 0 25px;
	text-align: center;
	position: relative;
}
.footer-widgets:before {
    content: "";
    background-image: url(../../images/logo@2x.png);
    background-size: 74px 74px;
	width: 74px;
	height: 74px;
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -37px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}
.footer-widgets,
.footer-widgets a {
	color: #fff;
}
.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 2%;
	float: left;
}*/
.footer-widgets-1 {
	width: 100%;
}
/*.footer-widgets-2 {
	width: 28%;
	margin: 0;
}*/
@media screen and (max-width: 1200px) {
	.footer-widgets .widget {
		margin-bottom: 30px;
	}
	.footer-widgets-2 {
		text-align: center;
	}
}

.footer-widgets .widget_nav_menu {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-widgets .menu li {
	display: inline-block;
	border-bottom-width: 0;
	padding-bottom: 0;
}
.footer-widgets .menu a {
	text-transform: uppercase;
	font-weight: 900;
	padding: 1em;
}


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

.site-footer {
	font-size: 14px;
	line-height: 1.4;
	padding: 12px 0;
	color: #fff;
	background-color: #ec3f35;
	text-align: center;
}
.site-footer nav.wrap {
	padding: 0;
}

footer .footer-menu-container .genesis-nav-menu a, 
.site-footer a {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 0.5rem 1.5rem;
	text-transform: uppercase;
	text-decoration: none;
}
footer .footer-menu-container .genesis-nav-menu a:hover,
.site-footer 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: 800;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	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: 200;
	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;
	}
}
/*
@media screen and (min-width: 768px) {
	.widget-area.footer-optin-widget {
		background-position: center center;
	}
	.widget-area.footer-optin-widget .widget {
		margin-left: 280px;
	}
}
@media screen and (min-width: 850px) {
	.widget-area.footer-optin-widget .widget {
		margin-left: 380px;
	}
}
@media screen and (min-width: 1200px) {
	.widget-area.footer-optin-widget {
		padding: 100px;
	}
	.widget-area.footer-optin-widget .widget {
		margin-left: 510px;
	}
}
*/


/* # Widget styles
---------------------------------------------------------------------------------------------------- */
.footer-video-panel {
	background: url(../../images/background-videos.jpg) no-repeat right center #e1c37a;
	padding:80px;
	font-size: 18px;
	font-weight: normal;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	color: #45351c;
}

.footer-video-panel h4 {
	font-size: 48px;
	font-weight: 200;
	margin-bottom: 20px;
	text-align: center;
}

.footer-video-panel .video-wrap-container {
	margin-bottom: 15px;
}
.footer-video-panel h3, 
.footer-video-panel p {
	margin-bottom: 0;
}

@media only screen and (min-width: 800px) {
	.footer-video-panel ul li {
		width: 23.076923076923077%;
		float: left;
		margin-left: 2.564102564102564%;
		word-wrap: break-word;
	}
	.footer-video-panel ul li:first-child {
		margin-left: 0;
	}
	.footer-video-panel h3,
	.footer-video-panel p {
		text-align: center;
	}
}


/* Guests page
---------------------------------------------------------------------------------------------------- */
.guest-title {
	font-size: 12px;
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 700;
}

.guest-title:before {
	content: '\2022';
	margin-right:10px;
}

.guest-item {
	margin: 0 0 12px 20px;
}

.guest-item:before {
	content: '\2022';
	margin-right: 7px;
	position: relative;
	margin-left: -13px;
}

.guest-list h4 {
	font-size:30px;
	position: relative;
	margin-top: 40px;
}

.guest-list h4:before {
	width:100%;
	height:1px;
	position: absolute;
	content: ' ';
	display:block;
	border-bottom:1px solid #ccc;
	top:50%;
}

.guest-list h4 .inner-text {
	position:relative;
	z-index:2;
	padding:5px 10px;
	background-color:#fff;
	margin-left: 20px;
}

.guest-list-toc a {
	padding:5px;
	display: inline-block;
}

.guests-header .entry-header-wrapper .entry-title {
	background-color: rgba(0, 0, 0, 0.58);
	padding: 20px 40px;
}

.guests-header .entry-header-wrapper .title-wrapper {
	bottom:0;
}

@media only screen and (min-width: 1400px) {
	.guests-header .entry-header-wrapper {
		min-height: 400px;
	}
}

/* Smart podcast player
---------------------------------------------------------------------------------------------------- */
.spp-artist {
	font-family: "Gotham Bold", sans-serif!important;
	font-size:23px;
}

.spp-show-title {
	font-size:20px !important;
}

.spp-track-title {
	font-size:10px !important;
}

.smart-track-player .spp-track-layer-2 .spp-artist-and-title {
	font-family: "Gotham Book", sans-serif!important;
}


/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
 
/* Standard Navigation
--------------------------------------------- */
 
nav {
	clear: both;
}
 
/* Navigation toggles
--------------------------------------------- */
 
.sub-menu-toggle,
.menu-toggle {
	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: 769px) {
 
	.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: 0;
		right: 0;
	}
	.scrolled .menu-toggle,
	.scrolled .sub-menu-toggle {
		margin: 2px auto;
	}
 
	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent;
		color: #fff;
		//border: 1px solid #fff;
		font-family: "Gotham Book";
		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;
		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.menu-toggle:hover,
	button.sub-menu-toggle:hover {
		background-color:transparent;
		outline-width: 0;
		//border-color:#333;
		//opacity: 0.6;
		//filter: opacity(60%);
	}
 
	.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: "☰";
	}
 
	/*.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;
	}
 
}






/* # 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 {
	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;
	}
	.footer-widgets-1,
	.footer-widgets-2 {
		width: 100%;
	}
	/*
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,*/
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	/*
	.footer-widgets-1 {
		margin-right: 30px;
	}*/
	
	/*.genesis-nav-menu a {
		padding: 30px 16px;
	}*/

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

}

@media only screen and (max-width: 480px) {
	.entry-title {
		font-size: 22px;
	}
}

@media only screen and (max-width: 480px) {
	#hero {
		background-position: left center;
	}
}