/* # Main Street Interactive Child Theme
Theme Name: Main Street Interactive Child Theme
Theme URI: http://mainstreetinteractive.com
Description: This is a child theme created for the Genesis Framework.
Author: Main Street Interactive
Author URI: http://mainstreetinteractive.com
Template: genesis
Template Version: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- Color Palette
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
- Forms
  - Gravity Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets©
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
  - Form Tweaks
- Sidebars
- Footer Widgets
- Site Footer
- Listing styles
  - Google Maps
  - Hours
  - Listing Grid
  - Archive
  - Datatables.net
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/

/*---------  Color Palette ---------*/
:root {
  --body: #ffffff; /*body background*/
  --body: #fafafa; /*body background*/
  --txtdk: #333333; /*dark text*/
  --txtlt: #ffffff; /*light text*/
  --base: #0e65c2; /*base color*/
  --baselt: #6c8dc9; /*base - light*/
  --basedk: #0b4c92; /*base - dark*/
  --pos: #3ca12a; /*positive*/
  --poslt: #ebf7cd; /*highlight-subtle*/
  --posdk: #4e641b; /*highlight-bold*/
  --neg: #951313; /*negative*/
  --vivid: #fca405; /*vivid*/
  --vivid: #fa7505; /*vivid*/
  --neutral: #b3b3b3; /*neutral*/
  --neutraldk: #808080; /*neutral dark*/
  --neutrallt: #e6e6e6; /*neutral light*/
  --radius: 4px;

}

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}i:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

*,
*:before,
*:after {
	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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*Clearfix -------------------------------- */
/* More info: http://nicolasgallagher.com/micro-clearfix-hack/
For modern browsers */
.c::before,
.cf::after,
.ro::before,
.row::after {
  content: "";
  display: table;
}

.cf,
.row::after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf,
.row {
  zoom:1;
}

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

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

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 1.5rem;
}

body {
  background-color: #09427e;
	background-color: var(--body);
	color: var(--txtdk);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

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

a,
.gform_login_widget a {
	color: var(--base);
  font-weight: 300;
	text-decoration: underline;
}

.so-cta-inner a {
	color:white;
}

a.button.center {
    width: 100%;
    text-align: center;
}

a.button.base {
	background-color: var(--base)
}

a.button.pos {
	background-color: var(--pos)
}

a.button.neg {
	background-color: var(--neg)
}

.gform_login_widget a {
  margin-right: 20px;
}

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

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid var(--neutrallt);
	clear: both;
	margin: 1em 0;
}

hr.home-sep {
    border: 0;
	border-collapse: collapse;
	border-top: 2px solid var(--neutrallt);
	clear: both;
	margin: 2em 0;
}


b,
strong {
	font-weight: 700;
}

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


blockquote {
	margin: 20px 0;
    border-left: 10px solid var(--base);
    padding: 20px 20px 10px 40px;
    background-color: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
    color: var(--base);

}


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

h1,
h2,
h3,
h4,
h5,
h6,
.fav-header {
	font-family: montserrat, sans-serif;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 10px;
}

.fav-header {
  margin-right: 10px;
}

h1 {
	font-size: 24px;
	font-size: 2.4rem;
}


h2 {
	font-size: 21px;
	font-size: 2.1rem;
	color: var(--base);
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
}

h5 {
	font-size: 14px;
	font-size: 1.4rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}
/*---------  Sidebar Border
.sidebar {
    border-left: 1px solid var(--neutrallt);
}
---------*/

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

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
  font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
  padding: 6px 12px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
.pagination-next a,
.pagination-previous a {
  background-color: #333;
  background-color: var(--pos);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 10px 16px;
  text-decoration: none;
  width: auto;
  border-radius: var(--radius);
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	color: #fff;
	opacity: .8;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
	opacity: .8;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
	opacity: .8;
}

.button {
	display: inline-block;
}

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

.after-header.widget-area.site-search {
  padding: 10px 0 20px;
  margin-top: 0px;
}

form.search-form input {
    padding: 15px;
}

.directory-nav-title {
  color: var(--base);
  text-align: center;
  margin: 0;
  /* text-transform: uppercase; */
  /* font-weight: bold; */
  font-family: casey, sans-serif;
  /* font-weight: 700; */
  /* font-style: normal; */
  font-size: 21px;
  font-size: 2.1rem;
}


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

body .gform_wrapper ul.gfield_radio li input[type=radio] {
    display:  none;
}

body .gform_wrapper ul.gfield_radio li {
  float: left;
  padding: 0;
  margin: 0 -20px 0 0;
  width: 100px;
}

body .gform_wrapper ul.gfield_radio li label {
    display:  button;
    border:1px solid #fff;
    background-color: #ddd;
    margin:0 0 20px;
    padding:10px;
    width:80px;
    text-align:center;
}

/**************************************************
Radio Test
**************************************************/

body .gform_wrapper ul.gfield_radio li {
  float: left;
  padding: 0;
  margin: 0 -70px 0 0;
  width: 250px;
}

body .gform_wrapper ul.gfield_radio li label {
    display:  button;
    border:1px solid #fff;
    background-color: #ddd;
    margin:0 0 20px;
    padding:10px;
    width:180px;
    text-align:center;
}

/**************************************************
End Radio Test
**************************************************/

body .gform_wrapper ul.gfield_radio li:first-of-type label {
    border-radius:10px 0 0 10px;
}

body .gform_wrapper ul.gfield_radio li:last-of-type label {
    border-radius:0 10px 10px 0;
}

body .gform_wrapper ul.gfield_radio ul {
    list-style-type:none;
    padding:0;
}

body .gform_wrapper ul.gfield_radio li:first-of-type input[type=radio]:checked + label,
.Checked + label, body .gform_wrapper ul.gfield_radio li:first-of-type label:hover, body .gform_wrapper ul.gfield_radio li:first-of-type label:focus {
    background:var(--pos);
    color:white;
}

body .gform_wrapper ul.gfield_radio li:last-of-type input[type=radio]:checked + label,
.Checked + label, body .gform_wrapper ul.gfield_radio li:last-of-type label:hover, body .gform_wrapper ul.gfield_radio li:last-of-type label:focus {
    background:var(--neg);
    color:white;
}

body .gform_wrapper ul li.gfield.contact-note {
    padding: 10px 20px;
    background-color: #eee;
}

.entry-content .gform_wrapper .gf_step span.gf_step_number {
    padding: 4px 8px;
    background-color: var(--base);
    color: #fff;
    border-radius: var(--radius);
    font-family: montserrat;
}

body .gform_wrapper div.charleft {
    display: inline;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: var(--base);
    color: #fff;
}

body .gform_wrapper div.charleft.warningTextareaInfo {
  background-color: var(--neg);
  color: #fff;
}

.login-wrapper {
	max-width: 600px;
    margin: 40px 0;
}

.gform_wrapper .gfield_error .gfield_label {
color: var(--neg);
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color:none;
    margin-bottom:6px!important;
    border-top:0;
    border-bottom:0;
    padding-bottom:6px;
    padding-top:8px;
    box-sizing: border-box
}

.gfield.add-premium.field_29_35 {
  border:1px solid red;
}

body.login-action- #login form p {
margin-bottom: 0;
color: #fff;
}

form#itsec-2fa, form#itsec-2fa ul li a {
    color: #ffffff;
}

.gfield.gsection. ul.gform_fields li.gfield {
    padding-right: 16px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    background-color: #f5f5f5;
}

.gfield.gsection.fcc-content-sections {
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 20px 14px;
    background-color: #f5f5f5;
    border-radius: var(--radius);
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

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

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

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

.more-link {
    position: relative;
}

.cover {
  object-fit: cover;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

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

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

.site-inner {
	clear: both;
	padding-top: 0px;
	margin-top: 40px;
}

#genesis-content {
margin-top: 10px;
margin-top: 0;
box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.site-updated {
	margin: 20px auto 0;
	text-align: center;
	color: var(--neutral);
	font-size: 1.2rem;
	max-width: 600px;
}

.site-updated p {
  font-size: 1.0rem;
}

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

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

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

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

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

/* ### Content */

.content {
	float: right;
	width: 800px;
  padding: 20px;
  background-color: #ffffff;
}

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

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

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

.widecolumn {
    padding: 40px;
    background-color: #fff;
}

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

.login-wrapper img {
display: block;
float: none;
margin: 0 auto;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding: 0;
  }

.author-box-title {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 4px;
}

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

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
}

.entry-content .search-form,
.site-header .search-form {
}

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

.widget_search {
  max-width: 760px;
  margin: 0 auto;
}

span.no-search-results {
border-left: 4px solid var(--neg);
display: block;
padding: 0 20px;
margin: 0 40px;
}

no-search-results p {
margin-bottom: 0;
}

span.no-search-results-term {
    font-weight: 700;
    font-style: italic;
}

body.search-results article {
    padding: 0 0 0 20px;
    border: 0px solid #EEE;
    border-radius: var(--radius);
}

body.search-results article {
    margin-bottom: 30px;
    border-top: 1px solid var(--neutrallt);
}

body.search-results article .entry-title {
    padding: 10px 0;
    margin-bottom: 0;
    border: 0px solid #EEE;
    border-radius: var(--radius);
}

body.search h2.entry-title a.entry-title-link  {
  font-size: 14px;
  font-size: 1.4rem;
}

body.search-results .prem > article {
    padding: 0;
    border: 1px solid #EEE;
    border-radius: var(--radius);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "header header photo"
    "footer footer photo"
    "footer footer photo";
}

.entry-content img {
object-fit: cover;
height: 100%;
border-radius: 0 4px 4px 0;
}

body.search-results .prem > article .entry-content {
  grid-area: photo;
  display: flex;
  align-items: center;
}

body.search-results .prem > article .entry-content .bus-image-search,
body.search-results .prem > article .entry-content .bus-logo-search {
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 0;
  padding: 5px 10px 0;
}

body.search-results .prem > article .entry-header {
  grid-area: header;
  padding: 0 20px;
}

body.search-results .prem > article .entry-footer {
  grid-area: footer;
  padding: 0 20px 10px;
}

body.search-results .prem > article .entry-footer .tags {
  padding: 10px 0 0;
  display: block;
}

body.search .prem h2.entry-title a.entry-title-link  {
  font-size: 21px;
  font-size: 2.1rem;
}

.search-town {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
}

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

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

.entry-title a:hover,
.entry-title a:focus {
  color: var(--base);
}

.widget-title {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

/*
.home-events .widget-title {
  font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
}
*/
.footer-widgets .widget-title {
	color: #fff;
}

/* ## 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 24px;
}

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

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

.sticky {
}

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


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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

.widget.gform_login_widget p {
    display: inline;
}

.widget.gform_login_widget a:nth-child(3) {
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: 700;
}
/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
  "photo photo"
  "name phone"
  "category phone"
  "address link"
  "address special";
}

.featured-grid>* {
}

.featured-grid {
  margin-bottom: 40px;
  padding: 40px 0;
  }


.featured-name-wrap,
.featured-name a {
  font-size: 1.25em;
  line-height: 1.2;
}

.featured-name a,
.featured-town a,
a.featured-listing-link {
    text-decoration: none;
}

.featured-image {
  grid-area: photo;
}

.featured-name {
  grid-area: name;
}

.featured-category {
  grid-area: category;
}

.featured-details {
  grid-area: address;
}

.featured-phone {
  grid-area: phone;
}


.featured-link {
  grid-area: link;

}

.featured-so-cta {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--textdk);
  grid-area: special;
}

.featured-so-cta i,
.featured-so-cta-home-tags i {
  width: 24px;
}

.featured-name,
.featured-details,
.featured-phone,
.featured-link {
    display: flex;
    justify-content: flex-start;
}

.featured-image {
  justify-content: center;
  justify-self: center;
  align-self: center;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}


.featured-name,
.featured-category,
.featured-details,
.featured-phone,
.featured-so-cta-home-tags {
    padding: 0 20px;
}

.featured-so-cta-home-tags {
  font-weight: 600;
  font-size: 1.4rem;
}

.featured-so-cta-home {
    margin: 10px 0 10px;

}

.featured-phone {
    font-size: 1.5em;
}


.featured-link {
  padding: 10px 20px;
  align-self: center;
}

a.button i {
    margin-right: .5em;
}

span.featured-address-1, span.featured-address-2, span.featured-town {
    display: block;
}

.featured-address {
    display: block;
}

.featured-town {

}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.featured-grid>* {
}

.featured-so-cta i,
.featured-so-cta-home-tags i {
    color: var(--vivid);
}

.home-feature-list li:last-child {
border-bottom:0;
}

.home-feature-list i {
    color: var(--pos);
}

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

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

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

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

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

.enews-widget input {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 16px;
}

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

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

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

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

#wpstats {
	display: none;
}


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

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

/* Display outline on focus
:focus {
	color: #333;
	outline: var(--neutral) solid 1px;
}
 */

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

.site-header {
background-color: transparent;
padding-bottom: 10px;
}

.site-header .wrap {
padding: 20px 0 0;
display: flex;
flex-flow: row wrap;
align-items: center;
display: none;
}

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

.title-area {
  text-align: center;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.2;
  /* text-transform: uppercase; */
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: var(--base);
  text-decoration: none;
  font-family: casey, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.site-description {
  text-transform: uppercase;
  color: var(--base);
  font-weight: 300;
}


.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 100;
	line-height: 1.5;
  font-weight: 700;
  color: var(--neutral);
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

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

.site-tools {
    padding: 4px 8px;
    background-color: #f1f1f1;
    margin-bottom: 12px;
    border-radius: 4px
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
  color: var(--base);
  text-decoration: none;
  display: block;
	margin: 8px 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ffffff;

}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
  color: var(--base);
  border-bottom: 1px solid var(--neutral);
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

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

.sign-up a {
    background-color: var(--vivid);
}

.sign-up a:hover,
.sign-up a:focus {
    background-color: var(--posdk);
}

a.directory.button {
    background-color:  var(--base);
    font-weight: 700;
}

a.directory.button:hover,
a.directory.button:focus,
a.directory.button.active,
a.directory.button.active:hover,
a.directory.button.active:focus {
    background-color:  var(--pos);
}

.directory-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}


/* ## Menu Toggles
--------------------------------------------- */
.menu-toggle {
	padding: 27px 0;
	padding: 2.7rem 0;
	cursor: pointer;
	background-color: transparent;
	display: block;
	position: absolute;
	right: 5vw;
	top: 0;
	line-height: 1;
	color: transparent;
	letter-spacing: -0.5em;
	z-index: 999;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: none;
	outline: none;
	box-shadow: none;
	color: transparent;
}

.menu-toggle.activated {
	position: fixed;
}

.menu-toggle span {
	display: block;
	float: right;
	position: relative;
	height: 2px;
	height: 0.2rem;
	background: #ffffff;
	-webkit-transition: background 0s 0.2s;
	        transition: background 0s 0.2s;
	width: 25px;
	width: 2.5rem;
	margin-left: 0.236em;
	margin-top: 7px;
	margin-top: 0.7rem;
	border-radius: 4px;
}

.menu-toggle span::before,
.menu-toggle span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	height: 0.2rem;
	background-color: #ffffff;
	border-radius: 4px;
	content: ' ';
}

.menu-toggle span::before {
	top: -7px;
	top: -0.7rem;
	-webkit-transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: top 0.2s 0.2s, transform 0.2s 0s;
	        transition: top 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}

.menu-toggle span::after {
	bottom: -7px;
	bottom: -0.7rem;
	-webkit-transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: bottom 0.2s 0.2s, transform 0.2s 0s;
	        transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: top 0.2s 0s, transform 0.2s 0.2s;
	        transition: top 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}

.menu-toggle.activated span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: bottom 0.2s 0s, transform 0.2s 0.2s;
	        transition: bottom 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}

.sub-menu-toggle {
	position: absolute;
	background-color: transparent;
	padding: 0.9em;
	margin: 0 -1em 0 1em;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
}

.sub-menu-toggle:before {
	content: '';
	display: block;
	margin: 2px 0 -2px;
	margin: 0.2rem 0 -0.2rem;
	border: 4px solid transparent;
	border: 0.4rem solid transparent;
	border-top-color: #f6f7f8;
}

.sub-menu-toggle.activated:before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	margin: -2px 0 2px;
	margin: -0.2rem 0 0.2rem;
}

/* ## Accessible 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;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

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

.nav-primary .genesis-nav-menu a {
	color: var(--neutral);
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

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

.nav-secondary {
	background-color: #ffffff;
  text-align: center;
}

.after-header.widget-area.site-search {
  background-color: #fff;
  box-shadow: 0px 8px 10px rgba(0,0,0,.1);
  z-index: 10000;
}

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

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

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

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

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

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

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

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

/**************************************************
Note
**************************************************/
p.note, .note {
border: 1px solid #dcba00;
padding: 4px 12px;
border-left: 10px solid #dcba00;
background: #fffadc;
display: inline-block;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	text-decoration: underline;
}

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

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

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 14px;
	font-size: 1.4rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

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

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

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

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

.bypostauthor {
}

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


/* ## Form Tweaks
--------------------------------------------- */
.reg-wrapper {
    max-width: 480px;
}

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

.sidebar {
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar li {
  border-bottom: 1px dotted #ddd;
	border-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

a.premium-features-link.button {
color: var(--txtlt);
background-color: var(--base);
font-weight: 700;
margin: 10px 0 20px;
}

.local-image {
    margin: -10px 0 20px;
}

#genesis-sidebar-primary {
background-color: #f9f9f9;
border: 1px solid #e8e8e8;
}

a.widget-link {
display: block;
margin-bottom: 10px;
padding: 4px 10px;
text-decoration: none;
border-radius: var(--radius);
}


a.widget-link {
color: var(--textdk);
margin: 10px 0;
padding: 0;
}

a.listing-link {
color: var(--textlt);
margin: 10px 0;
padding: 0;
}

a.widget-link::before {
  color: var(--pos);
}

a.listing-link::before {
  color: var(--textlt);
}

/*
a.button.listing,
a.button.update,
a.button.featured,
a.button.calendar {
    padding: 4px 10px;
    margin: 5px 5px 0 0;
    border-radius: 4px;
    display: inline-block;
    border-bottom: 0;
    font-weight: 700;
    opacity: 1;
}

a.button.listing:hover,
a.button.update:hover,
a.button.featured:hover,
a.button.calendar:hover {
    padding: 4px 10px;
    margin: 5px 5px 0 0;
    border-radius: 4px;
    display: inline-block;
    border-bottom: 0;
    font-weight: 700;
    opacity: .8;
}
*/

a.button.upgrade {
    background-color: #cccccc;
}

a.button.premium {
    color: #fff;
    background-color: var(--base);
}



a.listing::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0fe";
  margin-right: 8px;
}

a.update::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f044";
  margin-right: 8px;
}

a.premium::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f005";
  margin-right: 8px;
}

a.featured::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f675";
  margin-right: 8px;
}

a.calendar::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f271";
  margin-right: 8px;
}

a.widget-link.help {
color: var(--neutraldk);
}

a.widget-link:hover,
a.widget-link:focus {
opacity: 0.7;
}

a.widget-link.add::before,
a.widget-link.premium::before,
a.listing-link.add::before,
a.widget-link.suggest::before,
a.widget-link.calendar::before,
a.widget-link.help::before,
a.widget-link.email::before,
a.widget-link.twitter::before,
a.widget-link.facebook::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 6px;
}

a.widget-link.add::before {
  content: "\f0fe";
}


a.widget-link.premium::before {
  content: "\f2f7";
}

a.listing-link.add::before {
  content: "\f0fe";
}

a.widget-link.suggest::before {
  content: "\f4b2";
}

a.widget-link.calendar::before {
  content: "\f271";
}

a.widget-link.help::before {
  content: "\f059";
}

a.widget-link.email::before {
  content: "\f0e0";
}

a.widget-link.twitter::before {
  content: "\f081";
}

a.widget-link.facebook::before {
  content: "\f082";
}


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

.footer-widgets {
  background-color: var(--basedk);
	clear: both;
	padding-top: 40px;
  margin-top: 40px;
  margin-top: 100px;
}

.footer-widgets,
.footer-widgets a {
	color: #aaa;
  color: #c6d3eb;
}

.footer-widgets input {
	border: 1px solid #333;
}

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

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background-color: var(--base);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
  color: #fff;
}

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

.site-footer p {
	margin-bottom: 0;
}

.disclaimer {
    font-size: .8em;
    margin: 20px auto 0;
    max-width: 500px;
    opacity: .8;
}

/* ## Listing Styles
--------------------------------------------- */

.bus-cat,
.bus-cat-search {
    color: var(--neutral);
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
}

.bus-cat-search {
  margin-bottom: 1em;
}

.bus-phone {
    font-size: 24px;
    font-size: 2.4rem;
}

/*---------  Google Map  ---------*/

.acf-map {
	width: 100%;
	height: 400px;
	border: var(--neutral) solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/*---------  Hours  ---------*/
.hours-day-wrapper.today {
    font-weight: 700;
    display: inline-block;
}

.hours-day-wrapper.today {
    border-radius: var(--radius);
    color: var(--txtlt);
    background-color: var(--base);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}


.hours-day-wrapper {
    padding: 0 20px;
}

/*.hours-day-wrapper.today:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f058";
    color: green;
}*/

span.hours-day {
  width: 30px;
  display: inline-block;
  border-right: 1px solid #eee;
  margin-right: 5px;
}

.today span.hours-day {
    border-right: 1px solid var(--poslt);
}

span.custom-text {
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 700;
}

span.custom-text {
  color: red;
}

span.custom-text {
color: var(--txtlt);
background-color: var(--neg);
padding: 2px 4px;
border-radius: var(--radius);
}

.hours-day-wrapper.today .custom-text {
  font-size: 1em;
  color:var(--txtlt);
  background-color: var(--pos);
}

/*---------  Mobile Business  ---------*/

.mobile-business {
    border: 0px solid var(--txtdk);
    display: flex;
    padding: 4px 8px;
    align-items: center;
    text-align: left;
    background-color: var(--neutrallt);
    border-radius: var(--radius);
}

.mobile-text {
    display: inline-block;
    padding: 0 10px;
}

/*---------  Listing Grids  ---------*/
/*---------  Premium  ---------*/
.bus-grid-p {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 18px;}

.bus-image-p,
.bus-logo-p {
  grid-column: 1/4;
  grid-row: 1/2;
  justify-self: center;
}

.bus-logo-p img {
  max-height: 160px;
  max-height: 300px;
  width: auto;
  margin: 20px 0;
}

.tel-info-wrap-p {
  grid-column: 1/2;
  grid-row: 2/3;
}

.links-wrap-p {
  grid-column: 3/4;
  grid-row: 2/4;
}

.social-pay-icons {
  grid-column: 1/2;
  grid-row: 3/4;
}

.hours-wrap-p {
  grid-column: 2/3;
  grid-row: 2/4;
}

.google-map-p {
  grid-column: 1/4;
  grid-row: 4/5;
}

/*---------  Basic  ---------*/
.bus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}


.tel-info-wrap {
  grid-column: 1/2;
  grid-row: 2/3;
}

.links-wrap {
  grid-column: 3/4;
  grid-row: 2/4;
}

.bus-location {
  grid-column: 1/2;
  grid-row: 3/4;
}

.hours-wrap {
  grid-column: 2/3;
  grid-row: 2/4;
}

.google-map {
  grid-column: 1/4;
  grid-row: 4/5;
}

/* ## Archive
--------------------------------------------- */
div#org-listing {
  display: grid;
  border:1px solid red;
  margin-bottom: 40px;
}

.hidden {
  display: none;
}

i.fa-star {
  color: var(--vivid);
}

.premium-listing {
background-color: #e4f2ff;
display: inline-block;
padding: 4px 8px;
border-radius: var(--radius);
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: var(--txtlt);
color: var(--base);
}

.premium-listing:before {
  font-family: "Font Awesome 5 Pro";
  content:"\f005";
  margin-right: 4px;
}

/*---------  TAGS  ---------*/

.tags-wrapper {
  color: var(--neutral)ccc;
  font-size: 12px;
}

.listing-tag {
  text-transform: uppercase;
  border-radius: var(--radius);
  background-color: var(--neutral);
  color: var(--txtlt);
  padding: 2px 8px;
  margin: 0 0 4px 0;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
}

.listing-tag-search {
  text-transform: uppercase;
  border-radius: var(--radius);
  background-color: var(--neutral);
  color: var(--txtlt);
  padding: 2px 8px;
  margin: 0 4px 4px 0;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
}

.benefits-list {
  display: block;
}

.benefits-list i {
  width: 30px;
  text-align: center;
}

.benefits-list i.fa-tags {
  margin-right: 4px;
  color: green;
}

.benefits-list i.fa-heart {
  margin-right: 4px;
  color: red;
}


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

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; }
    div#dTable_business_filter,
    div#dTable_school_filter,
    div#dTable_worship_filter,
    div#dTable_volunteer_filter,
    div#dTable_contribute_filter,
    div#dTable_towns_filter,
    div#dTable_listings_filter,
    div#dTable_town_page_filter {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }

    div#dTable_business_length,
    div#dTable_school_length,
    div#dTable_worship_length,
    div#dTable_volunteer_length,
    div#dTable_contribute_length,
    div#dTable_towns_length,
    div#dTable_listings_length,
    div#dTable_town_page_length {
      width: 20%;
      float: none;
      margin: 0 auto;
    }
}

.bus-wrapper {
  display: flex;
  flex-flow: column nowrap;

}

/* Flex Wrappers */
.bus-description-wrapper,
.scheduled-content-wrapper,
.staff-team-wrapper,
.price-list-wrapper,
.main-content-wrapper,
.shopify-wrapper,
.services-wrapper,
.image-gallery-wrapper,
.video-gallery-wrapper,
.logo-gallery-wrapper,
.file-list-wrapper,
.faqs-wrapper,
.testimonials-wrapper,
.contact-form-wrapper,
.service-area-wrapper,
.google-map,
.last-updated {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

.bus-description-header,
.scheduled-content-header,
.staff-team-header,
.price-list-header,
.main-content-header,
.shopify-header,
.services-header,
.image-gallery-header,
.video-gallery-header,
.logo-gallery-header,
.file-list-header,
.contact-form-header,
.service-area-header,
.faqs-header,
.testimonials-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}

.bus-description-header h2,
.staff-team-header h2,
.scheduled-content-header h2,
.price-list-header h2,
.main-content-header h2,
.shopify-header h2,
.services-header h2,
.image-gallery-header h2,
.video-gallery-header h2,
.logo-gallery-header h2,
.file-list-header h2,
.contact-form-header h2,
.service-area-header h2,
.faqs-header h2,
.testimonials-header h2 {
  margin: 6px 0 12px;
}

a.back-to-top {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 20px;
    padding: 8px 24px;
    margin: 0 10px 6px;
    font-size: 14px;
    background-color: rgba(255,255,255,.2);
}

.bus-wrapper a.back-to-top:hover {
    opacity: .7;
}

/**************************************************
Business Hero
**************************************************/

.bus-description-wrapper,
.services-wrapper,
.scheduled-content-wrapper,
.main-content-wrapper,
.price-list-wrapper,
.shopify-wrapper,
.staff-team-wrapper,
.image-gallery-wrapper,
.logo-gallery-wrapper,
.video-gallery-wrapper,
.file-list-wrapper,
.contact-form-wrapper,
.service-area-wrapper,
.faqs-wrapper,
.testimonials-wrapper {
  padding: 40px 0;
  border-top: 1px solid hsla(0, 0%, 0%, .05);
}

.bus-description-wrapper-basic {
  padding: 40px 0 0;
  border-top: 1px solid hsla(0, 0%, 0%, .05);
}

.services-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}

.serv-col {
    margin: 0 20px 0 0;
    width: 100%;
}

.serv-col ul li {
    margin-left: 20px;
}

h4.serv-col-header {
    margin-bottom: 16px;
}

h4.serv-col-header {
    margin-top: 20px;
}

.main-content-content ul li, .scheduled-content ul li, .services-content ul li, .price-list ul li, .staff-wrapper ul li, .faq-answer ul li, .serv-col ul li {
    list-style-type: disc;
}

.main-content-content ol li, .schedoled-content ol li, .services-content ol li, .price-list ol li, .staff-wrapper ol li, .faq-answer ol li, .serv-col ol li {
  list-style-type: decimal;
}

.staff-team-wrapper img, .main-content-wrapper img, .scheduled-content-wrapper img {
}

.staff-team-wrapper h4 {
  display: inline-block;
  float: left;
  padding-right: 8px;
}

.staff-team-wrapper i {
  font-size: 14px;
}

.team-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.staff-wrapper {
    max-width: 320px;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid var(--neutrallt);
}

.bus-wrapper h5 {
    font-size: 14px;
    font-weight: 300
}

img.attachment-staff-image.size-staff-image {
    margin-bottom: 7px;
}

.bus-location-wrap {
}

.bus-location {
}

.price-list {
  padding: 40px 40px;
  margin: 20px 0;
}

.price-list .item-description p {
    margin-top: 0;
}

.price-list .item-name {
    font-weight: bold;
    font-size: 18px;
    margin: 20px 5px 0 0;
    display: inline-block;
}

.description,
.gallery,
.file-list {
}

.scheduled-content-wrapper {
}

.scheduled-content-wrapper p {
}

img.box-shadow {
  box-shadow: 0 0 0 #fff, 0 0 20px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.12);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.required {
    color: #dc3232;
    border: none;
}

.feature-section {
    border: 1px solid #eee;
    padding: 30px;
    margin: 20px 0;
}

.price-list {
  box-shadow: 0 0 0 #fff, 0 0 10px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bus-menu-item-wrapper {
    display: block;
    border-bottom: 1px solid #DDD;
}

.bus-menu-items {
  border-bottom:2px solid #DDD;
  margin-top: 20px;
}

.bus-menu-item {
  display: inline-block;
  float: left;
  padding-right: 10px;
  font-weight: bold;
  font-size: 18px;
}

.bus-menu-price {
  display: inline-block;
  float: right;
  padding-left: 10px;
  font-size: 18px;
}

.menu-desc {
  font-family: serif;
  color: #666;
  font-style: italic;
  padding: 0 10px 16px;
  font-size: 18px;
}


.bus-description-wrapper ul,
.bus-description-wrapper ol,
.main-content-content ul,
.main-content-content ol,
.scheduled-content ul,
.scheduled-content ol,
.price-list-wrapper ul,
.price-list-wrapper ol {
  margin-left: 20px;
  margin-bottom:20px
}

.bus-address, .bus-town, .bus-state, .zip-code {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 14px;
}

.bus-phone {
  font-weight: bold;
  margin: 0;
  font-size: 1.5em;
}

h3.rpwe-title a {
    padding: 9px 16px;
    margin: 10px 10px 10px 0;
    border-radius: 4px;
    display: inline-block;
    border-bottom: 0;
    opacity: .7;
    background-color: #444;
    color: #FFF;
}

.h3.rpwe-title a:hover {
    opacity: 1;
}

/*All Favorites buttons*/
a.button,
.button,
.simplefavorite-button,
.simplefavorites-clear,
.simplefavorites-modal-content-body a,
.pagination-next a,
.pagination-previous a {
    margin: 5px 5px 5px 0;
    border-radius: 4px;
    display: inline-block;
    border-bottom: 0;
    font-weight: 700;
    opacity: 1;
}

a.fav-header.button {
    padding: 4px 8px;
    margin: 5px 5px 5px 0;
    border-radius: 4px;
    display: inline-block;
    border-bottom: 0;
    font-weight: 700;
    font-size: .8rem;
    text-transform: uppercase;
    opacity: 1;
}

a.button.delete {
	background-color: #bb0000;
	margin-top: 60px;
	padding: 5px 8px;
  font-weight: 600;
	border:1px solid #bb0000;
  baseline:
}

a.button.delete::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f235";
  margin-right: 6px;
}

/*Favorites Favorites button*/
.simplefavorite-button {
  background-color: #333;
  color: #fff;
}

.simplefavorite-button:hover,
.simplefavorite-button:focus {
  background-color: #3da12b;
  color: #FFF;
  opacity: .8;
}

.simplefavorite-button.active {
  background-color: var(--pos);
  color: #fff;
  opacity: 1;
}

.simplefavorite-button.active:hover,
.simplefavorite-button.active:focus {
  background-color: #bb0000;
  color: #FFF;
  opacity: 1;
}

/*Favorites Clear Favorites button*/
.simplefavorites-clear {
  background-color: #bb0000;
  color: #FFF;
}

.simplefavorites-clear:hover,
.simplefavorites-clear:focus {
  background-color: #bb0000;
  color: #FFF;
  opacity: .7;
}

/**************************************************
Favorites page
**************************************************/

.fav-edit-list .fav-listing {
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 10px 0;
  padding: 8px;
  border: 1px solid #FFF;
}

.fav-edit-list .fav-listing p {
 padding:0;
 margin: 0;
 align-self:center;
}

.sidebar .fav-listing p {
margin-bottom: 10px
}

.fav-edit-list .fav-listing p button {
 text-align: right;
}

.fav-list-wrap {
    margin: 20px 0;
    border: 1px solid #eeeeee;
    padding: 20px;
    background-color: #fefefe;
    border-radius: var(--radius);
}

.fav-edit-list .fav-listing:hover,
.fav-edit-list .fav-listing:focus {
  font-weight: 900;
  background-color: #f7f7f7;
  background-color: #FFF;
  border-radius: var(--radius);
  border:1px solid var(--neutraldk);
}

.fav-edit-list .fav-listing .simplefavorite-button {
  margin: 0;
}

a.button:hover,
a.button:focus,
a.fcc.button:hover,
a.fcc.button:focus,
.simplefavorites-modal-content-body a:hover,
.simplefavorites-modal-content-body a:focus,
.pagination-next a:hover,
.pagination-next a:focus,
.pagination-previous a:hover,
.pagination-previous a:focus,
 {
    opacity: .8;
    cursor: pointer;
    cursor: hand;
}

a.button.home-cta,
.pagination-next a,
.pagination-previous a {
  background-color: transparent;
  color: var(--base);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0;
  margin-right: 20px;
}

a.button.town {
  background-color: #444;
  color: #FFF;
}

ul.towns {
    margin: 0;
}

a.fcc.button,
.fcc.button,
.simplefavorites-modal-content-body a {
  background-color: var(--vivid);
  color: #FFF;
  opacity: 1;
}


a.business-edit,
a.business-new {
  background-color: #0b4c92;
  color: #FFF;
  opacity: 1;
}

a.create-bus-account,
a.business-activate {
  background-color: #3da12b;
  color: #FFF;
  opacity: 1;
}

a.business-cancel {
  background-color: #bb0000;
  color: #FFF;
  opacity: 1;
}

.home-author-links {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--poslt);
    padding-bottom: 20px;
}


div.claim-listing {
  margin: 40px auto 0;
  text-align: center;
  border-top: 1px solid var(--neutrallt);
  padding-top: 20px;
}

a.button.claim-listing {
  background-color: var(--pos);
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: none;
}

a.button.report-info {
  background-color: #fff;
  color: var(--neg);
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: none;
  border:1px solid var(--neg);
}

div.website-link {
    display: inline-block;
}

a.button.website-link {
  background-color: var(--base);
  color: #FFF;
}

a.button.edit-business-link {
  background-color: #da0b00;
  background: linear-gradient(to bottom,#da0b00 0%,#bf0600 99%);
  color: #FFF;
  display: block;
  width: 30%;
  margin: 10px auto 30px;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

a.button.edit-business-link:hover,
a.button.edit-business-link:focus {
  opacity: .7;
}

a.button.file-btn {
  background-color: #444;
  color: #FFF;
}

.button i.fa-file-pdf {
    margin-right: 4px;
}

.service-town-entry {
    background-color: var(--neutrallt);
    padding: 4px 8px;
    border-radius: var(--radius);
    display: inline-block;
    margin-bottom: 4px;
    font-size: 14px;
}

.services-area {
  display: block;
  border-top: 1px solid hsla(0, 0%, 0%, .1);
  margin-top: 40px;
  padding-top: 20px;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: var(--neutral) solid 1px;
	margin: 0;
}

.video-gallery-wrapper {
    justify-content: center;
    align-content: center;
    object-fit: cover;
    padding: 40px 0;
    border-top: 1px solid hsla(0, 0%, 0%, .05);
}

.video-gallery-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.video-wrapper {
  margin: 10px;
}

span.additional-info {
    display: block;
    color: var(--vivid);
    font-size: .9em;
}

cite {
    font-weight: 700;
    color: var(--base);
}


/* Contact Form */

.contact-form .gform_wrapper {
    margin: 0 auto;
    max-width: 700px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

ul#wp-admin-bar-user-actions a.ab-item {
    background-color: #545454;
    margin-bottom:10px;
    padding:4px 8px;
    border-radius:4px;
}

ul#wp-admin-bar-user-actions a.ab-item:hover,
ul#wp-admin-bar-user-actions a.ab-item:focus {
    background-color: #000000;
}

.social-buttons  {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  margin-top: 10px;
}

.social-button, .payments-wrap i {
    font-size: 24px;
}

.social-button {
  margin: 4px 0;
}

.twitter a,
.facebook a,
.youtube a,
.instagram a,
.pinterest a,
.googleplus a,
.linkedin a,
.foursquare a  {
  text-decoration: none;
  border-bottom: none;
}

.twitter a:hover,
.facebook a:hover,
.youtube a:hover,
.instagram a:hover,
.pinterest a:hover,
.googleplus a:hover,
.linkedin a:hover,
.foursquare a:hover,
.twitter a:focus,
.facebook a:focus,
.youtube a:focus,
.instagram a:focus,
.pinterest a:focus,
.googleplus a:focus,
.linkedin a:focus,
.foursquare a:focus  {
  opacity: 0.7;
}

.social-button.twitter a {
  color: #00b6f1;
}

.social-button.facebook a {
  color: #3b5998;
}

.social-button.youtube a {
  color: #b31217;
}

.social-button.instagram a {
  color: #c32aa3;
}

.social-button.pinterest a {
  color: #cb2027;
}

.social-button.googleplus a {
  color: #df4a32;
}

.social-button.linkedin a {
  color: #007bb6;
}

.social-button.foursquare a {
  color: #fc4575;
}

.bus-contact h2 {
  padding: 10px;
  background: #2255aa;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.tel-info-wrap {
}

.bus-telephone {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 14px;
}

.hours-wrap {
    margin: 0;
}

.links-wrap {
    margin: 0;
}

.quick-links-header, .block.title {
    font-weight: 700;
    margin: 0 0 10px;
    border-bottom: 1px solid var(--neutral);
    display: block;
}

.quick-links-p {
    padding: 10px;
    margin-top: 10px;
    background: #fafafa;
    border-radius: var(--radius);
    max-width: 220px;
}

.social-buttons-wrap, .payments-wrap {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.social-buttons-wrap i, .payments-wrap i {
    margin: 0 8px 0 0;
}

.time-sep {
  color: #b4b9be;
}

.file-list {
}

.gallery {
    background-color: #fff;
  /*    display: inline-block;  */
    margin: 20px 0;
}

.gallery-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.gallery-image {
  float: left;
  margin: 5px 5px 0 10px;
  list-style: none;
}

.gallery .gallery-inner a.gallery-image {
    border-bottom: none;
}

.image-gallery {
  width: 100%;
  border: 1px solid #f1f1f1;
}

.image-gallery-header {
  /*  margin: 40px 0 20px; */
}

.image-gallery-wrapper h2 {
}

.gallery ul {
    display: flex;
    flex-flow: row wrap;
	justify-content: space-evenly;
}


/* Image Gallery Fix */
.fgsp-slide img.fgsp-img, .fgsp-carousel-slide img.fgsp-img {
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.logo-gallery {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.logo-gallery-wrapper img {
  object-fit: contain;
  margin: 20px 20px;
}



span.video-embed {
    display: flex;
    justify-content: center;
    margin: 0;
}

.last-updated {
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    color: #333;
    background: #f9f9f9;
    padding: 4px 8px;
}

.uploaded-file {
  border:1px solid #e6e6e6;
  margin: 20px 0;
  padding: 20px;
  background-color: white;
}

.uploaded-file a {
  text-decoration: none;
  margin-left: 4px;
}

/** Favorites Button  */

button.simplefavorite-button {
}

/** Favorite List Style **/
.entry-content ul.favorites-list > li {
	list-style-type: none;

}

.entry-content ul.favorites-list > li p {
	display: inline-block;
}

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


.file-list ul li {
    list-style-type: none;
    display: inline-block;
}

ul.favorites-list li {
    zoom: 1;
    border-top: 0;
    padding: 0;
    margin: 0;
}

.favorites-list li p {
    margin: 0;
    display: inline-block;
}


.form-sample {
    background-color: #fff8dc;
    padding: 10px;
}

/**************************************************
FAVORITES
**************************************************/
h3.fav-header {
display: inline-block;
}

.entry-content ul.favorites-list {
    margin-bottom: 0;
    margin-left: 0;
    border:1px solid red;
}

ul.favorites-list li {
    zoom: 1;
    border-top: 0;
    padding: 0em 0;
    margin: 0;
}

ul.favorites-list li p {
    zoom: 1;
    border-top: 0;
    padding: 0em 0;
    margin: 0;
}

ul.favorites-list li a {

}


ul.favorites-list li a:hover,
ul.favorites-list li a:focus {
    opacity: .7;
}

ul.favorites-list li a {
margin-bottom: 1em;
display:inline-block;
}

.home-fav ul.favorites-list li a {
margin-bottom: 0.5em;
display:inline-block;
}

.so-cta-inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0;
    padding: 8px 12px;
    text-align: center;
    font-weight: bold;
	  box-shadow: 0 0 0 #fff, 0 0 20px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.12);
}

.so-cta {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 20px;
  margin: 0 0 20px;
}

.so-cta p {
  padding: 0 12px;
  margin: 0;
}

.so-cta-inner i.fa {
  font-size: 21px;
}

.bus-grid,
.bus-grid h1,
.bus-grid h2,
.bus-grid h3,
.bus-grid h4,
.bus-grid h5,
.bus-grid h6,
.bus-grid a,
.staff-team-wrapper .staff-wrapper a,
a[href^="tel:"] {
  border-bottom: 0;
  text-decoration: none;
}

.staff-team-wrapper a {
  border-bottom: 0;
}

.so-cta-inner {
  background-color: var(--vivid);
  color: var(--txtlt);
  border-radius:  var(--radius);
}

.so-cta-inner i {
  color: var(--txtlt);
}

.staff-team-wrapper .staff-wrapper a {
  border-bottom: none;
}



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

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

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

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

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

	.footer-widgets-1 {
		margin-right: 30px;
	}

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

  .featured-content .entry {
  	border-bottom: 2px solid #f5f5f5;
  	margin-bottom: 20px;
  	padding: 0 0 24px;
  }

.featured-grid {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--neutrallt);
  padding: 40px 0;
  }


.featured-name a {
font-size: 1.25em;
}

.featured-name a,
.featured-town a,
a.featured-listing-link {
    text-decoration: none;
}

.featured-image {
  grid-area: photo;
}

.featured-name {
  grid-area: name;

}

.featured-details {
  grid-area: address;
}

.featured-phone {
  grid-area: phone;
}


.featured-link {
  grid-area: link;

}

.featured-so-cta {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--textdk);
  grid-area: special;
}

.featured-so-cta i,
.featured-so-cta-home-tags i {
  width: 24px;
}

.featured-name,
.featured-details,
.featured-phone,
.featured-link {
    display: flex;
    justify-content: flex-start;
}

.featured-image {
  justify-content: left;
  justify-self: left;
/*  align-self: center; */
  max-width: 100%;
  height: auto;
}


.featured-name,
.featured-details,
.featured-phone,
.featured-so-cta-home-tags {
    padding: 0 20px;
}

.featured-phone {
    font-size: 1.5em;
}


.featured-link {
  padding: 10px 20px;
  align-self: center;
}

a.button i {
    margin-right: .5em;
}

span.featured-address-1, span.featured-address-2, span.featured-town {
    display: block;
}

.featured-address {
    display: block;
}

.featured-town {

}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.featured-grid>* {
}

.featured-so-cta i,
.featured-so-cta-home-tags i {
    color: var(--vivid);
}

  /*---------  Listing Grids  ---------*/
  /*---------  Premium  ---------*/

  .bus-grid-p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .bus-image-p {
    grid-column: 1/3;
    grid-row: 1/2;
    justify-self: center;
  }

  .tel-info-wrap-p {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .links-wrap-p {
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .bus-location-p {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .hours-wrap-p {
    grid-column: 2/3;
    grid-row: 2/5;
  }

  .google-map-p {
    grid-column: 1/3;
    grid-row: 5/6;
  }


  /*---------  Basic  ---------*/

  .bus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .tel-info-wrap {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .links-wrap {
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .bus-location {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .hours-wrap {
    grid-column: 2/2;
    grid-row: 2/5;
  }

  .google-map {
    grid-column: 1/3;
    grid-row: 5/6;
  }

}

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


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

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

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

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

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

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

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

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

  .menu {
    text-align: left;
    font-size: 1.4rem;
  }
  .menu-item {
    display: inline-block;
    padding: 0;
    width: auto;
  }
  .menu-item:hover > .sub-menu,
  .menu-item:focus > .sub-menu,
  .menu-item.sfHover > .sub-menu {
    opacity: 1 !important;
    pointer-events: all;
  }
  .menu-item.menu-item-has-children > a > span:after {
    content: '';
    width: auto;
    display: inline-block;
    margin-left: 0.5em;
    border: 3px solid transparent;
    border-top-color: #f6f7f8;
  }
  .menu-item.button > a > span {
    margin-top: 0;
    display: inline;
  }
  .menu-item a {
      padding: 0.75em 0em;
      width: 100%;
      margin: 8px 8px;
  }
  .sub-menu {
    position: absolute;
    width: 18rem;
    z-index: 99;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 0.618em 0.5em;
    margin: 0;
    font-size: 1.2rem;
    opacity: 0 !important;
    pointer-events: none;
    box-shadow: 0 0.5rem 1.5rem rgba(35, 44, 57, 0.05);
  }
  .sub-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: -1rem;
    left: 3rem;
    border: 0.5rem solid transparent;
    border-bottom-color: #ffffff;
  }
  .sub-menu li:first-of-type {
    margin-top: 0;
  }
  .sub-menu a {
    padding: 1em;
    position: relative;
    word-wrap: break-word;
    color: #232c39;
  }
  .sub-menu .sub-menu {
    margin: -0.6em 0 0 18.2rem;
    padding-left: 0.5em;
    left: 0;
    top: 0;
  }
  .sub-menu .sub-menu:before {
    position: absolute;
    top: 2em;
    left: -1rem;
    border: 0.5rem solid transparent;
    border-right-color: #ffffff;
  }
  .nav-secondary {
/*    background-color: transparent;*/
    border: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
    padding: 0;
    overflow: visible;
    -webkit-overflow-scrolling: initial;
  }
  .no-js .nav-secondary {
    display: block;
    width: auto;
  }
  .nav-secondary .menu {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  .menu-toggle {
    display: none;
  }
  .sub-menu-toggle {
    display: none;
  }

  .nav-secondary .homepage {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f015";
}

.sidebar {
    border-left: 0;
}

a.premium-features-link.button {
	margin-right:20px;
}

}

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

	body {
		background-color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
/*	.sidebar .widget, */
	.site-header {
		padding: 0;
	}

  .sidebar .widget {
    margin-bottom: 0px;
    padding: 20px 0px;
}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

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

  body.search h2.entry-title a.entry-title-link  {
  font-size: 18px;
  font-size: 1.8rem;
}

.search-town {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
}

.services-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
}

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

a.directory.button {
  width: 47%;
  text-align: center;
  margin: 4px;
  padding: 6px;
}

.featured-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-areas:
"photo"
"name"
"category"
"address"
"phone"
"link"
"special";
grid-gap: 10px;
}

a.widget-link.help {
    color: var(--neutraldk);
    padding: 0 5%;
}

.home-town .town-quick-jump a {
    min-width: auto;
}

}

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


  /*---------  Listing Grids  ---------*/
  /*---------  Premium  ---------*/

  .bus-grid-p {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin:0;
  }

  .bus-image-p,
  .bus-logo-p {
    grid-column: 1/2;
    grid-row: 1/2;
    justify-self: center;
  }

  .tel-info-wrap-p {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .hours-wrap-p {
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .bus-location-p {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .links-wrap-p {
    grid-column: 1/2;
    grid-row: 5/6;
  }

  .google-map-p {
    grid-column: 1/2;
    grid-row: 6/7;
  }

#responsive-menu-pro-header-bar-search .responsive-menu-pro-search-form {
    display: none;
}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}
