/* Custom CSS for Spread Stoke */

/* 
   ------------------------------------------------------
					Universal
   ------------------------------------------------------
*/
@font-face {
    font-family: 'league_gothicregular';
    src: url('../font/leaguegothic-regular-webfont.eot');
    src: url('../font/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/leaguegothic-regular-webfont.woff') format('woff'),
         url('../font/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../font/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-weight: normal;
}
html {
  height:100%;
  min-height:100%;
}
body {
  background-color: #222;
  min-height:100%;
}
body, .body-class {
	color: #222;
	font-size: 16px;
	line-height: 24px;
}
p {
	margin-bottom: 20px;
}
a {
	color: #3bc6f4;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-transition: all 0.3s linear;
}
a:hover {
	color: #e44d26;
}
.full-width-background {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -10;
}
.full-width-background img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
.container {
	position: relative;
	z-index: 1;
}
#spread-stoke-header.container {
	z-index: auto;
}
.container-shadow-bg {
	background-color: #fff;
	-webkit-box-shadow: 0 22px 70px 4px rgba(0,0,0,0.8), 0 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 22px 70px 4px rgba(0,0,0,0.8), 0 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 22px 70px 4px rgba(0,0,0,0.8), 0 0 0 1px rgba(0, 0, 0, 0.3);
}
#mainmenu-block-bg {
	width: 1170px;
	margin: 0 auto;
}
.post-block {
	max-width: 352px;
	margin-right: 35px;
}
body .page .edit-link, body .post .edit-link {
	display: none;
}
.homepage-section-header-title {
	font-size: 70px;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
}
.stokebird-info {
	margin: 0 0 40px 20px;
}
.container .spread-stoke-btn-lg {
	text-align:center;
	text-decoration: none;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	color: #FFF;
	background: #01414e;
	padding: 10px 30px;
	margin-left: 20px;
	display: inline-block;
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.spread-stoke-btn-lg.orange-btn {
	background-color: #e44d26;
}
.container .spread-stoke-btn-lg:hover {
	background: #99ccce;
	color: #fff;
}
.ui-dialog #wp-link #internal-toggle {
	display: none;
}
.bg-sponsor-logo {
	position: fixed;
	z-index: -5;
}
.bg-sponsor-logo-link {
	display: block;
	position: fixed;
	height: 53px;
	width: 120px;
	z-index: 0;
}
.bg-sponsor-logo.top,
.bg-sponsor-logo-link.top {
	top: 50px;
	right: 0;
}
.bg-sponsor-logo.bottom,
.bg-sponsor-logo-link.bottom {
	bottom: 50px;
	left: 0;
}

/* 
   ------------------------------------------------------
					Header
   ------------------------------------------------------
*/
#header .logo-block {
	background-color: #fff;
	min-height: 90px;
	width: 427px;
}
#header .header-ad-block {
	width: 734px;
	margin-left: 15px;
}
.sticky-mobile-ad-close,
#Stoke_Sticky_Mobile_Leaderboard_320x50 {
	display: none;
}
#header .top-block {
	width: 1176px;
	background-color: #fff;
	margin-left: -3px;
	padding: 0;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 2px 5px 4px rgba(0,0,0,0.3), 0 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 5px 4px rgba(0,0,0,0.3), 0 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px 4px rgba(0,0,0,0.3), 0 0 0 1px rgba(0, 0, 0, 0.3);
}
#logo {
	margin: 0 0 0 10px;
	width: 100%;
}
#logo img {
	margin-top: 7px;
	width: 100%;
	max-height: 79px;
}
#logo a {
	width: 100%;
}
#spread-stoke-header-h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
}
.header-tagline {
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	margin: 7px 0 0 13px;
}
.tagline-search-bar {
	margin: 0;
}
.tagline-search-bar #searchform input[type="text"] {
	float: none;
	padding: 5px 30px 5px 8px;
}
.tagline-search-bar form {
	margin: 0 0 10px;
}
#searchform .icon-search {
	margin-top: 10px;
}
.menu-user-tools-container {
	display: inline-block;
	float: right;
	width: auto;
}
#menu-user-tools {
	list-style: none;
	margin: 10px 0 10px 10px;
	display: inline-block;
	width: auto;
	float: right;
}
#menu-user-tools .menu-item {
	float: left;
	height: 26px;
	vertical-align: middle;
	width: auto;
	text-align: center;
	margin-right: 10px;
}
#menu-user-tools .menu-item a {
	background-color: #01414e;
	vertical-align: middle;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	padding: 3px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#menu-user-tools .menu-item a:hover {
	background-color: #99ccce;
}
#menu-user-tools .current-menu-item > a {
	background-color: #222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#menu-user-tools .current-menu-item > a {
	background-color: #99ccce !important;
	color: #fff !important;
	border: 2px solid #222 !important;
	padding: 1px 10px !important;
}
/* Special formatting for new-post and signup */
/* Prod menu items = 706 and 709 */
/* Dev menu items = 258 and 264 */
#menu-user-tools #menu-item-706 a,
#menu-user-tools #menu-item-709 a,
#menu-user-tools #menu-item-264 a,
#menu-user-tools #menu-item-258 a {
	background-color: #e44d26;
}
#menu-user-tools #menu-item-706 a:hover,
#menu-user-tools #menu-item-709 a:hover,
#menu-user-tools #menu-item-264 a:hover,
#menu-user-tools #menu-item-258 a:hover {
	background-color: #99ccce;
}
.welcome-logged-in p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #222;
	margin: 15px 10px 10px;
	line-height: 1;
}
#header .welcome-logged-in {
	min-height: 15px;
}
/*** Woocommerce Cart Header ***/
#header .cart_dropdown {
	width: auto;
	list-style-type: none;
	display: inline-block;
	float: right;
	padding: 0;
	margin: 8px 10px 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#header .cart_dropdown_first {
	position: relative;
}
#header .cart_dropdown_link span:first-child {
	border: 1px solid #b2b2b2;
	border-right: none;
	color: #000;
	font-weight: bold;
}
#header .cart_dropdown_link span {
	display: inline-block;
	padding: 4px 10px;
}
#header .cart_dropdown_link .count {
	border: 1px solid #e44d26;
	background-color: #e44d26;
	color: #fff;
}
#header .cart_dropdown .dropdown_widget {
	display: none;
	background: white;
	border: 1px solid #b2b2b2;
	position: absolute;
	right: 0;
	width: 280px;
	top: 29px;
	z-index: 10000;
}
#header .cart_dropdown .product_list_widget {
	padding: 0px 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
#header .cart_dropdown .product_list_widget li {
	border-bottom: 1px solid #b2b2b2;
	padding: 10px;
	margin: 0;
}
#header .product_list_widget li.empty {
	border: none;
}
#header .cart_dropdown .product_list_widget img {
	float: right;
	display: block;
	margin: 0;
	max-width: 55px;
	width: 55px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#header .widget_shopping_cart_content .total {
	font-size: 22px;
	color: #999999;
	font-family: "BebasNeue";
	line-height: 1;
	padding: 10px;
	margin: 0;
}
#header .cart_dropdown .product_list_widget a,
#header .widget_shopping_cart_content .quantity {
	display: block;
	color: #000;
	font-weight: normal;
	padding: 0 0 3px;
	width: auto;
}
#header .cart_dropdown .product_list_widget a {
	font-weight: bold;
}
#header .widget_shopping_cart_content .quantity {
	font-size: 14px;
	padding-left: 4px;
}
#header .cart_dropdown .buttons {
	padding: 10px;
	border-top: 1px solid #b2b2b2;
}
#header .cart_dropdown dl.variation,
#header .cart_dropdown dl.variation dt,
#header .cart_dropdown dl.variation dd {
	border: none;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.1;
}
#header .cart_dropdown dl.variation {
	margin: 0;
	padding-left: 10px;
}
#header .cart_dropdown dl.variation dt {
	clear: left;
	margin: 0 4px 0 0;
	padding: 0 0 .25em 0;
	float: left;
}
#header .cart_dropdown dl.variation dd {
	float: left;
}
#header .cart_dropdown dl.variation dd p {
	margin: 0;
	width: auto;
	display: block;
}
#header .cart_dropdown .dropdown_widget .buttons {
	margin: 0;
}
#header .cart_dropdown .dropdown_widget .buttons .button {
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	float: left;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: none;
	background: #3bc6f4;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header .cart_dropdown .dropdown_widget .buttons .button:hover {
	background-color: #01414e;
}
#header .cart_dropdown .dropdown_widget .buttons .button:first-child {
	margin-right: 10px;
}
#header .cart_dropdown .dropdown_widget .buttons .button:nth-child(2) {
	float: right;
}
#header .cart_dropdown .dropdown_widget .buttons .button:after {
	content: '';
}


/* 
   ------------------------------------------------------
					Main Category Menu
   ------------------------------------------------------
*/
#menu li {
	height: 46px;
	padding: 0;
}
#menu li a {
	height: 46px;
	padding: 13px 17px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#menu li a:hover {
	color: #fff !important;
}
#mainmenu-block-bg > .transparent-bg {
	background-color: #000000;
}
#menu .current-menu-item,
#menu .current-menu-ancestor,
#menu .current-post-ancestor {
	background-color: #99ccce;
}
#menu .menu-item:hover,
#menu .menu-ancestor:hover,
#menu .post-ancestor :hover{
	background-color: #01414e;
}
#menu .current-menu-item > a,
#menu .current-menu-ancestor > a,
#menu .current-post-ancestor > a {
	color: #000 !important;
}
#menu .current-menu-item:hover,
#menu .current-menu-ancestor:hover,
#menu .current-post-ancestor:hover {
	background-color: #99ccce;
}
.sf-menu li li a {
	color: #fff !important;
}
.sf-menu li li a:hover {
	color: #fff !important;
}
#menu .current-menu-item a:hover,
#menu .current-menu-ancestor a:hover,
#menu .current-post-ancestor a:hover {
	color: #000 !important;
}
#menu-item-3172 a, #menu-item-2335 a {
	background-color: #e44d26;
}
#menu #menu-item-3172 a:hover, #menu #menu-item-2335 a:hover {
	color: #000 !important;
}

/* Responsive Menu */
#responsive-menu #responsive-menu-title, #responsive-menu #responsive-menu-title a {
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-size: 28px;
}


/* 
   ------------------------------------------------------
					Section Titles
   ------------------------------------------------------
*/
.section-header-title {
	font-size: 34px;
	line-height: 34px;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
.section-header-title .section-header-circle {
	color: #aaa;
	font-size: 9px;
	line-height: 34px;
	margin: 0 7px;
	vertical-align: top;
}


/* 
   ------------------------------------------------------
					Contest Modal
   ------------------------------------------------------
*/
.stoke-contest-modal-wrap {
	background-image: url('http://spreadstoke.com/wp-content/uploads/2015/03/spread-stoke-email-contest.jpg');
	background-repeat: no-repeat;
	height: 400px;
	width: 700px;
}
.stoke-contest-form-wrap {
	left: 45px;
	position: absolute;
	top: 240px;
	width: 450px;
}
.stoke-contest-form-wrap .epm-message.success {
	font-weight: bold;
	line-height: 1.3;
}
.stoke-contest-form-wrap .epm-message.success p {
	background: #000;
	color: #fff;
	padding: 5px;
}
.stoke-contest-form-wrap .email {
	width: 430px;
}
.stoke-contest-modal-wrap .epm-submit-chimp {
	padding: 0 12px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #21759b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b));
	background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);
	background-image: -moz-linear-gradient(top, #2a95c5, #21759b);
	background-image: -ms-linear-gradient(top, #2a95c5, #21759b);
	background-image: -o-linear-gradient(top, #2a95c5, #21759b);
	background-image: linear-gradient(to bottom, #2a95c5, #21759b);
	border-color: #21759b;
	border-bottom-color: #1e6a8d;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}


/* 
   ------------------------------------------------------
					Contest Page
   ------------------------------------------------------
*/
.stoke-contest-page-wrap {
	position: relative;
	width: 100%;
}
.stoke-contest-page-wrap .stoke-contest-bg {
	max-width: 100%;
  width: 100%;
  min-height: 800px;
}
.stoke-contest-page-wrap .stoke-contest-inner {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 0 50px;
}
.stoke-contest-page-wrap .stoke-contest-title {
	font-weight: normal;
	font-size: 130px;
	line-height: 1;
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 30px;
}
.stoke-contest-page-wrap .contest-logo {
	display: inline-block;
	height: 60px;
	margin-left: 10px;
	max-width: 100%;
}
.stoke-contest-page-wrap .contest-plus {
	display: inline-block;
	font-size: 40px;
	margin-left: 10px;
	line-height: 1;
	vertical-align: middle;
}
.stoke-contest-page-wrap .contest-text-main {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
}
.stoke-contest-page-wrap .content-text-mailing {
	color: #3bc6f4;
	font-size: 25px;
	font-weight: bold;
	margin-top: 40px;
}
.stoke-contest-page-wrap .stoke-contest-page-form-wrap {
	margin: 0 auto;
	width: 70%;
}
.stoke-contest-page-form-wrap .epm-message.success {
	font-weight: bold;
	line-height: 1.3;
}
.stoke-contest-page-form-wrap .epm-message.success p {
	background: #000;
	color: #fff;
	padding: 5px;
}
.stoke-contest-page-form-wrap .email {
	width: 430px;
}
.stoke-contest-page-wrap .epm-submit-chimp {
	padding: 0 12px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #21759b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b));
	background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);
	background-image: -moz-linear-gradient(top, #2a95c5, #21759b);
	background-image: -ms-linear-gradient(top, #2a95c5, #21759b);
	background-image: -o-linear-gradient(top, #2a95c5, #21759b);
	background-image: linear-gradient(to bottom, #2a95c5, #21759b);
	border-color: #21759b;
	border-bottom-color: #1e6a8d;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.stoke-contest-page-wrap .contest-text-footer {
	font-size: 14px;
	font-weight: bold;
	margin-top: 140px;
	max-width: 80%;
	margin: 100px auto 10px;
	text-align: left;
}
.stoke-contest-page-wrap .contest-text-footer.pc {
	margin-top: 10px;
}
@media (max-width: 979px) {
	.stoke-contest-page-wrap .stoke-contest-title {
		font-size: 100px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}
@media (max-width: 727px) {
	.stoke-contest-page-wrap .stoke-contest-title {
		font-size: 70px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.stoke-contest-page-wrap .contest-logo {
		height: 40px;
	}
	.stoke-contest-page-wrap .contest-text-main, .stoke-contest-page-wrap .content-text-mailing {
		font-size: 20px;
	}
	.stoke-contest-page-wrap .stoke-contest-page-form-wrap {
		width: 100%;
	}
	.stoke-contest-page-wrap .stoke-contest-inner {
		padding: 0;
	}
	.stoke-contest-page-wrap .stoke-contest-bg {
		display: none;
	}
	.stoke-contest-page-wrap .stoke-contest-inner {
		position: relative;
	}
	.stoke-contest-page-form-wrap .email {
		width: 90%;
	}
	.stoke-contest-page-wrap .contest-text-footer {
		margin: 40px 0 0;
		width: 100%;
		max-width: 100%;
	}
}



/* 
   ------------------------------------------------------
					Homepage
   ------------------------------------------------------
*/
.home #content {
	padding-top: 10px;
}
.container-pagination {
	margin: 10px auto 20px;
}
.container-pagination .pagination {
	text-align: center;
}
.pagination span, .pagination a {
	float: none;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-style: normal;
}
.pagination a {
	background-color: #000;
	opacity: 1;
}
.pagination a:hover {
	background-color: #01414e;
}
.pagination .current {
	color: #000;
}
.top-pagination-wrap {
	position: relative;
	margin: 0 auto;
}
.top-pagination-wrap .pagination .current,
.top-pagination-wrap .pagination .pagination-first-btn,
.top-pagination-wrap .pagination .pagination-last-btn,
.top-pagination-wrap .pagination .pagination-number-link {
	display: none;
}
.top-pagination-wrap .pagination .pagination-next-btn,
.top-pagination-wrap .pagination .pagination-previous-btn {
	position: absolute;
}
.top-pagination-wrap .pagination .pagination-next-btn {
	right: 20px;
}
.top-pagination-wrap .pagination .pagination-previous-btn {
	left: 20px;
}


/* 
   ------------------------------------------------------
					Homepage Hero, Featured, Editor's Picks
   ------------------------------------------------------
*/
.home .hero-post-wrap,
.home .hero-post-wrap div,
.home .featured-posts-wrap,
.home .featured-posts-wrap div,
.home .homepage-editors-picks div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home .hero-post-wrap {
	height: 427px;
}
.home .featured-posts-wrap {
	height: 393px;
}
.home .hero-post-wrap {
	background: #000;
	float: left;
	position: relative;
	width: 65%;
}
.home .hero-post-wrap:hover .hero-img {
	opacity: 0.75;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.home .hero-img {
	height: 428px;
	width: 100%;
}
.home .hero-text-wrap {
	color: #fff;
	padding: 0 30px;
	position: absolute;
	text-align: center;
	top: 25%;
	width: 100%;
}
.home .hero-post-title,
.home .hero-post-author,
.home .featured-post-title {
	color: #fff;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
  text-shadow:
    1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home .hero-post-title {
	font-size: 70px;
	margin: 0;
}
.home .hero-post-author {
	font-size: 55px;
	margin: 10px 0 0;
}
.home .featured-posts-wrap {
	float: left;
	padding-left: 10px;
	overflow-y: scroll;
	width: 35%;
}
.home .section-header-title.featured {
	margin: 0;
}
.home .featured-post-wrap {
	position: relative;
	margin-top: 5px;
}
.home .featured-post-img {
	background: #000;
	height: 80px;
	width: 100%;
}
.home .hero-img-inner,
.home .featured-post-img-inner,
.home .editors-pick-img-inner {
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
	bottom: 0;
	left: 0;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	zoom: 1;
}
.home .featured-post-img-inner {
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.home .featured-post-wrap:hover .featured-post-img-inner,
.home .editors-pick-wrap:hover .editors-pick-img-inner {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.home .featured-post-text-wrap {
	width: 100%;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	top: 28%;
}
.home .featured-post-title {
	margin: 0;
	font-size: 22px;
}
.home .homepage-editors-picks {
	margin: 30px 0 0;
}
.home .editors-picks-row {
	margin-bottom: 10px;
}
.home .editors-pick-wrap {
	float: left;
	padding-left: 5px;
	position: relative;
	width: 50%;
}
.home .editors-pick-wrap.left {
	padding: 0 5px 0 0;
}
.home .editors-pick-img {
	background: #000;
	height: 325px;
	position: relative;
	width: 100%
}
.home .editors-picks-text-wrap {
	bottom: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.60);
	color: #fff;
	left: 0;
	margin: 0 0 0 5px;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: left;
}
.home .editors-pick-wrap.left .editors-picks-text-wrap {
	margin: 0 5px 0 0;
}
.home .editors-picks-text-wrap,
.home .editors-pick-title,
.home .editors-pick-author,
.home .editors-pick-category-wrap .wall-post-category {
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home .editors-pick-title {
	color: #fff;
	font-size: 28px;
	line-height: 1;
	margin: 0;
    text-transform: uppercase;
}
.home .editors-pick-author,
.home .editors-pick-category-wrap .wall-post-category {
	color: #fff;
	display: inline-block;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin: 5px 0 0;
}
.home .editors-pick-title:hover,
.home .editors-pick-author:hover,
.home .editors-pick-category-wrap .wall-post-category:hover {
	color: #e44d26;
}
.home .editors-pick-category-wrap {
	float: right;
}
.home .editors-pick-category-wrap .wall-post-category {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.home .editors-pick-wrap:hover .editors-picks-text-wrap {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.80);
}

@media (min-width: 980px) and (max-width: 1200px) {
	.home .hero-post-wrap {
		height: 344px;
	}
	.home .featured-posts-wrap {
		height: 310px;
	}
	.home .hero-img {
		height: 344px;
	}
	.home .hero-post-title {
		font-size: 45px;
	}
	.home .hero-post-author {
		font-size: 40px;
	}
	.home .section-header-title.featured {
		font-size: 28px;
	}
	.home .featured-post-img {
		height: 80px;
	}
	.home .featured-post-title {
		font-size: 20px;
	}
	.home .editors-pick-img {
		height: 300px;
	}
	.home .editors-pick-title {
		font-size: 26px;
	}
	.home .editors-pick-author,
	.home .editors-pick-category-wrap .wall-post-category {
		font-size: 17px;
	}
}
@media (max-width: 979px) {
	.home .hero-post-wrap,
	.home .featured-posts-wrap {
		float: none;
		width: 100%;
	}
	.home .hero-post-wrap {
		height: auto;
	}
	.home .featured-posts-wrap {
		height: 250px;
		overflow-y: hidden;
		padding: 0;
		margin-top: 20px;
	}
	.home .section-header-title.featured {
		margin-bottom: 5px;
	}
	.home .featured-posts {
		overflow-x: scroll;
	}
	.home .featured-posts-inner {
		width: 2650px;
	}
	.home .featured-post-wrap {
		float: left;
		margin: 0 10px 0 0;
		width: 250px;
	}
	.home .featured-post-img {
		height: 180px;
	}
	.home .homepage-editors-picks {
		margin-top: 10px;
	}
	.home .editors-pick-img {
		height: 260px;
	}
	.home .editors-pick-title {
		font-size: 24px;
	}
	.home .editors-pick-author,
	.home .editors-pick-category-wrap .wall-post-category {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.home .hero-img {
		height: 360px;
	}
	.home .hero-post-title {
		font-size: 50px;
	}
	.home .hero-post-author {
		font-size: 45px;
	}
	.home .featured-posts-wrap {
		height: auto;
		overflow-y: auto;
	}
	.home .featured-posts-inner {
		width: 100%;
	}
	.home .featured-posts {
		overflow-x: auto;
	}
	.home .featured-post-wrap {
		margin: 0 0 10px 0;
		width: 49.5%;
	}
	.home .featured-post-wrap:nth-child(odd) {
		margin-right: 1%;
	}
	.home .featured-post-img-inner {
		filter: alpha(opacity=60);
		opacity: 0.6;
	}
	.home .editors-pick-wrap {
		float: none;
		margin-bottom: 10px;
		padding: 0;
		width: 100%;
	}
	.home .editors-pick-wrap.left {
		padding: 0;
	}
	.home .editors-pick-wrap.left .editors-picks-text-wrap,
	.home .editors-pick-wrap .editors-picks-text-wrap {
		margin: 0;
	}
	.home .editors-picks-row {
		margin: 0;
	}
	.home .editors-pick-title {
		font-size: 24px;
	}
	.home .editors-pick-author,
	.home .editors-pick-category-wrap .wall-post-category{
		font-size: 15px;
	}
}
@media (max-width: 450px) {
	.home .hero-text-wrap {
		top: 20%;
	}
	.home .hero-img {
		height: 300px;
	}
	.home .section-header-title {
		font-size: 28px;
	}
	.home .hero-post-title {
		font-size: 40px;
	}
	.home .hero-post-author {
		font-size: 35px;
	}
	.home .featured-post-wrap {
		width: 100%;
	}
	.home .featured-post-wrap:nth-child(odd) {
		margin-right: 0;
	}
	.home .featured-post-img {
		height: 150px;
	}
	.home .editors-pick-title {
		font-size: 20px;
	}
	.home .editors-pick-author,
	.home .editors-pick-category-wrap .wall-post-category {
		font-size: 14px;
		font-weight: normal;
	}
	.home .editors-pick-img {
		height: 230px;
	}
}


/* 
   ------------------------------------------------------
					Homepage Top Authors
   ------------------------------------------------------
*/
#top-author-widget {
	margin: 30px 0 0;
	position: relative;
}
.top-author-left-nav,
.top-author-right-nav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	position: absolute;
	top: -1px;
	width: 30px;
	z-index: 10;
}
.top-author-left-nav {
	left: 0;
}
.top-author-right-nav {
  right: 0;
}
.top-author-nav-inner {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 100%;
	line-height: 35px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-author-nav-inner:hover {
	background: rgba(0, 0, 0, 0.9);
}
.top-author-nav-inner.hidden {
	display: none;
}
.top-author-nav-inner i.fa {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.home-top-author-container {
	margin: 0;
	overflow: hidden;
}
.top-author-row {
	position: relative;
	width: 303%
}
.home-top-author-container .single-top-author-wrap {
	margin-left: 0;
	position: relative;
	width: 5.555555%;
}
.home-top-author-container .single-top-author-wrap:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.top-author-img {
	background-color: #222;
	height: 190px;
	margin: 0 10px 0 0;
	max-height: 216px;
	position: relative;
}
.top-author-img:after {
	display: block;
	content: '';
	padding-top: 100%;
}
.top-author-img-inner {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale') !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')" !important;
	bottom: 0;
	left: 0;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.top-author-img img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.top-author-bio-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	padding: 0 10px 0 0;
	position: absolute;
	text-align: center;
	top: 40%;
	visibility: hidden;
	width: 100%;
}
.top-author-bio-bg {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 0;
}
.top-author-bio-hover {
	visibility: visible;
}
.author-name {
	color: #fff;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.home-top-author-container .author-post-count {
	color: #ccc;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.top-author-nav-wrap {
	margin: 10px 0;
	text-align: center;
	width: 100%;
}
.top-author-nav-wrap span {
	color: #aaa;
	cursor: pointer;
	padding: 0 6px;
}
.top-author-nav-wrap span.active {
	color: #3bc6f4;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.top-author-img {
		height: 148px;
		margin-right: 7px;
	}
	.top-author-bio-wrap {
		top: 30%;
	}
	.author-name {
		font-size: 22px;
	}
	.home-top-author-container .author-post-count {
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.top-author-img {
		height: 112px;
		margin-right: 5px;
	}
	.top-author-bio-wrap {
		top: 25%;
	}
	.author-name {
		font-size: 20px;
	}
	.home-top-author-container .author-post-count {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	#top-author-widget {
		display: none;
	}
}



/* 
   ------------------------------------------------------
					Post meta - likes, comments, views
   ------------------------------------------------------
*/
.single-meta-margin {
	margin-right: 12px;
}
.ldc-ul_cont, .entry-views-likes span, .ss-like-text {
	color: #aaa;
	font-size: 18px;
	font-weight: bold;
}
.ss-like-text {
	padding-right: 5px;
}
.entry-views-likes .fa {
	font-size: 17px;
	color: #333;
}
.entry-views-likes .fa-thumbs-o-up {
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;
}
.entry-views-likes .fa-thumbs-o-up:hover {
	color: #e44d26;
}
.entry-views-likes .single-meta-margin:last-child {
	margin-right: 0;
}
.entry-extra .entry-views-likes .fa {
	font-size: 14px;
}
.entry-extra .entry-views-likes {
	margin: 0;
} 
.entry-extra .ldc-ul_cont, .entry-extra .entry-views-likes span, .entry-extra .ss-like-text {
	color: #aaa;
	font-size: 13px;
}
.entry-extra .ss-like-text {
	display: none;
}
.entry-extra .entry-views-likes a {
	color: #aaa;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;
}
.entry-extra .entry-views-likes a:hover {
	color: #e44d26;
}


/* 
   ------------------------------------------------------
					Latest Posts Wall
   ------------------------------------------------------
*/
.latest-posts-container {
	margin: 30px 0 20px;
}
.stoke-wall-wrap div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.stoke-wall-row-clear {
	clear: both;
	height: 10px;
}
.stoke-wall-wrap .stoke-wall-post-wrap {
	float: left;
	overflow: hidden;
	position: relative;
}
.stoke-wall-wrap .stoke-wall-post-wrap .stoke-wall-img-link {
	background: #000;
}
.stoke-wall-wrap .stoke-wall-post-wrap.standard {
	width: 33.333334%;
}
.stoke-wall-wrap .stoke-wall-post-wrap.standard,
.stoke-wall-wrap .stoke-wall-post-wrap.standard .wall-post-img-outer {
	height: 260px;
}
.stoke-wall-wrap .stoke-wall-post-wrap.large {
	width: 60%;
}
.stoke-wall-wrap .stoke-wall-post-wrap.small {
	width: 40%;
}
.stoke-wall-wrap .stoke-wall-post-wrap.large,
.stoke-wall-wrap .stoke-wall-post-wrap.small,
.stoke-wall-wrap .stoke-wall-post-wrap.large .wall-post-img-outer,
.stoke-wall-wrap .stoke-wall-post-wrap.small .wall-post-img-outer {
	height: 320px;
}
.stoke-wall-wrap .stoke-wall-post-wrap.right-padding {
	padding-right: 10px;
}
.stoke-wall-wrap .wall-post-img-outer {
	position: relative;
}
.stoke-wall-wrap .wall-post-img-inner {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale') !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')" !important;
	bottom: 0;
	left: 0;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.stoke-wall-wrap .stoke-wall-post-wrap:hover .wall-post-info-wrap {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.90);
	bottom: 0;
}
.stoke-wall-wrap .wall-post-info-wrap {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);
	bottom: -37px;
	left: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-transition: all 0.3s linear;
}
.stoke-wall-wrap .wall-post-info-wrap.right-padding {
	margin-right: 10px;
}
.wall-post-info-wrap .wall-post-title,
.wall-post-info-wrap .wall-post-author,
.wall-post-info-wrap .wall-post-category {
	color: #fff;
	line-height: 1.1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-transition: all 0.3s linear;
}
.wall-post-info-wrap .wall-post-title:hover,
.wall-post-info-wrap .wall-post-author:hover,
.wall-post-info-wrap .wall-post-category:hover {
	color: #e44d26;
}
.wall-post-info-wrap .wall-post-title {
	font-size: 24px;
	margin: 0;
}
.wall-post-info-wrap .wall-post-category-wrap {
	float: right;
}
.wall-post-info-wrap .wall-post-author,
.wall-post-info-wrap .wall-post-category {
	font-size: 15px;
	font-weight: bold;
}
.wall-post-info-wrap .wall-post-category-divider {
	color: #fff;
	padding: 0 5px;
}
.wall-post-info-wrap .ldc-ul_cont,
.wall-post-info-wrap .entry-views-likes span,
.wall-post-info-wrap .ss-like-text {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
}
.wall-post-info-wrap .entry-views-likes {
	margin: 10px 0 0 3px;
}
.wall-post-info-wrap .entry-views-likes .fa {
	color: #fff;
}
.wall-post-info-wrap .entry-views-likes .fa-thumbs-o-up:hover {
	color: #e44d26;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.stoke-wall-wrap .stoke-wall-post-wrap.standard,
	.stoke-wall-wrap .stoke-wall-post-wrap.standard .wall-post-img-outer {
		height: 230px;
	}
	.stoke-wall-wrap .stoke-wall-post-wrap.large,
	.stoke-wall-wrap .stoke-wall-post-wrap.small,
	.stoke-wall-wrap .stoke-wall-post-wrap.large .wall-post-img-outer,
	.stoke-wall-wrap .stoke-wall-post-wrap.small .wall-post-img-outer {
		height: 290px;
	}
}
@media (max-width: 979px) {
	.stoke-wall-wrap .stoke-wall-post-wrap.standard,
	.stoke-wall-wrap .stoke-wall-post-wrap.standard .wall-post-img-outer {
		height: 210px;
	}
	.stoke-wall-wrap .stoke-wall-post-wrap.large,
	.stoke-wall-wrap .stoke-wall-post-wrap.small,
	.stoke-wall-wrap .stoke-wall-post-wrap.large .wall-post-img-outer,
	.stoke-wall-wrap .stoke-wall-post-wrap.small .wall-post-img-outer {
		height: 270px;
	}
	.wall-post-info-wrap .wall-post-title {
		font-size: 20px;
	}
	.wall-post-info-wrap .wall-post-author, .wall-post-info-wrap .wall-post-category {
		font-size: 14px;
		font-weight: normal;
	}
}
@media (max-width: 600px) {
	.stoke-wall-wrap .stoke-wall-post-wrap.standard,
	.stoke-wall-wrap .stoke-wall-post-wrap.standard .wall-post-img-outer,
	.stoke-wall-wrap .stoke-wall-post-wrap.large,
	.stoke-wall-wrap .stoke-wall-post-wrap.small,
	.stoke-wall-wrap .stoke-wall-post-wrap.large .wall-post-img-outer,
	.stoke-wall-wrap .stoke-wall-post-wrap.small .wall-post-img-outer {
		height: 300px;
	}
	.stoke-wall-wrap .stoke-wall-post-wrap.standard,
	.stoke-wall-wrap .stoke-wall-post-wrap.large,
	.stoke-wall-wrap .stoke-wall-post-wrap.small {
		width: 100%;
	}
	.stoke-wall-wrap .stoke-wall-post-wrap.right-padding {
		padding-right: 0;
	}
	.stoke-wall-wrap .stoke-wall-post-wrap {
		margin-bottom: 10px;
	}
	.stoke-wall-row-clear {
		height: 0;
        margin: 0;
	}
	.stoke-wall-wrap .wall-post-info-wrap.right-padding {
		margin-right: 0;
	}
	.stoke-wall-wrap .wall-post-info-wrap {
	background-color: rgb(0,0,0);
		background-color: rgba(0,0,0,0.7);
		bottom: 0;
	}
	.wall-post-info-wrap .wall-post-category-wrap {
		bottom: 10px;
		float: none;
		position: absolute;
		right: 10px;
	}
	.latest-posts-container {
		margin-top: 0;
	}
}


/* 
   ------------------------------------------------------
					Category Page
   ------------------------------------------------------
*/
.category .top-pagination-wrap {
	margin-top: 20px;
}
.category .latest-posts-container {
	margin-top: -35px;
}
.category .section-header-title {
	font-size: 65px;
	line-height: 70px;
	margin: 0 0 20px;
}
@media (max-width: 979px) {
	.category .latest-posts-container {
		margin-top: 0;
	}
	.category .section-header-title {
		font-size: 50px;
		line-height: 1;
	}
}
@media (max-width: 600px) {
	.category .section-header-title {
		font-size: 40px;
		line-height: 1;
	}
}


/* 
   ------------------------------------------------------
					Post Page
   ------------------------------------------------------
*/
	/* Post Page Threaded Comments */
	ol.comment-list { list-style:none; margin:0; padding:0; text-indent:0; }
	ol.comment-list li { border:5px solid #ddd; height:1%; margin:0 0 10px; padding:5px 7px 12px 96px; position:relative; }
	ol.comment-list li.alt { }
	ol.comment-list li.bypostauthor {}
	ol.comment-list li.byuser {}
	ol.comment-list li.comment-author-admin {}
	ol.comment-list li.comment { }
	ol.comment-list li div.comment-author { padding: 10px 170px 0 0; }
	ol.comment-list li div.vcard {}
	ol.comment-list li div.vcard cite.fn { font-style:normal; color: #222; }
	ol.comment-list li div.vcard cite.fn a.url { color:#222; text-decoration:none; font-size: 26px; }
	ol.comment-list li div.vcard cite.fn a.url:hover { color:#e44d26; }
	ol.comment-list li div.vcard img.avatar,
		ol.comment-list li div.vcard img { border:5px solid #ddd; left:7px; position:absolute; top:7px; height: 74px; width: 74px; }
	ol.comment-list li div.vcard img.avatar-32 {}
	ol.comment-list li div.vcard img.photo {}
	ol.comment-list li div.vcard span.says { display: none; }
	ol.comment-list li div.commentmetadata {}
	ol.comment-list li div.comment-meta { right:10px; text-align:left; top:5px; margin-top: 3px; }
	ol.comment-list li div.comment-meta a { font-size: 20px; color: #C2C2C2; text-decoration:none; font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif; }
	ol.comment-list li div.comment-meta a:hover { color:#e44d26; }
	ol.comment-list li p { margin:0 0 1em; font-size: 13px; }
	ol.comment-list li ul {  list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
	ol.comment-list li div.reply { background:#999; border:2px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
	ol.comment-list li div.reply:hover { background:#e44d26; border:2px solid #222; }
	ol.comment-list li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
	ol.comment-list li ol.children { list-style:none; margin:1em 0 0; text-indent:0; }
	ol.comment-list li ol.children li {  }
	ol.comment-list li ol.children li.alt {}
	ol.comment-list li ol.children li.bypostauthor {}
	ol.comment-list li ol.children li.byuser {}
	ol.comment-list li ol.children li.comment {}
	ol.comment-list li ol.children li.comment-author-admin {}
	ol.comment-list li ol.children li.depth-2 { margin:0 0 .25em; }
	ol.comment-list li ol.children li.depth-3 { margin:0 0 .25em; }
	ol.comment-list li ol.children li.depth-4 { margin:0 0 .25em; }
	ol.comment-list li ol.children li.depth-5 {}
	ol.comment-list li ol.children li.odd {}
	ol.comment-list li.even { background:#f7f7f7; }
	ol.comment-list li.odd { background:#fff; }
	ol.comment-list li.parent { }
	ol.comment-list li.pingback { }
	ol.comment-list li.pingback.parent { }
	ol.comment-list li.pingback div.vcard { padding:0 170px 0 0; }
	ol.comment-list li.thread-alt { }
	ol.comment-list li.thread-even {}
	ol.comment-list li.thread-odd {}

.single-post .post-month,
.post-category-top,
.post-author-top,
#reply-title,
.meta-tags p,
.comments-title,
.comment-author,
.comment-author a,
.comment-form-comment label,
.stoke-share-links .stoke-share-text,
.nothing-found-message {
	text-align: left;
	padding: 0 0 5px;
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-size: 23px;
	color: #999;
	text-transform: uppercase;
	font-weight: normal;
}
.single-post #content {
	padding-top: 15px;
}
.post-title-bar .row-fluid {
	height: 100%;
}
.single-post .post-category-top {
	float: left;
	width: 50%;
}
.single-post .post-category-top a, .single-post .post-author-top a {
	color: #222;
}
.single-post .post-category-top a:hover, .single-post .post-author-top a:hover {
	color: #e44d26;
}
.single-post .post-title-bar {
	padding: 0 20px;
}
#ssba {
	display: inline-block;
}
#ssba img {
	padding: 0 6px;
}
#ssba a:last-child img {
	padding-right: 0;
}
.stoke-share-links {
	float: right;
	height: 47px;
}
.single-post .entry-page {
	padding: 0 0 20px;
}
.entry-page a:hover {
	color: #e44d26;
}
.single-post .single-post-content-wrap {
	padding-top: 40px;
}
.single-post .single-post-content-wrap,
.single-post .meta-tags,
.single-post #author-info,
.single-post #comments {
	padding-left: 100px;
	padding-right: 100px;
}
.single-post .single-post-heading {
	margin-bottom: 40px;
	text-align: center;
}
.single-post .stoke-post-title {
	font-size: 60px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #222;
	margin: 0;
}
.single-post .post-author-date-wrap {
	margin: 10px 0 5px;
}
.single-post
.stoke-share-links .stoke-share-text {
	vertical-align: middle;
}
.single-post .post-month {
	margin: 0 0 10px 10px;
}
.single-post .post-author-top {
	margin-bottom: 10px;
}
.single-post .post-author-top,
.single-post .post-month {
	font-size: 28px;
}
.single-post .entry-views-likes {
	margin: 0 0 10px;
	text-align: center
}
.single-post-heading .entry-views-likes a {
	color: #aaa;
}
.single-post-heading .entry-views-likes a:hover {
	color: #e44d26;
}
.single-post .single-post-content-wrap .wp-caption {
	border: none;
	margin: 0 auto 20px;
}
.single-post .single-post-content-wrap img {
	margin: 0 auto 30px;
}
.single-post .wp-caption img {
	margin: 0;
	max-width: 100%;
}
.single-post .wp-caption .wp-caption-text {
	color: #666;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5;
	padding: 10px 0 0;
}
.single-post .read-comments-wrap {
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-size: 20px;
	margin: 0 100px 20px;
	position: relative;
	text-align: right;
	text-transform: uppercase;
}
.single-post .read-comments-text,
.single-post .read-comments-count {
	display: inline-block;
}
.single-post .read-comments-link:hover {
	cursor: pointer;
	text-decoration: none;
}
.single-post .read-comments-text {
	margin: 0;
}
.single-post .read-comments-count {
	color: #222;
	margin: 0 16px 0 25px;
}
.single-post .read-comments-count.more-than-ten {
	margin-right: 14px;
}
.single-post .read-comments-icon {
	color: #222;
	font-size: 40px;
	position: absolute;
	right: 0;
	top: -8px;
}
.comment-avatar {
	border: none;
	padding-top: 5px;
}
.stoke-view-full-img {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #C2C2C2;
	text-align: center;
	margin-top: -10px;
}
.widget {
	padding: 20px;
}
.ct_posts_widget h3.widget-title,
.widget_mc4wp_widget h3.widget-title {
	text-align: left;
	padding: 5px 0;
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-size: 24px;
	color: #C2C2C2;
	text-transform: uppercase;
	font-weight: normal;
	border: none;
}
.recent-posts-widget .post-title a {
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-weight: normal;
	font-size: 18px;
}
.recent-posts-widget .post-title a:hover {
	color: #e44d26;
}
.recent-posts-widget .entry-widget-date {
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	color: #C2C2C2;
	font-size: 15px;
}
.widget_mc4wp_widget {
	margin-bottom: 20px;
	padding: 20px;
}
.widget_mc4wp_widget .widget-title {
	margin-bottom: 0;
}
.widget_mc4wp_widget .mc4wp-success {
	color: #222;
	background-color: #99ccce;
	border-color: #fff;
}
.widget_mc4wp_widget form {
	margin: 0;
}
.newsletter-signup-text {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 5px 0;
	display: inline-block;
	font-size: 13px;
	color: #fff;
}
.single-post #comments {
	margin-top: 0;
	padding-top: 50px;
}
#reply-title, .comments-title {
	padding-top: 10px;
}
.comments-title {
	color: #222;
}
#respond .form-submit #submit,
.widget_mc4wp_widget .mailchimp-submit {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#respond .form-submit #submit:hover,
.widget_mc4wp_widget .mailchimp-submit:hover {
	background-color: #2f96b4;
	color: #fff;
}
.meta-tags p,
.comment-author a {
	font-size: 20px;
}
.meta-tags a,
.comment-author a {
	color: #222;
}
.comment-author a time,
.comment-author a.comment-reply-link,
.comment-form-comment label {
	font-size: 16px;
	color: #C2C2C2;
}
.meta-tags a:hover,
.comment-author a time:hover,
.comment-author a:hover {
	color: #e44d26;
}
.comment-form-comment label {
	margin-bottom: 0;
}
#layout #footer .install,
#footer .logo {
	display: none;
}
#disqus_thread {
	padding-right: 20px;
}
#comments .comment-avatar img {
	width: 64px;
}
.widget-post-small-thumb img {
	margin: 0 15px 0 0;
}

/* 
   ------------------------------------------------------
					Post Page Author Meta
   ------------------------------------------------------
*/
.single-post .single-post-author-wrap {
	background: #333;
	margin-bottom: 20px;
	min-height: 155px;
	padding: 20px 0;
}
#author-info {
	padding-top: 0;
}
.single-post-author-wrap .post-author-title {
	font-size: 34px;
	line-height: 1.1;
	text-transform: uppercase;
	word-wrap: break-word;
	font-weight: normal;
}
.single-post-author-wrap .post-author-title a {
	color: #fff;
}
.single-post-author-wrap .post-author-title a:hover {
	color: #e44d26;
}
.single-post-author-wrap .author-text-title {
	color: #ccc;
	margin-bottom: 0;
	text-transform: uppercase;
}
.single-post-author-wrap .single-post-author-avatar {
	float: left;
	padding: 0 15px 15px 0;
}
.single-post-author-wrap .single-post-author-avatar-img {
	height: 209px;
	width: 100%;
}
.single-post-author-wrap .single-post-author-avatar-img {
	position: relative;
}
.single-post-author-wrap .single-post-author-avatar-inner {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale') !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')" !important;
	bottom: 0;
	left: 0;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.single-post-author-wrap .post-author-description {
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
}
.single-post-author-wrap .post-author-personal-website {
	margin-top: 15px;
}
.single-post-author-wrap .post-author-personal-website .website-text {
	color: #fff;
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-size: 20px;
	margin-right: 5px;
	text-transform: uppercase;
}
.single-post-author-wrap .author-read-more-social-wrap {
	color: #fff;
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-size: 20px;
	margin-top: 15px;
	text-transform: uppercase;
}
.author-read-more-social-wrap .read-more-social-divide {
	padding: 0 10px;
}
.single-post-author-wrap .author-read-more-social-wrap .author-read-more-link {
	display: inline-block;
}
.single-post-author-wrap .author-read-more-social-wrap .author-icon-row {
	display: inline-block;
	margin: 0;
}
.author-read-more-social-wrap .author-icon-list {
	display: inline-block;
	margin-left: 10px;
}
.author-read-more-social-wrap .author-icon-list i {
	font-size: 24px;
}
.author-read-more-social-wrap .author-icon a {
	color: #fff;
}
.author-read-more-social-wrap .author-icon a:hover {
	color: #e44d26;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.single-post-author-wrap .single-post-author-avatar-img {
		height: 186px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.single-post-author-wrap .single-post-author-avatar-img {
		height: 142px;
	}
}
@media (max-width: 767px) {
	.single-post .single-post-author-wrap {
		padding: 20px 10px;
	}
	.single-post-author-wrap .single-post-author-avatar {
		max-width: 80%;
	}
	.single-post .single-post-author-wrap .single-post-author-bio {
		clear: both;
	}
	.single-post-author-wrap .single-post-author-avatar-img {
		height: 273px;
		width: 273px;
	}
}
@media (max-width: 600px) {
	.author-read-more-social-wrap .read-more-social-divide {
		display: none;
	}
	.single-post-author-wrap .author-read-more-social-wrap .author-icon-row {
		display: block;
		margin-top: 10px;
	}
	.single-post-author-wrap .single-post-author-avatar-img {
		height: 240px;
		width: 240px;
	}
}
@media (max-width: 500px) {
	.single-post-author-wrap .single-post-author-avatar {
		max-width: 100%;
		padding-right: 0;
	}
}



/* 
   ------------------------------------------------------
					Author Page
   ------------------------------------------------------
*/
.author-profile .your-profile-wrap {
	border: 5px solid #e44d26;
	display: none;
	padding: 20px 35px 20px 20px;
	position: relative;
	text-align: center;
}
.author-profile .your-profile-wrap h2 {
	line-height: 1.1;
	margin: 0;
}
.author-profile .your-profile-wrap a {
	padding-left: 5px;
}
.author-profile .your-profile-close {
	cursor: pointer;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.author-profile .author-header-wrap {
	position: relative;
	width: 100%;
}
.author-profile .author-cover-img-outer {
	height: 375px;
	position: relative;
	width: 100%;
}
.author-profile .author-cover-img-inner,
.author-profile .author-avatar-inner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	zoom: 1;
}
.author-profile .author-avatar-wrap {
	border: 2px solid #fff;
	height: 250px;
	position: relative;
	width: 250px;
}
.author-profile .author-avatar-name-wrap,
.author-profile .author-bio-website-wrap {
	padding-left: 20px;
	position: relative;
}
.author-profile .author-avatar-name-wrap {
	margin-top: -185px;
}
.author-profile .author-name-header {
	bottom: 0;
	font-size: 62px;
	left: 285px;
	line-height: .75;
	position: absolute;
	margin: 0;
}
.author-profile .author-bio-website-wrap {
	margin-top: 20px;
	max-width: 80%;
}
.author-profile .author-profile-bio {
	margin-bottom: 10px;
}
.author-profile .author-profile-website {
	margin-bottom: 0;
}
.author-profile .author-profile-website a {
	font-weight: bold;
}
.author-profile .posts-header-social-wrap {
	height: 85px;
	padding: 0 20px;
}
.author-profile .posts-header-social-wrap,
.author-profile .latest-posts-header-wrap,
.author-profile .author-social-links-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.author-profile .author-social-header,
.author-profile .latest-posts-header {
	font-size: 35px;
}
.author-profile .author-social-links-wrap,
.author-profile .latest-posts-header-wrap {
	float: left;
	width: 50%
}
.author-profile .latest-posts-header-wrap {
	height: 85px;
	position: relative;
}
.author-profile .latest-posts-header {
	bottom: 0;
	margin-bottom: 0;
	position: absolute;
}
.author-profile .author-social-links-wrap {
	text-align: right;
}
.author-profile .author-social-header {
	margin: 0;
}
.author-profile .author-social-link-list {
	margin-top: 5px;
}
.author-profile .author-social-link-list .author-icon a {
	color: #000;
}
.author-profile .author-social-link-list .author-icon a:hover {
	color: #e44d26;
}
.author-profile .latest-posts-container {
	clear: both;
}

@media (max-width: 1200px) {
	.author-profile .author-cover-img-outer {
		height: 325px;
	}
	.author-profile .author-avatar-wrap {
		height: 200px;
		width: 200px;
	}
	.author-profile .author-avatar-name-wrap {
		margin-top: -140px;
	}
	.author-profile .author-name-header {
		left: 245px;
	}
}
@media (max-width: 979px) {
	.author-profile .your-profile-wrap h2 {
		font-size: 26px;
	}
	.author-profile .author-bio-website-wrap {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.author-profile .author-cover-img-outer {
		height: 260px;
	}
}
@media (max-width: 600px) {
	.author-profile .your-profile-wrap {
		padding: 10px 35px 10px 10px;
	}
	.author-profile .your-profile-wrap h2 {
		font-size: 20px;
	}
	.author-profile .author-cover-img-outer {
		height: 240px;
	}
	.author-profile .author-avatar-wrap {
		height: 150px;
		width: 150px;
	}
	.author-profile .author-avatar-name-wrap {
		margin-top: -125px;
	}
	.author-profile .author-name-header {
		font-size: 48px;
		left: 0;
		margin-top: 15px;
		position: relative;
	}
	.author-profile .posts-header-social-wrap,
	.author-profile .latest-posts-header-wrap {
		height: auto;
	}
	.author-profile .author-social-links-wrap,
	.author-profile .latest-posts-header-wrap {
		float: none;
		width: 100%;
	}
	.author-profile .author-social-links-wrap {
		margin-top: 10px;
		text-align: left;
	}
	.author-profile .latest-posts-header-wrap {
		display: none;
	}
	.author-profile .latest-posts-header {
		position: static;
	}
}
@media (max-width: 400px) {
	.author-profile .author-cover-img-outer {
		height: 190px;
	}
}


/* 
   ------------------------------------------------------
					Contributors Page
   ------------------------------------------------------
*/
.contrib-page div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contrib-page .contrib-header-promo {
	font-size: 18px;
}
.contrib-page .contrib-page-wrap {
	margin: 0 5px;
}
.contrib-page .contrib-wrap {
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 5px;
	position: relative;
	width: 20%;
}
.contrib-page .contrib-img {
	height: 218px;
	position: relative;
	width: 100%;
}
.contrib-page .contrib-img-inner {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale') !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')" !important;
	bottom: 0;
	left: 0;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	zoom: 1;
}
.contrib-page .contrib-bio-wrap {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);
	left: 5px;
	padding: 10px;
	position: absolute;
	right: 5px;
	top: 180px;
}
.contrib-page .contrib-author-name {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	margin: 0 0 5px;
}
.contrib-page .contrib-author-link:hover .contrib-author-name {
	color: #e44d26;
}
.contrib-page .contrib-author-descrption {
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 0;
}

@media (max-width: 979px) {
	.contrib-page .contrib-wrap {
		width: 25%;
	}
}
@media (max-width: 767px) {
	.contrib-page .contrib-wrap {
		width: 33.33333%;
	}
	.contrib-page .homepage-section-header-title {
		font-size: 50px;
	}
	.contrib-page .contrib-header-promo {
		font-size: 14px;
	}
}
@media (max-width: 600px) {
	.contrib-page .contrib-wrap {
		width: 50%;
	}
}
@media (max-width: 400px) {
	.contrib-page .contrib-wrap {
		width: 100%;
	}
	.contrib-page .contrib-img {
		height: 170px;
	}
	.contrib-page .contrib-bio-wrap {
		top: 133px;
	}
	.contrib-page .homepage-section-header-title {
		font-size: 40px;
	}
	.contrib-page .contrib-header-promo {
		font-size: 13px;
	}
}


/* 
   ------------------------------------------------------
					About Page
   ------------------------------------------------------
*/
#about-page-wrapper .entry-page {
	padding: 0;
}
.about-page-container .homepage-section-header-title {
	background: none;
	padding: 20px 0;
}
.about-page-section {
	height: 540px;
}
.about-page-container div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.about-page-container .video-section {
	padding: 0 20px;
}
.about-page-section.action {
	background: url('http://spreadstoke.com/wp-content/uploads/2013/11/about-spread-stoke-03.jpg') no-repeat;
	height: 504px;
}
.about-page-title {
	text-transform: uppercase;
	font-size: 144px;
	font-weight: normal;
	line-height: 1;
	margin: 125px auto 0;
	padding: 10px 0 6px;
	color: #fff;
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
	border-top: 3px solid #fff;
	width: 46%;
	position: relative;
}
.about-page-title.team {
	margin: 80px auto 0;
	text-align: center;
	color: #111;
	text-shadow: none;
	border-top: 3px solid #e44d26;
}
.about-page-title-bottom-line {
	margin: 0 auto;
	width: 58%;
	border-bottom: 3px solid #fff;
}
.about-page-section-team .about-page-title-bottom-line {
	border-bottom: 3px solid #e44d26;
}
.about-page-section-text {
	background-color: #fff;
	color: #000;
	padding: 0 20px;
}
.about-page-text-title {
	font-size: 35px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
.video-section .about-page-text-title {
	margin-bottom: 10px;
}
.about-page-text.first {
	font-size: 18px;
	margin-bottom: 20px;
	color: #555;
}
.about-page-text {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
.about-page-text a {
	color: #3bc6f4;
	font-weight: bold;
}
.about-page-section-text .about-page-text-title {
	color: #000;
	padding: 20px 0 0;
}
.about-page-container .about-img-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	max-width: 70%;
}
.about-img-circle.adventure {
	margin: 120px 60px 60px;
}
.team-members-container {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.hex-founder-img {
	margin: 60px auto 0;
	width: 280px;
}
.about-page-founder-name {
	font-style: normal;
	font-weight: normal;
	font-size:30px;
	line-height: 28px;
	text-transform: uppercase;
	margin: 10px 0 5px;
}
.about-page-founder-name a {
	color: #222;
}
.about-page-founder-name a:hover {
	color: #e44d26;
}
.about-page-founder-title {
	color: #e44d26;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 2px solid #888;
	width: 90%;
	font-size: 22px;
	font-weight: normal;
}
.about-page-founder-bio {
	margin-top: 10px;
	padding: 0 10px;
	font-size: 15px;
}
.about-page-section-team {
	padding-bottom: 40px;
}

/* 
   ------------------------------------------------------
					Contact Page
   ------------------------------------------------------
*/
.contact-stoke {
	padding-top: 20px;
}
.contact-stoke .homepage-section-header-title {
	background: none;
}
.contact-follow-stoke .follow-stoke-heading {
	color: #000;
	margin-top: 20px;
	font-size: 50px;
	line-height: 50px;
	text-transform: none;
}
.contact-stoke .entry-page {
	padding: 0 20px 20px;
}
.contact-follow-stoke {
	background: rgba(0,0,0, 0.8);
	color: #fff;
	padding: 30px 20px;
	text-align: right;
	margin-top: 60px;
}
.contact-follow-stoke .follow-stoke-heading {
	color: #fff;
	margin: 0;
}
.contact-follow-stoke p {
	margin-top: 10px;
}
.follow-stoke-icons img {
	margin: 0 5px;
}

/* 
   ------------------------------------------------------
					Tag Archive
   ------------------------------------------------------
*/
.tag-title {
	margin-bottom: 40px;
}


/* 
   ------------------------------------------------------
					Full Width Pages
   ------------------------------------------------------
*/
.stoke-full-width .tag-title {
	margin: 20px;
}


/* 
   ------------------------------------------------------
					404
   ------------------------------------------------------
*/
.four-oh-four-subhead {
	text-align: left;
	padding: 0 0 5px;
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-size: 34px;
	color: #555;
	text-transform: uppercase;
	font-weight: normal;
}
.four04-fail-gif {
	padding: 20px 20px 10px;
	margin: 0 auto;
}
.gif-src {
	font-size: 10px;
	padding-left: 20px;
}

/* 
   ------------------------------------------------------
					Sitemap
   ------------------------------------------------------
*/

.sitemap-page .entry-page {
	padding-top: 0;
}
.sitemap-h2 {
	margin: 0 0 15px;
	font-size: 46px;
	line-height: 50px;
	text-transform: uppercase;
}
.sitemap-h3 {
	font-size: 34px;
	line-height: 40px;
	text-transform: uppercase;
	color: #555;
	margin-left: 10px;
}
#content.sitemap-page ul {
	margin-left: 20px;
}
#content.sitemap-page ul li {
	list-style: none;
	padding: 0;
	line-height: 1.5;
}
.sitemap-page .entry-page .row-fluid {
	margin-bottom: 30px;
}


/* 
   ------------------------------------------------------
					Footer
   ------------------------------------------------------
*/
#footer {
	border: none;
	color: #fff;
	font-size: 15px;
	margin-top: 25px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.85);
	opacity: 1.0;
}
#footer .container {
	padding: 40px 0 0;
}
#footer > .transparent-bg {
	background: none;
	opacity: 1.0;
	height: 0;
	width: 0;
}
#tweetable {
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.twitter_meta {
	color: #ccc;
}
#footer .copyright-info {
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	padding: 0 20px;
	text-align: center;
}
#footer .ct_instagram_widget-2 li {
	background-color: #e44d26;
}
#footer .ct_instagram_widget-2 li img:hover {
	opacity: 0.5;
}
#decent_comments_widget-2 .comment-author a {
	color: #fff;
}
#decent_comments_widget-2 .comment-author a:hover {
	color: #e44d26;
	border-bottom: 1px dashed #9a9898;
}
.decent-comments .comment {
	padding: 10px 0;
	border-bottom: 1px dashed #9a9898;
}
.decent-comments .comment-avatar {
	margin-right: 10px;
	padding: 0 0 5px;
	display: none;
}
.footer-bottom-nav {
	padding-bottom: 10px;
}
.ss-t-and-c,
.disclosure-text {
	text-align: center;
	font-size: 9px;
}
.disclosure-text {
	margin-bottom: 0;
	line-height: 1.2;
}
.decent-comments .comment-avatar img {
	width: 64px;
}
.decent-comments .comment-author {
	display: block;
	color: #fff;
	font-size: 26px;
}
.footer-disclosure-wrap {
	padding-bottom: 40px;
}


/* 
   ------------------------------------------------------
					Dashboard
   ------------------------------------------------------
*/
.status-publish h2 span {
	text-transform: uppercase;
}
.wpuf-table.post img,
.wpuf-table.post iframe {
	width: 100%;
	max-width: 100px;
}
.wpuf-author .wpuf-author-inside {
	height: auto;
	min-height: 85px;
}
.wpuf-author-info {
	padding: 10px;
}
table.wpuf-table td {
	font-weight: bold;
	padding: 10px 24px;
}
table.wpuf-table td a {
	color: #222;
}
table.wpuf-table td a span {
	padding-left: 10px;
}
table.wpuf-table td a:hover {
	color: #e44d26;
}
.wpuf-pagination {
	margin: 20px 10px;
}
.entry-page .post_count {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
	padding-bottom: 5px;
}
.dashboard-buttons {
	float: right;
	margin: 30px 20px;
}
.dashboard-no-posts-found {
	font-weight: normal;
}


/* 
   ------------------------------------------------------
					New Post
   ------------------------------------------------------
*/
.new-post-intro-wrap {
	padding: 0 50px 10px 10px;
}
.wpuf-form-add label {
	cursor: default;
}
.wpuf-form-add .wpuf-label label,
.wpuf-author .wpuf-author-inside p.wpuf-user-name a,
.login label,
.login .tml-action-links a,
.signup-required-text {
	text-align: left;
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-size: 23px;
	color: #222;
	text-transform: uppercase;
	font-weight: normal;
}
ul.wpuf-form li .wpuf-label {
	width: 22%;
	padding-right: 1%;
}
ul.wpuf-form li .wpuf-fields {
	width: 72%;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container {
	margin-bottom: 10px;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a#wpuf-insert-image,
.login #wp-submit {
	padding: 5px 12px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #21759b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b));
	background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);
	background-image: -moz-linear-gradient(top, #2a95c5, #21759b);
	background-image: -ms-linear-gradient(top, #2a95c5, #21759b);
	background-image: -o-linear-gradient(top, #2a95c5, #21759b);
	background-image: linear-gradient(to bottom, #2a95c5, #21759b);
	border-color: #21759b;
	border-bottom-color: #1e6a8d;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
ul.wpuf-form li {
	margin-bottom: 12px;
}
.wpuf_customs {
	display: none;
}
.wpuf-author-inside {
	padding-bottom: 15px;
}
.wpuf-author h3 {
	font-size: 24px;
	font-weight: normal;
}
.wpuf-author .wpuf-author-inside p.wpuf-user-name a:hover {
	color: #e44d26;
}
.wpuf_ss_post_type input {
	vertical-align: baseline;
}
#content .wpuf_ss_gallery_image,
#content .wpuf_ss_video_link {
	display: none;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #bbb;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #bbb;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #bbb;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #bbb;
}
.post-type-explain,
#wpuf-insert-image-container .wpuf_help {
	color: #666;
	font-size: 12px;
	font-style: italic;
	margin-left: 5px;
}
#wp-post_content-wrap {
	border: 1px solid #222;
}
.wpuf-submit #wpuf-post-draft {
	margin-left: 10px;
}
.wpuf-submit #wpuf-post-draft:hover {
	color: #999;
}
.wpuf-submit .wpuf-help {
	color: #666;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 0 0 5px 23%;
}
.wpuf-submit .wpuf-help.first {
	margin-top: 10px;
}
.new-post-tips-list {
	margin-bottom: 30px;
}
.new-post-tips-list li {
	margin-left: 30px;
}
.new-post-tips-title {
	font-weight: bold;
	margin-bottom: 0;
}
.new-post-disclaimer {
	font-size: 12px;
	line-height: 1.3;
	padding: 0 10px;
}


/* 
   ------------------------------------------------------
					Login
   ------------------------------------------------------
*/
.forgetmenot,
.forgetmenot input,
.forgetmenot label {
	height: 30px;
	vertical-align: middle;
}
.login #rememberme {
	margin: 0 5px 0 0;
}
.login #wp-submit {
	padding: 0 20px;
}
.login .tml-action-links {
	list-style: none;
	margin: 0;
}
.login .tml-action-links li {
	float: left;
	padding: 10px 20px 10px 0;
}
.login .tml-action-links a:hover {
	color: #e44d26;
}

/* 
   ------------------------------------------------------
					Sign Up
   ------------------------------------------------------
*/
.signup-required-text {
	color: #C2C2C2;
	margin: -10px 20px;
	font-size: 18px;
}
.signup-required-text span {
	color: #e44d26;
	font-size: 23px;
}
input[type="checkbox"] {
margin: -1px 5px 0;
}
.sign-up-page-welcome {
	margin: 0 20px 40px;
}
.sign-up-page-welcome .stoke-post-title {
	color: #000;
	font-size: 35px;
	font-weight: normal;
	line-height: 40px;
	margin: 0 0 5px;
}
.sign-up-page-welcome .stoke-post-title.not-first {
	margin-top: 20px;
}
.why-signup-text {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
#mc4wp-checkbox {
	margin-left: 24%;
}
.register-initial-hidden {
	display: none;
}
#personalize-profile-label {
	width: 31%;
}
#personalize-profile-btn-wrap {
	width: 65%;
}
#personalize-profile-btn {
	padding: 0 15px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 28px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #01414e;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;
}
#personalize-profile-btn:hover {
	background-color: #99ccce;
}
.signup-page ul.wpuf-form li {
	margin-bottom: 0;
}
.signup-page ul.wpuf-form li .wpuf-fields .wpuf-help {
	margin-left: 10px;
}


/* 
   ------------------------------------------------------
					Welcome
   ------------------------------------------------------
*/
.welcome-page-content h3,
.welcome-page-content span,
.thank-you-boom {
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	color: #222;
}
.welcome-page-content .stoke-share-links {
	float: none;
	margin: -10px 0 20px;
}


/* 
   ------------------------------------------------------
					Thanks
   ------------------------------------------------------
*/
.thanks-new-post-buttons {
	padding: 20px 0;
	min-height: 60px;
}
.thanks-new-post-buttons .spread-stoke-btn-lg {
	float: left;
	margin: 10px 20px 10px 0;
}

/* 
   ------------------------------------------------------
					DFP Ads
   ------------------------------------------------------
*/
aside.widget_text {
	background: #fff;
	padding: 0;
	margin-bottom: 20px;
}
.post-sidebar-rectangle-ad {
	margin: 0 auto;
	width: 300px;
}
.stoke-inline-tout-ad {
	margin: 0 35px 35px 0;
	width: 352px;
}
.stoke-inline-tout-ad-inner {
	margin: 0 auto;
}


/* 
   ------------------------------------------------------
					Store
   ------------------------------------------------------
*/
.woocommerce #content {
	padding-top: 0;
}
.container.shop-breadcrumb-wrap {
	position: relative;
	z-index: 5;
}
.woocommerce .stoke-shop-page .page-title {
	display: none;
}
.woocommerce .page-title-bar {
	padding: 20px 20px 10px;
}
.stoke-shop-header {
	background: #fff;
	padding: 0 20px;
}
.stoke-shop-header .stoke-shop-title {
	padding: 0;
	margin: 0;
	font-size: 70px;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: normal;
}
.stoke-shop-header .stoke-shop-subtitle {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #8c919b;
	text-transform: uppercase;
}
.stoke-shop-header .homepage-section-header-title {
	text-align: center;
	margin-top: 40px;
}
.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus,
.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
	display: inline-block;
	float: none;
	position: static;
	padding: 7px 5px 8px;
	width: 25px;
	height: 41px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: none;
	vertical-align: middle;
	font-size: 14px;
	border-radius: 0;
}
.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus {
	border-right: 0;
	margin-right: -1px;
}
.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
	border-left: 0;
}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover {
	background: #eee;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	display: inline-block;
	box-sizing: border-box;
	float: none;
	margin: 0;
	border: 1px solid #ccc;
	width: 35px;
	height: 41px;
	padding: 0 5px;
	text-align: center;
}
.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
	width: 90px;
	float: right;
}
.woocommerce-checkout #content #payment #place_order,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button,
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
	color: #fff;
	float: left;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 30px;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: none;
	background: #3bc6f4;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	padding: 10px 15px;
}
.woocommerce-checkout #content #payment #place_order:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover,
.woocommerce div.product form.cart .button:hover, .woocommerce #content div.product form.cart .button:hover, .woocommerce-page div.product form.cart .button:hover, .woocommerce-page #content div.product form.cart .button:hover {
	background: #01414e;
}
.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
	font-size: 45px;
	margin-bottom: 30px;
	line-height: 1;
}
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
	font-weight: bold;
	font-size: 25px;
	color: #01414e;
}
.woocommerce div[itemprop="description"] {
	padding: 0 0 20px;
}
.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
	width: 300px;
}
.pp_gallery ul {
	height: 52px;
}
.pp_gallery ul a {
	height: 50px;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	font-size: 26px;
	padding: 0 0 10px;
	line-height: 1.2;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	font-size: 20px;
}
.woocommerce div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label {
	padding: 5px !important;
	background: none;
	margin-right: 10px;
	width: 10%;
	color: #000;
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
}
.woocommerce .variations .label label {
	margin: 0;
}
.woocommerce .variations .reset_variations {
	display: inline-block;
	margin-left: 20px;
	font-weight: bold;
	color: #01414e;
}
.woocommerce .variations tr:nth-child(2) {
	line-height: 30px;
	vertical-align: middle;
}
.woocommerce div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td {
	display: inline-block;
}
.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart,
.woocommerce div.product form.cart .variations, .woocommerce #content div.product form.cart .variations, .woocommerce-page div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations {
	width: 100%;
}
.woocommerce div.product form.cart .variations select, .woocommerce #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select {
	width: auto;
}
.woocommerce .variations_button {
	width: 300px;
}
.woocommerce div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page div.product p.stock, .woocommerce-page #content div.product p.stock {
	font-size: 14px;
	color: #3bc6f4;
	margin-left: 10px;
}
.woocommerce .product_meta .sku_wrapper, .woocommerce .product_meta .posted_in {
	display: block;
}
.woocommerce #content .woocommerce-message .button {
	padding: 5px 10px;
	font-size: 14px;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
	border-top: 3px solid #3bc6f4;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
	color: #fff;
	background-color: #3bc6f4;
}
.woocommerce-page .related ul.products li.product {
	width: 25% !important;
}
.woocommerce-page .upsells ul.products li.product {
	width: 30.75% !important;
}
.woocommerce-page .upsells ul.products li.product.last + li.product.first {
	clear: none !important;
	margin-left: 3.8% !important;
	margin-right: 0 !important;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	margin-bottom: 10px;
}
.woocommerce .related, .woocommerce .upsells.products, .woocommerce-page .related, .woocommerce-page .upsells.products {
	clear: both;
}
/**** Cart ****/
.woocommerce .cart .product-remove {
	padding: 5px;
	width: 30px;
}
.woocommerce .cart .product-thumbnail {
	width: 125px;
}
.woocommerce .cart .attachment-shop_thumbnail {
	width: 75px !important;
}
.woocommerce td.product-name dl.variation dd {
	margin-bottom: 5px;
}
.woocommerce td.product-name a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.woocommerce td.product-name a:hover {
	color: #99ccce;
}
.woocommerce-cart #content .quantity {
	width: 90px;
	margin: 0;
}
.woocommerce-page #content table.cart td.actions .coupon {
	width: 50%;
}
.woocommerce-cart #content #coupon_code {
	width: auto !important;
	padding: 10px;
	line-height: 35px;
	height: 35px;
}
.woocommerce-cart #content input.button {
	font-size: 14px;
}
.woocommerce-cart #content .coupon input.button {
	margin-left: 10px;
}
.woocommerce-cart #content .cart .button[name="update_cart"],
.woocommerce-cart #content .cart .checkout-button {
	float: none;
}
.woocommerce-cart #content .cart input.checkout-button {
	background: #e44d26;
	color: #fff;
	text-shadow: none;
	margin-left: 20px;
}
.woocommerce-cart #content .cart input.checkout-button:hover {
	text-shadow: none;
	background: #3bc6f4;
	color: #fff;
}
.woocommerce-cart .shipping_calculator a {
	color: #000;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
	width: auto;
	font-size: 14px;
}
.woocommerce-cart #content input[name="calc_shipping_postcode"] {
	height: 30px;
}

/**** Checkout ****/
.woocommerce-checkout #content form input.input-text {
	height: 30px;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #content #ship-to-different-address label,
.woocommerce-checkout #content #order_review_heading {
	font-size: 35px;
	font-weight: normal;
	padding: 0;
	line-height: 40px;
	margin-bottom: 10px;
}
.woocommerce-checkout #content #order_review_heading {
	margin-top: 30px;
}
.woocommerce-checkout #content #payment #place_order {
	float: right;
}
.woocommerce-checkout .showcoupon {
	color: #777;
}
.woocommerce-checkout .showcoupon:hover {
	color: #99ccce;
}

/* 
   ------------------------------------------------------
			Related posts widget
   ------------------------------------------------------
*/
.crp_related {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
}
.crp_related .crp_heading-top {
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 25px 20px;
	text-transform: uppercase;
	line-height: 1;
}
.crp_related .crp-inner-col {
	padding-right: 5px;
	margin: 0;
	width: 50%;
}
.crp_related .crp-inner-col.right {
	padding-left: 5px;
	padding-right: 0;
}
.crp_related .crp-post-tall,
.crp_related .crp-post-tall .crp_thumb-outer {
	height: 400px;
}
.crp_related .crp-post-short,
.crp_related .crp-post-short .crp_thumb-outer {
	height: 275px;
}
.crp_related .crp_post-wrap {
	margin-bottom: 10px;
	position: relative;
}
.crp_related .crp_related-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);
	padding: 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-transition: all 0.3s linear;
}
.crp_related .crp_post-wrap:hover .crp_related-title-wrap {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
}
.crp_related .crp_title,
.crp_related .crp_author {
	display: block;
	color: #fff;
}
.crp_related .crp_author {
	font-size: 15px;
}
.crp_related .crp_author a {
	color: #fff;
	font-weight: bold;
}
.crp_related .crp_title {
	font-family: "league_gothicregular", "Helvetica Neue","Helvetica","Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-size: 20px;
}
.crp_related .crp_thumb-outer {
	position: relative;
}
.crp_related .crp_thumb-outer:after {
	display: block;
	content: '';
}
.crp_related .crp-post-short .crp_thumb-outer:after {
	padding-top: 47%;
}
.crp_related .crp-post-tall .crp_thumb-outer:after {
    padding-top: 69%;
}
.crp_related .crp_thumb {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale') !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')" !important;
	bottom: 0;
	left: 0;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}


/* 
   ------------------------------------------------------
					Single Gear Review
   ------------------------------------------------------
*/
.gear .gear-review-content-wrap {
	float: left;
	width: 74.358%;
}
.gear .gear-review-sidebar-wrap {
	float: left;
	margin-top: 40px;
	width: 25.642%;
}
.gear .gear-review-content-wrap .single-post-content-wrap {
	padding-top: 40px;
}
.gear .gear-review-content-wrap .single-post-content-wrap,
.gear .gear-review-content-wrap #author-info,
.gear .gear-review-content-wrap .meta-tags {
	padding-left: 40px;
	padding-right: 40px;
}
.gear .gear-review-rating-wrap {
	margin: 40px auto 0;
	max-width: 500px;
	text-align: left;
}
.gear .crp_related {
	clear: both;
}
.gear .gear-review-content-wrap .read-comments-wrap {
	margin: 0 40px 20px;
}
.gear .overall_score > .score_value {
	padding-bottom: 15px;
}
.gear .score-list .fa {
	font-size: 18px;
}
#content .gear ul.score-list li.summary-review {
	font-size: 12px;
	font-style: normal;
	line-height: 1.7;
}

@media (max-width: 1200px) {
	.gear .gear-review-content-wrap {
		width: 68.085%;
	}
	.gear .gear-review-sidebar-wrap {
		width: 31.915%;
	}
}
@media (max-width: 979px) {
	.gear .gear-review-content-wrap {
		width: 58.562%;
	}
	.gear .gear-review-sidebar-wrap {
		width: 41.438%;
	}
	.gear .gear-review-content-wrap .single-post-content-wrap,
	.gear .gear-review-content-wrap #author-info,
	.gear .gear-review-content-wrap .meta-tags {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gear .gear-review-content-wrap .read-comments-wrap {
		margin: 0 20px 20px;
	}
}
@media (max-width: 767px) {
	.gear .gear-review-content-wrap,
	.gear .gear-review-sidebar-wrap {
		clear: both;
		float: none;
		width: 100%;
	}
	.gear .gear-review-sidebar-wrap {
		margin: 40px 0;
	}
	.gear .gear-review-content-wrap .single-post-content-wrap,
	.gear .gear-review-content-wrap #author-info,
	.gear .gear-review-content-wrap .meta-tags {
		padding-left: 40px;
		padding-right: 40px;
	}
	.gear .gear-review-content-wrap .read-comments-wrap {
		margin: 0 40px 20px;
	}
}
@media (max-width: 600px) {
	.gear .gear-review-content-wrap .single-post-content-wrap,
	.gear .gear-review-content-wrap #author-info,
	.gear .gear-review-content-wrap .meta-tags {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gear .gear-review-content-wrap .read-comments-wrap {
		margin: 0 20px 20px;
	}
	.gear .overall_score > .score_value {
		padding-bottom: 16px;
	}
}
@media (max-width: 400px) {
	.gear .gear-review-content-wrap .single-post-content-wrap,
	.gear .gear-review-content-wrap #author-info,
	.gear .gear-review-content-wrap .meta-tags {
		padding-left: 10px;
		padding-right: 10px;
	}
	.gear .gear-review-content-wrap .read-comments-wrap {
		margin: 0 10px 20px;
	}
	.gear .score-list .fa {
		font-size: 15px;
	}
}


/* 
   ------------------------------------------------------
					Gear Guide Category Page
   ------------------------------------------------------
*/
.gear-guide .gear-star-rating .fa {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}
.gear-guide .section-header-title {
	margin-bottom: 0;
}
.gear-guide .section-header-subtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

@media (max-width: 1200px) {

}
@media (max-width: 979px) {
	.gear-guide .gear-star-rating .fa {
		font-size: 15px;
	}
	.gear-guide .section-header-subtitle {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.gear-guide .gear-star-rating .fa {
		letter-spacing: 0;
	}
}
@media (max-width: 600px) {
	.gear-guide .gear-star-rating .fa {
		letter-spacing: 1px;
		font-size: 18px;
	}
}
@media (max-width: 500px) {
	.gear-guide .section-header-subtitle {
		font-size: 15px;
		margin-top: 10px;
		padding: 0 10px;
	}
}
@media (max-width: 400px) {

}


/********************************************************
*************** RESPONSIVE FIXES ************************
********************************************************/

/* 
   ------------------------------------------------------
			Responsive: Less Than 1200px
   ------------------------------------------------------
*/
@media (max-width: 1200px) {
	#Stoke_Header_Leaderboard_728x90 {
		margin-left: 0 !important;
	}
	.single-post .single-post-content-wrap,
	.single-post .meta-tags,
	.single-post #author-info,
	.single-post #comments {
		padding-left: 40px;
		padding-right: 40px;
	}
	.single-post .read-comments-wrap {
		margin-right: 40px;
	}
}
/* 
   ------------------------------------------------------
			Responsive: Between 980 and 1200px
   ------------------------------------------------------
*/
@media (min-width: 980px) and (max-width: 1200px) {
	#header .top-block {
		width: 946px
	}
	#header .header-ad-block {
		width: 728px;
		margin-left: 5px;
	}
	#header .logo-block {
		width: 213px;
	}
	#logo {
		margin: 0 0 0 5px;
	}
	#logo img {
		margin-top: 27px;
		width: 213px;
		max-height: 39px;
	}
	.tagline-search-bar #searchform input[type="text"] {
		width: 82%;
	}
	#menu li {
		padding: 0;
	}
	#menu li a {
		font-size: 13px;
		font-weight: normal;
	}
	.post-block.three_columns,
	.post-block.four_columns,
	.post-block.five_columns,
	.post-block.three_columns_sidebar,
	.post-block.two_columns_sidebar,
	.post-block.one_columns_sidebar  { width: 290px !important; }
	#kodda_container {
		width: 940px;
	}
	.kodda_top_link,
	.kodda_resp_top_link ,
	.kodda_resp_posts_cat,
	.kodda_resp_submenu_links_column_title ,
	.kodda_resp_submenu_links_links a,
	.kodda_top_link:link,
	.kodda_resp_top_link:link ,
	.kodda_resp_posts_cat:link,
	.kodda_resp_submenu_links_column_title:link ,
	.kodda_resp_submenu_links_links a:link,
	.kodda_top_link:visited,
	.kodda_resp_top_link:visited ,
	.kodda_resp_posts_cat:visited,
	.kodda_resp_submenu_links_column_title:visited ,
	.kodda_resp_submenu_links_links a:visited{
		font-size: 22px !important;
		padding: 0 22px !important;
	}
	.cst-text {
		font-size: 26px;
	}
	.about-page-section-text {
		overflow: hidden;
	}
	.stoke-inline-tout-ad {
		width: 580px;
	}
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
		width: 45%;
	}
	.about-page-container .about-img-circle {
		max-width: 90%;
	}
}
/* 
   ------------------------------------------------------
			Responsive: Less Than 995px
   ------------------------------------------------------
*/
@media (max-width: 995px) {
	.stoke-slider-content-preview {
		display: none;
	}
	.about-page-section-text {
		overflow: hidden;
	}
}
/* 
   ------------------------------------------------------
			Responsive: Less Than 980px
   ------------------------------------------------------
*/
@media (max-width: 980px) {
	.signup-page ul.wpuf-form li .wpuf-fields .wpuf-help {
		display: block;
		margin-left: 0;
	}
	.single-post .single-post-content-wrap,
	.single-post .meta-tags,
	.single-post #author-info,
	.single-post #comments {
		padding-left: 20px;
		padding-right: 20px;
	}
	.single-post .read-comments-wrap {
		margin-right: 20px;
	}
}
/* 
   ------------------------------------------------------
			Responsive: Between 768 and 979px
   ------------------------------------------------------
*/
@media (min-width: 768px) and (max-width: 979px) {
	#header .top-block {
		width: 728px;
	}
	#header .logo-block {
		width: 100%;
	}
	#logo {
		margin: 0 auto;
	}
	#logo img {
		max-height: 134px;
	}
	#header .header-ad-block {
		width: 728px;
		margin: 10px 0 0;
	}
	.header-tagline {
		text-align: center;
		margin-left: 0;
	}
	#menu li {
		padding: 0;
	}
	#menu li a {
		font-size: 12px;
		font-weight: normal;
        padding: 13px 11px;
	}
	#menu .sub-menu ul {
		left: 5px;
	}
	#menu .sub-menu li {
		width: auto;
		min-width: 100px;
	}
	.post-block.three_columns,
	.post-block.four_columns,
	.post-block.five_columns {
		width: 338px !important;
	}
	#author-info .span4, #author-info .span8 {
		width: 100%;
		float: none;
	}
	.single-post #author-info .row-fluid {
		margin-bottom: 10px;
	}
	table.wpuf-table td a span {
		padding-left: 0;
	}
	ul.wpuf-form li .wpuf-label {
		width: 25%;
	}
	ul.wpuf-form li .wpuf-fields {
		width: 74%;
	}
	.tagline-search-bar .span4,
	.tagline-search-bar .span8 {
		width: 100%;
		margin: 0 0 10px;
	}
	.tagline-search-bar #searchform input[type="text"] {
		float: right;
	}
	.cst-text {
		font-size: 20px;
	}
	.about-page-title {
		font-size: 105px;
	}
	.stoke-inline-tout-ad {
		width: 338px;
		margin: 0 18px 18px 0;
	}
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
		width: 45%;
	}
	.woocommerce-cart #content input.button {
		font-size: 13px;
		padding: 8px;
	}
	.about-page-container .about-img-circle {
		margin-top: 100px;
		max-width: 90%;
	}
	.signup-page #mc4wp-checkbox {
		margin-left: 27.5%;
	}
	#personalize-profile-label {
		width: 33%;
		padding-right: 2%;
	}
	#personalize-profile-btn-wrap {
		width: 64%;
	}
  .wpuf-submit .wpuf-help {
		margin-left: 26%;
	}
}
/* 
   ------------------------------------------------------
			Responsive: Less than 767px
   ------------------------------------------------------
*/
@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
		background: #fff;
	}
	#header .top-block {
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	#logo {
		margin: 5px auto;
	}
	#header .logo-block {
		min-height: 40px;
		width: 100%;
	}
	#header .header-ad-block {
		width: 100%;
		margin: 10px auto 0;
	}
	#header .header-ad-block img {
		margin: 0 auto;
	}
	.header-tagline {
		margin: 7px 0 0 0;
		text-align: center;
	}
	#logo h1 a {
		font-size: 38px;
	}
	#logo img {
		max-height: 134px;
	}
	#menu li {
		padding: 0;
	}
	#menu li a {
		font-size: 12px;
		font-weight: normal;
        padding: 13px 11px;
	}
	#menu .sub-menu ul {
		left: 5px;
	}
	#menu .sub-menu li {
		width: auto;
		min-width: 100px;
	}
	.masonry-box {
		max-width: 99%;
	}
	.post-block {
		max-width: 95%;
	}
	.post-block.three_columns,
	.post-block.four_columns,
	.post-block.five_columns,
	.post-block.three_columns_sidebar,
	.post-block.two_columns_sidebar,
	.post-block.one_columns_sidebar  {
		width: 700px !important;
	}
	.entry-page {
		padding: 20px;
	}
	#stoke-author-avatar img {
		max-width: 50%;
		margin-bottom: 20px;
	}
	.author-title-bar {
		margin: 20px 0;
	}
	.recent-posts-widget li {
		float: left;
		width: 20%;
		padding-right: 5%;
		clear: none;
	}
	.recent-posts-widget .widget-post-small-thumb {
		float: none;
	}
	.recent-posts-widget li:nth-child(5), .recent-posts-widget li:nth-child(9) {
		clear: both;
	}
	table.wpuf-table td a span {
		padding-left: 0;
	}
	ul.wpuf-form li .wpuf-label {
		width: 25%;
	}
	ul.wpuf-form li .wpuf-fields {
		width: 74%;
	}
	table.mceLayout, 
	textarea.tinyMCE {
	    width: 100% !important;
	}
	#menu-user-tools {
		margin: 10px 0;
	}
	.thanks-page-content .contact-follow-stoke {
		margin-top: 0;
	}
	.dashboard-buttons {
		float: left;
		margin: 30px 0;
	}
	.welcome-logged-in p {
		margin: 10px 10px 0 10px;
	}
	.about-page-title {
		font-size: 80px;
	}
	.about-page-section-text .about-page-text-title {
		padding-top: 50px;
	}
	.entry-content img {
		max-width: 40%;
	}
	.about-img-circle.adventure {
		margin: 40px 60px 0;
	}
	.stoke-inline-tout-ad {
		width: 99%;
		margin: 0 19px 18px 0;
	}
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
		width: 50%;
	}
	.woocommerce-page #content table.cart td.actions .coupon {
		width: 100%;
	}
	.woocommerce-cart #content table.cart td.actions .button {
		margin: 0;
	}
	.about-page-container .about-img-circle,
	.about-page-container .about-img-wrap {
		display: none;
	}
	.about-page-text-title {
		font-size: 24px;
	}
	.about-page-text,
	.about-page-text.first {
		font-size: 14px;
	}
	.about-page-container .video-section,
	.about-page-section-text {
		padding: 0 10px;
	}
	.about-page-section-text .about-page-text-title {
		padding-top: 20px;
	}
	#personalize-profile-label {
		width: 34%;
		padding-right: 4%;
	}
	#personalize-profile-btn-wrap {
		width: 62%;
	}
	.signup-page #mc4wp-checkbox {
		margin-left: 28%;
	}
	.pagination span, .pagination a {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.container-pagination {
		margin-left: 10px;
	}
	.pagination a.pagination-number-link {
		display: none;
	}
	.top-pagination-wrap {
		margin: 0 auto 20px;
	}
	.top-pagination-wrap .pagination .pagination-next-btn {
		right: 10px;
	}
	.top-pagination-wrap .pagination .pagination-previous-btn {
		left: 10px;
	}
	.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
		font-size: 20px;
	}
  .wpuf-submit .wpuf-help {
		margin-left: 26%;
	}
  .new-post-intro-wrap {
		padding-right: 10px;
	}
	.crp_related .crp-inner-col {
		padding: 0;
		width: 100%;
	}
	.crp_related .crp-inner-col.right {
		padding: 0;
	}
	.crp_related .crp-post-tall,
	.crp_related .crp-post-tall .crp_thumb-outer,
	.crp_related .crp-post-short,
	.crp_related .crp-post-short .crp_thumb-outer {
		height: 200px;
	}
	.crp_related .crp-post-short .crp_thumb-outer:after,
	.crp_related .crp-post-tall .crp_thumb-outer:after {
	  padding-top: 200px;
	}
	.crp_related .crp_heading-top {
		font-size: 32px;
		margin: 0 0 10px;
		text-align: center;
	}
	.crp_related .crp_title {
		font-size: 24px;
	}
}

/* 
   ------------------------------------------------------
			Responsive: Less than 728px
   ------------------------------------------------------
*/
@media (max-width: 727px) {
	#header .header-ad-block {
		display: none;
	}
	#Stoke_Sticky_Mobile_Leaderboard_320x50 {
		display: block;
	}
  #mainmenu-block-bg {
  	display: none;
  }
	#click-menu {
		top: 3px;
		right: 5px;
	}
	#click-menu .threeLines .line {
		background-color: #000 !important;
	}
	.menu-user-tools-container {
		float: none;
		display: block;
		width: 100%;
	}
	#menu-user-tools {
		margin: 150px 0 15px;
		height: 35px;
		text-align: center;
		float: none;
		width: 100%;
	}
	#menu-user-tools .menu-item {
		width: 97px;
		display: inline-block;
		float: none;
		height: 35px;
	}
	#menu-user-tools .menu-item a {
		display: block;
		padding: 7px 0;
	}
	#header .cart_dropdown {
		position: absolute;
		top: 0;
		right: 50px;
	}
	.welcome-logged-in {
		position: absolute;
		top: 0;
		left: 0;
	}
	#header {
		position: relative;
	}
	#logo {
		margin: 15px 0 10px;
		position: absolute;
		top: 30px;
		left: 0;
	}
	#logo img {
		width: 80%;
		max-height: 87px;
	}
	#header .logo-block {
		height: 0;
		min-height: 0;
	}
	.page-title-bar {
		padding-right: 20px;
	}
	.container-shadow-bg {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.single-post .entry-page {
		padding: 0 0 10px;
	}
	.single-post,
	#comments {
		padding-right: 0;
	}
	#searchform {
		margin: 0 5px 0 10px;
	}
	.single-post .single-post-content-wrap {
		padding-top: 20px;
	}
	.single-post .single-post-heading {
		margin-bottom: 20px;
	}
	.single-post .single-post-content-wrap,
	.single-post .meta-tags,
	.single-post #author-info,
	.single-post #comments {
		padding-left: 10px;
		padding-right: 10px;
	}
	.single-post .read-comments-wrap {
		margin-right: 10px;
	}
	.single-post .stoke-post-title {
		font-size: 44px;
		line-height: 46px;
	}
	.single-post .post-author-top, .single-post .post-month {
		font-size: 20px;
		line-height: 1.1;
	}
}
/* 
   ------------------------------------------------------
			Responsive: Less Than 600px
   ------------------------------------------------------
*/
@media (max-width: 600px) {
	body, .body-class {
		font-size: 14px;
		line-height: 22px;
	}
	#footer {
		background-color: #222;
		opacity: 1.0;
	}
	table.wpuf-table td {
		border-top: 1px solid #E7E7E7;
		padding: 6px 10px;
	}
	#post_content_strikethrough,
	#post_content_blockquote,
	#post_content_bullist,
	#post_content_numlist {
		display: none;
	}
	.about-page-title {
		font-size: 80px;
		width: 75%;
	}
	.about-page-title-bottom-line {
		width: 85%;
	}
	ol.comment-list li {
		padding-left: 0;
	}
	ol.comment-list li div.vcard img.avatar, ol.comment-list li div.vcard img {
		float: left;
		position: static;
		margin: 0 10px 10px 0;
	}
	.comments-area .reply {
		margin-left: 10px;
	}
	#content .comments-area .children .comment {
		margin-left: 7px;
	}
	.comment-body {
		padding-left: 10px;
	}
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
		width: 100%;
	}
	.pp_pic_holder {
		width: 100% !important;
		left: 0 !important;
		background: #fff;
	}
	.pp_pic_holder .ppt {
		color: #000 !important;
		width: 100% !important;
	}
	.pp_gallery,
	.pp_bottom {
		display: none !important;
	}
	.pp_hoverContainer {
		width: 100% !important;
		height: 100% !important;
		background: none;
	}
	.pp_content .pp_fade div.pp_details {
		width: 100% !important;
		margin-top: 15px !important;
	}
	.pp_content_container .pp_right,
	.pp_content_container .pp_left {
		padding: 0;
	}
	.pp_content {
		width: 100% !important;
	}
	#pp_full_res #fullResImage {
		width: 100% !important;
		height: auto !important;
	}
	a.pp_expand, a.pp_contract {
		right: 10px;
	}
	.woocommerce-page .upsells ul.products li.product {
		width: 45% !important;
	}
	.woocommerce-page .upsells ul.products li.product.last + li.product.first {
		clear: both !important;
		margin-left: 0 !important;
		margin-right: 3.8% !important;
	}
	.stoke-share-links {
		float: none;
	}
	.crp_related .crp_title {
		font-size: 18px;
	}
	.crp_related .crp_author {
		font-size: 13px;
	}
}
/* 
   ------------------------------------------------------
			Responsive: Less Than 500px
   ------------------------------------------------------
*/
@media (max-width: 500px) {
	.header-tagline {
		font-size: 13px;
	}
	.container-shadow-bg {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.galleryTextThumbs .rsThumbs h5,
	.galleryTextThumbs .rsThumbs h6,
	.rsDefault .rsThumb.rsNavSelected h5,
	.rsDefault .rsThumb.rsNavSelected h6 {
		font-size: 8px;
		line-height: 10px;
		font-weight: normal;
		font-family: Helvetica, Arial, sans-serif;
	}
	.galleryTextThumbs .rsThumbs h6 {
		display: none;
	}
	.galleryTextThumbs .rsThumbs .rsThumb {
		height: 60px;
	}
	.single-post .stoke-post-title {
		font-size: 38px;
		line-height: 40px;
	}
	.single-post .post-month,
	.post-category-top,
	.post-author-top,
	#reply-title,
	.meta-tags p,
	.comments-title,
	.comment-author a,
	.comment-form-comment label {
		font-size: 20px;
	}
	.entry-views-likes .fa {
		font-size: 14px;
	}
	.recent-posts-widget li {
		float: left;
		width: 28%;
		padding-right: 5%;
		clear: none;
	}
	.recent-posts-widget li:nth-child(5), .recent-posts-widget li:nth-child(9) {
		clear: none;
	}
	.recent-posts-widget li:nth-child(4), .recent-posts-widget li:nth-child(7), .recent-posts-widget li:nth-child(10) {
		clear: both;
	}
	.post-title-bar {
		margin-bottom: 20px;
	}
	#ssba img {
		width: 29px !important;
	}
	.beta-text {
		font-size: 14px;
	}
	table.wpuf-table td {
		font-weight: normal;
		font-size: 11px;
	}
	#post_content_undo,
	#post_content_redo,
	#post_content_fullscreen,
	#post_content_underline {
		display: none;
	}
	.thanks-new-post-buttons {
		min-height: 115px;
	}
	.entry-content img {
		max-width: 75%;
		margin-left: 16%;
	}
	.about-img-circle.adventure {
		margin: 40px 60px 0;
	}
	img.hex-founder-img {
		margin-left: 0;
	}
	.stoke-shop-header {
		padding: 0 10px;
	}
	.stoke-shop-header .stoke-shop-title {
		font-size: 47px;
	}
	.stoke-shop-header .stoke-shop-subtitle {
		font-size: 13px;
		line-height: 1.2;
		padding-bottom: 10px;
	}
	.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
		font-size: 23px;
		font-weight: normal;
		padding: 5px 0;
	}
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		font-size: 15px;
	}
	.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
		padding: 5px;
		font-size: 12px;
	}
	.woocommerce #content .woocommerce-message .button {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}
	.woocommerce-cart #content table.cart td.actions .button {
		padding: 10px 5px;
		font-size: 11px;
	}
	.woocommerce .cart .product-remove {
		padding: 0;
		width: 10px;
	}
	.woocommerce .cart .product-name,
	.woocommerce-cart thead th {
		padding: 3px;
		font-size: 11px;
	}
	.woocommerce td.product-name a,
	.woocommerce table.shop_table, .woocommerce-page table.shop_table {
		font-size: 12px;
		font-weight: normal;
	}
	.woocommerce-cart #content .quantity .minus,
	.woocommerce-cart #content .quantity .plus {
		display: none;
	}
	.woocommerce-cart td.product-quantity,
	.woocommerce-cart #content .quantity,
	.woocommerce-cart #content .product-subtotal {
		width: 35px;
		min-width: 35px;
		padding: 3px;
	}
	.woocommerce-cart .entry-page {
		padding: 10px;
	}
	.woocommerce-cart #content #coupon_code {
		width: 100px !important;
	}
	.woocommerce-page #content table.cart td.actions .coupon {
		padding-bottom: 20px;
	}
	.woocommerce-page .homepage-section-header-title {
		font-size: 45px;
	}
	#logo img {
		width: 90%;
		max-height: 80px;
	}
	#menu-user-tools .menu-item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 24%;
		height: 35px;
		margin: 0;
		padding: 0 8px;
		float: none;
	}
	#menu-user-tools .menu-item a {
		font-size: 13px;
	}
	#header .cart_dropdown {
		right: 50px;
	}
	.single-post, #comments {
		padding-right: 0;
	}
	.single-post .single-post-content-wrap {
		padding-top: 10px;
	}
	.sign-up-page-welcome .stoke-post-title {
		font-size: 22px;
		line-height: 1;
	}
	.why-signup-text {
		font-size: 14px;
	}
  .new-post-intro-wrap {
  	font-size: 13px;
  	padding: 0;
  }
  .new-post-intro-wrap p {
  	font-size: 13px;
  }
 	.new-post-tips-list li {
		margin-left: 10px;
	}
}
/* 
   ------------------------------------------------------
			Responsive: Less Than 400px
   ------------------------------------------------------
*/
@media (max-width: 400px) {
	#logo {
		margin: 15px 0 10px;
		position: absolute;
		top: 35px;
		left: 0;
	}
	#logo img {
		width: 95%;
		margin: 0 auto;
		max-height: 67px;
	}
	ul.follow-block {
		font-size: 15px;
	}
	#searchform,
	.tagline-search-bar > .span5 {
		display: none;
	}
	.wpuf-table.post img,
	.wpuf-table.post iframe,
	.wpuf-table.post thead tr th:first-child,
	.wpuf-table.post tbody tr td:first-child {
		display: none;
	}
	ul.wpuf-form li .wpuf-label,
	ul.wpuf-form li .wpuf-fields {
		float: none;
		display: block;
		width: 100%;
	}
	ul.wpuf-form li .wpuf-label {
		margin-bottom: 15px;
	}
	.row-fluid .top-banner-ad {
		display: none;
	}
	.tagline-search-bar .span4 {
		display: none;
	}
	#header .top-block {
		padding: 0;
		height: 0;
	}
	.galleryTextThumbs .rsTmb {
		padding: 10px 5px;
	}
	.dashboard-buttons {
		margin: 0;
	}
	.container .spread-stoke-btn-lg {
		margin: 20px 20px 10px;
		padding: 7px 20px;
	}
	#menu-user-tools {
		width: 100%;
		margin: 145px 0 15px;
		height: 35px;
	}
	#menu-user-tools .current-menu-item > a {
		padding: 5px 0 !important;
	}
	.menu-user-tools-container {
		display: block;
		float: none;
	}
	.about-page-title {
		font-size: 65px;
	}
	.post-block.three_columns {
		margin-bottom: 25px !important;
	}
	#header .header-ad-block {
		position: fixed;
		bottom: 0;
		top: auto;
		z-index: 1000;
		height: 50px;
	}
	#header {
		margin-top: 0;
	}
	.sticky-mobile-ad-close {
		display: inline-block;
		height: 32px;
		width: 32px;
		cursor: pointer;
		background-color: transparent;
		position: absolute;
		top: 0;
		right: 0;
		margin: 1px 2px 0 0;
	}
	.sticky-mobile-ad-close img {
		cursor: pointer;
		float: right;
	}
	.sticky-mobile-ad-close a {
		cursor: pointer;
		display: inline-block;
		height: 32px;
		width: 32px;
	}
	#header .cart_dropdown_link span {
		padding: 2px 10px;
	}
	#personalize-profile-label,
	#personalize-profile-btn-wrap {
		width: 100%;
	}
	.signup-page #mc4wp-checkbox {
		margin-left: 15px;
	}
  .wpuf-submit .wpuf-help {
		margin-left: 0;
	}
}
/* 
   ------------------------------------------------------
			Responsive: Less Than 375px
   ------------------------------------------------------
*/
@media (max-width: 375px) {
	.recent-posts-widget li {
		float: none;
		width: 100%;
		padding-right: 5%;
		clear: both;
	}
	.recent-posts-widget .widget-post-small-thumb {
		float: left;
	}
	.stoke-inline-tout-ad {
		margin: 0 0 18px 0;
	}
	.masonry-box {
		max-width: 100%;
	}
	.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
		float: none;
		margin-bottom: 20px;
	}
	#menu-user-tools {
		margin-top: 125px;
	}
	#menu-user-tools .menu-item {
		padding: 0 3px;
	}
	#menu-user-tools .menu-item a {
		font-size: 11px;
	}
	.header-tagline {
		font-size: 12px;
	}
}
/* 
   ------------------------------------------------------
			Responsive: Less Than 315px
   ------------------------------------------------------
*/
@media (max-width: 315px) {
	#menu-user-tools .menu-item {
		width: 22%;
		padding: 0 1px;
	}
	#menu-user-tools .menu-item a {
		font-size: 10px;
	}
}
