/*
Theme Name: THL
Theme URI: http://www.trulyhumanleadership.com
Description: A theme by Barry-Wehmiller for TrulyHumanLeadership
Version: 1.0
Author: David McElroy
Author URI: http://www.barrywehmiller.com
*/

@import url(http://trulyhumanleadership.com/webfonts/stylesheet.css);
@import url(http://66.206.192.180/webfonts/stylesheet.css);

* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	background: #fff;
	font-family: 'museo_sans300';
	color: #555;
	min-width: 1300px;
}
a {
	color: #6ccacd;
	text-decoration: none;
}
a:hover {
	color: #5c666f;
}
p {
	margin-top: 20px;
	line-height: 18pt;
}
strong {
	font-weight: normal;
	font-family: 'museo_sans700';
}
em {
	font-style: normal;
	font-family: 'museo_sans300_italic';
}
em strong, strong em {
	font-family: 'museo_sans700_italic';
}
h1 {
	font-family: 'museo_sans_cond300';
	font-size: 30pt;
	color: #6ccacd;
	font-weight: normal;
}
h2 {
	font-family: 'museo_sans_cond300';
	font-size: 16pt;
	color: #6ccacd;
	font-weight: normal;
}
h3 {
	font-family: 'museo_sans_cond300';
	font-size: 16pt;
	color: #6ccacd;
	font-weight: normal;
	margin-top: 30px;
}
h3:first-child {
	margin-top: 0;
}
.content-wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}
.clear {
	clear: both;
}
div#wrapper {
	width: 100%;
}
blockquote {
	display: block;
	position: relative;
	margin: 10px 0 10px 20px;
	padding: 0 0 0 50px;
	border-left: 5px solid #6ccacd;
}
blockquote:before {
	content: "\201C ";
	position: absolute;
	left: 10px;
	top: 17px;
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
}
img.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}
img.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}
div.wp-caption {
	float: right;
	background: #f2f2f2;
	padding: 10px;
	margin: 20px 0 20px 20px;
}
div.wp-caption p.wp-caption-text {
	font-size: 10pt;
	margin: 0 !important;
}


/* Header (header.php)
---------------------------------------------------------------*/
header#header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	background: #5c666f;
}
header#header a.bw-link {
	background: url('/wp-content/uploads/2015/06/a-Barry-Wehmiller-blog.png');
	width: 221px;
	height: 20px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 15px 0;
}


/* Header > Nav
---------------------------------------------------------------*/
header#header nav {
	float: left;
}
header#header nav ul.dropdown li a:before {
	font-family: 'fontawesome';
	font-size: 21pt;
	content: "\f0c9";
}
header#header nav ul.dropdown li a {
	padding: 0;
	height: 50px;
	line-height: 50px;
	display: block;
	pointer-events: none;
}
header#header nav ul.sub-menu li a {
	background-color: rgba(92,102,111,0.9);
	background-image: none;
	padding: 0 10px;
	color: #fff;
	pointer-events: auto;
	width: initial;
}
header#header nav ul.sub-menu li a:hover {
	color: #6ccacd;
}
header#header nav ul.sub-menu li a:before {
	content: none;
}


/* Header > Search
---------------------------------------------------------------*/
header#header #search {
	float: right;
}
header#header #search label {
	display: none;
}
header#header #search input[type=text] {
	width: 150px;
	height: 24px;
	float: left;
	border: none;
	background: #f2f2f2;
	font-style: italic;
	margin: 13px 0;
	padding: 0 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
header#header #search input[type=submit] {
	background: #5c666f url('/wp-content/uploads/2015/06/search-icon.png') no-repeat !important;
	background-position: left;
	border: none;
	max-width: 24px;
	height: 24px;
	margin-left: 10px;
	cursor: pointer;
	text-indent: 24px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
header#header #search input[type=submit]:hover {
	background-position: left -24px !important;
}


/* Header > Social
---------------------------------------------------------------*/
header#header #social {
	/* float: right;
	margin-right: 34px; */
	float: left;
	margin-left: 20px;
}
header#header #social ul li {
	list-style-type: none;
	display: inline-block;
}
header#header #social a {
	font-family: 'socicon';
	color: #6ccacd;
	display: block;
	margin: 0 10px;
	font-size: 14pt;
}
header#header #social a:hover {
	color: #fff;
}


/* Header > Subhead (Logo & Subscribe)
---------------------------------------------------------------*/
section#subheader {
	width: 100%;
	height: 114px;
}
section#subheader .top-logo {
	display: inline-block;
	float: left;
	background-image: url('/wp-content/uploads/2015/06/TrulyHumanLeadership.png');
	background-size: 490px auto;
	background-repeat: no-repeat;
	width: 490px;
	height: 84px;
}
section#subheader .mc4wp-form {
	width: 370px;
	margin: 16px 0;
	padding: 10px;
	float: right;
	background: #6ccacd;
}
section#subheader .mc4wp-form p {
	margin: 0;
}
section#subheader .mc4wp-form label {
	display: none;
}
section#subheader .mc4wp-form input[type=email] {
	width: 254px;
	height: 28px;
	float: left;
	border: none;
	background: #f2f2f2;
	font-style: italic;
	padding: 0 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
section#subheader .mc4wp-form input[type=submit] {
	margin-left: 10px;
	width: 86px;
	height: 28px;
	border: none;
	background: #fff;
	text-transform: uppercase;
	font-family: 'museo_sans_cond300';
	color: #5c666f;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
section#subheader .mc4wp-form input[type=submit]:hover {
	background: #5c666f;
	color: #fff;
}


/* Sidebar (sidebar.php)
---------------------------------------------------------------*/
aside#sidebar {
	width: 370px;
	margin-left: 30px;
	float: right;
}
aside#sidebar li {
	list-style-type: none;
}


/* Sidebar > Text Widget
---------------------------------------------------------------*/
aside#sidebar .widget_text h3 {
	display: none;
}
aside#sidebar #text-5.widget_text h3 {
	display: block;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	font-family: 'museo_sans_cond500';
	font-size: 19pt !important;
	color: #5c666f;
	font-weight: normal !important;
	text-transform: uppercase;
}
aside#sidebar #text-5.widget_text h3:before {
	font-family: 'fontawesome';
	content: "\f005";
	margin-right: 10px;
}
aside#sidebar .widget_text a {
	display: block;
	width: 370px;
	height: 200px;
	margin-bottom: 30px;
	position: relative;
	font-family: 'museo_sans_cond300';
	font-size: 14pt;
	color: #fff;
}
aside#sidebar .widget_text a:hover {
	color: #6ccacd;
}
aside#sidebar .widget_text a span {
	background: rgba(0,0,0,0.7);
	width: 350px;
	padding: 10px;
	display: block;
	bottom: 0px;
	position: absolute;
}
aside#sidebar .widget_text a.page-bob {
	background: url('/wp-content/uploads/2012/07/What-Is-Truly-Human-Leadership.jpg') right;
	background-size: 126% !important;
}
aside#sidebar .widget_text a.page-em {
	background: url('/wp-content/uploads/2015/07/Everybody-Matters.jpg') center;
	background-size: 100%;
}
aside#sidebar .widget_text a.page-bwli {
	background: url('/wp-content/uploads/2015/06/BWLI.jpg') center no-repeat;
	background-size: 100%;
}
aside#sidebar #text-5.widget_text {
	margin-top: 50px;
}
aside#sidebar #text-5.widget_text .textwidget {
	text-align: center;
}


/* Sidebar > Latest Posts Widget
---------------------------------------------------------------*/
aside#sidebar .latest-posts-widget {
	margin-bottom: 30px;
}
aside#sidebar .latest-posts-widget h3 {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	font-family: 'museo_sans_cond500';
	font-size: 19pt !important;
	color: #5c666f;
	font-weight: normal !important;
	text-transform: uppercase;
}
aside#sidebar .latest-posts-widget h3:before {
	font-family: 'fontawesome';
	content: "\f1ea";
	margin-right: 10px;
}
aside#sidebar .latest-posts-widget li.recent-post-thumb-item {
	min-height: 50px;
	border-bottom: 1px solid #f2f2f2;
	margin: 0;
	padding: 10px 0;
	position: relative;
}
aside#sidebar .latest-posts-widget li.recent-post-thumb-item.last-child {F
	border: none;
}
aside#sidebar .latest-posts-widget img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 5px;
}
aside#sidebar .latest-posts-widget a.post-title {
	font-size: 14pt;
	font-weight: normal;
	font-family: 'museo_sans_cond300';
	position: relative;
	left: 60px;
}
aside#sidebar .latest-posts-widget .post-date {
	font-style: normal;
	font-size: 10pt;
	position: relative;
	left: 60px;
}
body.home aside#sidebar .latest-posts-widget {
	display: none;
}


/* Sidebar > RSS Widget
---------------------------------------------------------------*/
aside#sidebar .widget_rss {
	margin: 50px 0;
}
aside#sidebar .widget_rss h3 {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	font-family: 'museo_sans_cond500';
	font-size: 19pt !important;
	color: #5c666f;
	font-weight: normal !important;
	text-transform: uppercase;
}
aside#sidebar .widget_rss h3 a.rsswidget:first-child img {
	display: none;
}
aside#sidebar .widget_rss h3 a.rsswidget:first-child:before {
	font-family: 'fontawesome';
	content: "\f09e";
	margin-right: 10px;
	color: #5c666f;
}
aside#sidebar .widget_rss h3 a.rsswidget:nth-child(2) {
	pointer-events: none;
	color: #5c666f;
}
aside#sidebar .widget_rss span.rss-date {
	display: block;
	font-size: 10pt;
	margin-left: 25px;
}
aside#sidebar .widget_rss ul li {
	margin-top: 10px;
}
aside#sidebar .widget_rss ul li.first-child {
	margin-top: 0px;
}
aside#sidebar .widget_rss ul li a.rsswidget:before {
	font-family: 'fontawesome';
	content: "\f01d";
	margin-right: 10px;
}


/* Sidebar > Youtube Video Widget
---------------------------------------------------------------*/
aside#sidebar .widget_youtube_responsive h3 {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	font-family: 'museo_sans_cond500';
	font-size: 19pt !important;
	color: #5c666f;
	font-weight: normal !important;
	text-transform: uppercase;
}
aside#sidebar .widget_youtube_responsive h3:before {
	font-family: 'fontawesome';
	content: "\f03d";
	margin-right: 10px;
}


/* Content
---------------------------------------------------------------*/
section#content {
	width: 800px;
	float: left;
}


/* Posts > Listings > Top Listing
---------------------------------------------------------------*/
body.home article.post:first-child {
	margin-bottom: 150px;
	border: none;
	height: 400px;
	position: relative;
}
body.home article.post:first-child .post-left {
	width: 800px;
	height: 400px;
	background-size: cover !important;
	position: absolute;
}
/* body.home article.post:first-child img.attachment-post-thumbnail {
	width: 800px;
	height: 400px;
} */
body.home article.post:first-child header {
	background: #fff;
	position: absolute;
	width: 700px;
	left: 40px;
	bottom: 0;
	padding: 10px;
}
body.home article.post:first-child header h2 {
	font-family: 'museo_sans_cond300';
	font-size: 30pt;
	color: #6ccacd;
	font-weight: normal;
}
body.home article.post:first-child span.author, body.home article.post:first-child span.meta-sep {
	display: none;
}
body.home article.post span.entry-date,
body.tag article.post span.entry-date,
body.category article.post span.entry-date {
	background: #6ccacd;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-family: 'museo_sans_cond300';
}
body.home article.post span.entry-date span.day,
body.tag article.post span.entry-date span.day,
body.category article.post span.entry-date span.day {
	font-size: 18pt;
}
/* body.home article.post:first-child section.entry-content p {
	display: none;
} */
body.home article.post:first-child footer {
	right: 10px;
	left: auto;
}
body.home article.post:first-child div.post-right {
	margin: 0;
	height: inherit;
	width: inherit;
}
body.home article.post:first-child .fauxmeta {
	padding: inherit;
	height: inherit;
}
body.home article.post:first-child .entry-content {
	margin-top: 415px;
}


/* Posts > Listings > Secondary Listings
---------------------------------------------------------------*/
body.home article.post, 
body.home.paged article.post:first-child, 
body.tag article.post, 
body.category article.post, 
body.search article.post {
	border-top: 10px solid #f2f2f2;
	border-left: 10px solid #f2f2f2;
	border-right: 10px solid #f2f2f2;
	background-color: #fff;
	position: relative;
	margin: 0;
	height: auto;
}
body.tag article.post:last-child, 
body.category article.post:last-child, 
body.search article.post:last-child {
	border-bottom: 10px solid #f2f2f2;
}
body.tag h1, 
body.category h1, 
body.search h1 {
	margin-bottom: 20px;
}
body.home article.post p, 
body.tag article.post p, 
body.category article.post p, 
body.search article.post p {
	font-size: 10pt;
	line-height: 16pt;
}
body.home article.post div.post-left, 
body.home.paged article.post:first-child div.post-left, 
body.tag article.post div.post-left, 
body.category article.post div.post-left, 
body.search article.post div.post-left {
	float: left;
	width: 390px;
	height: 275px;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}
body.home.paged article.post:first-child header {
	background: none;
	position: relative;
	width: auto;
	left: auto;
	bottom: auto;
	padding: 0;
}
body.home.paged article.post:first-child header h2 {
	font-size: 16pt;
}
body.home article.post div.post-right, 
body.home.paged article.post:first-child div.post-right, 
body.tag article.post div.post-right, 
body.category article.post div.post-right, 
body.search article.post div.post-right {
	float: left;
	width: 390px;
	height: 275px;
}
body.home article.post .fauxmeta, 
body.home.paged article.post:first-child .fauxmeta, 
body.tag article.post .fauxmeta, 
body.category article.post .fauxmeta, 
body.search article.post .fauxmeta {
	padding: 0 30px;
	height: 100%;
}
body.home article.post div.post-right div.fauxtable, 
body.home.paged article.post:first-child div.post-right div.fauxtable, 
body.tag article.post div.post-right div.fauxtable, 
body.category article.post div.post-right div.fauxtable, 
body.search article.post div.post-right div.fauxtable {
	display: table;
	width: 100%;
	height: 100%;
}
body.home article.post .fauxtable .fauxcell, 
body.home.paged article.post:first-child .fauxtable .fauxcell, 
body.tag article.post .fauxtable .fauxcell, 
body.category article.post .fauxtable .fauxcell, 
body.search article.post .fauxtable .fauxcell {
	display: table-cell;
	vertical-align: middle;
}
body.home article.post span.author, 
body.home article.post span.meta-sep, 
body.home article.post footer .cat-links, 
body.home article.post footer .tag-links, 
body.home article.post footer .meta-sep, 
body.home article.post footer .comments-link,
body.tag article.post span.author, 
body.tag article.post span.meta-sep, 
body.tag article.post footer .cat-links, 
body.tag article.post footer .tag-links, 
body.tag article.post footer .meta-sep, 
body.tag article.post footer .comments-link,
body.category article.post span.author, 
body.category article.post span.meta-sep, 
body.category article.post footer .cat-links, 
body.category article.post footer .tag-links, 
body.category article.post footer .meta-sep, 
body.category article.post footer .comments-link, 
body.search article.post span.author, 
body.search article.post span.meta-sep, 
body.search article.post footer .cat-links, 
body.search article.post footer .tag-links, 
body.search article.post footer .meta-sep, 
body.search article.post footer .comments-link {
	display: none;
}
body.home.paged article.post:first-child section.entry-content p {
	display: block;
}
body.home article.post footer, 
body.home.paged article.post:first-child footer, 
body.tag article.post footer, 
body.category article.post footer, 
body.search article.post footer {
	background: url('/wp-content/uploads/2015/06/comments.png');
	width: 33px;
	height: 33px;
	line-height: 29px;
	position: absolute;
	top: 10px;
	left: 347px;;
	text-align: center;
	font-family: 'museo_sans_cond300';
	color: #fff;
}
body.home article.post span.entry-date, 
body.tag article.post span.entry-date, 
body.category article.post span.entry-date, 
body.search article.post span.entry-date {
	text-transform: uppercase;
	font-size: 10pt;
}
body.home article.post section.entry-content a.read-more, 
body.home.paged article.post:first-child section.entry-content a.read-more, 
body.tag article.post a.read-more, 
body.category article.post a.read-more, 
body.search article.post a.read-more {
	display: block;
	width: 100px;
	padding: 10px;
	text-align: center;
	background: #fff;
	border: 1px solid #f2f2f2;
	margin-top: 20px;
	color: #5c666f;
	font-size: 11pt;
	font-family: 'museo_sans_cond500';
}
body.home article.post section.entry-content a.read-more:hover, 
body.home.paged article.post:first-child section.entry-content a.read-more:hover, 
body.tag article.post a.read-more:hover, 
body.category article.post a.read-more:hover, 
body.search article.post a.read-more:hover {
	background: #6ccacd;
	color: #fff;
}
body.home article.post .at-wordpress-hide, 
body.tag article.post .at-wordpress-hide, 
body.category article.post .at-wordpress-hide, 
body.search article.post .at-wordpress-hide {
	display: initial !important;
	opacity: initial !important;
}
body.home article.post span.post-date, 
body.home article.post span.post-comments, 
body.tag article.post span.post-date,
body.tag article.post span.post-comments, 
body.category article.post span.post-date,
body.category article.post span.post-comments, 
body.search article.post span.post-date, 
body.search article.post span.post-comments {
	display: none;
}
body.home.paged article.post:first-child .entry-content {
	margin-top: 0;
}
nav#nav-below {
	border: 10px solid #f2f2f2;
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 780px;
}
nav#nav-below div {
	display: table-cell;
	background: #f2f2f2;
}
nav#nav-below a {
	display: inline-block;
	background: #ccc;
	color: #fff;
	padding: 10px 0;
	width: 100%;
	vertical-align: middle;
}
nav#nav-below a:hover {
	background: #5c666f;
}


/* Posts (single.php)
---------------------------------------------------------------*/
body.single .post-left {
	width: 100%;
	height: 400px;
	background-size: cover !important;
	background-position: top !important;
	position: relative;
}
body.single .post-right {
	margin-top: -54px;
	position: relative;
}
body.single .post-right .entry-content ul li {
	margin: 24px;
}
body.single .post-right header {
	background: #fff;
	width: 700px;
	margin: 0 40px 20px;
	padding: 10px;
}
body.single .post-right header h1 {
	font-size: 30pt;
}


/* Posts > Byline
---------------------------------------------------------------*/
body.single section.entry-meta {
	background: #f2f2f2;
	display: table;
	width: 100%;
	table-layout: fixed;
}
body.single section.entry-meta span {
	display: table-cell;
	text-align: center;
	padding: 10px 0;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10pt;
}
body.single section.entry-meta span strong {
	font-family: 'museo_sans300';
}
body.single section.entry-meta i.meta-icon:before {
	font-family: 'fontawesome';
	margin-right: 5px;
	font-style: normal;
	color: #999;
}
body.single section.entry-meta span.author i.meta-icon:before { content: "\f040"; }
body.single section.entry-meta span.post-date i.meta-icon:before { content: "\f017"; }
body.single section.entry-meta span.post-comments i.meta-icon:before { content: "\f086"; }
body.single section.entry-content {
	line-height: 24px;
}

/* Mike Budden Guest Post */
body.postid-2407 section.entry-meta span.author strong {
	display: none;
}
body.postid-2407 section.entry-meta span.author i.meta-icon:after {
	content: "BY MIKE BUDDEN";
	font-style: normal;
	color: #555;
}

/* Marty Moore Guest Post */
body.postid-1451 section.entry-meta span.author strong {
	display: none;
}
body.postid-1451 section.entry-meta span.author i.meta-icon:after {
	content: "BY MARTY MOORE";
	font-style: normal;
	color: #555;
}

/* Marsha Burns Guest Post */
body.postid-1265 section.entry-meta span.author strong {
	display: none;
}
body.postid-1265 section.entry-meta span.author i.meta-icon:after {
	content: "BY MARSHA BURNS";
	font-style: normal;
	color: #555;
}

/* Kyle Chapman Guest Post */
body.postid-1199 section.entry-meta span.author strong {
	display: none;
}
body.postid-1199 section.entry-meta span.author i.meta-icon:after {
	content: "BY KYLE CHAPMAN";
	font-style: normal;
	color: #555;
}

/* Matt Whiat Guest Post */
body.postid-1139 section.entry-meta span.author strong {
	display: none;
}
body.postid-1139 section.entry-meta span.author i.meta-icon:after {
	content: "BY MATT WHIAT";
	font-style: normal;
	color: #555;
}

/* Mary Beth McEuen Guest Post */
body.postid-1066 section.entry-meta span.author strong {
	display: none;
}
body.postid-1066 section.entry-meta span.author i.meta-icon:after {
	content: "BY MARY BETH MCEUEN";
	font-style: normal;
	color: #555;
}

/* Chapman Hughes Guest Post */
body.postid-2647 section.entry-meta span.author strong {
	display: none;
}
body.postid-2647 section.entry-meta span.author i.meta-icon:after {
	content: "BY CHAPMAN HUGHES";
	font-style: normal;
	color: #555;
}

/* Kip Tindell Guest Post */
body.postid-2682 section.entry-meta span.author strong {
	display: none;
}
body.postid-2682 section.entry-meta span.author i.meta-icon:after {
	content: "BY KIP TINDELL";
	font-style: normal;
	color: #555;
}

/* Raj Sisodia Guest Post */
body.postid-2804 section.entry-meta span.author strong {
	display: none;
}
body.postid-2804 section.entry-meta span.author i.meta-icon:after {
	content: "BY RAJ SISODIA";
	font-style: normal;
	color: #555;
}

/* Shawn Murphy Guest Post */
body.postid-2834 section.entry-meta span.author strong {
	display: none;
}
body.postid-2834 section.entry-meta span.author i.meta-icon:after {
	content: "BY SHAWN MURPHY";
	font-style: normal;
	color: #555;
}


/* Rhonda Spencer Guest Post */
body.postid-2861 section.entry-meta span.author strong {
	display: none;
}
body.postid-2861 section.entry-meta span.author i.meta-icon:after {
	content: "BY RHONDA SPENCER";
	font-style: normal;
	color: #555;
}


/* Sean Dice Guest Post */
body.postid-3076 section.entry-meta span.author strong {
	display: none;
}
body.postid-3076 section.entry-meta span.author i.meta-icon:after {
	content: "BY SEAN DICE";
	font-style: normal;
	color: #555;
}


body.single span.entry-date {
	display: none !important;
}


/* Posts > Footer
---------------------------------------------------------------*/
body.single footer.entry-footer {
	margin-top: 30px;
	border-top: 1px solid #f2f2f2;
}
body.single footer .comments-number {
	display: none;
}
body.single footer span {
	width: 50%;
	display: inline-block;
	float: left;
	margin: 30px 0;
	font-size: 10pt;
	text-transform: uppercase;
	color: #6ccacd;
}
body.single footer span h4 {
	font-weight: normal;
	margin-bottom: 10px;
	color: #999;
}
body.single footer span a {
	display: inline-block;
	background: #6ccacd;
	color: #fff;
	font-size: 13px !important;
	padding: 7px 10px;
	border: 2px solid #6ccacd;
	border-radius: 16px;
	margin: 0 -3px 6px 6px;
	text-transform: capitalize;
}
body.single footer span a:hover {
	background: #fff;
	color: #6ccacd;
}
body.single #wpcomm .wc-comment-label {
	background: #6ccacd;
}
body.single #wpcomm .wc-comment-author {
	color: #6ccacd;
	cursor: text;
}
body.single #wpcomm .wc-comment-author a {
	color: #6ccacd;
	pointer-events: none;
	cursor: text;
}
body.single #wpcomm .wc-comment-title {
	font-weight: normal;
}
body.single aside#sidebar .widget_text, 
body.single aside#sidebar .widget_tag_cloud, 
body.page aside#sidebar .widget_text, 
body.page aside#sidebar .widget_tag_cloud, 
body.tag aside#sidebar .widget_text, 
body.category aside#sidebar .widget_text, 
body.search aside#sidebar .widget_text {
	display: none;
}
body.single aside#sidebar .widget_text.first-child, body.single aside#sidebar .widget_text:nth-child(2) {
	display: block;
}
body.single aside#sidebar .widget_text:nth-child(2) {
	margin-bottom: 50px;
}
body.tag aside#sidebar .widget_tag_cloud, 
body.category aside#sidebar .widget_tag_cloud, 
body.search aside#sidebar .widget_tag_cloud {
	margin-top: 20px;
}
.addthis_toolbox {
	width: 100%;
	margin: 30px 0 !important;
	text-align: center;
}
body.single .bctt-click-to-tweet {
	width: 33%;
	float: right;
	padding: 15px;
	margin: 0 0 10px 10px;
	border-radius: 0;
}
body.single .bctt-click-to-tweet .bctt-ctt-text a {
	font-family: 'museo_sans_cond300' !important;
	color: #6ccacd !important;
	padding: 0 !important;
}
body.single .bctt-click-to-tweet .bctt-ctt-text a:hover {
	color: #999 !important;
}
body.single a.bctt-ctt-btn, body.single a.bctt-ctt-btn:hover {
	background-position: right top 15px !important;
}
body.single #wc-comment-header {
	font-family: 'museo_sans_cond300';
	font-size: 19pt !important;
	color: #6ccacd;
	font-weight: normal !important;
}
body.single .entry-content .yarpp-related h3 {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	font-family: 'museo_sans_cond300';
	font-size: 19pt !important;
	color: #6ccacd;
	font-weight: normal !important;
}
body.single .entry-content .yarpp-related a {
	border: 0;
	width: 120px;
	height: auto;
	overflow: hidden;
}
body.single .entry-content .yarpp-related img {
	margin: 0;
	width: auto;
}
body.single .entry-content .yarpp-related span.yarpp-thumbnail-title {
	font-weight: normal !important;
	font-size: 12pt !important;
	overflow: visible;
	margin: 5px 0 0;
	line-height: 1em;
	font-family: 'museo_sans_cond300';
}
body.single .gallery-item {
	padding: 10px;
	width: 100% !important;
	text-align: left !important;
	background: #f2f2f2;
}
body.single .gallery-item dt {
	float: left;
	margin-right: 10px;
}
body.single .gallery-item dt img {
	border: none !important;
}
section#disclaimer {
	background: #f2f2f2;
	padding: 20px;
	font-size: 11pt;
	font-family: 'museo_sans300_italic';
}


/* Pages (single.php)
---------------------------------------------------------------*/
body.page .page-featured {
	width: 100%;
	height: 400px;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}
body.page .entry-content {
	margin-top: -54px;
	position: relative;
}
body.page .entry-content h1 {
	background: #fff;
	width: 700px;
	margin: 0 40px 20px;
	padding: 10px;
}
body.page #contact-form-44 .contact-form label {
	font-weight: normal;
	font-family: 'museo_sans500';
}
body.page #contact-form-44 .contact-form input[type=email], body.page #contact-form-44 .contact-form input[type=text] {
	width: 380px;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
body.page #contact-form-44 .contact-form textarea {
	width: 780px;
	padding: 10px;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
body.page #contact-form-44 .contact-form input[type=submit] {
	display: block;
	width: 100px;
	padding: 10px;
	text-align: center;
	background: #fff;
	border: 1px solid #f2f2f2;
	margin-top: 20px;
	color: #5c666f;
	font-size: 11pt;
	font-family: 'museo_sans_cond500';
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
body.page #contact-form-44 .contact-form input[type=submit]:hover {
	background: #6ccacd;
	color: #fff;
}


/* Events
---------------------------------------------------------------*/
#tribe-events-pg-template {
	max-width: 1200px !important;
}
#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title, 
.tribe-events-list-separator-month {
	font-weight: normal !important;
}
a.tribe-events-read-more {
	display: none !important;
}


/* Other Media (Home Page)
---------------------------------------------------------------*/
div#other-media {
	background: #f2f2f2;
	margin: 30px 0 0;
	padding: 30px 0;
}
div#other-media section.om-wrapper {
	width: 1200px;
	margin: 0 auto;
}
div#other-media section.om-wrapper h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px !important;
	margin-bottom: 20px !important;
	font-family: 'museo_sans_cond500';
	font-size: 19pt !important;
	color: #5c666f;
	font-weight: normal !important;
	text-transform: uppercase;
}
#om-podcasts h2:before {
	font-family: 'fontawesome';
	content: "\f09e";
	margin-right: 10px;
}
#om-videos h2:before {
	font-family: 'fontawesome';
	content: "\f03d";
	margin-right: 10px;
}
div#other-media section.om-wrapper ul li {
	list-style-type: none;
	margin-bottom: 10px;
	height: 50px;
}
div#other-media section.om-wrapper #om-podcasts {
	width: 580px;
	margin-right: 20px;
	float: left;
}
#om-podcasts a img {
	width: 50px;
	height: 50px;
}
#om-podcasts a.image {
	float: left;
}
#om-podcasts a.title {
	height: 50px;
	line-height: 25px;
	margin-left: 20px;
}
#om-podcasts span.date {
	display: block;
	margin-left: 70px;
	font-size: 10pt;
}
div#other-media section.om-wrapper #om-videos {
	width: 580px;
	margin-left: 20px;
	float: left;
}
#om-videos ul li {
	background-repeat: no-repeat;
	background-position: left;
	background-size: 50px 50px;
	padding-left: 70px;
	line-height: 22px;
}
#om-videos ul li.yt-bw { background-image: url('https://yt3.ggpht.com/-kJLIewvZGRU/AAAAAAAAAAI/AAAAAAAAAAA/JV6CYNrxTAM/s88-c-k-no/photo.jpg'); }
#om-videos ul li.yt-nj { background-image: url('https://yt3.ggpht.com/-FZXy8bifzJg/AAAAAAAAAAI/AAAAAAAAAAA/T8RaUzIYvrM/s88-c-k-no/photo.jpg'); }
#om-videos span.runtime {
	display: block;
	font-size: 10pt;
}


/* Footer (footer.php)
---------------------------------------------------------------*/
footer#footer {
	clear: both;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	background: #5c666f;
	color: #fff;
	font-family: 'museo_sans_cond300';
}
footer#footer a {
	color: #fff;
}
footer#footer a:hover {
	color: #6ccacd;
}
footer#footer #copyright {
	float: left;
	background: url('/wp-content/uploads/2015/06/footer-icon.png') no-repeat left;
	background-size: 29px 30px;
	text-indent: 39px;
}
footer#footer #admin-login {
	float: right;
}


/* Widgets > WpDiscuz
---------------------------------------------------------------*/
#wpcomm .wc-form-wrapper {
	background: #f2f2f2 !important;
}