/*!
Theme Name: Florence Chamber of Commerce
Theme URI: https://www.desiant.com/
Author: Desiant, LLC
Author URI: https://www.desiant.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: florence-chamber-of-commerce
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Florence Chamber of Commerce is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header / Footer
# Widgets
# Content
	## Globals
	## Posts and pages
	## Comments
	## Chamber Dashboard Customization
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	font-weight: 600;
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: 'Open Sans';
	font-weight: 300;
	letter-spacing: .5px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 { font-size: 1.875em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.125em; }
h4 { font-size: 1em; }
h5 { font-size: 0.875em; }
h6 { font-size: 0.75em; }

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 1.5em;
	border-left: 5px solid #ebebeb;
	padding: 0 0 0 20px;
	font-family: 'Kameron';
	font-style: italic;
	color: #888888;
	font-weight: normal;
	font-size: 1.2em;
}

blockquote p {
	margin: 0;
	padding: 10px 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}
ul li {
	margin-bottom: .5em;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Gutenberg */
@media only screen and (min-width: 768px) {
	.no-sidebar .alignfull,
	.full-width .alignfull {
/*		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw); */
		margin-left: calc(50% - 50vw + 8px);
		margin-right: calc(50% - 50vw + 9px);
		width: auto;
		max-width: 1000%;
	}
	
	.wp-block-cover.alignfull,
	.wp-block-uagb-section.alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.no-sidebar .alignwide,
	.full-width .alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		width: auto;
		max-width: 1000%;
	}

	.alignwide img,
	.alignfull img {
		display: block;
		margin: 2em auto;
	}
}

/*--------------------------------------------------------------
# Block Editor Styles
--------------------------------------------------------------*/
.has-theme-color-1-background-color {
	background-color: #8B4F17;
}
.has-light-gray-background-color {
	background-color: #dddddd;
}
.has-dark-gray-background-color {
	background-color: #666666;
}
.has-white-background-color {
	background-color: #ffffff;
}
.has-black-background-color {
	background-color: #000000;
}
.has-theme-color-1-color {
	color: #8B4F17;
}
.has-light-gray-color {
	color: #dddddd;
}
.has-dark-gray-color {
	color: #666666;
}
.has-white-color {
	color: #ffffff;
}
.has-black-color {
	color: #000000;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
button.btn.btn-primary,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	background: #8B4F17 !important;
	color: rgba(255, 255, 255, 1) !important;
	font-family: 'Kameron', serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	padding: 1em 1em !important;
	transition-duration: 0.25s;
    transition-property: border, background, color, opacity;
    transition-timing-function: ease-in-out;
}

button:hover,
button.btn.btn-primary:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: .8;
	color: rgba(255, 255, 255, 1);
}

button:focus,
button.btn.btn-primary:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
button.btn.btn-primary:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

button,
button.btn.btn-primary,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

button:focus,
button.btn.btn-primary:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
 a:visited {
	color: #fff;  /* color set as accent_color in Customizer. */
	transition-duration: 0.25s;
    transition-property: border, background, color, opacity;
    transition-timing-function: ease-in-out;	
}

a:hover,
a:focus,
a:active {
	opacity: .6;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.nav-links a {
	text-decoration: none;
	font-size: .9em;
}

.prev-next {
	font-family: 'Kameron', serif;
	font-size: 13px;
	font-size: .8125em;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	font-family: 'Kameron', serif;
	text-transform: uppercase;
/* 	font-size: 14px;
	font-size: .875em; */
	height: 83px;
	line-height: 83px;
}

@media screen and (max-width: 64em) {
	.main-navigation {
		justify-content: center;
		margin-bottom: 10px;
		line-height: initial;
		height: initial;
	}
}

@media screen and (max-width: 37.5em) {
	.main-navigation {
		display: block;
		margin-bottom: 0;
	}
	
	.fixed .main-navigation {
		border-bottom: 0;
	}
	
	/* @since 1.2.1 to make mobile menu scroll properly */
	.menu-primary-navigation-container {
		max-height: 350px;
		overflow-y: scroll;
		max-width: 95%;
	}
}

.main-navigation ul,
.menu-mobile-menu-container ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	line-height: 1;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: .5em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation .menu-mobile-menu-container a {
	padding: 5px 0;
}

/* .main-navigation li:last-child {
	padding-right: 0;
} */
@media screen and (min-width: 40em) {
	.main-navigation li:last-child .sub-menu li {
		text-align: right;
	}
}

.main-navigation .menu-item-has-children a::after,
.main-navigation .menu-item-has-children li.menu-item-has-children a::after {
	font-family: 'FontAwesome';
	content: '\f107';
	position: relative;
	margin-left: 5px;
	font-size: .8em;
}

.main-navigation .menu-item-has-children ul a::after,
.main-navigation .menu-item-has-children li.menu-item-has-children ul a::after  {
	content: '';
	margin-left: 0;
}

.main-navigation ul ul {
	border: 1px solid #e8e8e8;
	background: #ffffff;
	float: left;
	position: absolute;
	/* top: 2em; */
	left: -999em;
/* 	right: -999em; */
	z-index: 99999;
}
.sub-menu {
	display: none;
}
.sub-menu li {
	width: 100%;
	float: none;
	margin-bottom: 0 !important;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	white-space: nowrap;
	padding: 1em 1.5rem;
}

.main-navigation ul ul li:not(li:last-child) {
	background: #ffffff;
	border-bottom: 1px solid #eeee;
}
.main-navigation.toggled ul ul li {
	background-color: #d8d8d8;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #8B4F17;  /* color set as accent_color in Customizer. */
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	right: 100%;
}

.main-navigation ul li:last-child:focus ul,
.main-navigation ul li:last-child:hover ul {
	right: 0;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.menu.nav-menu a {
	font-weight: 400;
	padding: .75rem;
}
.menu.nav-menu li.current-menu-item a {
	font-weight: 700;
}

/* Small menu. */
.menu-toggle::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	position: relative;
	margin-right: 5px;
}

.main-navigation.toggled {
/* 	flex-wrap: wrap;	*/
}

/* .main-navigation.toggled ul {
	display: none;
} */
.menu-toggle,
.toggled .menu-mobile-menu-container ul {
	display: block;
	font-family: 'Kameron', serif;
	text-transform: uppercase;
	width: 100%;
}

.toggled .menu-primary-navigation-container {
	width: 100%;
}

.main-navigation.toggled ul {
	/* background: #ffffff; */
	background-color: #ebebeb;
	display: block;
	float: none;
	/* padding-top: 1.5rem; */
}

.main-navigation.toggled li {
	float: none;
	/* padding: 1em; */
}
.main-navigation.toggled #primary-menu {
	background-color: #ebebeb;
	border-bottom: 1px solid #8B4F17;
}

.main-navigation.toggled li.menu-has-children {
	border-bottom: none;
}

.main-navigation.toggled ul ul,
 .main-navigation.toggled ul ul ul {
	position: relative;
	border: none;
	left: 0;
	top: 0;
	float: none;
	background: transparent;
}

.main-navigation.toggled ul ul a,
.main-navigation.toggled ul ul ul a {
	width: auto;
}

.main-navigation.toggled ul ul li:hover > ul,
.main-navigation.toggled ul ul li.focus > ul {
	left: 0;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle,
	.menu-mobile-menu-container {
		display: none;
	}
	
	.main-navigation ul {
		display: block;
	}
}

@media screen and (max-width: 37.5em) {
	.main-navigation li {
		font-size: 14px;
		float: none;
		margin-left: 0px;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Social navigation top bar */

.social-nav-container {
	font-size: 16px;
	font-size: 1rem;
	background: #8B4F17;  /* background color set as accent_color in Customizer. */
	line-height: 1;
	position: relative;
}

.social-nav-container .fa {
	font-family: 'FontAwesome';
}

.social-nav-container ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	text-align: right;
	color: #ffffff;
}

@media screen and (max-width: 75em) {
	.social-nav-container ul {
		margin-right: 10px;
	}
}

.social-nav-container li {
	display: inline;
	display: inline-block;
	margin: 0 0.3em 0.5em 0;
	text-align: center;
	padding-top: 5px;
}

.social-nav-container a,
.social-nav-container a:visited {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

.social-nav-container a:hover,
.social-nav-container a:focus {
	opacity: .8;
}

.social-phone {
	font-size: 14px;
	font-size: .875em;
	font-weight: 600;
	padding-right: 20px;
}

.social-phone::before {
	font-family: 'Fontawesome';
	font-size: 16px;
	content: '\f095';
	position: relative;
	right: 5px;
	top: 2px;
}

.social-header-search {
	padding-left: 20px;
	position: relative;
}

.social-header-search::before {
	font-family: 'Fontawesome';
	font-size: 16px;
	content: '\f002';
	position: relative;
	right: 0;
	top: 0;
	transition-duration: 0.25s;
    transition-property: border, background, color, opacity;
    transition-timing-function: ease-in-out;
}

.social-nav-container .header-search-form {
	position: absolute;
	right: 0;
	top: 0;
}

.social-nav-container .search-input {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 29px;
	margin: 0 0 3px 0;
	padding: 0 0 0 16px;
	position: relative;
	-webkit-transition:         width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 10px;
	-moz-transition:         width 400ms ease, background 400ms ease;
	-ms-transition:         width 400ms ease, background 400ms ease;
	-o-transition:         width 400ms ease, background 400ms ease;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.social-nav-container .search-input:focus {
	background-color: #fff;
	border-bottom: 1px solid #000000;
	cursor: text;
	outline: 0;
	width: 275px;
}

.social-nav-container .search-submit {
  display: none;
}

.social-nav-container input[type="search"] {
	-webkit-appearance: textfield;
}

/* Numeric Navigation */
.numeric-navigation {
    margin: 1.5em 0;
	clear: both;
	width: 100%;
}

.numeric-navigation ul {
	margin: 0;
	padding: 0;
}

.numeric-navigation li a,
.numeric-navigation li a:hover,
.numeric-navigation li.active a,
.numeric-navigation li.disabled {
	text-decoration:none;
}

.numeric-navigation li {
	display: inline;
}

.numeric-navigation li a,
.numeric-navigation li a:hover,
.numeric-navigation li.active a,
.numeric-navigation li.disabled {
	color: #ffffff;
	background-color: #8B4F17;
	font-size: .9rem;
	font-weight: 700;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.3rem 0.75rem;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25	s ease-in-out;
}

.numeric-navigation li a:hover,
.numeric-navigation li.active a {
	color: #fffff;
	opacity: .6;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header / Footer
--------------------------------------------------------------*/
.site-header {
	transition: all 0.4s ease;
}

.site-title {
/* 	margin: 1rem; */
	margin-top: 1rem;
	margin-left: -5px;
	font-family: 'Kameron', sans-serif;
	font-size: 2.5em;
	text-align: center;
	word-break: break-word;
	line-height: 1.1;
	font-size: 2em;
}
@media screen and (min-width: 1024px) and (max-width: 1270px) {
.site-title {
/* 	margin: 1rem; */
	margin-left: calc(2rem - 5px);
}
}

.home .banner-image {
	min-height: 200px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-image-bg {
    background-attachment: fixed;
    background-position: center center;
	background-repeat: no-repeat;
    width: 100%;
} 

@media screen and (min-width: 100em) {
	.banner-image-bg {
		background-size: 100%;
	}
}

@media screen and (min-width: 64em) {
	.site-header {
		line-height: 140px;
		height: 140px;	
		width: 100%;
		background: #ffffff;
	}
	
	.home .site-header {
		line-height: 113px;
		height: 113px;	
	}
	
	.site-branding {
		transition: all 0.4s ease;
		position: fixed;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #dddddd;
	}
	
	.site-branding.fixed {
		top: 0;
		background: rgba(228, 228, 228, .9);
		height: 48px;
		line-height: 48px;
	}

	.admin-bar .site-branding.fixed {
		top: 32px;
	}
	
	.site-logo {
		width: 27%;
		float: left;
		position: relative;
	}

	.site-nav-container {
		width: 73%;
		float: right;
	}
	
	.site-branding.fixed .main-navigation {
		line-height: 48px;
		height: 48px;
	}
	
	.site-title {
		background: url('img/logo-container.png') no-repeat top center / contain;
		position: absolute;
		top: -46px;
		height: 185px;
		width: 306px;
		max-width: 95%;
		display: flex;
		justify-content: center;
		align-items: start;
		z-index: 200;
		transition: all 0.4s ease;
	}
	
	.fixed .site-title {
		max-width: 200px;
		font-size: 1.5em;
		top: -20px;
		height: 120px;
		display: flex;
		align-items: center;
	}
	
	.site-title img {
		position: relative;
		max-width: 100%;
	/* 	max-height: 120px; */
		margin-top:1.5rem;
		width: auto;
	}
	
	.fixed .site-title img {
		max-width: 160px;
		max-height: 80px;
		margin-top: -10px;
	}
	
	.site-title.text-title a {
		position: relative;
		top: -10px;
	}
	
	.fixed .site-title.text-title a {
		top: -10px;
	}

	.banner-image {
		position: relative;
		min-height: 70px;
	}
	
	.admin-bar .banner-image-bg {
		background-position: center 80px;
	}
	
}

@media screen and (max-width: 64em) {
	.fixed .main-navigation {
		position: fixed;
		top: 0;
		height: 48px;
		line-height: 48px;
		background: #ffffff;
		z-index: 9999;
		border-bottom: 1px solid #dddddd;
		transition: all 0.4s ease;
	}
	
	.admin-bar .fixed .main-navigation {
		top: 32px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .fixed .main-navigation {
		top: 0;
	}
}

.site-title a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.site-title a:hover,
.site-title a:focus {
	
}

.site-description {
	font-size: 110%;
	margin: 0 1rem 1rem;
	text-align: center;
	display: none;
}

.site-info {
	text-align: center;
	margin: 1rem auto;
	padding: 1rem;
	font-size: 0.875em;
}

@media screen and (max-width: 37.5em) {
	.home .banner-image-bg {
        background-attachment: scroll;
		background-position: center 0;
    }
}

.footer-credit {
	margin-top: 1em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.home-cta-block-widget-area {
	margin: -203px auto 20px;
	position: relative;
	z-index: 4100;
	/* display: none; */
}

.home-cta-block {
	width: 230px;
	height: 230px;
	text-align: center;
	padding: 20px 10px 0;
	border-radius: 50%;
	border: 10px solid #dddddd;
	background: #ffffff;
	margin: 0 auto 10px;
}
 
.home-cta-block .action-icon .fa {
	font-size: 48px;
}
.home-cta-block .action-icon {
	margin-bottom: 0 !important;
}
.home-cta-block figure {
	margin-bottom: 0 !important;
}
.home-cta-block img {
	height: 100px;
	width: auto;
	margin-top: 1rem;
}
 
.home-cta-block a {
	text-decoration: none;
}

.circle-widget .fa {
	font-family: 'FontAwesome';
}

.featured-logos-block {
	background: #dddddd;
}

.featured-logos-block .wrap {
	padding: 60px 30px;
}

 #footer-widget-area-container {
	position: relative;
	padding: 1.8em 1.4em;
	background: #8B4F17; /* background color set as accent_color in Customizer. */
	font-size: .875em;
	color: #ffffff;
}

#footer-widget-area-container table {
	color: #ffffff;
}

#footer-widget-area-container .widget-area {
	margin: 0 0 1em;
	padding: 1.8em;
	background: rgba(255, 255, 255, .2);
	max-width: 600px;
	border-radius: 5px;
}

#footer-widget-area-container select,
#secondary select {
	max-width: 100%;
}

.column-x-padding .wp-block-group {
	padding-left: 25px;
	padding-right:25px;
}

@media screen and (min-width: 40em) {
	 .home-cta-block-widget-area {
		display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 1em;
		font-size: 1em;
		margin-top: -173px;
	 }
	
	.home-cta-block h2 {
		padding-bottom: 60px !important;
	}
	 
	#secondary {
		float: right;
		width: 32%;
		max-width: 22.5em;
		position: relative;
	}
	
	 #footer-widget-area-container {
		display: -webkit-box;  
		display: -ms-flexbox;  
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 1em;
		font-size: 1em;
	}
	
	#footer-widget-area-container .widget-area {
		float: left;
		width: 47%;
		margin: .5em;
	}
	
	#footer-widget-area-container .widget-area.widget-columns-1,
	#footer-widget-area-container .widget-area.widget-columns-3 {
		/* float: none; */
		width: 100%;
		max-width: 75em;
	}
}

@media screen and (min-width: 44.8125em) {
	#footer-widget-area-container .widget-area.widget-columns-3 {
		width: 33.33%;
		max-width: 400px;
	} 
}

@media screen and (min-width: 64em) {
	
	 .home-cta-block-widget-area {
		margin-top: -173px;
	 }
	 #footer-widget-area-container .widget-area.widget-columns-4 {
		width: 23%;
		max-width: 300px;
	} 
}
	
.widget-title,
.widgettitle,
.home-cta-block p,
.home-cta-block h2 {
	padding-top: .5em;
	padding-bottom: .5em;
	margin:0;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
}

.widget-area ul,
.widget-area ol {
	margin: 0 0 1.5em -1.4em;
}

#secondary .widget {
	padding: 0 0 1em;
	margin-bottom: 1em;
	border-radius: 5px;
}

#secondary .widget-title,
#secondary .widgettitle {
	text-align: center;
}
 
#secondary .widget_archive ul,
#secondary .widget_categories ul,
#secondary .widget_meta ul,
#secondary .widget_recent_entries ul,
#secondary .widget_recent_comments ul,
#secondary .widget_rss ul {
	list-style: none;
	margin-left: -2.4em;
}

#secondary .widget_pages ul,
#secondary .widget_nav_menu ul {
	list-style: none;
}

#secondary li {
	margin-bottom: .5em;
}

#footer-widget-area-container .widget-area ul {
	list-style: none;
	margin: 0 0 1.5em -2.5em;
}

#footer-widget-area-container .widget-area ul.icons {
	margin-left: 0;
}

#footer-widget-area-container .widget-area li {
	margin-bottom: .5em;
}

#secondary .widget-area ul li ul,
#footer-widget-area-container .widget-area ul li ul {
	margin-left: -1.4em;
}

#footer-widget-area-container .widget-area a,
#footer-widget-area-container .widget-area li > a,
#footer-widget-area-container .widget-area td > a {
	color: #ffffff;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.img-slider.image-slider {
	margin: 0 auto !important;
}
.swiper-container {
	height: 450px !important;
	z-index: 3900;
}
.img-slider-swiper-auto .fullwidth-caption {
	height: 380px !important;
	min-height: auto !important;
	top: 0 !important;
}
.swiper-slide {
	position: relative;
	height: 420px !important;
}
.img-slider .swiper-slide img {
	position: absolute;
  width: 100%;
  height: auto;
	bottom: 0;
}

.footer-widget-area .wp-block-image {
	margin-bottom: 0;
}
.footer-widget-area .wp-block-image img{
	height: 100px;
	width: auto;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Globals
--------------------------------------------------------------*/
.wrap {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
}
.content-wrap {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
}

.site-content {
	font-size: 0.875em;
	margin: 0 0 1em;
	padding: 0 1em;
	position: relative;
	border-top: 0;
	background: #fff;
	z-index: 4000;
}

.home .site-content {
	margin: -30px 0 1em;
}

@media screen and (max-width: 40em) {
	.home .site-content {
		margin-top: 30px;
	}
}

@media screen and (min-width: 40em) {
	.site-content {
		padding: 1em;
		font-size: 1em;
		margin: 1em auto;
		background: white;
	}
	
	.home .site-content {
		margin-top: -103px;
		border-top: 20px solid #dddddd;
	}
	
	.site-main {
		float: left;
		width: 66%;
		max-width: 50em;
		padding: 0 1em 1em 0;
		position: relative;
		margin: 0 auto;
	}
	
	.site-main.no-sidebar {
		float: none;
		width: 90%;
	}
	
/* 	.tax-business_category .site-main.no-sidebar {
		max-width: 100%;
	}
 */		
	.site-main.full-width {
		width: 100%;
		max-width: 100%;
		padding: 1em 0;
		float: none;
	}
}

@media screen and (min-width: 64em) {
	.site-content {
		margin: 0;
		padding: 2em;
	}
	.home .site-content {
		margin-top: -30px;
	}
}

@media screen and (max-width: 782px) and (min-width: 753px) {
	.admin-bar.home .site-content {
		margin-top: -109px;
	}
}

@media screen and (max-width: 752px) and (min-width: 624px) {
	.admin-bar.home .site-content {
		margin-top: -135px;
	}
}
	
@media screen and (max-width: 640px) and (min-width: 600px) {
	.home .site-content {
		margin-top: -60px;
	}
}

#primary.grid {
	width: 100%;
}

.grid .site-main {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	float: none;
}

.grid .site-main header,
.grid .site-main .pagination {
	width: 100%;
}

.grid .site-main article {
	width: 100%;
	margin-bottom: 20px;
	display: block;
}

@media screen and (min-width: 45em) {
	.site-content-wrap {
		flex-wrap: nowrap;
	}
	.grid .site-main article {
		width: 48.5%;
	}
}

@media screen and (min-width: 1024px) {
	.grid .site-main article {
		width: 32%;
	}
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-title {
	font-size: 2rem;
}

.home .entry-title {
	text-align: center;
	margin-top: 0;
}

.fixed {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-content p:first-of-type {
	margin-top: 0;
}

.blog article,
.archive article {
	display: -webkit-flex;
	display: flex;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
}

.blog .blog-thumbnail-image,
.archive .blog-thumbnail-image {
	-webkit-flex: initial;
	flex: initial;
	width: 270px;
	min-width: 100px;
	overflow: hidden;
	padding-right: 20px;
	max-width: 40%;
}

.blog .blog-thumbnail-image img,
.archive  .blog-thumbnail-image img {
	max-width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 5px;
}

.blog .blog-content,
.archive .blog-content {
	-webkit-flex: 1;
	flex: 1;
}

.blog .blog-content .entry-title,
.archive .blog-content .entry-title,
.search-results .entry-title {
	margin: 0;
	font-size: 1.2rem;
}

.single .entry-header h1 {
	margin-bottom: 0;
}

.blog .blog-content .entry-title a,
.archive .blog-content .entry-title a {
	text-decoration: none;
}

.entry-meta {
	font-size: .9rem;
	text-decoration: none;
	color: #bbbbbb;
	text-transform: uppercase;
}

.blog .blog-content .entry-meta .cat-links,
.archive .blog-content .entry-meta .cat-links,
.single .cat-links {
	color: #aaaaaa;
}

.blog .posted-on-divider,
.archive  .posted-on-divider {
	display: none;
}

.blog .blog-content .entry-meta .cat-links a,
.archive .blog-content .entry-meta .cat-links a,
.single .cat-links a,
.single .entry-meta a,
.archive .page-title,
.search-results .page-title {
	font-size: .9rem;
	text-decoration: none;
	font-weight: bold;
	color: #aaaaaa;
	text-transform: uppercase;
}

.single .cat-links,
.archive .page-title,
.search-results .page-title {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.blog .blog-content .entry-content,
 .archive .blog-content .entry-content {
	margin-top: 0;
}

.blog .blog-content .entry-content p.more-link-wrapper,
 .archive .blog-content .entry-content p.more-link-wrapper {
	margin-bottom: 10px;
	text-align: right;
}

.more-link-wrapper a.more-link,
.wp-block-button__link {
	padding: .5em 1em;
	color: #ffffff;
	border-radius: 3px;
	font-family: 'Kameron', serif;
	font-weight: 700;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
}

.wp-block-button__link div,
a.uagb-buttons-repeater {
	color: #fff;
	text-decoration: none;
}

.featured-single {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

fieldset {
	margin: 0 auto 45px;
	border: 1px solid #ccc;
	padding: 0.35em 2em 0.75em;
}

.site-content .address::before {
	content: "\f041";
	font: normal normal normal 15px/0.9 FontAwesome;
	margin-right: 4px;
	color: #cccccc;
	display: inline-block;
	width: 1.25em;
    text-align: center;
}

.site-content .phone a::before {
	content: "\f095";
	font: normal normal normal 15px/0.9 FontAwesome;
	margin-right: 4px;
	color: #cccccc;
	display: inline-block;
	width: 1.25em;
    text-align: center;
}

.site-content .email a::before {
	content: "\f0e0";
	font: normal normal normal 15px/0.9 FontAwesome;
	margin-right: 4px;
	color: #cccccc;
	display: inline-block;
	width: 1.25em;
    text-align: center;
}

.email span.email_type,
.phone span.phone_type {
	font-size: .8em;
	text-transform: uppercase;
	white-space: nowrap;
	color: #aaa;
}

#secondary .entry-date.date,
 #footer-widget-area-container .entry-date.date {
	font-size: 1em !important;
	font-weight: bold;
}

#loginform {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 30px;
	max-width: 760px;
	margin: 0 auto;
}

#loginform .login-username label,
#loginform .login-password label {
	font-size: 12px;
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	width: 23%;
}

#loginform .login-username input,
#loginform .login-password input {
	width: 75%;	
}

@media screen and (max-width: 440px) {
	#loginform .login-username label,
	#loginform .login-password label,
	#loginform .login-username input,
	#loginform .login-password input {
		width: 100%;
	}
}

#loginform a,
#loginform .login-remember {
	display: block;
	text-align: center;
}

#loginform input[type="submit"]  {
	width: 100%;
	text-align: center;
	padding: 15px;
	max-width: 500px;
	margin: 0 auto;
	display: block;
}


.featured-logos-block .logo-container {
	margin: 0 auto;
	text-align: center;
}

.featured-logos-block .logo-container img {
	max-height: 100px;
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
}

h3.featured-logos-headline,
h3.featured-event-section-headline {
	text-align: center;
	font-family: 'Kameron', serif;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 20px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

ul.icons {
	padding-left: 0 !important;
}

#business {
	margin-bottom: 48px;
}

#businesslist .business {
  padding: 1rem;
}
#businesslist .business.border_set h3 {
	margin-top: 0 !important;
}
#businesslist .business.border_set h3, #businesslist .business.border_set .description.bus_content, #businesslist .business.border_set .bus_content, #businesslist .business.border_set p {
  padding: 0px !important;
}

.alpha_listings {
  margin-bottom: 25px !important;
}

#businesslist p:last-child {
	margin-bottom: 5px !important;
}

ul.socials i{
	color:white !important;
}
.column-with-header h2 {
	margin-top: 0 !important;
}
.table-container table {
	margin-bottom:0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #fff;
}
@media only screen and (min-width: 600px) {
	.fma-officers {
		max-width: 600px;
	}
}
@media only screen and (min-width: 768px) {
	.fma-member-listings {
		max-width: 768px;
	}
}
.menu-toggle{
    color: #FFF !important;
	margin-top: 1em !important;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
    font-size: 18px;
}
.table-container table td{
	padding: .5em 1em;
}
.mb-0 {
	margin-bottom:0;
}
.p-4 {
	padding: 1rem;
}
.p-8 {
	padding: 2rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
	
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
	
}
.wpcf7-form-control-signature-body {
		margin-bottom:10px;
}
#wpcf7_signature_signature {
	border: 1px solid black;
}