/*
	Theme Name: Agency Pro
	Theme URI: https://my.studiopress.com/themes/agency/
	Description: Represent your professional services with confidence and clarity by harnessing the streamlined professionalism of the Agency theme.
	Author: StudioPress
	Author URI: https://www.studiopress.com/
	Version: 3.1.5
 
	Tags: one-column, two-columns, three-columns, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: agency-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Agency Pro Blue
		- Agency Pro Green
		- Agency Pro Orange
		- Agency Pro Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 782px
		- max-width: 680px
		- max-width: 480px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
--------------------------------------------- */
/* normalize.css v2.1.2 | MIT License | git.io/normalize */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color:#333;
	font-family: 'Roboto', arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.agency-pro-home .featured-content img,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #d7c603;
	text-decoration: none;
}

a img {
	margin-bottom: 0px;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #f5f5f5; 
	clear: both;
	margin: 26px 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin-bottom: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #666;
	font-size: 14px;
	padding: 8px 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #ffff00;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	color: #111;
	font-weight:bold;
	cursor: pointer;
	font-family: 'Spinnaker', sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.button,
.entry-content .button {
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.agency-pro-home .content .featured-content a.button:hover,
.button:hover,
.entry-content .button:hover {
	background-color: #ff0000;
	color: #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	color: #777;
	cursor: not-allowed;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.header-full-width .site-container,
.site-container {
	padding-top: 61px;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding: 5% 0;
}

.agency-pro-home .site-inner {
	padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
.alignnone img {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #fff;
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #fff;
}

.archive-description,
.author-box {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #333;
	font-size: 36px;
	line-height: 1;
}

.entry-title a {
	color: #333;
}

.widget-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


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

.widget {
	word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
}

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry-title {
	font-size: 22px;
	line-height: 1.1;
}

a.more-link {
	font-family: 'Spinnaker', sans-serif;
	text-transform: uppercase;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #222;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #d7c603;
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
	color: #999;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
---------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #333;
	left: 0;
	min-height: 61px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0;
	width: 300px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Spinnaker', sans-serif;
	font-size: 28px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	color: #fff;
}

.site-title a:hover {
	color: #d7c603;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
	text-align: center;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 60px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 900px;
}

.site-header .widget-area li {
	margin: 0;
	padding: 0;   
}

.site-header .search-form {
	float: right;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #1C4585;
	font-family: arial,helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border-top: 0px solid transparent;
	color: #1C4585;
	display: block;
	padding: 12px 16px 12px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
	background-color: #eee;
	border-color: #d7c603;
	color: #1C4585;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #1C4585;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 180px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border-bottom:1px solid #bbb;
	font-size: 12px;
	padding: 8px 16px;
	position: relative;
	width: 180px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #ddd;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
	display: inline-block;
	padding: 18px 16px 20px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu .search input {
	font-size: 12px;
	padding: 12px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #383838;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	background: none;
	border: none;
	padding: 5px 12px;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #333;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	color: #1C4585;
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.agency-pro-home .content .widget {
	background: #fff;
	margin-bottom: 80px;
	padding: 40px;
}

.agency-pro-home .content .featured-content,
.agency-pro-home .content .widget_text {
	padding: 0;
}

.agency-pro-home .content .textwidget {
	padding: 40px;
}

.agency-pro-home .content .featured-content .widget-title,
.agency-pro-home .content .widget_text .widget-title {
	color: #fff;
	text-align: center;
	margin: -40px 0 0;
	padding-bottom: 20px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:after,
.agency-pro-home .content .widget_text .widget-title:before {
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
}

.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:before {
	margin-right: 12px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .widget_text .widget-title:after {
	margin-left: 12px;
}

.agency-pro-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
}

.agency-pro-home .content .featured-content article ~ .widget-title:before,
.agency-pro-home .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
}

.agency-pro-home .content .home-middle .featured-content article ~ .widget-title,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:before,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:after {
	border-color: #fff;
	color: #fff;
}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	padding: 0 10px;
	text-align: center;
}

.agency-pro-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.agency-pro-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}

.agency-pro-home .content .featured-content .entry-header {
	padding: 40px 40px 0;
}

.agency-pro-home .content .featured-content .entry-content {
	padding: 0 40px;
}

.agency-pro-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
}

.agency-pro-home .content .featured-content a:hover {
	color: #d7c603;
}

.agency-pro-home .content .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33334%;
}

.agency-pro-home .content .featuredpost img.entry-image {
	margin: 0;
}

.home-top .wrap {
	color: #fff;
	font-family: 'Spinnaker', sans-serif;
	padding: 15% 0;
	text-align: center;
}

.home-top .widget-title {
	color: #fff;
	font-size: 60px;
	line-height: 1;
}

.home-top .button {
	background-color: #fff;
	border-radius: 50px;
	color: #333;
	text-transform: uppercase;
}

.home-top .widget .button:hover {
	background-color: #333;
	color: #fff;
}

.home-middle {
	padding: 10% 0 5%;
}

.home-middle .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

.home-middle .featuredpost a:focus img,
.home-middle .featuredpost a.hover img,
.home-middle .featuredpost img:hover,
.home-middle .featuredpost .entry.focused img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.home-middle .featured-content.featuredpost {
	background: #333;
}

.home-middle .featuredpost .entry {
	background-color: #333;
	color: #fff;
}

.home-middle .featuredpost .entry {
	min-height: 380px;
}

.home-middle .featuredpost .entry-title a {
	color: #fff;
}

.home-bottom {
	padding: 5% 0 10%;
}

.home-bottom .featuredpost .entry {
	min-height: 320px;
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}

.home-bottom .featuredpost .entry:hover {
	background-color: #333;
	color: #fff;
}

.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px 40px 24px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .search-form input {
	margin-bottom: 16px;
}

.entry-meta {
	color: #999;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

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

.archive-pagination {
	clear: both;
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	margin: 40px 0;
	text-transform: uppercase;
}

.archive-pagination a {
	color: #fff;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #d7c603;
	color: #fff;
}

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

.entry-pings,
.comment-respond,
.entry-comments {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 40px;
	padding: 0 40px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-left: 2px solid #f5f5f5;
}

.comment-header {
	color: #333;
	font-family: 'Spinnaker', sans-serif;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-reply-link {
	font-family: 'Spinnaker', sans-serif;
	text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}
.sidebar p:last-child {
	margin-bottom: 0;
}
.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
}
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}

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

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #ececec;
	color: #999;
	clear: both;
	padding: 60px 0 36px;
}
.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}
.footer-widgets-2 {
	width: 360px;
}
.footer-widgets-1 {
	margin-right: 40px;
}
.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}
.footer-widgets .widget {
	margin-bottom: 24px;
}
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}
.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}
/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #f5f5f5;
	color: #999;
	font-family: 'Spinnaker', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}
.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #333;
}
.site-footer p {
	margin-bottom: 0;
}
/* Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Agency Pro Blue
--------------------------------------------- */

.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .site-title a:hover,
.agency-pro-blue a,
.agency-pro-blue.agency-pro-home .featured-content a:hover {
	color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue .breadcrumb a,
.agency-pro-blue .genesis-nav-menu a,
.agency-pro-blue .home-top a:hover,
.agency-pro-blue .site-title a,
.agency-pro-blue a:hover.button,
.agency-pro-blue a.button {
	color: #fff;
}

.agency-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-blue .site-footer a {
	color: #999;
}

.agency-pro-blue .archive-pagination a,
.agency-pro-blue .entry-title a,
.agency-pro-blue .entry-title,
.agency-pro-blue .home-top a,
.agency-pro-blue .site-footer a:hover,
.agency-pro-blue a:hover {
	color: #333;
}

.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue .content .featured-content a.button:hover,
.agency-pro-blue a:hover.button,
.agency-pro-blue button:hover,
.agency-pro-blue input:hover[type="button"],
.agency-pro-blue input:hover[type="reset"],
.agency-pro-blue input:hover[type="submit"],
body.agency-pro-blue {
	background-color: #0cc4c6;
}

/* Agency Pro Green
--------------------------------------------- */

.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .site-title a:hover,
.agency-pro-green a,
.agency-pro-green.agency-pro-home .featured-content a:hover {
	color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green .breadcrumb a,
.agency-pro-green .genesis-nav-menu a,
.agency-pro-green .home-top a:hover,
.agency-pro-green .site-title a,
.agency-pro-green a:hover.button,
.agency-pro-green a.button {
	color: #fff;
}

.agency-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-green .site-footer a {
	color: #999;
}

.agency-pro-green .archive-pagination a,
.agency-pro-green .entry-title a,
.agency-pro-green .entry-title,
.agency-pro-green .home-top a,
.agency-pro-green .site-footer a:hover,
.agency-pro-green a:hover {
	color: #333;
}

.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green .content .featured-content a.button:hover,
.agency-pro-green a:hover.button,
.agency-pro-green button:hover,
.agency-pro-green input:hover[type="button"],
.agency-pro-green input:hover[type="reset"],
.agency-pro-green input:hover[type="submit"],
body.agency-pro-green {
	background-color: #36c38c;
}

/* Agency Pro Orange
--------------------------------------------- */

.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .site-title a:hover,
.agency-pro-orange a,
.agency-pro-orange.agency-pro-home .featured-content a:hover  {
	color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange .breadcrumb a,
.agency-pro-orange .genesis-nav-menu a,
.agency-pro-orange .home-top a:hover,
.agency-pro-orange .site-title a,
.agency-pro-orange a:hover.button,
.agency-pro-orange a.button {
	color: #fff;
}

.agency-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-orange .site-footer a {
	color: #999;
}

.agency-pro-orange .archive-pagination a,
.agency-pro-orange .entry-title a,
.agency-pro-orange .entry-title,
.agency-pro-orange .home-top a,
.agency-pro-orange .site-footer a:hover,
.agency-pro-orange a:hover {
	color: #333;
}

.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange .content .featured-content a.button:hover,
.agency-pro-orange a:hover.button,
.agency-pro-orange button:hover,
.agency-pro-orange input:hover[type="button"],
.agency-pro-orange input:hover[type="reset"],
.agency-pro-orange input:hover[type="submit"],
body.agency-pro-orange {
	background-color: #f07802;
}

/* Agency Pro Red
--------------------------------------------- */

.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .site-title a:hover,
.agency-pro-red a,
.agency-pro-red.agency-pro-home .featured-content a:hover {
	color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red .breadcrumb a,
.agency-pro-red .genesis-nav-menu a,
.agency-pro-red .home-top a:hover,
.agency-pro-red .site-title a,
.agency-pro-red a:hover.button,
.agency-pro-red a.button {
	color: #fff;
}

.agency-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-red .site-footer a {
	color: #999;
}

.agency-pro-red .archive-pagination a,
.agency-pro-red .entry-title a,
.agency-pro-red .entry-title,
.agency-pro-red .home-top a,
.agency-pro-red .site-footer a:hover,
.agency-pro-red a:hover {
	color: #333;
}

.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red .content .featured-content a.button:hover,
.agency-pro-red a:hover.button,
.agency-pro-red button:hover,
.agency-pro-red input:hover[type="button"],
.agency-pro-red input:hover[type="reset"],
.agency-pro-red input:hover[type="submit"],
body.agency-pro-red {
	background-color: #de3233;
}



/* CUSTOM CSS BY DG
---------------------------------------------------------------------------------------------------- */
.site-header {
    background-color: #f6f6f6;
    left: 0;
    min-height: 81px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.site-inner, .wrap {
    margin: 0 auto;
    max-width: 100%;
}
.site-header .wrap {
   max-width: 94%;
}
.header-image .site-title a {
    float: left;
    min-height: 80px;
    width: 100%;
}
.home-middle {
    padding: 0% 0 0%;
}
.agency-pro-home .content .widget {
    background: #fff;
    margin-bottom: 0px;
    padding: 0px;
}
.fa-inner{
margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1140px;
padding:20px 20px;
}
.fa-inner-small{
margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 940px;
padding:20px 20px;
}
.fa-inner-wide{
margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1440px;
padding:0px 12px;
}
a{color:#003366;}
.clear-both{clear:both;}
.center{
text-align:center;
}
.left{
text-align:left;
}
.justify{
text-align:justify;
}
.underline{
text-decoration:underline;
}
.aligncenter-zero {
	display: block;
	margin: 0 auto 0px;
}
.blue{color:#1c4585;}
.yellow{color:#ffff00;}
.padtop30{padding-top:30px;}
.martop40{
margin-top:40px;
}
.martop60{
margin-top:60px;
}
.martop50{
margin-top:50px;
}
.martop70{
margin-top:70px;
}
.martop80{
margin-top:80px;
}
.martop90{
margin-top:90px;
}
.martop100{
margin-top:100px;
}
.martop30{
margin-top:30px;
}
.martop20{
margin-top:20px;
}
p.mar-zero{
margin-bottom:0px;
}
#custom_html-2{background-color:#1C4585;
color:#fff;
padding:50px 12px;letter-spacing:2px;border-top:1px solid #fff;}
#custom_html-2 h2{
	text-transform:uppercase;
	font-size:68px;
	letter-spacing:5px;
	color:#fff;
	font-weight:600;
	
}
.font15A{font-size:30px;}
#custom_html-3{padding:30px 10px;}

#custom_html-3 h2{
	font-size:36px;
	letter-spacing:8px;
	color:#1C4585;
	text-align:center;
	border-bottom:1px solid #1C4585;
	padding-bottom:30px;
	font-weight:600;
	}

.fontA{font-weight:500;}
.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font15{font-size:15px;}
.font13{font-size:13px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font22{font-size:22px;}
.font24{font-size:24px;}
.font28{font-size:28px;}
.font30{font-size:30px;}

#custom_html-4{background-color:#efefef;
padding:50px 12px;letter-spacing:1px;font-weight:400;}

#custom_html-4 h3{
	text-transform:uppercase;
	font-size:22px;
	letter-spacing:1px;
	color:#1C4585;
		font-weight:600;
	}
.site-footer {
    background-color: #1C4585;
    color: #fff;
    font-family: 'Spinnaker', sans-serif;
	line-height:24px;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 10px 0px 20px;
    text-align: center;
    text-transform: uppercase;
	clear:both;
	margin-top:0px;
}
.nav-secondary .genesis-nav-menu a{color:#fff;text-transform:uppercase;font-size:12px;font-weight:200;font-family:'Spinnaker';letter-spacing:0px;}
.site-footer .nav-secondary .genesis-nav-menu .current-menu-item > a, .site-footer .nav-secondary .genesis-nav-menu  a:hover{color:#5997c2;}
.nav-secondary{border-bottom:1px solid #5997c2;padding-bottom:20px;}
.entry{background-color:transparent;}
.dag-inner-page {
	max-width:1280px;
	margin:0 auto;
    background-color: transparent;
    padding: 30px 40px;
}
.dag-inner-page-small {
	max-width:980px;
	margin:0 auto;
    background-color: transparent;
    padding: 30px 40px;
}
.dag-inner-page-wide{
margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1440px;
padding:30px 16px;
	background-color: transparent;
}
.page .entry-title{display:none;}
h2.page-name{font-size:36px; font-weight:600;color:#1C4585;text-align:center;}
h2.page-name-white{font-size:36px; font-weight:600;color:#ffffff;text-align:center;}
.site-container {
    padding-top: 81px;
}
.site-inner{padding:0%;}
.entry{padding-top:0px;}
.page .entry {
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
  }
.grey{background-color:#f7f7f7;padding:24px 24px;}
.wpd-av-overlay {
    background-color:#1C4585;
	background-image:url(http://www.faithamerican.com/wp-content/uploads/2018/11/login-bkgrd.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
    box-sizing: border-box;
    cursor: wait;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99998;
}
.element{opacity:1;}
.fa-place{background-image:url(https://www.faithamerican.com/wp-content/uploads/2018/11/white80.png);padding:8px 12px;border:1px solid #eee;margin-bottom:10px;line-height:16px;}
.fa-place-name{font-size:15px;font-weight:600;color:#1C4585;}
.fa-place-address{font-size:11px;font-family:'Montserrat', sans-serif;}
.fa-place-notes{font-size:11px;margin-top:0px;font-style:italic;font-family:'Montserrat', sans-serif;color:#ff0000;}
.fa-letters{color:#fff; padding:0px 12px; font-size:30px;font-weight:600;text-align:center;background-color:#1C4585;margin-bottom:20px;}
.contact-info {
    letter-spacing: 1px;
    font-weight: 400;
}
.contact-info h3 {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    color: #1C4585;
    font-weight: 600;
}
.fa-available{font-size:12px;font-family:'Montserrat', sans-serif;}

.page-id-9 {background-image:url(https://www.faithamerican.com/wp-content/uploads/2018/11/page-bkgrd2.jpg);
background-position:top center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.page-id-157, .page-id-175, .page-id-514, .page-id-39{background-image:url(https://www.faithamerican.com/wp-content/uploads/2019/06/bubbles-bkgrd2-compressed.jpg);
background-position:top center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	}
.page-id-9 h2, .page-id-39 h2 {font-size:60px;}
.page-id-157 h2, .page-id-175 h2{text-shadow:0px 0px 10px #fff;}
.our-story-text{margin-top:0px; font-size:18px;color:#333;font-weight:300;font-family:'Montserrat', sans-serif;}
.story-box{background-image:url(https://www.faithamerican.com/wp-content/uploads/2018/11/white70.png);max-width:600px;margin:0 auto;padding:60px 20px 30px;border-radius:20px;}
.page-id-9 .story-box{background-image:none;max-width:600px;margin:0 auto;padding:60px 20px 30px;border-radius:20px;}
.page-id-10 .story-box{background-image:none;max-width:600px;margin:0 auto;padding:60px 20px 30px;border-radius:20px;}
.placeholder-A{margin-top:500px;}
.white-bkgrd{background-image:url(http://www.faithamerican.com/wp-content/uploads/2018/11/white80.png);margin:0 auto;padding:10px 20px 10px;border-radius:0px;}
.white-bkgrd2{background-image:url(http://www.faithamerican.com/wp-content/uploads/2018/11/white80.png);margin:0 auto;padding:30px 30px 10px;border-radius:0px;}
.k-sig{margin-top:50px;}
.mobile-pic{display:none;}
.footer-widgets {
    background-color: #1C4585;
    border-top: 0px solid #ececec;
    color: #999;
    clear: both;
    padding: 0px 0 0px;
	text-align:center;
}
.footer-widgets .widget {
    margin-bottom: 10px;
}
.footer-widgets .wrap {
    margin: 0 auto;
    max-width: 1140px;
}
.footer-widgets img{margin-left:5px;margin-right:5px;}

.agency-pro-home .content .textwidget {
	padding: 0px;
}
.page-tagline{background-color:#fff;text-align:center;padding:20px 20px 30px;border-top:1px solid #fff;}
.tagline-large{color:#1C4585;font-size:48px;font-weight:600;text-align:center;padding:8px 20px;font-style:italic;line-height:60px;}
.tagline-text{font-size:30px; color:#1c4585;line-height:36px;}
.dag-inner-page-full {
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 0px;
}
.page-id-237, .page-id-135, .page-id-10, .page-id-611, .page-id-1034, .page-id-898, .page-id-1435, .page-id-2260{background-color:#1c4585;}
#ale-about-one{background-image:url(http://www.faithamerican.com/wp-content/uploads/2018/11/section-bkgrd2.jpg);background-position:top center; min-height:711px;background-repeat:no-repeat;padding:80px 12px;background-size:cover;}
#ale-about-one h1{font-size:60px; font-weight:600;color:#fff;margin-top:5%;display:none;}
#ale-about-two h2{color:#fff;margin-top:28%;text-shadow:0px 0px 10px #111;}
#ale-about-two{background-image:url(http://www.faithamerican.com/wp-content/uploads/2018/11/ale-top-pic1a.jpg);background-position:top right; min-height:1120px;background-repeat:no-repeat;padding:80px 12px;background-size:contain;border-top:2px solid #fff;border-bottom:40px solid #fff;background-color:#fff;}
.ale-text{color:#fff;font-size:24px;line-height:48px;}
.find-btn{margin-top:40px;margin-bottom:0px;}
.find-btn a{background-color:#1c4585;border-radius:20px;padding:16px 20px;margin-top:40px;color:#fff;font-size:24px;font-weight:500;}
.find-btn a:hover{background-color:#133466;}
.find-btn-wht a{background-color:#fff;border-radius:20px;padding:16px 20px;margin-top:40px;color:#1c4585;font-size:24px;font-weight:600;box-shadow:2px 2px 2px #111;}
.find-btn-wht a:hover{background-color:#eee;}
p.mar-zero{margin-bottom:0px;}
.page-id-329{background-color:#1c4585;}
.page-id-329 h1.page-name{display:none;}
.page-id-39 h1.nshow{display:none;}
.page-id-346{background-color:#1c4585;color:#fff;text-align:center;font-size:16px;}
.page-id-358{background-color:#1c4585;color:#fff;text-align:left;font-size:16px;}
.page-id-346 h1, .page-id-358 h1{font-size:26px;font-weight:600;}
.page-id-637{background-color:#1c4585;color:#fff;text-align:left;font-size:16px;}
.page-id-358 strong{font-weight:500;padding-right:12px;}
.page-id-430{background-color:#1c4585;color:#fff;text-align:left;font-size:16px;}
.box-uc{background-color:#fff;color:#1c4585;border:6px double #1c4585;padding:6px 20px;text-transform:uppercase;margin:40px auto 6px;max-width:800px;font-weight:600;clear:both;font-size:18px;}
.tou-heading{font-size:24px; font-weight:500;}
.tou-indent{margin-left:25px;}
.tou-indent2{margin-left:40px;}
.tou-indent-inner{margin-left:25px;}
.tou-each{margin-bottom:30px;}

#layerslider_2{margin-left:0px;margin-right:0px;}
.learn-more a{color:#fff; font-size:18px; font-weight:600; text-transform:uppercase;}
.learn-more a:hover{text-decoration:underline;}
.learn-more-blue a{color:#1c4585; font-size:18px; font-weight:600; text-transform:uppercase;}
.page-id-611 .learn-more-blue a{color:#ffff00; font-size:18px; font-weight:600; text-transform:uppercase;}
.page-id-611 .learn-more-blue {margin-top:30px;}
.learn-more-blue a:hover{text-decoration:underline;}
.state-links{background-image:url(https://www.faithamerican.com/wp-content/uploads/2018/11/glass-top.png);background-repeat:no-repeat;width:638px;height:638px;margin:0 auto;padding-top:230px;}
.state-links h3 a{font-size:48px; color:#1c4585;font-style:italic;text-shadow:1px 1px 0px #111;}
img.alignleft-zero{
	margin: 0 24px 0px 0;
}
.lang-box{background-color:#1c4585;text-align:center;width:160px;margin-top:4px;font-weight:normal;font-size:12px;float:right;color:#fff;border-radius:3px;margin-right:16px;}
.lang-box a{color:#fff;}
#nav_menu-2{margin-top:5px;}
.page-id-135 p{margin-bottom:0px;}
.translated-ltr .notranslate{margin-right:8px;}
#under-fabco{background-color:#1c4585;text-align:center;color:#fff;font-size:36px;padding:6px 16px;border-top:1px solid #fff;}
p.mar0{margin-bottom:0px;}
.fabco-name{font-size:48px; color:#1c4585;text-align:center;border-top:5px solid #000; border-bottom:5px solid #000;padding:16px 20px 4px;letter-spacing:10px;font-weight:600;text-transform:uppercase;font-family:'Reem Kufi';line-height:48px;}
.fabco-text{margin-top:20px;font-weight:400;}
#fabco-proud{background-color:#1c4585; padding:15px 10px;}
.fabco-hours-title{font-family:'Reem Kufi';font-size:48px;font-weight:600;color:#333;}
.fabco-hours{font-family:'Roboto';font-size:24px;font-weight:400;color:#1c4585;background-color:#eee;padding:20px 15px;}
.fabco-text2{margin-top:20px;font-weight:300;font-style:italic;}
.page-name2{font-size:48px; color:#1c4585;text-align:center;letter-spacing:10px;font-weight:600;text-transform:uppercase;font-family:'Reem Kufi';line-height:48px;}
.page-name3{font-size:48px; color:#fff;text-align:center;letter-spacing:3px;font-weight:600;font-family:'Reem Kufi';line-height:48px;}
.page-name4{font-size:36px; color:#fff;text-align:center;letter-spacing:3px;font-weight:600;font-family:'Reem Kufi';line-height:48px;}
.white{color:#fff;}
.fabco-text3{margin-top:20px;font-weight:400;}
.fabco-text4{margin-top:30px;font-weight:300;font-style:italic;}
.fabco-text-dir{margin-top:40px;font-weight:300;font-size:20px;text-align:left;}
.border-box{border-top:1px solid #fff;border-bottom:1px solid #fff;padding-top:30px;}
.border-box2{border-bottom:1px solid #fff;}
.tasting-room-text{font-family:'Reem Kufi';text-transform:uppercase;letter-spacing:20px;font-size:18px;color:#888;margin-bottom:2px;}
.page-id-574 h1{margin-bottom:0px;}
.page-id-574 .learn-more-blue a{font-size:24px;}
#tasting-room-text{padding-top:60px;padding-bottom:60px;background-image:url(https://www.faithamerican.com/wp-content/uploads/2019/06/mtns10.jpg);background-repeat:no-repeat;background-size:contain;background-position:top center;background-attachment:fixed;}

#home-room-text{padding-top:15px;padding-bottom:30px;background-image:url(https://www.faithamerican.com/wp-content/uploads/2019/06/mtns10.jpg);background-repeat:no-repeat;background-size:cover;background-position:top center;}
.home-text{padding:10px 0px 0px 90px;line-height:36px;max-width:1600px;text-align:justify;margin-top:30px;font-weight:400;}
#custom_html-12{border-top:60px solid #1c4585;}
.shadow{text-shadow:0px 0px 6px #111;}
.blue-bkgrd{background-color:#1c4585;padding:10px 20px 0px;}
.home-logo{margin-top:230px;padding:0px 40px;}
.k-name{font-weight:normal;font-size:18px;text-align:right;margin-right:0px;margin-top:14px;clear:both;}
.blog .site-inner{max-width:1200px;margin-top:50px;}
.blog .entry{border:1px solid #eee;padding-top:24px;box-shadow:5px 5px 5px #eee;}
.blog .entry-title a{color:#1c4585;font-size:30px;}
.blog .header-entry{color:#1c4585;font-size:30px;display:block;}
.blog .archive-title{display:block;}
.blog .entry-author a{display:none;}
.single-post .site-inner{max-width:1400px;margin-top:50px;}
.single-post .entry-title{color:#1c4585;font-size:32px;margin-bottom:30px;}
.single-post .entry-content{text-align:justify;}
.single-post .wp-caption-text{text-align:center;font-size:14px;}

.page-template-page_blog .site-inner{max-width:1200px;margin-top:50px;}
.page-template-page_blog .entry{border:1px solid #eee;padding:24px 30px;box-shadow:5px 5px 5px #eee;margin-bottom:40px;}
.page-template-page_blog .post-887.entry{border:none;padding:24px 30px;box-shadow:none;margin-bottom:40px;background-color:#1c4585;color:#fff;}
.page-template-page_blog .post-887 .entry-title{display:none}
.page-template-page_blog .post-887 .entry-content{display:block;}

.page-template-page_blog .entry-title a{color:#1c4585;font-size:30px;margin-bottom:0px;font-family:'Roboto', arial, helvetica, sans-serif;}
.page-template-page_blog .entry-title {color:#1c4585;font-size:30px;display:block;margin-bottom:30px;}

.page-template-page_blog .header-entry{color:#1c4585;font-size:30px;display:block;}
.page-template-page_blog .archive-title{display:block;}
.page-template-page_blog .entry-author a{display:none;}
.page-id-898, .page-id-1034, .page-id-2260{color:#fff;}
a.shane{color:#ffffff;}
a.shane hover{color:#ffff00;}
#wholesale-form{max-width:900px;margin:0 auto;}
#wholesale-form p{margin-bottom:16px;font-size:14px;}
.wholesale-info{border-bottom:1px solid #ccc;padding-bottom:30px;}
a.whitelink{color:#fff;}
#salessheet_downloads a{color:#fff;}
.social-links{margin:30px auto -30px;text-align:center;}
.blueborder{border:1px solid #1c4585;}
.blueborder1{box-shadow:0px 6px 16px #bbb;}
.event-date{font-size:22px;text-align:center;font-weight:700;color:#1c4585;}
.event-time{font-size:20px;text-align:center;font-weight:700;color:#1c4585;}
.event-location{font-size:20px; color:#222;text-align:center;font-weight:700;text-transform:uppercase;}
.event-address{font-size:16px; color:#444;text-align:center;font-weight:500;}
.event-bkgrd{background-color:#eee;padding:16px 16px 12px;border-bottom:6px solid #fff;}
.fa-inner-small-pics {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 840px;
    padding: 20px 20px;
}
.tavern-pics-text{font-size:14px;font-style:italic;text-align:center;margin-bottom:10px;}
.past-events{background-color:#1c4585;color:#fff;text-align:center;padding:10px 20px;margin-top:40px;}
.past-events h3{margin-bottom:0px;}
.view-event-photos a{color:#fff;font-size:16px;}
h1.wholesale{margin-bottom:0px;}
#salessheet_downloads{margin-top:36px;}
#njlca-pic1{margin-top:160px;}
.page-id-1435 .nshow{display:none;}
.page-id-1447 .nshow{display:none;}
.page-id-1487 .nshow{display:none;}
.page-id-1447{background-color:#1c4585;}
.page-id-1487{background-color: #1c4585;}

/* START OF Mapping Styles
---------------------------------------------------------------------------------------------------- */
#asl-storelocator{box-shadow:0px 0px 10px #000;}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow {
  background-color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .features li {
  color: #808080;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow h2 {
  color: #000000;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .storelocator-panel {
  border: 1px solid #cccccc;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .store-locator h4 {
  color: #1c4585;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .store-locator .agile-modal-backdrop-in {
  background-color: #000000;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .store-locator button.close-directions.close[aria-label="Close"] {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .half-rule {
  border-color: #cccccc;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .half-rule-1 {
  border-bottom: 1px solid #dddddd;
}
#asl-storelocator.storelocator-main.asl-bg-0 #asl-map-canv {
  background: #ffffff;
}
#asl-storelocator.storelocator-main.asl-bg-0 #panel {
  background: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .map-canvas-outer {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dddddd;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title {
  color: #1c4585;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 div.arrow-down {
  border-top: 25px solid #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .loading {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .asl-overlay h1.h1 {
  color: #1c4585;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .asl-overlay-on-item h1.h1 {
  color: #1c4585;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 body.search-list {
  background: #F8F8F8;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel {
  color: #51493e;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .s-distance {
  color: inherit !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a {
  color: #51493e;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a span {
  background: #e1e1e1;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a:hover span {
  background-color: #1c4585;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a.collapsed span {
  background-color: #1c4585;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .store.highlighted .store-inner {
  background-color: #ffffe0;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .close {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox .categories {
  color: #cccccc;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .chosen-container-multi .chosen-choices {
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item {
  background: transparent none repeat scroll 0 0 !important;
  border-bottom: 1px solid #cccccc !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .thumb-a img {
  border: 2px solid #d6dce2;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .thumb-a .photo-count {
  background: #6D5B50;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .s-distance {
  color: #000000;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item:nth-child(2n) {
  background: #fafafa none repeat scroll 0 0 !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .wrapper-container {
  background: #ffffff;
  border: 1px solid #d6dce2;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .listing-map.list-only {
  background: #ffffff;
  border: 1px solid #d6dce2;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item.highlighted {
  background: #EEEEEE !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu>.active>a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu>.active>a:hover,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu>.active>a:focus {
  background: #1c4585;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title {
  color: #1c4585;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 button.close-directions.close[aria-label="Close"] {
  background-color: #1c4585;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .item {
  border-color: #1c4585;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .item {
  background: #ffffff !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item-state .panel .item:nth-child(2n) {
  background: #fafafa none repeat scroll 0 0 !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 button.close-directions.close[aria-label="Close"] {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  color: #cccccc;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 input#auto-complete-search:focus {
  border-color: rgba(0,0,0,0.36);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.2);
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child >span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search >span {
  background: #1c4585 repeat scroll 0 0;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child >span i,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search >span i {
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter>p:last-child>span::before {
  border-color: transparent #1c4585 transparent transparent;
}




#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter>p:first-child {
  color: #1c4585;
}

#asl-storelocator.asl-p-cont .Filter_section {
    background: #1c4585 !important;
}













#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter .form-control {
  border: 1px solid #cccccc !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .categories_filter .multiselect.adropdown-toggle.style-btn.btn.btn-default {
  color: #808080 !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .slider-selection {
  background: #1c4585 none repeat scroll 0 0 !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .slider-track {
  background: #1c4585 none repeat scroll 0 0 !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .range_filter .rangeFilter .slider.slider-horizontal .slider-track .slider-handle.round {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #cccccc;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter input[type="checkbox"]:checked+.radio_btn {
  background: #1c4585 none repeat scroll 0 0;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .radio_btn {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #1c4585;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .radio_btn::before {
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter p label {
  color: #cccccc;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section {
  color: #1c4585;
  background: rgba(204,204,204,0.2) none repeat scroll 0 0;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .multiselect.adropdown-toggle.style-btn.btn.btn-default {
  color: #808080 !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .adropdown-menu li.active a {
  color: #ffffff !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .adropdown-menu a {
  color: #808080 !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel.storelocator-panel {
  border: 1px solid #cccccc;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Num_of_store {
  background: #1c4585 none repeat scroll 0 0;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 ul.adropdown-menu.multiselect-container .btn.btn-default.multiselect-clear-filter {
  border-color: #cccccc;
  color: #cccccc;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 ul.adropdown-menu.multiselect-container li .input-group-addon {
  color: #cccccc;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow a.action {
  background: #1c4585 none repeat scroll 0 0;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .storelocator-main .action.directions {
  background: #1c4585 none repeat scroll 0 0;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow>h3 {
  color: #1c4585;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .phone>b,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .address,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .categories,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .phone>a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .distance,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .p-time,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .time,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr * {
  color: #333333 !important;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow h3 {
  background: #1c4585 none repeat scroll 0 0;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow a.action {
  background: #1c4585 none repeat scroll 0 0;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .storelocator-main .action.directions {
  background: transparent none repeat scroll 0 0;
  color: #666666;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone>b,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .address,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .categories,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone>a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .distance {
  color: #333333;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox>img.style_2_x {
  background: #1c4585 none repeat scroll 0 0;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow h3 {
  background: #1c4585 none repeat scroll 0 0;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow a.action {
  background: #1c4585 none repeat scroll 0 0;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow .storelocator-main .action.directions {
  background: #1c4585 none repeat scroll 0 0;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow .distance {
  color: #333333;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox>img.style_0_x {
  background: #1c4585 none repeat scroll 0 0;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-label {
  border: 2px solid #cccccc;
  border-radius: 0px;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:before,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:after {
  background-clip: padding-box;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:before {
  background-color: #ffffff;
  color: #333333;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:after {
  background-color: #cccccc;
  color: #333333;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-switch {
  background: #1c4585;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #geolocation-agile-modal.agile-modal.fade.in {
  background: rgba(0,0,0,0.6) none repeat scroll 0 0;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12>a.asl_Readmore_button {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  color: #333333;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .btn.btn-default.btn-submit {
  background: #1c4585 none repeat scroll 0 0;
  border-color: #1c4585;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .agile-modal-header .close {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-geolocation-agile-modal .btn.btn-default {
  background: #1c4585 none repeat scroll 0 0;
  color: #ffffff;
}
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .directions-cont .agile-modal-header h4 {
  color: #1c4585;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title {
    
    font-size: 14px;
    font-weight: bold;
    
}

#gtranslate_wrapper{margin:0 auto;}

.single-post .wp-caption-text {
    text-align: center;
    font-size: 14px;
		font-weight:bold;
}

/* End Mapping Styles
---------------------------------------------------------------------------------------------------- */

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.site-header .widget-area {
		width: 660px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.agency-pro-home .home-middle .featuredpost .entry {
		min-height: 320px;
	}

	.agency-pro-home .home-bottom .featuredpost .entry {
		min-height: 360px;
	}

}

@media only screen and (max-width: 1300px) {

	.site-inner,
	.wrap {
		max-width: 1300px;
	}

		#custom_html-10{display:none;}

	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-container {
		padding-top: 155px;
	}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 6px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets {
		padding: 0px 5% 0px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.home-bottom .featured-content .post:nth-of-type(3n+1),
	.home-middle .featured-content .post:nth-of-type(3n+1) {
	  clear: none;
	}

	.home-bottom .featured-content .post:nth-of-type(2n+1),
	.home-middle .featured-content .post:nth-of-type(2n+1) {
	  clear: left;
	}

	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 50%;
	}

	.genesis-nav-menu a {
		padding: 10px 12px 12px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
	}

	.genesis-nav-menu .sub-menu a {
		padding: 12px;
	}

.lang-box{background-color:#1c4585;text-align:center;width:160px;margin-top:0px;font-weight:normal;font-size:12px;float:none;color:#fff;border-radius:3px;margin-left:auto;margin-right:auto;}
	
	.nav-secondary .genesis-nav-menu a {
		font-size: 11px;
	}
	
}




@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 1300px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-container {
		padding-top: 155px;
	}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 6px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets {
		padding: 0px 5% 0px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.home-bottom .featured-content .post:nth-of-type(3n+1),
	.home-middle .featured-content .post:nth-of-type(3n+1) {
	  clear: none;
	}

	.home-bottom .featured-content .post:nth-of-type(2n+1),
	.home-middle .featured-content .post:nth-of-type(2n+1) {
	  clear: left;
	}

	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 50%;
	}

	.genesis-nav-menu a {
		padding: 10px 12px 12px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
	}

	.genesis-nav-menu .sub-menu a {
		padding: 12px;
	}
	
	.nav-secondary .genesis-nav-menu a {font-size:10px;}

.lang-box{background-color:#1c4585;text-align:center;width:160px;margin-top:0px;font-weight:normal;font-size:12px;float:none;color:#fff;border-radius:3px;margin-left:auto;margin-right:auto;}
}


@media only screen and (max-width: 860px) {

.nav-secondary .genesis-nav-menu a {
		font-size: 10px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 18px 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #111;
	}

}





@media only screen and (max-width: 800px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.agency-pro-home .wrap {
		max-width: 640px;
	}

	.agency-pro-home .home-middle .featuredpost .entry {
		min-height: 320px;
	}

	.entry-title {
		font-size: 30px;
	}

	.site-inner {
		padding: 0%;
	}

	#wholesale-page{padding-left:20px;padding-right:20px;font-size:16px;}
	#wholesale-page h2{font-size:24px;}
}

@media only screen and (max-width:782px) {

	.admin-bar .site-header {
		top: 46px;
		z-index: 499;
	}

}

@media only screen and (max-width: 680px) {

	.header-full-width .site-container,
	.site-container {
		padding: 0;
	}

	.site-header {
		position: static;
	}

	.wrap {
		width: 100%;
	}

	.agency-pro-home .content .wrap {
		max-width: 680px;
	}

	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 100%;
	}

	.agency-pro-home .content .featured-content .entry-header {
		clear: both;
	}

	.home-top .widget-title {
		font-size: 48px;
	}

	.nav-secondary .genesis-nav-menu a {
		font-size: 10px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 18px 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #111;
	}
	#custom_html-10{display:none;}
	
	
	#custom_html-2 .martop100{margin-top:0px;}
	.font15A{font-size:14px;}
	.fa-inner-wide{padding:0px;}
	
	#custom_html-2{padding-bottom:14px;}
	.agency-pro-home .content .textwidget {
    padding: 0px;
}
	.font15A img{text-align:center;width:50%;height:50%;}
	.k-sig{margin-top:20px;margin-bottom:30px;}
.k-sig img{text-align:center;width:75%;height:75%;}
	.mobile-pic{display:block;}
	.non-mobile-pic{display:none;}
	.dag-inner-page{padding-left:0px;padding-right:0px;}
	.dag-inner-page-small{padding-left:10px;padding-right:10px;}
	.entry{padding-left:0px;padding-right:0px;}
	.page-id-9 h2, .page-id-39 h2, .page-id-135 h2 {
    font-size: 24px;
}
	
	h3{font-size:20px;}
	.page-id-39 .white-bkgrd{margin-bottom:1px;margin-top:20px;}
	
	.fa-place{margin-top:0px;}
	
	.site-inner {
    padding: 0% 0%;
}
	.our-story-text{font-size:16px;}
	
	.page-id-9 {background-image:url(http://www.faithamerican.com/wp-content/uploads/2018/11/page-bkgrd-mobile.jpg);
background-position:top left;
	background-size:cover;
	background-attachment:fixed;
		background-repeat:no-repeat;
	
}
	
	.tagline-large {
        font-size: 24px;
    font-weight: 600;
    line-height:30px;
    padding: 8px 20px;
    
}
	.tagline-text {
    font-size: 20px;
    color: #1c4585;
    line-height: 26px;
}
	
	#ale-about-one h1 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-top: 2%;
		padding-left:20px;
		padding-right:20px;
}
	.ale-text {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
		padding-left:20px;
		padding-right:20px;
}
	
	
	
	.find-btn a {
    background-color: #1c4585;
    border-radius: 20px;
    padding: 16px 12px;
    margin-top: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
	
	.find-btn-wht a{background-color:#fff;border-radius:20px;padding:16px 20px;margin-top:40px;color:#1c4585;font-size:18px;font-weight:400;box-shadow:2px 2px 2px #111;}
	
	.footer-widgets {
    padding: 0px 2% 0px;
}
	
	.widget-area .footer-widgets-3{display:none;}
	
	#ale-about-one{background-image:url(http://www.faithamerican.com/wp-content/uploads/2018/11/section-bkgrd-mobile2.jpg); background-position:center center;padding-bottom:0px;padding-left:0px;padding-right:0px;min-height:20px;background-size:cover;}
	
	
	.tou-heading {
    font-size: 20px;
    font-weight: 500;
}
	.state-links{background-image:url(http://www.faithamerican.com/wp-content/uploads/2018/11/glass-top-400.png);background-repeat:no-repeat;margin:0 auto;padding-top:140px;width:400px;height:400px;}
	
	.state-links h3 a{font-size:30px; color:#1c4585;font-style:italic;text-shadow:1px 1px 0px #111;}
	
	.page-id-157, .page-id-175{background-image:url(http://www.faithamerican.com/wp-content/uploads/2018/11/bubbles-bkgrd-mobile.jpg);
background-position:top center;
	background-size:contain;
	background-attachment:fixed;
	background-repeat:repeat;
	


}
	#ale-about-two {
    background-image: url(http://www.faithamerican.com/wp-content/uploads/2018/11/ale-top-pic-mobile-bkgrd2.jpg);
    background-position: top center;
    min-height: 0px;
    background-repeat: repeat-y;
    padding: 30px 0px 0px;
    background-size: contain;
    border-top: 2px solid #fff;
    border-bottom: 0px solid #fff;
}
	
	#ale-about-two h2 {
    color: #fff;
    margin-top: 3%;
    text-shadow: 0px 0px 10px #111;
		padding-left:20px;padding-right:20px;text-align:center;
}
	.page-id-135 .ale-text{text-align:left; font-size:16px;line-height:26px;}
	
	.page-id-135 .dag-inner-page{padding-top:0px;padding-bottom:0px;}
	.page-id-2238 .dag-inner-page{padding-top:0px;padding-bottom:0px;}
	
	.page-name2 {
    font-size: 36px;
    color: #1c4585;
    text-align: center;
    letter-spacing: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Reem Kufi';
    line-height: 48px;
}
	
	.page-name3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
    font-family: 'Reem Kufi';
    line-height: 48px;
}
	
	.tasting-room-text {
        letter-spacing: 12px;
    font-size: 16px;    
    margin-bottom: 14px;
}
	#under-fabco{font-size:24px;}
	.fabco-name{font-size:32px;}
	.fabco-hours-title{font-size:36px;}
	.page-id-611 .font24{font-size:20px;}
	.page-id-611 .dag-inner-page{padding-left:10px;padding-right:10px;}
	
	
	#tasting-room-text{
	padding-top:20px;
	padding-bottom:20px;
	}
	
	.fabco-text {
    margin-top: 10px;
    font-weight: 400;
		padding-left:12px;padding-right:12px;
}
	.page-id-574 .learn-more-blue a {
    font-size: 20px;
}
	.page-name4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 400;
    font-family: 'Reem Kufi';
    line-height: 48px;
}
	.page-id-39 .shadow{padding-left:12px;padding-right:12px;}
	.home-logo{display:none;}
	.home-text{padding:10px 20px 0px 20px;line-height:30px;max-width:1600px;font-size:16px;text-align:justify;margin-top:30px;font-weight:400;}
	.k-name{font-size:16px;}
	#home-room-text{padding-top:16px;background-image:none;}
	.single-post .entry-title{font-size:24px; line-height:28px;}
	.single-post .site-inner{padding-left:14px;padding-right:14px;margin-top:20px;}
	.single-post .entry-content, .page-template-page_blog .entry-content{font-size:14px;}
	.page-template-page_blog .entry-title a{font-size:24px;}
	
	.single-post .wp-caption-text {
    text-align: center;
    font-size: 12px;
		font-weight:bold;
}
	
	.event-date{font-size:18px;text-align:center;font-weight:600;color:#1c4585;}
	.event-time{font-size:16px;text-align:center;font-weight:600;color:#1c4585;}

.event-location{font-size:16px; color:#222;text-align:center;font-weight:600;text-transform:uppercase;}
.event-address{font-size:12px; color:#444;text-align:center;font-weight:500;margin-bottom:2px;}
	.blueborder1{margin-bottom:30px;}
	.event-bkgrd{background-color:#eee;padding:16px 16px 12px;border-bottom:2px solid #fff;}
	.page-id-1185 .site-inner{padding-left:1%;padding-right:1%;}
	#njlca-pic1{margin-top:10px;}
}

@media only screen and (max-width: 480px) {

	.home-middle .featuredpost img.entry-image {
		position: relative;
	}

	.home-middle .featuredpost .entry a:focus img,
	.home-middle .featuredpost .entry a.hover img,
	.home-middle .featuredpost .entry img:hover,
	.home-middle .featuredpost .entry.focused img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	}

	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.dag-inner-page{padding-top:10px;}
	
	
	
	.contact-info h3{font-size:18px;}
	
	.font15{font-size:14px;letter-spacing:0px;}
	
	.story-box {
    background-image: url(http://www.faithamerican.com/wp-content/uploads/2018/11/white70.png);
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 20px 20px;
    border-radius: 10px;
}
	
	.our-story-text{font-size:14px;}
	
	.our-story-text img{width:75%; height:75%;}
	
	.page-id-9 {background-image:url(http://www.faithamerican.com/wp-content/uploads/2018/11/page-bkgrd-400-1.jpg);
background-position:top left;
	background-size:contain;
	background-attachment:fixed;
		background-repeat:no-repeat;
		background-color:#fff;
	
}
	
	.page-id-9 .story-box{background-image:none;max-width:600px;margin:0 auto;padding:0px 20px 30px;border-radius:0px;}
		.page-id-10 .story-box{background-image:none;max-width:600px;margin:0 auto;padding:0px 20px 30px;border-radius:0px;}

	
	
	.state-links{background-image:url(http://www.faithamerican.com/wp-content/uploads/2018/11/glass-top-320.png);background-repeat:no-repeat;margin:0 auto;padding-top:100px;width:320px;height:320px;}
	
	.state-links h3 a{font-size:24px; color:#1c4585;font-style:italic;text-shadow:0px 0px 8px #fff;}
	
	.footer-widgets img{max-width:28px;}
	
	.page-name2 {
    font-size: 30px;
    color: #1c4585;
    text-align: center;
    letter-spacing: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Reem Kufi';
    line-height: 36px;
}
	
	.tasting-room-text {
        letter-spacing: 12px;
    font-size: 16px;    
    margin-bottom: 4px;
}
	#under-fabco{font-size:20px;}
	.fabco-name{font-size:24px;line-height:30px;}
	.fabco-hours-title{font-size:30px;}
	.fabco-text{font-size:16px;font-weight:300;padding-left:10px;padding-right:10px;}
	.fabco-hours{font-size:20px;}
	.fabco-text2{font-size:14px;}
	.home-text{padding:0px 16px 0px;line-height:24px;max-width:680px;text-align:justify;margin:0 auto;font-size:15px;font-weight:300;}
.k-name{font-size:15px;}
	.page-name4{font-size:30px;}
	.fabco-text-dir {
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
		padding-left:10px;
		padding-right:10px;
}
	.page-id-637 .font24{font-size:20px;}
	.page-id-574 .learn-more-blue a {
    font-size: 18px;
}
	.fabco-hours-title {
    font-size: 24px;
}
	
	.page-name4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 400;
    font-family: 'Reem Kufi';
    line-height: 30px;
}
	#home-room-text{padding-top:16px;background-image:none;}
	#home-text{padding-top:0px;}
#custom_html-12{border-top:36px solid #1c4585;}
	.page-id-39 .shadow{padding-left:12px;padding-right:12px;}
	.home-logo{display:none;}
	#wholesale-page{padding-left:10px;padding-right:10px;font-size:14px;}
	#wholesale-page h2{font-size:20px;}
	
	
	
}