/*

Theme Name: FIRM-Air

Theme URI: http://ithemes.com/

Description: This is a generated child theme for the Air theme. You should activate and modify this theme instead of Air. Doing so allows you to modify this child theme while allowing automatic upgrades for Air.

Author: iThemes

Author URI: http://ithemes.com/

Version: 5.0.29

License: GNU General Public License v2.0

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: responsive, multiple layouts, clean, modern, typography

Text Domain: it-l10n-Builder-Air

Domain Path: /lang/

Template: Builder-Air

*/

@import url(//fonts.googleapis.com/css?family=Roboto);
@import url(//fonts.googleapis.com/css?family=Tienne);

/*********************************************

	Default font settings and typography.

*********************************************/

html {
	font-size: 100%;
}
body {
	color: #626161;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}
input, select, textarea {
	font-family: 'Roboto', sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	margin: 1em 0;
	font-size: 14px;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, dfn, img, samp, ul, ol, dl {
	color: #393939;
	margin-top: 1.5em;
	margin-bottom: 20px;
}
p {
	color: #626161;
	line-height: 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: #FFFFFF;
}

/*********************************************

	Universal Link Styles

*********************************************/

a {
	color: #3b3b3b;
	text-decoration: underline;
}
a:hover {
	color: #3b3b3b;
	text-decoration: none;
}
a:focus {
	color: #3b3b3b;
	text-decoration: underline;
}

/*********************************************

	Button Link Styles

*********************************************/

.btn, .more-link, .loop-utility a, input[type="submit"], input[type="button"], .comment-reply-link {
	font-weight: bold;
	color: #FFFFFF;
	font-size: inherit;
	cursor: pointer;
	display: inline-block;
	background: #8a2923;
	color: #FFFFFF !important;
	padding: .5em 1em;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	margin-bottom: 1.5em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn a {
	text-decoration: none;
	color: #FFFFFF;
	padding: .5em 1em;
}
.btn:hover, .more-link:hover, .loop-utility a:hover, input[type="submit"]:hover, input[type="button"]:hover, .comment-reply-link:hover {
	background: #B74640;
	color: #FFFFFF;
	text-decoration: none;
}

/*********************************************

	Headings

*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 20px;
}
h1 {
	font-size: 2em;
	color: #3b3b3b;
}
h2 {
	font-size: 1.75em;
	color: #3b3b3b;
}
h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #3b3b3b;
}
h4 {
	font-size: 1.25em;
	color: #3b3b3b;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************

	Container Div

*********************************************/

.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {
    /* width: 70%; */
	width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    -moz-box-shadow: 0 0 25px #999;
    -webkit-box-shadow: 0 0 25px #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#999999,strength=3)";
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#999999, direction=0, strength=3) progid: DXImageTransform.Microsoft.Shadow(color=#999999, direction=90, strength=3) progid: DXImageTransform.Microsoft.Shadow(color=#999999, direction=180, strength=3) progid: DXImageTransform.Microsoft.Shadow(color=#999999, direction=270, strength=3);
    box-shadow: 0 0 25px #999;
}
.builder-container {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 65px 65px 2.5em 65px;
    -moz-box-shadow: 0 0 25px #999;
    -webkit-box-shadow: 0 0 25px #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#999999,strength=3)";
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#999999, direction=0, strength=3) progid: DXImageTransform.Microsoft.Shadow(color=#999999, direction=90, strength=3) progid: DXImageTransform.Microsoft.Shadow(color=#999999, direction=180, strength=3) progid: DXImageTransform.Microsoft.Shadow(color=#999999, direction=270, strength=3);
    box-shadow: 0 0 25px #999;
}

/*********************************************

	Default Module Styling

*********************************************/

.builder-module {
	padding-top: 2em !important;
	/*border-bottom: 1px solid #EBEBEB;*/
}
.builder-module-last {
	border-bottom: 0;
}
.builder-module-element {
	margin-bottom: 2em !important;
}
.left .builder-module-element {
	margin-right: 3em;
}
.middle .builder-module-element {
	margin-left: 3em;
	margin-right: 3em;
}
.right .builder-module-element {
	margin-left: 3em;
}

/*********************************************

	All Sidebars

*********************************************/

.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.35em;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 2em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-sidebar .widget-wrapper-left .widget {
	margin-right: 1em;
}
.builder-module-sidebar .widget-wrapper-right .widget {
	margin-left: 1em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 0 .75em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #218BC4;
}
.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 ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: disc;
	margin: 0 0 0.35em 0.55em;
}

/*********************************************

	Custom Header Module

*********************************************/


/* desktop */

span.custag {
	font-size: 11px;
}
img.logo {
	float: left;
	width: 200px;
	margin-left: 1em !important;
	margin-right: .5em;
	margin-top: -25px;
}
span.custitle {
	width: 60%;
	/* margin-left: .5em; */
}
.site-title {
	margin-top: 20px;
}

/* smartphone */

@media only screen and (max-width: 500px) {
	span.custag {
		font-size: 11px;
		float: right;
		text-align: right;
		width: 75%;
	}
	img.logo {
		margin-top: 0;
		float: left;
		width: 25%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	span.custitle {
		font-size: 22px;
		float: right;
		text-align: right;
		width: 75%;
	}
	.site-title {
		margin-top: 0px;
	}
}

/* tablet */

@media only screen and (max-width: 768px) {
	span.custag {
		font-size: 11px;
		float: right;
		text-align: right;
		width: 60%;
		margin-top: 10px;
	}
	img.logo {
		margin-top: -3 !important;
		float: left;
		width: 40%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	span.custitle {
		font-size: 18px;
		float: right;
		text-align: right;
		width: 60%;
	}
	.site-title {
		margin-top: 0px;
	}
	.findfb {
		float: none !important;
		margin-top: 2px;
	}
	i.fa.fa-facebook-square {
		font-size: 22px;
		margin-right: 10px;
		float: left;
		padding-top: 7px;
	}
}

/* tablet landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	span.custag {
		font-size: 14px;
		float: right;
		text-align: right;
		width: 70%;
		margin-top: 10px;
	}
	img.logo {
		margin-top: -3 !important;
		float: left;
		width: 25%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	span.custitle {
		font-size: 36px;
		float: right;
		text-align: right;
		width: 70%;
	}
	.site-title {
		margin-top: 0px;
	}
}

/*********************************************

	Header Module

*********************************************/

.builder-module-header {}
.site-title, .site-title a, .site-title a:hover, .site-tagline, .site-tagline a, .site-tagline a:hover {
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
	color: #8f0000;
}
.site-title a:hover, .site-tagline a:hover {}
.site-title {
	margin-top: 0;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1;
}
.site-title a {
	color: #8f0000;
}
.site-title a:hover {
	color: #8f0000;
}
.site-tagline {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: .8em;
	margin-top: .5em;
	color: #8f0000;
}
.site-tagline a {}

/*********************************************

	Navigation Module

*********************************************/

.builder-module-navigation {
	display: block;
	line-height: 2;
	width: 100%;
	padding: .25em 0 0 0 !important;
}
.builder-module-navigation .builder-module-element {
	margin: 0 !important;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0 .05em;
}
.builder-module-navigation li a {
	background-color: #000;
	color: #fff;
	margin: .25em 0 0 0;
	text-decoration: none;
	padding: .25em .75em;
	text-transform: uppercase;
	/*-webkit-font-smoothing: antialiased;

	-webkit-transition: all .2s ease-in;

	-moz-transition: all .2s ease-in;

	-o-transition: all .2s ease-in;

	-ms-transition: all .2s ease-in;

	transition: all .2s ease-in;*/
}
.builder-module-navigation .current_page_item li a, .builder-module-navigation .current-cat li a, .builder-module-navigation .current-menu-item li a {
	background-color: #8a2923;
	color: #fff;
	margin: .25em .5em 0 0;
	text-decoration: none;
	padding: .25em .75em;
	/*-webkit-font-smoothing: antialiased;

	-webkit-transition: all .2s ease-in;

	-moz-transition: all .2s ease-in;

	-o-transition: all .2s ease-in;

	-ms-transition: all .2s ease-in;

	transition: all .2s ease-in;*/
}
.builder-module-navigation .current_page_item a, .builder-module-navigation .current-cat a, .builder-module-navigation .current-menu-item a {
	background: #8F0000;
	color: #fff;
}
.builder-module-navigation li a:hover, .builder-module-navigation .current_page_item li a:hover, .builder-module-navigation .current-cat li a li a:hover, .builder-module-navigation .current-menu-item li a:hover {
	background-color: #555555;
	color: #FFFFFF;
}

/* second level stuff */

.builder-module-navigation li ul {
	background: #FFFFFF;
	border: .1em solid #EBEBEB;
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #EBEBEB;
	width: 14em;
}
.builder-module-navigation li li a, .builder-module-navigation .current_page_item li a, .builder-module-navigation .current-cat li a, .builder-module-navigation .current-menu-item li a {
	float: none;
	padding: .75em;
	line-height: 1;
	margin: 0;
	border-radius: 0;
}
.builder-module-navigation li li a:hover, .builder-module-navigation li li a.sfhover {
	background: #3B3F42;
	color: #ECECEC;
}
.builder-module-navigation li ul ul {
	margin: -2.05em 0 0 14em;
}

/* Center Nav Menu  */

.builder-module-navigation-menu-wrapper {
	display: table;
	margin: 0 auto;
}

/*********************************************

	Widget Bar Module

*********************************************/

.builder-module-widget-bar .left .widget {
	margin-right: 1.5em;
}
.builder-module-widget-bar .middle .widget {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.builder-module-widget-bar .right .widget {
	margin-left: 1.5em;
}

/*********************************************

	Footer Module

*********************************************/

.builder-module-footer a {
	color: #626161;
}
.builder-module-footer-outer-wrapper {
	background: url(images/bg_footer1.gif) repeat-x;
}
.alignleft {
	padding-left: 1em;
}
.alignright {
	padding-right: 1em;
}

/*********************************************

	Image Module

*********************************************/

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

/*********************************************

	Image Module (Alternate - No Spacing)

*********************************************/

.image-no-spacing {
	margin: 0;
	padding: 0 !important;
}
.image-no-spacing .builder-module-element {
	margin: 0 !important;
	padding: 0;
}

/*********************************************

	Image Module (Alternate - Full Window)

*********************************************/

.image-full-window-outer-wrapper {
	max-width: none !important;
}
.image-full-window {
	padding: 0 !important;
}
.image-full-window .builder-module-element {
	margin: 0 !important;
}
.image-full-window-outer-wrapper img {
	width: 100%;
	height: auto;
}

/*********************************************

	HTML Module

*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}

/** Remove padding from HTML header image modules on all layouts  */

#builder-module-5377b7c6ec67b, #builder-module-537a7aff23e54, #builder-module-5377b868b6c5d {
	padding-top: 0 !important;
}

/*********************************************

	Content Module

*********************************************/

.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .hentry {
	margin-bottom: 4em;
	padding-bottom: 4em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content>*:last-child {
	margin-bottom: 0;
}
.entry-title, .entry-title * {
	font-family: 'Tienne', serif;
	margin: 0;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	font-family: 'Tienne', serif;
	font-size: 22px;
	border-bottom: 1px solid grey;
}
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: none;
}
.hentry .entry-meta {
	display: block;
	float: left;
	color: #000;
	font-size: .8em;
	text-transform: uppercase;
}
.hentry .entry-meta a {
	font-weight: bold;
	text-decoration: none;
}
.hentry .entry-meta a:hover {}
.hentry .entry-meta.alignleft {
	max-width: 60%;
}
.hentry .entry-meta.alignright {
	float: right;
}
.hentry .entry-footer {
	display: none;
	/*  margin-top: 1.5em; */
}
.hentry .entry-footer .entry-utility, .hentry .entry-footer .categories, .hentry .entry-footer .comments {
	margin-bottom: .5em;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry .edit-entry-link {
	clear: both;
	margin: 0;
}
.hentry .more-link {
	font-weight: bold;
}
.entry-content {
	clear: both;
}
.loop-title {
	font-weight: bold;
}

/*********************************************

	Style images and galleries

	.hentry is used instead of .page or .post

	as it applies to all content types

*********************************************/

.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a, .hentry .gallery dt, .hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3em;
	margin: 0;
}
.hentry .gallery+* {
	margin-top: 0;
}
.hentry img {}
.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: 1em 1.5em 1em 0;
}
.hentry .aligncenter {
	margin: 0 auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	/*  margin-bottom: 1.5em; */
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}
.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
	text-align: center !important;
	font-style: italic !important;
}

/*********************************************

	Post Meta Styles, if needed

*********************************************/

.entry-header {
	clear: both;
	/* we need this so floats in the post are clea#8a2923 */
	margin-bottom: 1.5em;
}
.entry-footer {
	clear: both;
	/* we need this so floats in the post are clea#8a2923 */
}
.entry-footer .alignright {}
.entry-footer .categories, .entry-footer .tags {}
.entry-footer .comments {}
.EXIF table {
	margin: 0 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 */
}

/*********************************************

	Page Specific Styling

*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

/*********************************************

	Single Post Specific Styling

*********************************************/

.single .builder-module-content .hentry {
	margin-bottom: 0em;
	padding-bottom: 0;
	border-bottom: 0;
}

/* navigation for posts that split into multiple pages */

.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}

/*********************************************

	Comment Styles

*********************************************/

#comments {
	margin-top: 1.5em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment, .commentlist li.trackback, .commentlist li.pingback {
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1em;
}
.commentlist .fn {
	display: inline-block;
	margin-top: .3em;
}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 1.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#respond h3 {
	margin: 0;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;
}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .25em 1em;
	margin-top: 1em;
}
.cancel-comment-reply a {
	display: inline-block;
	background: #8a2923;
	color: #fff;
	border-radius: 2px;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .85em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.cancel-comment-reply a:hover {
	background: #B74640;
}
.logged-in-as {
	margin: 0.25em 0;
}

/*********************************************

	Text elements

*********************************************/

p {}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	border-left: 2px solid #EBEBEB;
	padding: .25em 1.5em;
	font-size: 1.5em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
}

/* To prevent nested blockquotes from increasing in size */

blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
}
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;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}

/*********************************************

	Lists

*********************************************/

ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: .5em;
}
li {
	margin: 0;
	padding: 0;
	color: #626161;
}
li>* {
	margin-top: 0;
	color: #626161;
}
li *:last-child {
	margin-bottom: 0;
	color: #626161;
}
li>p+ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
	text-decoration: none;
}
ol {
	list-style-type: decimal;
	text-decoration: none;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd+dd {
	margin-top: 0;
}

/*********************************************

	Tables

*********************************************/

table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	font-weight: bold;
}
th, td, caption {
	padding: .25em;
	text-align: center;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}

/*********************************************

	My Account Page Styles

*********************************************/
.stripe-button-el {
	background-color: #8a2923;
	background-image: none!important;
	box-shadow: none;
	border-radius: 0px!important;
	padding: 0px !important;

}

.stripe-button-el span {
	background-image: none!important;
	background: #8a2923!important;
	height: 40px!important;
    line-height: 40px!important;
}

/*** Reoccurring Page***/
.pricing-table-content ul li {
	list-style: none;
    padding-bottom: 15px;
}

.txn_manager_back_link {
    font-size: 13px;
    margin-top: 15px;
}

/*********************************************

	Misc classes

*********************************************/

i.fa.fa-facebook-square {
	font-size: 22px;
	margin-right: 10px;
	float: left;
}
.findfb {
	float: right;
	margin-top: 2px;
}
.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="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-size: 1em;
	margin: 0;
	padding: .25em;
	background: #FFFFFF;
	border: 1px solid #CECECE;
	-webkit-appearance: none;
	border-radius: 0;
	line-height: inherit;
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	max-width: 99.5%;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #CECECE;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}

/*********************************************

	Search Form Styling

*********************************************/

#searchform {
	position: relative;
}
#searchform input[type="text"] {
	width: 75%;
	max-width: 100%;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 24.75%;
	max-width: 100%;
	margin: 0;
	padding: .25em 0;
	line-height: inherit;
}

/*********************************************

	Password Protected Post Form

*********************************************/

.post-password-requi#8a2923 input[type="submit"] {
	display: inline-block;
	float: none;
}

/*********************************************

	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 Specific Styling

*********************************************/


/* RSS Widget */

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss li a {
	text-decoration: none;
}
.widget_rss li a:hover {
	text-decoration: underline;
}
.widget_rss ul {
	list-style-type: disc;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
	font-weight: normal;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 1.3em;
}
.widget_rss .rssSummary {
	margin: 1.3em 0;
}
.widget_rss h4.widget-title a {
	color: #3b3b3b;
	text-decoration: none;
	font-size: 1.1em !important;
	line-height: 1.3;
	margin: 0 0 .75em 0;
	padding: 0;
	font-weight: bold;
}

/*.widget_rss h4.widget-title {

	font-size: 1.3em;

	line-height: 1.3;

	margin: 0 0 .75em 0;

	padding: 0;

	font-weight:bold;

	}



/* Tag Cloud Widget */

.widget_tag_cloud a {
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	background: #CECECE;
	padding: .5em .75em;
	margin: 5px 0;
	text-decoration: none;
}
.widget_tag_cloud a:hover {
	background: #343434;
	color: #ECECEC;
}
.widget_recent_entries li a {
	text-decoration: none;
}
.widget_recent_entries li a:hover {
	text-decoration: underline;
}

/*********************************************

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

/*********************************************

	Sitemap Template Styling

*********************************************/

.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}

/*********************************************

	Mobile Navigation Menu (Alternate Module Style - hidden above 500px wide)

*********************************************/

.it-mobile-menu {
	display: none;
}

/*********************************************

	Featu#8a2923 Image

*********************************************/

.it-featu#8a2923-image {
	margin-bottom: 1.5em;
	line-height: 0;
}
.it-featu#8a2923-image img {
	width: inherit;
}

/*********************************************

	Miscellaneous

*********************************************/

.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.header-inset, .navigation-inset, .content-inset, .html-inset, .image-inset, .widget-bar-inset, .footer-inset {
	padding-left: 2em !important;
	padding-right: 2em !important;
	width: auto !important;
	max-width: 100% !important;
}
.edit-post-link a {
	display: inline-block;
	margin: 0;
	padding: .1em 1em;
	border-radius: 2px;
	background: #EBEBEB;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.it-featu#8a2923-image a {
	display: block;
}
.it-featu#8a2923-image img {
	display: block;
}

/*********************************************

	Post Format Styling

*********************************************/


/* Quote */

.builder-module-content .format-quote .entry-content {
	padding: 2.3em;
	border-left: 2px solid #EBEBEB;
	font-size: 1em;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
}
.builder-module-content .format-quote .entry-content>*:last-child {
	margin-bottom: 0;
}
.format-quote .edit-post-link a {
	margin-top: 1em;
}

/* Image */

.builder-module-content .format-image {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 1em;
}
.builder-module-content .format-image .entry-header {
	padding-bottom: 1em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .format-image .entry-title {
	margin-bottom: 0;
}
.builder-module-content .format-image .it-featu#8a2923-image {
	margin-bottom: 1em;
}
.format-image .edit-post-link a {
	margin-top: 1em;
}

/* Video */

.builder-module-content .format-video {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 1em;
}
.builder-module-content .format-video .entry-header {
	padding-bottom: 1em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .format-video .entry-title {
	margin-bottom: 0;
}
.format-video .edit-post-link a {
	margin-top: 1em;
}

/* Status */

.builder-module-content .format-status .entry-header {
	margin-bottom: .25em;
}
.builder-module-content .format-status .entry-content {
	border: 1px solid #EBEBEB;
	padding: 3em;
	background: #3B3F42;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	border-radius: 3px;
}
.format-status .edit-post-link a {
	margin-top: 1em;
}
::selection {
	color: #FFFFFF;
	background: #218BC4;
	/* Safari */
}
::-moz-selection {
	color: #FFFFFF;
	background: #218BC4;
	/* Firefox */
}
.single .builder-module-content .format-video, .single .builder-module-content .format-image {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 1em;
}

/* Remove Home pg title */

.home .entry-title {
	display: none;
}

/* move up first line of content */

.home .entry-content, .home .entry-content h2 {
	margin-top: 0;
}
.home .entry-content h2 {
	line-height: 1em;
}

/* Columns Shortcodes Custom Styling */

.one_half {
	margin-left: 1.75em !important;
	width: 45% !important;
}

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


/* list items font-weight= normal */

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label {
	font-weight: normal;
}

/* To make donation input box smaller */

body .gform_wrapper .gform_body .gform_fields #field_3_4.gfield input[type=text] {
	width: 85px;
}
body .gform_wrapper .gform_body .gform_fields #field_11_4.gfield input[type=text] {
	width: 85px;
}
body .gform_wrapper .gform_body .gform_fields #field_7_3.gfield input[type=text] {
	width: 85px;
}
body #gform_wrapper_11 .gform_body .gform_fields .gfield .gfield_radio li {
	margin-right: 18px;
}

/******** Custom Coding begins here  ************/


/* header */

.builder-module-header {
	padding-top: 0 !important;
}
.header-logo img {
	margin-left: 3em !important;
	margin-left: 3em !important;
}

/* From RCS */

.builder-module-block.builder-module-element.builder-module-column-2.clearfix {
	margin-left: 5em;
}
.site-title, .site-title a, .site-title a:hover, .site-tagline, .site-tagline a, .site-tagline a:hover {
	margin-top: 0.55em !important;
}
/ Remove Footer Padding / div>div.builder-module-block.builder-module-element.builder-module-column-1.clearfix {
	margin-bottom: 0em !important;
}

/* GIVE - donate bar */

.give-progress-bar>span {
	float: left;
}
.give-total-wrap {
    padding-bottom: 1em !important;
}

/*********************************************

	Staff Page

*********************************************/

td.stafftable {
	border: solid 1px #ffffff !important;
}
table.stafftable {
	border: solid 1px #ffffff !important;
}

/*********************************************

	Refugee fixed button - top red button

*********************************************/

/*.ref-but {
	background: #8a2923;
	color: #ffffff;
	right: 15%;
	top: -3px;
	padding: 30px 10px 10px 10px;
	position: fixed;
	border-radius: 3px;
	text-align: center;
}
.ref-but li {
	color: #ffffff;
	list-style: none !important;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 0 !important;
}
.ref-but:hover {
	background: #B74640;
}
a.ref-but-a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.ref-heart:after {
	font-family: FontAwesome;
	content: "\f004";
	height: 20px;
	color: #ffffff;
}
a.ref-but-a:hover>.ref-heart:after:hover {
	font-family: FontAwesome;
	content: "\f08a";
}
li.click-here {
	font-size: 10px;
}*/

/* bottom of every post */

a.btm-post {
	font-weight: bold;
	color: #8a2923;
	text-decoration: none;
}
a.btm-post:before {
	font-family: FontAwesome;
	content: "\f08a";
}
a.btm-post:hover:before {
	font-family: FontAwesome;
	content: "\f004";
}
a.btm-post:after {
	font-family: FontAwesome;
	content: "\f08a";
}
a.btm-post:hover:after {
	font-family: FontAwesome;
	content: "\f004";
}

/* STAFF */

.staff-member {
	min-height: 325px;
}

/*********************************************

	Media Quiries (for tablet)

*********************************************/

@media only screen and (max-width: 768px) {
	img.aligncenter.size-full.wp-image-2279 {
		width: 200px;
		/* padding-left: 20%; */
		float: right;
	}
	.builder-container {
		margin: 0;
		width: 100%;
	}
	.ref-but {
		background: #8a2923;
		color: #ffffff;
		right: 0%;
		font-size: 10px;
		top: -3px;
		padding: 10px 10px 10px 10px;
		position: fixed;
		border-radius: 3px;
		text-align: center;
	}
	.btn, .more-link, .loop-utility a, input[type="submit"], input[type="button"], .comment-reply-link {
		width: 100%;
		padding: 5px;
		margin: 0;
	}
	/*********************************************

	Navigation Module (Mobile)

*********************************************/
	.builder-module-navigation.mobile {
		padding-top: .5em !important;
	}
	.builder-module-navigation.mobile ul {
		margin-top: .5em !important;
	}
	.builder-module-navigation.mobile li {
		width: 100%;
		position: relative;
	}
	.page .builder-module-content .hentry {
		margin-top: 20px;
	}
	/* change cente#8a2923 nav from desktop to left-justified in mobile */
	.builder-module-navigation-menu-wrapper {
		display: table;
		/* margin: 0 0 0 0.25em !important; */
		width: 100%;
	}
	/* second level stuff */
	.builder-module-navigation.mobile li ul {
		position: relative !important;
		left: 0 !important;
		border: 0;
		width: 100%;
		margin: 0;
	}
	.builder-module-navigation.mobile li a, .builder-module-navigation.mobile .current_page_item li a, .builder-module-navigation.mobile .current-cat li a, .builder-module-navigation.mobile .current-menu-item li a {
		margin: 0;
		background: transparent;
		border-color: transparent;
		color: #3B3F42;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.builder-module-navigation.mobile li a:hover, .builder-module-navigation.mobile .current_page_item li a:hover, .builder-module-navigation.mobile .current-cat li a li a:hover, .builder-module-navigation.mobile .current-menu-item li a:hover {
		background: #3B3F42;
		color: #ECECEC;
	}
	.builder-module-navigation.mobile li li {
		border: 0;
		width: 100%;
	}
	.builder-module-navigation.mobile li ul ul {
		margin: 0;
	}
	.builder-module-navigation.mobile li li a {
		padding: .25em 0 .25em 2em;
		line-height: inherit;
		border-radius: 2px;
	}
	.builder-module-navigation.mobile li li li a {
		padding-left: 4em;
	}
	.builder-module-navigation.mobile-nav .menu.it-mobile-menu-hidden {
		display: none;
	}
	.it-mobile-menu {
		background: #3B3F42;
		color: #ECECEC;
		padding: .25em .75em;
		display: block;
		cursor: pointer;
		border-radius: 2px;
		-webkit-font-smoothing: antialiased;
		margin: 1em 0;
	}
	.builder-module-navigation.mobile.borderless {
		border: 0;
	}
}

/***************************

Infographic

***************************/

.infographic.info-title-wrapper {
    text-align: center;
    border-top: 3px solid #8a2923;
    border-bottom: 3px solid #8a2923;
    padding: 1em;
    margin-bottom: 3em;
}
.infographic.info-title-wrapper h1 {
    text-transform: uppercase;
    font-size: 3em;
    color: #8a2923;
    letter-spacing: 1px;
}
.infographic.info-title-wrapper h2 {
    color: grey;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 8px;
    margin: 0;
}
.info-container {
    text-align: center;
    max-width: 500px;
    margin: auto;
}
.info-left {
    text-align: right;
}
.info-right {
    text-align: left;
}
.info-stat-text {
    font-size: 16px;
}
.info-stat-number {
    font-size: 3em;
    font-weight: 900;
	color: #232323;
}
.info-stat-number div {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.infographic i {
    color: #8a2923;
    font-size: 3em;
    letter-spacing: 5px;
}
.row.infographic {
    margin: 2em 0;
}
.col-md-3.info-stat-number p {
    margin: 0;
	color: #232323;
}
.infographic .col-md-7 {
    text-align: left;
    font-size: 16px;
}
.info-container.info-red  {
	margin: 2em auto;
}
/* .info-container.info-red {
    background: #8a2923;
    color: #ffffff;
    max-width: 700px;
    padding: 1em 120px;
    margin-bottom: 2em;
}
.info-container.info-red p {
	color: #ffffff;
}
.info-container.info-red i {
	color: #ffffff;
}
 */
 
 .col-md-6.infographic .info-stat-number {
    margin: .75em;
}
.info-stat-number-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.col-md-6.infographic .info-stat-number-subtitle div {
    text-decoration: none;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0;
}
.info-vh {
    height: 90px;
    vertical-align: middle;
    isplay: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    /* -webkit-box-pack: center; */
	-webkit-box-pack: left;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
}
.info-stat-number .info-vh {
    font-size: 1em;
    font-weight: 900;
    height: 1.5em;
}
.col-md-6.infographic.info-large .fas {
    font-size: 7em;
}
.col-md-12.infographic .info-stat-number {
    margin: 1em;
}

/* Transaction Manager Styles*/

.bulkactions {
	display: none !important;
}
.check-column, .column-stripe_user_id {
    display: none;
}