/* 
	Theme Name: 	Pneuma
	Theme URI: 		http://www.organizedthemes.com/pneuma
	Description:	A flexible theme for churches of all sizes
	Author: 		Organized Themes
	Author URI: 	http://www.organizedthemes.com
	Version: 		1.0.3
	Text Domain:	pneuma
	License: 		GNU General Public License
	License URI: 	license.txt
*/

/* 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%; 
	min-height: 100%;
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
}

body {
	height: 100%;
	min-height: 100%;
}

figure 			   { margin: 0 }
img, object, embed { max-width: 100%; height: auto; } /* Fluid images */
.ie8 img		   { width: auto; } /* IE 8 */
video 			   { width: 100%; height: auto; }
img 			   { border: 0;	-ms-interpolation-mode: bicubic } /* IE Images */
svg:not(:root) 	   { overflow: hidden } /* Correct IE9 overflow */

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

.fit-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.fit-video iframe,  
.fit-video object,  
.fit-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Global Elements
----------------------------------------------- */

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.left { 
	float: left; 
}

.right { 
	float: right; 
}

.clear { 
	clear: both; 
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hidden {
	display: none;
}

.nobr { 
	white-space: nowrap; 
}

/*  Colors
------------------------------------------------ */

body {
	background-color: #ececec;
	color: #212221;
}

#wrap {
	background-color: #fff;
}

a, 
a:visited { 
	color: #2274ac; 
	text-decoration: none; 
}

a:hover { 
	color: #113c59; 
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

#logo a,
#logo a:hover {
	color: #161717;
}

button,
.button,
a.button,
input.button,
input[type="button"],
input[type="submit"] {
	color: #fff;
	background-color: #2274ac;
}

a.button.ghost {
	color: #fff;
	background: transparent;
	border: 3px solid #fff;
}

button:hover,
.button:hover,
a:hover.button,
input:hover.button,
input:hover[type="button"],
input:hover[type="submit"] {
	color: #fff;
	background-color: #113c59;
}

a:hover.button.ghost {
	color: #192838;
	border-color: #192838;
	background: transparent;
}

#above-header {
	color: #fff;
	background-color: #171817;
}

.sf-menu a {
	color: #202121;
}

.sf-menu a:hover,
.sf-menu li.current-menu-item a {
	color: #2274ac;
}

.sf-menu ul li a,
.sf-menu li.current-menu-item ul li a {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.85);
}

.sf-menu ul li a:hover,
.sf-menu li.current-menu-item ul li a:hover {
	color: #2274ac;
}

select.tinynav {
	color: #333;
	border-color: #333;
}

nav#primary-site-navigation::after {
	color: #333;
}

.hero-content {
	color: #fff;
}

#footer {
	color: #fff;
	background-color: #171817;
}

.pagination a.prev:before,
.pagination a.next:after {
	background-color: #000;
	color: #fff;
}

.pagination a:hover.prev:before,
.pagination a:hover.next:after {
	background-color: #fff;
	color: #000;
}

.wp-caption-text.
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

form.searchform {
	background-color: #ebeceb;
}

#content .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #363f45;
}

#content .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #2274ac;
}

/*  Shadow
------------------------------------------------ */

#wrap,
.podcast-series-item,
li.staff img {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

/* Forms
----------------------------------------------- */

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="tel"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"] {
	border: 1px solid #ddd;
	color: #3e3e3e;
	font-size: 16px;
	padding: 8px 9px 9px;
}

input[placeholder] { 
	text-overflow: ellipsis; 
}

input::-webkit-input-placeholder {
	font-style: italic;
	color: #6b6b6b;
}

input::-moz-placeholder {
	font-style: italic;
	color: #bbb3b9;
}

input:-ms-input-placeholder {
	font-style: italic;
	color: #bbb3b9;
}

button,
.button,
a.button,
input.button,
input[type="button"],
input[type="submit"] {
	cursor: pointer;
	font-weight: bold;
	padding: 12px 18px;
	font-size: 16px;
	border: none;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-background-clip: padding-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

a.button.ghost {
	padding: 9px 18px;
}

input:focus,
textarea:focus {
	outline: none;
}

/* Typography
----------------------------------------------- */

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: 700;
	line-height: 20px;
	text-rendering: optimizelegibility;
	font-family: Lucida, Verdana, sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 25px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

hr.small {
	width: 20%;
	margin: 20px auto;
}

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 code {
	padding: 0;
	color: inherit;
	background-color: transparent;
	border: 0;
}

blockquote {
	font-style: italic;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.6;
}

blockquote p {
	font-style: italic;
}

blockquote cite {
	font-style:	normal;
}

blockquote cite:before {
	content: '\2014';
	margin-left: 2px;
	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;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Logo
------------------------------------------------ */

#logo {
	float: left;
	max-width: 30%;
	position: relative;
}

#logo h1 {
	margin: 0;
	line-height: 1;
	font-size: 50px;
	padding: 0;
}

/*  Above Header Bar
------------------------------------------------ */

#above-header {
	padding: 10px 30px;
	text-align: right;
	font-size: 14px;
}

#above-header p {
	margin-bottom: 0;
}

/* Header
------------------------------------------------ */

#header {
	position: relative;
	z-index: 20;
}

#header li {
	list-style-type: none;
}

#header-content {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
}

/*  Navigation Menu
------------------------------------------------ */

nav#primary-site-navigation {
	position: relative;
	float: right;
	text-align: center;
	top: 19px;
}

ul.sf-menu, 
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sf-menu {
	float: left;
	margin-bottom: 1em;
}

.sf-menu li {
	position: relative;
	white-space: nowrap;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 12em;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	padding: .75em 1em;
	text-decoration: none;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu ul li {
	text-align: left;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

/*  Tinynav
------------------------------------------------ */

select.tinynav {
	width: 100%;
	float: none;
	border: 3px solid;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px 10px;
	border-radius: 0;
	font-size: 20px;
	background: transparent;
	display: none;
	margin-bottom: 5px;
}

select.tinynav:focus {
	outline: none;
}

nav#primary-site-navigation::after {
	content: '\61';
	position: absolute;
	top: 2px;
	font-size: 32px;
	right: 5px;
	z-index: -1;
	font-family: 'ElegantIcons';
	display: none;
}

/*  Slideshow
------------------------------------------------ */

#hero-section {
	position: relative;
}

#hero-section img.feature {
	width: 100%;
	height: auto;
}

.slide {
	width: 100%;
}

.slide a.slide-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
}

.slide.center {
	text-align: center;
}

.slide.left {
	text-align: left;
}

.slide.right {
	text-align: right;
}

.hero-content {
	position: absolute;
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.top .hero-content {
	top: 20px;
}

.middle .hero-content {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bottom .hero-content {
	bottom: 20px;
}

h2.hero-title {
	font-size: 48px;
	display: inline-block;
	padding: 5px 8px;
}

.hero-caption {
	font-size: 24px;
	display: inline-block;
	padding: 5px 8px;
}

/*  Owl Slider
------------------------------------------------ */

.owl-carousel .owl-wrapper:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel { /* display none until init */
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel,
.owl-wrapper-outer,
.owl-item,
.owl-wrapper {
	height: 100%;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
	
.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-item.loading {
	
}

.slides-navigation {
	position: absolute;
	z-index: 2;
}

.owl-controls .owl-buttons {
	position: absolute;
	bottom: 0;
	z-index: 2;
	margin: 0;
	width: 100%;
}

.owl-prev,
.owl-next {
	position: absolute;
	bottom: 5px;
	padding: 5px 7px;
	background-color: #000;
	color: #fff;
	display: inline-block;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.owl-prev:before,
.owl-next:after {
	font-family: 'ElegantIcons';
	position: relative;
	font-size: 24px;
	border: none;
	padding: 7px 5px;
}

.owl-next:after {
	content: '\24';
}

.owl-prev:before {
	content: '\23';
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* Main Layout Styles
----------------------------------------------- */

#wrap {
	min-height: 100%;
	margin: 0 auto;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#page-wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

#header,
#footer {
	padding-left: 30px;
	padding-right: 30px;
}

.page-builder {
	overflow: hidden;
	max-width: 100%;
	margin-top: -5px;
}

.panel-widget-style {
	overflow: hidden;
}

.section-content {
	margin: 0 auto;
	padding: 30px;
}

#content {
	width: 61.8%;
	float: left;
	padding: 30px;
	overflow: hidden;
}

#sidebar {
	width: 38.2%;
	float: right;
	padding: 30px;
}

.sidebar-right #content {
	float: left;
}

.sidebar-right #sidebar {
	float: right;
	padding: 30px;
}

.no-sidebar #content {
	width: 100%;
	float: none;
}

.no-sidebar #sidebar {
	display: none;
}

.sidebar-left #content {
	float: right;
}

.sidebar-left #sidebar {
	float: left;
}

#sidebar hr.small,
.sidebar-right #content hr.small,
.sidebar-left #content hr.small,
.entry-header hr.small {
	margin: 20px 0;
}

hr.small.center,
#content section.blog-intro hr.small,
.no-sidebar article.post .entry-header hr.small {
	margin: 20px auto;
}

/*  Posts
------------------------------------------------ */

.no-sidebar article.post .entry-header {
	text-align: center;
}

article.post {
	margin-bottom: 50px;	
}

.no-sidebar article.post .entry-content,
.no-sidebar article.post .post-footer,
.no-sidebar .blog-intro .entry-content,
.no-sidebar .entry-meta,
.no-sidebar #comments {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.blog-intro {
	margin-bottom: 50px;
	text-align: center;
}

.featured-image {
	margin: 0 auto 30px;
	max-width: 1000px;
}

.page-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

article .fit-video {
	margin-bottom: 25px;
}

p.post-meta span.comment-link {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	margin-left: 10px;
	padding-left: 10px;
}

.sticky,
.bypostauthor {
	
}

/*  Footer
------------------------------------------------ */

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: -30px;
}

#footer-content {
	margin: 0 auto; 
}

#footer-final {
	display: table;
	width: 100%;
}

#footer-left p,
#footer-right p {
	margin: 0;
}

#footer-left,
#footer-right {
	vertical-align: middle;
	display: table-cell;
	width: 50%;
}

#footer-left {
	clear: both;
	text-align: left;
}

#footer-right {
	text-align: right;
}

p#shopdesigns-link img {
	width: 40px;
	float: right;
}

/* Contact Widget
----------------------------------------------- */

.widget_organizedthemes_contact {
	padding: 0;
}

.page-builder .widget_organizedthemes_contact .vcard  {
	float: left;
	width: 35%;
	padding: 20px;
	min-height: 360px;
}

.page-builder .widget_organizedthemes_contact .contact-map {
	float: right;
	width: 65%;
	min-height: 360px;
	overflow: hidden;
}

.page-builder .widget_organizedthemes_contact .contact-map iframe {
	height: 360px;
	width: 100%;
	margin-bottom: -4px;
}

.organizedthemes-contact ul,
.widget_organizedthemes_contact ul {
	list-style-type: none;
	margin-left: 9px;
}

.organizedthemes-contact .fn,
.widget_organizedthemes_contact .fn {
	font-weight: 700;
}

#sidebar .organizedthemes-contact .contact-map iframe {
	height: 360px;
	width: 100%;
}

/*  Loading Animation
------------------------------------------------ */

#wrap.motion #page-wrap {
	animation-duration: .45s;
	-webkit-animation-duration: .45s;
	
	transition-timing-function: ease-in;
	-webkit-animation-transition-timing-function: ease-in;
	
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
}

#page-wrap.is-exiting {
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* Podcasts
----------------------------------------------- */

table.podcast-list {
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%;
}

.podcast-episode td {
	vertical-align: middle;
	padding: 15px;
	width: 30px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

td.podcast-media a {
	display: block;
}

tr.podcast-episode p {
	margin: 0;
}

tr:hover.podcast-episode {
	background-color: #e1e1e1;
}

td.podcast-date time {
	text-align: center;
	color: #fff;
	background-color: #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 10px;
	font-weight: 700;
	font-size: 16px;
	display: block;
}

td.podcast-title {
	width: 500px;
}

td.podcast-title h3 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 7px;
}

td.podcast-media {
	width: 100px;
}

span.series {
	margin-left: 7px;
}

td.podcast-title span.speaker {
	margin-left: 0;
	padding-left: 0;
	padding-right: 10px;
	border-left: none;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

a.listen:before,
a.download:before,
a.watch:before,
a.notes:before {
	font-family: 'ElegantIcons';
	margin-right: 7px;
	position: relative;
	top: 1px;
}

a.listen:before {
	content: '\e069';
}

a.download:before {
	content: '\e071';
}

a.watch:before {
	content: '\e024';
}

a.notes:before {
	content: '\68';
}

/* Single Podcast
----------------------------------------------- */

.single-podcast #page-wrap {
	margin-top: 0;
}

span.speaker,
span.download-intro {
	margin-left: 8px;
	padding-left: 10px;
}

span.speaker,
span.download-intro {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
}

a.download-notes,
a.download-audio {
	padding-left: 0;
	margin-left: 5px;
}

.wp-audio-shortcode {
	margin-top: 20px;
	margin-bottom: 25px;
}

.wp-video-shortcode {
	max-width: 100%;
}

.single-podcast ul.podcast-series {
	padding: 30px 30px 0;
	background-color: #fff;
}

/* Series Page & List
----------------------------------------------- */

ul.podcast-series {
	clear: both;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}
 
li.podcast-series-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 32%;
    max-width: 100%;
    margin-bottom: 30px;
}

#sidebar ul.podcast-series {
	margin-top: 0;
}

#sidebar li.podcast-series-item {
	width: 100%;
}

li.podcast-series-item:nth-child(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
}

.sidebar-right li.podcast-series-item,
.sidebar-left li.podcast-series-item {
	width: 48%;
}

.sidebar-right li.podcast-series-item:nth-child(3n+2),
.sidebar-left li.podcast-series-item:nth-child(3n+2) {
	margin-left: 0;
	margin-right: 0;
}

.sidebar-right li.podcast-series-item:nth-child(odd),
.sidebar-left li.podcast-series-item:nth-child(odd) {
	clear: both;
	margin-right: 4%;
}

#sidebar li.podcast-series-item:nth-child(3n+2) {
	margin-left: 0;
	margin-right: 0;
}
 
li.podcast-series-item a,
li.podcast-series-item a img {
    display: block;
    width: 100%;
    cursor: pointer;
}
 
li.podcast-series-item a img {
    max-width: 100%;
}

li.podcast-series-item a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
}
 
li.podcast-series-item a:hover div {
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
 
li.podcast-series-item a div h3 {
    width: 100%;
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 2px;
    padding: 0 10px;
}

/*  Current Series Widget
------------------------------------------------ */

.widget_currentseries .current-series-graphic {
	float: left;
	width: 50%;
	margin-right: 30px;
}

/*  Staff
------------------------------------------------ */

ul.staff-list {
	clear: both;
	margin: 0;
	list-style-type: none;
}

ul.staff-list li {
	float: left;
	width: 30%;
	margin-bottom: 30px;
}

ul.staff-list li:nth-child(3n+1) {
	clear: both;
}

ul.staff-list li:nth-child(3n+2) {
	margin-left: 5%;
	margin-right: 5%;
}

article.staff img.wp-post-image {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.sidebar-right article.staff img.wp-post-image,
.sidebar-left article.staff img.wp-post-image {
	max-width: 50%;
}

.staff-contact .email-address {
	margin-right: 10px;	
}

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

#comments {
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	padding-top: 20px;
}

.comment-navigation {
	margin: 15px 0;
	overflow: hidden;
}

.comment-navigation h3.assistive-text {
	display: none;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

ol.commentlist {
	margin-left: 0;
}

li.comment {
	padding: 15px;
	list-style-type: none;
}

li.comment .avatar-reply {
	float: left;
	margin-right: 20px;
}

li.comment ul.children {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 5px;
}

.avatar-reply span {
	display: block;
}

li.comment cite.fn {
	font-size: 18px;
}

.comment-header time,
.comment-header a.comment-edit-link {
	font-size: 13px;
	margin-right: 5px;
}

input#author,
input#email,
input#url,
textarea#comment {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
}

p.form-allowed-tags {
	display: none;
}

/* Pagination
----------------------------------------------- */

.pagination {
	clear: both;
	text-align: center;
	font-size: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.pagination a.next,
.pagination a.prev {
	padding: 3px 0;
	margin: 0;
	position: relative;
	top: 1px;
}

.pagination a.next {
	float: right;
}

.pagination a.prev {
	float: left;
}

.pagination a.prev:before,
.pagination a.next:after {
	font-family: 'ElegantIcons';
	position: relative;
	font-size: 24px;
	border: none;
	padding: 7px 5px;
}

.pagination a.next:after {
	content: '\24';
}

.pagination a.prev:before {
	content: '\23';
}

span.page-numbers,
a.page-numbers {
	position: relative;
	top: 6px;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination span.current {
	font-weight: 700;
}

/* Author Bio
----------------------------------------------- */

.author-bio {
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 50px;
	padding-top: 45px;
	margin-bottom: 30px;
}

.author-bio img.avatar {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	max-width: 180px;
}

/* Images
----------------------------------------------- */

.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}

.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.alignnone {
    float: none;
    display: block;
    margin: 0 0 30px 0;
}

p.size-full {
    width: 100%;
    height: auto;
    margin: 5px 0 30px 0;
}

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}

/*  Galleries
------------------------------------------------ */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*  Media Shortcode
------------------------------------------------ */

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 30px;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* Social Icons
----------------------------------------------- */

#menu-social-media ul {
	list-style: none;
	margin: 0 0 25px;
	text-align: center;
}

#footer #menu-social-media ul {
	margin-bottom: 0;
	text-align: right;
}

#menu-social-media ul li {
	display:  inline-block;
	position: relative;
}

#menu-social-media li a::before {
	display: inline-block;
	padding: 5px;
	font-family: 'ElegantIcons';
	font-size: 26px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

ul.network-icons {
	margin: 20px 0 0;
	width: 100%;
}

ul.network-icons li a {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	text-decoration: inherit;
	position: relative;
	z-index: 10;
	margin-right: 4px;
}

ul.network-icons li {
	display: inline-block;
	list-style-type: none;
}

ul.network-icons li a::before {
	padding: 5px;
	border-radius: 2px;	
	font: normal normal 23px/1.5 'ElegantIcons';
	color: #fff;
	background-color: rgba(0, 0, 0, 0.81);
}

ul.network-icons li a[href*="skype.com"]::before,
#menu-social-media li a[href*="skype.com"]::before {
	content: "\e0a2";
}

ul.network-icons li a[href*="youtube.com"]::before,
#menu-social-media li a[href*="youtube.com"]::before {
	content: '\e0a3';
}

ul.network-icons li a[href*="vimeo.com"]::before,
#menu-social-media li a[href*="vimeo.com"]::before {
	content: '\e09c';
}

ul.network-icons li a[href*="twitter.com"]::before,
#menu-social-media li a[href*="twitter.com"]::before  {
	content: '\e094';
}

ul.network-icons li a[href*="pinterest.com"]::before,
#menu-social-media li a[href*="pinterest.com"]::before  {
	content: '\e095';
}

ul.network-icons li a[href*="linkedin.com"]::before,
#menu-social-media li a[href*="linkedin.com"]::before  {
	content: '\e09d';
}

ul.network-icons li a[href*="instagram.com"]::before,
#menu-social-media li a[href*="instagram.com"]::before  {
	content: '\e09a';
}

ul.network-icons li a[href*="plus.google.com"]::before,
#menu-social-media li a[href*="plus.google.com"]::before  {
	content: '\e096';
}

ul.network-icons li a[href*="flickr.com"]::before,
#menu-social-media li a[href*="flickr.com"]::before  {
	content: '\e0a6';
}

ul.network-icons li a[href*="facebook.com"]::before,
#menu-social-media li a[href*="facebook.com"]::before  {
	content: '\e093';
}

ul.network-icons li.rss a::before,
#menu-social-media li.rss a::before  {
	content: '\e09e';
}

/*  Widgets
------------------------------------------------ */

.widget {
	margin-bottom: 30px;
}

/*  Search Form
------------------------------------------------ */

form.searchform {
	padding: 7px;
	margin-bottom: 30px;
}

.widget form.searchform {
	margin-bottom: 0;
}

input#s {
	margin-right: 5px;
	width: 100%;
	width: calc(100% - 120px);
	padding: 12px 1px 12px 12px;
	font-size: 16px;
	background: transparent;
	border: none;
	-webkit-appearance: none;
}

input#search-submit {
	margin-right: 0;
}

/*  Subscription Widget and Icons
------------------------------------------------ */

.subscription-icons {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}

.subscription-icons li {
	margin-bottom: 5px;
}

.subscription-icons a.button {
	display: block;
	text-align: left;
}

a.button.subscribe {
	margin-right: 5px;
}

.subscription-icons a.button:before,
a.button.subscribe:before {
	font-family: 'ElegantIcons';
	margin-right: 10px;
}

.subscription-icons li a.itunes:before,
a.button.subscribe.itunes:before {
	content: '\e08e';
}

.subscription-icons li a.rss:before,
a.button.subscribe.rss:before {
	content: '\e09e';
}

.subscription-icons li a.audio:before,
a.button.subscribe.audio:before  {
	content: '\e027';
}

.subscription-icons li a.video:before,
a.button.subscribe.video:before  {
	content: '\e024';
}

.subscription-icons li a.no-icon:before {
	content: '';
	margin-right: 0;
}

/*  1161px and up
------------------------------------------------ */

@media only screen and (min-width: 1161px) {
	
	#wrap {
		width: 1140px;
	}
	
}

/*  1024px to 1160px
------------------------------------------------ */

@media screen and (min-width: 1024px) and (max-width: 1160px) {
	
	#wrap {
		width: 960px;
	}
	
	#hero-section h2.hero-title {
		font-size: 40px;
	}

}

/* 768px to 1023px wide
------------------------------------------------ */

@media screen and (min-width: 768px) and (max-width: 1023px) {
	
	#wrap {
		width: 750px;
	}
	
	#logo {
		float: none;
		max-width: none;
		text-align: center;
		margin: 0 auto 10px;
		max-width: 80%;
	}
	
	nav#primary-site-navigation {
		width: 100%;
		top: 0;
	}
	
	ul#header-menu {
		display: none;
	}
	
	select.tinynav,
	nav#primary-site-navigation::after {
		display: block;
	}
	
	#hero-section h2.hero-title {
		font-size: 30px;
	}
	
}

/*  767px and under
------------------------------------------------ */

@media screen and (max-width: 767px) {
	
	#logo {
		float: none;
		max-width: none;
		text-align: center;
		margin: 0 auto 10px;
		max-width: 80%;
	}
	
	nav#primary-site-navigation {
		width: 100%;
		top: 0;
	}
	
	ul#header-menu {
		display: none;
	}
	
	select.tinynav,
	nav#primary-site-navigation::after {
		display: block;
	}
	
	#hero-section h2.hero-title {
		font-size: 28px;
		display: block;
	}
	
	.top .hero-content,
	.middle .hero-content,
	.bottom .hero-content {
		position: relative;
		top: auto;
		bottom: auto;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		padding: 0;
		color: #fff;
		background-color: #000;
		text-align: center;
	}
	
	#wrap {
		width: 95%;
	}
	
	.no-sidebar article.post .entry-content,
	.no-sidebar article.post .post-footer,
	.no-sidebar .blog-intro .entry-content,
	.no-sidebar .entry-meta,
	.no-sidebar #comments {
		width: 100%;
	}
	
	#content,
	#sidebar {
		width: 100%;
		float: none;
		clear: both;
	}
	
	.no-sidebar article.post {
		width: 100%;
	}
	
	.no-sidebar article.post .entry-content,
	.no-sidebar article.post .post-footer,
	.no-sidebar .blog-intro .entry-content {
		width: 100%;
	}
	
	li.podcast-series-item,
	.sidebar-left li.podcast-series-item,
	.sidebar-right li.podcast-series-item {
	    float: none;
	    width: 100%;
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}
	
	a.button.short {
		margin-bottom: 15px;
	}
	
	.widget_currentseries .current-series-graphic {
		float: none;
		width: auto;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	
	#footer-content {
		display: block;
	}
	
	#footer-left,
	#footer-right {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	#footer-left,
	#footer-right,
	#footer #menu-social-media ul {
		text-align: center;
	}
	
	p#organizedthemes-link img {
		float: none;
	}
	
	.organizedthemes-contact .contact-map iframe,
	.widget_organizedthemes_contact .contact-map iframe {
		min-height: 400px;
	}
	
	.page-builder .widget_organizedthemes_contact .vcard,
	.page-builder .widget_organizedthemes_contact .contact-map {
		float: none;
		width: 100%;
		min-height: none;
	}
	
	.page-builder .widget_organizedthemes_contact .contact-map {
		padding: 30px;
	}
	
	ul.staff-list li {
		width: 47%;
	}
	
	ul.staff-list li:nth-child(3n+1) {
		clear: none;
	}
	
	ul.staff-list li:nth-child(3n+2) {
		margin-left: auto;
		margin-right: auto;
	}
	
	ul.staff-list li:nth-child(odd) {
		clear: both;
		margin-right: 6%;
	}
	
	.sidebar-right article.staff img.wp-post-image,
	.sidebar-left article.staff img.wp-post-image {
		max-width: 100%;
	}
	
}

/*  520px and Under
------------------------------------------------ */

@media screen and (max-width: 520px) {
	
	#logo {
		max-width: 60%;
	}
	
	input#s,
	input#search-submit {
		width: 100%;
	}
	
	h2.hero-title {
		font-size: 24px;
	}
	
	h1.page-title,
	h2.page-title {
		font-size: 30px;
	}
	
	#wrap {
		width: 100%;
	}
	
	#hero-section {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-height: 520px) {

	#hero-section.full,
	#hero-section.sixty {
		min-height: 100%;
	}


}