@font-face {
    font-family: 'Archer';
    src: url('fonts/archer-bold-pro-webfont.woff2') format('woff2'),
        url('fonts/archer-bold-pro-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.archer {
    font-family: "Archer" !important;
    font-weight: normal !important;
}

.gotham {
    font-family: "Gotham SSm A", "Gotham SSm B";
}

.gotham-black {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-weight: 800 !important;
}

.gotham-bold {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-weight: 700 !important;
}

.gotham-book {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-weight: 400 !important;
}

.gotham-light {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-weight: 300 !important;
}

.gotham-medium {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-weight: 500 !important;
}

.gotham-extralight {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-weight: 200 !important;
}

.gotham-thin {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 100 !important;
}

.gotham-ultra {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 900 !important;
}

.gotham-bold-condensed {
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B" !important;
    font-weight: 600 !important;
}

.gotham-light-condensed {
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B" !important;
    font-weight: 300 !important;
}

.gotham-medium-condensed {
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B" !important;
    font-weight: 500 !important;
}

body {
    font-weight: 300;
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: .875rem;
    letter-spacing: .05rem;
    background: #070020;
}

p a,
ul a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

p em {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
}

p.sub-title em {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

a:hover,
a.hover {
    border-bottom-color: #fff;
}

#logo,
#footer-logo {
    border: 0;
}

#logo:hover,
#footer-logo:hover {
    opacity: .5;
}

#logo img {
    height: 46px;
}

#footer-logo img {
    height: 38px;
}

.btn {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: .875rem;
    min-width: 175px;
}

header .btn {
    min-width: auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

header.notShown {
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

header a:not(.btn),
nav a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header a:not(.btn):hover,
nav a:hover {
    border-bottom-color: #fff;
}

#menu-trigger {
    border: 0;
    font-size: 2.5rem;
    margin-top: -0.75rem;
    display: block;
    float: left;
}

.banner {
    background: no-repeat center center;
    background-size: cover;
    height: 908px;
}

.banner.first {
    height: 804px;
}

h1,
.h1 {
    font-size: 3rem;
    line-height: 3.25rem;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {

    h1,
    .h1 {
        font-size: 4.5rem;
        line-height: 5rem;
    }
}

@media (min-width: 992px) {

    h1,
    .h1 {
        font-size: 5.875rem;
        line-height: 6.25rem;
    }
}

h3,
.h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {

    h3,
    .h3 {
        font-size: 2.35rem;
        line-height: 3rem;
    }
}

h4,
.h4 {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {

    h4,
    .h4 {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
}

h6,
.h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.banner p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}

.banner.video-banner {
    overflow: hidden;
}

.banner.video-banner .video {
    z-index: 1;
}

.banner.video-banner .container {
    position: relative;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.banner.sticky-height,
.sticky-height {
    height: calc(100vw * 1.77);
}

@media (min-width: 768px) {

    .banner.sticky-height,
    .sticky-height {
        height: calc((100vw / 1280) * 768);
    }
}

.sticky-height iframe {
    width: 100%;
    height: 100%;
}

.fadeout {
    opacity: 0;
}

.banner.video-banner .video-control {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 3;
}

blockquote {
    font-size: 1.375rem;
    line-height: normal;
    font-weight: 200;
}

.quote-author {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .75rem;
    border-top: 1px solid white;
    padding-top: 2rem;
    margin-top: 2rem;
}

.list-title,
.list-content {
    position: relative;
}

.list-cross {
    position: relative;
    height: 100%;
    width: 1px;
    background: #fff;
    margin: 0 auto;
}

.list-cross::before {
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: 2px;
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
}

.list-cross::after {
    position: absolute;
    top: 100%;
    height: 1.5rem;
    content: '';
    width: 1px;
    background: #fff;
}

.row:last-child .row .list-cross::after {
    display: none;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video.hidden {
    display: none;
}

.video video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100vw;
    min-height: 100%;
}

.mute-button {
    position: absolute;
    right: 26px;
    top: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/mute-button-on.png) no-repeat center center;
    background-size: contain;
}

@media (min-width: 768px) {
    .mute-button {
        right: 104px;
        top: 80px;
        width: 48px;
        height: 48px;
    }
}

.mute-button.off {
    background-image: url(../images/mute-button-off.png);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    transform: translate(-50%, -50%);
    background: url(../images/play-button.png) no-repeat center center;
    background-size: contain;
}

@media (min-width: 768px) {
    .play-button {
        width: 92px;
        height: 92px;
    }
}

.play-button.off {
    background-image: url(../images/pause-button.png);
}

.btn-area {
    height: 39px;
    width: 1px;
}

.letter-spacing-more {
    letter-spacing: .05rem;
}

.letter-spacing-more h1,
.letter-spacing-more h2,
.letter-spacing-more h3,
.letter-spacing-more h4,
.letter-spacing-more h5 {
    letter-spacing: .25rem;
}

@media (min-width: 768px) {
    .letter-spacing-more {
        letter-spacing: .15rem;
    }

    .letter-spacing-more h1,
    .letter-spacing-more h2,
    .letter-spacing-more h3,
    .letter-spacing-more h4,
    .letter-spacing-more h5 {
        letter-spacing: .5rem;
    }
}

.dates-prices p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}

.book-date {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.book-date:hover {
    background: #fff;
    color: #070020;
}

.book-date:hover span {
    color: #070020 !important;
}

.book-date p {
    font-style: normal;
    letter-spacing: normal;
    font-size: 1rem;
    line-height: 1.3rem;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 300;
}

.book-date p:last-child {
    margin-bottom: 0;
}

.book-date .night-type,
.book-date .cal-date,
.gold-italic {
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    color: #bd9c6b;
}

.book-date:hover .cal-other-price {
    color: #000 !important;
}

.book-date .day {
    font-size: 1.25rem;
}

.gold {
    color: #bd9c6b;
}

.book-date small {
    font-size: .75rem;
}

p.night-type small {
    font-size: 1rem;
}

.book-col {
    flex: 0 0 auto;
    width: 135px;
}

.note,
.note p {
    font-size: .65rem;
    font-style: normal;
    letter-spacing: normal;
}

input.form-control,
textarea.form-control {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: .875rem;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #999;
    text-transform: uppercase;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #999;
    text-transform: uppercase;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #999;
    text-transform: uppercase;
}

.image-block {
    height: calc((100vw * 1.77) / 2);
    background: no-repeat center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .image-block {
        height: calc(((100vw / 1280) * 1024) / 2);
    }
}

.quick-links {
    font-size: .75rem;
}

.quick-links img {
    width: auto;
    height: 102px;
}

.quick-links a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.quick-links a:hover {
    opacity: .5;
}

strong,
.font-bold {
    font-weight: 600;
}

.bg-white {
    color: #000;
}

.footer-links {
    font-size: .7rem;
}

.footer-links ul {
    list-style: none;
    margin: 0;
}

.footer-links li {
    display: inline-block;
    padding: 0 .5rem;
    margin-bottom: .5rem;
}

@media screen and (min-width: 768xp) {
    .footer-links ul {
        margin-top: 3px;
    }
}

@media screen and (min-width: 1200px) {
    .footer-links li {
        padding: 0 1.25rem;
    }
}

.footer-links a {
    text-decoration: none;
    color: #000;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.footer-links a:hover {
    opacity: 0.5;
}

.footer-links i {
    font-size: 1.25rem;
    vertical-align: middle;
    margin-left: 5px;
}

footer {
    font-size: .75rem;
}

footer input.form-control,
footer .form-select,
footer .btn {
    font-size: .75rem;
}

.modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
}

.modal-content .btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
}

#menu .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #fff;
    font-size: 1.875rem;
    line-height: 1.875rem;
    opacity: 1;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px;
    background: rgba(7, 0, 32, 0.9);
    z-index: 11;
    max-height: 100vh;
    width: 100%;
    font-size: .875rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-120%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 768px) {
    #menu {
        width: 450px;
    }
}

#menu.open {
    transform: translateX(0);
}

#menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#menu>ul>li {
    padding-bottom: 1.25rem;
}

#menu>a {
    font-weight: 300;
}

#menu>ul>li>a {
    text-transform: uppercase;
    font-weight: 700;
}

#menu>ul>li>ul {
    padding: 10px 25px 0;
}

#menu>ul>li>ul>li {
    padding-bottom: 5px;
}

#menu>ul>li>ul>li>a {
    font-weight: 300;
}

#menu-content {
    font-size: .75rem;
    font-weight: 300;
}

@media (min-width: 768px) {
    #menu-content {
        font-size: 1rem;
    }
}

br.hide-on-mobile {
    display: none;
}

@media (max-width: 767px) {
    br.hide-on-mobile {
        display: block;
    }
}

.nav-tabs {
    border-color: #000;
}

.nav-tabs .nav-link {
    border-color: #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}

.modal-dialog {
    letter-spacing: normal;
}

.modal-dialog .form-control {
    border: 1px solid #000;
    color: #000;
}

.modal-dialog a {
    color: #000;
}

label {
    display: block;
    padding-bottom: .5rem;
    font-weight: 400;
    text-align: left;
}

table.wine td:first-child {
    width: 2em;
}

table.wine {
    margin-bottom: 3em;
    text-align: left;
    width: 100%;
    border-top: 1px solid rgba(162, 133, 82, 0.3);
}

table.wine td {
    vertical-align: middle;
    border-bottom: 1px solid rgba(162, 133, 82, 0.3);
    padding: 0.8em;
}

table.wine span {
    display: block;
}

table.wine td:first-child {
    width: 2em;
}

table.wine td:last-child {
    text-align: right;
}

table.wine span.wine-title {
    margin-bottom: 0.3em;
}

table.wine span.wine-description {
    font-weight: 300;
    font-size: .85em;
    color: #fff;
}

table.wine td:last-child,
table.wine span.wine-title,
table.wine td:first-child {
    color: #fff;
    font-weight: 400;
    font-size: .925rem;
}

.wine p.small {
    text-align: center;
}

.gform_footer {
    text-align: center;
}

ul.block,
.faq-answer ul {
    list-style: none;
}

ul.block li:before,
.faq-answer ul li:before {
    content: "• ";
}

.faq-answer p em {
    font-family: inherit;
    font-size: inherit;
}

.bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bullets li {
    position: relative;
    padding-bottom: 5px;
    line-height: 1.3rem;
    margin-left: -18px;
}

.bullets li::before {
    content: "\2022";
    padding-right: 10px;
}

.bullets.red li::before {
    color: #e10035;
}

.bullets.gold li::before {
    color: #927849;
}

.bullets.white li::before {
    color: #ccc;
}

.gallery {
    margin: 0 auto;
    overflow: hidden;
}

.gallery li {
    position: relative;
    display: block;
    max-width: 250px;
}

.gallery li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery li img {
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.gallery li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery img {
    max-width: 242px;
    border: 4px solid black;
}

.gallery span.caption {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.gallery span.caption span {
    position: absolute;
    left: 15%;
    right: 15%;
    text-align: center;
    display: block;
    top: 40%;
    color: white;
    border: 1px solid #a28552;
    padding: 0.8em;
    font-size: 0.8em;
    color: #a28552;
    background: rgba(0, 0, 0, 0.7);
}

.gallery {
    max-width: calc(100% - 60px);
}

.gallery li {
    width: 25%;
    max-width: none;
}

.gallery li a {
    border: 4px solid #000;
}

.gallery img {
    max-width: none;
    width: 100%;
    border: 0;
}

.readmore-hidden {
    display: none;
}

.pt-6 {
    padding-top: 4rem;
}

.pt-7 {
    padding-top: 4.5rem;
}

.pt-8 {
    padding-top: 6rem;
}

.pe-8 {
    padding-right: 6rem;
}

.pt-9 {
    padding-top: 7rem;
}

.pt-10 {
    padding-top: 10rem;
}

.pb-6 {
    padding-bottom: 4rem;
}

.pb-7 {
    padding-bottom: 4.5rem;
}

.pb-8 {
    padding-bottom: 6rem;
}

.pb-9 {
    padding-bottom: 7rem;
}

.pb-10 {
    padding-top: 10rem;
}

hr {
    margin: 1rem auto;
}

.loadingoverlay {
    color: #000;
}

#cboxNext,
#cboxPrevious {
    border: 0 !important;
    background: transparent !important;
    font-size: 3rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #fff !important;
    opacity: 0.75 !important;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#cboxContent {
    border: 0;
}

#cboxTitle {
    display: none !important;
}

.tooltip-inner {
    background: #070020;
    border-radius: 0;
    border: 1px solid #fff;
    max-width: 240px;
}

.tooltip-contents {
    line-height: 1.35rem;
}

.tooltip-title {
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.25rem;
}

.tooltip ul {
    margin-top: 1.25rem;
    font-size: .825rem;
    padding: 0;
    color: #fff;
    list-style: none;
}

.tooltip ul li::before {
    content: "\2022";
    padding-right: 10px;
}

.tickets-details ul {
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    color: #bd9c6b;
    list-style: none;
    padding: 0;
}

.gform_wrapper {
    margin: 0 auto;
    text-align: center;
}

.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
    text-align: left;
    font-weight: 500 !important;
    display: block !important;
}

.gform_legacy_markup_wrapper .gfield_required {
    margin-left: 2px !important;
    color: #fff !important;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 8px !important;
}

@media (min-width: 768px) {
    .gform_wrapper {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .gform_wrapper {
        width: 33.33%;
    }
}

.special_content.wine h4 {
    font-weight: 500;
    text-transform: uppercase;
    color: #bd9c6b;
    font-size: 1.175rem;
}

.special_content.faqs h6 {
    font-size: .925rem;
    font-weight: 500;
}

.form-select {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
    background-color: transparent;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: .875rem;
}

.modal-body .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: #000;
    border-color: #000;
}

.bg-white a {
    color: #000;
}

.bg-white a:hover,
.bg-white a.hover {
    border-color: #000;
}

.party-form input.number {
    width: initial;
    display: inline-block;
}

#cc_c2a.c2a_light {
    color: #000;
}

.booking-hero h1 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

.booking-hero h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.booking-section {
    text-align: center;
    border: 1px dotted #a28552;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.booking-section h1 {
    padding-bottom: 0em;
    border-bottom: none;
    font-size: 20px;
    font-weight: 200;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: normal;
}

.booking-section h2 {
    text-transform: uppercase;
    font-size: 1em !important;
    margin-bottom: 0.7em;
    display: block !important;
    font-weight: 600 !important;
    color: #a28552 !important;
    margin-bottom: 10px;
}

.booking-section h3 {
    margin-bottom: 10px;
    line-height: normal;
}

.booking-section p {
    margin: 8px auto;
}

.booking-section .panel {
    background-color: transparent;
    text-align: left;
}

.booking-section .panel-heading {
    font-weight: bold;
}

.booking-section .panel-title {
    font-size: 1rem;
    line-height: normal;
    margin: 0;
}

.btn-auto {
    min-width: 0;
}

.booking-section .btn-cta {
    background: #a28552;
    color: white;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
}

.booking-section .btn-cta:hover {
    color: #a28552 !important;
    background: #fff;
}

.booking-section .btn {
    margin: 10px 0;
}

.booking-section table .btn {
    margin: 0;
}

.booking-section h3 {
    font-size: 1rem;
}

.modal-title {
    font-size: 1.5rem;
}

.panel {
    border: 1px solid #fff;
}

.panel-heading {
    background: #fff;
    color: #000;
    padding: 1rem;
}

.panel-body,
.panel-footer {
    padding: 1rem 1rem 0.5rem;
}

.panel-heading i {
    margin-top: 4px;
}

.large {
    font-size: 1.5rem;
    font-weight: bold;
}

.panel-body table {
    color: #fff;
}

.tableButton .btn,
.actionbuttons .btn {
    min-width: 0;
}

.booking-section b {
    font-weight: bold;
}

.modal-footer {
    border: 0;
}

.panel-footer .btn {
    min-width: 0;
}

/* File Upload */
#upload {
    border: 1px dashed #070020;
    border-radius: 3px;
    margin: 0px auto 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop {
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    height: 140px;
    font-size: 1rem;
    color: #000;
    padding: 20px;
}

#drop input {
    display: none;
}

#drop .btn {
    text-transform: none;
}

a.incChoice {
    height: 100px;
    padding: 10px;
    color: #fff;
    display: block;
    background: #000;
    outline: 1px solid #fff;
    margin-bottom: 10px;
    text-decoration: none;
}

a.incChoice.selected {
    background: #fff;
    color: #000;
    outline-color: #000;
}

a.incChoice:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
    outline-color: #000;
}

#incmessage {
    background: #ddd;
    padding: 20px;
    border: 2px solid red;
    color: red;
    font-weight: bold;
}

h5,
.h5 {
    line-height: 1.5rem;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

abbr.hide-on-mobile {
    display: block;
}

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

    br.hide-on-mobile,
    abbr.hide-on-mobile {
        display: none;
    }
}

.faq-question span {
    color: #bd9c6b;
}

.faq-question span.collapsed {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.sold-out {
    background: #ff0046;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: normal;
    margin-top: -16px;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 10px;
}