:root {
    --bbDarkBlue: #007abf;
    --bbTealBlue: #007abf;
    --darkGrey: #c9c9c9;
    --BrightBlue: #00689f;
    --LightBlue: #99c2d8;
    --bbRed: #ff0404;
    --mediumGrey: #545b62;
    --lightGrey: #e6e6e6;
    --formColor: #007abf;
}
/*********************************************************
CORE CSS
**********************************************************/
.ck-editor__editable_inline {
    min-height: 250px;
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    cursor: pointer;
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 45px;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}
.autocomplete-group {
    padding: 2px 5px;
}
.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}
.autocomplete-no-suggestion a {
    color: #9a9a9a;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 45px;
}
.autocomplete-no-suggestion a:hover {
    text-decoration: none;
    color: #333333;
    opacity: .7;
}
.fa-notification {
    font-size: 2.5rem !important;
    position: absolute;
    top: -10px;
    right: 5px;
}
.fa-rotate {
    transform: rotate(180deg);
}
progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    appearance: none;
    height: 0.5rem;
    overflow: hidden;
    border: 0;
    border-radius: 0.25rem;
    background-color: var(--mediumGrey);
    color: var(--aesRed);
    width: 160px;
}
progress::-moz-progress-bar {
    background-color: var(--aesRed);
}
progress::-webkit-progress-value {
    background-color: var(--aesRed);
}
::-webkit-progress-bar {
    background-color: var(--mediumGrey);
}
#toast-container>div {
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #ccc !important;
}
.boxshadow-0 {
    box-shadow: unset !important;
}
/*********************************************************
DATATABLES
**********************************************************/
th.dtr-control:before,
td.dtr-control:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    border: unset !important;
    box-shadow: unset !important;
    height: 1.1em !important;
    width: 1.1em !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    content: '\f107';
    line-height: 1.2em;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: '\f106';
    line-height: 1.1em;
}
div.dataTables_wrapper div.dataTables_info {
    white-space: unset;
}
.dataTables_info {
    float: left;
    color: #000;
}
.dt-buttons {
    float: right;
}
.dt-buttons .dt-button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.dt-buttons .dt-button {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.dt-buttons .dt-button:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
div.dataTables_wrapper div.dataTables_length select {
    margin: 0 8px;
}
table.dataTable {
    margin-top: 0 !important;
}
.tableActionsColumn {
    width: 0px;
    white-space: nowrap;
}
.dataTables_length {
    display: inline-block;
    margin-right: 1.5rem;
}
.dataTables_paginate {
    float: right;
}
.tableFilter {
    display: inline-block;
}
.tableFilter select {
    display: inline-block;
    width: auto;
}
.tableFilter label {
    font-weight: normal;
}
/*********************************************************
AJAX Uploader
**********************************************************/
.ajax-file-upload-progress,
.ajax-file-upload-filename {
    width: 100% !important;
}
.ajax-file-upload-statusbar {
    padding: 10px;
}
/** Resumable.js **/
#resumable-drop {
    border: 2px dotted rgba(0, 0, 0, 0.3) !important;
    cursor: pointer;
    height: 150px;
    text-align: center;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    display: flex;
    align-items: center;
}
#resumable-browse {
    font-weight: bold !important;
    font-size: 1.6rem !important;
    padding-top: 5px !important;
    width: 100%;
}
.resumable-file-progress-wrapper {
    color: #fff !important;
    background-color: #616161 !important;
    word-wrap: normal !important;
    margin: 10px;
}
.resumable-file-progress {
    padding: 10px;
    color: #fff;
    font-weight: bold;
}
.resumable-file-name {
    color: #999999;
    font-size: 1.2rem;
}
.resumable-file-status {
    color: #999999;
    font-weight: bold !important;
    font-size: 1.6rem !important;
}
.pointer-events-none {
    pointer-events: none;
}
/*********************************************************
FORM RADIO/CHECKBOX
**********************************************************/
input.form-control[type=radio],
input.form-control[type=checkbox] {
    display: none;
    margin: 0;
}
input.form-control[type=radio]+label:before {
    border-radius: 100%;
}
input.form-control[type=radio]+label:before,
input.form-control[type=checkbox]+label:before {
    content: "";
    background: #f4f4f4;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    margin: -2px .8rem 0 0;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    margin-top: -2px;
}
input.form-control[type=radio]:checked+label:before,
input.form-control[type=checkbox]:checked+label:before {
    background-color: var(--fieldColor);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
input.form-control[type=radio]:focus+label:before,
input.form-control[type=checkbox]:focus+label:before {
    outline: none;
    border-color: var(--fieldColor);
}
input.form-control[type=radio]:selected:disabled+label:before,
input.form-control[type=checkbox]:selected:disabled+label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
input.form-control[type=radio]+label:empty:before,
input.form-control[type=checkbox]+label:empty:before {
    margin-right: 0;
}
.scroll-x {
    overflow-x: auto;
}
.scroll-y {
    overflow-y: auto;
}
@charset "utf-8";
@font-face {
    font-family: "ChunkFive-Roman";
    font-style: normal;
    font-weight: normal;
    src: local("ChunkFive-Roman"),
        url("/assets/fonts/Chunkfive.woff") format("woff");
}
@font-face {
    font-family: "HelveticaNeueLTW1GBdCn";
    font-style: normal;
    font-weight: normal;
    src: local("HelveticaNeueLTW1GBdCn"),
        url("/assets/fonts/HelveticaNeueLTW1GBdCn.otf") format("otf");
}
/*********************************************************
RESETS
**********************************************************/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(7, 72, 128, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(7, 72, 128, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(7, 72, 128, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(7, 72, 128, 0.1);
}
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    color: #000;
    font-family: "Roboto", sans-serif;
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.container {
    padding: 0;
}
img {
    max-width: 100%;
}
.no-padding {
    padding: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.alert-unavailable {
    background-color: #ce0000;
    color: #fff;
    padding: 0.5rem 2rem;
    font-weight: bold;
}
/*********************************************************
DEFAULTS
**********************************************************/
p {}
a {
    color: #9d9d9d;
}
a:hover {
    color: #9d9d9d;
    text-decoration: underline;
}
h1 {
    font-family: "Teko", sans-serif;
    font-size: 2rem;
}
h2 {
    font-family: "Teko", sans-serif;
    font-size: 1.2rem;
}
h3 {
    font-family: "Teko", sans-serif;
    font-size: 1rem;
}
h3.alt {
    background: var(--bbRed);
}
h4 {
    font-family: "Teko", sans-serif;
    font-size: 1.1rem;
}
.main-container {
    padding: 2rem 2rem 10rem 2rem;
    background: #000;
    background-image: url(/assets/img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}
.dataTable {
    width: 100% !important;
}
.panel {
    margin-top: 2.5rem;
    box-shadow: 0px 0px 10px 2px rgba(7, 72, 128, 0.09);
}
.BB-red {
    color: var(--bbRed);
}
.BB-blue {
    color: var(--bbDarkBlue);
}
.BB-link {
    color: #5166a9;
    font-weight: 600;
}
.BB-link:hover {
    color: #af0e0e;
}
.btn-link {
    color: #fb9c2d;
}
.btn-link:hover {
    color: #fb9c2d;
}
.top-bar {
    background-color: #0d4f5f;
}
.top-bar p {
    font-family: "ChunkFive-Roman", sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px 0 12px;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 2px;
}
.top-bar a {
    font-family: "ChunkFive-Roman", sans-serif;
    font-size: 16px;
    background-color: #fbc22d;
    color: #000;
    padding: 7px 20px;
    border-radius: 5px;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}
.top-bar a:hover {
    text-decoration: none;
}
/*********************************************************
FORM INPUT
**********************************************************/
.form-group.input-underline .form-control {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid darkgrey;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.5rem;
    margin: 4px 0 0 0;
    padding: 0;
}
.form-group.input-underline textarea.form-control {
    border: 1px solid #dee2e6 !important;
    margin-top: 1rem !important;
    padding: 8px 12px;
}
.form-group.input-underline .underline {
    height: 4px;
    width: 0px;
    position: relative;
    margin-top: -4px;
    background: var(--formColor);
    transition: 0.3s width ease-in-out;
}
.form-group.input-underline .form-control:focus+.underline {
    width: 100%;
    background: var(--formColor);
}
.form-group.input-underline label {
    margin: 0 0 -10px 0;
    padding: 0;
    display: block;
}
/*********************************************************
FORM RADIO
**********************************************************/
.radio {
    margin: 0.5rem;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio input[type="radio"]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    margin-right: 1rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked+.radio-label:before {
    background-color: var(--formColor);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: var(--formColor);
}
.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}
/*********************************************************
FORM CHECKBOX
**********************************************************/
.checkbox {
    margin: 0.5rem;
}
.checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.checkbox input[type="checkbox"]+.checkbox-label:before {
    content: "";
    background: #f4f4f4;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    margin-right: 1rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.checkbox input[type="checkbox"]:checked+.checkbox-label:before {
    background-color: var(--formColor);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.checkbox input[type="checkbox"]:focus+.checkbox-label:before {
    outline: none;
    border-color: var(--formColor);
}
.checkbox input[type="checkbox"]:disabled+.checkbox-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.checkbox input[type="checkbox"]+.checkbox-label:empty:before {
    margin-right: 0;
}
/*********************************************************
FORM SEARCH INPUT
**********************************************************/
.search__input {
    width: 100%;
    padding: 14px 24px 12px 24px;
    background-color: var(--formColor);
    transition: transform 250ms ease-in-out;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    background-color: var(--formColor);
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 24 24'><path d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/></svg>");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 95% center;
    border-radius: 5px;
    border: 1px solid #575756;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.search__input::placeholder {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.search__input:focus::placeholder {
    color: grey;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.search__input:focus {
    padding: 14px 0 12px 0;
    outline: 0;
    color: grey;
    border: 1px solid transparent;
    border-bottom: 1px solid #575756;
    border-radius: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='grey' viewBox='0 0 24 24'><path d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/></svg>");
    background-position: 100% center;
}
/*********************************************************
FORM DATEPICKER/FLATPICKR
**********************************************************/
.flatpickr-input {
    background: #fff !important;
    height: 46px;
}
.flatpickr {
    background: #fff;
}
.flatpickr input {
    background: #fff !important;
    height: auto;
}
.flatpickr a.input-button {
    text-decoration: none;
    border: 1px solid #bbb;
    padding: 4px 10px;
    border-left: 0;
    cursor: pointer;
    align-self: center;
    justify-content: center;
    line-height: 1;
}
/* Flatpickr */
.flatpickr-input {
    background: #fff !important;
    height: 46px;
}
.flatpickr {
    background: #fff;
}
.flatpickr input {
    background: #fff !important;
    height: auto;
}
.flatpickr a.input-button {
    text-decoration: none;
    border: 1px solid #bbb;
    padding: 4px 10px;
    border-left: 0;
    cursor: pointer;
    align-self: center;
    justify-content: center;
    line-height: 1;
}
.border-black {
    border: 2px solid black !important;
}
/*********************************************************
BUTTONS
**********************************************************/
.btn {
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 0.4rem 1rem;
    margin-right: 0.3rem;
    transition: 0.3s;
    letter-spacing: 1px;
    font-weight: 600;
}
.btn .fas {
    /*margin-right: 5px;*/
}
.btn-primary {
    color: #fff;
    background: var(--bbDarkBlue);
    border-color: var(--bbDarkBlue);
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: unset;
    letter-spacing: unset;
}
.btn-secondary {
    color: #fff;
    background: var(--bbRed);
    border-color: var(--bbRed);
}
.btn-blue {
    color: #fff;
    background: #0d4f5f;
    border-color: #0d4f5f;
    font-size: 25px;
    padding: 15px 60px;
    border-radius: 10px;
    font-family: "ChunkFive-Roman", sans-serif;
    letter-spacing: 3px;
    font-weight: normal;
}
.btn-blue:hover {
    color: #fbc22d;
}
.btn-yellow {
    color: #000;
    background: #fbc22d;
    border-color: #fbc22d;
    font-size: 25px;
    padding: 15px 60px;
    border-radius: 10px;
    font-family: "ChunkFive-Roman", sans-serif;
    font-weight: normal;
}
.btn-yellow-sm {
    color: #000;
    background: #fbc22d;
    border-color: #fbc22d;
    font-size: 20px;
    padding: 5px 25px;
    border-radius: 0;
    font-family: "HelveticaNeueLTW1GBdCn", sans-serif;
    font-weight: bold;
}
/*********************************************************
NAV
**********************************************************/
.navbar-brand img {
    width: 300px;
    margin: 0 35px;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 1rem;
    transition: 0.3s;
    -webkit-clip-path: none;
    clip-path: none;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: "HelveticaNeueLTW1GBdCn", sans-serif;
    font-size: 18px;
}
.navbar-dark {
    background-color: transparent !important;
}
/*********************************************************
HOME PAGE
*********************************************************/
.dl {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
}
.dl-text {
    padding-top: 160px;
    padding-bottom: 325px;
}
.dl-text h2 {
    font-family: "ChunkFive-Roman", sans-serif;
    color: #fff;
    font-size: 75px;
}
.dl-text h5 {
    font-family: "HelveticaNeueLTW1GBdCn", sans-serif;
    font-weight: bold;
    color: #fbc22d;
    font-size: 25px;
    letter-spacing: 4px;
}
.border-logo {
    border-top: 5px solid #fbc22d;
    margin-top: 5px;
    margin-bottom: 120px;
}
.border-logo img {
    position: absolute;
    bottom: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 125px;
}
.speakeasy h3 {
    font-size: 50px;
    font-family: "ChunkFive-Roman", sans-serif;
}
.membership-cta {
    background-image: url("/assets/img/blue-bar-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 75px 0;
}
.membership-cta h3 {
    font-size: 40px;
    color: #fff;
    font-family: "ChunkFive-Roman", sans-serif;
}
.cuts h3 {
    font-size: 50px;
    font-weight: bold;
    font-family: "ChunkFive-Roman", sans-serif;
}
.tour {
    background-color: #000;
    padding: 85px 0;
}
.tour h4 {
    font-size: 40px;
    color: #fff;
    font-family: "ChunkFive-Roman", sans-serif;
}
.tour p {
    font-family: "HelveticaNeueLTW1GBdCn", sans-serif;
    font-size: 20px;
    color: #fff;
}
/*********************************************************
INNER
**********************************************************/
.dl-food {
    background-image: url("/assets/img/dl-food.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dl-membership {
    background-image: url("/assets/img/dl-membership.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dl-password {
    background-image: url("/assets/img/dl-membership.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dl-cutshine {
    background-image: url("/assets/img/dl-cutshine.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dl-barbershop {
    background-image: url("/assets/img/dl-cutshine.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dl-wedding {
    background-image: url("/assets/img/wedding/banner4.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dl-jobs {
    background-image: url("/assets/img/dl-jobs.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dl-contact {
    background-image: url("/assets/img/dl-contact.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dl-inner-text {
    padding-top: 100px;
    padding-bottom: 150px;
}
.dl-inner-text h2 {
    font-family: "ChunkFive-Roman", sans-serif;
    color: #fff;
    font-size: 55px;
}
.dl-inner-text h5 {
    font-family: "HelveticaNeueLTW1GBdCn", sans-serif;
    font-weight: bold;
    color: #fbc22d;
    font-size: 25px;
    letter-spacing: 4px;
}
.dl-inner-text h4 {
    font-family: "ChunkFive-Roman", sans-serif;
    color: #fff;
    font-size: 45px;
}
.internal h3 {
    font-size: 40px;
    font-family: "ChunkFive-Roman", sans-serif;
}
.internal p {
    font-size: 20px;
    line-height: 1.8;
}
.internal ul li,
.internal ol li {
    font-size: 20px;
    line-height: 1.8;
}
.contact-page iframe {
    width: 100%;
    height: 500px;
}
.instagram-link h3 {
    font-size: 30px;
}
.instagram-link h3.instagram-title {
    font-size: 24px
}
.instagram-link h3.instagram-title i {
    vertical-align: middle;
    font-size: 27px;
}
/*********************************************************
FOOTER
**********************************************************/
footer {
    font-size: 0.8em;
    padding: 1em 1em 0 1em;
    margin: 0 0 0 0;
    text-align: center;
    background: #2b2b2b;
    color: #9d9d9d;
    font-family: "HelveticaNeueLTW1GBdCn", sans-serif;
}
footer ul {
    list-style-type: none;
    padding: 0;
}
footer li {
    text-align: left;
}
.footer-nav-link {
    font-size: 20px;
    color: #9d9d9d;
    font-family: "HelveticaNeueLTW1GBdCn", sans-serif;
}
.copyright {
    border-top: 1px solid #9d9d9d;
    padding: 35px 0;
    font-family: "HelveticaNeueLTW1GBdCn", sans-serif;
}
/*********************************************************
FORMS
**********************************************************/
label {
    font-size: 1rem;
    margin: 0 0.5rem 1rem 0.5rem;
    color: #696969;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 80%;
}
.select2-container .select2-selection--single {
    height: auto;
    padding: 0.5rem;
}
.select {
    padding: 0.7rem;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 100%;
}
.custom-select {
    display: inline-block;
    width: auto;
}
#status_filter {
    display: inline-block;
    float: right;
}
#status_filter label {
    font-weight: normal;
}
.select2-wrapper {
    width: 300px;
}
.select2-results .fa {
    float: right;
    position: relative;
    line-height: 20px;
}
#articleDataTable_length {
    display: inline-block;
    margin-right: 1.5rem;
}
.internal .form-control {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #000 !important;
    font-size: 20px;
    background-color: transparent !important;
    border: 2px solid #c0c0c0;
}
.internal input,
.internal select {
    height: calc(2.25em + 0.15rem + 2px);
    border: unset !important;
    border-bottom: 2px solid #c0c0c0 !important;
}
.internal input::placeholder {
    color: #000 !important;
}
.internal label {
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 20px;
}
.black-box {
    background-color: #000;
    padding: 20px 15px;
    height: 140px;
}
.black-box h3 {
    color: #fff;
}
/*********************************************************
AUTOCOMPLETE
**********************************************************/
.autocompleteMenuContainer {
    width: 400px;
    margin: 0;
    padding: 0;
    position: relative;
}
.ui-menu {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    max-height: 250px;
    overflow-y: scroll;
    border: none;
}
.ui-widget.ui-widget-content {
    border: none;
}
.ui-menu-item {
    font-size: 1.3em;
    background-color: var(--bbRed);
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    font-weight: normal;
    width: 100%;
    transition: 0.3s;
}
.ui-menu-item:hover {
    background-color: var(--bbDarkBlue);
    cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 0.3em 0.8em;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background: var(--bbDarkBlue);
    font-weight: normal;
    color: #ffffff;
    margin: 0;
    transition: 0.3s;
}
/*********************************************************
CUSTOM CHECKS AND RADIOS
**********************************************************/
/* Radio and checkmark container */
.form-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    font-size: 1.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}
/* Hide the browser's default radio button */
.form-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.form-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
/* Create a custom checkbox */
.form-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.form-container:hover input~.form-checkmark,
.form-container:hover input~.form-radio {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.form-container input:checked~.form-checkmark,
.form-container input:checked~.form-radio {
    background-color: var(--bbRed);
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.form-checkmark:after,
.form-radio:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.form-container input:checked~.form-checkmark:after,
.form-container input:checked~.form-radio:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.form-container .form-radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/* Style the checkmark/indicator */
.form-container .form-checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*********************************************************
CUSTOM SEARCH AND TEXT INPUTS
**********************************************************/
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1rem 0.5rem;
    max-width: 100%;
    width: calc(100% - 2em);
    vertical-align: top;
    font-size: 1.5rem;
}
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}
.input__field:focus {
    outline: none;
}
.input__label {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0 1em;
    width: 40%;
    color: #696969;
    font-weight: bold;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}
.input__label-content span {
    font-weight: normal;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.event-page h2 {
    font-size: 45px;
    font-family: "ChunkFive-Roman", sans-serif;
}
.event-page h3 {
    font-size: 28px;
    font-family: "ChunkFive-Roman", sans-serif;
    color: #a06c14;
}
.event-page p,
.event-page ul li {
    font-size: 25px;
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
}
.event-page h4 {
    font-size: 30px;
    font-family: "ChunkFive-Roman", sans-serif;
    color: #6f2b5b;
}
.event-page {
    padding: 0 200px;
}
@media (min-width: 1250px) {
    .container {
        width: 1200px;
        max-width: 1200px;
    }
}
@media (max-width: 1900px) {}
@media (max-width: 1600px) {
    .event-page {
        padding: 0 100px;
    }
}
@media (max-width: 1450px) {
    .navbar-brand img {
        width: 200px;
        margin: 0 15px;
    }
    .event-page {
        padding: 0;
    }
    .event-page p {
        font-size: 22px;
    }
}
@media (max-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }
    .dl-text h2 {
        font-size: 60px;
    }
    .dl-text h5 {
        font-size: 22px;
    }
    .event-page h2 {
        font-size: 36px;
    }
    .event-page h3 {
        font-size: 24px;
    }
    .event-page p,
    .event-page ul li {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {}
@media (max-width: 992px) {
    .internal p {
        font-size: 18px;
    }
    .dl-text {
        padding-top: 100px;
    }
    .dl-text h2 {
        font-size: 52px;
    }
    .dl-text h5 {
        font-size: 20px;
    }
    .btn-blue {
        font-size: 16px;
    }
    .internal ul li,
    .internal ol li {
        font-size: 18px;
    }
    .navbar-collapse {
        position: absolute;
        top: 60px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px 30px;
        z-index: 999;
    }
    .black-box h3 {
        font-size: 32px;
    }
    .top-bar p {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .dl-text h2 {
        font-size: 50px;
    }
    .dl-text h5 {
        font-size: 20px;
    }
    .btn-blue {
        font-size: 20px;
    }
    .btn-yellow {
        font-size: 20px;
    }
    .internal h3 {
        font-size: 28px;
    }
    .dl-text h2 {
        font-size: 40px;
    }
    .dl-text h5 {
        font-size: 18px;
    }
    .btn-blue {
        font-size: 14px;
    }
    .dl-text {
        padding-top: 50px;
    }
    .dl-inner-text h2 {
        font-size: 40px;
    }
    .dl-inner-text h4 {
        font-size: 32px;
    }
    .dl-inner-text h5 {
        font-size: 18px;
    }
    .dl-inner-text {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .speakeasy h3 {
        font-size: 32px;
    }
    .membership-cta h3 {
        font-size: 28px;
    }
    .cuts h3 {
        font-size: 32px;
    }
    .navbar-brand img {
        width: 140px;
    }
    .navbar {
        padding: 0.5rem 0rem;
    }
    .container-fluid {
        overflow: unset !important;
    }
    .black-box {
        height: 110px;
    }
    .top-bar p {
        font-size: 14px;
    }
    .event-page h1 {
        font-size: 32px;
    }
    .event-page h2 {
        font-size: 24px;
    }
    .event-page h3 {
        font-size: 22px;
    }
    .event-page p,
    .event-page ul li {
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    .dl-text {
        padding-top: 15px;
    }
    .dl-text h2 {
        font-size: 34px;
    }
    .dl-text h5 {
        font-size: 14px;
    }
    .btn-blue {
        font-size: 12px;
    }
    .dl-inner-text h2 {
        font-size: 28px;
    }
    .dl-inner-text h4 {
        font-size: 28px;
    }
    .dl-inner-text h5 {
        font-size: 12px;
    }
    .dl-inner-text {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .contact-page iframe {
        width: 100%;
        height: 400px;
    }
    .top-bar a {
        padding: 6px 10px;
        display: inline-block;
        font-size: 14px;
    }
    .top-bar p {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .menu-btn {
        width: 40% !important;
    }
}
@media (max-width: 500px) {
    .dl-text {
        padding-top: 0px;
    }
    .dl-text h2 {
        font-size: 24px;
    }
    .dl-text h5 {
        font-size: 10px;
    }
    .btn-blue {
        font-size: 10px;
        padding: 10px 60px;
    }
    .internal h3 {
        font-size: 22px;
    }
    .btn-yellow {
        font-size: 16px;
        padding: 15px 20px;
    }
    .dl-inner-text h2 {
        font-size: 26px;
    }
    .dl-inner-text h4 {
        font-size: 24px;
    }
    .dl-inner-text h5 {
        font-size: 12px;
    }
    .dl-inner-text {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .black-box {
        padding: 10px 15px;
        height: 90px;
    }
    .instagram-link h3.instagram-title {
        font-size: 20px;
    }
    .event-page h1 {
        font-size: 32px;
    }
    .event-page h2 {
        font-size: 24px;
    }
    .event-page h3 {
        font-size: 18px;
    }
    .event-page p,
    .event-page ul li {
        font-size: 18px;
    }
}
