.shared-detail {
    --share-trigger-button-color: #fff;
    --share-trigger-icon-color: #fff;
}

.shared-detail .default-detail-header {
    display: flex;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    padding-bottom: 20px;
}
@media(min-width:40.0625em){
    .shared-detail .default-detail-header {
        height: 350px;
    }
}
.shared-detail .add-back {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 100px);
    margin: 0 auto;
}
.shared-detail .add-this {
    color: #fff;
}
.contentRender_name_plugins_common_container_breadcrumb_addthis {
    display: none;
}

.shared-back-button {
    display: flex;
    color: white;
    font-weight: bold;
    align-items: center;
}
a.shared-back-button:hover {
    color: white;
}
.shared-back-button i {
    font-size: 13px;
    margin-right:5px;
}
.shared-back-button span {
    font-size: 13px;
}

@media(min-width:1025px) {
    .shared-back-button span {
        font-size: 20px;
        padding-bottom: 2px;
        margin-left: 3px;
    }
    .shared-back-button i {
        font-size: 26px;

    }
}
.detailTop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 60px;
}

.detail-inner,
.description-inner {
    width: 100%;
    padding: 25px;
}
.shared-detail .description-inner .description {
    font-size: 20px;
    margin-bottom: 30px;
}
@media(min-width:1025px){
    .detail-inner,
    .description-inner {
        width: 50%;
    }
}
.gallery-cont {
    display: flex;
    padding: 0 30px;
    flex-wrap: wrap;
}
.gallery-cont .threshold{
    width: 80%;
    position: relative;
    margin: 0 auto 60px;
    min-width: 250px;
}
@media(min-width:1025px){
    .gallery-cont .threshold{
        width: 33%;
        position: relative;
    }
}
.gallery-cont .threshold::before {
    content: "";
    background: url(/includes/public/assets/images/feat-content3.png)center/cover no-repeat;
    display: block;
    position: absolute;
    width: 140%;
    height: 100%;
    top: -35%;
    right: -31%;
    overflow: visible;
    transform: scale(0.6);
}
.gallery-cont .threshold::after {
    content: "";
    background: url(/includes/public/assets/images/feat-content4.png)center/cover no-repeat;
    display: block;
    position: absolute;
    width: 140%;
    height: 100%;
    bottom: -50%;
    left: -59%;
    overflow: visible;
    transform: scale(0.2);
}
@media(max-width:420px){
    .gallery-cont .threshold::before {
        right: -40%;
    }
    .gallery-cont .threshold::after {
        left: -67%;
    }
}
@media(min-width:1025px){
    .gallery-cont .threshold::after {
        bottom: calc(100vw * -.07);
    }
}
@media(min-width:1200px){
    .gallery-cont .threshold::after {
        bottom: calc(100vw * -.09);
    }
}
.gallery-cont .threshold #threshold-cont {
    width: 86%;
    margin: auto;
    min-width: 250px;
}
.gallery-cont .detailGallery {
    width: 100%;
}
.gallery-cont .detailGallery.has-threshold {
    width:100%;
}
@media(min-width:1025px){
    .gallery-cont .detailGallery.has-threshold {
        width:66%;
    }
}
.gallery-cont .detailGallery .slider .slide {
    margin: 0 2.5px;
    position: relative;
}
.detailGallery .slider {
    position: relative;

}

.detailGallery .slider .arrow-cont {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    width: calc(100% + 40px);
    margin: auto;
    pointer-events: none;
}

.detailGallery .slider .arrow-cont .custom-arrow {
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    background-color: #8dc63f;
    border-radius: 100%;
    pointer-events: all;
    cursor: pointer;
}
.detailGallery .slider .arrow-cont .custom-arrow svg,
.detail-slider .arrow-cont .custom-arrow svg {
    width:20px;
}

.detailGallery .slider .arrow-cont .custom-arrow.prev {
    margin-right: 12px;
}

.detailGallery .slider-nav {
    margin-right: -2px;
    margin-bottom: 0;
}

.detailGallery .slider-nav .slide {
    border-right: 2px solid white;
    
}

.detailGallery .slider .slide img {
    display: block;
    width: 100%;
}


.detailGallery .slider .slide iframe {
    height:100%;
}
.detailGallery .slider .slide a.mfp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}
.detailGallery .slider .slide a.mfp-iframe .youtube-play{
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.detailTop .detail-inner {
    background-color: white;
    position: relative;
}

.detailTop .detail-inner .detail-add-this {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size:20px;
}
.detailTop .detail-inner .detail-add-this a {
    color: #00a79d;
    font-size: 20px;
}

.detailTop .detail-inner {
    display:flex;
    justify-content: center;
    padding: 50px 0;
}
.detailTop .detail-inner .detail-wrapper {
    max-width: 455px;
}
@media(max-width:1024px){
    .detailTop .detail-inner .detail-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        padding: 0 30px;
    }
}
.detailTop .detail-inner h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px;
}

.detailTop .detail-inner .social-icons {
    justify-content: center;
    margin: 10px 0;
}

.detailTop .detail-inner .social-icon {
    color: #00a79d;
    font-size: 19px;
    margin-right: 33px;
}

.detailTop .detail-inner .social-icons .social-icon:last-child {
    margin-right: 0;
}

.detailTop .detail-inner .info-list {
    margin: 0;
    list-style: none;
    padding: 0 25px;
}

.detailTop .detail-inner .info-list li {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 500;
}
.detailTop .detail-inner .info-list li:last-child{
    margin-bottom: 0;
}
.detailTop .detail-inner .info-list li i {
    margin-right: 5px;
    color: #00a79d;
}
.detailTop .detail-inner .info-list li a {
    color: #00a79d;
}


.detailTop .detail-inner .info-list li .shared-action-items {
    text-align: center;
}

.detailTop .detail-inner .info-list li .shared-action-items a {
    color: #00a79d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.detailTop .detail-inner .info-list li .shared-action-items span {
    margin: 0;
    padding: 0;
    float: none;
}
.detailTop .detail-inner .info-list.hours {
    width:100%;
    max-width:330px;
    padding: 0;
}
@media(max-width:1024px){
    .detailTop .detail-inner .info-list.hours {
        margin:auto;
    }
}
.detailTop .detail-inner .info-list.hours li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 7px;
}
@media(min-width:1025px){
    .detailTop .detail-inner .info-list.hours li {
        margin-bottom: 0;
    }
}
.detailTop .detail-inner .info-list.hours li span {
    width:60%;
    text-align: left;
    font-size: 15px;
    line-height: 19px;
}
.detailTop .detail-inner .info-list.hours li span:first-child {
    width:40%;

}
@media(min-width:400px){
    .detailTop .detail-inner .info-list.hours li span {
        width:50%;
        text-align: left;
        font-size: 19px;
        line-height: 22px;
    }
    .detailTop .detail-inner .info-list.hours li span:first-child {
        width:50%;
    
    }
}
.detailTop .detail-inner .tripadvisor-snippet img {
    width: 160px;
    margin-right: 10px;
}
.detailTop .detail-inner .tripadvisor-snippet .reviews-rating-line-text a {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 500;
}
@media (min-width: 40.063em) {
    .detailTop {
        flex-direction: column;
        margin-bottom: 70px;
    }
    .detailTop .detail-inner .tripadvisor-snippet .reviews-rating-line-text a {
        font-size: 20px;
    }

}
@media(max-width:1024px){
    .detailTop .detail-inner .info-list li {
        font-size: 18px;
        margin-bottom: 7px;
        font-weight: normal;
        line-height: 22px;
    }
    .detailTop .detail-inner .info-list li.website {
        margin-top:15px;
    }
    .detailTop .detail-inner .info-list li .shared-action-items a {
        color: #8dc63f;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
    }
}
@media (min-width: 64.0625em) {
    .detailTop {
        flex-direction: row;
    }

    .detailTop .gallery-cont {
        width: 60%;
    }

    .detailTop .description-inner {
        padding: 50px 50px 50px 0;
    }

    .detailTop .detail-inner .social-icons {
        justify-content: flex-start;
    }

    .detailTop .detail-inner .info-list {
        padding: 0;
    }

    .detailTop .detail-inner .info-list li .shared-action-items {
        text-align: left;
        display: inline;
    }

    .detailTop .detail-inner h1 {
        font-size: calc(32px + (38 - 32) * ((100vw - 1025px) / (1700 - 1025)));
        line-height:1.1;
        margin: 0 0 10px;
    }

    .detailTop .detail-inner .social-icon {
        font-size: 23px;
    }

    .detailTop .detail-inner .info-list li {
        font-size: 23px;
    }

    .detailTop .detail-inner .info-list li .shared-action-items.pipe::before {
        content: "|";
        margin: 0 8px;
        font-size: 24px;
    }


}




@media (min-width: 107.5em) {
    .detailTop .detail-inner h1 {
        font-size: 38px;
        line-height: 48px;
    }
}

/* .tripadvisor-snippet {
    display: none;
} */


.detailTop .reviews {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 515px;
    flex-wrap: wrap;
    flex-direction: column;
}
@media(max-width:1024px){
    .detailTop .reviews {
        margin: auto;
    }
    .detailTop .reviews.single-review {
        margin: auto;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .detailTop .reviews {
        margin: auto;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
.detail-map {
    margin-bottom: 30px;
}
.detail-map .view-map{
    position: relative;
    cursor: pointer;
}
.detail-map .view-map .temp-img {
    position: relative;
    z-index: 1;
}
.detail-map .view-map .temp-img img {
    display:block;
    width:100%;
    min-height: 90px;
}
.detail-map .view-map span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #8dc63f;
    font-family: "trade-gothic-next";
    padding: 10px 15px;
    font-size: 20px;
    z-index: 2;
}
@media(min-width:641px){
    .detail-map .view-map span {
        padding: 15px 20px;
    }
}
.detail-map .view-map i {
    color: #00a79d;
    margin-right: 5px;
}
.detail-map .temp-img::before {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
}
.detail-map .map-height {
    height:600px;
}

.detail-map .infoWindow ul {
    list-style: none;
}
.shared-detail .shared-bottom {
    padding: 0 15px;
    margin-bottom: 100px;
}

.shared-detail .custom-amenities {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.shared-detail .custom-amenities .custom-icon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 30px;
}
@media(max-width:640px){
    .shared-detail .custom-amenities .custom-icon-wrapper {
        width:calc(50% - 30px);
    }
}
@media(min-width:641px){
    .shared-detail .custom-amenities .custom-icon-wrapper {
        margin-right: 50px;
    }
}
.shared-detail .custom-amenities .custom-icon-wrapper .icon {
    text-align: center;
}
.shared-detail .custom-amenities .custom-icon-wrapper img {
    height: 40px;
}
.shared-detail .custom-amenities .custom-icon-wrapper span {
    font-size: 20px;
}
.detail-tab .icon img {
    height:25px;
    width:25px;
}
.detail-tab {
    margin-bottom: 25px;
}

.detail-tab .tab-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 2px solid gainsboro;
    cursor: pointer;
}

.detail-tab .tab-inner h2 {
    font-family:"trade-gothic-next";
    font-size: 24px;
    line-height: 28px;
    color: #2c2c2c;
    font-weight: 900;
    margin: 0;
}

.detail-tab .tab-inner .tab-toggle {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.detail-tab .tab-inner .tab-toggle i {
    font-size: 26px;
    color: #00a79d;
}

.detail-tab .tab-inner .tab-toggle .close {
    display: none;
}

.detail-tab.active .tab-inner .tab-toggle .close {
    display: inline-block;
}

.detail-tab.active .tab-inner .tab-toggle .open {
    display: none;
}

.detail-tab .tab-content {
    display: none;
    padding: 25px 0;
}

.detail-tab.active .tab-content {
    display: block;
}
.detail-tab.active .map-container .gMapHolder {
    height: 400px;
}
.detail-tab .amenity-group {
    padding: 4px 8px;
    background-color: #f7f7f7;
    margin-bottom: 6px;
}

.detail-tab .amenity-group h4 {
    font-family:"trade-gothic-next";
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    color: #00a79d;
}

.detail-tab .amenities-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.detail-tab .amenities-list .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    padding: 5px 5px 5px 0;
    font-size: 16px;
}

.detail-tab .amenities-list .item.full-width {
    width: 100%;
}

.detail-tab .amenities-list .item .icon {
    margin-right: 5px;
}

.detail-tab .amenities-list .item .icon i {
    color: #565fbf;
}
.detail-tab .meeting-subtab .meeting-value img {
    width:20px;
}
.detail-tab .tab-content p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.detail-tab.event-tab .tab-content {
    padding-bottom: 0;
}

.detail-tab .detail-slider.single-item .slick-track {
    margin: auto;
}

.detail-tab.ta-tab .reviews-provider-content.row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.detail-tab.ta-tab a {
    color: #de4a39;
}
@media (min-width: 40.063em) {
    .detail-tab .amenities-list .item.full-width {
        width: 50%;
    }
}

@media (min-width: 64.063em) {
    .shared-detail .shared-bottom {
        padding: 0 100px;
    }

    .detail-tab {
        margin-bottom: 40px;
    }

    .detail-tab .tab-inner h2 {
        font-size: 40px;
        line-height: 36px;
    }

    .detail-tab .tab-inner {
        padding: 0 15px 15px 0;
    }

    .detail-tab .tab-inner .tab-toggle i {
        font-size: 30px;
    }

    .detail-tab .tab-content {
        padding: 30px 0;
    }

    .detail-tab .amenities-list .item {
        width: 20%;
        min-width: 250px;
    }

    .detail-tab .tab-content p {
        font-size: 19px;
        line-height: 30px;
    }

}

/**** Detail Slider ****/
#tab-blog .detail-slider .slider{
    margin-bottom: 0;
}

.detail-slider {
    position: relative;
    margin: 0 15px;
}
@media(min-width:1025px){
    .detail-slider {
        position: relative;
        margin: 0 -15px;
    }
}
.detail-slider .arrow-cont {
    position: absolute;
    top: calc(50% - 105px);
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    margin: auto;
    z-index: 1;
    pointer-events: none;
}
@media(min-width:1025px){
    .detail-slider .arrow-cont {
        left: 20px;
        width: calc(100% - 40px);
    }
}
.detail-slider .arrow-cont .custom-arrow {
    position: absolute;
    top: 48%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: white;
    background-color: #8dc63f;
    border-radius: 100%;
    pointer-events: all;
    z-index: 2;
    cursor:pointer;
}

.detail-slider .arrow-cont .custom-arrow.prev {
    left: 0;
}

.detail-slider .arrow-cont .custom-arrow.next {
    right: 0;
}

.detail-slider .item {
    position: relative;
    margin: 0 15px 15px;
}

.detail-slider .item .img-cont {
    position: relative;
}

.detail-slider .item .img-cont img {
    display: block;
    width: 100%;
}

.detail-slider .item .img-cont .date-block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
}

.detail-slider .item .img-cont .date-block .month {
    font-family:"rollerscript-smooth";
    font-size: 18px;
    line-height: 22px;
    color: #2c2c2c;
}

.detail-slider .item .img-cont .date-block .day {
    font-family: "trade-gothic-next";
    font-size: 38px;
    line-height: 28px;
    color: #2c2c2c;
    font-weight: 900;
}

.detail-slider .item .slide-content {
    padding: 18px 15px;
    background-color: white;  
}

.detail-slider .item .slide-content h2 {
    font-family:"trade-gothic-next";
    font-size: 20px;
    line-height: 22px;
    font-weight: 900;
    margin: 0 0 5px;
    color: #2c2c2c;
}

.detail-slider .item .slide-content .actions > p{
    color: #8dc63f;
    font-size: 16px;
    font-weight: bold;
}

.detail-slider .item:hover .slide-content .actions > p{
    color: #0078a0;
}

@media(min-width:641px){
    .detail-slider .item .slide-content {
        padding: 18px 30px;
        background-color: white;  
    }
    .detail-slider .item .slide-content h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
.detail-slider .item .slide-content .locale {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.detail-slider .item .slide-content .locale i {

    font-size: 17px;
    margin-right: 7px;
}

@media (min-width: 64.063em) {
    .detail-slider {
        padding: 0;
    }

    .detail-slider .arrow-cont .custom-arrow {
        width: 42px;
        height: 42px;
    }

    .detail-slider .arrow-cont .custom-arrow.prev {
        left: -30px;
    }

    .detail-slider .arrow-cont .custom-arrow.next {
        right: -30px;
    }

    .detail-slider .item .img-cont .date-block {
        width: 75px;
        height: 75px;
    }
}

.detail-tab #tab_yelp_ratings .reviews-provider-header,
.detail-tab #tab_yelp_ratings .reviews-provider-content {
    margin: auto;
    max-width: 62.5rem;
}
/**** End Detail Slider ****/

.read-more {
    position: relative;
    overflow: hidden;
    max-height:600px;
}

.read-more::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height:550px;
    background: linear-gradient(to bottom, transparent 60%, #fff 90%);
}

.read-more.expanded {
    max-height: none;
    overflow: visible;
}

.read-more.expanded::after {
    display: none;
}

.read-more .read-more-cont {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background: #fff;
}

.read-more.expanded .read-more-cont {
    bottom: -70px;
}

.read-more-cont .read-more-btn {
    height: 50px;
    color: #8dc63f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.read-more .read-more-cont .read-more-btn .icon {
    margin-left: 4px;
    transform: rotate(0deg);
    transition: 0.3s transform;
}

.read-more.expanded .read-more-cont .read-more-btn .icon {
    transform: rotate(180deg);
}