@charset "UTF-8";
/**
 * Center of the West
 * http://centerofthewest.org/
 *
 * Licensed under the GPLv2+ license.
 */
/*
Loading Core
---------------------------------------------------------------------------------------------------- */
/* sj- changed this to match bootstrap, size md is >=992px */
/* bootstrap xs */
/* bootstrap sm */
/*iPads (portrait and landscape)*/
/*Smartphones (portrait and landscape)*/
/*bootstrap xs*/
/*bootstrap xs*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
/**
 * @license
 * MyFonts Webfont Build ID 3773976, 2019-06-14T03:11:26-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed fonts/nexa(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: NexaRustSans-Black by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa-rust/sans-black/
 * Copyright: Copyright &#x00A9; 2014 by Fontfabric. All rights reserved.
 * Licensed pageviews: 100,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3773976
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/399618");
@font-face {
  font-family: 'NexaRustSans-Black';
  src: url("fonts/nexa/399618_0_0.eot");
  src: url("fonts/nexa/399618_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/nexa/399618_0_0.woff2") format("woff2"), url("fonts/nexa/399618_0_0.woff") format("woff"), url("fonts/nexa/399618_0_0.ttf") format("truetype"); }

.nexa, .ab-block-container {
  font-family: "Lora", Sans-serif;
  font-weight: 900; }

/* 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 Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WP Forms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menus
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: $mobile-breakpoint
		- Site Header
		- Title Area
		- Genesis Menu
		- Responsive Menu
		- Header Menus
		- Site Inner
		- Content
		- Sidebar
		- Entry
		- Entry Header
		- Headings
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* Normalize v8.0.0 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
button, hr, input {
  overflow: visible; }

progress, sub, sup {
  vertical-align: baseline; }

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::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; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::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: #353238;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.875;
  margin: 0;
  overflow-x: hidden; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: #c08552;
  text-decoration-color: #c08552; }

a:focus,
a:hover {
  color: #d1462f;
  -webkit-text-decoration: underline #d1462f;
  text-decoration: underline #d1462f; }

span:target {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden; }

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

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

li {
  list-style-type: none; }

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0; }

b,
strong {
  font-weight: 600; }

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

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

blockquote {
  margin: 30px; }

blockquote p {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 40px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", Sans-serif;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 10px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

.entry-content h1 {
  font-size: 48px; }

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 40px; }

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

img {
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px; }

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none; }

.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-item {
  float: left;
  margin: 0 0 30px;
  text-align: center; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #353238;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  width: 100%; }

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

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

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  text-transform: uppercase; }

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  text-transform: uppercase; }

::placeholder {
  color: #666;
  opacity: 1;
  text-transform: uppercase; }

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-content a.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #035642;
  border-width: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 18px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto; }

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
  box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25); }

.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  background-color: #d1462f;
  border-width: 0; }

.entry-content a.button:focus,
.entry-content a.button:hover,
.widget a.button:focus,
.widget a.button:hover {
  color: #d1462f; }

.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: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

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

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all; }

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

td,
th {
  text-align: left; }

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

th {
  font-weight: 400;
  padding: 0 6px; }

td:first-child,
th:first-child {
  padding-left: 0; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #353238;
  display: block;
  font-size: 1em;
  font-weight: 600;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  display: inline-block;
  margin-bottom: 30px;
  position: relative; }

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  word-wrap: break-word; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto; }

.custom-page .site-inner {
  padding-top: 0; }

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px; }

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

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px; }

.after-entry {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }

.after-entry .widget:last-of-type {
  margin-bottom: 0; }

.author-box a,
.breadcrumb a,
.more-from-category a {
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 -7px 0 0 #eee;
  box-shadow: inset 0 -7px 0 0 #eee;
  color: #353238; }

.author-box a:focus,
.author-box a:hover,
.breadcrumb a:focus,
.breadcrumb a:hover,
.more-from-category a:focus,
.more-from-category a:hover {
  -webkit-box-shadow: inset 0 -22px 0 0 #eee;
  box-shadow: inset 0 -22px 0 0 #eee;
  color: #353238; }

.author-box p {
  font-size: 16px; }

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  margin-bottom: 60px;
  margin-top: -20px;
  padding-bottom: 10px;
  text-align: center; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

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

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  margin-bottom: 10px; }

.entry-title {
  font-size: 36px;
  margin-bottom: 10px; }

.entry-title a {
  color: #353238;
  text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
  color: #d1462f; }

.widget-title {
  margin-bottom: 10px; }

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

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

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

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

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

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

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

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

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px; }

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px; }

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border-width: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

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

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry .entry-header {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0; }

.featured-content .entry-header::after {
  display: none; }

.featured-content .entry-title {
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-align: left; }

.featured-content .more-posts-title {
  font-size: 28px; }

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  padding: 10px;
  text-align: center; }

.after-entry .enews input {
  text-align: center; }

.after-entry .enews input[type="submit"],
.sidebar .enews input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews input {
  margin-bottom: 10px; }

.enews form + p {
  margin-top: 20px; }

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #353238;
  padding-left: 0;
  padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #d1462f; }

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right; }

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"; }

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px; }

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden; }

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600; }

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300; }

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px; }

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #353238;
  outline: #ccc solid 1px; }

/* Site Header
---------------------------------------------------------------------------- */
.site-header > .wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  margin-top: 20px; }

.wp-custom-logo .title-area {
  margin-top: 10px;
  max-width: 244px;
  width: 100%; }

.wp-custom-logo .title-area img {
  width: auto; }

.site-title {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0; }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #353238;
  text-decoration: none; }

.site-description,
.wp-custom-logo .site-title {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 3px;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative; }

.genesis-nav-menu a {
  color: #6e3219;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  outline-offset: -1px;
  padding-bottom: 11px;
  padding-top: 13px;
  text-decoration: none;
  text-transform: uppercase; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #d1462f;
  border-bottom: 1px solid #d1462f; }

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%; }

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  position: relative;
  word-wrap: break-word; }

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative; }

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

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.genesis-responsive-menu {
  display: none;
  position: relative; }

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

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #353238;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible; }

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #d1462f; }

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
  top: 18px;
  right: 29px; }

.menu-toggle.activated::before {
  content: "\f335"; }

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px; }

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }

.sub-menu .sub-menu-toggle {
  padding: 12px 10px; }

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }

.sub-menu-toggle.activated::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Header Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
  display: none; }

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

.entry-content a {
  color: inherit;
  -webkit-text-decoration-color: #c08552;
  text-decoration-color: #c08552; }

.entry-content a:hover {
  color: #d1462f; }

.content .sticky .entry-content a {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline; }

.content .sticky .entry-content a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none; }

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle; }

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

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

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px; }

/* Entry Meta
--------------------------------------------- */
/*
.entry-meta a {
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0 -7px 0 0 #eee;
	color: $black;
}

.entry-meta a:focus,
.entry-meta a:hover {
	box-shadow: inset 0 -22px 0 0 #eee;
	color: $black;
}
*/
.content .sticky .entry-meta a {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline; }

.content .sticky .entry-meta a:focus,
.content .sticky .entry-meta a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none; }

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0; }

.entry-header::after {
  border-bottom: 1px solid #353238;
  content: "";
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  width: 2.5%; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px; }

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

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #353238;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none; }

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

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px; }

.comment-respond a,
.entry-comments a,
.entry-pings a {
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 -7px 0 0 #eee;
  box-shadow: inset 0 -7px 0 0 #eee;
  color: #353238; }

.comment-respond a:focus,
.comment-respond a:hover,
.entry-comments a:focus,
.entry-comments a:hover,
.entry-pings a:focus,
.entry-pings a:hover {
  -webkit-box-shadow: inset 0 -22px 0 0 #eee;
  box-shadow: inset 0 -22px 0 0 #eee;
  color: #353238; }

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

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.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-header p {
  margin-bottom: 0; }

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

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px; }

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px; }

.sidebar .widget {
  margin-bottom: 40px; }

.sidebar p {
  margin-bottom: 20px; }

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #fff;
  border-top: 1px solid #eee;
  clear: both;
  padding: 40px 0; }

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto; }

.footer-widgets a {
  color: #c08552; }

.footer-widgets a.button {
  color: #fff; }

.footer-widgets a:focus,
.footer-widgets a:hover {
  color: #d1462f; }

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px; }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  border-top: 1px #353238;
  line-height: 1.5;
  padding: 30px;
  text-align: center; }

.site-footer a,
.site-footer a:focus,
.site-footer a:hover {
  text-decoration: none; }

.site-footer a {
  color: #353238; }

.site-footer a:focus,
.site-footer a:hover {
  color: #d1462f; }

.site-footer p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-transform: uppercase; }

.site-footer .dashicons-heart {
  font-size: 12px;
  height: 14px;
  vertical-align: middle;
  width: 14px; }

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 1100px) {
  .content-sidebar-wrap {
    margin-top: 0px; }
  /* Site Header
	--------------------------------------------- */
  .site-header {
    background-color: #fff;
    padding-bottom: 32px;
    padding-top: 32px;
    position: fixed;
    width: 100%;
    z-index: 9999; }
  .shrink .site-header {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding-bottom: 17px;
    padding-top: 17px; }
  .site-header > .wrap {
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px; }
  .wp-custom-logo .site-header {
    padding-bottom: 20px;
    padding-top: 20px; }
  .wp-custom-logo .shrink .site-header {
    padding-bottom: 5px;
    padding-top: 5px; }
  /* Title Area
	--------------------------------------------- */
  .title-area {
    margin-top: 3px;
    text-align: center;
    width: 20%; }
  .wp-custom-logo .title-area {
    margin-top: 5px; }
  /* Genesis Menu
	--------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block; }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative; }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px; }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px; }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -44px 0 0 179px; }
  /* Responsive Menu
	--------------------------------------------- */
  .genesis-responsive-menu {
    display: block; }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden; }
  /* Header Menus
	--------------------------------------------- */
  .nav-primary,
  .nav-secondary {
    position: absolute;
    right: 5rem;
    padding-top: 41px;
    display: block; }
    .nav-primary .button,
    .nav-secondary .button {
      margin-left: 39px; }
      .nav-primary .button a,
      .nav-secondary .button a {
        padding-left: 27px !important;
        padding-right: 27px !important; }
        .nav-primary .button a:hover, .nav-primary .button a:focus,
        .nav-secondary .button a:hover,
        .nav-secondary .button a:focus {
          border-bottom: 0px solid transparent;
          border-bottom-width: 70%; }
  .nav-primary .genesis-nav-menu a,
  .nav-secondary .genesis-nav-menu a {
    padding-left: 10px;
    padding-right: 10px; }
  .nav-secondary {
    float: right;
    text-align: right; }
  .nav-secondary .menu-item {
    text-align: left; }
  .wp-custom-logo .nav-primary,
  .wp-custom-logo .nav-secondary {
    margin-top: 12px;
    margin-bottom: 12px;
    width: calc((100% / 2) - 122px); }
  /* Site-Inner
	--------------------------------------------- */
  .site-inner {
    margin-top: 100px;
    /*max-width: 1280px;*/
    padding-bottom: 40px; }
  /* Content
	--------------------------------------------- */
  .content {
    float: left;
    width: 65%; }
  .sidebar-content .content {
    float: right; }
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 640px;*/
    width: 100%; }
  .custom-page .content {
    max-width: 800px; }
  /* Sidebar
	--------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
    margin-top: 33px; }
  .sidebar-content .sidebar {
    float: left; }
  /* Entry
	--------------------------------------------- */
  .custom-page .entry {
    margin-bottom: 0; }
  .entry-title {
    font-size: 48px; }
  /* Entry Header
	--------------------------------------------- */
  .full-width-content .entry-header {
    margin-left: -80px;
    margin-right: -80px; }
  .sticky .entry-header {
    margin-left: 0;
    margin-right: 0; }
  /* Headings
	--------------------------------------------- */
  .entry-content h1 {
    font-size: 60px; }
  /* Author Box
	--------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px; }
  /* After Entry
	--------------------------------------------- */
  .after-entry {
    padding: 40px 60px; }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px; }
  /* Column Classes
	--------------------------------------------- */
  .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; }
  /* Entry Misc.
	--------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px; }
  .boxshadow {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  /* Footer Widgets
	--------------------------------------------- */
  .footer-widgets {
    padding: 80px 0; }
  .footer-widgets .wrap {
    max-width: 1280px; }
  .footer-widget-area {
    float: left;
    margin-bottom: 0; }
  .footer-widgets .enews {
    margin-top: 30px; }
  .footer-widgets .enews input {
    float: left; }
  .footer-widgets .enews input[type="submit"] {
    float: right;
    margin-left: 2%;
    width: 40%; }
  .footer-widgets .enews input[type="email"] {
    padding-bottom: 17px;
    padding-top: 17px;
    width: 58%; } }

/*
HTML5 Reset: Normalizing & Float Resetting
---------------------------------------------------------------------------------------------------- */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  font-family: "Lora", Sans-serif;
  font-weight: 900; }

.elementor-heading-title {
  font-family: "Lora", Sans-serif !important;
  font-weight: 900 !important; }

h2 {
  font-family: "Lora", Sans-serif;
  font-weight: 900;
  line-height: 1.25; }

h3,
h4,
h5,
h6 {
  font-family: "Lora", Sans-serif;
  font-weight: 900; }
  h3 .ab-block-container,
  h4 .ab-block-container,
  h5 .ab-block-container,
  h6 .ab-block-container {
    font-family: "Lora", Sans-serif;
    font-weight: 900; }

.elementor p a, .elementor .tribe-events-title a {
  -webkit-text-decoration: underline #c08552 !important;
  text-decoration: underline #c08552 !important; }
  .elementor p a:hover, .elementor p a:focus, .elementor .tribe-events-title a:hover, .elementor .tribe-events-title a:focus {
    -webkit-text-decoration: underline #d1462f !important;
    text-decoration: underline #d1462f !important; }

.entry-content h2 a {
  text-decoration: none;
  color: #c08552; }

#tribe-events-content a {
  -webkit-text-decoration: underline #c08552;
  text-decoration: underline #c08552; }
  #tribe-events-content a:hover, #tribe-events-content a:focus {
    -webkit-text-decoration: underline #d1462f;
    text-decoration: underline #d1462f; }

.list-group-item-orange {
  text-transform: uppercase; }
  .list-group-item-orange:hover {
    background-color: #d1462f;
    color: #fff; }

.bbcw-default-page .site-inner {
  max-width: 1140px;
  padding-left: 34px;
  padding-right: 34px; }
  .bbcw-default-page .site-inner figure.wp-block-embed-youtube {
    margin-left: -34px;
    margin-right: -34px; }

.bbcw-default-page h1, .bbcw-default-page h2 {
  font-size: 2rem;
  padding-bottom: 0; }
  .bbcw-default-page h1:after, .bbcw-default-page h2:after {
    border-bottom: 4px solid #c08552;
    content: " ";
    display: block;
    width: 33%;
    margin: 1rem auto 1rem 0px; }

.bbcw-default-page h2 {
  font-size: 1.85rem; }

.bbcw-default-page h3 {
  font-size: 1.7rem; }

.bbcw-default-page h4 {
  font-size: 1.55rem; }

.bbcw-default-page h5 {
  font-size: 1.4rem; }

.bbcw-default-page h6 {
  font-size: 1.25rem; }

.bbcw-default-page h3, .bbcw-default-page h4, .bbcw-default-page h5 {
  margin-bottom: 20px; }

.status-publish .tribe-events-event-image {
  display: none; }

.burger-menu-div, .mobile-menu-div {
  border-color: none; }
  .burger-menu-div a, .burger-menu-div button, .mobile-menu-div a, .mobile-menu-div button {
    height: 27px;
    background-size: 28px;
    background-color: transparent;
    -webkit-filter: invert(20%) sepia(78%) saturate(711%) hue-rotate(339deg) brightness(94%) contrast(92%);
    filter: invert(20%) sepia(78%) saturate(711%) hue-rotate(339deg) brightness(94%) contrast(92%);
    background-image: url("../images/the_burger_menu.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: 19px; }
    .burger-menu-div a:hover, .burger-menu-div a:active, .burger-menu-div a:focus, .burger-menu-div button:hover, .burger-menu-div button:active, .burger-menu-div button:focus, .mobile-menu-div a:hover, .mobile-menu-div a:active, .mobile-menu-div a:focus, .mobile-menu-div button:hover, .mobile-menu-div button:active, .mobile-menu-div button:focus {
      border: 0px solid white;
      outline: 0px auto white;
      -webkit-filter: invert(34%) sepia(51%) saturate(2026%) hue-rotate(341deg) brightness(89%) contrast(87%);
      filter: invert(34%) sepia(51%) saturate(2026%) hue-rotate(341deg) brightness(89%) contrast(87%);
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }

.mobile-menu-div button {
  position: relative; }

.burger-menu-content, .mobile-menu-content {
  position: relative;
  z-index: 100;
  right: 0;
  top: 100px;
  padding: 12px;
  width: 17rem;
  max-width: 80%; }

.mobile-menu-content {
  position: absolute;
  right: -4px;
  top: 127px; }

ul {
  list-style: square; }

b,
.bold,
strong {
  font-weight: 700; }

.italic {
  font-style: italic; }

.bbcw-header {
  /* these were the styles for the icon font
	float:left;
	padding-left:1%;
	padding-bottom:11px;
	*/
  height: auto;
  width: 168px;
  margin: 1rem;
  position: absolute;
  z-index: 5;
  /* the border
	&:after {
		border-bottom: 10px solid #ede9e7;
		width: 100vw;
		content: '';
		display: inline-flex;
		position: absolute;
		top: 102px;
	}
	&:before {
		border-bottom: 10px solid #ede9e7;
		width: 50px;
		left:-31px;
		content: '';
		display: inline-flex;
		position: absolute;
		top: 102px;
	}
	*/ }
  .bbcw-header i {
    font-size: 6rem;
    position: relative;
    /* left: 78%; */
    top: 16px; }

.mobile-menu-div button {
  display: block;
  top: 56px;
  float: right; }

.not-found-body .gwnf-area {
  padding: 0px !important;
  top: -36px;
  position: relative; }

.not-found-body .site-inner {
  margin-top: 0px; }
  .not-found-body .site-inner .content-sidebar-wrap {
    margin-top: 0px; }

.not-found-body .bbcw-header {
  display: none; }

.elementor-page .elementor-inner:first-child {
  margin-top: 67px; }

@media only screen and (min-width: 1100px) {
  .bbcw-header:after {
    top: 102px; }
  .bbcw-header:before {
    top: 102px; }
  .mobile-menu-div button {
    display: none; }
  .burger-menu-content {
    position: absolute; }
  .elementor-page .elementor-inner:first-child {
    margin-top: 0px; } }

.bbcw-category-page .site-inner {
  max-width: 100%; }

.bbcw-category-page h2 {
  font-size: 28px; }
  .bbcw-category-page h2:after {
    margin: 0;
    border: 0px solid transparent; }

.bbcw-category-page h1.archive-title {
  font-size: 51px;
  text-align: center; }

.bbcw-category-page .post {
  width: 47%;
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-box-shadow: 4px 8px 11px #766a62;
  box-shadow: 4px 8px 11px #766a62;
  border: 1px solid #ede9e7;
  margin: 7px; }
  .bbcw-category-page .post .entry-title, .bbcw-category-page .post .entry-meta, .bbcw-category-page .post .entry-content, .bbcw-category-page .post .entry-footer {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3px; }
  .bbcw-category-page .post .entry-content {
    padding-bottom: 12px; }
  .bbcw-category-page .post .entry-title {
    padding-top: 25px;
    padding-bottom: 25px; }

.bbcw-category-page .read-more-archive {
  margin-top: -50px;
  font-size: 125%; }

.bbcw-category-page .archive-description {
  margin-bottom: 0px; }

@media only screen and (max-width: 767px) {
  .bbcw-category-page .post {
    width: 100%; } }

.above-post-hero {
  max-width: 100%;
  height: 373px;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 100px; }

/* Top Banner
---------------------------------------------------------------------------- */
.authority-top-banner {
  background: #000cff;
  display: none;
  padding: 24px 80px 24px 24px;
  position: relative;
  text-align: center; }

.authority-top-banner,
.authority-top-banner a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.55; }

.authority-top-banner,
.authority-top-banner a,
.authority-top-banner a:focus,
.authority-top-banner a:hover {
  color: #fff; }

#authority-top-banner-close,
#authority-top-banner-close:focus,
#authority-top-banner-close:hover {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

#authority-top-banner-close {
  padding-left: 35px;
  padding-right: 35px; }

blockquote {
  position: relative;
  padding-left: 1em;
  border-left: 0.2em solid #666666;
  line-height: 1;
  font-weight: 100; }
  blockquote:before, blockquote:after {
    content: '\201C';
    color: #666666; }
  blockquote:after {
    content: '\201D'; }
  blockquote cite {
    font-size: 90%;
    color: #d9d9d9;
    padding-left: 5px; }
    blockquote cite:before {
      content: '\2015'; }

blockquote {
  margin-bottom: 3em;
  background-color: #c08552; }

.footer-widgets .wrap {
  max-width: 100%; }

.footer-widgets-1 .widget {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 3rem; }
  .footer-widgets-1 .widget .widget-wrap {
    padding: 0 1rem; }

.bbcw-google-cse {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 110px;
  position: relative; }

.gsc-control-cse {
  background-color: transparent !important;
  border: 0px solid transparent !important; }

.gsc-search-box tbody > tr > td, .gsc-search-box tbody {
  border-top: 0px solid transparent !important;
  border-bottom: 0px solid transparent !important; }

table.gsc-input {
  margin-bottom: 0px; }

.gsc-search-box-tools .gsc-search-box .gsc-input {
  width: 204px !important; }

.gsc-search-button {
  position: absolute;
  left: 5px;
  top: 37px; }

.single-post .site-inner {
  margin-top: 0px;
  width: 100%;
  padding: 0 2.5%; }
  .single-post .site-inner .entry {
    margin-bottom: 0 !important; }
  .single-post .site-inner .related {
    padding: 10px 0; }
    .single-post .site-inner .related .related-title {
      margin-bottom: 0; }
      .single-post .site-inner .related .related-title:before {
        display: none; }
    .single-post .site-inner .related .related-posts {
      padding-top: 1em; }

.single-post .elementor-post__card {
  padding-top: 0 !important; }

.single-post .entry-header::after {
  display: none; }

.button {
  background-color: #d1462f;
  border-radius: 7px;
  border: 1px solid #d1462f; }
  .button a {
    color: #f6f5f4;
    padding-left: 22px;
    padding-right: 22px; }
  .button:hover {
    background-color: #c08552;
    border-color: #f6f5f4; }
    .button:hover a {
      color: #f6f5f4; }

.button.secondary {
  background-color: #f6f5f4;
  border-color: #353238; }
  .button.secondary a {
    color: #353238; }
  .button.secondary:hover {
    background-color: #c08552;
    border-color: #c08552; }
    .button.secondary:hover a {
      color: #f6f5f4; }

.button.green {
  background-color: #035642;
  border-color: #035642; }
  .button.green a {
    color: #ddd7d2; }
  .button.green:hover {
    background-color: transparent;
    border-color: #035642; }
    .button.green:hover a {
      color: #035642; }

.button.blue {
  background-color: #004250;
  border-color: #004250; }
  .button.blue a {
    color: #ddd7d2; }
  .button.blue:hover {
    background-color: transparent;
    border-color: #004250; }
    .button.blue:hover a {
      color: #004250; }

.has-white-color {
  color: #fff; }

.has-black-color {
  color: #000; }

.has-snow-color {
  color: #f6f5f4; }

.has-antique-white-color {
  color: #ddd7d2; }

.has-beige-color {
  color: #aa9c8f; }

.has-sandstone-color {
  color: #766a62; }

.has-brown-color {
  color: #6e3219; }

.has-orange-color {
  color: #d1462f; }

.has-warm-gray-color {
  color: #ede9e7; }

.has-warmer-gray-color {
  color: #ddd7d2; }

.has-gray-color {
  color: #898989; }

.has-blue-color {
  color: #004250; }

.has-red-color {
  color: #981e32; }

.has-yellow-color {
  color: #c59217; }

.has-purple-color {
  color: #532e60; }

.has-blue-gray-color {
  color: #678494; }

.has-lime-color {
  color: #40ae49; }

.has-white-background-color {
  background-color: #fff; }

.has-black-background-color {
  background-color: #000; }

.has-snow-background-color {
  background-color: #f6f5f4; }

.has-antique-white-background-color {
  background-color: #ddd7d2; }

.has-beige-background-color {
  background-color: #aa9c8f; }

.has-sandstone-background-color {
  background-color: #766a62; }

.has-brown-background-color {
  background-color: #6e3219; }

.has-orange-background-color {
  background-color: #d1462f; }

.has-warm-gray-background-color {
  background-color: #ede9e7; }

.has-warmer-gray-background-color {
  background-color: #ddd7d2; }

.has-gray-background-color {
  background-color: #898989; }

.has-blue-background-color {
  background-color: #004250; }

.has-red-background-color {
  background-color: #981e32; }

.has-yellow-background-color {
  background-color: #c59217; }

.has-purple-background-color {
  background-color: #532e60; }

.has-blue-gray-background-color {
  background-color: #678494; }

.has-lime-background-color {
  background-color: #40ae49; }

.advgb-image-block:hover .advgb-image-overlay {
  background-color: transparent !important;
  opacity: 0; }

.advgb-image-block * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }
  .advgb-image-block * .entry-content a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: transparent; }
