/*  
Theme Name: Authentic Theme
Theme URI: http://www.organizedthemes.com/authentic-theme
Description: An upgrade for your church website
Version: 2.0.2
Author: Organized Themes
Author URI: http://www.organizedthemes.com

License:  GNU General Public License
License URI:  http://www.opensource.org
*/

/* Table of Contents

 01.  Reset
 02.  Typography
 03.  Forms
 04.  Global Styles
 05.  Header
 06.  Home Page
 07.  Flexslider
 08.  Page Styles
 09.  Staff
 10.  Podcast
 11.  Series Template
 12.  Contact & Live Pages
 13.  Widgets
 14.  Podcast Widget
 15.  Facebook Page
 16.  Footer
 17.  Images  
 18.  Pagination
 19.  Comments
 20.  Responsive Styles
 21.  Icon Font Mapping


/* Reset
----------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; }

a img { border: 0 }

html { 
	height: 100%; 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
} 

body { 
	margin: 0; 
	min-height: 100%;
	height: auto !important;
	-webkit-font-smoothing: antialiased; 
	font-smoothing: antialiased;
}

figure 			   { margin: 0 }
img, object, embed { max-width: 100%; height: auto; } /* Fluid images */
video 			   { width: 100%; height: auto; }
img 			   { border: 0;	-ms-interpolation-mode: bicubic } /* IE Images */
svg:not(:root) 	   { overflow: hidden } /* Correct IE9 overflow */

/* Type
----------------------------------------------- */

body {
	font: 16px/1.3 Lucida, Verdana, sans-serif;
}

p {
  margin: 0 0 25px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
	color: #111;
	font-family: Lucida, Verdana, sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  font-size: 48.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 15px 0 25px 0px;
}

#header_art {
 width: 100%;
 position: fixed;
 top: 0px;
 left: 0px;
 height: 400px;
 z-index: -1;
 background: url(/wp-content/uploads/2014/04/mt_tearoha_wde_1890.jpg) no-repeat top center;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

blockquote {
	border: none;
	margin: 5px 5px 20px;
	position: relative;
	padding: 25px 30px 5px 77px;
}

blockquote:before {
	content: "\e0c8";
	left: 5px;
	top: 0;
	position: absolute;
	color: #ccc;
	font: 60px 'Icons';
}

blockquote p {
	color: #514f4f;
	font-style: italic;
}

blockquote cite {
	display: block;
	text-align: right;
}

blockquote cite:before {
	content: '\2014';
	margin-right: 2px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

/* Icon Font
----------------------------------------------- */

@font-face {
	font-family: 'Icons';
	src:url('font/Icons.eot');
	src:url('font/Icons.eot?#iefix') format('embedded-opentype'),
		url('font/Icons.woff') format('woff'),
		url('font/Icons.ttf') format('truetype'),
		url('font/Icons.svg#Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Forms
----------------------------------------------- */

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #3e3e3e;
	font-size: 14px;
}

input[type="text"] {
	padding: 6px 12px;
}

input[placeholder] { 
	text-overflow: ellipsis; 
}

::-moz-placeholder { /* firefox 19+ */
	text-overflow: ellipsis; 
}

input:-moz-placeholder { 
	text-overflow: ellipsis; 
}

.50p_width {
 width: 45%;
 padding-right: 2%
 display: inline-block;
}

a.button,
input.button,
input[type="button"],
input[type="submit"] {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 6px 12px;
	text-decoration: none;
	border: none;
	background-color: #4b4c4b;
	-webkit-appearance: none;
	-webkit-background-clip: padding-box;
}

a:hover.button,
input:hover.button,
input:hover[type="button"],
input:hover[type="submit"] {
	color: #fff;
	background-color: #1b1c1b;
}

select.tinynav:focus,
input:focus,
textarea:focus {
	outline: none;
}

header#primary .menu li.button a,
header#primary .menu li.button a:visited {
	color: #fff;
	background-color: #4b4c4b;
}

header#primary .menu li.button a:hover {
	background-color: #1b1c1b;
}

/* Global Styles
----------------------------------------------- */

body {
	color: #000;
	background-color: #fff;
}

a, 
a:visited { 
	color: #4d6251; 
	text-decoration: none; 
}

a:hover { 
	color: #000;  
}

.left 			{ float: left  }
.right 			{ float: right }
.clear 			{ clear: both  }

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

#wrap { 
	width: 978px; 
	margin: 0 auto; 
}

.shadow {
	box-shadow: 0 1px 4px rgba(0,0,0,.3); 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.3); 
}

.shadow-small {
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
}

/* Header
----------------------------------------------- */

header#primary {
	position: relative;
	z-index: 1002;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#logo,
#text-logo {
	position: relative;
	float: left;
}

#text-logo h1, 
#text-logo p {
	line-height: 1;
	font-size: 36px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	word-spacing: 0;
}

#logo p,
#logo h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

header#primary nav {
	position: relative;
	right: 0;
	top: 15px;
}

header#primary ul.menu {
	float: right;
	list-style: none;
	margin: 0;
}

header#primary ul.menu li { 
	float: left; 
}

header#primary .menu, 
header#primary .menu * 	{ margin: 0; padding: 0; list-style: none; }
header#primary .menu 	{ line-height:	1.0; }
header#primary .menu ul { position: absolute; top: -999em; width: 10em; }
header#primary .menu ul li { width: 100%; }
header#primary .menu li:hover 			{ visibility: inherit;  }
header#primary .menu li 				{ float: left; position: relative; }
header#primary .menu a 				{ display: block; position: relative; }
header#primary .menu li:hover ul,
header#primary .menu li.sfHover ul 	{ top: 2.5em; z-index: 99; }
header#primary ul.menu li:hover li ul,
header#primary ul.menu li.sfHover li ul{ top: -999em;}
header#primary .menu li:hover ul,
header#primary .menu li.sfHover ul 	{ left: 0; top: 28px; z-index: 99; }
header#primary .menu a.sf-with-ul 		{ padding-right: 2.25em; min-width: 1px; }

header#primary .menu a, 
header#primary .menu a:visited {
	color: #2d2d2d;
	line-height: 1.4;
	font-size: 21px;
	padding-right: 7px;
	padding-left: 7px;
}

header#primary .menu a:hover { 
	color: #000 
}

header#primary .menu li { 
	margin-left: 7px; 
}

header#primary .menu li ul {
	width: 160px;
	margin-left: 8px;
	margin-top: 0px;
	padding: 10px;
	background-color: #4c4c4c;
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
}

header#primary ul.menu li li:hover ul,
header#primary ul.menu li li.sfHover ul {
	width: 160px;
	left:  190px;
	top: -30px;
}

header#primary .menu li li a, 
header#primary .menu li li a:visited {
	color: #fff;
	font-size: 14px;
	width: 140px;
	float: none;
	padding: 8px 0;
	margin: 0;
}

header#primary .menu li li a:hover {
	color: #b4b3b4;
}

header#primary .menu li ul li ul {
	width: 140px;
	margin-top: 20px;
	margin-left: -30px;
}

header#primary .menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; 
}

header#primary .menu .button a, 
header#primary .menu .button a:visited {
	padding-left: 10px;
	padding-right: 10px;
}

#mobile-menu { /* Hides the mobile menu */
	display: none;
}

/* Home Page
----------------------------------------------- */

.home-top { 
	margin-bottom: 50px; 
}

.home-media {
	float: left;
	display: inline;
	position: relative;
	width: 670px;
}

.home-sidebar {
	float: right;
	display: inline;
	width: 278px;
}

/* Flexslider
----------------------------------------------- */

.flexslider {
	width: 100%; 
	margin: 0 0 60px;
	padding: 0;
	position: relative; 
	zoom: 1;
	background: #fff; 
	border: 4px solid #fff; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

.home .flexslider {
	margin-bottom: 0;
}

.flexslider ul {
	margin: 0;
	list-style: none;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden; /* Hide the slides before the JS is loaded. Avoids image jumping */
} 

.flexslider .slides img {
	width: 100%; 
	display: block;
}

.no-js .slides > li:first-child {
	display: block; /* Fallback for people without javascript */
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides > li {
	position: relative;
}

.flex-container {
	zoom: 1; 
	position: relative;
}

.ie8 .flex-caption { /* IE rgba() hack */
	background:none; 
	filter:filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); 
	zoom: 1;
}

.flex-caption {
	width: 96%; 
	padding: 2%;
	margin: 0; 
	position: absolute; 
	left: 2%; 
	bottom: 15px; 
	background: rgba(0,0,0,.7); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.8); 
	font-size: 16px; 
	line-height: 18px; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.flex-direction-nav a {
	margin: 0; 
	padding: 0;
	line-height: 0;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	z-index: 1000;
	cursor: pointer; 
	-webkit-transition: all .3s ease;
	top: 50%;
	font-family: 'Icons';
	font-size: 0;
	opacity: 0;
}

.flex-direction-nav .flex-next {
	right: 35px;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 53px;
	opacity: .7;
}

.flex-direction-nav a:active.flex-next,
.flex-direction-nav a:active.flex-prev {
	opacity: 1;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.flex-direction-nav .flex-next:before {
	content: "\e0e5";
	font-size: 30px;
	color: #000;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 12px;
	opacity: .7;
}

.flex-direction-nav .flex-prev:before {
	content: "\e0e7";
	font-size: 30px;
	color: #000;
}

.flex-control-nav {
	display: none;
}

/* Page Styles
----------------------------------------------- */

#content { 
	width: 650px; 
	float: left; 
}

#sidebar { 
	width: 283px; 
	float: right; 
}

.content-right #content {
	float: right;
}

.content-right #sidebar {
	float: left;
}

#content.full,
.content-full #content {
	float: none;
	width: 100%;
}

.content-full #sidebar {
	display: none;
}

p.post-meta {
	font-size: 12px;
	margin-bottom: 14px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9e9e9e;
}


body.single .post { 
	border: none; 
}

.video.feature {
	margin-bottom: 20px;
}

/* Staff
----------------------------------------------- */

ul.staff-list {
	list-style-type: none;
	margin:	0;
}

ul.staff-list li {
	margin-bottom: 30px;
	padding-right: 20px;
	margin-left: 3px;
	list-style-type: none;
}

ul.staff-list img {
	float: left;
	margin-right: 25px;
	margin-left: -3px;
	position: relative;
	z-index: 2;
	background-color: #737373;
}

div.staff-list-content {
	position: relative;
	top: 30px;
	z-index: 1;
	padding: 10px;
	min-height: 170px;
	background-color: #bdbdbd;
}

.staff-list-content p { 
	margin-bottom: 0; 
}

.single-staff img.wp-post-image {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

p.job-title {
	font-style: italic;
}

/* Podcast
----------------------------------------------- */

.top-podcast { 
	padding-bottom: 40px;
	border-bottom: 1px solid #9e9e9e; 
}

ul.podcast-list {
	margin: 0;
	list-style: none;
}

ul.podcast-list p { 
	margin-bottom: 0; 
}

li.top-podcast img {
	float: left;
	margin-right: 30px;
}

li.top-podcast p { 
	margin-bottom: 5px; 
}

li.podcast-episode {
	padding: 10px;
	border-bottom: 1px solid #9e9e9e;
}

li.podcast-episode img {
	float: left;
	margin-right: 10px;
}

li.podcast-episode h3 { 
	margin-bottom: 4px;
}

.podcast-single-content { 
	padding: 1px; 
}
	
.podcast-single-content img.wp-post-image {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.podcast-single-content .post-content {
	float: left;
	width: 545px;
}

.podcast-player {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.podcast-list .podcast-meta {

	background: none;
}


/* Series Template
----------------------------------------------- */

ul.podcast-series {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

li.podcast-series-item {
	width: 300px;
	height: 250px;
	float: left;
	margin: 13px;
	text-align: center;
	position: relative;
}

li.podcast-series-item img {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	height: auto;
	position: absolute;
}

li.podcast-series-item .series-title {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	background-color: rgba(0, 0, 0, 0.84);
}

li.podcast-series-item .series-title a {
	width: 300px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
}

li.podcast-series-item:hover .series-title {
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

li.podcast-series-item .series-title a h3 {
	color: #fff;
	position: relative;
	top: 10%;
	margin-right: 10%;
	margin-left: 10%;
}

li.podcast-series-item:hover .series-title a h3 {
	top: 40%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.ie8 li.podcast-series-item .series-title {
	display: none;
}

/* Contact And Live Pages
----------------------------------------------- */

.page-right-live,
.page-right-contact {
	float: right;
	display: inline;
	overflow: hidden;
	width: 600px;
	margin-left: 30px;
	margin-bottom: 30px;
}

/* Widgets
----------------------------------------------- */

.home-lower .widget {
	float: left;
	width: 283px;
}

.home-lower #podcast h5 {
 font-size: 17px;
 font-weight: bold;
}

.widget {
	margin-bottom: 30px;
}

h3.widget-title {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 22px;
	font-weight: bold !important;
}

.widget_search label.assistive-text {
	display: none;
}

.widget ul {
	margin-bottom: 0;
}

.widget .menu-item a {
 color: #111;
 font-weight: 900;
 line-height: 28px;
}

.widget .menu-item a:hover {
 color: #db5406;
}

.home-lower .featured-posts.widget,
.home-lower #widget_ot_contact {
	width: 628px;
}

.address-left {
	float: left;
	width: 283px;
}

.address-left h3 { 
	padding-right: 33px;
	position: relative;
}

.address-left h3:after {
	font-family: 'Icons';
	content: '\e077';
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 1px;
}

.address-left ul {
	list-style: none;
	margin-left: 0;
}

.address-right {
	float: right;
	display: inline;
	width: 282px;
}

.address-right iframe,
.address-right img {
	width: 283px;
	overflow: hidden;
}

#sidebar .address-right, 
#sidebar .address-right iframe  {
	width: 283px;
}

/* Podcast Widget
----------------------------------------------- */

.widget.podcast p {
	font-style: italic;
	margin-bottom: 5px;
	color: #6a6a6a;
	font-size: 13px;
}

.widget.podcast h5 {
	font-size: 26px;
	color: #6a6a6a;
}

.podcast-meta {
	margin-bottom: 17px;
	zoom: 1;
	background-color: rgba(0, 0, 0, 0.2);
}

.ie8 .podcast-meta {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000);
}

.podcast-meta p {
	font-size: 18px;
	position: relative;
	padding: 4px 8px;
}

.podcast-meta span {
	margin-right: 18px;
}

.podcast-meta span:before {
	font: 16px 'Icons';
	font-weight: normal;
	font-style: normal;
	position: relative;
}

span.listen:before {
	content: '\e08a';
	top: 2px;
	margin-right: 3px;
}

span.notes:before { 
	content: '\e07b';
	margin-right: 4px;
	top: 1px;
}

span.download:before {  
	content: '\e0e0';
	font-size: 14px;
	margin-right: 5px;
	top: 1px;
}

.fb-widget { 
	background-color: #fff; 
}

.widget_ot_flickr img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

/* Social Icons
----------------------------------------------- */

ul.social-links {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}

ul.social-links li {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

ul.social-links li a:before {
	padding: 5px;
}

ul.social-links li a {
	display: inline-block;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-decoration: inherit;
	font: normal normal 25px/1.5 'Icons';
	position: relative;
	z-index: 10;
}

ul.social-links li:before {
	content: '';
}

.widget ul.social-links li:hover a:before {
	background-color: #000;
}

ul.social-links li.facebook a:before,
p.staff-meta a.facebook:before {
	content: "\e03c";
	background-color: #435D9F;
}

ul.social-links li.forrst a:before,
p.staff-meta a.forrst:before {
	content: "\e03a";
	background-color: #5CB84A;
}

ul.social-links li.twitter a:before,
p.staff-meta a.twitter:before {
	content: "\e02a";
	background-color: #54A4DE;
}

ul.social-links li.flickr a:before,
p.staff-meta a.flickr:before {
	content: "\e03b";
	background-color: #F60086;
}

ul.social-links li.dribbble a:before,
p.staff-meta a.dribbble:before {
	content: "\e040";
	background-color: #BE356E;
}

ul.social-links li.linkedin a:before,
p.staff-meta a.linkedin:before {
	content: "\e035";
	background-color: #2676B5;
}

ul.social-links li.instagram a:before,
p.staff-meta a.instagram:before {
	content: "\e0c0";
	background-color: #3F729B;
}

ul.social-links li.google a:before,
p.staff-meta a.google:before {
	content: "\e038";
	background-color: #DC4B39;
}

ul.social-links li.pinterest a:before,
p.staff-meta a.pinterest:before {
	content: "\e031";
	background-color: #C4202C;
}

ul.social-links li.youtube a:before,
p.staff-meta a.youtube:before {
	content: "\e023";
	background-color: #CD322C;
}

ul.social-links li.vimeo a:before,
p.staff-meta a.vimeo:before {
	content: "\e028";
	background-color: #44BBFF;
}

ul.social-links li.email a:before,
p.staff-meta a.email:before {
	content: "\e03f";
	background-color: #657DAF;
}

ul.social-links li.skype a:before,
p.staff-meta a.skype:before {
	content: "\e02e";
	background-color: #36ADF0;
}

ul.social-links li.yelp a:before,
p.staff-meta a.yelp:before {
	content: "\e024";
	background-color: #36ADF0;
}

ul.social-links li.rss a:before,
p.staff-meta a.rss:before {
	content: "\e04e";
	background-color: #E76B24;
}

ul.social-links li.itunes a:before,
p.staff-meta a.itunes:before {
	content: "\e070";
	background-color: #BF79CD;
}

/* Facebook Page
----------------------------------------------- */

.facebook-page {
	width: 520px;
	margin: 20px auto 0;	
}

.facebook-page .featured {
	width: 520px;
	height: 350px;
	overflow: hidden;
	background-color: #737373;
}

.facebook-video embed,
.facebook-video object,
.facebook-video iframe {
	width: 520px;
	height: 350px;
	margin-bottom: 20px;
	background-color: #737373;
}

.facebook-page .orbit-wrapper { 
	margin-bottom: 60px; 
}

.facebook-page .video.shadow { 
	margin-bottom: 30px; 
}

.facebook-page-widgets .widget {
	float: left;
	display: inline;
	width: 250px;
	padding: 5px;
	margin-bottom: 20px; 
}

.facebook-page .widget_featured_video iframe,
.facebook-page .widget_featured_video object,
.facebook-page .widget_featured_video embed {
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.facebook-page .widget-title   { font-size: 24px; }
.facebook-page .podcast-meta   { background-image: none; margin-bottom: 0; }
.facebook-page .podcast-meta p { padding: 0; }
.facebook-page .podcast h5 	   { font-size: 20px; }

.facebook-page .download,
.facebook-page .listen,
.facebook-page .notes {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 5px;
}

.facebook-page .widget_ot_flickr img { margin-right: 8px; }
.facebook-page footer p 		{ margin-bottom: 0; font-size: 12px; }
.facebook-page footer a, 
.facebook-page footer a:visited { color: #6a6a6a }
.facebook-page .footer-left  	{ width: 200px; }
.facebook-page .footer-right 	{ width: 320px; }

/* Footer
----------------------------------------------- */

footer#primary { 
	padding-top: 11px;
	margin-top: 30px;
	clear: both;
	border-top: 1px solid #6a6a6a;
	color: #6a6a6a;
	margin-bottom: 30px;
}

footer#primary p {
	margin-bottom: 0;
}

.footer-left a, 
.footer-left a:visited { 
	color: #6a6a6a 
}

.footer-left {
	float: left;
	display: inline;
}

.footer-right {
	float: right;
	display: inline;
	text-align: right;
	margin-top: 9px;
}

.ie8 .footer-right {
	width: 600px;
	height: 32px;
	overflow: hidden;
}

.ie8 .footer-right a {
	float: right;
}

.footer-right a,
.footer-right a:visited {
	font-size: 21px;
	border-radius: 50%;
	padding: 9px;
	color: #fff;
	background-color: #777;
}

.footer-right a:hover {
	color: #777;
	background-color: #fff;
}

.footer-right li {
	list-style-type: none;
	float: left;
	margin-left: 5px;
}

/* Images
----------------------------------------------- */

.gallery img {
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}

.wp-caption {
	text-align: center;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	padding-top: 5px;
	margin-bottom: 15px;
	max-width: 100%;
}

p.wp-caption-text {
	margin-bottom: 0;
	font-style: italic;
	font-size: 12px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Pagination
----------------------------------------------- */

.pagination {
	margin-top: 25px;
	position: relative;
	margin-bottom: 30px;
}

.pagination span.current {
	font-size: 18px;
	position: relative;
	top: 1px;
}

/* Comments
----------------------------------------------- */

#comments { 
	margin-top: 20px; 
}

h3.comments { 
	font-size: 28px; 
	color: #4c4c4c; 
	margin-bottom: 24px; 
}

#commentlist {
	list-style: none;
	margin-left: 0;
}

#commentlist li {
	position: relative;
	list-style: none;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c6c6c6;
}

#commentlist .comment-gravatar {
	float: left;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 80px;
	background-color: #4c4c4c;
	padding-bottom: 3px;
}

.comment-author-name strong {
	font-size: 18px;
	padding-right: 3px;
}

.comment-content blockquote p {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;	
}

#commentlist .comment-gravatar a { 
	color: #fff; 
}

.comment-author-name p { 
	margin-bottom: 0; 
}

textarea#comment { 
	width: 95%; 
}

input#author, 
input#email, 
input#url, 
textarea#comment {
	border: 1px solid #a6a6a6;
	padding: 5px;
}

input#author, 
input#email, 
input#url { 
	width: 300px; 
}

input#author:focus, 
input#email:focus, 
input#url:focus, 
textarea#comment:focus {
	border-color: #4c4c4c;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);	
}

.comment-input-form p { 
	margin-bottom: 2px; 
}

/* Responsive Styles
----------------------------------------------- */

/*  All Mobile */

@media only screen and (max-width: 1023px) {
	
	#wrap {
		width: 90%;
	}
	
	header#primary {
		height: auto;
		margin-bottom: 20px;
	}
	
	#logo,
	#text-logo {
		position: relative;
		float: none;
		width: 100%;
		top: auto;
		left: auto;
		margin-top: 20px;
		text-align: center;
		padding: 10px 0;
	}
	
	header#primary nav {
		position: relative;
		right: auto;
		top: auto;
		float: none;
	}
	
	header#primary ul.menu {
		float: none;
		text-align: center;
	}
	
	header#primary ul.menu li {
		display: inline-block;
		text-align: center;
		float: none;
		margin-bottom: 10px;
	}
	
	.home-top { 
		margin-bottom: 20px; 
	}
	
	.home-media {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	
	.home-sidebar {
		width: 100%;
	}
	
	.home-lower {
		margin-right: 0;
	}
	
	#content {
		width: 100%;
	}
	
	.page-right-live,
	.page-right-contact {
		width: 100%;
		height: auto;
		display: block;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	#sidebar {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	#sidebar .widget {
		margin: 16px;
	}
	
	.podcast-player {
		max-width: 100%;
	}
	
}

/* Portrait Tablets */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	#wrap {
		width: 750px;
	}
	
	.home-lower .widget,
	#sidebar .widget {
		width: 343px;
		float: left;
	}
	
	.home-lower .featured-posts.widget,
	.home-lower #widget_ot_contact {
		width: 343px;
	}
	
	.home-lower #widget_ot_contact .address-left,
	.home-lower #widget_ot_contact .address-right {
		width: 100%;
		overflow: hidden;
	}	
	
	.podcast-single-content .post-content {
		width: 300px;
	}
	
}

/* Smaller mobile  */

@media only screen and (max-width: 767px) {
	
	header#primary nav,
	#mobile-menu ul {
		display: none;
	}
	
	#mobile-menu {
		display: block;
		float: none;
		text-align: center;
		position: relative;
		margin: 6px auto 8px;
	}
	
	#mobile-menu select.tinynav {
		width: 100%;
		color: #fff;
		border: none;
		-webkit-appearance: none;
		border-radius: 0;
		-moz-border-radius: 0;
		padding: 5px 20px 5px 35px;
		background-color: #4c4c4c;
	}
	
	#mobile-menu:after {
		font-family: 'Icons';
		content: '\e059';
		position: absolute;
		left	: 10px;
		font-size: 20px;
		color: #fff;
		top: 2px;
	}
	
	.footer-left,
	.footer-right {
		width: 100%;
		text-align: center;
	}
	
	.footer-right li {
		display: inline-block;
		float: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.home-lower .widget,
	#sidebar .widget {
		width: 100%;
	}
	
	.home-lower .featured-posts.widget,
	.home-lower #widget_ot_contact {
		width: 100%;
	}
	
	.home-lower #widget_ot_contact .address-left,
	.home-lower #widget_ot_contact .address-right {
		width: 100%;
		overflow: hidden;
	}
	
	.address-right {
		margin-top: 20px;
	}
	
	#staff-sidebar {
		width: 100%;
		text-align: center;
	}
	
	div.staff-list-content {
		height: 230px;
		top: 0;
		padding-bottom: 10px;
	}
	
	ul.staff-list li {
		height: auto;
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	.staff-more {
		display: none;
	}
	
	#sidebar .widget {
		margin: 16px 0;
	}
	
}

/* Smartphones  */

@media only screen and (max-width: 520px) {
	
	body {
		font-size: 16px;
	}
	
	header#primary {
		padding: 0;
	}
	
	#logo,
	#text-logo {
		margin-bottom: 15px;
	}
	
	p.flex-caption {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #000;
	}
	
	.home-lower .widget,
	.home-lower #widget_ot_contact {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	li.top-podcast img.wp-post-image {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.top-podcast h2 {
		clear: both;
		margin-top: 20px;
	}
	
	.podcast-single-content .post-content {
		width: 100%;
	}
	
	ul.staff-list img {
		float: none;
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}
	
	div.staff-list-content {
		position: relative;
		top: auto;
		z-index: 1;
		padding: 10px;
		height: auto;
	}
	
	ul.staff-list li {
		text-align: center;
	}
	
	.single-staff img.wp-post-image {
		float: none;
		margin-right: auto;
		margin-bottom: auto;
	}
	
	.single-staff h1 {
		clear: both;
	}
	
	.tribe-events-calendar thead th {
		font-size: 9px;
	}
	
}

/* Social Icon Font
----------------------------------------------- */

.font-icon-social-zerply, .font-icon-social-youtube, .font-icon-social-yelp, .font-icon-social-yahoo, .font-icon-social-wordpress, .font-icon-social-virb, .font-icon-social-vimeo, .font-icon-social-viddler, .font-icon-social-twitter, .font-icon-social-tumblr, .font-icon-social-stumbleupon, .font-icon-social-soundcloud, .font-icon-social-skype, .font-icon-social-share-this, .font-icon-social-quora, .font-icon-social-pinterest, .font-icon-social-photobucket, .font-icon-social-paypal, .font-icon-social-myspace, .font-icon-social-linkedin, .font-icon-social-last-fm, .font-icon-social-grooveshark, .font-icon-social-google-plus, .font-icon-social-github, .font-icon-social-forrst, .font-icon-social-flickr, .font-icon-social-facebook, .font-icon-social-evernote, .font-icon-social-envato, .font-icon-social-email, .font-icon-social-dribbble, .font-icon-social-digg, .font-icon-social-deviant-art, .font-icon-social-blogger, .font-icon-social-behance, .font-icon-social-bebo, .font-icon-social-addthis, .font-icon-social-500px, .font-icon-email, .font-icon-email_2, .font-icon-camera, .font-icon-rss, .font-icon-social-music {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.font-icon-social-zerply:before {
	content: "\e022";
}
.font-icon-social-youtube:before {
	content: "\e023";
}
.font-icon-social-yelp:before {
	content: "\e024";
}
.font-icon-social-yahoo:before {
	content: "\e025";
}
.font-icon-social-wordpress:before {
	content: "\e026";
}
.font-icon-social-virb:before {
	content: "\e027";
}
.font-icon-social-vimeo:before {
	content: "\e028";
}
.font-icon-social-viddler:before {
	content: "\e029";
}
.font-icon-social-twitter:before {
	content: "\e02a";
}
.font-icon-social-tumblr:before {
	content: "\e02b";
}
.font-icon-social-stumbleupon:before {
	content: "\e02c";
}
.font-icon-social-soundcloud:before {
	content: "\e02d";
}
.font-icon-social-skype:before {
	content: "\e02e";
}
.font-icon-social-share-this:before {
	content: "\e02f";
}
.font-icon-social-quora:before {
	content: "\e030";
}
.font-icon-social-pinterest:before {
	content: "\e031";
}
.font-icon-social-photobucket:before {
	content: "\e032";
}
.font-icon-social-paypal:before {
	content: "\e033";
}
.font-icon-social-myspace:before {
	content: "\e034";
}
.font-icon-social-linkedin:before {
	content: "\e035";
}
.font-icon-social-m:before {
	content: "\e036";
}
.font-icon-social-grooveshark:before {
	content: "\e037";
}
.font-icon-social-google-plus:before {
	content: "\e038";
}
.font-icon-social-github:before {
	content: "\e039";
}
.font-icon-social-forrst:before {
	content: "\e03a";
}
.font-icon-social-flickr:before {
	content: "\e03b";
}
.font-icon-social-facebook:before {
	content: "\e03c";
}
.font-icon-social-evernote:before {
	content: "\e03d";
}
.font-icon-social-envato:before {
	content: "\e03e";
}
.font-icon-social-email:before {
	content: "\e03f";
}
.font-icon-social-dribbble:before {
	content: "\e040";
}
.font-icon-social-digg:before {
	content: "\e041";
}
.font-icon-social-deviant-art:before {
	content: "\e042";
}
.font-icon-social-blogger:before {
	content: "\e043";
}
.font-icon-social-behance:before {
	content: "\e044";
}
.font-icon-social-bebo:before {
	content: "\e045";
}
.font-icon-social-addthis:before {
	content: "\e046";
}
.font-icon-social-500px:before {
	content: "\e047";
}
.font-icon-email:before {
	content: "\e0aa";
}
.font-icon-email_2:before {
	content: "\e0ab";
}
.font-icon-camera:before {
	content: "\e0c0";
}
.font-icon-rss:before {
	content: "\e04e";
}
.font-icon-social-music:before {
	content: "\e070";
}