/*
Theme Name: Blended Church Red
Theme URI: https://themify.me/themes/bizco
Version: 2.2.9
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 {
	background: #2c426d url(images/html-bg.png);
	-webkit-font-smoothing: antialiased;
}
body {
	font: 13px/150% Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	color: #555;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #0069cb;
}
a:hover {
	text-decoration: underline;
}
small {
	font-size: 87%;
}
em, i {
}
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
blockquote {
	font: italic 15px/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	color: #000;
	margin: 20px 0 .4em;
	word-wrap: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* form input */
input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}
textarea {
	line-height: 150%;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	border: solid 1px #ccc;
	padding: 6px 7px;
	background-color: #f9f9f9;
	border-radius: 5px;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	border: solid 1px #333;
	outline: none;
}
/* set input width */
input[type=text], input[type=search], input[type=email], input[type=url] {
	width: 240px;
	max-width: 90%;
}
/* set textarea width */
textarea {
	line-height: 150%;
	padding: 6px 2%;
	width: 96%;
}


/* form button */
input[type=reset], input[type=submit], button {
	font-weight: bold;
	color: #eee;
	border: none;
	padding: 6px 15px;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
	background-color: #666;	
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(0,0,0,0.1) 100%);
	border-radius: 10em;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	-webkit-appearance: none;
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	color: #fff;
	background-color: #666;
}

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

#pagewrap {
	overflow: hidden;
	position: relative;
}
.pagewidth {
	width: 978px;
	margin: 0 auto;
	position: relative;
}

#body {
	background-color: #fff;
	padding: 50px 0;
	min-height: 400px;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
	position: relative;
	z-index: 3;
}

.divider {
	border-top: solid 1px #ddd;
	padding: 25px 0 20px;
	margin-top: 10px;
}

/* content */
#content {
	width: 695px;
	float: left;
}

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

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

/* fullwidth content */
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #body {
	padding: 0;
}
.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
*************************************************************************************/
#header {
	position: relative;
	height: 107px;
	color: #8b93a2;
	z-index: 6;
}
#site-logo {
	position: absolute;
	left: 0;
	top: 32px;
	font: bold 28px/100% Arial, Helvetica, sans-serif;
	margin: 0;
}
#site-logo a {
	color: #fff;
	text-decoration: none;
}
#site-description {
	position: absolute;
	left: 0;
	top: 70px;
	font: italic 14px/110% "Times New Roman", Times, serif;
	color: #b6bdcc;
}
#site-description .site-taglink{
	color: inherit;
	font: inherit;
}
#site-description .site-taglink:hover{
	text-decoration:none;
}
/* social widget */
.social-widget {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 95%;
}
.social-widget a {
	margin-left: 5px;
}
.social-widget a {
	text-decoration: none;
	color: #a1aabb;
	margin: 0 2px;
}
.social-widget a:hover {
	text-decoration: none;
	color: #fff;
}
.social-widget img {
	vertical-align: text-top;
}
.social-widget .widget {
	float: left;
	margin-right: 10px;
}
.social-widget .widget div {
	float: left;
}
.social-widget .widget strong {
	float: left;
	margin-right: 5px;
}
.social-widget ul {
	margin: 0 !important;
	padding: 0;
	float: left;
}
.social-links.horizontal li {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
	border: none;
	clear: none;
}
.social-widget ul li img {
	vertical-align: middle;
}
/* rss button */
.social-widget div.rss {
	float: left;
}
.social-widget div.rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 4px 0 3px 21px;
}

/************************************************************************************
SEARCH FORM
*************************************************************************************/
#searchform #s {
	width: 185px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 28px;
	font: italic 120%/110% "Times New Roman", Times, serif;
	color: #666;
	border-radius: 10em;
}
#searchform #s:focus {
	color: #000;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
/* main level link */
#main-nav a {
	color: #bfc5d1;
	display: block;
	padding: 8px 18px;
	margin: 0 0 0 5px;
	text-decoration: none;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
/* main level link :hover */
#main-nav a:hover {
	color: #fff;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background-color: #1b2b4b;
	color: #fff;
	border-radius: 5px;
}
/* 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;
	text-transform: none;
	letter-spacing: 0;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 170px;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
/* 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;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background-color: #fff;
	border: solid 1px #666;
	z-index: 200;
	display: none;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 180px;
	top: 0;
}
/* show dropdown ul */
.no-touch #main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
SLIDER
*************************************************************************************/
#sliderwrap {
	background: url(images/slider-bg.png) repeat-x;
}
#slider {
	position: relative;
	padding: 30px 0 20px;
	font: 15px/140% Arial, Helvetica, sans-serif;
	color: #c7d1d9;
	position: relative;
	z-index: 4;
}
#slider .slides a {
	color: #f9f5c8;
	text-decoration: none;
}
#slider .slides a:hover {
	text-decoration: underline;
}
#slider .slides {
	margin: 0;
	padding: 0;
}
#slider .slides li {
	background: none !important;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
body.rtl #slider {
	direction: ltr;
}

/* default slide */
#slider .slide-feature-image {
	float: left;
	margin: 0 30px 0 0;
	vertical-align: text-bottom;
}
#slider .slide-content {
	overflow: hidden;
	padding: 30px 0px 0 0;
}
#slider h3 {
	font: bold 32px/120% Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	letter-spacing: -.04em;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#slider p {
	margin: 0 0 20px;
	padding: 0;
}
/* image caption wrap */
#slider .image-caption-wrap {
	position: relative;
	font-size: 13px;
	line-height: 140%;
}
#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 16px/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;
}

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

/* Slider style
================================================ */
/* slider pager */
.flex-control-nav {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	clear: both;
	position: relative;
	z-index: 1000;
}
.flex-control-nav li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

/* pager button */
.flex-control-nav a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: block;
	margin: 0 3px;
	background-color: #555;
	background-color: rgba(0,0,0,.6);
	border: solid 2px #111;
	border-radius: 10em;
	cursor: pointer;
}
/* pager active */
.flex-control-nav .flex-active {
	background-color: #ccc;
	background-color: rgba(255,255,255,.3);
	border-color: #666;
}

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

/* FlexSlider Necessary Styles */ 
#slider .slides > li {
	display: none;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
	font: italic 24px/130% "Times New Roman", Times, serif;
	text-align: center;
	padding: 0 60px;
	margin-bottom: 30px;
	clear: both;
	color: #999;
}

/************************************************************************************
HOME HIGHLIGHTS
*************************************************************************************/
.home-highlights {
	margin-bottom: 15px;
}
.home-highlights h4 {
	font: bold 16px/140% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.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;
	min-width: 120px;
}
.type-highlight .post-date,
.type-highlight .post-meta {
	display: none;
}

/************************************************************************************
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);
}

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

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

.loops-wrapper.list-post .post-content {
	overflow: hidden;
}

/* post-title */
.post-title {
	font: bold 24px/130% Arial, Helvetica, sans-serif;
	letter-spacing: -.035em;
	margin: 0 0 2px;
	padding: 0;
}
.loops-wrapper.list-post .post-title {
	margin-bottom: 8px;
}
.post-title a {
	color: #234d98;
	text-decoration: none;
}
.post-title a:hover {
	color: #0069cb;
	text-decoration: none;
}

/* post meta */
.post-meta {
	font-size: 90%;
	line-height: 140%;
	margin: 0 0 10px;
	color: #999;
}
.loops-wrapper.list-post .post-meta {
	border-top: solid 1px #ddd;
	padding: 8px 0 10px;
	margin: 0;
	font-size: 100%;
}
.post-meta em {
	font-style: italic;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

/* post date */
.post-date {
	display: block;
	font-weight: bold;
}
.loops-wrapper.list-post .post-date {
	display: inline;
}

/* post image */
.post-image {
	max-width: 100%;
	margin: 0 0 7px;
}
.loops-wrapper.list-post .post-image {
	margin: 0 0 10px;
}
.post-image.right {
	margin-left: 20px;
}
.post-image.left {
	margin-right: 20px;
}

/* more button */
.more-link {
	font: 12px/100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #555;
	padding: 3px 12px;
	margin: 0 3px;
	display: inline-block;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);	
	background-color: #eee;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(0,0,0,0.1) 100%);
}
.more-link:hover {
	text-decoration: none;
	color: #000;
	background-color: #eee;
}

/* query post content wrapper */
.query-post-content {
	margin-bottom: 30px;
}

/* grid4 */
.loops-wrapper.grid4 .post {
	width: 22.6%;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 20px;
	font-size: 95%;
	line-height: 130%;
}
.loops-wrapper.grid4 .post-title {
	font-size: 16px;
	line-height: 140%;
	margin: 8px 0 2px;
	padding: 0;
}
/* grid3 */
.loops-wrapper.grid3 .post {
	width: 31.2%;
	float: left;
	margin-left: 3.2%;
	font-size: 100%;
	margin-bottom: 30px;
}
.loops-wrapper.grid3 .post-title {
	font-size: 18px;
	line-height: 140%;
	margin: 8px 0 0;
	padding: 0;
}
/* grid2 post */
.loops-wrapper.grid2 .post {
	width: 48.4%;
	float: left;
	margin-left: 3.2%;
	line-height: 140%;
}
.loops-wrapper.grid2 .post-title {
	margin: 0 0 5px;
	font-size: 22px;
}

/* large image grid post */
.loops-wrapper.list-large-image .post {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.loops-wrapper.list-large-image .post-image {
	float: left;
	margin: 0 20px 10px 0;
}
.loops-wrapper.list-large-image .post-title {
	font-size: 28px;
	line-height: 110%;
	margin: 0 0 3px;
	padding: 0;
}
.loops-wrapper.list-large-image .post-content {
	overflow: hidden;
}

/* list-thumb-image */
.loops-wrapper.list-thumb-image .post {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.loops-wrapper.list-thumb-image .post-image {
	float: left;
	margin: 0 20px 10px 0;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}
.loops-wrapper.list-thumb-image .post-date {
	display: inline;
}

/* grid2-thumb post */
.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
	float: left;
	margin-left: 3.2%;
	line-height: 140%;
}
.loops-wrapper.grid2-thumb .post-title {
	font-size: 22px;
}
.loops-wrapper.grid2-thumb .post-image {
	float: left;
	margin: 5px 16px 10px 0;
}
.loops-wrapper.grid2-thumb .post-image.left img {
	margin-right: 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;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video, .embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	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;
}
/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	font: bold 36px/130% Arial, Helvetica, sans-serif;
	letter-spacing: -.035em;
	margin: 0 0 10px;
	padding: 0;
}


/************************************************************************************
NEXT PREV POST NAVIGATION
*************************************************************************************/
.post-nav {
	border-top: solid 1px #ddd;
	font: italic 17px/120% "Times New Roman", Times, serif;
	margin: 40px 0 0;
	clear: both;
}
.post-nav span em {
	text-transform: uppercase;
	font: normal 10px/100% Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #666;
}
.post-nav a {
	text-decoration: none;
	margin: 15px 0 40px;
	display: block;
	width: 47%;
}
.post-nav a:hover {
	color: #000;
	text-decoration: none;
}
.post-nav .prev a {
	float: left;
}
.post-nav .next a {
	float: right;
	text-align: right;
}

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

/************************************************************************************
PAGE NAGIVATION
*************************************************************************************/
.pagenav {
	clear: both;
	margin: 10px 0 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	background-color: #aaa;
	color: #fff;
	text-decoration: none;
	padding: 2px 8px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 10em;
}
.pagenav a:hover {
	text-decoration: none;
	background-color: #0069cb;
}
.pagenav .current {
	background-color: #fff;
	color: #333;
	border: solid 1px #ddd;
}


/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
/* comment title */
.comment-title {
	font: bold 19px/100% Arial, Helvetica, sans-serif;
	margin: 0 0 18px;
	padding: 0;
}

/* commentlist */
.commentlist {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 10px;
	padding: 0;
}
.commentlist .avatar {
	margin: 10px 0 10px 26px;
	float: right;
}
.commentlist ul .avatar {
	width: 60px;
	height: 60px;
}
.commentlist cite {
	font-size: 140%;
	font-weight: bold;
	font-style: normal;
	line-height: 140%;
	color: #000;
}
.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 {
	color: #999;
	font-size: 90%;
}
.commentlist .commententry {
	border-bottom: solid 1px #eee;
	position: relative;
	min-height: 50px;
	padding-right: 75px;
	padding-bottom: 5px;
}
.commentlist ul, .commentlist ol {
	margin: 0;
	padding: 0;
}
.commentlist ul li, .commentlist ol li {
	background: url(images/comment-reply-icon.png) no-repeat 12px 22px;
	padding-left: 40px;
}
.commentlist .comment-reply-link {
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 10;
	padding: 5px 10px;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-decoration: none;
	color: #666;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background-color: #eee;	
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(0,0,0,0.1) 100%);
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
	color: #000;
	background-color: #eee;
}

/* comment pagenav */
.commentwrap .pagenav {
	border: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	position: absolute;
	top: -15px;
	right: 0;
}
.commentwrap .pagenav.bottom {
	margin: 30px 0 5px;
}

/* comment form */
#respond {
	margin: 40px 0 50px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
.commentlist #respond {
	margin: 10px 0 0;
	padding-bottom: 20px;
	border-bottom: solid 1px #ebebeb;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 35px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 4px 10px;
	color: #fff;
	background-color: #F60;
	border-radius: 10em;
}
#respond #cancel-comment-reply-link:hover {
	background-color: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	width: 97%;
	height: 140px;
}
#commentform input#submit {
	padding: 8px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 222px;
	float: right;
}
.widget {
	margin: 0 0 30px;
}
.widgettitle {
	font: bold 16px/120% Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0;
}
.widgettitle a {
}
.widget ul {
	margin: 10px 0 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}
.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 .post-img {
	margin: 4px 14px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 100% "Times New Roman", Times, serif;
	color: #999;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 3px 0 2px;
	font-weight: bold;
}
#footer .feature-posts-title {
	font-weight: normal;
}
.widget .feature-posts-list .post-excerpt {
	margin: 4px 0 0;
	display: block;
}
.widget .feature-posts-list li {
	padding: 8px 0;
}
.col .feature-posts-list .feature-posts-title {
	font: bold 14px/130% Arial, Helvetica, sans-serif;
}
.col .feature-posts-list .post-excerpt {
	overflow: hidden;
}

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

/* links widget */
.widget .links-list img {
	vertical-align: middle;
}

/* links widget */
.widget .links-list img {
	vertical-align: middle;
}
/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 10px;
	float: left;
}
/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 62px;
	height: 62px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* 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;
}

/* 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
*************************************************************************************/
#footerwrap {
	clear: both;
	background: #26375a url(images/footer-bg.png);
	padding: 30px 0 20px;
}
#footer {
	color: #9ca8b3;
}
#footer .widgettitle {
	color: #fff;
}
#footer a {
	color: #d8d4ab;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .widget li {
	border-color: #394865;
}
.footer-text {
	font-size: 85%;
	clear: both;
	padding: 15px 0;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
.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;
}
.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;
	clear: both;
}

/* 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;
}

/************************************************************************************
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;
}

/************************************************************************************
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, .gallery:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}