/**
 * Gel 2021.3
 * Visit Bartlesville - Listings CSS Stylesheet
 * @version 2021.3.24
 * @created 2021-06-11 by Christina Joly
 * @modified 2021-12-01 by Fritz Green
 */

/*
font-family: Montserrat, Verdana, sans-serif;
font-family: Georgia, Times New Roman, Times, serif; (font weights: thin-300, medium-500)
Brick: #6e2405;
Light Brick: #83270e;
Olive: #737144;
Light Olive: #84824f;
Brown: #855914;
Light Brown: #966a25;
Gold: #c78500;
Medium Gold: #eda81c;
Light Gold: #ffd681;
Lighter Gold: #ffe4ac;
Off Black: #231f20;
Charcoal: #6a6969;
Medium Black: #4D4D4D;
Light Grey: #e0e0e0;
Lighter Grey: #f0f0f0;
Lightest Grey: #fafafa;
*/


.category-list-search-bar {
    display: flex;
    justify-content: space-between;
    margin: 2em -9.5% 4.5em;
    padding: 0 9.5%;
    min-height: 3.5em;
    align-content: center;
    background-color: #6e2405;
    align-items: center;
}
.view-on-map-button {
    text-align: left;
    flex: 0 0 30%;
}
.view-on-map-button svg {
    width: 2em;
    height: 2em;
    top: .65em;
}
.view-on-map-button a {
    position: relative;
    top: -.55em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.category-drop-down {
    flex: 0 0 25%;
}

/* Category List Items (based on Listing Items in main_above_fold.css) */
.listing-item {
    padding-bottom: 4em;
}
.listing-item h4 {
    min-height: 2.3em;
}

.cat-listing-edit {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
}
.cat-listing-edit svg {
    width: 1.6em;
    max-height: 2em;
    fill: #4D4D4D;
    stroke: #e0e0e0;
    stroke-width: 3px;
}
.cat-listing-options {
    display: flex;
    position: absolute;
    bottom: .7em;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5%;
}
.cat-listing-opt-left {
    flex: 1 1 80%;
    color: #6e2405;
    font-family: Montserrat, Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4em;
    white-space: nowrap;
}
.cat-listing-opt-right {
    flex: 1 1 20%;
    text-align: right;
}
.cat-listing-options svg {
    position: relative;
    top: .175em;
    width: 1.5rem;
    max-height: 1.5rem;
}
.cat-listing-options a, .qv-listing-options a {
    color: #6e2405;
}
.cat-listing-options a:hover {
    position: relative;
    color: #6a6969;
    fill: #6a6969;
}
.cat-listing-options a:hover svg {
    fill: #6e2405;
}
.mt-star-selected {
    fill: #6e2405;
}




/* LISTING DETAILS PAGE */
.listing-page .content-o-simple {
    padding-top: 1.4rem;
}
.listing-page .page-column-full {
    margin-top: 1.5rem;
}
.listing-actions-top {
    text-align: right;
    margin-bottom: 2em;
}
.listing-actions-top svg {
    max-width: 1.5rem;
    height: 1.2rem;
    margin-left: 1rem;
}
.listing-print:hover svg, .admin-edit-listing:hover svg {
    fill: #6e2405;
    stroke: #6e2405;
}

/* Listing Content Containers */
.listing-content {
    width: 100%;
}
.listing-left {
    float: left;
    clear: left;
    width: 40%;
}
.listing-right {
    width: 56%;
    margin-left: 44%;
}

/* Listing Image/Gallery */
.listing-gallery {
    /*min-height: calc(((84vw * .56) / 1.515) + 4px);*/
    min-height: calc((47.04vw / 1.515) + 4px + 30px);
}
.listing-carousel{
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s ease;
}
.slideshow-arrow-left, .slideshow-arrow-right {
    position: absolute;
    top: 50%;
    width: 1.8rem;
    height: 1.8rem;
    z-index: 2;
    margin-top: -.85em;
    border-top: .6rem solid #fff;
    border-left: .6rem solid #fff;
    box-shadow: -4px -2.5px 3px 0 rgba(0, 0, 0, .5);
    cursor: pointer;
}
.slideshow-arrow-left {
    left: .8em;
    transform: rotate(-45deg);
}
.slideshow-arrow-right {
    right: .8rem;
    transform: rotate(135deg);
}
.slick-arrow.slick-disabled {
    opacity: .4;
    cursor: default;
}
.listing-img-main .photo-credit {
    left: 5%;
    bottom: 2.2vw;
    max-width: 80%;
}

/* Listing Details Content */
.listing-details h1 {
    position: relative;
    margin-top: 1.5em;
    padding: .4em 0 .5em 1em;
    font-size: 3em;
    border-top: 1px solid #231f20;
    border-bottom: 1px solid #231f20;
}
.listing-details h1:before {
    content: "";
    display: block;
    position: absolute;
    top: .8em;
    left: 0;
    width: .72em;
    height: .72em;
    background: #737144;
}
.listing-details h1 svg {
    width: .8em;
    height: 1em;
}
.listing-cat-display {
    color: #737144;
    margin: .7em 0;
}
.listing-address, .listing-phone {
    margin: 1.2em 0 0;
    font-family: Montserrat, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 1.7em;
    line-height: 1.2em;
}
.listing-phone {
    margin: .6em 0 0;
}
.listing-sm svg {
    margin-right: .4rem;
    max-width: 2.8rem;
    max-height: 2rem;
}
.listing-sm:hover svg {
    fill: #c78500;
    stroke: #c78500;
}
a.listing-website {
    display: block;
    width: 100%;
    padding: .5em .7em;
    margin: 2em 0 1em;
    text-align: right;
    font-weight: 700;
    font-size: 1.4em;
    color: #fff;
    background: #737144;
}
a.listing-website:hover {
    color: #fff;
    background: #84824f;
}
.listing-btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.listing-btns a {
    flex: 0 0 48%;
    margin: 1em 0;
}

/* Listing Details Cont Content */
.listing-service {
    margin-top: .2em;
}
.listing-hours {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-family: Georgia, Times New Roman, Times, serif;
}
.listing-hours-label {
    flex: 0 1 10%;
    padding-right: .5em;
    color: #737144;
}
.listing-hours-content {
    flex: 1 1 95%;
}
.listing-hours, .listing-capacity {
    margin-top: .2em;
    font-size: 1.2em;
    line-height: 1.6em;
}
.capacity-label {
    color: #737144;
}

/* Listing On-Page Map */
.listing-map-container {
    position: relative;
    aspect-ratio: 600/401;
    width: 100%;
    min-height: 22vw;
    margin-top: 3em;
    overflow: hidden;
}
.view-map-placeholder {
    display: block;
    min-width: 100%;
    cursor: pointer;
}
.listing-map-btns {
    display: flex;
    position: absolute;
    top: calc(50% - 1em);
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.listing-map-btns a {
    flex: 0 0 40%;
    margin: 0;
}
.map-info-window-content {
    display: none;
}

/* Google Map - Don't show 'pegman', so users can't get into Street View */
.gm-svpc {
    display: none;
}

/* Listing Amenities / Reviews / Articles */
.amenities h4, .reviews-articles h4 {
    position: relative;
    padding-bottom: .2em;
    font-size: 2em;
    color: #855914;
    border-bottom: 1px solid #000;
}
.listing-amenities-reviews ul {
    margin: 1em 0 2.5em 1em;
    list-style-type: none;
}
.listing-amenities-reviews li {
    position: relative;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 1.25em;
    font-weight: 300;
}
.listing-amenities-reviews li:before {
    content: "";
    position: absolute;
    left: -.8em;
    top: .8em;
    width: .25em;
    height: .25em;
    border-radius: .125em;
    background: #000;
}

/* Report Problem / Suggest Edit */
.listing-report-problem {
    padding-top: .5em;
    clear: both;
}
.report-problem-trigger {
    position: relative;
    font-style: italic;
}
.report-problem-trigger.angle-arrow-right::before {
    bottom: .3em;
    right: -.75em;
    width: .5em;
    height: .5em;
    border-bottom: .2rem solid #737144;
    border-right: .2rem solid #737144;
}


/* Listing Quick View */
.listing-qv-content {
    margin-top: 3.5rem;
}
.qv-permalink {
    position: relative;
}
.listing-qv-content h4 {
    margin: .3rem 0 0;
    font-family: Montserrat, Verdana, sans-serif;
    font-size: 2.2em;
    letter-spacing: 0;
}
.sidebar-overlay .listing-qv-content p {
    line-height: 1.7em;
    margin: 1em 0 0;
}
.qv-listing-options {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
    color: #6e2405;
    font-family: Montserrat, Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4em;
}
.qv-listing-options a {
    display: inline-block;
}
.qv-listing-options a:hover {
    color: #6a6969;
}
.qv-listing-options svg {
    margin: 0;
}
.qv-view-details {
    margin: 1rem 0 0;
    width: 100%;
}



/* LISTING GONE */
.listings-not-found-options {
    display: flex;
    flex-wrap: wrap;
}
.option {
    display: flex;
    width: 30em;
    border: 1px solid #e0e0e0;
    margin: 1em 0.5em;
}
.option-text {
    text-align: center;
    align-items: center;
    align-content: center;
    width: 100%;
}
.option-img img{
    max-width: 168px;
    height: 100%;
}
/* These styles make the colored-flag option! Remove if not using! */
.option:nth-of-type(1), .option:nth-of-type(6){
    background: #6e2405;
}
.option:nth-of-type(2), .option:nth-of-type(4){
    background: #635e34;
}
.option:nth-of-type(3), .option:nth-of-type(5){
    background: #855914;
}
.option-name a {
    color: #fff;
}
/* End colored flags */


/* Media Queries */
@media screen and (max-width: 1786px) {
    /* LISTING GONE */
    .option:nth-of-type(4){
        background: #6e2405;
    }
    .option:nth-of-type(5){
        background: #635e34;
    }
    .option:nth-of-type(6){
        background: #855914;
    }
}
@media screen and (max-width: 1450px) {
    /* Category List Items */
    .cat-listing-opt-left {
        font-size: 1.3em;
    }

    /* LISTING DETAILS PAGE */

    /* Listing Details Content */
    .listing-details h1 {
        margin-top: 1.2em;
        font-size: 2.5em;
    }
    .listing-cat-display {
        margin: .4em 0;
        font-size: 1em;
    }
    .listing-address, .listing-phone {
        margin: 1.1em 0 0;
        font-size: 1.5em;
    }
    /*a.listing-website {
        margin: 1.8em 0 .8em;
        font-size: 1.3em;
    }*/
    a.listing-website {
        margin: 1.3em 0 .5em;
        padding: .2em .7em .4em;
        font-size: 1.25em;
        letter-spacing: .03em;
    }
    .listing-btns a {
        flex: 0 0 48%;
        margin: .8em 0;
        font-size: 1.2em;
    }

    /* Listing Details Cont Content && Listing Amenities / Reviews / Articles */
    .listing-details-cont p, .listing-hours, .listing-capacity, .listing-description p, .listing-amenities-reviews li, .listing-report-problem p {
        font-size: 1.1em;
    }
    .amenities h4, .reviews-articles h4 {
        margin-top: 1.3em;
        font-size: 1.8em;
    }
}
@media screen and (max-width: 1250px) {
    /* Category Pages */
    .category-list-search-bar {
        min-height: 3.4em;
    }

    /* Category List Items */
    .listing-item {
        padding-bottom: 3em;
    }
    .cat-listing-opt-left {
        flex: 1 1 85%;
        font-size: 1.2em;
    }
    .cat-listing-opt-right {
        flex: 1 1 15%;
    }
    .cat-listing-options svg {
        top: .25em;
        width: 1.4rem;
        max-height: 1.4rem;
    }
    .cat-listing-edit {
        position: absolute;
        right: 6%;
        top: -2.2em;
    }
    .cat-listing-mt svg {
        top: 0;
        width: 1.55rem;
        max-height: 1.55rem;
        margin: 0 0 0 6px;
    }

    /* LISTING DETAILS PAGE */

    /* Listing Details Content */
    .listing-details h1 {
        margin-top: 1.1em;
        font-size: 1.9em;
    }
    .listing-cat-display {
        margin: .5em 0;
        font-size: .8em;
    }
    .listing-address, .listing-phone {
        margin: 1.1em 0 0;
        font-size: 1.4em;
    }
    .listing-sm svg {
        max-width: 2.5rem;
        max-height: 1.7rem;
    }
    a.listing-website {
        font-size: 1em;
    }
    .listing-btns a {
        padding: .25em 1em .45em;
        font-size: .9em;
    }

    /* Listing Details Cont Content && Listing Amenities / Reviews / Articles */
    .listing-details-cont p, .listing-hours, .listing-capacity, .listing-description p, .listing-amenities-reviews li, .listing-report-problem p {
        font-size: 1em;
    }
    .listing-map-container {
        margin-top: 2em;
    }
    .listing-map-btns a {
        font-size: .9em;
    }
    .listing-description {
        margin-top: 2rem;
    }
    .amenities h4, .reviews-articles h4 {
        margin-top: 1.1em;
        font-size: 1.5em;
    }
}
@media screen and (max-width: 1024px) {
    /* Category Pages */
    .category-drop-down {
        flex: 0 0 38%;
    }

    /* Category List Items */
    .cat-listing-opt-left {
        font-size: 1em;
    }
    .cat-listing-options svg {
        top: .25em;
        width: 1.2rem;
        max-height: 1.2rem;
    }
    .cat-listing-edit {
        display: none;
    }
    .cat-listing-mt svg {
        top: 0;
        width: 1.55rem;
        max-height: 1.55rem;
        margin: 0 0 0 6px;
    }


    /* LISTING DETAILS PAGE */
    .listing-left {
        width: 45%;
    }
    .listing-right {
        width: 51%;
        margin-left: 49%;
    }

    /* Listing Details Content */
    .listing-details h1 {
        font-size: 1.7em;
    }
    .listing-address, .listing-phone {
        margin: 1em 0 0;
        font-size: 1.3em;
    }
    .listing-sm svg {
        max-height: 1.5rem;
    }
    a.listing-website {
        font-size: .95em;
    }

    /* Listing Details Cont Content && Listing Amenities / Reviews / Articles */
    .listing-details-cont p, .listing-hours, .listing-capacity, .listing-description p, .listing-amenities-reviews li, .listing-report-problem p {
        font-size: .92em;
    }
    .amenities h4, .reviews-articles h4 {
        margin-top: .9em;
    }
    .listing-amenities-reviews ul {
        margin-bottom: 2em;
    }

    /* Gallery */
    .listing-gallery {
        min-height: calc((42.04vw / 1.515) + 4px + 30px);
    }
    .slideshow-arrow-right {
        right: .5rem;
        transform: rotate(135deg) scale(.7);
    }
    .slideshow-arrow-left {
        left: .5em;
        transform: rotate(-45deg) scale(.7);
    }

    /* Description */
    .listing-description {
        margin-top: 1rem;
    }
}
@media screen and (max-width: 900px) {
    /* Category Pages */
    .category-list-search-bar {
        margin: 2em -9.5% 3em;
    }

    /* LISTING DETAILS PAGE */

    /* Listing Details Content */
    .listing-btns a {
        font-size: .8em;
    }
}
@media screen and (max-width: 768px) {
    /* Category Pages */
    .category-list-search-bar {
        min-height: 2.8em;
    }
    .view-on-map-button {
        flex: 1 0 15%;
    }
    .view-on-map-button a {
        top: -.35em;
        font-size: .9em;
    }
    .view-on-map-button svg {
        top: .45em;
        font-size: .9em;
    }
    .category-drop-down {
        flex: 0 0 55%;
    }

    /* Category List Items */
    .listing-item h4 {
        font-size: 1.5em;
    }


    /* LISTING DETAILS PAGE */
    .listing-page .content-i {
        width: 100%;
    }
    .listing-page .bread {
        margin: 0 3% 0 3%;
        top: 0.8em;
    }
    .listing-page .bread ol {
        margin: 0;
    }
    .listing-page .bread ol li {
        font-size: 13.6px;
    }
    .listing-page .page-column-full {
        margin-top: 0;
    }
    .listing-actions-top {
        margin-bottom: .5em;
        margin-right: 3%;
    }
    .listing-actions-top svg {
        max-width: 1.8rem;
        height: 1rem;
        margin-left: .4em;
    }
    .listing-content {
        display: flex;
        margin-top: 1em;
        flex-wrap: wrap;
    }
    .listing-content > div {
        flex: 0 0 100%;
        width: 100%;
        float: unset;
        margin-left: 0;
    }

    .listing-details-cont p, .listing-hours, .listing-capacity, .listing-description p, .listing-amenities-reviews li, .listing-report-problem p {
        font-size: 1em;
    }
    .listing-btns a, .listing-map-btns a {
        font-size: 1em;
    }

    /* Listing Gallery */
    .listing-gallery {
        order: 1;
        min-height: calc((108vw / 1.515) + 4px + 30px); /*5 is for a default bit of spacing, 30 is for the dots - remove the 30 if the dots are not displayed*/
    }

    /* Listing Details Content */
    .listing-details {
        order: 2;
    }
    .listing-details h1 {
        padding: 0 0 .8em calc(3% + .92em);
        font-size: 1.8em;
        border-top: unset;
    }
    .listing-details h1:before {
        top: .45em;
        left: 3%;
    }
    .listing-details p, .listing-details-cont > p, .listing-details-cont > div:not(.listing-map-container) {
        margin: 1.1em 3%;
    }
    .listing-social-media {
        text-align: center;
    }
    a.listing-website {
        font-size: 1em;
        padding: .3em 3% .6em;
    }
    .listing-btns {
        margin: .1em 3%;
    }

    /* Listing Description */
    .listing-description {
        order: 3;
        margin: 0;
    }
    .listing-description p {
        margin: 1.1em 3%;
    }

    /* Listing Details Cont Content */
    .listing-details-cont {
        order: 4;
    }

    /* Listing Amenities / Reviews / Articles */
    .listing-amenities-reviews {
        order: 5;
    }
    .amenities h4, .reviews-articles h4 {
        padding: 0 3% .2em;
    }
    .amenities > div, .reviews-articles > div {
        padding: 0 3%;
    }

    /* Report Problem / Suggest Edit */
    .listing-report-problem {
        order: 6;
        padding: 0 3%;
    }
}
@media screen and (max-width: 600px) {
    /* Category Pages */
    .category-drop-down {
        flex: 0 0 65%;
    }

    /* LISTING DETAILS PAGE */
    .listing-page .bread {
        margin: 0 10% 0 2.5%;
        top: .7em;
    }
    .listing-page .bread ol li {
        font-size: 11.2px;
    }
}
@media screen and (max-width: 432px) {
    /* LISTING DETAILS PAGE */
    .listing-page .bread {
        top: .6em;
    }
    .listings-page #aaa, .listings-page #bbb {
        display: none;
    }
    .listing-actions-top svg {
        max-width: 1.4rem;
        height: .85rem;
        margin-left: .3em;
    }
    a.listing-website {
        font-size: .8em;
    }
    .listing-btns a, .listing-map-btns a {
        font-size: .85em;
    }
    .listing-map-container {
        aspect-ratio: 100/130;
        min-height: 130vw;
    }
    .view-map-placeholder {
        min-width: 200%;
    }
    .amenities h4, .reviews-articles h4 {
        font-size: 1.3em;
    }

    /* LISTING GONE */
    .option {
        margin: 1em 0;
    }
    .option-img img {
        max-width: 120px;
    }
}
@media screen and (max-width: 360px) {

    /* Listing Quick View */
    .qv-listing-options {
        font-size: 1.1em;
    }
    .qv-listing-options svg {
        width: 20px;
        height: 20px;
    }

    /* LISTING DETAILS PAGE */
    #ccc {
        display: none;
    }
    .listing-details h1 {
        font-size: 1.4em;
    }
    .listing-address, .listing-phone {
        font-size: 1.1em;
    }
    .listing-details-cont p, .listing-hours, .listing-capacity, .listing-description p, .listing-amenities-reviews li, .listing-report-problem p {
        font-size: .85em;
    }
    .listing-sm svg {
        max-height: 1.2rem;
        max-width: 2rem;
    }
    .listing-btns a {
        flex: 93%;
    }
}
@media screen and (max-width: 290px) {
  /* Category List Items */
    .listing-item h4 {
        min-height: 4em;
    }
    .cat-listing-opt-left {
        flex: 0 0 80%;
        font-size: .8em;
    }
    .cat-listing-opt-right {
        flex: 0 1 8%;
    }
}

/* Print Styles */

@media print {
    .category-list-search-bar, .cat-listing-options, .slideshow-arrow-right, .listing-actions-top, .listing-details h1:before, .listing-social-media, .listing-btns, .listing-map-container, .listing-map-btns, .listing-report-problem {
        display: none;
    }
    .listing-img-main img {
        max-width: 335px;
    }
    .listing-gallery {
        max-width: 335px;
        max-height: 400px;
    }
    .listing-details h1 {
        margin-top: unset;
        margin-bottom: unset;
        padding-left: unset;
        font-size: 2em;
    }
    .listing-address {
        margin-top: unset;
    }
    a.listing-website {
        text-align: unset;
        padding: unset;
        margin-top: 1em;
    }
    .listing-description {
        position: absolute;
        top: 255px;
    }
    .listing-amenities-reviews {
        margin-left: unset;
        float: left;
        width: 240px;
        bottom: 100px;
    }
}