/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.1.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
- Accessibility Features
- Divi Builder global overrides
- Customizations
*/


/* @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Oswald:300,400,500,600&display=swap'); */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:400,700,800|Oswald:300,400,500,600|Raleway&display=swap');

/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap'); */


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


/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */


/* stylelint-disable */

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

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}


/* stylelint-enable */


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

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


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

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

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


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


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

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #fff;
    color: #333;
    /* font-family: "Source Sans Pro", sans-serif; */
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
    overflow-x: hidden;
}

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

a {
    /* color: #0073e5; */
    color: #8e0c3a;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
    color: #333;
    text-decoration: none;
}

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

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

li {
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
}

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

b,
strong {
    font-weight: 700;
}

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

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

blockquote {
    margin: 30px;
}

blockquote {
    border-left: 5px solid #8e0c3a;
    padding: 15px 20px;
    background-color: #f6f6f6;
    width: 90%;
    color: #747474;
}

blockquote p:last-of-type {
    margin-bottom: 5px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Source Sans Pro", sans-serif; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
    font-weight: 600;
}

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

h5 {
    font-size: 18px;
}

.entry-content h5 {
    font-size: 16px;
    color: #747474;
}

h6 {
    font-size: 16px;
}

.entry-content h6 {
    color: #747474;
    line-height: 17px;
    font-size: 11px;
}


/* Headings with visible separator */

.dsbf-title-align-left,
.dsbf-title-align-right {
    display: flex !important;
    width: 100% !important;
    flex-flow: nowrap;
}

.dsbf-title-align-left .et_pb_text_inner,
.dsbf-title-align-right .et_pb_text_inner {
    width: 100%;
    display: flex;
    flex-flow: nowrap;
}

div.dsbf-title-separator {
    flex: 1 0 auto;
    align-self: flex-start;
}

.dsbf-title-align-left h1,
.dsbf-title-align-left h2,
.dsbf-title-align-left h3,
.dsbf-title-align-left h4 {
    flex: 0 1 auto;
    padding-right: 10px;
    margin-bottom: 0 !important;
    font-weight: normal;
    margin-top: 0 !important;
}

.dsbf-title-align-right h1,
.dsbf-title-align-right h2,
.dsbf-title-align-right h3,
.dsbf-title-align-right h4 {
    flex: 0 1 auto;
    padding-left: 10px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: normal;
}

.dsbf-title-align-left .dsbf-sep,
.dsbf-title-align-right .dsbf-sep
/* .dsbf-title-align-left.sep-h1,
.dsbf-title-align-right.sep-h1,
.dsbf-title-align-left.sep-h2,
.dsbf-title-align-right.sep-h2,
.dsbf-title-align-left.sep-h3,
.dsbf-title-align-right.sep-h3,
.dsbf-title-align-left.sep-h4,
.dsbf-title-align-right.sep-h4  */

{
    border-bottom: 1px solid #e0dede;
    /* padding-bottom: 25px; */
}

.dsbf-title-align-left .dsbf-sep-h1,
.dsbf-title-align-right .dsbf-sep-h1,
.dsbf-sep-h1.dsbf-sep {
    padding-bottom: 25px;
}

.dsbf-title-align-left .dsbf-sep-h2,
.dsbf-title-align-right .dsbf-sep-h2,
.dsbf-sep-h2.dsbf-sep {
    padding-bottom: 15px;
}

.dsbf-title-align-left .dsbf-sep-h3,
.dsbf-title-align-right .dsbf-sep-h3,
.dsbf-sep-h3.dsbf-sep {
    padding-bottom: 12px;
}

.dsbf-title-align-left .dsbf-sep-h4,
.dsbf-title-align-right .dsbf-sep-h4,
.dsbf-sep-h4.dsbf-sep {
    padding-bottom: 8px;
}


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

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

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

figure {
    margin: 0;
}


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

.gallery {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    width: 100%;
}

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

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

::-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

::placeholder {
    color: #333;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    background-color: #333;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

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

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

.button {
    display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

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


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

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
}

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

td,
th {
    text-align: left;
    vertical-align: top;
}

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

th {
    font-weight: 600;
    padding: 0 10px 10px;
}

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

td:last-child,
th:last-child {
    padding-right: 0;
}


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

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

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

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


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


/* Site Container
--------------------------------------------- */

.site-container {
    animation: fadein 1s;
    word-wrap: break-word;
}

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


/* Site Inner
--------------------------------------------- */

.site-inner {
    clear: both;
    margin: 0 auto;
    /* padding: 60px 30px 0; */
    padding: 60px 0;
}


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


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

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

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

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

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


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

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

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

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


/* .breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
} */

.breadcrumb {
    text-align: right;
    font-size: 12px;
    color: #747474;
    margin-bottom: 50px;
    margin-top: -30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d3d4;
}

.genesis-title-hidden .breadcrumb {
    margin-top: 40px;
}

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


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

.search-form {
    overflow: hidden;
}

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

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

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


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

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

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

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

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

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
    padding-top: 0;
}


/* 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,
.singular-image {
    display: block;
    margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
    /* margin-bottom: 15px; */
    margin-top: 10px;
    margin-bottom: 10px;
}

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

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

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

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

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


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

.widget {
    margin-bottom: 40px;
}

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

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

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

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

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

.widget_calendar table {
    width: 100%;
}

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


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

.featured-content .entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

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

.featured-content .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}


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


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

.after-entry .enews {
    text-align: center;
    padding: 10px;
}

.sidebar .enews {
    background-color: #f5f5f5;
    padding: 30px;
}

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

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

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

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


/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: #0073e5;
}

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

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


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

.entry-content .wpforms-container {
    margin-bottom: 40px;
}

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

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 15px;
}

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

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

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

.site-container .entry-content .wpforms-form textarea {
    padding: 15px;
}

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

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

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


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

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

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


/* Display outline on focus */

:focus {
    color: #333;
    outline: #ccc solid 1px;
}


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

.site-header {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 0 30px;
}


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

.title-area {
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
}

.wp-custom-logo .title-area {
    max-width: 350px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

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

.site-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

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

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


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

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
}

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

.genesis-nav-menu a {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    /* color: #0073e5; MEBF removed hover color change to blue in nav menu */
    text-decoration: none;
}

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

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

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

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

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


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

.menu .menu-item:focus {
    position: static;
}

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

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

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

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

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #333;
}

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

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

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

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

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

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

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


/* Header Menu
--------------------------------------------- */

.nav-primary {
    clear: left;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}


/* Footer Menu
--------------------------------------------- */

.nav-secondary {
    margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
    line-height: 1.5;
}

.nav-secondary .menu-item {
    display: inline-block;
}

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}


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


/* Entry Content
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
}

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

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

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

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

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

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

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

.entry-content p {
    color: #747474;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}


/* MEBF: added :not(.share). Was causing isues for color of share buttons*/

.entry-content a:not(.share),
.entry-content #et-boc a:not(.share) {
    color: #8e0c3a !important;
    text-decoration: none !important;
}


/* MEBF: need to make sure these don't get set with Divi colors */

.et-db #et-boc .et-l .et_pb_module .sharrre a.share {
    line-height: 25px;
}

.et-db #et-boc .et-l .et_pb_module .sharrre.facebook a.share:hover,
.et-db #et-boc .et-l .et_pb_module .sharrre.twitter a.share:hover,
.et-db #et-boc .et-l .et_pb_module .sharrre.pinterest a.share:hover,
.et-db #et-boc .et-l .et_pb_module .sharrre.linkedin a.share:hover {
    color: #fff;
}

.et-db #et-boc .et-l .et_pb_module .sharrre.facebook a.share {
    color: #3d5a98;
}

.et-db #et-boc .et-l .et_pb_module .sharrre.twitter a.share {
    color: #09b0ed;
}

.et-db #et-boc .et-l .et_pb_module .sharrre.pinterest a.share {
    color: #cb2127;
}

.et-db #et-boc .et-l .et_pb_module .sharrre.linkedin a.share {
    color: #035a87;
}


/* MEBF: added :not(.share). Was causing isues for color of share buttons*/

.entry-content a:hover:not(.share),
.entry-content #et-boc a:hover:not(.share) {
    color: #8e0c3a !important;
    text-decoration: none !important;
}

.entry-content h2 a,
.entry-content h2 {
    font-weight: 400 !important;
    line-height: 34px !important;
}

.entry-content h1 {
    font-size: 34px !important;
    font-weight: 400 !important;
    line-height: 48px !important;
}

.dsbf-title-align-left {
    text-align: left;
    display: table;
    margin: 0 0 31px;
    overflow: hidden;
    /* MEBF 2020-02-28: was float: left. This caused formatting issues on https://www.oregonwine.org/oregon-wines-fly-free/participating-wineries/ where the title would appear after some wineries which were after the title in the markup */
    float: none;
}


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

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

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

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

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

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


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

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

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

.archive-pagination li {
    display: inline;
}

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

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


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

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

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

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

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

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

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

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

.comment-header p {
    margin-bottom: 0;
}

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

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


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    line-height: 1.5;
}

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

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


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

.footer-widgets {
    border-top: 1px solid #eee;
    background-color: #fff;
    clear: both;
    padding: 60px 0;
}

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

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

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


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

.site-footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    font-size: 15px;
    line-height: 1.5;
    padding: 30px;
    text-align: center;
}

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


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

@media only screen and (min-width: 480px) {
    table {
        table-layout: auto;
        word-break: normal;
    }
}


/* Originally min-width: 960 */

@media only screen and (min-width: 800px) {
    /* Site Header
	--------------------------------------------- */
    .site-header {
        position: relative;
        top: 0;
        left: 0;
        z-index: 9999;
        transition: all 0.5s ease;
        width: 100%;
    }
    .site-header.scrolling {
        top: -100px;
    }
    .site-header.scrolled {
        top: -45px;
        position: sticky;
        background-color: rgba(255, 255, 255, 0.97);
    }
    .admin-bar .site-header {
        /* top: 32px; */
    }
    /* Genesis Menu
	--------------------------------------------- */
    .genesis-nav-menu .menu-item {
        display: inline-block;
    }
    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu>.menu-bold>a {
        font-weight: 700;
    }
    .genesis-nav-menu>.menu-highlight>a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .genesis-nav-menu>.menu-highlight>a:focus,
    .genesis-nav-menu>.menu-highlight>a:hover {
        background-color: #0073e5;
    }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 180px;
    }
    .genesis-nav-menu .sub-menu {
        border-top: 1px solid #eee;
        opacity: 0;
        padding-left: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out;
    }
    .genesis-nav-menu .sub-menu a {
        border: 1px solid #eee;
        border-top: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 179px;
    }
    /* Responsive Menu
	--------------------------------------------- */
    .genesis-responsive-menu {
        display: block;
        padding-top: 15px;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }
    /* Header Menu
	--------------------------------------------- */
    .nav-primary {
        clear: none;
        float: right;
        width: auto;
    }
    .nav-primary .genesis-nav-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* Site-Inner
	--------------------------------------------- */
    .site-inner {
        /* max-width: 1140px; */
        /* max-width: 1060px; */
        max-width: 1000px;
    }
    /* Content
	--------------------------------------------- */
    .content {
        float: left;
        width: 65%;
    }
    .sidebar-content .content {
        float: right;
    }
    .full-width-content .content {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    /* Sidebar
	--------------------------------------------- */
    .sidebar {
        float: right;
        width: 30%;
    }
    .sidebar-content .sidebar {
        float: left;
    }
    /* Author Box
	--------------------------------------------- */
    .author-box {
        background-color: #f5f5f5;
        padding: 30px;
    }
    /* After Entry
	--------------------------------------------- */
    .after-entry {
        padding: 40px 60px;
    }
    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }
    /* Column Classes
	--------------------------------------------- */
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 2.564102564102564%;
    }
    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%;
    }
    .one-third,
    .two-sixths {
        width: 31.623931623931625%;
    }
    .four-sixths,
    .two-thirds {
        width: 65.81196581196582%;
    }
    .one-fourth {
        width: 23.076923076923077%;
    }
    .three-fourths {
        width: 74.35897435897436%;
    }
    .one-sixth {
        width: 14.52991452991453%;
    }
    .five-sixths {
        width: 82.90598290598291%;
    }
    .first {
        clear: both;
        margin-left: 0;
    }
    /* Entry Misc.
	--------------------------------------------- */
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings {
        margin-bottom: 60px;
    }
    /* Footer Widgets
	--------------------------------------------- */
    .footer-widgets .wrap {
        max-width: 1140px;
    }
    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: calc(100% / 3);
    }
}


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

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #333 !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;
    }
    .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;
    }
}


/* ## Accessible Menu
--------------------------------------------- */


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

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
	left: auto;
	opacity: 1;
} */


/* ## Screen reader text
--------------------------------------------- */

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

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

.more-link {
    position: relative;
}


/* ## Divi Builder global overrides
--------------------------------------------- */

.et-db .entry-content #et-boc .et-l .et_pb_module p {
    color: #747474 !important;
    padding-bottom: 20px;
}

.page.et-db .entry-header h1.entry-title {
    display: none;
}

.et-db #et-boc .et-l .et_pb_button_0_wrapper .et_pb_button_0.dsbf-print-button,
.et-db #et-boc .et-l .et_pb_button_0_wrapper .et_pb_button_0.dsbf-print-button:hover {
    padding-left: 40px !important;
}

.et-db #et-boc .et-l .et_pb_module.et_pb_text,
.et-db #et-boc .et-l .et_pb_module.et_pb_text.dsbf-title-align-left,
.et-db #et-boc .et-l .et_pb_module.et_pb_text.dsbf-title-align-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.et-db #et-boc a.et_pb_button.et_pb_bg_layout_light {
    color:  #fff !important;
    border-width: 0px !important;
    border-radius: 0px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #8e0c3a !important;
}

.et-db #et-boc .et-l .et_pb_button:after, .et-db #et-boc .et-l .et_pb_button:before {
    content: "" !important;
}


/* ## Customizations begin here
--------------------------------------------- */


/* Global */

a.dsbf-btn-default {
    background: #8e0c3a;
    color: white !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    padding: 11px 23px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

a.dsbf-btn-default:hover {
    background: #8e0c3a !important;
    color: white !important;
}


/* Site Header and nav */

.dsbf-top-bar .wrap,
.site-header .wrap {
    max-width: 1060px;
    margin: 0 auto;
}

.dsbf-top-bar>.wrap,
.site-header>.wrap {
    padding-left: 30px;
    padding-right: 30px;
}

header.site-header {
    padding: 0;
    /* padding: 0 30px; */
}

.dsbf-top-bar {
    width: 100%;
    background-color: #8e0c3a;
    height: 45px;
}

.dsbf-top-bar .wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

nav.dsbf-top-nav-left,
nav.dsbf-top-nav-right {
    width: 49%;
    height: 45px;
}

nav.dsbf-top-nav-left {
    order: 1;
}

nav.dsbf-top-nav-right {
    order: 2;
}

.dsbf-top-bar ul {
    display: flex;
    justify-content: flex-end;
}

.dsbf-top-bar ul li a {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    padding: 0 13px;
    line-height: 43px;
}

.wp-custom-logo .title-area {
    padding-top: 11px;
    padding-bottom: 11px;
}

.site-header {
    border-bottom: 10px solid #b21e4e;
}

.nav-primary {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-primary li a {
    height: 100px;
    line-height: 110px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #887e6f !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
}

.footer-widget-area {
    padding-left: 15px;
    padding-right: 15px;
}

div#genesis-footer-widgets,
.blog-page .footer-widgets {
    color: #8c8989;
    border-top: 12px solid #e9eaee;
    background-color: #363839;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 43px;
    padding-bottom: 40px;
}

footer.site-footer {
    padding-top: 18px;
    padding-bottom: 16px;
    border-top: 1px solid #4b4c4d;
    background-color: #282a2b;
    color: #8c8989;
    font-size: 12px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

#genesis-footer-widgets .widget.simple-social-icons,
.blog-page .footer-widgets .widget.simple-social-icons {
    margin-bottom: 20px;
}

.site-footer .wrap {
    max-width: 1060px;
    margin: 0 auto;
}

.footer-widgets .wrap {
    max-width: 1060px;
}

.footer-widget-area.footer-widgets-1 {
    padding-left: 0;
}

.footer-widget-area.footer-widgets-3 {
    padding-right: 0;
}

.footer-widgets-1 {
    color: #8c8989;
    font-size: 16px;
    line-height: 20px;
}

.footer-widget-area h3.widget-title {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    margin-bottom: 28px;
    text-transform: uppercase;
    color: #DDDDDD;
}

.footer-widgets-3 .widget_nav_menu ul li {
    font-size: 16px;
    line-height: 24px;
    /* border-bottom: 1px solid #505152; */
}

.footer-widgets-3 .widget_nav_menu ul li a {
    padding-bottom: 12px;
    border-bottom: 1px solid #505152;
    color: #bfbfbf;
    text-decoration: none;
    width: 100%;
    display: block;
}

.footer-widgets-3 .widget_nav_menu ul li a:hover {
    color: #8e0c3a;
}


/* in progress */

nav.nav-primary ul.menu-primary ul.sub-menu {
    text-transform: uppercase;
    border-top: 3px solid #8e0c3a;
    width: 200px !important;
}

nav.nav-primary ul.menu-primary ul.sub-menu li {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    min-height: 43px;
    width: 200px;
    background-color: #8e0c3a;
    /*     height: unset; */
}

nav.nav-primary ul.menu-primary ul.sub-menu>li a {
    background-color: #8e0c3a;
    border: none;
    width: 200px;
    height: auto;
    min-height: 43px;
    /* line-height: 19px; */
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8e0c3a;
}

nav.nav-primary ul.menu-primary ul.sub-menu>li a:hover {
    background-color: #aca59a;
}

nav.nav-primary ul.menu-primary ul.sub-menu>li a span {
    color: white;
    font-size: 12px;
    display: block;
    line-height: 19px;
}

.nav-primary .genesis-nav-menu>li>a {
    padding-left: 0;
    padding-right: 11px;
}


/* #siq-menu-searchbox-wrap #siq-expsearch-cont span.siq-expsearch-icon:before, .siq-icon-searchbox-wrap .siq-expsearch-cont span.siq-expsearch-icon:before {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
}
#siq-menu-searchbox-wrap {
    top: 68px;
    padding:25px;
    background-color: #8e0c3a;
    display: none;
}
#siq-menu-searchbox-wrap input {
    color: #aaa9a9;
    border-color: #d2d2d2;
    background-color: #fff;
    font-size: 13px !important;
    height: 33px !important;
    width: 165px !important;
    padding: 8px 15px !important;
    box-sizing: border-box;
    margin: 0 !important;
}

#siq-menu-searchbox-wrap.siq-search-open,
.siq-icon-item-siq-selectbox .siq-icon-searchbox-wrap.siq-search-open {
    width: 231px !important;
}
#siq-menu-searchbox-wrap #siq-expsearch-cont .siq-expsearch-icon,
.siq-icon-searchbox-wrap .siq-expsearch-cont .siq-expsearch-icon {
    width: 33px !important;
    height: 33px !important;
    line-height: 33px !important;
}
#siq-menu-searchbox-wrap #siq-expsearch-cont .siq-expsearch,
.siq-icon-searchbox-wrap .siq-expsearch-cont .siq-expsearch {
    height: 33px !important;
    width: 100% !important;
}

#siq-menu-searchbox-wrap.siq-search-open #siq-expsearch-cont .siq-expsearch-icon,
.siq-icon-searchbox-wrap.siq-search-open .siq-expsearch-cont .siq-expsearch-icon {
    color: #fff!important;
    background: black;
}
#siq-menu-searchbox-wrap.dsbf-siq-search-open,
#siq-menu-searchbox-wrap.dsbf-siq-search-open #siq-expsearch-cont .siq-expsearch-input, .siq-icon-searchbox-wrap.dsbf-siq-search-open .siq-expsearch-cont .siq-expsearch-input {
    display: block;
    opacity: 1;
}*/

li#menu-item-33895 {
    position: absolute;
    height: 100px;
}

nav ul#menu-main-nav {
    /* background: pink; */
    margin-right: 10px;
}

.dsbf-top-bar {
    height: 44px;
    border-bottom: 1px solid #8e0c3a;
}

header.site-header {
    height: 160px;
}

.nav-primary .genesis-nav-menu>li>a {
    border-top: 2px solid transparent;
}

nav.dsbf-top-nav-left,
nav.dsbf-top-nav-right {
    height: 44px !important;
}

.dsbf-top-bar ul li a {
    height: 44px !important;
}

.nav-primary .genesis-nav-menu>li>a {
    box-sizing: content-box;
}

li#menu-item-siq-selectbox {
    width: 2px !important;
    display: none;
}

li#menu-item-33895 {
    position: relative;
    /* border: 1px solid blue; */
    /*     display: block; */
    height: 50px !important;
    padding: 35px 0px;
    left: 5px;
    margin-left: -6px;
}

li#menu-item-33895 a {
    display: none;
}

.nav-primary li a {
    line-height: 112px;
}

li#menu-item-23 {
    width: 88.766px;
    right: 3px;
}

li#menu-item-24 {
    width: 76.234px;
    right: 2px;
}

li#menu-item-25 {
    width: 59.922px;
    right: 1px;
}

li#menu-item-26 {
    width: 54.047px;
}

@media screen and (min-width:799px) {
    .siq-expandwdgt-cont.siq-searchwidget {
        /* top: 68px; */
        padding: 25px;
        background-color: #8e0c3a;
        /* width: 231px !important; */
        position: absolute;
        display: none;
        opacity: 0;
    }
    .menu .siq-expandwdgt-cont.siq-searchwidget.dsbf-widget-open {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in;
        -moz-transition: opacity 0.4s ease-in;
        -o-transition: opacity 0.4s ease-in;
        transition: opacity 0.4s ease-in;
    }
    .siq-expandwdgt-cont.siq-searchwidget input {
        color: #aaa9a9;
        border-color: #d2d2d2;
        background-color: #fff;
        font-size: 13px !important;
        height: 33px !important;
        width: 165px !important;
        padding: 8px 15px !important;
        box-sizing: border-box;
        margin: 0 !important;
    }
    .dsbf-siq-icon span {
        display: none;
    }
    .dsbf-siq-icon:before {
        content: "\e900";
        font-family: 'SIQ_icomoon';
        font-size: 14px;
        font-weight: bold;
        color: #747474;
        position: relative;
        top: 1px;
    }
    .dsbf-siq-icon:hover {
        cursor: pointer;
    }
    input.siq-expandwdgt-input.siq-searchwidget-input {
        border-radius: 0;
        width: 198px !important;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    }
    span.siq-expandwdgt-icon {
        /* right: 0; */
        color: #fff !important;
        background: black;
        font-size: 12px !important;
    }
    span.siq-expandwdgt-icon::before {
        font-size: 14px !important;
        font-weight: 800;
    }
    .siq-expandwdgt-icon:hover {
        cursor: pointer;
    }
    #siq-expandwdgt-cont .siq-expandwdgt-icon,
    .siq-expandwdgt-cont .siq-expandwdgt-icon {
        height: 33px !important;
        width: 33px !important;
        line-height: 33px !important;
        right: 0 !important;
        left: unset !important;
    }
    #siq-expandwdgt-cont .siq-expandwdgt,
    .siq-expandwdgt-cont .siq-expandwdgt {
        height: 33px !important;
    }
    form.siq-expandwdgt.siq-searchwidget {
        width: 198px;
    }
    .siq-expandwdgt-cont.siq-searchwidget {
        top: 103px;
        right: 0;
        width: 250px;
        border: 1px solid #8e0c3a;
    }
}


/* Match responsive behavior of existing header */

@media screen and (max-width: 1060px) {
    .dsbf-top-bar .wrap,
    .site-header>.wrap {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .site-inner {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1060px;
    }
}

@media only screen and (max-width: 985px) {
    .wp-custom-logo .site-container .title-area {
        width: 123px !important;
        height: auto !important;
    }
    .wp-custom-logo .title-area {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .nav-primary .genesis-nav-menu li a {
        font-size: 12px !important;
    }
    .nav-primary .genesis-nav-menu a {
        padding-right: 10px;
    }
    #siq-menu-searchbox-wrap #siq-expsearch-cont span.siq-expsearch-icon:before,
    .siq-icon-searchbox-wrap .siq-expsearch-cont span.siq-expsearch-icon:before {
        font-size: 14px !important;
    }
    nav ul#menu-main-nav {
        margin-right: 6px;
    }
}

@media screen and (max-width: 799px) {
    .wp-custom-logo .site-container .title-area {
        width: 193px !important;
        height: auto !important;
    }
    .menu-toggle {
        margin-bottom: 20px;
        margin-top: 35px;
    }
    .dashicons-before:before {
        font-size: 26px !important;
    }
    .nav-primary.genesis-responsive-menu li a {
        height: 47px;
        /* MEBF 2020-02-29: was line-height: 47px, but that messed up menu items that wrapped */
        /* line-height: 1.1; */
        line-height: 47px;
        border-bottom: 1px solid #f8f8f8;
    }
    nav.nav-primary ul.menu-primary ul.sub-menu>li a {
        width: auto;
    }
    .sub-menu-toggle {
        padding: 9px 3px 9px 10px;
    }
    .sub-menu-toggle::before {
        font-size: 16px !important;
        color: #747474;
    }
    .nav-primary.genesis-responsive-menu ul ul.sub-menu li a:before {
        content: "-";
        margin-left: -10px;
        margin-right: 3px;
        /*     max-height: 47px; */
    }
    .nav-primary.genesis-responsive-menu ul ul.sub-menu li {
        max-height: 47px;
    }
    nav.nav-primary.genesis-responsive-menu ul ul.sub-menu li a,
    nav.nav-primary.genesis-responsive-menu ul {
        background-color: transparent !important;
        border-bottom: 0;
    }
    nav.nav-primary.genesis-responsive-menu ul ul.sub-menu li {
        background-color: transparent;
        color: #333333;
    }
    nav.nav-primary.genesis-responsive-menu ul ul.sub-menu li a span {
        color: #333333;
    }
    nav.nav-primary ul.menu-primary ul.sub-menu {
        border-top: none;
        width: 100% !important;
    }
    nav.nav-primary.genesis-responsive-menu li a,
    nav.nav-primary.genesis-responsive-menu li a span {
        color: #333333;
    }
    nav.nav-primary ul.menu-primary ul.sub-menu>li a {
        height: 47px !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    nav.nav-primary ul.menu-primary ul.sub-menu>li a span {
        display: inline;
    }
    #menu-main-nav #menu-item-siq-selectbox,
    .siq-icon-item-siq-selectbox {
        /* width: 100% !important;
        top: 0 !important;
        margin-top: 15px;
        margin-bottom: 15px; */
    }
    #menu-main-nav #menu-item-siq-selectbox input.siq-expsearch-input,
    #menu-main-nav #siq-menu-searchbox-wrap.siq-search-open,
    #menu-main-nav .siq-icon-item-siq-selectbox .siq-icon-searchbox-wrap.siq-search-open {
        /* width: 100% !important; */
    }
    .wp-custom-logo .title-area {
        padding-top: 21px;
        padding-bottom: 20px;
    }
    header.site-header {
        min-height: 178px;
        height: auto;
    }
    .siq-expandwdgt-cont.siq-searchwidget {
        top: 0;
        position: relative;
        width: 100%;
        padding-bottom: 10px
    }
    .siq-expandwdgt-cont.siq-searchwidget input {
        width: 100% !important;
        border-radius: 0;
        border: 1px solid #747474;
        padding: 0px 10px;
    }
    li#menu-item-33895 {
        padding: 5px;
        height: auto !important;
    }
    header.site-header {
        z-index: 9999999;
    }
    .site-inner.ls-overflow-visible {
        z-index: -1;
    }
    #siq-expandwdgt-cont .siq-expandwdgt-icon,
    .siq-expandwdgt-cont .siq-expandwdgt-icon {
        left: unset !important;
        right: 0 !important;
    }
    span.siq-expandwdgt-icon:before {
        color: #747474;
        font-size: 14px;
        font-weight: bold;
    }
    .single-owb_listing.dsbf-listing-single article.listing-content{
        /* display: block; */
      }
      .listing-content .listing-sidebar,
      .listing-content .listing-main-column{
        flex: 0;
        width: 100%;
      }
}


/* Match responsive behavior of existing footer */

@media only screen and (max-width: 800px) {
    .footer-widget-area {
        width: calc(100% / 3);
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .dsbf-top-bar ul {
        justify-content: center;
    }
    nav.dsbf-top-nav-left,
    nav.dsbf-top-nav-right {
        width: 100%;
    }
    .footer-widget-area {
        float: none;
        width: 100% !important;
        margin: 0 0 30px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .footer-widgets-2,
    .footer-widgets-3 {
        padding-left: 0;
    }
    .simple-social-icons ul.alignleft li {
        margin-left: 0 !important;
        margin-right: 12px !important;
    }
    footer.site-footer {
        text-align: center;
    }
}


/* Full Width Home Page template */

.dsbf-home-page .entry-content.ls-direction-fix.ls-overflow-visible>p {
    display: none;
}

.dsbf-home-page .site-inner.ls-overflow-visible {
    /* padding-top: 0; */
}


/* remove extra space at top of homepage slider */

.ls-wp-container.fitvidsignore.ls-avada.ls-container.ls-fullwidth.ls-device-is-desktop {
    /* margin-top: -60px !important; */
}

.dsbf-home-page .site-inner.ls-overflow-visible,
.dsbf-post-single .site-inner.ls-overflow-visible,
.dsbf-has-layerslider .site-inner.ls-overflow-visible {
    /* MEBF 2020-02-29 was position: relative; and top: -60px;
    This made all links on any page with dsbf-home-page or dsbf-has-layerslider classes unclickable */
    /* position: relative; */
    padding-top: 0;
}


/* .page-id-30280.dsbf-has-layerslider.full-width-content #genesis-content, */

.dsbf-has-layerslider.full-width-content #genesis-content {
    /* margin-top: 110px; */
    margin-top: 30px;
}

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

.dsbf-3-col-icon-row h2.et_pb_module_header {
    /* top: 97px; */
    position: relative;
}

.dsbf-3-col-icon-row .et_pb_blurb_description {
    top: -6px;
    position: relative;
}


/* overrides divi blurb defaults to match existing theme */

.et-db #et-boc .et-l .dsbf-3-col-icon-row .et_pb_main_blurb_image {
    margin-bottom: 2px;
}

.dsbf-3-col-icon-row .et_pb_module_header {
    margin-bottom: 10px !important;
}

.et-db #et-boc .et-l .dsbf-3-col-icon-row .et-pb-icon-circle {
    padding: 22px;
}

.et_pb_module_header.dsbf-icon-hover {
    color: #8e0c3a;
}

.et-db #et-boc .et-l .et_pb_blurb .dsbf-icon-hover .et-pb-icon {
    background-color: #8e0c3a;
}

.dsbf-icon {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    background: #747474;
    margin: 0 auto;
    position: relative;
    top: -29px;
}

.dsbf-icon i.fa {
    font-size: 24px;
    color: #fff;
    padding-top: 21px;
}


/* Single posts page template */

@media only screen and (min-width: 768px) {
    .dsbf-post-single .content {
        float: left;
        width: 71%;
    }
    .dsbf-post-single .sidebar {
        float: right;
        width: 23%;
    }
}

@media only screen and (max-width: 768px) {
    .single-post .sidebar-primary {
        margin-top: 110px;
    }
}

.single-post h1.entry-title {
    font-size: 24px;
    line-height: 27px;
    /* margin-bottom: 25px; */
}

.single-post li,
li {
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
    color: #747474;
}

.sidebar .widget_recent_entries li {
    border-color: #e0dede;
    display: block;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #e7e6e6;
    margin: 0;
}

.sidebar .widget_recent_entries li a {
    text-decoration: none;
}

.sidebar .widget ul {
    list-style: none;
}

.sidebar .widget_recent_entries li a:before {
    position: absolute;
    font-size: 9px;
    /*     font-weight: 300; */
    font-family: 'FontAwesome';
    content: '\f054';
    margin-left: -12px;
}

.sidebar .widget ul>li:last-of-type {
    padding-bottom: 10px;
}

.sidebar .widget h3 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 18px;
}

.sidebar-primary [type=search] {
    border-color: #d2d2d2;
    color: #aaa9a9;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

.input-text,
input[type="text"],
.sidebar-primary input[type=search] {
    border: 1px solid #d2d2d2;
    font-size: 13px;
    color: #747474;
    padding: 10px 15px;
    margin-right: 1%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
}

.single-post .site-inner {
    padding-top: 55px;
    padding-bottom: 40px;
}

.single-post p.entry-meta {
    margin-bottom: 55px;
    /* border-color:  #e0dede; */
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    font-size: 12px;
    margin-top: 16px;
    padding: 5px 0;
    clear: both;
    overflow: hidden;
    color: #747474;
}

.single-post p.entry-meta .entry-categories {
    display: inline-block;
}

.single-post .entry-content {
    position: relative;
}

div.share-after.share-outlined {
    position: absolute;
    bottom: -180px;
}


/* Style share icons to align with legacy site */

.share-outlined .facebook .share,
.share-outlined .facebook .count,
.share-outlined .twitter .share,
.share-outlined .twitter .count,
.share-outlined .pinterest .share,
.share-outlined .pinterest .count {
    border: none;
    color: #747474;
    width: 0;
    background-color: transparent;
}

.share-outlined .facebook .share span,
.share-outlined .twitter .share span,
.share-outlined .pinterest .share span {
    display: none;
}

.share-small .share:before,
.share-medium .share:before,
.share-tall .share:before {
    font-size: 18px !important;
    color: #bebdbd;
}

.share-medium .sharrre:hover .share,
.share-medium .facebook:hover .share,
.share-medium .pinterest:hover .share,
.share-medium .sharrre:hover .no-count .share {
    width: 0;
    background: transparent;
}

.share-medium .sharrre:hover .share:before,
.share-medium .facebook:hover .share:before,
.share-medium .pinterest:hover .share:before,
.share-medium .sharrre:hover .no-count .share:before {
    color: #8e0c3a;
}

.share-outlined.share-small .share,
.share-outlined.share-medium .share {
    border-right: none
}

.share-outlined.share-small .twitter .no-count .share,
.share-outlined.share-medium .twitter .no-count .share {
    border-right: none
}

.share-outlined.share-small .facebook .no-count .share,
.share-outlined.share-medium .facebook .no-count .share {
    border-right: none
}

.share-outlined.share-small .googlePlus .no-count .share,
.share-outlined.share-medium .googlePlus .no-count .share {
    border-right: none
}

.share-outlined.share-small .pinterest .no-count .share,
.share-outlined.share-medium .pinterest .no-count .share {
    border-right: none
}

.share-outlined.share-small .linkedin .no-count .share,
.share-outlined.share-medium .linkedin .no-count .share {
    border-right: none
}

.share-outlined.share-small .stumbleupon .no-count .share,
.share-outlined.share-medium .stumbleupon .no-count .share {
    border-right: none
}

.share-outlined.share-small .youtube .no-count .share,
.share-outlined.share-medium .youtube .no-count .share {
    border-right: none
}

.share-outlined.share-tall .share {
    border-top: none
}

.share-after.share-outlined.share-medium {
    width: 100%;
}

.share-.share-outlined.share-medium,
.share-after.share-outlined.share-medium {
    background-color: #f6f6f6;
    padding-bottom: 18px;
    text-align: right;
    padding-right: 20px;
}

.share-.share-outlined.share-medium:before,
.share-after.share-outlined.share-medium:before {
    content: 'Share';
    padding-left: 20px;
    clear: both;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    top: 25px;
    font-size: 16px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

.wp-caption-text {
    color: #747474;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    width: 101%;
    /* text-align: left; */
}

.single-post .entry-content {
    padding-top: 20px !important;
}

.single-post .entry-content h2 {
    margin-bottom: 30px;
}

.single-post hr {
    margin-top: 22px;
    margin-bottom: 22px;
}

.site-inner img.alignnone {
    /* -webkit-box-shadow: 2px 0px 7px -1px rgba(0,0,0,0.4);
    box-shadow: 2px 0px 7px -1px rgba(0,0,0,0.4); */
}

.dsbf-post-single img.centered,
.dsbf-post-single .aligncenter,
.dsbf-post-single .singular-image {
    margin-bottom: 20px;
}

.dsbf-post-single .ls-fullscreen-wrapper {
    margin-bottom: 110px;
}

.single-post .entry-content h3,
.page-template-default .entry-content h3,
.fullwidth-page .entry-content h3 a {
    line-height: 24px;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 24px;
    margin-top: 24px;
}


/* Recipes Layout - Divi Builder */

.et-db #et-boc .et-l #dsbf-recipes .et_pb_module h2 a,
.et-db #et-boc .et-l #dsbf-recipes .et_pb_module h3 a,
.et-db #et-boc .et-l #dsbf-recipes .et_pb_module h4 a,
.et-db #et-boc .et-l #dsbf-recipes .et_pb_module h5 a,
.et-db #et-boc .et-l #dsbf-recipes .et_pb_module h6 a {
    font-weight: 400;
}

#dsbf-recipes .et_pb_text h4 {
    font-weight: 400 !important;
    font-size: 16px;
    color: #747474;
}

@media (min-width: 981px) {
    .et-db #et-boc .et-l .et_pb_gutters3 #dsbf-recipes .et_pb_column_1_2,
    .et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
        width: 48.25%;
    }
    .et-db #et-boc .et-l .et_pb_gutters3 #dsbf-recipes .et_pb_column,
    .et-db #et-boc .et-l .et_pb_gutters3.et_pb_row #dsbf-recipes .et_pb_column {
        margin-right: 3.5%;
    }
    .et-db #et-boc .et-l .et_pb_gutters3 #dsbf-recipes .et_pb_column_1_2 .et_pb_module,
    .et-db #et-boc .et-l .et_pb_gutters3.et_pb_row #dsbf-recipes .et_pb_column_1_2 .et_pb_module {
        margin-bottom: 3.8%;
    }
}


/* Recipe single */

.et-db #et-boc .et-l #recipe-title .et_pb_text_0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

@media (min-width: 981px) {
    .et-db #et-boc .et-l #recipe-title .et_pb_row {
        padding: 0 0;
    }
    .et-db #et-boc .et-l #recipe-title.et_pb_section,
    .et-db #et-boc .et-l #recipe-instructions.et_pb_section {
        padding: 1.5% 0;
    }
}

.et-db #et-boc .et-l #recipe-title .et_pb_text_1 h4 {
    font-weight: 400;
}

.et-db #et-boc .et-l #recipe-title .et_pb_button_0.et_pb_button {
    font-weight: 700;
}

.et-db #et-boc .et-l #recipe-title .et_pb_button_0.et_pb_button:before {
    margin-left: -21px;
}

.et-db #et-boc .et-l #recipe-instructions.et_pb_section {
    padding: 3% 0;
}

.et-db #et-boc .et-l #recipe-instructions .et_pb_row {
    padding: 0 0;
}

.et-db #et-boc .et-l .mebf-share.et_pb_section {
    padding: 2% 0;
}

.et-db #et-boc .et-l #recipe-pairings.et_pb_section {
    padding: 0 0;
}

.et-db #et-boc .et-l #recipe-pairings .et_pb_row {
    padding: 0 0;
}

#recipe-pairings .dsbf-title-align-left {
    margin-bottom: 10px !important;
}

.et-db #et-boc .et-l #recipe-pairings .et_pb_text_6 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.et-db #et-boc .et-l #recipe-pairings .et_pb_text_6.dsbf-title-align-right {
    padding-top: 0px !important;
}

.et-db #et-boc .et-l #recipe-pairings .et_pb_module h2 a,
.et-db #et-boc .et-l #recipe-pairings .et_pb_module h3 a,
.et-db #et-boc .et-l #recipe-pairings .et_pb_module h4 a,
.et-db #et-boc .et-l #recipe-pairings .et_pb_module h5 a,
.et-db #et-boc .et-l #recipe-pairings .et_pb_module h6 a {
    font-weight: 400;
}


/* OWM Restaurants Page */

.dsbf-restaurants-page p {
    color: #747474;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.dsbf-restaurants-page article.entry {
    display: none;
}

.dsbf-restaurants {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    max-width: 1060px;
    /* padding-top: 20px; */
    /* height: 1200px;  */
    margin-bottom: 40px;
}

.restaurant-item {
    padding-right: 30px;
}


/*
.restaurant-item:nth-of-type(odd) {
  padding-left: 15px;
} */

.restaurant-item {
    color: #747474;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    /* margin: 0 0 10px; */
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    width: 48%;
    max-width: 500px;
    flex: 0 1 9%;
    -webkit-flex: 0 1 9%;
}

.restaurant-item a h4 {
    font-size: 16px !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.restaurant-item p {
    margin-bottom: 20px;
}

.dsbf-restaurants-page .dsbf-title-align-left .dsbf-sep,
.dsbf-restaurants-page .dsbf-title-align-right .dsbf-sep {
    border-color: #8e0c3a;
}

@media screen and (max-width: 768px) {
    .restaurant-item {
        /* color: #747474;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        width: 48%;
        max-width: 500px;
        flex: 0 1 9%;
        -webkit-flex: 0 1 9%; */
    }
}


/*Sweeps */

.dsbf-photo-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
}

.dsbf-photo-row.row-2 {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.dsbf-photo-row a {
    flex: 0 1 168px;
}

.dsbf-photo-row.partners a {
    flex: 0 1 230px;
}

@media screen and (max-width: 768px) {
    .dsbf-photo-row {
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        margin-top: 0;
    }
    .dsbf-photo-row a img {
        flex: 1 1 100%;
        width: 100%;
        margin-bottom: 20px;
    }
}

.dsbf-click-caption p {
    font-size: 13px;
    color: #999 !important;
}

.post-27820 .dsbf-title-align-right h3 a {
    font-size: 34px;
    line-height: 48px;
}

.post-27820 dsbf-title-align-right .dsbf-sep-h3,
.post-27820 .dsbf-title-align-right .dsbf-sep {
    padding-bottom: 23px;
}

.post-27820 h6 {
    font-size: 11px;
    line-height: 18px;
    color: #747474;
    font-weight: 400 !important;
}

.post-27820 .dsbf-title-align-right h1 a {
    font-weight: 400 !important;
}


/* PDX Airport */

.dsbf-col-row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    max-width: 1060px;
    padding-top: 20px;
}

.dsbf-col-2 {
    color: #747474;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    max-width: 500px;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.post-31762 .dsbf-title-align-left .dsbf-sep-h3,
.post-31762 .dsbf-title-align-right .dsbf-sep-h3,
.post-31762 .dsbf-sep-h3.dsbf-sep {
    border-bottom: 1px solid #8e0c3a;
}


/* Podcasts page */

.post-12882 .dsbf-title-align-left h4,
.post-12882 .dsbf-title-align-right h4 {
    font-size: 24px;
    line-height: 24px;
    color: #8e0c3a;
}

.post-12882 .col-4_5 {
    width: 80%;
}


/* Wines fly free participating wineries */

.dsbf-winery-links {
    margin-top: 115px;
}

.post-11126 .dsbf-winery-links a,
.post-34182 .dsbf-winery-links a {
    display: inline-block;
    width: 24.5%;
    margin-top: 10px;
    margin-bottom: 30px;
    vertical-align: top;
}
.page-id-11126 .entry-content h3 {
    font-weight: 400;
}
.dsbf-winery-links h3 {
    color: #8e0c3a;
}

@media screen and (max-width: 768px) {
    .post-11126 .dsbf-winery-links a,
    .post-34182 .dsbf-winery-links a {
        width: 49.5%;
    }
}

@media screen and (max-width: 400px) {
    .post-11126 .dsbf-winery-links a,
    .post-34182 .dsbf-winery-links a {
        width: 49.5%;
        margin-top: 5px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px) {
    .post-11126 .dsbf-winery-links a,
    .post-34182 .dsbf-winery-links a {
        width: 90%;
        margin-top: 5px;
        margin-bottom: 15px;
    }
}


/* Wines Fly Free FAQ */

div#accordion {
    margin-top: 100px;
}

#accordion .ui-accordion-header,
#accordion .ui-accordion-content {
    padding-left: 0;
}

#accordion .ui-accordion-header.ui-accordion-header:hover {
    color: #8e0c3a;
}

#accordion .ui-accordion-header {
    font-size: 16px;
    color: #747474;
    border-bottom: 1px solid #e5e4e3;
    padding: 10px 0;
    margin: 0;
}

#accordion .ui-accordion-header:before {
    content: '+';
    margin-right: 20px;
    width: 5px;
    height: 5px;
    background-color: #333;
    text-align: center;
    padding: 0 9px;
    color: #fff;
    font-size: 18px;
}

#accordion .ui-accordion-header.ui-accordion-header:hover:before {
    background-color: #8e0c3a;
}

#accordion .ui-accordion-header.ui-accordion-header-active:before {
    content: '-';
    background-color: #8e0c3a;
}

:focus {
    outline: none;
}

#genesis-content a.dsbf-btn-default {
    color: white !important;
}

#genesis-content a.dsbf-btn-default:hover {
    color: white !important;
}


/* contact page */

.page-id-33824 #layerslider_1 .ls-bg-outer,
.page-id-33824 .ls-layers,
.page-id-33824 .ls-slide-backgrounds,
.page-id-33824 .ls-slide-effects,
.page-id-33824 .ls-background-videos,
.page-id-33824 .ls-bg-video-overlay {
    overflow: visible !important;
}

.page-id-33824 .site-inner {
    padding-top: 0 !important;
}

.page-id-33824 input#gform_submit_button_2 {
    background: #96c346;
    color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#96c346), to(#96c346));
    background-image: -webkit-linear-gradient(bottom, #96c346, #96c346);
    background-image: -moz-linear-gradient(bottom, #96c346, #96c346);
    background-image: -o-linear-gradient(bottom, #96c346, #96c346);
    background-image: linear-gradient(to top, #96c346, #96c346);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#96c346', endColorstr='#96c346');
    padding: 9px 20px;
    border-radius: 2px;
}

.dsbf-post-single .post-22375 .entry-content {
    padding-top: 0 !important;
}

img.aligncenter.wp-image-22376.size-full {
    margin-bottom: 0px;
}

.privacy-policy h4 {
    font-size: 16px;
    color: #747474;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}


/* blog page and category/archive pages*/

.blog-page .archive-description {
    position: absolute;
    width: 100%;
    top: 160px;
    left: 0;
    border-bottom: 1px solid #d2d3d4;
}

.admin-bar.blog-page .archive-description {
    top: 190px;
}

.blog-page .dsbf-pm-separator {
    height: 5px;
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;
    margin-bottom: 20px;
}

.blog-page .archive-description h1 {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 30px;
    line-height: normal;
    color: #8e0c3a;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
}

.blog-page .site-inner {
    padding-top: 160px;
}

.blog-page .content {
    margin-bottom: 60px;
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.blog-page article.post {
    width: 47%;
    border: 1px solid #ebeaea;
    border-bottom-width: 3px;
}

.blog-page article.post {
    margin-bottom: 0 !important;
}

.blog-page article.post .entry-header img {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #ebeaea
}

.blog-page article.post .entry-content {
    padding: 30px 25px;
}

.blog-page article.post h2 {
    line-height: 27px;
    font-size: 24px;
    margin-bottom: 5px;
}

.blog-page p.entry-meta {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 12px;
}

.blog-page article.post .entry-footer {
    display: none;
}

.blog-page a.more-link {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 12px;
}

.blog-page a.more-link span {
    content: '';
}

.blog-page a.more-link span:after {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 8px;
    margin-left: 2px;
    font-weight: 300;
}

.blog-page .entry-content p {
    margin-bottom: 0;
}

.blog-page .archive-pagination.pagination .dsbf-page-next:after {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 9px !important;
    font-weight: 300 !important;
}

.blog-page .archive-pagination.pagination .dsbf-page-prev:after {
    font-family: 'FontAwesome';
    content: '\f053';
    font-size: 9px !important;
    font-weight: 300 !important;
}

.blog-page .archive-pagination.pagination {
    max-width: 710px;
    width: 65%;
}

.blog-page .pagination ul {
    text-align: right;
}

.blog-page .pagination ul li a {
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

.blog-page .pagination ul li a {
    border: 1px solid #e0dede;
    background-color: transparent !important;
    color: #747474;
    padding: 0 6px;
    font-size: 12px;
}

.blog-page .pagination ul li a:hover {
    border: 1px solid #8e0c3a;
}

.blog-page .pagination ul li.active a {
    background-color: #8e0c3a !important;
    color: #fff;
    border: 1px solid #8e0c3a;
}

.blog-page .pagination ul li.pagination-next a,
.blog-page .pagination ul li.pagination-previous a {
    color: #8e0c3a;
    border: none;
}

.blog-page .pagination .dsbf-page-next:after,
.blog-page .pagination .dsbf-page-prev:after {
    color: #8e0c3a;
    border: none;
}

span.entry-author-name {
    color: #747474;
    cursor: initial;
}

@media screen and (max-width: 1060px) {
    .blog-page .archive-description h1 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 985px) {
    .blog-page .content {
        float: left;
        width: 74%;
    }
    .blog-page article.post {
        width: 44%;
    }
    .blog-page .sidebar {
        float: right;
        width: 23%;
    }
}

@media screen and (max-width: 800px) {
    .blog-page .archive-description {
        top: 175px;
        z-index: -9;
    }
}

@media screen and (max-width: 768px) {
    .blog-page .content {
        width: 100% !important;
        float: none !important;
    }
    .blog-page .sidebar {
        width: 100% !important;
        float: none !important;
        margin-top: 100px;
    }
}

@media screen and (max-width: 600px) {
    .blog-page article.post {
        width: 100%;
    }
    .blog-page .archive-description h1 {
        font-size: 15px;
        line-height: 20px;
    }
}


/* discover/place */

.dsbf-flipbox .box-front .et_pb_main_blurb_image {
    margin-bottom: 10px !important;
}

.et-db .entry-content #et-boc .et-l .dsbf-flipbox .et_pb_module.box-back .et_pb_blurb_description p {
    color: #fff !important;
}

@media (max-width: 820px) {
    .page-id-11188.et-db #et-boc .et-l .et_pb_section_1,
    .page-id-11188.et-db #et-boc .et-l .et_pb_section_2,
    .page-id-11188.et-db #et-boc .et-l .et_pb_section_3,
    .page-id-11188.et-db #et-boc .et-l .et_pb_section_4,
    .page-id-11188.et-db #et-boc .et-l .et_pb_section_5,
    .page-id-11188.et-db #et-boc .et-l .et_pb_section_6,
    .page-id-11188.et-db #et-boc .et-l .et_pb_section_7 {
        display: initial !important;
    
    }
    
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_2,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_3,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_4,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_5,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_6,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_7,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_8,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_9,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_10,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_11,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_12,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_13,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_14,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_15,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_16,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_17,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_18,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_19,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_20 {
        width: 46% !important;
        float: left !important;
        /* min-height: 470px !important; */
    }
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_2.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_3.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_4.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_5.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_6.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_7.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_8.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_9.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_10.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_11.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_12.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_13.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_14.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_15.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_16.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_17.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_18.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_19.et_pb_row,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_20.et_pb_row {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    
    .page-id-11188.et-db #et-boc .et-l .et_pb_row .et_pb_column .et_pb_module:last-child, 
    .page-id-11188.et-db #et-boc .et-l .et_pb_row .et_pb_column .et_pb_module.et-last-child, 
    .page-id-11188.et-db #et-boc .et-l .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child, 
    .page-id-11188.et-db #et-boc .et-l .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child {
        min-height: 210px !important;
        margin-top: 5px !important;
    }
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_1.et_pb_row .et_pb_column .et_pb_module:last-child {
        min-height: unset !important;
    }
    
    .page-id-11188 a.post-edit-link {
        clear: both !important;
        display: block !important;
    }

    .page-id-11312.et-db #et-boc .et-l .et_pb_section_1,
    .page-id-11312.et-db #et-boc .et-l .et_pb_section_2,
    .page-id-11312.et-db #et-boc .et-l .et_pb_section_3,
    .page-id-11312.et-db #et-boc .et-l .et_pb_section_4,
    .page-id-11312.et-db #et-boc .et-l .et_pb_section_5,
    .page-id-11312.et-db #et-boc .et-l .et_pb_section_6,
    .page-id-11312.et-db #et-boc .et-l .et_pb_section_7 {
        display: initial !important;
    
    }
    
    
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_3,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_4,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_5,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_6,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_7,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_8,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_9,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_10,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_11,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_12,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_13,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_14,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_15,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_16,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_17,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_18,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_19,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_20 {
        width: 46% !important;
        float: left !important;
        min-height: 470px !important;
    }
    
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_3.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_4.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_5.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_6.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_7.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_8.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_9.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_10.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_11.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_12.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_13.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_14.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_15.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_16.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_17.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_18.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_19.et_pb_row,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_20.et_pb_row {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    
    .page-id-11312.et-db #et-boc .et-l .et_pb_row .et_pb_column .et_pb_module:last-child, 
    .page-id-11312.et-db #et-boc .et-l .et_pb_row .et_pb_column .et_pb_module.et-last-child,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row .et_pb_column .et_pb_module.et-last-child .et_pb_blurb.flip-box-back, 
    .page-id-11312.et-db #et-boc .et-l .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child, 
    .page-id-11312.et-db #et-boc .et-l .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child {
        min-height: 245px !important;
        margin-top: 5px !important;
    }
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_2.et_pb_row .et_pb_column .et_pb_module:last-child {
        min-height: unset !important;
    }
    
    .page-id-11312 a.post-edit-link {
        clear: both !important;
        display: block !important;
    }
}
@media (max-width: 800px) {
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_2,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_3,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_4,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_5,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_6,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_7,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_8,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_9,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_10,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_11,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_12,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_13,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_14,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_15,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_16,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_17,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_18,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_19,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_20 {
        min-height: 470px !important;
    }
    .page-id-11188.et-db #et-boc .et-l .et_pb_blurb .et_pb_blurb_content p:last-of-type {
        display: none;
    }
}    
@media (max-width: 600px) {
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_2,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_3,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_4,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_5,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_6,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_7,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_8,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_9,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_10,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_11,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_12,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_13,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_14,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_15,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_16,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_17,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_18,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_19,
    .page-id-11188.et-db #et-boc .et-l .et_pb_row_20 {
        width: 95% !important;
        min-height: 470px !important;
    }

    
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_3,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_4,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_5,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_6,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_7,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_8,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_9,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_10,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_11,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_12,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_13,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_14,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_15,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_16,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_17,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_18,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_19,
    .page-id-11312.et-db #et-boc .et-l .et_pb_row_20 {
        width: 95% !important;
        /* min-height: 400px !important; */
        min-height: unset !important;
    }
}


/* Tribe Community events add event form */

.tribe-community-events .tribe-section .tribe-section-header h3 {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.tribe-community-events input,
.tribe-community-events select {
    padding: 8px 15px;
    font-size: 13px;
    box-sizing: border-box;
}

.eventForm .tribe-datetime-block .tribe-field-end_date,
.eventForm .tribe-datetime-block .tribe-field-start_date {
    width: 100px;
}

.eventForm .tribe-datetime-block .tribe-field-end_time,
.eventForm .tribe-datetime-block .tribe-field-start_time {
    width: 90px;
}


/* Tribe Events archive page */

.tribe-events-pg-template .tribe-events-title-bar {
    display: none;
}

h2.tribe-events-list-separator-month {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

h3.tribe-events-list-event-title {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 22.4px;
}

div.type-tribe_events {
    color: #747474;
    font-size: 16px;
    line-height: 1.7;
}

.post-type-archive-tribe_events .tribe-events-event-image {
    max-height: 400px;
    overflow: hidden;
}

.tribe-events-ical.tribe-events-button {
    /* display: none !important; */
}


/* Tribe Events Single */

.single-tribe_events .tribe-events-single-event-title {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #747474;
    font-size: 27.2px !important;
    line-height: 1;
    font-weight: 700;
}

.single-tribe_events .tribe-events-schedule {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px !important;
    margin-bottom: 10px;
}

.single-tribe_events .tribe-events-schedule h2 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.single-tribe_events div#tribe-events-footer {
    display: none;
}

.single-tribe_events div#tribe-events-header {
    display: none;
}

.single-tribe_events p.tribe-events-back {
    font-size: 16px;
}
/* fix positioning of events calendar filters - dsbf 01302021 */
div#tribe-events-content-wrapper {
    position: relative;
}

/* DIVI ACCORDION  */

#et-boc .et_pb_accordion_item {
    margin-bottom: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding-left: 0 !important;
}

#et-boc .et_pb_accordion_item h5.et_pb_toggle_title {
    line-height: 1.5 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px !important;
    color: #747474 !important;
    font-family: "Oswald", Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    padding-right: 0px !important;
}

@media screen and (max-width:768px) {
    #et-boc .et_pb_accordion_item h5.et_pb_toggle_title {
        align-items: flex-start;
    }
}

#et-boc .et_pb_accordion_item:hover h5 {
    color: #8e0c3a !important;
}

#et-boc .et_pb_accordion_item:hover h5:before {
    background-color: #8e0c3a !important;
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle_title:before {
    content: '+';
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    background-color: #333;
    font-size: 13px !important;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-family: sans-serif !important;
    color: #fff !important;
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    background-color: #333;
    text-align: center;
    margin-right: 18px !important;
    position: relative !important;
    margin-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: '–' !important;
    background-color: #333;
    background-color: #8e0c3a !important;
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle,
.et_pb_accordion_item {
    padding: 10px !important;
    padding-left: 1px !important;
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle .et_pb_toggle_content {
    padding-bottom: 5px !important;
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle .et_pb_toggle_content * {
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    font-size: 16px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle .et_pb_toggle_content a {
    padding-bottom: 0px !important;
}


/* Trail page */

.et-db .post-29065 #et-boc .et-l .et_pb_text h3 a {
    font-weight: 400 !important;
}

.post-29065 .dsbf-title-align-left h2,
.post-29065 .dsbf-title-align-right h2 {
    font-size: 24px !important;
}

.et-db .post-29065 #et-boc .et-l .et_pb_text_5 h6 {
    font-weight: 400 !important;
}


/* Trail SF page */

.post-33566 h6 {
    font-size: 9px;
    font-weight: 400 !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.et-db .post-33566 #et-boc .et-l .et_pb_section_5,
.et-db .post-33566 #et-boc .et-l .et_pb_row_18 {
    padding-top: 0;
}


/* Trail Seattle page */

.post-34182 h6 {
    font-size: 9px;
    font-weight: 400 !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.et-db .post-34182 #et-boc .et-l .et_pb_section_5,
.et-db .post-34182 #et-boc .et-l .et_pb_row_18 {
    padding-top: 0;
}

.post-34182 #et-boc .et-l h1,
.post-34182 #et-boc .et-l h2,
.post-34182 #et-boc .et-l h3,
.post-34182 #et-boc .et-l h4,
.post-34182 #et-boc .et-l h5,
.post-34182 #et-boc .et-l h6,
.post-34182 #et-boc .et-l h1 a,
.post-34182 #et-boc .et-l h2 a,
.post-34182 #et-boc .et-l h3 a,
.post-34182 #et-boc .et-l h4 a,
.post-34182 #et-boc .et-l h5 a,
.post-34182 #et-boc .et-l h6 a {
    font-weight: 400 !important;
}

.post-34182 .winery-links p strong a {
    font-weight: 800 !important;
}


/* Wine Tasting Trails page */

#wine-tasting-trails h3 {
    margin-top: 60px;
}

#wine-tasting-trails h3 a {
    font-weight: 400;
}

#wine-tasting-trails h4 {
    font-weight: 400;
    font-size: 16px;
    color: #747474;
    margin-top: 0;
}


/* Back to top button */

.topbutton {
    height: 40px;
    width: 45px;
    position: fixed;
    right: 40px;
    bottom: -5px;
    Z-index: 5;
    background-color: #333;
    display: none;
    border-radius: 4px;
}

.topbutton .fa-chevron-up {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    position: relative;
    font-weight: 400 !important;
    padding: 10px 10px;
    margin: 0 5px;
}

article.post-30885 a.dsbf-btn-default:hover {
    background-color: #8e0c3a !important;
}

/* Listings single page */
.dsbf-listings-header-wrap {
    /* background-image: url('/wp-content/uploads/2020/02/listing-default-bg-1.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
}
.dsbf-listings-header {
    background: linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.14) 30%,rgba(0,0,0,.35) 70%,rgba(0,0,0,.7));
    height: 500px;
}

.single-owb_listing .site-inner {
    width: 100%;
    max-width: unset;
    padding-top: 0;
}
.single-owb_listing .content-sidebar-wrap,
.dsbf-listing-single .dsbf-site-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.dsbf-listing-title,
.dsbf-listing-title p,
.dsbf-listing-title h1.dsbf-the-title,
.verified span {
    color: #fff !important;
}
.dsbf-listing-title address p {
    color: #fff;
    font-size: 14px;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
    margin-bottom: 0;
    font-style: normal;
    line-height: normal;
}
h1.dsbf-the-title {
    margin-bottom: 0;
}
.listing-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
}

.listing-main-column {
    flex: 0 1 67%;
    max-width: 67%;
}

.listing-info {
    border: 1px solid gray;
    padding: 40px;
    background: white;
    box-shadow: inset 0 0 0 1px #ffffff, rgba(0, 0, 0, 0.15) 0 0 10px 0;
    border: 0;
    color: #747474;
    margin-bottom: 1em;
}
.listing-info h2 {
    border-bottom: 2px solid #edebe9;
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400px;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 12px;
}
.listing-info main {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
}
.dsbf-listing-single .content-sidebar-wrap {
    overflow: hidden;
    padding-top: 60px;
}
.dsbf-listing-single article.listing-content {
    overflow: hidden;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.dsbf-listing-title {
    position: relative;
    top: 235px;
    padding-left: 15px;
    padding-right: 15px;
}
.dsbf-listing-single span.check-circle {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 40px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}
.dsbf-listing-single i.fa.fa-check {
    width: 30px;
    display: inline-block;
    text-align: center;
    padding-left: 1px;
    font-size: 14px;
}
.dsbf-listing-single span.verified-listing {
    background: rgba(0,0,0,0.5);
    font-size:  14px;
    padding:  2px 6px;
    border-radius: 3px;
    vertical-align: middle;
}
.dsbf-listing-single h1.dsbf-the-title {
    font-size:  34px;
    line-height: normal;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
}
.listing-actions {
    text-align: right;
}
.listing-actions i.fa-camera,
.listing-actions i.fa-thumbs-up {
    font-size:  12px;
    margin-right: 6px;
}
.listing-actions a {
    color: #fff;
    font-size: 14px;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
}
.claim-listing {
    display: inline-block;
    margin-right: 20px;
}
.claim-listing i.fa-thumbs-up {
    font-size: 14px;
}
.listing-content p {
    margin-bottom: 24px;
    line-height: 28px;
}
.location-embed{
    width: 50%;
    float: left;
}
.location-details {
    width: 48%;
    float: left;
    padding: 20px 20px;
}
.clearfix {
    clear: both;
}
.location-details p {
    margin-bottom: 0;
    font-style: normal;
}
.location-details address,
.location-details .tel,
.location-details .website {
    margin-bottom: 20px;
}
.location-details i.fa {
    margin-right: 5px;
    font-size: 18px;
}
.dsbf-listing-single span.circle-social {
    background-color: #979797;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 60px;
    text-align: center;
    margin-right: 7px;
}
.dsbf-listing-single span.circle-social:hover {
    background-color: #8e0c3a;
}
.dsbf-listing-single span.circle-social i.fa {
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    line-height: 37px;
}
.claim-edit-listing {
    border: 2px solid #830c3a;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    color: #747474;
}
.dsbf-listing-single .listing-gallery-wrapper img {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 60px;
    padding: 0;
    margin: 5px 5px 10px;
}
div#owff-popup {
    background: white;
    width: 30%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    border-radius: 3px;
}
#owff-popup p {
    font-size: 16px;
    margin-bottom: 0;
}
/* Map page */
.dsbf-listing-archive .site-inner {
    max-width: unset;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}
.dsbf-listing-archive .content-sidebar-wrap {
    padding: 40px;
}
.dsbf-listing-archive section.listings-filters {
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dsbf-listing-archive section.listings-filters .facetwp-facet {
    width: 49% !important;
    float: left;
}
.dsbf-listing-archive section.listings-filters .facetwp-type-fselect .fs-wrap,
.dsbf-listing-archive section.listings-filters .facetwp-type-fselect .fs-dropdown {
    width: 100% !important;
    max-width: 600px;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset rgba(0,0,0,.06) 0 0 0 3px;
    line-height: 1.75;
    padding: 1px;
}
.dsbf-listing-archive .fs-label-wrap,
.dsbf-listing-archive .facetwp-facet-wineries input {
    border: 1px solid #454545;
    color: #454545;
    background-color: #fafaf9;
    border-radius: 4px;
    padding: 11px 15px;
    font-size: 14px;
    line-height: normal;
    box-shadow: none;
}
.dsbf-listing-archive .facetwp-autocomplete-update {
    display: none;
}
.dsbf-listing-archive .fs-label-wrap .fs-label {
    padding: 0;
}
.dsbf-listing-archive span.fs-arrow {
    right: 10px;
}
.dsbf-listing-archive #genesis-content {
    clear: both;
    padding-bottom: 50
}
.listing-address-block p {
    font-style: normal;
    margin-bottom: 0;
}
.dsbf-listing-archive section.listings-filters .facetwp-facet {
    display: block;
    /* overflow: hidden; */
    position: relative;
}

.dsbf-listing-archive .fs-search {
    padding: 3px 4px;
    border: 1px solid #454545;
    line-height: normal;
    margin: 3px;
}
.dsbf-listing-archive .fs-search input::placeholder {
    opacity: 0;
}

.dsbf-listing-archive .fs-option, .dsbf-listing-archive .fs-optgroup-label {
    border-bottom: none;
    font-size: 14px;
    line-height: normal;
    color: #454545;
    padding: 4px 6px;
}

article.listing-archive-card {
    /* width: 49%; */
    box-shadow: inset 0 0 0 1px #ffffff, rgba(0, 0, 0, 0.15) 0 0 10px 0;
    margin-bottom: 3em;
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: calc(50% - 20px);
}

body.post-type-archive-owb_listing {
    overflow: hidden;
}

.dsbf-listing-archive #genesis-content {
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.listing-archive-image {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/wp-content/uploads/2020/02/listing-default-bg-1.jpg);
    background-size:cover;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.dsbf-listing-archive .content-sidebar-wrap {
    width: 63% !important;
    overflow: scroll;
    /* max-width: 400px; */
}
.listing-archive-card h3,
.listing-archive-card p,
.listing-archive-card i.fa {
    color: #fff;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
}
.listing-archive-card h3 {
    font-size: 20px;
    margin: 0 0 .5em !important;
    font-weight: bold;
    line-height: normal;
}
.listing-archive-card address p {
    color: #fff;
    font-size: 14px;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
    margin-bottom: 0;
    font-style: normal;
    line-height: normal;
}
.listing-archive-card address {
    margin-bottom: .5em;
    line-height: 1.5;
}
.listing-archive-card footer {
    height: 60px;
    background-color:  #fff;
    border-radius: 0 0 4px;
}
.listing-archive-image {
    border-radius: 4px 4px 0 0;
    min-height: 220px;
    height: auto;
    padding: 30px;

}
.listing-archive-card .tel .fa-phone {
    margin-right: 5px;
}
.listing-archive-card .tel a {
    color: #fff;
    font-size: 14px;
}
.listing-archive-card span.check-circle {
    background-color:  #484848;
    border-radius: 40px;
    width: 30px !important;
    height: 30px !important;
    display: block;
    margin-left: auto;
    position: relative;
    top:15px;
    right:20px;
}
.listing-archive-card i.fa-check {
    width: 30px;
    text-align: center;
}
.listing-archive-card i.fa-check:before {
    font-size: 14px;
}
a.listing-card-clickwrap {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.facetwp-facet.facetwp-facet-test_map.facetwp-type-map {
    width: 37%;
    margin-bottom:0;
}
button.facetwp-map-filtering {
    display: none;
}
/* My Account Pages */
.dsbf-account-page .entry-content,
.page-template-listing-submit-new-form article {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff, rgba(0, 0, 0, 0.15) 0 0 10px 0;
    border: 0;
}
.page-template-listing-submit-new-form article {
    padding: 40px;
}
.dsbf-has-layerslider.dsbf-account-layerslider .site-inner.ls-overflow-visible {
    top: 0;
    padding: 0;
}
.dsbf-has-layerslider.dsbf-account-layerslider.full-width-content #genesis-content {
    margin-top: 80px;
}
h1#dsbf-ls-account-title {
    font-size: 33px !important;
    font-weight: bold;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
}
.dsbf-ls-account-overlay.ls-layer {
    background-color: rgba(0,0,0,.4) !important;
}
.login-register-wrap {
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width:100%;
    justify-content: space-around;
    padding: 30px;
}
.login-register-wrap h3 {
    width: 100%;
}
.login-register-wrap #loginform {
    padding: 33px 25px 0 0;
}
.dsbf-account-page .ur-frontend-form,
.dsbf-account-page .ur-frontend-form .ur-form-row .ur-form-grid {
    padding: 0;
}
.login-register-wrap .login-wrap,
.login-register-wrap .register-wrap {
    display:block;
    flex: 1 1 48%;
    margin: 0px 15px;
}
.ur-frontend-form {
    border: none;
}
.login-register-wrap input#user_pass, .login-register-wrap .input-text,
.login-register-wrap input[type="text"], .login-register-wrap input[type="email"] {
    -webkit-appearance: none;
    border: 0;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    box-shadow: none;
    border-radius: 4px !important;
    padding: 11px 15px !important;
    max-width: 100%;
    border-radius: 4px;
    font-size: 13px !important;
    border-color: #454545;
    background-color: #fafaf9;
    min-height: 43px;
}
.login-register-wrap h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #747474;
}
.login-register-wrap label {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight:400 !important;
    color: #747474 !important;
    margin: 0 !important;
    line-height: 22px !important;
    height: 22px !important;
    width: 100% !important;
    position: relative;
    display: block;
}
.register-wrap p,
.register-wrap h3 {
    margin-bottom: 10px;
}
.dsbf-account-page .ur-frontend-form {
    /* padding-top: 20px */
}

.dsbf-account-page .ur-field-item.field-user_email,
.dsbf-account-page .ur-field-item.field-user_pass {
    margin-bottom: 24px !important;
}

.login-register-wrap form {
    padding-top: 4px;
}
.dsbf-account-page .ur-submit-button,
.dsbf-account-page input#wp-submit,
.dsbf-account-page a.acf-gallery-add {
    border: 2px solid #8e0c3a !important;
    background: white;
    color:  #8e0c3a;
    font-weight: 400;
    font-size: 14px;
    padding: 14px 40px !important;
    border-radius: 4px !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    line-height: normal !important;
}
.dsbf-account-page .ur-submit-button:hover,
.dsbf-account-page input#wp-submit:hover,
.dsbf-account-page a.acf-gallery-add:hover {
    border: 2px solid #8e0c3a !important;
    background: #8e0c3a;
    color:  #fff;
}
.dsbf-account-page .ur-frontend-form .ur-button-container {
    padding: 0;
}
.dsbf-account-page .account-home-options {
    padding: 40px;
}
.dsbf-account-page .woocommerce-MyAccount-avatar {
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}
.dsbf-account-page .woocommerce-MyAccount-content {
    width: 80%;
    font-size: 14px;
    color: #747474;
    line-height: 2;
    display: inline-block;
    vertical-align: top;
}


button.clear-all {
    background: none;
    color:  #8e0c3a;
    border: 1px solid #830c3a;
    font-weight: 400 !important;
    font-size: 14px;
    padding:  10px;
    float:  right;
}
.clear-facets {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: -20px;
    padding-right: 10px;
}
a.acf-button.account-button {
    background: #fff;
    color: #830c3a;
    border: 2px solid #830c3a;
    padding: 8px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
}
a.acf-button.account-button:hover {
    background: #830c3a;
    color: #fff !important;
}
a.acf-button.account-button:first-of-type {
    float: left;
}
a.acf-button.account-button:last-of-type {
    float: right;
}
.account-home-options .clearfix {
    clear: both;
}
.account-home-options ul {
    padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  .hide-desktop {
    display: none!important;
  }
  
}
@media only screen and (max-width: 991px) {
  article.listing-archive-card {
    width: 100%;
  }
  .dsbf-listing-archive .site-inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .facetwp-facet.facetwp-facet-test_map.facetwp-type-map {
    width: 100%;
  }
  .dsbf-listing-archive .content-sidebar-wrap {
    width: 100% !important;
  }
  body.post-type-archive-owb_listing {
    overflow: auto;
  }

  .archive-owb_listing-toggle-inner.views .archive-owb_listing-toggle {
    width: 50%;
  }
  .archive-owb_listing-toggle-inner .archive-owb_listing-toggle:last-child {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
  }
  .archive-owb_listing-toggle-inner .archive-owb_listing-toggle {
      text-align: center;
      padding: 6px 18px;
      border: 2px solid transparent;
      display: inline-block;
  }
  .archive-owb_listing-toggle-inner .archive-owb_listing-toggle.active {
    border-color: #8e0c3a;
  }
  .tabbed-listings-tabs a.active {
    color: #6b0017;
  }
  .archive-owb_listing-toggle-inner .archive-owb_listing-toggle {
    text-align: center;
    padding: 6px 18px;
    border: 2px solid transparent;
    display: inline-block;
  }
  .archive-owb_listing-toggle-wrapper {
    display: block;
    box-shadow: inset rgba(0,0,0,.03) 0 100px 0 0, rgba(0,0,0,.08) 0 1px 0 0;
    padding: 0 30px;
  }
  .archive-owb_listing-toggle-inner {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff, rgba(0, 0, 0, 0.15) 0 0 10px 0;
    border: 0;
    margin: 13px 0;
  }
  .dsbf-listing-archive section.listings-filters .facetwp-facet {
    float: none;
    width: 100%!important;
    max-width: unset;
  }
  .dsbf-listing-archive section.listings-filters .facetwp-type-fselect .fs-wrap, .dsbf-listing-archive section.listings-filters .facetwp-type-fselect .fs-dropdown {
      max-width: unset;
  }
  a.js-toggle-area-trigger{
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff, rgba(0, 0, 0, 0.15) 0 0 10px 0;
    border: 0;
    color: #747474;
    padding: 6px 12px;
    width: 100%;
    display: block;
    font-size: 13px;
    position: relative;
    margin-bottom: 20px;
  }
  a.js-toggle-area-trigger{
    color: #750021;
  }
  a.js-toggle-area-trigger:after {
    display: inline-block;
    font-family: dashicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    pointer-events: none;
    content: "\f347";
    text-align: center;
    line-height: 35px;
    background: 0 0;
  }
  a.js-toggle-area-trigger.active:after {
      display: inline-block;
      font-family: dashicons;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f343";
  }
  .hide-mobile{
    display: none!important;
  }
  .clear-facets {
    margin-top: 0;
}
}
#menu-item-39321.downloadsmenu>a>span,
.menu-item.popup.popup-wide.downloadsmenu span {
    border: 1px solid #e3e3e3 !important;
    margin-right: 0 !important;
    padding: 10px;
    margin-left: 8px !important;
} 

#add-photos-popup .acf-gallery .acf-gallery-attachment .margin:before {
    padding: 0;
}
#add-photos-popup img {
    width: 100%;
    height: auto;
    transform: none !important;
}
#add-photos-popup .acf-gallery .acf-gallery-attachment {
    float: none;
    display: inline-block;
    width: 100px;
}
#add-photos-popup {
    width: 60%;
    max-width: 800px;
    margin: 0 auto;
    
}
.user-logged-out #add-photos-popup {
    background: #333;
    padding: 40px;
}
#add-photos-popup .acf-gallery .acf-gallery-attachment .thumbnail {
    position: relative;
    margin: 0 auto;
    width: 100%;
    transform: none;
}
.user-logged-in input.acf-button.button.button-primary.button-large {
    position: absolute;
    bottom: 61px;
    z-index: 9999;
    left: 37%;
    color: #fff;
    background: #8e0c3a;
    padding: 12px !important;
}

.user-logged-in a.acf-button.button.button-primary.acf-gallery-add {
    padding: 10px;
}
/* Listings Integration release edits - dsbf 09152020 */
.post-type-archive-owb_listing .archive-pagination.pagination {
    display: none;
}
.facetwp-facet.facetwp-facet-listings_pagination.facetwp-type-pager {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
}
@media screen and (max-width: 1060px) {
    .single-owb_listing .site-inner,
    .dsbf-listing-archive .site-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .dsbf-listing-single article.listing-content {
        padding: 10px 30px;
    }
}
@media screen and (max-width: 900px) {
    .listing-info {
        padding: 32px;
    }
}
@media screen and (max-width: 820px) {
    .location-embed,
    .location-details {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .location-embed #map {
        overflow: visible !important;
        display: block;
        margin: 0 auto;
        width: 100% !important;
    }

}
@media screen and (max-width: 799px) {
    .listing-content .listing-sidebar {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .listing-content .listing-main-column {
        flex: 0 0 55%;
        max-width: 55%;
    }
}
@media screen and (max-width: 600px) {
    .listing-content .listing-sidebar, .listing-content .listing-main-column {
        width: 100% !important;
        max-width: 100% !important;
        flex: unset !important;
    }
    .dsbf-listing-single article.listing-content {
        flex-wrap: wrap;
    }
    .listing-content .listing-main-column {
        order: 0;
    }
    .listing-content .listing-sidebar {
        order: 1;
    }
}
/* covid19 updates */
#c19-archive-notice p {
    color: #747474;
}
span.c19-exclaim:before {
    content: "\f071";
    font-family: 'FontAwesome';
    font-size: 20px;
}
.verified.claim-listing {
    display: none;
}

/* Listings integration - Visit page - 11132020 */
.visit-filters-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 100px 0;
    left: 0;
    box-sizing: border-box;
}

.visit-filters-wrap .facetwp-facet,
.visit-filters-wrap button.fwp-submit {
    width: 18%;
}
.visit-filters-wrap .listings-filters {
    width: 100%;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.visit-filters-wrap input.facetwp-autocomplete-update {
    display: none;
}
.visit-filters-wrap h1 {
    font-size: 47px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.visit-filters-wrap p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-top: .5em;
    font-weight: 400;
    letter-spacing: .1em;
}
.page-template-visit-home-page .ls-bg-wrap {
	position: relative;
}
.page-template-visit-home-page .ls-bg-wrap:after {
	content: "";
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	position: absolute;
	background-color: rgba(0,0,0,0.45);
}
.dsbf-has-layerslider.page-template-visit-home-page .site-inner.ls-overflow-visible {
    position: relative !important;
}
.page-template-visit-home-page .c19-home-widget {
    color: #747474;
    text-align: center;
    max-width: 900px !important;
    padding: 0 2em;
}
.page-template-visit-home-page .c19-home-widget  h3.widget-title {
    font-size: 26px !important;
    font-family: 'Oswald', Helvetica, Arial, sans-serif !important;
    letter-spacing: .3px !important;
}
.page-template-visit-home-page .c19-home-widget p {
    font-size: 18px;
    line-height: normal;
}
.page-template-visit-home-page .facetwp-facet input,
.page-template-visit-home-page .facetwp-type-fselect.facetwp-facet select.facetwp-dropdown,
.page-template-visit-home-page .fs-label-wrap {
    border-radius: 4px;
    color: #747474 !important;
    border: 1px solid #fff;
    background: #fff;
    padding: 12px 14px;
    font-size: 14px !important;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box !important;
    line-height: 1.375 !important;
}
.page-template-visit-home-page .fs-label-wrap .fs-label {
    padding: 0;
}
.page-template-visit-home-page button.fwp-submit {
    padding:  0 !important;
    flex:  0 0 auto;
    border: 2px solid white;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
button.fwp-submit:hover {
    background: #fff;
    color: #8e0c3a;
}
.page-template-visit-home-page .facetwp-facet {
    margin-bottom: 0;
}
.page-template-visit-home-page .facetwp-type-fselect .fs-wrap, 
.page-template-visit-home-page .facetwp-type-fselect .fs-dropdown {
    width: 100%;
}
.page-template-visit-home-page .fs-wrap.fs-default.fs-open {
    position: relative;
}
.page-template-visit-home-page .fs-options .fs-option-label {
    font-size: 13px;
}
.page-template-visit-home-page button.fwp-submit:hover {
    background: #fff;
    color: #8e0c3a;
}

.page-template-visit-home-page #custom_html-4 h3.widgettitle.widget-title {
    font-size: 26px;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    letter-spacing: .3px;
    color: #747474;
    font-weight: bold;
    text-align: center;
}

.page-template-visit-home-page  .page-widget #custom_html-4 p {
    font-size: 18px;
    margin-bottom: 24px;
    text-align: center;
    color:  #747474;
}

.page-template-visit-home-page .widget_text.widget-wrap {
    margin: 1em 0;
    padding:  2em 0;
}

.dsbf-has-layerslider.full-width-content.page-template-visit-home-page #genesis-content,
.dsbf-has-layerslider.full-width-content.page-template-visit-home-page #genesis-content article,
.page-template-visit-home-page section {
    margin: 0;
} 
.page-template-visit-home-page .site-inner {
    padding-bottom: 0;
}
div#layerslider_34 {
    height: 400px !important;
}
.page-template-visit-home-page .ls-inner {
    background-size: contain;
}

.page-template-visit-home-page .ls-wrapper.ls-bg-outer {
    height: 400px !important;
}

.page-template-visit-home-page .ls-wrapper.ls-bg-wrap {
    height: 400px !important;
}

.page-template-visit-home-page img.ls-bg {
    width: 100% !important;
}

.page-template-visit-home-page img.ls-bg {
    height: auto !important;
    /* transform: none !important; */
    x: 0px !important;
}
@media screen and (max-width: 1060px) {
    .visit-filters-wrap {
        width: 95%;
        left: 2.5%;
    }
}
@media screen and (max-width: 960px) {
    .visit-filters-wrap {
        padding: 70px 0;
    }
    .visit-filters-wrap h1 {
        font-size: 38px;
    }
    .page-template-visit-home-page button.fwp-submit {
        width: 100%;
        height: 50px;
        margin-top: 20px;
    }
    .visit-filters-wrap .listings-filters {
        flex-wrap: wrap;
    }
    .visit-filters-wrap .facetwp-facet{
        width: 23%;
    }
}
@media screen and (max-width: 960px) {
    .visit-filters-wrap {
        padding: 45px 0;
    }
    .visit-filters-wrap h1 {
        font-size: 28px;
    }
    
}
@media screen and (max-width: 768px) {
    .visit-filters-wrap .facetwp-facet, 
    .visit-filters-wrap button.fwp-submit {
        width: 100%;
        margin-bottom: 20px;
    }
    .page-template-visit-home-page .ls-wrapper.ls-bg-outer {
        height: 800px !important;
    }
}

@media screen and (max-width: 768px) {
    .visit-filters-wrap {
        padding: 50px 0 !important;
    }
    
    
    .page-template-visit-home-page .ls-wp-container.fitvidsignore.ls-v6.ls-container.ls-fullwidth.ls-device-is-phone {
        height: 580px !important;
    }
    .page-template-visit-home-page .ls-wrapper.ls-bg-wrap {
        height: 580px !important;
    }
    
    .page-template-visit-home-page img.ls-bg {
        width: 190% !important;
        x: -350px !important;
        y: -50px !important;
        transform: translateX(-350px) translateY(50px) !important;
    }
}
    
@media screen and (max-width: 540px) {
    .visit-filters-wrap {
        padding: 30px 0 !important;
    }
    .visit-filters-wrap .listings-filters {
        width: 95%;
        margin: 0 auto;
    }
    .page-template-visit-home-page img.ls-bg {
        width: 190% !important;
        x: -250px !important;
        y: 100px !important;
        transform: translateX(-250px) translateY(100px) !important;
    }
}

/* PDF embed - dsbf 01112021 */    
.jc-iframe-container {
    position: relative;
}

.jc-iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

/* Listings acf image upload fields upload tab */
.acf-media-modal button#menu-item-upload,
.acf-media-modal button#menu-item-browse {
    color: black;
}
.acf-google-map .title .acf-icon.-search {
    display: inline-block !important;
}