/* Classic Redux CSS */

/*
Responsive styles can be applied via the '.smartphone', '.tablet', '.portrait' & '.landscape' classes respectively.
These classes are automatically changed on the body based on the device and the orientation
*/

/* @group Global */

body {
	font: 95% "Helvetica Neue", Helvetica, sans-serif;
	color: #444;
}

.box, h3#responses, .search .post {
	margin: 12px;
	padding: 15px;
	background: rgba(255,255,255,.9);
	/*box-shadow: rgba(0,0,0,.1) 0px 1px 2px;*/
	overflow: hidden;
}

.rounded-corners .box, .rounded-corners .search li.post {
	border-radius: 4px;
}

#content {
	line-height: 150%;
}

.wptouch-custom-ad {
	margin: 10px;
}

.ios.portrait .post .wptouch-ad {
	-webkit-transform: scale(.93);
	margin-left: -25px;
}

/* @end */

/* @group Default Font Sizes */

h1 {
	font-size: 180%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

/* @end */

/* @group Header */

#header .back-button {
	cursor: pointer;
	position: absolute;
	font-size: 120%;
	top: 0;
	bottom: 0;
	text-align: center;
	padding-top: 16px;
	width: 44px;
	left: -1px;
	display: none;
}

#header {
	height: 48px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#header * {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

#header h2 {
	margin: 0;
}

.site-title a {
	width: 85%;
	float: left;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: white;
	font-size: 90%;
	line-height: 2.3em;
	padding-left: 8px;
}

#header .logo {
	padding-left: 8px;
	vertical-align: middle;
	height: 56px;
}

#header .logo img {
	max-height: 42px;
	max-width: 84%;
}

#header .menu-drop {
	cursor: pointer;
	position: absolute;
	right: 0;
	font-size: 120%;
	top: 0;
	bottom: 0;
	text-align: center;
	padding: 14px;
	line-height: 130%;
}

#header .menu-drop i {
}

#header .menu-drop span {
	font-size: 70%;
	font-weight: bold;
	position: relative;
	bottom: 2px;
	display: inline-block;
	margin-left: -6px;
	margin-right: -6px;
}

.web-app-mode #header .back-button {
	display: block;
}

.web-app-mode #header .site-title a, .web-app-mode .logo a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 75%;
	text-align: center;
	font-size: 80%;
	line-height: 260%;
	float: none;
}

/* @group Tab Bar */

.tab-section {
	display: none;
}

ul.tab-menu {
	font-size: 120%;
	line-height: 200%;
	text-align: center;
}

ul.tab-menu li {
	display: inline-block;
	position: relative;
}

ul.tab-menu a {
	padding: 10px;
	margin-left: -6px;
}

ul.tab-menu a.active {
	position: relative;
	z-index: 1;
}

.tab-section h4 {
	padding: 8px;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	margin: 1px 0 0;
}

/* @group Navigation */

#menu {
	box-shadow: rgba(0,0,0,.4) 0px 4px 4px;
	display: none;
	position: absolute;
	width: 100%;
	z-index: 2;
}

/* @end */

/* @group Categories & Tags */

.cat-tag li {
	position: relative;
	padding: 0;
}

.cat-tag li a {
	display: block;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 14px 10px 13px;
}

.cat-tag li a span {
	float: right;
}

/* @end */

/* @group Twitter */

.twitter {
	text-shadow: rgba(0,0,0,.4) 0px -1px 0px;
	color: #fff;
}

.twitter img {
	margin-left: 10px;
	background-color: rgba(255,255,255,.3);
	padding: 2px;
	float: left;
	margin-right: 10px;
	width: 32px;
	height: 32px;
}

.twitter .author-link {
	min-height: 35px;
	background-color: rgba(0,0,0,.2);
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.twitter .author-link span {
	display: block;
	position: relative;
	top: 10px;
}

.twitter li {
	padding: 10px;
}

.twitter li a {
	width: auto;
	text-align: left;
	display: inline;
	padding: 0;
	margin: 0;
}

.twitter p.tweet-time {
	font-size: 80%;
	color: rgba(255,255,255,.5);
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 0;
}

/* @end */

/* @group Search */

#searchform {
	padding: 8px 10px;
}

#searchform div {
	text-align: center;
}

#search-text {
	font-size: 16px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 60%;
	padding: 5px;
	margin-right: 1.5%;
}

#search-submit {
	min-width: 22%;
	max-width: 22%;
	font-weight: bold;
	font-size: 100%;
	padding: 5px 5px 4px;
}

/* @end */

/* @end */

/* @group Light Header */

.light-header #header {
	box-shadow: 0px 2px 4px rgba(0,0,0,.3), inset 0px 0px 32px rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.light-header .site-title a {
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
	color: rgba(0,0,0,.7);
}

.light-header .back-button, .light-header .menu-drop, .light-header .tab-menu li a, .wptouch-menu a {
	color: rgba(0,0,0,.7);
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
}

.light-header #header .menu-drop {
	box-shadow: inset rgba(255,255,255,.4) 1px 0px 0px;
	background-color: rgba(0,0,0,.05);
	border-left: 1px solid rgba(0,0,0,.2);
}

.light-header #header .back-button {
	box-shadow: inset rgba(255,255,255,.4) -1px 0px 0px;
	background-color: rgba(0,0,0,.05);
	border-right: 1px solid rgba(0,0,0,.2);
}

.light-header #header .back-button:active, .light-header #header .menu-drop:active, .light-header #header .menu-drop.toggle-open {
	box-shadow: inset rgba(0,0,0,.1) 0px 12px 12px;
}

.light-header .tab-section h4 {
	text-shadow: rgba(0,0,0,.8) 0 -1px 0;
	background: rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.15);
	color: rgba(255,255,255,.18);
}

.light-header ul.tab-menu a {
	border-right: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid rgba(0,0,0,0);
}

.light-header ul.tab-menu a.active {
	box-shadow: inset rgba(0,0,0,.2) 0px 3px 1px;
	background: rgba(0,0,0,.1);
}

.light-header .wptouch-menu ul li {
	border-bottom: 1px solid rgba(0,0,0,.15);
	border-top: 1px solid rgba(255,255,255,.2);
}

.light-header #searchform {
	background: rgba(0,0,0,.1);
}

.light-header #search-text {
	border: 1px solid rgba(0,0,0,.4);
}

.light-header #search-submit {
	border: 1px solid rgba(0,0,0,.1);
	color: #fff;
	background-color: rgba(0,0,0,.3);
	box-shadow: inset rgba(255,255,255,.1) 0px 1px 0px,  rgba(255,255,255,.1) 0px 1px 0px;
}

.light-header #search-submit:active {
	box-shadow: inset rgba(0,0,0,.3) 0px 0px 12px,  rgba(255,255,255,.1) 0px 1px 0px;
}

/* @end */

/* @group Dark Header */

.dark-header #header {
	box-shadow: 0px 2px 4px rgba(0,0,0,.6), inset 0px 0px 32px rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.dark-header .site-title a {
	text-shadow: rgba(0,0,0,.5) 0 -1px 0;
	color: rgba(255,255,255,1);
}

.dark-header ul.tab-menu {
	border-top: 1px solid rgba(255,255,255,.15);
}

.dark-header #header .back-button, .dark-header .menu-drop, .dark-header .tab-menu li a, .dark-header .wptouch-menu a {
	color: rgba(255,255,255,.9);
	text-shadow: rgba(0,0,0,.5) 0 -1px 0;
}

.dark-header #header .menu-drop {
	background-color: rgba(0,0,0,.15);
	box-shadow: inset rgba(255,255,255,.1) 1px 0px 0px;
	border-left: 1px solid rgba(0,0,0,.2);
}

.dark-header #header .back-button {
	background-color: rgba(0,0,0,.15);
	box-shadow: inset rgba(255,255,255,.1) -1px 0px 0px;
	border-right: 1px solid rgba(0,0,0,.2);
}

.dark-header #header .back-button:active, .dark-header #header .menu-drop:active, .dark-header #header .menu-drop.toggle-open {
	box-shadow: inset rgba(0,0,0,.4) 0px 12px 12px;
}

.dark-header .tab-section h4 {
	text-shadow: rgba(0,0,0,.9) 0 -1px 0;
	background: rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.15);
	color: rgba(255,255,255,.9);
}

.dark-header ul.tab-menu a {
	border-right: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid rgba(0,0,0,0);
}

.dark-header ul.tab-menu a.active {
	box-shadow: inset rgba(0,0,0,.15) 0px 5px 1px;
	background: rgba(0,0,0,.1);
}

.dark-header .wptouch-menu ul li {
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-top: 1px solid rgba(255,255,255,.1);
}

.dark-header #searchform {
	background: rgba(0,0,0,.1);
}

.dark-header #search-text {
	border: 1px solid rgba(0,0,0,.4);
}

.dark-header #search-submit {
	border: 1px solid rgba(0,0,0,.1);
	color: #fff;
	background-color: rgba(0,0,0,.3);
	box-shadow: inset rgba(255,255,255,.1) 0px 1px 0px,  rgba(255,255,255,.1) 0px 1px 0px;
}

.dark-header #search-submit:active {
	box-shadow: inset rgba(0,0,0,.3) 0px 0px 12px,  rgba(255,255,255,.1) 0px 1px 0px;
}

/* @end */

/* @end */

/* @group Blog */

#content h2.post-title {
	font-size: 125%;
	line-height: 125%;
	width: 90%;
	margin: 0;
}

#content .show-thumbnails h2.post-title {
	font-size: 155%;
	padding-left: 60px;
	width: 65%;
	line-height: 105%;
	font-variant: normal;
}

.rounded-corners .text-expand {
	border-radius: 4px;
}

.text-expand {
	border: 1px solid rgba(0,0,0,.1);
	padding: 5px 8px 3px 8px;
	text-align: center;
	cursor: pointer;
	color: rgba(0,0,0,.4);
	float: right;
}

.text-expand.icon-chevron-up {
	box-shadow: inset rgba(0,0,0,.3) 0px 0px 12px;
}

.read-more {
	display: block;
	background-color: rgba(0,0,0,.05);
	padding: 10px;
	margin: 15px -15px -15px;
}

.read-more i {
	float: right;
	line-height: 1.5em;
}

.post-meta {
	padding-top: 5px;
	font-size: 80%;
}

.post-meta i {
	font-size: 105%;
	margin-right: 2px;
}

.post-meta .author {
	display: inline;
}

.post-content {
	padding-top: 10px;
}

.show-thumbnails .post-meta {
	padding-top: 5px;
	padding-left: 65px;
}

.post img.post-thumbnail, .post .placeholder {
	float: left;
	width: 54px;
	height: 54px;
	border: 1px solid #ccc;
	margin-right: 10px;
	display: block;
	margin-top: 3px;
	margin-bottom: 1px;
}

.placeholder {
	text-align: center;
	box-shadow: inset rgba(0,0,0,.5) 0px 0px 48px, inset rgba(255,255,255,.4) 0px 1px 1px;
}

.placeholder:after {
	font-family: 'FontAwesome';
	content: "\f040";
	font-size: 200%;
	position: relative;
	top: 12px;
	color: rgba(0,0,0,.5);
	text-shadow: rgba(255,255,255,.2) 0 1px 0;
	line-height: 75%;
}

.load-more-link, .load-more-post-link, .load-more-page-link {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 30px;
}

/*a.load-more-link{*/
.load-more a{
  width: 184px;
  height: 56px;
  outline: 1px solid #CCC;
  font-family: 'alternate-gothic-no-1-d', helvetica, arial, sans-serif;
  font-size: 28px;
  color: #2C4D06;
  font-weight: normal;
  margin: 50px auto;
  display: block;
  text-align: center;
  line-height: 59px;
  text-decoration: none;
  text-transform: uppercase;
}

.load-more.tv a {
	color: #295f74;
}

.spinner {
	display: inline-block;
	margin-right: 8px;
	height: 10px;
	position: relative;
	top: 1px;
}

.cat-tags {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sharing-options.share-top {
	margin: -15px -15px 25px;
}

.sharing-options.share-bottom {
	margin: 40px -15px -15px;
}

.gallery-nav {
	font-size: 200%;
}

h2.archive-title {
	margin-left: 12px;
	margin-right: 10px;
	font-size: 130%;
}

/* @end */

/* @group Single */

#title-area {
	padding: 0 0 10px;
	text-align: center;
}

#content #title-area h2.post-title {
	font-size: 140%;
	width: auto;
	line-height: 140%;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

#title-area img {
	padding: 2px;
	height: auto;
	width: 94%;
	margin-top: 10px;
	border: 1px solid rgba(0,0,0,.1);
}

.single .post-meta {
	font-size: 85%;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}



/* @end */

/* @group Nav Bar */

.nav-bar {
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 90%;
	margin-left: 12px;
	margin-right: 12px;
}

.back-button {
	float: left;
	text-transform: capitalize;
}

.back-button:before {
	font-family: 'FontAwesome';
	content: '\f112';
	font-weight: normal;
	font-style: normal;
}

.nav-controls {
	color: #CCC;
	text-transform: capitalize;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.nav-controls a.prev-post {
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav-controls a.prev-post+a.next-post {
	padding-left: 8px;
	margin-left: 4px;
}

.nav-controls a.next-post {
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav-controls a.prev-post:before {
	content: '\f053';
	font: normal normal 90% 'FontAwesome';
}

.nav-controls a.next-post:after {
	content: '\f054';
	font: normal normal 90% 'FontAwesome';
}

.back-button+.nav-controls {
	float: right;
}



/* @end */

/* @group Search */

#content.search {
	padding-bottom: 40px;
}

#content.search ul {
	margin-left: 10px;
	margin-right: 10px;
}

#content.search li.post {
	margin-left: 0;
	margin-right: 0;
}

h3.search-heading {
	margin-left: 12px;
	margin-right: 12px;
	text-transform: capitalize;
	padding-top: 10px;
}

.search-heading.page-heading {
	padding-top: 0;
}

.search img.post-thumbnail, .search .placeholder {
	margin-top: 10px;
}

.search li.post a {
	font-size: 130%;
	font-weight: bold;
}

.search li.post a:after {
	font-family: 'FontAwesome';
	content: "\f0a9";
	margin-left: 5px;
}

.search li.post p {
	margin: 5px 0;
}

.search .date {
	font-size: 85%;
	color: rgba(0,0,0,.4);
	margin-top: 0;
}



/* @end */

/* @group Comments */

h3#responses {
	font-size: 110%;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}

h3#responses:before {
	content: "\f086";
	margin-right: 5px;
	font-style: normal;
	font-family: 'FontAwesome';
	font-variant: normal;
	margin-bottom: 0;
}

ol.commentlist {
	background: rgba(255,255,255,.9);
	box-shadow: rgba(0,0,0,.1) 0px 1px 2px;
	margin-right: 10px;
	margin-left: 10px;
}

li.comment {
	overflow: hidden;
	position: relative;
}

.comment:first-child {
	border-top: none;
}

.comment:last-child {
	border-bottom: none;
}

.comment-top {
	background-color: rgba(0,0,0,.05);
	height: 43px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.comment .comment-author {
	font-weight: bold;
	position: relative;
	padding-top: 3px;
	margin-bottom: -6px;
	font-size: 110%;
}

.comment .comment-time {
	color: #777;
	font-size: 85%;
}

.comment img.avatar {
	float: left;
	margin-right: 8px;
	max-width: 48px;
	height: auto;
	background-color: rgba(0,0,0,.05);
	position: relative;
	bottom: 5px;
	box-shadow: rgba(0,0,0,.2) 1px 0px 0px;
}

.comment-body {
	font-size: 85%;
	padding: 0 10px 10px;
}

ol.commentlist ul {
	box-shadow: none;
	border: 1px dashed #d2d2d2;
	margin: 10px 10px 25px;
}

#respond {
	margin: 0px 10px;
	position: relative;
}

.comment #respond {
	background-color: rgba(0,0,0,.05);
	border: 1px solid rgba(0,0,0,.1);
	padding: 10px 10px 51px;
}

.comment #respond h3 {
	margin: 0;
}

form#commentform input, form#commentform textarea  {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.rounded-corners form#commentform input, .rounded-corners form#commentform textarea, button {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

h3#responses {
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.rounded-corners h3#responses {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.rounded-corners .commentlist {
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

/* @end */

/* @group Footer */

.footer a.icon-facebook, .footer a.icon-twitter, .footer a.icon-google-plus, .footer a.icon-envelope-alt {
	line-height: 210%;
}

.footer {
	font-size: 90%;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	color: rgba(0,0,0,.6);
}

/* @end */

/* @group Dark Body Background */

.dark-body .box {
	color: #333;
	text-shadow: rgba(255,255,255,.5) 0 -1px 0;
}

.dark-body #comments #responses, .dark-body #comments .commentlist {
	color: #333;
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
}

.dark-body .footer, .dark-body .footer p a {
	color: rgba(255,255,255,.7);
	text-shadow: rgba(0,0,0,.7) 0px -1px 0px;
}

.dark-body .load-more-link, .dark-body #switch a {
	color: rgba(255,255,255,.9);
}

/* @end */

/* @group Responsive > Tablets */

/* @group Tablet General */

.tablet .page-wrapper {
	padding-bottom: 20px;
}

.tablet.portrait .page-wrapper {
	min-height: 1000px;
}

.tablet.landscape .page-wrapper {
	min-height: 728px;
}

.tablet #content {
	margin-top: 50px;
	width: 70%;
	float: right;
	font-size: 115%;
	line-height: 140%;
}

.tablet .comment .meta {
	font-size: 85%;
}

.tablet .wptouch-mobile-switch {
	width: 70%;
	float: right;
}

.tablet .footer {
	float: right;
	width: 70%;
}

/* @end */

/* @group Tablet Header */

.tablet #header {
	position: fixed;
	width: 100%;
	z-index: 2;
}

.tablet #header .site-title a, .tablet #header .logo {
	text-align: center;
	max-width: 100%;
	margin-top: 2px;
}

/* @end */

/* @group Ads */

.header-ad.tablet .wptouch-ad {
	position: fixed;
	left: 0;
	max-height: 49px;
	overflow: hidden;
	top: 50px;
	z-index: 2;
	max-width: 30%;
}

.header-ad.tablet #menu {
	top: 100px;
}

.header-ad.tablet.custom-ad #menu {
	top: 48px;
}

/* @end */

/* @group Tablet Menu */

.tablet.portrait #search-text {
	max-width: 52%;
}

.tablet.portrait #search-submit {
	min-width: 32%;
}

.tablet .menu-drop {
	display: none;
}

.tablet #menu {
	box-shadow: none;
	position: fixed;
	bottom: 0;
	top: 49px;
	display: block;
	width: 30%;
	z-index: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	border-color: rgba(0,0,0,.1);
	border-right-style: solid;
	border-right-width: 2px;
}

.tablet #menu li {
	-webkit-transform: translate3d(0,0,0);
}

/* @end */

/* @group Tablet Slider */

.tablet #slider {
	box-shadow: inset rgba(0,0,0,.5) 0px 0px 24px;
	width: 69.9%;
	float: right;
	margin-top: 50px;
}

.tablet .swipe-wrap > div {
	height: 370px;
}

.tablet.landscape .swipe-wrap > div {
	height: 400px;
}

.tablet ul.dots {
	width: 70%;
	position: relative;
	top: 50px;
	margin-left: 30%;
}

.tablet #slider + #content {
	margin-top: 0;
}

/* @end */

/* @end */


/* Custom Styles for Four Pins Mobile */

.page-wrapper { background: #ffffff !important; }

#header .logo img { position: relative; top: 3px; }

body.home .read-more, body.category .read-more { font-family: Arial, sans-serif; }

.home .box, .category .box { border-bottom: 1px solid #111 !important; }

.home .post-title a, .category .post-title, .single .post-title { color: #000; font-family: 'Passion One', arial, sans-serif; font-weight: 500; }

.home .post-content, .category .post-content { display: block !important; font-family: 'Open Sans', serif !important; font-size: 80%; }

.home a, .category a { color: #000; }

.post-meta { font-family: Arial, sans-serif; color: #9F9F9F; }

#content-area p, #content .post { font-family: 'Open Sans', Arial, sans-serif; color: #1E1E1E; }

.home #content h2.post-title, .category #content h2.post-title { width: 74%; padding-left: 66px; }

.home .dots { display: none; }

/* =============================
		Single Posts
================================ */

#content #title-area h2.post-title { font-size: 180%; line-height: 120%; }

.single .post { font-size: 80%; }

.single #content-area p a, .single #content .post a { color: #C69941; text-decoration: underline; }

.single .title-area img { padding: 2px; height: auto; width: 94%; margin-top: 10px; border: 1px solid rgba(0,0,0,.1); }

.single div > .box { margin: 0 12px; padding: 0 15px 15px; }

.single #prev_post_nav { border: 1px solid #111; border-style: solid none; }
#prev_post_nav i { float: left; margin: 0 5px 0 0; }
.single #next_post_nav { border-bottom: 1px solid #111; }
.single .icon-chevron-right { float: right; }

.prev_next a { display: block; background-color: rgba(0,0,0,.05); padding: 10px; margin: 0; }
.prev_next a[rel="prev"] { border: 1px solid #111; border-style: solid none; }
.prev_next a[rel="next"] { border-bottom: 1px solid #111; }

#comments { width: 100%; padding-left: 10px; padding-right: 10px; margin: 15px auto; }

.back-top { margin: 10px auto; text-align: center; }


/* AD UNITS */

#header-ad-outer, .loading-ad-outer, #footer-ad-outer {
	min-width: 320px;
	width: 100%;
	background: #999;
	display: block;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
}

#header-ad-outer {
	display: none;
}

#header-ad-outer a,
.loading-ad-outer a,
#footer-ad-outer a {
	text-align: center; /*position: absolute; left: 0;*/
}

.adtext {
	position: absolute;
	z-index: -5;
}

/* SWIPE JS */

.swipe { overflow: hidden; visibility: hidden; position: relative; }
.swipe-wrap { overflow: hidden; position: relative; }
.swipe-wrap > div { float:left; width:100%; position: relative; }


/* Hide Powered by WP Touch */
.footer p { display: none; }


/* Responsive YouTube Video */
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container > div { width: 100% !important; height: 155px !important; }
.video-container iframe, .video-container object, .video-container embed {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

#presented-by {
  text-align: center;
  font-size: 9px;
  color: #111;
}

#presented-by a {
  color: #111;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.social-links-wrap.article {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 8%;
}

/* Complex Footer */

/* CSS EDIT */

.post img.post-thumbnail, .post .placeholder {
	width: 100% !important;
	height: auto !important;
}

#header .menu-drop {
	right: inherit;
	left: 0;
}

#header .logo a {
width: 100%;
text-align: center;
display: block;
}

.dark-header #header {
box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.3), inset 0px 0px 32px rgba(255,255,255,.2);
border-bottom: 1px solid rgba(0,0,0,.1);
}

#header, ul.tab-menu, #menu, #slider {
background-color: #EBEBEB;
}

.dark-header .wptouch-menu .menu-tree a, .dark-header .wptouch-menu .menu-tree span {
color: rgba(86, 86, 86, 0.9);
text-shadow: rgba(0,0,0,.5) 0 -1px 0;
}

.dark-header .tab-section h4 {
text-shadow: rgba(0,0,0,.9) 0 -1px 0;
background: rgba(0,0,0,.1);
border-bottom: 1px solid rgba(0,0,0,.15);
color: rgba(118, 118, 118, 0.9);
}

.home .post-meta {
margin-bottom: 10px;
}

.show-thumbnails .post-meta {
padding-left: 0px;
}

.home #content h2.post-title, .category #content h2.post-title {
width: 100%;
padding-left: 0;
}

#content h2.post-title {
font-size: 125%;
line-height: 125%;
width: 90%;
margin: 0;
}

.home .post-title a, .category .post-title, .single .post-title {
color: #000;
font-family: "alternate-gothic-no-1-d", Arial, sans-serif;
font-weight: 500;
color: #2C4D06;
font-size: 34px;
line-height: 30px;
}

.adUnits, .adUnits div, .loading-ad-outer div{
  text-align: center;
}

#load-more-button {display: none;}

a.load-more {
  width: 184px;
  height: 56px;
  outline: 1px solid #CCC;
  font-family: 'alternate-gothic-no-1-d', helvetica, arial, sans-serif;
  font-size: 28px;
  color: #2C4D06;
  font-weight: normal;
  margin: 50px auto;
  display: block;
  text-align: center;
  line-height: 59px;
  text-decoration: none;
  text-transform: uppercase;
}

a.load-more:hover {
  background-color: #2c4d06;
    color: #FFF;
}

.tv a.load-more {
  color: #295f74;
}

.tv a.load-more:hover {
  background-color: #295f74;
  color: #FFF;
}

/* Facebook Comments */
.facebook-comments-container {
	padding: 10px 15px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.facebook-comments-container:hover {
	cursor: pointer;
}

.facebook-comments-cover-icon {
	background: #333;
	color: #fff;
}

.facebook-comments-cover-icon,
.facebook-comments-cover-text {
	float: left;
}

.facebook-comments-cover-icon {
	display: block;
	margin-right: 15px;
	margin-top: -2px;
	height: 30px;
	width: 30px;
	padding: 6px;
	vertical-align: top;
	border: 1px solid #CCC;
	box-sizing: border-box;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
}

.facebook-comments-cover-text {
	color: #2a4f02;
	font-family: "alternate-gothic-no-1-d", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 30px;
	vertical-align: top;
}


.article-shares__icon--comments {
	margin-right: 0;
	padding: 0 15px 0 10px;
	height: 30px;
	width: 30px;
	padding: 7px;
	vertical-align: top;
	font-size: 16px;
	border: none;
}

.cmplx-icon.icon-arrow,
.cmplx-icon.icon-close {
	line-height: 1;
	vertical-align: top;
	display: inline-block;
}

.cmplx-icon.icon-arrow.hidden,
.cmplx-icon.icon-close.hidden {
	display: none;
}

.cmplx-icon.icon-arrow {
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}

/*
######## CMPLX Mobile 404 a
*/
.reel_container{
	height: calc(100% - 100px);
	margin-bottom: -2px;
	background-image: url(/wp-content/themes/collider-v3/images/404-Back.jpg);
	background-size: 259% 496px;
	background-position: top;
	width: auto !important;
	background-repeat: no-repeat;
	padding-top: 300px;
}

.reel_container .reel{
	padding-bottom: 80px;
	background: black;
}

.reel_container .reel .reel__slide{
	margin: auto;
	width: 60%;
	margin-bottom: 40px;
}

.reel_container .reel .reel__slide a{
	display: block;
}

.reel_container .reel .reel__slide a span{
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: white;
	margin-top: -32px;
	font-family: alternate-gothic-no-1-d;
	letter-spacing: 4px;
	font-size: 17px;
	text-shadow: none;
}
