/*
Theme Name: Glenferrie Road Malvern
Theme URI: http://underscores.me/
Author: BlueBoat
Author URI: http://blueboat.com.au
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: glenferrie-road-malvern
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Glenferrie Road Malvern is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Montserrat',sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

:root {
font-size: 16px;
font-weight: 300;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Montserrat',sans-serif;
}
p {
	margin-bottom: 1em;
	color: #6d6e70;
}

p a {
    color: #286381;
    text-decoration: underline;
}
p a:hover {
    color: #286381;
    text-decoration: none;
}
p a:focus {
    color: #286381;
    outline:none;
}
p a:visited {
    color: #286381;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

h1.entry-title{
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 500;
}
h3.shop-tagline{
	font-family: 'Cardo', serif;
    color: #bdb39a;
    margin-top: 0!important;
    font-size: 30px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
.site-branding {
    text-align: center;
}
a.custom-logo-link{
    padding: 18px 0;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
select {
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
textarea {
	width: 100%;
}


#mc_embed_signup{
	background:#fff;
	clear:left;
	font:14px Helvetica,Arial,sans-serif;
	width:100%;
	padding-bottom: 40px;
	border-top: 1px solid #286381;
}

#mc_embed_signup h3 label{
	color: #286381;
}
#mc_embed_signup input {
    font-weight: 300;
    border-radius: 0;
    padding: 6px 8px 5px;
    width: 100%;
    margin-bottom: 12px;
}
#mc_embed_signup #mc-embedded-subscribe {
    border: none;
    background: #af8742;
    color: #fff;
    font-size: 16px;
    padding: 11px 19px 10px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: black;
}
a:visited {
	color: #000;
}
a:hover,
a:focus,
a:active {
	color: #296481;
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
	text-decoration: none !important;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-header{
	position: relative;
	z-index: 1000;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
    width: 31.333%;
    margin-right: 3%;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    /* clear: both; */
}
.main-navigation li:last-child {
    margin-right: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 4px 0;
	font-family: 'cardo',sans-serif;
	color: #000;
	font-size: 18px;
	background: rgba(255, 255, 255, 0.8);
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	/* clear: both; */
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	padding: 10px 0;
	font-size: 14px;
	font-family: 'montserrat',sans-serif;
}
.main-navigation ul ul li {/* display: block; */}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	font-weight: 600;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	/* clear: both; */
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-footer {
    font-size: 88%;
	background:#fff;
	position: relative;
}
.footer-cols,
.site-info {
    border-top: 1px solid;
    padding: 26px 0;
}

.single .entry-header{
	position: relative;
}

.single .trader-phone {
    padding: 12px 0;
    font-size: 20px;
    margin-bottom: 0;
}
.opening-hours-title{
	margin-bottom: 0;
	font-family: 'cardo',sans-serif;
	color: #6e6f70;
	font-size: 18px;
}
p.opening_day {
    margin-bottom: 4px;
}
p.trader-website a {
    font-family: 'cardo',sans-serif;
    text-decoration: none;
    color: #6e6f70;
}

p.trader-website {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
}

.post-header-image{
	margin-top: 24px;
}

/*-- Shop posts --*/
p.shop-cat {
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 12px 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}
.gallery-caption {
	display: block;
}

/* Maps */

/* customisation */

.site-content{
	position: relative;
}

img.home_cat_icon {
    width: auto;
    height: 38px;
    display:block;
    margin: 5px auto 14px;
}

h1.landing_headline {
    color: #286381;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
}

.home_cat {
    background-color: white;
    text-align: center;
    margin-bottom: 20px;
    padding: 2px;
    box-shadow: 1px 0.5px 3.5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.home_cat a {
    color: #6D6E70;
    font-weight: bold;
    text-decoration: none;
}

.home_cat--covid{
	background-color: #963035;
}

.home_cat--covid a{
	color: white;
}

.home_cat--covid img{
	filter: saturate(0) brightness(100);
}

.home_cat_container--covid:nth-of-type(2) .home_cat--covid{
	background-color: #286381;
}

.landing_cat_container {

}

img.custom-logo {
    max-width: 250px;
    margin: 20px auto;
}

h3.content_heading {
    color: #286381;
    margin: 15px 0px;
}

#intro_content h2,
#about-content h2 {
    font-family: 'cardo',sans-serif;
    font-size: 54px;
    margin: 10px 0px 16px 0px;
    color: #286381;
    line-height: 62px;
}

#intro_content{
	display:none;
	/* clear: both; */
}

div#intro_content_trigger {
    cursor: pointer;
    /* margin-bottom: 18px; */
}

img#chevron_toggle {
    max-width: 26px;
    float: right;
    margin-top: 5px;
    transition: all 0.5s;
}
.whats-on {
    position: relative;
    display: flex;
    cursor: pointer;
}
.whats-on-title-wrapper{
	position: absolute;
	padding: 18px;
	justify-content: center!important;
    align-self: center!important;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 26%, rgba(0,0,0,0.20) 70%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 26%,rgba(0,0,0,0.20) 70%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 26%,rgba(0,0,0,0.20) 70%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.whats-on img{
    align-self: center;
}
.whats-on-title{
    color: #fff;
    font-family: 'cardo',sans-serif;
    font-size: 36px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 12px 0;
    text-shadow: 2px 3px 10px #000;
}
.whats-on-meta{
	position: absolute;
    top: 8px;
    color: #fff;
    left: 18px;
}
a.more-link {
    position: absolute;
    bottom: 8px;
    color: #fff;
    right: 18px;
}

/* javascript helper classes */

.display{
	display:block !important;
}

.flip{
		-ms-transform: rotate(180deg); /* IE 9 */
		-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
		transform: rotate(180deg);
}

.chars {
    /* text-align: center; */
    display: flex;
    margin: 20px 0px;
    justify-content: space-around;
}

.char {
    /* margin:0px 20px; */
    color:#6d6e70;
}

.current_char {
    text-decoration:underline;
}

.trader_listing .name {
    color: black;
    font-weight: bold;
    margin-bottom: 8px;
}

.trader_listing a {
    display: block;
    color: #6d6e70;
    text-decoration: none;
}

.trader_listing{
	cursor:pointer;
	margin: 10px 0px;
	padding: 18px 0px;
	border-top: 3px solid #296481;
}
.trader_listing img.wp-post-image{
	width: 100%;
	height:214px;
}

h1.dir_title {
    text-align: center;
    margin-bottom: 12px;
}

.dir_subtitle {
    text-align: center;
    color: #27637f;
    font-family: 'cardo',sans-serif;
    font-size: 30px;
    margin-top: 0;
}

ul#cat_list {
    position: absolute;
    z-index: 100;
    background: white;
    display:none;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.27);
    margin: 0px !important;
    list-style: none;
    left: 0;
    padding: 15px;
    top: 45px;
}

.trader_listing .cat_icon {
    max-width: 30px;
    margin: 15px auto;
    display: block;
}

.nav-links a {
    color: #6d6e70;
    display: inline;
}

.nav-previous a:before {
    content: '';
    background: url(img/icons/GRM_Chevron_Gold_Left.svg);
    height: 21px;
    width: 26px;
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.nav-next a:after {
    content: '';
    background: url(img/icons/GRM_Chevron_Gold_Right.svg);
    height: 21px;
    width: 26px;
	margin-left:5px;
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    float: right;
}

.trader_listing .quote {
    /* font-size: 10px; */
    font-family: 'cardo',sans-serif;
    margin: 10px 0px;
    font-size: 18px;
}

ul#cat_list li a {
    color: #6d6e70;
}

.chars a {
    text-transform: uppercase;
}

.container-fluid.home_details {
    background-color: white;
    padding-top: 38px;
}

.footer-cols {
    border-top: 1px solid black;
	padding: 26px 0;
	color: black;
	border-bottom: 1px solid black;
}
.footer-cols p{
    margin-bottom: 0;
}
.listing_header {
    margin: 38px auto;
}

.directory_bar {
    margin-bottom: 30px;
}

hr.gfr_break {
    margin: 0px;
}
div#landing_div {
    background-size: 857px;
	background-position: top;
	position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}


div#intro_content p {
    color: #286381;
}

ul.sub-menu {
    background: white;
    line-height: 12px;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid black;
}

ul.sub-menu li {
    clear: both;
}

.main-navigation li.menu-item-has-children:hover {
    background: white;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

ul.sub-menu li {
    width: 100%;
    border: none;
}

ul.sub-menu li:hover {
    box-shadow: none;
}

.listing_item .details {
    padding-top: 10px;
}

.listing_item:nth-child(3n+1) {
    clear: both;
}

.intro_content_chevron {
    margin: 20px 5px 0px 0px !important;
}

.gfr_break {
    height: 1px;
    background: rgb(40, 99, 129);
}

.bordered_text {
    border-top: 1px solid black;
    padding: 10px 0px;
    border-bottom: 1px solid black;
}

.bordered_text_highlight{
	border-top: 1px solid #bdb39a;
    padding: 8px 0px;
    border-bottom: 1px solid #bdb39a;
}

.search_bordered_text{
    border-top: 1px solid black;
    padding: 4px 0px;
    border-bottom: 1px solid black;
}

.search_box_home{
    background: #fff;
    margin-bottom: 24px;
    padding: 10px 14px;
    box-shadow: 1px 0.5px 3.5px rgba(0, 0, 0, 0.2);
	font-weight: 600;
	position: relative;
}

#cat_trigger{
	cursor:pointer;
}

.home_categories {
    margin-bottom: 16px;
}

.pagination {
    display: block;
    clear: both;
    text-align: center;
    margin:40px 0;
}

.pagination a {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
    font-family: 'cardo',sans-serif;
    font-size: 20px;
}
.pagination a:first-child {
    margin-right: 20px;
}
.pagination a:last-child {
    margin-left: 20px;
}


.full_width {
    background: white;
    position: relative;
    /* width: 100vw;
    left: calc(-50vw + 50%); */
}

#sb_instagram #sbi_images{
	padding:0px !important;
	margin-bottom: 10px !important;
}

.sbi_photo {
    margin-right: 10px;
}

img.footer_social {
    max-width: 25px;
    margin: 1px;
}

img.trader_social {
    max-width: 25px;
	margin: 1px;
	display: inline;
}

.footer-cols a {
    display: block;
    color: #6d6e70;
}


/* redo */
.menu-footer-trader-directory-container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.menu-footer-trader-directory-container ul li a {
    color: black;
    /* margin: 8px 0px; */
}

.menu-footer-about-us-container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.menu-footer-about-us-container ul li a {
    color: black;
}

.footer-cols {
    font-size: 13.5px;
}

.social_a{
	display: inline !important;
}

a.footer_heading,
p.footer_heading{
    color: black;
    font-weight: 400;
}

p.footer_copyright {
	margin-top: 40px;
	font-size:10px;
}

.sbi_follow_btn {
    display: none !important;
}

div#sbi_load {
    display: none !important;
}

div#map {
    width: 100%;
    height: 610px;
    margin-bottom: 20px;
}

img.single_cat_icon {
    max-width: 25px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.trader_socials{
	text-align:center;
	padding: 8px 0px;
}

img.related_cat_icon {
    max-width: 30px;
    float: right;
    margin: 10px;
}
.cat_link{
	line-height: 2;
	display: block;
}
h4.related_title {
    float: left;
    line-height: 33px;
}

.cat_trigger_container {
    position: relative;
}

h2.related_traders_title {
    font-family: 'cardo',sans-serif;
    color: rgba(0, 0, 0, 0.5);
}

.related_trader {
    border-top: 3px solid #bdb39a;
    padding-top: 18px;
    cursor: pointer;
}


/* Pushy */
.pushy {
	right: 0;
	position: fixed;
	width: 270px;
	height: 100%;
	top: 0;
	z-index: 9999;
	background: #a42431;
	font-size: 0.9em;
	font-weight: bold;
	/* -webkit-box-shadow: inset 5px 0px 3px -4px rgba(0, 0, 0, 0.7); */
	-moz-box-shadow: inset 5px 0px 3px -4px rgba(0, 0, 0, 0.7);
	/* box-shadow: inset 5px 0px 3px -4px rgba(0, 0, 0, 0.7); */
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/* enables momentum scrolling in iOS overflow elements */
}
/* Menu Movement */
.pushy-right {
	-webkit-transform: translate3d(270px, 0, 0);
	-moz-transform: translate3d(270px, 0, 0);
	-ms-transform: translate3d(270px, 0, 0);
	-o-transform: translate3d(270px, 0, 0);
	transform: translate3d(270px, 0, 0);
}
.pushy-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.container-push, .push-push {
	-webkit-transform: translate3d(-270px, 0, 0);
	-moz-transform: translate3d(-270px, 0, 0);
	-ms-transform: translate3d(-270px, 0, 0);
	-o-transform: translate3d(-270px, 0, 0);
	transform: translate3d(-270px, 0, 0);
}
/* Menu Transitions */
.pushy, #container, .push {
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
	display: none;
}
.pushy-active .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-animation: fade 500ms;
	-moz-animation: fade 500ms;
	-o-animation: fade 500ms;
	animation: fade 500ms;
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.menu-btn-wrapper {
	width: 100%;
}
.menu-btn {
	padding: 10px;
	margin-top: 26px;
	float: right;
}
.content {
	clear: both;
	margin-top: 1em;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.pushy li {
	/* padding: 8px 20px; */
}
.pushy li a {
	color: #fff !important;
	font-size: 14px;
}
.pushy ul.header_menu {
	background: #1b4147;
}
.pushy ul.header_menu li {
	background: #1b4147;
}
/* End Pushy */

#mobile_nav_icon div {
	height: 2px;
	background: black;
	width: 40px;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.desktop_nav{
		display:block;
	}
	#mobile_nav_icon{
		display:none;
	}
	.single .entry-header .post-navigation{
		position: absolute;
		width: 100%;
		top: 50%;
		margin-top: -10px;
		font-size: 13px;
	}
	div#landing_div {
    background-size: cover;
    background-position: initial;
	}
	a.custom-logo-link{
    width: 302px;
	}
	h1.landing_headline {
    font-size: 30px;
	}
	.full_width {
	padding-top: 24px;
	}
	.home_cat {
    padding: 10px;
	}
	.home_cat--covid{
		padding: 25px 10px;
	}
	img.home_cat_icon {
    height: 50px;
	}
	.home_cat a {
    padding-top: 16px;
	}
	#mc_embed_signup input {
	    margin-right: 7px;
	    width: initial;
	}
	#mc_embed_signup #mce-FNAME{
		width: 25%;
	}
	#mc_embed_signup #mce-LNAME{
		width: 25%;
	}
	#mc_embed_signup #mce-EMAIL{
		width: 33%;
	}
}

@media screen and (min-width: 960px) {
h1.landing_headline {
    font-size: 45px;
	margin: 50px auto 50px auto;
	max-width: 650px;
}
	.full_width {
	padding-top: 50px;
	}
	.home_categories {
    margin-bottom: 50px;
	}
	.home_categories--covid{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.desktop_nav{
		display:none;
	}
	img.custom-logo {
		max-width: 220px;
		margin: 0px;
		float: left;
	}
	.site-branding {
		display: inline;
	}
	span.home_cat_icon_container {
		width: 80px;
	}
	img.home_cat_icon {
		display: inline !important;
	}
	.home_cat {
		display: flex;
		align-items: center;
	}
	.home_cat a {
		font-weight: bold;
		letter-spacing: 2px;
	}
	h3.content_heading {
    width: 75%;
	}

}

@media screen and (max-width: 767px) {
	.home_cat a {
		font-size: 27px;
	}
}

@media screen and (max-width: 700px) {
	.home_cat a {
		font-size: 17px;
	}
}

.main-navigation ul {
	display: block;
}

ul#mobile-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height:30px;
}

ul#mobile-menu ul{
    list-style:none;
    background:#a42431;
    padding: 0px;
    margin: 0px;
    line-height: 21px;
}

ul#mobile-menu .sub-menu{
    border-bottom:none;
}

ul#mobile-menu > li {
    /* background: rebeccapurple; */
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 40px auto;
    /* max-width: 222px; */
    /* margin: 0 auto; */
    max-width: 222px;
    font-weight: 100;
    font-size: 16px;
}

ul#mobile-menu > li >a {
	font-family: 'cardo',sans-serif;
	font-size: 22px;
}

.mobile_copyright p {
    color: white;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 2px;
}

.mobile_copyright {
    text-align: center;
}

div#mobile_menu_footer {
    position: absolute;
    bottom: 10px;
    right: 0%;
    left: 0%;
}

img.profile_img {
    width: 100%;
}

div#map-canvas {
    height: 220px;
    margin-top: 20px;
}

.hours {
    margin-bottom: 10px;
}

/* p.profile_quote:before {
    content: '"';
}

p.profile_quote:after {
    content: '"';
} */

p.profile_quote {
    font-family: 'cardo',sans-serif;
    font-size: 30px;
    color: #ae8742;
}

a.profile_link {
    font-family: 'cardo',sans-serif;
    font-size: 22px;
    color: black;
}

.profile_link_container {
    text-align: center;
    margin: 38px 0px;
}

.profile_content {
    margin-top: 38px;
}

h4.profile_title {
    font-family: 'cardo',sans-serif;
    font-size: 25px;
    color: rgba(174, 135, 66, 0.5);
}

body.page-id-3020 .content-area table td{
	padding:5px 3px;
}
body.page-id-3020 .content-area table tr:nth-child(even){
	background:#f5f5f5;
}

#covid{
	background: #286381;
    padding-top: 50px;
    color: white !important;
    padding-bottom: 40px;
	text-align: center;
	position: relative;
}

#covid p, #covid h3{
	color: white;
}
#covid a{
	border-radius: 3px;
    border: none;
    background: #af8742;
    color: #fff;
    font-size: 16px;
    padding: 11px 19px 10px;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
		transition: 0.2s all ease;
}
#covid a:hover{
	transform: scale(0.98);
}
