/*  details header panel */
.details-header-panel {
    position: relative;
    width: 100%;
    height: 120px;
    margin-bottom: 4px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.details-header-panel::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
}

.details-header-panel::after {
    position: absolute;
    opacity: 0.4;
    content: "";
    right: 0;
    bottom: 0;
    width: 100px;
    height: 50px;
    background-image: url("../png/funky-lines-white.png")
}

/* details nav interior */
.details-nav-interior {
    position: absolute;
    width: 100%;
    max-width: 1355px;
    right: 50%;
    bottom: 15px;
    transform: translate(50%);
    padding: 0 15px;
}

.details-nav-interior a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    border-bottom: none;
    text-decoration: none;
}

.details-nav-interior a .icon {
    margin-right: 2px;
}

@media only screen and (min-width: 1025px) {
    .details-header-panel {
        height: 300px;
    }

    .details-header-panel::before {
        height: 120px;
    }

    .details-header-panel::after {
        width: 165px;
        height: 80px;
    }
}

/* shared top */
.shared-top {
    width: 100%;
    margin-bottom:  20px;
    background-size: auto;
    background-repeat: repeat;
}

.shared-top .inner {
    max-width: 1400px;
    margin: 0 auto;
}

/* gallery */

/*.shared-top .gallery .gallery-cont{
    order: 1;
    width: 100%;
    max-width: 698px;
    margin: 0 auto;

    position: relative;
}*/
.shared-top .gallery .gallery-cont .slider{
    margin-bottom: 0;
    height: 100%;
}
.shared-top .gallery {
    position: relative;
    margin-bottom: 4px;
}

.shared-top .gallery .img a {
    display: block;
    border-bottom: none;
    text-decoration: none;
}

.shared-top .gallery .trip-builder {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px;
}

.shared-top .gallery .trip-builder{
    width: 40px;
    height: 40px;
}

.shared-top .gallery .trip-builder a{
    font-size: 26px;
    font-family: fontawesome;
    width: 32px;
    margin: 0;
}

.shared-top .gallery .trip-builder a .outline, 
.shared-top .gallery .trip-builder a .fill {
    position: absolute;
    z-index: 2;
}

.shared-top .gallery .trip-builder a.addTrip .outline,
.shared-top .gallery .trip-builder a.removeTrip .outline{
    color: #FFF;
    opacity: 1;
}
.shared-top .gallery .trip-builder a.addTrip .fill{
    z-index: 1;
    opacity: 0.4;
    color: #54472c;

    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.shared-top .gallery .trip-builder a.addTrip:hover .fill{
    opacity: 0.5;
    color: #feb747;

    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.shared-top .gallery .trip-builder a.removeTrip .fill{
    z-index: 1;
    opacity: 0.85;
    color: #feb747;

    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}


.shared-top .gallery .trip-builder .icon-cont {
    width: 23px;
    height: 23px;
}

.shared-top .gallery .trip-builder .icon-cont {
    font-size: 23px;
}

.shared-top .gallery .open-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14px 13px;
    background-color: #b94127;
    font-size: 13px;
    color: #fff;
}
.shared-top .gallery .open-gallery:not(.popup-youtube){
    pointer-events: none;
}

.shared-top .gallery .open-gallery .icon {
    font-size: 13px;
    margin-right: 1px;
}


/* details */
.shared-top .details {
    margin-bottom: 4px;
    padding: 15px;
    background-color: #54472c;
    color: #fff;
}

.shared-top .inner .wander-map {
    grid-column: 1 / span 1;
    margin-top: 4px;
    width: 100%;
    height: 640px;
}

@media (min-width: 40.063em) {
    .shared-top .details {
        padding: 30px;
    }
    .shared-top .inner .wander-map {
        grid-column: 1 / span 2;
        margin-top: 4px;
        width: 100%;
        height: 480px;
    }
}

.shared-detail:not(.coupons) .shared-top .details .share-container {
    text-align: right;
}

.coupons.shared-detail .shared-top .details .share-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}


.shared-top .details .share-container .share{
    display: inline-block;
    margin: 0;
}

.shared-top .details .share-container .share a{
    color: #feb747;
}

.shared-top .details .title {
    margin-bottom: 24px;
}

.shared-top .details .title h1{
    color: #fff;
    border-bottom: none;
    text-decoration: none;
    text-transform: none;
    font-family: "futura-pt",sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 28px;
}

.shared-top .details .contact ul {
    margin: 0;
    list-style: none;
    color: #fff;
}
.shared-top .details .contact ul a {
    color: #feb747;

}

.shared-top .details .contact ul li {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 20px;
}

.shared-top .details .link-cont {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.shared-top .details .link-cont .link {
    position: relative;
    margin-right: 18px;
}

.shared-top .details .link-cont .link::after {
    content: "|";
    margin-left: 13px;
    color: #ccba95;
}

.shared-top .details .link-cont .link:last-child::after {
    display: none;
    content: "";
    margin: 0;
}

.shared-top .details .link-cont a {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    border-bottom: none;
    text-decoration: none;
}

.shared-top .details .link-cont a .icon {
    color: #feb747;
}

.shared-top .details .social ul.social-icons {
    justify-content: flex-start;
    margin: 0;
}
.shared-top .details .social ul.social-icons li{
    margin: 0;
}
.shared-top .details .social ul.social-icons .icon-cont {
    margin: 0 5px 0 0;
}

.shared-top .details .social ul .social-icon {
    width: auto;
    height: auto;
    padding: 0 5px;
    color: #ccba95;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    border-bottom: none;
    text-decoration: none;
    background-color: transparent;
}

/* map */
.shared-top .map {
    position: relative;
    width: 100%;
    /*background-color: #372b14;*/
    overflow: hidden;
}

.shared-top .map .img {
    margin: -5px -10px;
    height: 348px;
    filter: blur(2px);
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}

.shared-top .map .btn {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 12px 14px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}


.shared-top .map.open-map .img{
    filter: none;
}

.shared-top .map.open-map .btn{
    display: none;
}

.shared-top .gallery .gallery-cont .gallery-item:not(:first-child){
    display: none;
} 

.shared-top .accessibility {
    display: flex;
    flex-direction: row;
}

.shared-top .accessibility svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: #fff;
    margin-bottom: 10px;
}

@media only screen and (min-width: 641px) {
    .shared-detail:not(.eventDetails) .shared-top .inner{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 4px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 4px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shared-detail:not(.eventDetails) .shared-top .gallery {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
    }

    .shared-detail:not(.eventDetails) .shared-top .details {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
    }

    .shared-detail:not(.eventDetails) .shared-top .gallery,
    .shared-detail:not(.eventDetails) .shared-top .details {
        margin-bottom: 0;
    }

    .shared-top .gallery .gallery-cont,
    .shared-top .gallery .gallery-cont .gallery-item,
    .shared-top .gallery .gallery-cont .gallery-item a {
        height: 100%;
        display: block;
    }

    .shared-detail:not(.eventDetails) .shared-top .gallery .gallery-cont .gallery-item .gallery-img{
        display: none;
    }

    .shared-detail:not(.eventDetails) .shared-top .gallery .gallery-cont .gallery-item a > div{
        height: 100%;
        width: 100%;
        background-size: cover;
        display: block;
    }
    
    .shared-detail.eventDetails .shared-top .gallery .gallery-cont .gallery-item .gallery-img {
        height: 100%;
        width: 100%;
    }
    

    .shared-detail:not(.eventDetails) .shared-top .map .img {
        height: 105%;
    }

    .shared-detail.eventDetails .shared-top .inner{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 4px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 4px;
        grid-template-columns: 1fr minmax(0, 1fr);

        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shared-detail.eventDetails .shared-top .gallery {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
    }

    .shared-detail.eventDetails .shared-top .details {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
    }
} 

@media only screen and (min-width: 1025px) {
    .shared-detail:not(.eventDetails) .shared-top .inner {
        min-height: 450px;
    }

    .shared-top .details .title h1 {
        font-size: 44px;
        line-height: 44px;
    }

    .shared-top .details .contact ul li {
        font-size: 20px;
        line-height: 22px;
    }

    .shared-top .details .link-cont {
        margin-bottom: 26px;
    }

    .shared-top .details .link-cont a {
        font-size: 20px;
        line-height: 22px;
    }

    .shared-top .details .social ul .social-icon {
        font-size: 31px;
        margin: 0 8px 0 0;
    }
}



/* shared bottom */

.shared-bottom {
    position: relative;
    padding: 0 15px 100px;
}

.shared-bottom .bg {
    position: absolute;
    display: none;
    z-index: -1;
    left: 0;
    top: -20px;
    bottom: -500px;
    width: 265px;
}

.shared-bottom .inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.shared-bottom .drawer {
    margin-bottom: 15px;
}

.shared-bottom .drawer .title {
    border-bottom: 4px solid rgba(204, 186, 149, 0.3);
}

.shared-bottom .drawer .drawer-btn {
    padding: 16px 0;
    font-family: "futura-pt",sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #54472c;
    text-transform: uppercase;
}

.shared-bottom .drawer .drawer-btn .icon {
    margin-left: 6px;
    transform: rotate(0);
    transition: 0.3s transform ease;
}

.shared-bottom .drawer.active .drawer-btn .icon {
    transform: rotate(180deg);
}

.shared-bottom .drawer > .content {
    padding-top: 30px;
    overflow: hidden;
}

.shared-bottom .drawer:not(#events):not(#listings):not(#offers) > .content {
    padding: 30px;
}

.shared-bottom .drawer:first-child > .content {
    display: block;
}

.shared-bottom .drawer:first-child > .content.has-logo {
    display: flex;
    flex-direction: column;
}


.shared-bottom .drawer > .content .detail-logo {
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.shared-bottom .drawer > .content .description{
    line-height: 1.6;
    font-size: 18px;
}

.shared-bottom .drawer > .content.has-logo .description{
    flex: 1;
}

@media (min-width: 641px) {
    .shared-bottom .drawer:first-child > .content.has-logo {
        flex-direction: row;
    }

    .shared-bottom .drawer > .content .detail-logo{
        flex-basis: 25%;
    }
}

.shared-bottom .drawer .content .contentRender_name_plugins_core_textbox {
    max-width: 810px;
    padding: 0;
    margin-bottom: 40px;
}

.shared-bottom .drawer .content .contentRender_name_plugins_core_textbox p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}

.shared-bottom .drawer .content .contentRender_name_plugins_core_textbox p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 641px) {
    .shared-bottom {
        padding: 0 30px 200px;
    }

    .shared-bottom .drawer .drawer-btn {
        font-size: 35px;
        letter-spacing: 8px;
    }

    .shared-bottom .drawer .content .contentRender_name_plugins_core_textbox p {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 1400px) {
    .shared-bottom .bg {
        display: block;
    }
} 

/* detail page events slider */
.drawer .content .cards {
    margin-bottom: 5px;
}

.drawer .content .cards .slick-dots {
    margin-top: 10px;
}

.drawer .content .cards .slick-dots > li:only-child {
    display: none;
}

.drawer .content .cards .arrow-cont {
    padding-top: 40%;
}

@media only screen and (min-width: 580px){
    .drawer .content .cards .arrow-cont {
        padding-top: 20%;
    }
}

@media only screen and (min-width: 800px){
    .drawer .content .cards {
        margin-bottom: 25px;
    }

    .drawer .content .cards .arrow-cont {
        padding-top: 12%;
    }
}



/* card with optional slider */
.shared-detail .cards {
    margin-bottom: 50px;
}

.shared-detail .cards .title {
    position: relative;
    padding: 0 15px;
    margin-bottom: 18px;
}

.shared-detail .cards .title .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-size: auto;
    background-repeat: repeat;
}

.shared-detail .cards .title .inner {
    width: 100%;
    max-width: 880px;
    padding: 18px 15px;
    margin: 0 auto;
    text-align: center;
}

.shared-detail .cards .title .inner a {
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 42px;
    color: #54472c;
    border-bottom: none;
    text-decoration: none;
    text-transform: uppercase;
}

.shared-detail .cards .card-cont {
    position: relative;
    padding: 0;
}

.shared-detail .cards .card-cont .inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.shared-detail .cards.slider .card-cont .inner {
    display: block;
}

.shared-detail .cards .arrow-cont {
    position: absolute;
    display: none;
    z-index: 1;
    top: 0;
    right: -20px;
    left: -20px;
    padding-top: 30%;
    justify-content: space-between;
    pointer-events: none;
}
.shared-detail .cards.slider .arrow-cont {
    display: none;
}

.shared-detail .cards.slider .arrow-cont.hide-arrows-mobile{
    display: none;
}

@media (min-width: 40.063em) {
    .shared-detail .cards.slider .arrow-cont {
        display: flex;
    }
    .shared-detail .cards .card-cont {
        position: relative;
        padding: 0 25px;
    }
}
.shared-detail .cards .arrow-cont button {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: all;
    font-size: 60px;
    color: #54472c;
}

.shared-detail .cards .arrow-cont button.custom-prev {
    padding-left: 0;
}

.shared-detail .cards .arrow-cont button.custom-next {
    padding-right: 0;
}



.shared-detail .cards .slick-dots li {
    background: rgba(204, 186, 149, 0.8);
}

.shared-detail .cards .card {
    flex: 0 1 320px;
    margin: 0 10px 30px;
    opacity: 0;

    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
}

.shared-detail #events .cards.slider .card {
    width: 275px !important;
}

.shared-detail #events.one-event-item .slick-track {
    width: unset !important;
}

.shared-detail .cards .card.slick-slide {
    opacity: 1;

    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.shared-detail .cards.slider .card {
    margin-bottom: 0;
}

.shared-detail .cards .card .img {
    position: relative;
    margin-bottom: 18px;
}

.shared-detail .cards .card .date-cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    padding: 10px;
    background-color: #b94127;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    color: #fcfbf8;
}

.shared-detail .cards .card .date-cont .month {
    text-transform: uppercase;
    font-weight: 400;
}

.shared-detail .cards .card .date-cont .day {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 24px;
}

.shared-detail .cards .card .content .link {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 12px;
}

.shared-detail .cards .card .content .link::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 4px;
    width: 80px;
    background-color: #faa63d;
}

.shared-detail .cards .card .content .link h4 {
    font-family: "futura-pt", sans-serif;
    color: #b94127;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    border-bottom: none;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 0;
}

.shared-detail .cards .card .content .link .icon {
    color: #ad9159;
}

.shared-detail .cards .card .content .date-range,
.shared-detail .cards .card .content .locale {
    margin-bottom: 10px;
    font-family: "canada-type-gibson", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.shared-detail .cards .card .content .date-range i,
.shared-detail .cards .card .content .locale i{
    color: #778c39;
    margin-right: 5px;
}

@media only screen and (min-width: 500px) {
    .shared-detail .cards .arrow-cont {
        padding-top: 20%;
    }
}

@media only screen and (min-width: 641px) {
    .shared-detail .cards .arrow-cont {
        padding-top: 10%;
    }

    .shared-detail .cards .arrow-cont.hide-arrows-tablet{
        display: none;
    }

    .shared-detail .cards .slick-dots {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1025px) {
    .shared-detail:not(.eventDetails) .shared-top .gallery {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
    }

    .shared-detail:not(.eventDetails) .shared-top .details {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        padding: 24px 60px 24px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .shared-detail:not(.eventDetails) .shared-top .details .details-inner {
        align-self: center;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .shared-detail .cards {
        margin-bottom: 100px;
    }

    .shared-detail .cards .arrow-cont.hide-arrows-desktop{
        display: none;
    }

    .shared-detail .cards .title .bg {
        width: calc(50% + 15px);
    }

    .shared-detail .cards .title .inner a {
        font-size: 64px;
        line-height: 66px;
    }

    .shared-detail .cards .title .inner {
        padding: 39px 15px 15px;
    }

    .shared-detail .cards .card .date-cont {
        width: 80px;
    }

    .shared-detail .cards .card .date-cont .month {
        font-size: 22px;
    }

    .shared-detail .cards .card .date-cont .day {
        font-size: 38px;
        line-height: 36px;
    }

}

@media only screen and (min-width: 1500px) {
    .shared-detail .cards .arrow-cont {
        left: -30px;
        right: -30px;
    }
}
