<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Gallery Church
Theme URI: http://ithemes.com/
Description: A Builder Child Theme.
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme options, multiple layouts, multiple color schemes
Template: Builder

Version History
	See history.txt
*/

@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Economica:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: #222222;
	font-family: 'Asap', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.7;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}


/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
	background: url("img/wood-pattern.png");
}


/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:focus {
	color: #000000;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: 600;
	font-family: "Dosis", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 5em auto;
}


/*********************************************
	Default Module Styling
*********************************************/
.builder-module-outer-wrapper {
	margin-bottom: 3em !important;
}
.builder-module {
	background: transparent;
	margin-bottom: 1.5em;
}
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-block {
	margin: 0;
}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/

/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
	position: relative;
}
.builder-module-sidebar {
	min-height: 100%;
}*/


/*********************************************
	Header Module
*********************************************/
.builder-module-header .builder-module-sidebar {

}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "Dosis", Helvetica, Arial, sans-serif;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #FFFFFF;
}

.site-title {
	font-size: 3.5em;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-tagline {
	font-size: 1.5em;
	line-height: 1;
	margin: .5em 0 0 0;
}
.site-tagline,
.site-tagline a {
	color: #666666;
	font-weight: normal;	
}
.site-tagline a:hover {
	font-weight: normal;
}

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	background: transparent;
	display: block;
	margin: -.7em 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #EFEFEF;
	margin: 0;
	padding: .75em 0;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget {
	padding-right: .75em;
}
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-left: .75em;
}
.builder-module-sidebar h4.widget-title {
	background: none;
	color: #345573;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #EFEFEF;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget:last-child {
	padding-bottom: .75em;
}

.builder-module-sidebar .widget a {
	color: #EFEFEF;
}


/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation {
	background: transparent;
	display: block;
	font-size: 1em;
	line-height: 1.5;
	width: 100%;
}
.builder-module-navigation .builder-module-element {
	margin: 0;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a {
	background: #D2D2D2;
	border: 2px solid #000000;
	border-radius: 5px;
	color: #555555;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	margin-right: 1em;
	padding: .5em 1.2em;
	text-decoration: none;
}
.builder-module-navigation li a:hover {
	background: #2A98C8;
	color: #FFFFFF;
	text-shadow: 0 0 2px #444444;
}
.builder-module-navigation li.current-cat &gt; a,
.builder-module-navigation li.current-menu-item &gt; a,
.builder-module-navigation li.current_page_item &gt; a {
	background: #2A98C8;
	color: #FFFFFF;
	text-shadow: 0 0 2px #444444;
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-bottom: 0;
	margin-left: 2px;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: 1px solid #AAAAAA;
	width: 14em;
}
.builder-module-navigation li li a {
	background: #C4BC91;
	border: none;
	border-radius: 0;
	float: none;
	margin-right: 0;
}
.builder-module-navigation li li a:hover {
	border-right: none;
}
.builder-module-navigation li ul ul {
	margin: -2.8em 0 0 14em;
}

/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar {
	background: transparent;
}
.builder-module-widget-bar .builder-module-sidebar {
	background: transparent;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer-outer-wrapper {
	border: none;
}
.builder-module-footer {
	background: transparent;
	border: none;
}
.builder-module-footer .builder-module-element {
	color: #CCCCCC;
	margin: 0;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}


/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	HTML Module
*********************************************/


/*********************************************
	Content Module
*********************************************/

.builder-module-content-outer-wrapper {
	background: url("img/lghtmesh.png") #D2D2D2;
	padding: 3em 0 !important;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	box-shadow: inset 0 0 25px #222222;
}

.builder-module-content {
	background: #FFFFFF;
	border: 1px solid #B2B2B2;
}
.builder-module-content .builder-module-sidebar {
	background: transparent;
    margin: 1.5em 0;
    padding: 0;
}
.builder-module-content .builder-module-element {
	margin: 1.5em;
	overflow: hidden;
}
.builder-module-content .hentry {
	margin-bottom: 1.5em;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}

.entry-title {
	clear: both;
	color: #9E6618;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: .56em;
	text-transform: uppercase;
}
.entry-title a {
	color: #262626;
	font-size: 1.5em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-header .entry-meta {
	display: inline;
}
.hentry .entry-meta a {
	font-style: normal;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}

.entry-content {
	clear: both;
	margin-top: 1.5em;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}


/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
	padding: 5px;
}
img.alignnone { 
	margin: 0;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 5px;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}

.entry-footer {
	border-top: .1em solid #D7D7D7;
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 0;
	padding-top: 1.4em;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories {
    background: url("img/category-icon.png") no-repeat 0 6px;
    padding: 0 0 0 1.75em;
}
.entry-footer .tags {
    background: url("img/tag-icon.png") no-repeat 0 4px;
    padding: 0 0 0 1.75em;
}
.entry-footer .comments {
    background: url("img/comment-icon.png") no-repeat 1px 2px;
    padding: 0 0 0 1.75em;
}

.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
}
.loop-utility a {
	background: #F1F1F1;
	color: #111111;
	padding: 10px 20px;
	border: 1px solid #E2E2E2;
	line-height: 2.5;
	text-decoration: none;
	font-family: "Dosis", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 200;
	text-transform: uppercase;
}
.loop-utility a:hover {
	background: #2A98C8;
	color: white;
	text-decoration: underline;
	border-color: #1E6E91;
	text-shadow: 0 0 1px #1A5E7C;
}

/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
    border: 1px solid #D1D1D1;
    padding: 3px;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li.comment {
	border: 1px solid #CCCCCC;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments cite { 
	font-style: italic;
}
#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #999999;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}


/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 1.2em;
	font-style: italic;
	margin: 0;
	background: #FDFDFD url("img/blockquote-bg.png") no-repeat 1.25em 1.25em;
	padding: 0 1em 1em 5em;
	border: 1px solid #EAEAEA;
	border-bottom-width: 5px;
	overflow: hidden;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
	font-size: .8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: italic;
}

/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
.entry-content &gt; ul,
.entry-content &gt; ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ol {
	margin-left: 20px;
}
#ie6 ol,
#ie7 ol {
	margin-left: 24px;
}
li {
	margin: 0;
	padding: 0;
}
li &gt; * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li &gt; p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #000000;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: .25em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}


/*********************************************
	Gravity Forms Styles
*********************************************/

.gf_progressbar_percentage.percentbar_custom {
	background-color: #BBBBBB !important;
}

::selection {
	color: #EFEFEF;
	background: #2A98C8;
}
::-moz-selection {
	color: #EFEFEF;
	background: #2A98C8;
}



.entry-header .meta-wrapper {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: .5em 0;
}
.entry-header .entry-meta {
	text-transform: lowercase;
	font-style: italic;
	color: #999999;
}
.entry-header .entry-meta .author,
.entry-header .entry-meta.date,
.entry-header .entry-meta a {
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #555555;
}


/*********************************************
	Custom Comments Styling
*********************************************/

#comments h3 {
	background: #F1F1F1;
	color: #111111;
	padding: 10px 20px;
	border: 1px solid #E2E2E2;
	line-height: 2.5;
	text-decoration: none;
	font-family: "Dosis", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 200;
	text-transform: uppercase;
}
#comments .comment-meta-wrapper {
	float: left;
	line-height: 1.4;
	margin: 0 1.5em 1.5em 1.5em;
}
#comments .comment-text {
	margin-left: 150px;
	padding-right: 1.5em;
}
#comments .comment-author cite,
#comments .comment-author cite a {
	font-weight: bold;
	color: #575757;
}
#comments .comment-date, 
#comments .comment-time {
	font-style: italic;
	color: #999999;
}
.comment-reply-link {
	background: #F1F1F1;
	color: #555555;
	padding: 5px 10px;
	border: 1px solid #E2E2E2;
	line-height: 2.5;
	text-decoration: none;
	font-family: "Dosis", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
}
.comment-reply-link:hover {
	background: #2A98C8;
	color: white;
	text-decoration: underline;
	border-color: #1E6E91;
	text-shadow: 0 0 1px #1A5E7C;

}
#comments .reply {
	margin-bottom: 1.5em;
}
#respond {
	clear: both;
}
.cancel-comment-reply {
	margin-top: 1em;
}


/* Content Module Sidebars */

.builder-module-content .builder-module-sidebar .widget,
.builder-module-content .builder-module-sidebar .widget a,
.builder-module-content .builder-module-sidebar h4.widget-title, 
.builder-module-content .builder-module-sidebar h4.widget-title a {
	color: #222222;
}
.builder-module-content .builder-module-sidebar h4.widget-title {
	text-transform: uppercase;
}
.builder-module-content .builder-module-sidebar .widget {
	padding: .75em 1.5em;
}
.builder-module-content .builder-module-sidebar {
	padding: 1.5em 0;
}
/* End of Content Module Sidebars */


/* Specific Module Styling */

.builder-module-header .right .builder-module-element,
.builder-module-html .right .builder-module-element {
	margin-left: 1.5em;
}
.builder-module-footer .left .builder-module-element {
	margin-right: 1.5em;
}
.builder-module-footer .middle .builder-module-element,
.builder-module-header .middle .builder-module-element,
.builder-module-html .middle .builder-module-element {
	margin-right: 1.5em;
	margin-left: 1.5em;
}

.builder-module-image .left .builder-module-sidebar .widget {
	padding-right: 1.5em;
}
.builder-module-image .right .builder-module-sidebar .widget {
	padding-left: 1.5em;
}
.builder-module-html {
	color: #FFFFFF;
}

/* End of specific Module styling */




/* Church Block Styling */

.staff-archive .loop-title {
	line-height: 1;
}
.staff-archive .entry-image {
	float: left;
	margin-right: 1.5em;
}
.staff-archive .entry-header {
	float: left;
	clear: none;
}
.staff-archive .entry-title {
	margin-bottom: 0;
	font-size: 2.5em;
}
.single-staff .entry-image {
	float: left;
	margin-right: 1.5em !important;
}
.single-staff .hentry img,
.single-staff .alignleft {
	margin: 0;
}
.single-staff .entry-header {
	float: left;
	clear: none;
	padding-bottom: 1.5em;
}
.single-staff .entry-wrapper {
	float: left;
}

.single-staff .entry-title {
	margin-bottom: 0;
	clear: none;
}

.staff-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.staff-info li {
	padding: 0;
	margin: 0;
}

.staff-info .email a,
.staff-info .twitter a,
.staff-info .facebook a {
	float: left;
	margin-right: .5em;
	text-indent: -99999px;
	background: blue;
}
.staff-info .email a {
	background: url('img/staff-icons.png') no-repeat -22px -14px;
	width: 31px;
	height: 31px;
}
.staff-info .email a:hover {
	background: url('img/staff-icons.png') no-repeat -22px -66px;
	width: 31px;
	height: 31px;
}
.staff-info .twitter a {
	background: url('img/staff-icons.png') no-repeat -74px -15px;
	width: 30px;
	height: 30px;
}
.staff-info .twitter a:hover {
	background: url('img/staff-icons.png') no-repeat -74px -67px;
	width: 30px;
	height: 30px;
}
.staff-info .facebook a {
	background: url('img/staff-icons.png') no-repeat -125px -14px;
	width: 31px;
	height: 31px;
}
.staff-info .facebook a:hover {
	background: url('img/staff-icons.png') no-repeat -125px -66px;
	width: 31px;
	height: 31px;
}
.single-staff .entry-footer a {
	background: #F1F1F1;
	color: #111111;
	padding: 10px 20px;
	border: 1px solid #E2E2E2;
	line-height: 2.5;
	text-decoration: none;
	font-size: 1em;
	font-weight: 200;
}	
.single-staff .entry-footer a:hover {
	background: #2A98C8;
	color: white;
	text-decoration: underline;
	border-color: #1E6E91;
	text-shadow: 0 0 1px #1A5E7C;
}
.staff-archive .loop-utility .alignleft {
	margin-right: 0;
}
.staff-archive .loop-utility .alignright {
	margin-left: 0;
}
.post-type-archive-sermon .loop-title {
	margin-bottom: 0;
}
.post-type-archive-sermon .hentry img {
	margin-top: 0;
	margin-bottom: 0;
}

.index_image, .sermon_image {
	max-width: 100%;
	-moz-box-sizing: border-box;
	height: auto;
}
.podcast_link,
.sermon-audio,
.sermon .loop-utility a {
	background: #F1F1F1;
	color: #111111;
	padding: 10px 20px;
	border: 1px solid #E2E2E2;
	line-height: 2.5;
	text-decoration: none;
	font-family: "Dosis", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
}
.podcast_link:hover,
.sermon-audio:hover,
.sermon .loop-utility a:hover {
	background: #2A98C8;
	color: white;
	text-decoration: underline;
	border-color: #1E6E91;
	text-shadow: 0 0 1px #1A5E7C;
}
.sermon-audio {
	display: block;
}
.sermon .loop-utility {
	margin-top: 1.5em;
}
.post-type-archive-sermon .sermon.hentry {
	margin-bottom: 3em;
}

/* End of Church Block Styling */



/* Events Block Styling */

.post-type-archive-it_bb_event .btn,
.single-it_bb_event .btn {
	background: #F1F1F1;
	color: #111111;
	border: 1px solid #E2E2E2;
	text-decoration: none;
	font-size: 1em;
	font-weight: 200;
}
.post-type-archive-it_bb_event .btn.active,
.post-type-archive-it_bb_event .btn:hover,
.single-it_bb_event .btn.active,
.single-it_bb_event .btn:hover {
	background: #2A98C8;
	color: white;
	text-decoration: underline;
	border-color: #1E6E91;
	text-shadow: 0 0 1px #1A5E7C;
}

.post-type-archive-it_bb_event .entry-title,
.single-it_bb_event .entry-title {
	margin-bottom: 0;
}
.post-type-archive-it_bb_event .entry-header .entry-meta {
	font-style: normal;
	text-transform: none;
}

.post-type-archive-it_bb_event .hentry {
	border-bottom: 1px solid #CACACA;
	padding-bottom: 1.5em;
}
.post-type-archive-it_bb_event .switch-btns {
	margin-bottom: 1em;
}

.single-it_bb_event .entry-image img {
	margin: 1.5em 0 0 0;
}
.single-it_bb_event .start-date {
	color: #444444;
	font-style: normal;
	text-transform: none;
}
.it_bb_event .success {
	background: #B9E1FF;
	border-color: #007FBD;
	color: #004C71;
}
/* End of Events Block Styling */




/* Social Icons in Header Module Sidebar */

.builder-module-header .builder-module-sidebar .social {
	padding: 10px 0;
	float: right;
}
.social a {
	float: left;
	margin-right: 1em;
	text-indent: -99999px;
	background: blue;
}
.social .twitter {
	background: url('img/staff-icons.png') no-repeat -74px -15px;
	width: 30px;
	height: 30px;
}
.social .twitter:hover {
	background: url('img/staff-icons.png') no-repeat -74px -67px;
	width: 30px;
	height: 30px;
}
.social .facebook {
	background: url('img/staff-icons.png') no-repeat -125px -14px;
	width: 31px;
	height: 31px;
}
.social .facebook:hover {
	background: url('img/staff-icons.png') no-repeat -125px -66px;
	width: 31px;
	height: 31px;
}

/* End of Social Icons in Header Sidebar */


.builder-module-content .builder-module-sidebar {
	margin: 1.5em 0;
	padding: 0;
}
.builder-module-content .right .builder-module-sidebar {
	border-left: 1px solid #CACACA;
}
.builder-module-content .left .builder-module-sidebar {
	border-right: 1px solid #CACACA;
}


.fc-header h2 {
	font-family: Asap,Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin-bottom: 0;
}


/* Attachment Page Styling */

.attachment .loop-utility {
	clear: none;
}

.attachment .loop-utility a {
	line-height: 0;
	display: block;
	margin: 1.5em 0 0 0;
	padding: .5em;
}


/* Alternate HTML Module Styling */

.builder-light-html-outer-wrapper {
	background: url("img/lghtmesh.png") #D2D2D2;
	padding: 3em 0 !important;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	box-shadow: inset 0 0 25px #222222;
}
.builder-light-html {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B2B2B2;
    color: #000000;
}

/* Alternative HTML Module Sidebars */

.builder-light-html .builder-module-sidebar .widget,
.builder-light-html .builder-module-sidebar .widget a,
.builder-light-html .builder-module-sidebar h4.widget-title, 
.builder-light-html .builder-module-sidebar h4.widget-title a {
	color: #222222;
}
.builder-light-html .builder-module-sidebar h4.widget-title {
	text-transform: uppercase;
}
.builder-light-html .builder-module-sidebar .widget {
	padding: .75em 1.5em;
}
.builder-light-html .builder-module-sidebar {
	padding: 1.5em 0;
}
/* End of Content Module Sidebars */

.builder-module-sidebar .widget .entry-title {
	display: block !important;
	font-size: 1.25em;
}
</pre></body></html>