/*
Theme Name: Traditional Church Blue
Theme URI: https://themify.me/themes/suco
Version: 2.2.0
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2016 Themify.
Tags: featured-images, translation-ready, custom-menu
Text Domain: themify

---------

DO NOT EDIT THIS FILE.

If you need to override theme styling, please add custom CSS in Appearance > Customize > Custom CSS or a child theme (https://themify.me/docs/child-theme).
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* audio */
audio {
	max-width: 100%;
}

/* iframes and objects max-width */
iframe, object {
	max-width: 100%;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	-webkit-font-smoothing: antialiased;
}
body {
	font: .81em/150% Arial, Helvetica, sans-serif;
	background: #403430 url(images/crossed-bg.png);
	word-wrap: break-word;
	color: #777;
}
a {
	text-decoration: none;
	outline: none;
	color: #9b885d;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	font-family: Rokkitt, Arial, Helvetica, sans-serif;
	color: #3f2103;
	font-weight: normal;
	text-shadow: 0 2px 0 rgba(0,0,0,.15);
	word-wrap: normal;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1em;
}

/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	background-color: #ddd;
	border: none;
	padding: 6px 10px;
	border-radius: 5px;
	-webkit-appearance: none;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	outline: none;
	background-color: #eee;
}

/* form field width */
input[type=text], input[type=search], input[type=email], input[type=url] {
	width: 240px;
	max-width: 96%;
}
textarea {
	line-height: 150%;
	width: 96%;
}

/* search input */
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* form buttons */
input[type=reset], input[type=submit], button {
	padding: 8px 20px;
	line-height: 100%;
	color: #fff;
	font-weight: bold;
	background-color: #d7400d;
	border: solid 1px #681d06;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	border-radius: 4px;
	-webkit-appearance: none;
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: #c62807;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer {
	box-sizing: border-box;
}

.pagewidth {
	width: 978px;
	margin: 0 auto;
}

/* body */
#body {
	padding: 0 0 40px;
	background: #fff url(images/noise-bg.png);
}

/* upperwrap */
#upperwrap {
	background: #ded0a8 url(images/fibre-bg.png);
	border-bottom: solid 1px #ccc;
	padding: 40px 0 30px;
}

/* content */
#content {
	margin: 40px 0 60px;
	width: 680px;
	float: left;
}

/* sidebar */
#sidebar {
	width: 252px;
	float: right;
	margin: 40px 0 60px;
}

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

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

/* fullwidth content */
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #content {
	padding: 0;
	width: auto;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 74.2%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	position: relative;
	z-index: 100;
}
#header {
	position: relative;
	height: 180px;
	color: #b3aeac;
}
#header a {
	color: #c7af77;
}

/* site logo */
#site-logo {
	margin: 0;
	position: absolute;
	top: 30px;
	font: small-caps 50px/100% Rokkitt, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-shadow: 0 2px 0 rgba(0,0,0,.2);
}
#site-logo a {
	text-decoration: none;
	color: #fff;
}
#site-logo a:hover {
	text-decoration: none;
}

/* site description */
#site-description {
	margin: 0;
	font: 14px/100% Rokkitt, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 85px;
	color: #bdb9b7;
}
#site-description .site-taglink{
	color: inherit;
	font: inherit;
}
#site-description .site-taglink:hover{
	text-decoration:none;
}
/* nav bar */
#nav-bar {
	background: #261e1c url(images/dash-bg.png) repeat-x 0 bottom;
	border-top: solid 1px #000;
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 -1px 3px rgba(0,0,0,.2);
}


/************************************************************************************
SEARCH FORM
*************************************************************************************/
#header #searchform {
	position: absolute;
	right: 0;
	top: 85px;
	width: 160px;
}
#header #searchform #s {
	width: 120px;
	color: #a5a099;
	background: #221b19 url(images/search.png) no-repeat 8px center;
	padding-left: 28px;
	float: right;
	box-shadow: inset 0 2px 2px rgba(0,0,0,.7), 0 1px 0 rgba(255,255,255,.1);
	border-radius: 12px;
	transition: width .7s;
}
#header #searchform #s:focus {
	width: 140px;
}

/************************************************************************************
SOCIAL WIDGET
*************************************************************************************/
.social-widget {
	float: right;
	margin-top: -1px;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 1000;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	margin: 0 5px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font: bold 100% Arial, Helvetica, sans-serif;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-links.horizontal li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

/* rss */
.social-widget div.rss {
	display: inline;
}
.social-widget div.rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 2px 30px;
	display: inline-block;
}

/************************************************************************************
HEADER WIDGET
*************************************************************************************/
.header-widget {
	position: absolute;
	top: 20px;
	right: 0;
	line-height: 130%;
	text-align: right;
}
.header-widget h1,
.header-widget h2,
.header-widget h3,
.header-widget h4,
.header-widget h5,
.header-widget h6 {
	margin: 0;
	padding: 0;
	color: #fff;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 12px;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
/* main level link */
#main-nav a {
	color: #fff;
	display: block;
	padding: 5px 15px;
	margin: 0 5px 0 0;
	text-decoration: none;
	font-weight: bold;
}
/* main level link :hover */
#main-nav a:hover, #main-nav li:hover > a {
	color: #c8ad6c;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background-color: #161211;
	color: #c8ad6c;
	box-shadow: inset 0 2px 2px rgba(0,0,0,.7), 0 1px 0 rgba(255,255,255,.1);
	border-radius: 15px;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}
/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a  {
	color: #666;
	font-weight: normal;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 180px;
	background: none;
	box-shadow: none;
	border-radius: 0;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
	background-color: #F3F3F3;
	color: #000;
	color: black;
}
/* sub-level ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background-color: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
	float: none;
}
/* sub-sub-level dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul on hover */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
	font: 280%/110% Rokkitt, Arial, Helvetica, sans-serif;
	color: #573a1e;
	text-align: center;
	margin-bottom: 35px;
}

/************************************************************************************
SLIDER
*************************************************************************************/
#slider {
	overflow: hidden;
	position: relative;
	color: #736357;
	font-size: 115%;
	line-height: 130%;
}
#slider .slide-post-title {
	margin: 0 0 10px;
	font-size: 56px;
	line-height: 110%;
	color: #603913;
}
#slider p {
	margin: 0 0 20px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#slider .slides a {
	text-decoration: none;
	color: #f26522;
}
#slider .slides a:hover {
	text-decoration: underline;
}
#slider .slides {
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
}
#slider .slides li {
	background: none !important;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	float: left;
	overflow:hidden;
}
body.rtl .flex-viewport {
	direction: ltr;
}

/* slide image (for video url) */
#slider .slide-image {
	width: 58%;
	margin: 0 30px 0 0;
	float: left;
}

/* default slide */
#slider .slide-feature-image {
	float: left;
	margin: 0 30px 0 0;
	vertical-align: text-bottom;
}
#slider .slide-content {
	overflow: hidden;
	padding: 30px 0 0 0;
}

/* image caption wrap */
#slider .image-caption-wrap {
	position: relative;
	font-size: 13px;
	line-height: 140%;
	vertical-align: bottom;
}
#slider .image-caption-wrap img {
	vertical-align: bottom;
}
#slider .image-caption-wrap .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 20px 10px;
	z-index: 5;
	background: url(images/slide-caption-bg.png);
	color: #ccc;
}
#slider .image-caption-wrap h3 {
	color: #fff;
	margin: 0 0 5px;
	padding: 0;
	font: bold 140%/120% Arial, Helvetica, sans-serif;
}
#slider .image-caption-wrap p {
	margin: 0;
}
#slider .image-caption-wrap a {
	text-decoration: none;
	color: #fff;
}
#slider .image-caption-wrap a:hover {
	text-decoration: underline;
}

/* image only slide */
#slider .image-slide {
	text-align: center;
}
/* FlexSlider Necessary Styles */ 
#slider {
	width: 100%; 
	margin: 0; 
	padding: 0;
}
#slider .slides > li {
	display: none;
} 
/* slider image styles */
#slider .slider-image-caption img,
#slider .slider-image-only img {
	padding: 4px;
	background-color: #fff;
	border: solid 1px #ccc;
	border-bottom-color: #aaa;
}

/* slider navigation */
#slider .flex-control-nav {
	text-align: center;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
#slider .flex-control-nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#slider .flex-control-nav a {
	display: inline-block;
	background: url(images/slide-nav.png) no-repeat -40px 0;
	width: 10px;
	height: 11px;
	padding: 2px;
	margin: 0 2px 1px;
	text-indent: -250px;
	overflow: hidden;
	cursor: pointer;
}
#slider .flex-control-nav a:hover {
	background-position: -20px 0;
}
#slider .flex-control-nav .flex-active {
	background-position: 0 0;
}

/* next previous slide button */
#slider .flex-direction-nav {
	margin: 0;
	padding: 0;
}
#slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider .flex-direction-nav a {
	display: block;
	width: 49px;
	height: 49px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	z-index: 2000;
	top: 50%;
	margin-top: -60px;
	display: none;
}
#slider .flex-direction-nav .flex-prev {
	background: url(images/slide-next-prev.png) no-repeat;
	left: 7px;
}
#slider .flex-direction-nav .flex-next {
	background: url(images/slide-next-prev.png) no-repeat 0 -49px;
	right: 7px;
}
#slider .flex-direction-nav .carousel-disabled {
	opacity: .2;
}
#slider:hover .flex-direction-nav a {
	display: block; /* toggle slider next/prev arrow */
}

/* slide buttons */
#slider a.button {
	color: #000;
}
#slider a.button:hover {
	text-decoration: none;
}
#slider a.black {
	color: #fff;
}

/************************************************************************************
HOME HIGHLIGHTS
*************************************************************************************/
.home-highlightswrap {
	position: relative;
	background: #3d2c29 url(images/dash-bg.png) repeat-x 0 bottom;
	border-top: solid 1px #000;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
}
.home-highlights {
	padding: 30px 0 10px;
	color: #b1aba9;
	position: relative;
}
.home-highlights h4 {
	margin: 0;
	font-size: 160%;
	line-height: 120%;
	color: #fff;
}
.home-highlights .icon {
	padding: 5px 0 0 5px;
	float: left;
	position: relative;
}
.home-highlights .icon img{
	margin: 0 15px 0 0;
}
.home-highlights .icon .zoom {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 27px;
	display: block;
	background: url(images/zoom-icon.png) no-repeat;
}
.home-highlights .home-highlights-content {
	overflow: hidden;
	margin-bottom: 20px;
}

/************************************************************************************
HOMEPAGE CALL OF ACTION TEXT
*************************************************************************************/
.action-text {
	background-color: #fbf2d4;
	border: solid 1px #cebe8f;
	position: relative;
	margin-top: 40px;
	padding: 15px 200px 15px 25px;
	border-radius: 10px;
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.action-text h2,
.action-text h3,
.action-text h4
 {
	font-size: 26px;
	line-height: 110%;
	margin: 0 0 2px;
	color: #483633;
}
.action-text p {
	margin: 0 0 5px;
}

/* action button */
.action-text .button {
	background-color: #d43b0c;
	padding: 10px 20px;
	font: 26px/100% Rokkitt, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 15px;
	right: 20px;
	border: solid 1px #681d06;
	border-radius: 10px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}
.action-text .button:hover {
	text-decoration: none;
}

/************************************************************************************
HOME WIDGETS
*************************************************************************************/
.home-widgets {
	padding: 50px 0 20px;
}

/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	margin: 0;
	padding: 0;
	font-size: 360%;
	line-height: 110%;
}

/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 40px;
	position: relative;
	box-sizing: border-box;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	margin: 0 0 5px;
	padding: 0;
	line-height: 110%;
	font-size: 200%;
}
.post-title a {
	color: #3f2103;
	text-decoration: none;
}
.post-title a:hover {
	text-decoration: none;
}

/* post image */
.post-image {
	max-width: 100%;
	margin: 0 0 15px;
}

/* post meta */
.post-meta {
	font-size: 90%;
}
.post-meta .post-date {
	font-weight: bold;
	margin-right: 5px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding-left: 16px;
	margin-right: 7px;
}
.post-meta .post-comment {
	background: url(images/post-comment.png) no-repeat 0 2px;
	padding-left: 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding-left: 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 2px;
	padding-left: 16px;
	margin-right: 7px;
}

/* list post */
.loops-wrapper.list-post .post {
	padding-left: 130px;
	position: relative;
	min-height: 200px;
}
.loops-wrapper.list-post .post-title {
	margin: 0 0 10px;
	font-size: 34px;
}
.loops-wrapper.list-post .post-image {
	margin: 0 0 15px;
}
.loops-wrapper.list-post .post-meta {
	font-size: 85%;
	width: 115px;
	position: absolute;
	left: 0;
	top: 55px;
}
.loops-wrapper.list-post .post-meta span {
	display: block;
	margin: 0 5px 5px 0;
	padding-top: 5px;
	border-top: solid 1px #ccc;
	background-position: 0 7px;
}
.loops-wrapper.list-post .post-meta .post-date {
	margin-bottom: 10px;
	display: block;
}

/* grid4 post */
.loops-wrapper.grid4 .post {
	font-size: 90%;
	width: 222px;
	margin-left: 30px;
	float: left;
}
.sidebar1 .loops-wrapper.grid4 .post {
	width: 23%;
	margin-left: 2.5%;
}
.loops-wrapper.grid4 .post-title {
	font-size: 1.7em;
	margin: 5px 0;
}

/* grid3 post */
.loops-wrapper.grid3 .post {
	width: 306px;
	margin-left: 30px;
	float: left;
}
.sidebar1 .loops-wrapper.grid3 .post {
	width: 30%;
	margin-left: 3.5%;
}
.loops-wrapper.grid3 .post-title {
	font-size: 1.9em;
	margin: 5px 0;
}

/* grid2 post */
.loops-wrapper.grid2 .post {
	width: 474px;
	margin-left: 30px;
	float: left;
}
.sidebar1 .loops-wrapper.grid2 .post {
	width: 48%;
	margin-left: 3.75%;
}
.loops-wrapper.grid2 .post-title {
	margin: 5px 0;
	font-size: 2em;
}

/* grid2-thumb post */
.loops-wrapper.grid2-thumb .post {
	width: 48%;
	margin-left: 4%;
	float: left;
}
.loops-wrapper.grid2-thumb .post-title {
	margin: 5px 0;
	font-size: 1.8em;
}
.loops-wrapper.grid2-thumb .post-image {
	float: left;
	margin: 5px 14px 10px 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
}

/* clear grid posts */
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/* thumb post */
.loops-wrapper.list-thumb-image .post-image {
	float: left;
	margin: 7px 16px 10px 0;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}

/* large image post */
.loops-wrapper.list-large-image .post-image {
	float: left;
	margin: 7px 22px 10px 0;
}
.loops-wrapper.list-large-image .post-content {
	overflow: hidden;
}

/************************************************************************************
POST FORMATS
*************************************************************************************/
/* audio format */
.format-audio .audio-image img {
	float: left;
	margin: 0 20px 10px 0;
}
.format-audio .audio-player {
	padding: 8px 0 10px;
}
.post audio {
	max-width: 100%;
}

/* quote format */
.format-quote .quote-content {
	font: italic 120%/130% "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
}
.format-quote .quote-author {
	margin: 0 0 10px;
	font-style: normal;
	font-variant: small-caps;
	text-align: right;
	letter-spacing: .1em;
	font-family: "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
}

/* format link */
.format-link .post-title a {
	background: url(images/link-arrow.png) no-repeat right center;
	padding-right: 26px;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video, .embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	font-size:.9em;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed,
.embed-youtube iframe,  
.embed-youtube object,  
.embed-youtube embed  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************************************************************************************
POST EMBEDS (css for various fluid elements)
*************************************************************************************/
.twitter-tweet-rendered {
max-width: 100% !important;
}
/************************************************************************************
POST ICON
*************************************************************************************/
.post-icon {
	background: #bba265 url(images/icon-post.png) no-repeat center center;
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	margin: 2px 14px 0px 0;
	border: solid 1px #948051;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	border-radius: 4px;
}
.loops-wrapper.list-post .post-icon {
	margin: 0 0 10px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.format-audio .post-icon  {
	background-image: url(images/icon-audio.png);
}
.format-gallery .post-icon {
	background-image: url(images/icon-gallery.png);
}
.format-link .post-icon {
	background-image: url(images/icon-link.png);
}
.format-quote .post-icon {
	background-image: url(images/icon-quote.png);
}
.format-status .post-icon {
	background-image: url(images/icon-status.png);
}
.format-aside .post-icon {
	background-image: url(images/icon-aside.png);
}
.format-video .post-icon {
	background-image: url(images/icon-video.png);
}
.format-image .post-icon {
	background-image: url(images/icon-image.png);
}
.format-chat .post-icon {
	background-image: url(images/icon-chat.png);
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
	margin: 20px 0;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 3px 6px;
	margin: 0 3px;
	vertical-align: middle;
	display: inline-block;
}
.pagenav a {
	color: #fff;
	text-decoration: none;
	background-color: #bba265;
	padding: 2px 6px;
	border: solid 1px #948051;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	border-radius: 4px;
}
.pagenav a:hover {
	background-color: #a68e53;
	text-decoration: none;
}
.pagenav .current {
	color: #666;
	text-decoration: none;
}


/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
}

/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}
/************************************************************************************

POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
	font-size: 110%;
}
.post-nav .prev,
.post-nav .next {
	width: 45%;
}
.post-nav a {
	text-decoration: none;
	font-size: 110%;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .prev a {
	padding: 6px 0 6px 0;
	display: block;
}
.post-nav .next {
	float: right;
	text-align: right;
}
.post-nav .next a {
	padding: 6px 0 6px 0;
	display: block;
}

/* post nav arrow */
.post-nav .arrow {
	color: #fff;
	font: normal 22px/100% "Times New Roman", Times, serif;
	display: block;
	float: left;
	text-align: center;
	margin: -6px 10px 17px 0;
	background-color: #bba265;
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	border: solid 1px #948051;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	border-radius: 4px;
}
.post-nav .next .arrow {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}


/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 220%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	border: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 15px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}

/* commentlist sub-levels */
.commentlist ul, .commentlist ol {
	margin: 0 0 0 90px;
	padding: 0;
}

/* commentlist author line */
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-size: 140%;
	font-style: normal;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
/* commententry */
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 20px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #bba265;
	padding: 2px 6px;
	border: solid 1px #948051;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	border-radius: 4px;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* respond */
#respond {
	margin: 40px 0 30px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 80%;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background-color: #d7400d;
	border: solid 1px #681d06;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	border-radius: 4px;
}
#respond #cancel-comment-reply-link:hover {
	background-color: #c62807;
}

/* comment form */
#commentform {
	margin: 0;
	padding: 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 30px;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;
	font-size: 165%;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 90% "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 90% "Times New Roman", Times, serif;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
	margin-right: 7px;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.widget .flickr_badge_image img {
	width: 60px;
	height: 60px;
}

/* flickr shortcode */
.shortcode .flickr_badge_image {
	width: 23.8%;
	margin: 0 1.5% 1.5% 0;
	float: left;
}
.shortcode .flickr_badge_image:nth-of-type(4n) {
	margin-right: 0;
}
.shortcode .flickr_badge_image img {
	margin: 0;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/* Social Links Widget */
.widget .social-links {
	margin: 0 0 20px;
	padding: 0;
	line-height: 100%;
}
.widget .social-links li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	border: none;
	display: inline-block;
}
.widget .social-links img {
	vertical-align: middle;
}

/* Text widget */
.widget .textwidget ul {
	margin: 0 0 1.4em 1.6em;
}
.widget .textwidget li {
	display: list-item;
}
.widget .textwidget ul li {
	list-style: disc;
}
.widget .textwidget ol li {
	list-style: decimal;
}

/************************************************************************************
FOOTER
*************************************************************************************/
/* footer widgets */
.footer-widgetswrap {
	background: #261e1c url(images/dash-bg.png) repeat-x 0 0;
	border-bottom: solid 1px #000;
	padding: 15px 0 0;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.1), 0 1px 2px rgba(0,0,0,.3);
}
.footer-widgets {
	color: #b3aeac;
}
.footer-widgets .widget {
	margin-top: 20px;
	margin-bottom: 30px;
}
.footer-widgets .widget li {
	border-color: #514b49;
}
.footer-widgets .widgettitle {
	color: #fff;
}
.footer-widgets a {
	color: #c7af77;
}

/* footer */
#footer {
	clear: both;
	position: relative;
	min-height: 100px;
	color: #b3aeac;
	padding: 30px 0;
}
#footer a {
	color: #c7af77;
}

/* footer nav */
.footer-nav {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
}
.footer-nav li {
	padding: 0;
	margin: 0 20px 0 0;
	display: inline;
	list-style: none;
}
.footer-nav a {
	font-weight: bold;
}

/* footer logo */
#footer-logo {
	position: absolute;
	top: 34px;
	right: 0;
	font: small-caps 36px/100% Rokkitt, Arial, Helvetica, sans-serif;
	text-shadow: 0 2px 0 rgba(0,0,0,.2);
	margin: 0;
}
#footer-logo a {
	color: #fff;
	text-decoration: none;
}
#footer-logo a:hover {
	text-decoration: none;
}

/* footer text */
.footer-text {
	font-size: 90%;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font: normal 95%/120% Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
	float: none;
	margin: 0;
	text-align: left;
}

/************************************************************************************
GALLERY
*************************************************************************************/
.gallery {
	margin: 0 0 20px 0;
}

/* gallery item */
.gallery .gallery-item {
	margin: 0 8px 8px 0;
	vertical-align: top;
	width: auto;
	float: left;
	text-align: center;
}

/* gallery image */
.gallery img {
	border: none;
	vertical-align: middle;
}

/* gallery caption */
.gallery .gallery-caption {
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
.gallery-columns-1 .gallery-item {
	width: auto;
}
.gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
.gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
.gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
.gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
.gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
.gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
.gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
.gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
.gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	margin: 0 1.5% 1.5% 0;
}

/* clear gallery item margin-right */
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/* clear left gallery item different sizes */
.gallery-columns-9 .gallery-item:nth-of-type(9n + 1),
.gallery-columns-8 .gallery-item:nth-of-type(8n + 1),
.gallery-columns-7 .gallery-item:nth-of-type(7n + 1),
.gallery-columns-6 .gallery-item:nth-of-type(6n + 1),
.gallery-columns-5 .gallery-item:nth-of-type(5n + 1),
.gallery-columns-4 .gallery-item:nth-of-type(4n + 1),
.gallery-columns-3 .gallery-item:nth-of-type(3n + 1),
.gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
	clear: left;
}

/* ***********************************************************************************
IMAGE STYLES
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone, .wp-caption img, 
.post-image img,
.widget .feature-posts-list .post-img, 
.widget .flickr_badge_image img,
.shortcode .flickr_badge_image img, 
.commentlist .avatar, 
.recent-comments-list .avatar, 
#body .gallery img, 
.attachment img,
.image-wrap img,
.slide-image img,
.module .slide-image img,
.module .image-wrap img,
.module .post-image img {
	padding: 2px;
	background-color: #fff;
	border: solid 1px #e3e3e3;
	border-bottom-color: #ddd;
}

/************************************************************************************
BUILDER
*************************************************************************************/
/* builder row */
.full_width .themify_builder_row .row_inner,
.full_width .module-layout-part .themify_builder_row.fullwidth_row_container .row_inner {
	width: 978px; /* same width as .pagewidth */
	max-width: 100%;
	margin: auto;
}
.full_width .themify_builder_row.fullwidth .row_inner {
	width: 100%;
	padding: 0;
}

.module.loops-wrapper.list-post .post {
	padding-left: 0;
	position: relative;
}
.module .post-icon,
.module.list-post .post-icon {
	display: none;
}
.module.loops-wrapper.list-post .post-meta {
	width: auto;
	position: static;
}
.module.loops-wrapper.list-post .post-meta span {
	display: inline;
	margin: 0 7px 5px 0;
	padding-top: 0;
	padding-left: 18px;
	border-top: none;
	background-position: left 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, #main-nav, .menu, .gallery, #content
{ display: block; }