<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Dine Out Long Beach
Theme URI: http://DreamBoxCreations.com
Author: DreamBoxCreations.com
Author URI: http://DreamBoxCreations.com
Description: Custom responsive WordPress theme.
Version: 1.0
 */


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
	font-weight: normal;
}
body {
	line-height: 1.3;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
main,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}

strong{
	font-weight: bold;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* ===================== Forms ===================== */

input,select,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	border: 1px solid;
	line-height: normal;
	box-sizing: border-box;
	font-family: inherit;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
select{
	width: 100%;
	padding: 10px 12px;
	background-color: transparent;
	border: 1px solid #000;
	font-size: 1em;
	height: 40px;
}

textarea{
	padding: 10px 12px;
}

button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

select{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right 2px center;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNDQgMTQ0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNDQgMTQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQUZBMTk4O30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjMxLDYzLjkgNzIsMTAyLjkgMTEzLDYzLjkgIi8+DQo8L3N2Zz4NCg==");
}

body.ie_browser select{
	background: none;
}

::-webkit-input-placeholder {font-family: 'Lato', sans-serif;color: #626262;font-size: 16px;opacity: 1}
::-moz-placeholder {font-family: 'Lato', sans-serif;color: #626262;font-size: 16px;opacity: 1}
:-ms-input-placeholder {font-family: 'Lato', sans-serif;color: #626262;font-size: 16px;opacity: 1}
:-moz-placeholder {font-family: 'Lato', sans-serif;color: #626262;font-size: 16px;opacity: 1}

/* ===================== Gravity Forms ===================== */

.gform_wrapper{
	margin-top: 30px;
}

.gfield{
	text-align: left;
	margin-bottom: 20px;
}

.gform_title{
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

.gform_hidden{
	display: none;
}

.gform_body input:not([type=submit]),
.gform_body select{
}

.gfield_label{
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

.gform_wrapper .validation_error,
.gfield_description.validation_message{
	margin-top: 2px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.05em;
	color: #FF0000;
	text-transform: uppercase;
}

.gform_confirmation_message{
	padding: 40px 0;
	font-size: 25px;
}

.form_submitted .hide_on_submit{
	display: none;
}


/* archive pages */
.archive #articles{
	margin-top: 50px;
}

.archive_title{
	font-family: acumin-pro;
    font-weight: 800;
	text-align: center;
}

.rest_post{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.rest_post .rest_copy .hdr{
	font-size: 1.8em;
	margin-bottom: .5em;
}

.rest_post .term_links a{
	display: inline-block;
	margin-right: 1em;
}

.rest_image{
	flex: 0 0 18%;
	padding: 0 3%;
	text-align: center;
}

.rest_info{
	flex: 0 0 18%;
	line-height: 1.5;
}

.rest_post .rest_content{
	padding-right: 7%;
	margin-top: 1em;
}

.archive .pagination{
	text-align: center;
    font-size: 2rem;
}

@media (max-width: 1000px){
	.rest_post{
		display: block;
		width: 600px;
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto 30px;
	}

	.rest_post .hdr{
		text-align: center;
	}

	.rest_post .rest_image{
		margin-bottom: 30px;
	}

	.rest_post .rest_image img{
		max-width: 300px;
	}

}


/* calendar icon */
.ui-datepicker-trigger{
    position: absolute;
    top: 16px;
    right: 12px;
    width: 1em;
    height: 1em;
    font-size: 1.05em;
}

/* stylized checkmark */
.gfield_checkbox input:checked,
.gfield_checkbox input:not(checked){
    position: absolute;
    left: -99999px;
}

.gfield_checkbox label{
    position: relative;
    width: auto;
    clip: auto;
    overflow: visible;
    padding-left: 52px;
}

.gfield_checkbox input:not(checked) + label:before,
.gfield_checkbox input:checked + label:before{
    display: inline-block;
    position: absolute;
	    top: 0;
	    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    font-size: 1.5em;
    content:'';
    cursor: pointer;
}

.gfield_checkbox input:checked + label:after{
    position: absolute;
	    top: .1em;
	    left: .1em;
    font-size: 1.8em;
    color: #000;
    line-height: 0.8;
    content:  "\2714"; /* thick check */
    content:  "\2713"; /* thin check */
    transition: all .2s;
    cursor: pointer;
}

.gfield_visibility_hidden{
    display: none;
}

/* ===================== A11y ===================== */

/* focus */
:focus{
    /* outline: none; */
    outline-width: 3px;
    outline-style: dotted;
    outline-color: #000;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    padding: 0;
    margin: -1px;
    border: 0;
}

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

.screen-reader-shortcut {
    position: absolute;
    top: -1000em;
    color: #000000;
    background-color: #FFFFFF;
}

.screen-reader-shortcut:focus {
	display: block;
	top: 6px;
	left: 6px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	background-color: #FFF;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	font-family: acumin-pro-condensed,sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	outline: 1px solid #000;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.adobe-download-text.hidden{
	display: none;
}

.adobe-download-text {
    margin: 20px 0;
    font-size: .9em;
    text-align: center;
}

.adobe-download-text a{
    color: #c01b15; /* red */
	background-color: #FFFFFF;
}

/* ===================== Wordpress ===================== */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
    font-weight: bold;
    margin-bottom: 10px;
}
.entry-content h1{
    font-size: 2em;
}
.entry-content h2{
    font-size: 1.5em;
}
.entry-content h3{
    font-size: 1.17em;
}
.entry-content h4{
}
.entry-content h5{
    font-size: 0.83em;
}
.entry-content h6{
    font-size: 0.67em;
}
.entry-content a{
    color: #c01b15; /* red */
}
.entry-content ul{
    margin: 0 0 1.5em;
    list-style-type: disc;
    list-style-position: inside;
}
.entry-content li{
    margin: 0 0 0.5em;
}
.entry-content ol{
    margin: 0 0 1.5em;
    list-style-type: decimal;
    list-style-position: inside;
}
.entry-content ul ul,
.entry-content ol ul{
    margin-top: 10px;
    margin-left: 15px;
    list-style-type: circle;
    list-style-position: inside;
}
.entry-content ol ol,
.entry-content ul ol{
    margin-top: 10px;
    margin-left: 15px;
    list-style-type: lower-latin;
    list-style-position: inside;
}
[id^=attachment]{
    max-width: 100%;
}
[id^=attachment] img{
    height: auto;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 900px){
    img.alignleft,
    img.alignright{
        display: block;
        float: none;
        margin: 30px auto;
    }
}
.entry-content p {
    margin: 0 0 1.5em;
    padding: 0;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    color: #666;
    font-size: 18px;
    font-size: 2.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0 0 1.5em;
    overflow: hidden;
    padding: 0 50px;
}
blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #eee;
    text-decoration: none;
}
big {
    font-size: 125%;
}
blockquote {
    quotes: "â€œ" "â€" "â€˜" "â€™";
}
blockquote,
q {
    quotes: "â€œ" "â€" "â€˜" "â€™";
}
blockquote:before,
blockquote:after {
    content: "";
}

/* ===================== Slider General ===================== */

.resp_slider{
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.resp_slider.show{
    opacity: 1;
}

.slider_wrap{
    position: relative;
}

.slick-arrow{
    position: absolute;
	    top: 43%;
	    z-index: 10;
    width: 1em;
    height: 1em;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    font-size: 5em;
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.slick-track,
.slick-list,
.slick-slider {
    height: 100%;
}

.slick-slide{
    position: relative;
}

.lt_arrow {
    left: .3em;
}

.rt_arrow{
    right: .3em;
}

.lt_arrow {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNDYuNiIgaGVpZ2h0PSIxMDUuMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0Ni42IDEwNS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0Ni42IDEwNS4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRUUxNTtzdHJva2Utd2lkdGg6ODtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzguNSw5OS40TDcsNTIuMUwzOC42LDcuNCIvPgo8L3N2Zz4K");
    background-color: transparent;
}


.rt_arrow {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNDYuNiIgaGVpZ2h0PSIxMDUuMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0Ni42IDEwNS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0Ni42IDEwNS4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRUUxNTtzdHJva2Utd2lkdGg6ODtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNyw3LjRsMzEuNyw0NC43TDcuMSw5OS40Ii8+Cjwvc3ZnPgo=");
    background-color: transparent;
}

.slide_overlay{
	display: flex;
	position: absolute;
		top: 40%;
		left: 50%;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	height: 364px;
	padding: 20px;
	text-align: center;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.slide_overlay .cta{
	padding: .8em 2em;
	font-size: 1.5rem;
}

@media (min-width: 768px){
    .slide_overlay.align_left{
        left: 125px;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

    .slide_overlay.align_right{
        left: auto;
        right: 125px;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }
}

.slide_overlay .slide_text{
    margin-bottom: 25px;
}

.slide_overlay .cta:focus{
	outline-color: #FFF;
}

.slide_overlay .slide_text .hdr{
	font-size: 6.5rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 2px;
}

@media (max-width: 767px){
    .slider_wrap{
        height: 400px;
    }

    .slick-arrow{
        font-size: 4em;
    }

    .lt_arrow {
        left: 12px;
    }

    .rt_arrow{
        right: 12px;
    }

    .slide_overlay{
        width: 90%;
    }

}

/* ===================== General ===================== */

.colors{
	color: #ddb617; /* dolb yellow */
	color: #1d0b10; /* dolb dark burgundy */
	color: #640503; /* dolb burgundy */
}

/* fonts go here  */

.fonts{
	font-family: acumin-pro,sans-serif; /* acumin light */
	font-family: acumin-pro-condensed,sans-serif;
	font-weight: 800;
	font-family: acumin-pro-wide,sans-serif;
	font-weight: 800;
}

.ac_cond{
	font-family: acumin-pro-condensed,sans-serif;
}

.ac_wide{
	font-family: acumin-pro-wide,sans-serif;
	font-weight: 800;
}

body{
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	font-family: acumin-pro-wide,sans-serif;
	font-weight: 400;
}

.container{
    width: 1600px;
    padding: 0;
    margin: auto;
    max-width: 100%;
}

.container:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

#primary .container{
	padding: 0 20px;
}

a{
    background-color: inherit;
    color: inherit;
    text-decoration: underline;

    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
            transition: background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
}

.cta,
input[type=submit]{
    display: inline-block;
    padding: .4em 1em;
    background-color: red;
    border: 2px solid #ddb617;
    font-size: 1.2em;
	color: #000000;
	background-color: #ddb617; /* dolb yellow */
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
    transition:         background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
    cursor: pointer;
}

.cta:hover,
input[type=submit]:hover{
    background-color: transparent;
    color: #000000;
}


.hdr{
    background-color: transparent;
    font-size: 2.8em;
    color: #000000;
    text-transform: uppercase;
}

.social_icon{
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 30px;
    text-decoration: none;
}

.social_icon svg{
    height: 20px;
    fill: red;
}


/* menus */

.nav_menu li a{
	display: inline-block;
	padding: .3em .6em;
	font-family: acumin-pro;
    font-weight: 800;
	font-size: 1.5rem;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

.nav_menu li a:hover{
    color: #FFF;
	background-color: #000000;
}

svg{
    width: 100%;
    height: 100%;

    -webkit-transition: fill .3s ease-in-out;
            transition: fill .3s ease-in-out;
}

/* ===================== Mobile Toggle ===================== */

#mobile_header .toggle_wrap{
    position: absolute;
	    top: 20px;
	    left: 20px;
}

.toggle_icon{
    display: none;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 2.6em;
}

#toggle_menu{
    background-position: 0 5px;
    background-color: transparent;
    background-size: contain;
	/* black */
	/* background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMzUuOCIgaGVpZ2h0PSIyNi41IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM1LjggMjYuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUuOCAyNi41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZT4gcmVjdHtmaWxsOiAjMDAwfTwvc3R5bGU+CjxyZWN0IHdpZHRoPSIzNS44IiBoZWlnaHQ9IjUuMiIvPgo8cmVjdCB5PSIxMC43IiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPHJlY3QgeT0iMjEuMyIgd2lkdGg9IjM1LjgiIGhlaWdodD0iNS4yIi8+Cjwvc3ZnPgo="); */
	/* white */
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMzUuOCIgaGVpZ2h0PSIyNi41IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM1LjggMjYuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUuOCAyNi41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZT4gcmVjdHtmaWxsOiAjRkZGRkZGfTwvc3R5bGU+CjxyZWN0IHdpZHRoPSIzNS44IiBoZWlnaHQ9IjUuMiIvPgo8cmVjdCB5PSIxMC43IiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPHJlY3QgeT0iMjEuMyIgd2lkdGg9IjM1LjgiIGhlaWdodD0iNS4yIi8+Cjwvc3ZnPgo=");
}

#close_menu{
    background-color: transparent;
	/* black */
	/* background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjkuNSIgaGVpZ2h0PSIyOS4yIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyOS41IDI5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5LjUgMjkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGU+IHJlY3R7ZmlsbDogIzAwMDAwMH08L3N0eWxlPgo8cmVjdCB4PSItMy4yIiB5PSIxMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNC42MzIxIC02LjE1ODUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPHJlY3QgeD0iLTMuMiIgeT0iMTIiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEgMC43MDcxIC0wLjcwNzEgLTAuNzA3MSAzNS40OTE4IDE0LjQ2NTUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPC9zdmc+Cg=="); */
	/* white */
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjkuNSIgaGVpZ2h0PSIyOS4yIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyOS41IDI5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5LjUgMjkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGU+IHJlY3R7ZmlsbDogI0ZGRkZGRn08L3N0eWxlPgo8cmVjdCB4PSItMy4yIiB5PSIxMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNC42MzIxIC02LjE1ODUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPHJlY3QgeD0iLTMuMiIgeT0iMTIiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEgMC43MDcxIC0wLjcwNzEgLTAuNzA3MSAzNS40OTE4IDE0LjQ2NTUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPC9zdmc+Cg==");
}


#toggle_menu.show,
#close_menu.show{
    display: block;
}
/* ===================== Social ===================== */

.social_row a{
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-color: #FF0000;
    border-radius: 100%;
    border: 1px solid #FFF;
    font-size: 2em;
}

.social_row a:last-child{
    margin-right: 0;
}

.social_row a svg{
    fill: #FFF;
    position: absolute;
	    top: 50%;
	    left: 50%;
    width: 1em;
    height: 1em;
    font-size: .63em;

    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.social_row a:hover{
    background-color: #FFF;
}

.social_row a:hover svg{
    fill: #FF0000;
}

/* ===================== Utilities ===================== */

.tc{
	text-align: center;
}

.yellow_banner{
	display: inline-block;
	padding: .2em 1em;
	background-image: url(images/yellow_banner.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	font-family: acumin-pro-condensed,sans-serif;
	font-size: 3rem;
	text-transform: uppercase;
}

.mobile_only{
    display: none;
}

@media (max-width: 767px){ 
    .mobile_only{
        display: block;
    }
    .desktop_only{
        display: none;
    }
}

.col_row:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

.col_50{
    width: 48%;
    float: left;
}

.col_50:last-child{
    float: right;
}

.no_dec{
    text-decoration: none;
}

@media (max-width: 767px){ 
    .col_50,
    .col_50:last-child{
        width: 100%;
        float: none;
    }
}

.white{
	color: #FFFFFF;
}

.yel_shadow{
	text-shadow: 3px 3px 0px #ddb617; /* dolb yellow */
}

/* ===================== Loader ===================== */

.loader.hide{
    display: none;
}

.loader {
    position: absolute;
        top: 12%;
	    left: 47%;
    width: 1em;
    height: 1em;
    margin: 100px auto;
    border-radius: 50%;
    font-size: 1.3em;
    color: #000;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;

    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
}
@-webkit-keyframes load4 { 0%, 100% { box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; } 12.5% { box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 25% { box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 37.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; } 50% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; } 62.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; } 75% { box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; } 87.5% { box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
@keyframes load4 { 0%, 100% { box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; } 12.5% { box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 25% { box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 37.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; } 50% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; } 62.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; } 75% { box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; } 87.5% { box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }



/* ===================== Header ===================== */

header{
	position: relative;
		z-index: 1;
	width: 100%;
	padding-bottom: 30px;
	background-color: #FFF;
}

#header_top{
    height: 57px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;

    -webkit-transition: height .3s ease-in-out, padding .3s ease-in-out;
            transition: height .3s ease-in-out, padding .3s ease-in-out;
}

#primary_nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;

	-webkit-transition: padding .3s ease-in-out;
	        transition: padding .3s ease-in-out;
}

#primary_nav.container{
	width: 1500px;
}

#primary_nav.container:after{
    content: none;
}


#main_logo,
#mobile_logo{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	text-align: center;
}

#main_logo{
	height: 250px;
	background-image: url(images/DOLB_banner_2025.jpg?v=3);
}

#main_logo:before{
	display: inline-block;
	position: absolute;
		top: 0;
		left: 50%;
		z-index: -1;
	width: 100vw;
	width: calc(100vw - 17px);
	height: 123px;
	background-color: #1E0B0F;
	content:'';

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

#mobile_logo{
	z-index: 30;
	/* height: 100%; */
	margin: auto;
	/* background-image: url(images/DOLB_banner_2025-mobile.jpg?v=2); */
	/* background-size: contain; */
}

/* #mobile_logo a{ */
/* 	height: 100%; */
/* 	width: 100%; */
/* 	display: inline-block; */
/* } */

#mobile_logo a,
#mobile_logo img{
	display: block;
}

#main_logo .home_link{
	display: inline-block;
	width: 900px;
	height: 102px;
	max-width: 100%;
}

#main_logo .home_link:focus{
	outline-color: #FFF;
}

#mobile_logo .home_link{
	display: inline-block;
	width: 900px;
	height: 102px;
	max-width: 100%;
	background-color: blue;
}

@media (max-width: 1180px){
	
	#primary_nav .nav_menu li a{
		font-size: 1rem;
	}


}


@media (max-width: 1080px){
	
	#main_logo{
		height: 22vw;
	}

}

@media (max-width: 767px){
	header{
		padding-bottom: 0;
	}

	#main_logo{
		display: none;
	}
}


/* ===================== Mobile Header ===================== */

#mobile_header{
    display: none;
    position: relative;
	/* height: 65.1vw; */
    padding: 0;
    text-align: center;
}

#mobile_header .toggle_wrap{
    position: absolute;
	    top: 20px;
	    left: 20px;
	    z-index: 30;
}

#mobile_menu{
    position: absolute;
	    z-index: 15;
    width: 100%;
    padding: 10px 0;
    opacity: 0;
    pointer-events: none;
    background-color: #FFF;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    text-align: center;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

#mobile_menu.show{
    opacity: 1;
    pointer-events: auto;
}

.mobile_header_bknd{
    display: none;
}

.mobile_logo{
    display: inline-block;
    position: relative;
	    z-index: 30;
    width: 60%;
    height: 100%;
}

.slide_down #mobile_menu{
    opacity: 1;

     -webkit-transform: translate(0%,-100%);
             transform: translate(0%,-100%);
    -webkit-transition: transform .3s ease-in-out;
    transition:         transform .3s ease-in-out;
}

.slide_down #mobile_menu.show{
-webkit-transform: translate(0%,0%);
        transform: translate(0%,0%);
}

.mobile_header_bknd{
    display: inline-block;
    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

#mobile_menu .social_row{
    padding-top: 20px;
}

#primary_nav .nav_links{
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
    font-size: .8em;
}

#primary_nav .primary_menu {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
	padding: 0 20px;
}

#primary_nav .primary_menu li.current-menu-item a,
#primary_nav .primary_menu li a:hover{
    background-color: #000;
    color: #FFF;
}

#search_header {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: acumin-pro;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
}

#search_header a{
	background-color: #ddb617; /* dolb yellow */
	border-radius: 10px;
}

#search_header li{
	margin: 0 1em;
}

#search_header li.current-menu-item a,
#search_header a:hover{
	color: #000000;
}

#search_header .nav_menu{
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) and (max-width: 900px){
	#search_header,
	#search_header .nav_menu li a{
		font-size: 1.3rem;
	}
}

@media (max-width: 767px){
	#search_header{
		display: none;
	}
}

/* scroll down sticky header */

@media (max-width: 900px){
    #primary_nav .nav_links{
        font-size: 1.3vw;
    }
}

@media (max-width: 767px){ 
    header{
        position: static;
        height: auto;
        box-shadow: none;
    }

    #header_top{
        display: none;
    }

    #primary_nav{
        display: none;
    }

    #mobile_header{
        display: block;
    }

    #header_top {
        height: auto;
        padding: 7px 0 16px;
        background: #000;
        filter: none;
    }
}

/* ===================== Footer ===================== */

footer{
	font-size: .8em;
}

footer .container{
	width: 1200px;
	max-width: 100%;
	margin: auto;
}

footer #logo_field{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}

footer #logo_field .logo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px;
	text-align: center;
}

footer #logo_field .logo:nth-child(1),
footer #logo_field .logo:nth-child(2),
footer #logo_field .logo:nth-child(3){
	flex: 0 0 30%;
}

#footer_bottom .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1480px;
	padding: 30px 30px;
	border-top: 5px solid #ddb617; /* dolb yellow */
}

#footer_bottom .container &gt; div{
	flex: 1 1 auto;
}

#footer_bottom .container #lbh{
	text-align: center;
}

#footer_bottom .container #lbh img{
	width: 150px;
}


#footer_social{
    text-align: center;
}

#footer_social .social_row{
    display: inline-block;
}

#footer_menu .nav_menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#copyright{
    clear: both;
    margin-top: 20px;
    text-align: center;
}

#copyright a{

}

#dbc_logo {
    text-align: center;
    padding: 60px 0 20px;
    background-color: #FFF
}

#dbc_logo a{
    color: #000000;
}

#dbc_logo .icon{
    width: 35px;
    fill: #888888;
    fill-opacity: .5;
}

@media (max-width: 767px){
    #footer_links #footer_menu,
    #footer_links #footer_social{
        width: 100%;
        float: none;
    }

	footer #logo_field{
		display: block;
	}

	#footer_bottom .container{
		flex-direction: column;
	}

	#footer_bottom #lbh{
		order: 1;
	}

	#footer_bottom #copyright{
		order: 2;
		margin-top: 40px;
	}

	#footer_bottom #dbc_logo{
		order: 3;
	}
}

@media (max-width: 500px){
    #footer_menu .nav_menu{
        display: block;
        text-align: center;
    }

	footer .yellow_banner{
		font-size: 2rem;
	}

}

/* ===================== General Page ===================== */

.page-template-default #primary .container{
	width: 900px;
}

.page-template-default .page-content{
	text-align: center;
	margin-bottom: 50px;
}

#content{
    /* margin-top: 200px; */
    padding: 0 0 50px;
}

#content .page-content{
    padding-top: 40px;
}

.page_header{
    position: relative;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page_header h1{
    position: absolute;
	    top: 50%;
	    left: 50%;
	    z-index: 1;
    text-align: center;
    font-size: 80px;
    text-transform: uppercase;

    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.page_header.has_img{
    height: 400px;
}

.page_header.has_img h1{
    color: #FFF;
}

@media (max-width: 767px){
    #content{
        margin-top: 0;
    }
}

/* ===================== Front Page ===================== */

#hero_slider .slick-slide &gt; div,
#hero_slider .slick-slide &gt; div &gt; div{
    height: 100%;
}

#hero_slider .slick-slide .slide{
	height: 800px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#hero_slider .slick-slide.align_left{
    background-position: left center;
}

#hero_slider .slick-slide.align_right{
    background-position: right center;
}

.home #top_section {
	position: relative;
}

.home #top_section .dbl_chev_down{
	display: inline-block;
	position: absolute;
		bottom: 20px;
		left: 50%;
		z-index: 1;
	width: 1em;
	height: 0.36293617em;
	background-image: url(images/double_down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 10rem;

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

.home #top_section .dbl_chev_down:focus{
	outline: 4px dotted #FFFFFF;
}

article .container{
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
}

article .hdr{
    margin-bottom: 20px;
    text-align: center;
}

article .cta{
    margin-top: 20px;
}

article .article_copy{
    text-align: left;
    margin-top: 30px;
}

#about_image{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

#about {
	padding: 50px 0;
	margin-bottom: 50px;
	font-size: 1.3rem;
	color: #1d0b10; /* dolb dark burgundy */
}

#about .container{
	width: 1500px;
	padding: 0 20px;
}

#about .hdr{
	margin-bottom: 30px;
	font-family: acumin-pro-condensed,sans-serif;
	font-size: 3.5rem;
	color: #640503; /* dolb burgundy */
	font-weight: 800;
	line-height: 1;
}

#about p{
	font-size: 1.5rem;
}

@media (max-width: 500px){
	
	#about p{
		font-size: 1rem;
	}
}

/* .term_listing{ */
/* 	display: flex; */
/* } */

.term_browser{
	margin-bottom: 50px;
}

.term_listing .term_label{
	display: inline-block;
	position: relative;
		z-index: 10;
	padding: .5em 2em .5em 1em;
	background-image: url(images/yellow_banner_right.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	font-family: acumin-pro-condensed,sans-serif;
	font-size: 2rem;
	font-weight: 800;
	text-transform: uppercase;

	-webkit-transform: translateY(8px);
	        transform: translateY(8px);
}

.term_listing .term_block .inner{
	display: flex;
	position: relative;
		z-index: 1;
	height: 400px;
	padding: 32px 40px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 767px){
	.term_listing .term_block .inner{
		height: 320px;
	}
}

.term_listing .slick-slider{
	margin-right: -15px;
}

.term_listing .term_block .inner a{
	display: inline-block;
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	width: 100%;
	height: 100%;
}

.term_listing .term_block .inner a:focus{
	outline: 5px dotted #FFFFFF;
	outline-offset: -13px;
}

.term_listing .overlay{
	align-self: flex-end;
	margin-top: auto;
	font-family: acumin-pro-condensed,sans-serif;
	font-size: 2rem;
	line-height: 1;
}

.term_listing .overlay .name{
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
}

.term_listing .overlay .count{
	font-family: acumin-pro;
	font-weight: normal;
}

.term_listing .w_img .overlay{
	color: #FFFFFF;
}

.term_slider{
	display: flex;
	flex-wrap: wrap;
}

.term_slider .term_block{
	flex: 0 0 25%;
	margin-bottom: 20px;
}

.term_listing .term_block:nth-child(4n) .inner{
	margin-right: 0;
}

@media (max-width: 1300px){
	
	.term_slider .term_block{
		flex: 0 0 33.3333%;
	}

	.term_listing .overlay{
		font-size: 1.5rem;
	}

	.term_listing .term_block:nth-child(4n) .inner{
		margin-right: 15px;
	}

	.term_listing .term_block:nth-child(3n) .inner{
		margin-right: 0;
	}
}

@media (max-width: 950px){
	
	.term_slider .term_block{
		flex: 0 0 50%;
	}

	.term_listing .term_block:nth-child(3n) .inner{
		margin-right: 15px;
	}

	.term_listing .term_block:nth-child(even) .inner{
		margin-right: 0;
	}
}

@media (max-width: 767px){

	.term_slider{
		display: block;
	}

	.term_listing .term_block {
		width: 100%;
	}

	.term_listing .term_block:nth-child(3n) .inner,
	.term_listing .term_block .inner{
		margin-right: 0;
	}

	.term_browser{
		margin-bottom: 100px;
	}

	.term_browser .slider_wrap{
		height: auto;
	}

	.home #top_section	.slider_wrap{
		height: 600px;
	}
}

@media (max-width: 600px){
	
	.home .slide_overlay {
		height: 300px;
	}

	.home .slide_overlay .slide_text .hdr{
		font-size: 4.5rem;
	}

	.home .slide_overlay .cta{
		font-size: 1rem;
	}

	.term_browser.neighborhood .term_listing .term_label{
		font-size: 1.5rem;
	}

}

@media (max-width: 400px){
	
	.home #top_section .slider_wrap{
		height: 500px;
	}

	.home .slide_overlay .slide_text .hdr{
		font-size: 3rem;
	}

	.home .slide_overlay .cta{
		font-size: .9rem;
	}

	.term_listing .slider_wrap,
	.term_listing .term_block .inner {
		height: auto;
		min-height:350px;
	}

	.term_browser.neighborhood .term_listing .term_label,
	.term_listing .term_label{
		font-size: 1.4rem;
	}

}

/* ===================== Locations ===================== */

.locations #location_listing{
    flex: 0 1 30%;
    height: 100%;
    overflow: auto;
}

.locations #map_wrap{
    flex: 0 1 70%;
}

.locations #map{
    height: calc(100% - 60px);
}

#filter_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#location_filter .filter_tab{
    font-size: 20px;
    cursor: pointer;
}

#map_wrap #map_controls{
    position: absolute;
	    right: 20px;
	    bottom: 20px;
	    z-index: 1;
}

#map_wrap #map_controls button{
    width: 1em;
    height: 1em;
    padding: 0;
    background-color: #FFF;
    font-size: 2.5rem;
    line-height: 1;
}

.chrome_browser #map_wrap #map_zoom_out span,
.ie_browser #map_wrap #map_zoom_out span{
    position: relative;
    top: -.1em;
}

.ff_browser #map_wrap #map_controls button span,
.safari_browser #map_wrap #map_controls button span{
    position: relative;
    top: -.1em;
}

.locations #location_listing .loc_block_wrap{
    margin-bottom: 50px;
}

.store_hours {
	margin-bottom: 20px;
}

.store_hours table {
	margin: 0 auto;
}

.hdr_geared .red_under {
	font-weight: bold;
	margin-bottom: 10px;;
}

.phone .hdr_geared .red_under {
	margin-top: 20px;
}

@media (min-width: 768px){
    .locations #location_content{
        display: flex;
        height: 500px;
    }

    .locations #map_wrap{
        padding-left: 50px;
    }
}

@media (max-width: 767px){
    .locations #map_wrap{
        height: 500px;
    }
}

/* ===================== Single Location ===================== */

.single-locations h1{
    text-align: center;
}

.single-locations #location_details .loc_details{
    flex: 0 1 30%;
}

.single-locations #location_details #map_wrap{
    flex: 0 1 70%;
}

.single-locations #location_details #map{
    height: 100%;
}

@media (min-width: 768px){
    .single-locations #location_details{
        display: flex;
        height: 500px;
    }
}

/* ===================== Popup Signup ===================== */

#popup_wrap{
    position: absolute;
	    top: 22%;
	    left: 50%;
	    z-index: 10000;
    width: 707px;
    max-width: 90%;
    opacity: 0;
    pointer-events: none;
    background-color: #FFF;
    border-width: 15px;
    border-style: solid;
    border-color: #FFF;

    -webkit-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
}

#popup_hero{
    width: 100%;
    height: 222px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

#signup_modal_overlay{
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
}

#signup_modal_image{
    height: 175px;
    background-size: cover;
    background-position: center;
}

#signup_modal_dismiss{
    position: absolute;
	    top: -40px;
	    right: -40px;
    width: 50px;
    height: 50px;
    border: none;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgd2lkdGg9IjM5LjciIGhlaWdodD0iMzkuNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzOS43IDM5LjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM5LjcgMzkuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggZD0iTTM1LjYsMTkuOGMwLTguNy03LjEtMTUuOC0xNS44LTE1LjhTNC4xLDExLjEsNC4xLDE5LjhzNy4xLDE1LjgsMTUuOCwxNS44UzM1LjYsMjguNSwzNS42LDE5Ljh6Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTkuOCwwLjFDOC45LDAuMSwwLjEsOC45LDAuMSwxOS44czguOSwxOS44LDE5LjcsMTkuOHMxOS44LTguOSwxOS44LTE5LjhTMzAuNywwLjEsMTkuOCwwLjF6IE00LjEsMTkuOA0KCWMwLTguNyw3LjEtMTUuOCwxNS44LTE1LjhzMTUuOCw3LjEsMTUuOCwxNS44cy03LjEsMTUuOC0xNS44LDE1LjhTNC4xLDI4LjUsNC4xLDE5Ljh6Ii8+DQo8Zz4NCgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjI3LjYsMTQuMiAyNS41LDEyIDE5LjgsMTcuNyAxNC4yLDEyIDEyLDE0LjIgMTcuNywxOS44IDEyLDI1LjUgMTQuMiwyNy42IDE5LjgsMjIgMjUuNSwyNy42IA0KCQkyNy42LDI1LjUgMjIsMTkuOCAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#signup_modal_dismiss:focus{
    outline: 2px dotted #000;
}

#popup_wrap,
#signup_modal_overlay{
    -webkit-transition: opacity .5s ease-in-out;
    transition:         opacity .5s ease-in-out;
}

#popup_wrap.show,
#signup_modal_overlay.show{
    opacity: 1;
    pointer-events: auto;
}

.rest_menu,
.rest_jobs{
	margin-top: 1rem;
}

@media (max-width: 767px){
	.rest_info{
		margin-top: 1rem;
	}

}

/* reinstated from Oct 2020 ijd 03-11-21  */
.signature_cocktail{
	margin-top:20px;	
}
.signature_cocktail .sd-title{
	text-transform:uppercase;
	font-weight:700;
	color:#bd894f;
	margin-bottom:8px;
}

.signature_drink{
	
}
.signature_drink .cocktail_name{
	font-weight:600;
	min-width:200px;
	
}
.signature_drink .cocktail_price{
	left:400px;
	font-weight:700;
	float:right;
}
.signature_drink .cocktail_description{
	
}
.signature_drink .cocktail_description p {
    margin: 0 0 10px;
}
/****** home page video on autoplay ****/
.half_left{width:49%;display:inline-block;}

.video_wrap.half_right{
	width:49%;
	display:inline-block;
	vertical-align:top;
	/* margin-top:70px; */
	position:relative;
}

.video_wrap  #dolb_video {
	width:100%;
}

.video_wrap .scrolldown svg{
	fill:#ffffff;
}

#dolb_controls{
	position: absolute;
	bottom: 2em;
	left: 1em;
	z-index: 20;
}

#dolb_controls .ctrl_btn{
	font-size: 2rem;
	opacity: .6;
}

#dolb_controls .ctrl_btn:hover,
#dolb_controls .ctrl_btn:focus{
	opacity: 1;
}

#dolb_controls #dolb_video_button svg{
	width:60px;
	fill:#ffffff;
	top:100px;
	display:none;
}

#muteBtn {
  bottom: 2rem;
  left: 1rem;
  position: absolute;
  z-index: 20;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  width:60px;
  height:60px;
}
.video_wrap  #dolb_video .fa-solid, .fas {
    font-weight: 900;
	font-size:2.5rem;
}


@media (min-width: 768px) and (max-width: 1100px){
	#about .hdr{font-size:2rem;}
	#about p {
		font-size: 1.2rem;
	}
	.video_wrap.half_right {
		margin-top:40%;
	}
}

	
@media (max-width: 767px){
	#about .hdr{font-size:2.2rem;}
	.half_left{display:block; width:100%;}
	.video_wrap.half_right {
		display:block;
		margin:auto;
		width:90%;
	}
	#video_controls{display:block}
	.video_wrap .scrolldown{
		top:60%;
	}
}

@media (max-width: 400px){
	#muteBtn {
    bottom: -0.3rem;
    left: -0.3rem;
    width: 60px;
    height: 60px;
	}
}

/* ijd 10-05-23  */
#tabular_search {
	margin-bottom: 50px;
}

#tabular_search .container{
	width: 1200px;
	padding: 0 20px;
}

body.home{
	overflow: visible;
}

#rest_table_filter{
	display: flex;
	position: -webkit-sticky;
	position: sticky;
		top: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 0 10px;
	background-color: #ffffff;
	gap: 50px;
}

#rest_table_filter .filter{
	flex: 1 1 auto;
}

.filter .select2-container--default .select2-selection--multiple,
.filter .select2-container--default.select2-container--focus .select2-selection--multiple{
	border: none;
}

#rest_table_filter h2,
#rest_table_filter label{
	display: inline-block;
}

#rest_table_filter h2,
#rest_table_filter label{
	font-family: acumin-pro-condensed,sans-serif;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

#rest_table_filter h2,
#rest_table_filter label{
	color: #800000;
	margin-bottom: 10px;
}

/* #tabular_search thead{ */
/* 	position: -webkit-sticky; */
/* 	position: sticky; */
/* 		top: 100px; */
/* } */

#tabular_search .rest_name{
	font-size: 1.3rem;
}

#tabular_search td{
	vertical-align: middle;
}

#rest_table_filter .select2-container,
#rest_table_filter input{
	border: 2px solid #000;
	font-size: 1rem;
}

#rest_table_filter .select2-container{
	padding: 3px 12px;
}

#tabular_search tr.text_search_hide{
	display: none;
}

#rest_search_table.tablesorter-ice td,
#rest_search_table.tablesorter-ice th{
	font-family: inherit;
	font-size: 1rem;
	border-color: transparent;
}

#rest_search_table.tablesorter-ice td{
	text-transform: uppercase;
	font-weight: 800;
	font-family: acumin-pro,sans-serif;
}

#rest_search_table.tablesorter-ice th{
	font-family: acumin-pro-wide,sans-serif;
	text-transform: uppercase;
}

#rest_search_table.tablesorter-ice td .cta{
	font-weight: 800;
    font-family: acumin-pro,sans-serif;
    padding: 0.2em 0.7em;
}

#rest_search_table.tablesorter-ice thead tr,
#rest_search_table.tablesorter-ice tbody tr:nth-child(even){
	background-color: #f7f7f7;
}

#rest_search_table.tablesorter-ice tbody td{
	text-transform: uppercase;
}

#rest_search_table.tablesorter-ice .tablesorter-ice .header, 
#rest_search_table.tablesorter-ice .tablesorter-ice .tablesorter-header{
}

.select2-container .select2-search--inline .select2-search__field{ font-family: acumin-pro-condensed,sans-serif; }
.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder { font-family: acumin-pro-condensed,sans-serif; }
.select2-container .select2-search--inline .select2-search__field::-moz-placeholder { font-family: acumin-pro-condensed,sans-serif; }
.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder { font-family: acumin-pro-condensed,sans-serif; }
.select2-container .select2-search--inline .select2-search__field:-moz-placeholder { font-family: acumin-pro-condensed,sans-serif; }

#clear_filters{
	overflow: hidden;
	padding: 5.68px 5px;
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #000;
	font-family: acumin-pro-condensed,sans-serif;
	color: #000000;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
}

#no_results{
	display: none;
	padding: 100px 0;
	font-size: 2rem;
	text-align: center;
	text-transform: uppercase;
}

.scroll_to_search.mobile{
	display: none;
	position: fixed;
		bottom: 20px;
		left: 50%;
		z-index: 1;
	padding: 0.35em 1em 0.45em;
	border: 1px solid #000;
	line-height: 1;
	transform: translateX(-50%);
}

.scroll_to_search{
	width: 275px;
	max-width: 90%;
	font-family: acumin-pro-condensed,sans-serif;
	font-weight: bold;
	text-align: center;
}

#about .scroll_to_search{
	margin-bottom: 20px;
}

table.tablesorter-ice{
	border: none;
}

@media (min-width: 900px){

	#rest_table_filter{
		flex-direction: row;
	}

	.filter.clear_btn{
		align-self: flex-end;
	}
}

@media (max-width: 899px){

	#rest_table_filter{
		gap: 10px;
		align-items: stretch;
		margin-bottom: 40px;
	}

	#rest_search_table thead{
		position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
	}

	#rest_search_table tbody tr{
		flex-direction: column;
		display: flex;
		align-items: center;
	}

	#tabular_search .rest_row{
		margin-bottom: 50px;
		padding-bottom: 2px;
	}

	#tabular_search .rest_name{
		font-size: 2rem;
	}

	#rest_search_table.tablesorter-ice td,
	#rest_search_table.tablesorter-ice th{
		border: none;
		text-align: center;
	}

	#rest_search_table.tablesorter-ice tbody&gt;tr.even:hover&gt;td,
   	#rest_search_table.tablesorter-ice tbody&gt;tr.hover&gt;td,
   	#rest_search_table.tablesorter-ice tbody&gt;tr.odd:hover&gt;td,
   	#rest_search_table.tablesorter-ice tbody&gt;tr:hover&gt;td{
		background-color: #ffffff;
	}

	.filter.clear_btn{
		text-align: center;
	}

	.select2-container .select2-search--inline .select2-search__field{
		line-height: 1;
		margin-top: 8px;
	}

	.select2-container .select2-search--inline .select2-search__field{
		margin-top: 8px;
	}
}

@media (max-width: 767px){

	#rest_table_filter h2,
	#rest_table_filter label{
		margin-bottom: 5px;
		font-size: 1.2rem;
	}

	.scroll_to_search.mobile{
		display: inline-block;
	}

}

.select2-container--default .select2-search--inline .select2-search__field{
	font-family: acumin-pro-condensed,sans-serif;
	text-transform: uppercase;
}

body .select2-container--default .select2-selection--multiple .select2-selection__clear{
	height: 100%;
	color: #000000;
	padding: 0 10px;
	margin: 0;
}

.rest_care.flex{
	display: flex;
	justify-content: center;
}

.rest_care.half_left{
	text-align: center;
}	

.rest_care.half_right .inner{
	/* display: flex;
	justify-content: center; */
	column-count: 2;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display:flex;
	justify-content: space-around;	
}

.rest_care.half_right .day{
	max-width: 42%;
	position: relative;
	margin: 0px 0% 0px 6%;
	margin: 0px 0% 0px 6%;
}

.rest_care.half_right .day:first-of-type:after{
	content: '';
	display: block;
    right: -6%;
	background: #800000;
    width: 1%;
    height: 100%;
    position: absolute;
    float: right;
    top: 0px;
}

.rest_care.half_right h3{
	font-family: acumin-pro-condensed, sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
	color: #800000;
    margin-bottom: 10px;
}

/* .rest_care.half_right ul{
	margin-bottom: 30px;
}*/

.rest_care.half_right .note{
	font-size: 0.8rem;
	color: #800000;
	padding-top: 10px;
}

@media (max-width: 999px){
	.rest_care.flex{
		display: block;
	}
	
	.rest_care.half_left{
		width: 100%;
		display: block;
	}	
	
	.rest_care.half_right .inner{
		position: static;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 30px 30px 0px 30px;
	}
	
	#about{
		margin-bottom: 0px;
	}
}

@media (max-width: 550px){	
	
	.rest_care.half_right .inner{
		column-count: 1;
		display: block;
	}
	
	.rest_care.half_right .day{
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		max-width: unset;
		margin-bottom: 30px;
	}
	
	.rest_care.half_right .day:first-of-type:after{
		display: none;
	}
}





/* 


.rest_care.half_right{
	text-align: center;
	width:49%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}

.rest_care.half_right .inner{
	column-count: 2;
}*/

</pre></body></html>