.page-title.days h1 {
    font-size: 15vw;
    padding-left: 5px
}

.row.trip {
    margin-top: 50px;
}

.row.trip:nth-child(1) {
    margin-top: 0
}

.trip-links {
    padding-left: 0;
}

.trip-listing {
    padding-bottom: 30px;
}

.trip-listing .trip-links {
    text-align: center;
}

.trip-listings .trip-links {
    text-align: left;
}

.trip-links li {
    list-style: none;
    display: inline-block;
}
.reviews{
    position: relative;
    display: flex;
    text-align: right;
    flex-direction: column;
    align-items: center;
}
.social-reviews{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-around;
    width: 175px;
    float: right;

}
.social-reviews li.icon {
    display: flex;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    position: relative;
}

.social-reviews li.icon a {
    display: block;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.trip-listings {
    margin-top: 0;
}
.trip iframe{
    width:100%;
    height:255px;
}

.trip-listings .trip-links li:nth-child(-n+3) {
    margin-right: 30px;
}

.book-trip-link, .single-trip-link {
    width: 250px;
    border-radius: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    text-transform: uppercase;
    font-family: 'phosphatesolid';
    font-size: 25px;
    color: #fff6d2;
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}

.trip-callout .single-trip-link {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}

.trip-callout h2{
    padding: 0 0 0 15px;
}
.trip-callout.first h2{
    padding:0;
}

.trips-banner {
    margin: auto;
    display: block;
}

.customer-prices {
    list-style: none;
    display: inline-block;
    padding: 0;
    font-size: 20px;
    font-family: 'phosphatesolid';
    color: #d97129;
}

.trip-listings h2.trip-title {
    margin-top: 10px;
    font-size: 30px;
}

.trip-listings ul.customer-prices:before, .trip-listing ul.customer-prices:before {
    content: ' | ';
    display: inline-block;
    position: relative;
    width: auto;
    height: auto
}

.trip-listings ul.customer-prices:first-of-type:before, .trip-listing ul.customer-prices:first-of-type:before {
    content: '';
    display: none;
    position: relative;
    width: auto;
    height: auto
}

.customer-prices li {
    display: inline-block;
}

.snapshot-title {
    margin-top: 5px;
}

.sponsor-logo-wrapper {
    padding: 15px
}

.sponsor-logo-wrapper img {
    margin: auto;
    position: relative;
}

.snapshot-wrapper {
    padding: 15px;
    margin-bottom: 30px;
}

.snapshot-title::after {
    border: 1px solid #d97129;
    display: block;
    position: relative;
    content: '';
    height: 5px;
    border-radius: 5px;
    background-color: #d97129;
}

.ticket-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 0;
    display: block
}

.trip-slideshow-section {
    background-color: #d97129;
    padding: 35px 0;
}

.trip-slideshow {
    width: 100%;
    margin: auto;
    min-height: 575px;
}

.trip-slide {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height: 575px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow:hidden;
}

.trip-slideshow .flickity-prev-next-button.previous {
    left: 0;
}

.trip-slideshow .flickity-prev-next-button.next {
    right: 0;
}

.thumbnailsNav .flickity-prev-next-button.previous {
    left: 0;
}

.thumbnailsNav .flickity-prev-next-button.next {
    right: 0;
}

.flickity-prev-next-button .arrow {
    fill: #fff6d2;
}

.flickity-prev-next-button {
    background: transparent;
    border: 2px solid #fff6d2
}

.thumbnailsNav .flickity-prev-next-button {
    background: transparent;
    border: none;
    width: 70px;
    height: 70px;
}

.flickity-prev-next-button:hover {
    background: transparent;
    opacity: .8
}

.thumbnailsNav {
    padding-left: 0;
    text-align: center;
    display: block;
    position: relative;
    clear: both;
    list-style: none;
    margin: 15px auto 0;
    max-width: 900px;
    width: 100%
}

.thumbnailsNav li {
    width: 150px;
    height: 100px;
    margin: 0 8px;
}

.thumbnailsNav.is-hiding-nav-ui .flickity-prev-next-button {
    display: none;
}

.is-nav-selected {
    outline: 2px solid #fff6d2;
    outline-offset: -2px;
}

.trip-post.next-prev-navigation {
    clear: both;
    width: 250px;
    float: none;
    margin: 0 auto;
    font-size: 10px;
}

.trip-post.next-prev-navigation ul {
    margin: 10px auto 0;
}

.trip-post.next-prev-navigation li {
    list-style: none;
    display: block;
    width: 110px;
    text-transform: uppercase;
    float: left;
}

.trip-post.next-prev-navigation li.next {
    float: right;
}

.prev span {
    width: 95%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff6d2;
    margin-top: 0;
}

.next span {
    width: 95%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #fff6d2;
    margin-top: 0;
}

.trip-post.next-prev-navigation li span {
    color: #fff6d2 !important;
}

.trip-callout.lg-call-out{
    background-position:center center;
    background-size:cover;
    margin-bottom: 20px;
}

.trip-callout.lg-call-out.first{
    background-size: 105%;
}

.trip-callout.lg-call-out:after {
    display: block;
    content: '';
    box-shadow: 13px 13px 6px -9px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 13px 13px 6px -9px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 13px 13px 6px -9px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .trip-listing .trip-links {
        text-align: right;
    }
    .trip iframe{
        width:100%;
        height:423px;
    }
    .page-title.days h1 {
        padding-left: 0
    }
    .trip-title {
        margin-top: 40px
    }
    .row.trip .trip-title {
        margin-top: 0
    }

    .trip-listings .row.trip .trip-title {
        margin-top: 20px;
        font-size: 40px;

    }

    .customer-prices {
        font-size: 30px;
    }

    .boatHolder {
        position: absolute;
        left: 0;
        width: 100%;
    }

    .boatHolder.upDown {
        -webkit-animation: upDown 20s infinite linear;
        -o-animation: upDown 20s infinite linear;
        animation: upDown 20s infinite linear;
    }

    .boat {
        position: relative;
        width: 20%;
        left: 15px;
        top: -65px;
    }

    .board {
        position: relative;
        width: 10%;
        left: 20px;
        top: -85px;
    }

    .boat.paddle {
        -webkit-animation: paddle 20s infinite ease-in-out;
        -o-animation: paddle 20s infinite ease-in-out;
        animation: paddle 20s infinite ease-in-out;
    }

    .board.paddle {
        -webkit-animation: paddle 20s infinite ease-in-out;
        -o-animation: paddle 20s infinite ease-in-out;
        animation: paddle 20s infinite ease-in-out;
    }

    .boat img, .board img {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
    }

    img.wiggle {
        -webkit-animation: wiggle 1.2s alternate infinite ease-in-out;
        -o-animation: wiggle 1.2s alternate infinite ease-in-out;
        animation: wiggle 1.2s alternate infinite ease-in-out;
    }

    img.wiggleTwo {
        -webkit-animation: wiggleTwo 1.2s alternate infinite ease-in-out;
        -o-animation: wiggleTwo 1.2s alternate infinite ease-in-out;
        animation: wiggleTwo 1.2s alternate infinite ease-in-out;
    }

    img.fade {
        -webkit-animation: fade 20s infinite linear;
        -o-animation: fade 20s infinite linear;
        animation: fade 20s infinite linear;
    }

    @keyframes paddle {
        0% {
            -webkit-transform: translatex(10px);
            -moz-transform: translatex(10px);
            -ms-transform: translatex(10px);
            -o-transform: translatex(10px);
            transform: translatex(10px);
        }
        25% {
            -webkit-transform: translatex(55px);
            -moz-transform: translatex(55px);
            -ms-transform: translatex(55px);
            -o-transform: translatex(55px);
            transform: translatex(55px);
        }
        50% {
            -webkit-transform: translatex(35px);
            -moz-transform: translatex(35px);
            -ms-transform: translatex(35px);
            -o-transform: translatex(35px);
            transform: translatex(35px);
        }
        60% {
            -webkit-transform: translatex(70px);
            -moz-transform: translatex(70px);
            -ms-transform: translatex(70px);
            -o-transform: translatex(70px);
            transform: translatex(70px);
        }
        75% {
            -webkit-transform: translatex(100px);
            -moz-transform: translatex(100px);
            -ms-transform: translatex(100px);
            -o-transform: translatex(100px);
            transform: translatex(100px);
        }
        100% {
            -webkit-transform: translatex(75px);
            -moz-transform: translatex(75px);
            -ms-transform: translatex(75px);
            -o-transform: translatex(75px);
            transform: translatex(75px);
        }
    }
    @keyframes upDown {
        to {
            transform: translatey(100%);
        }
    }
    @keyframes wiggle {
        to {
            transform: rotate(7deg);
        }
    }
    @keyframes wiggleTwo {
        to {
            transform: rotate(25deg);
        }
    }
    @keyframes fade {
        0% {
            opacity: 1
        }
        98% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    .trip-slideshow {
        width: 80%;
    }

    .trip-slideshow .flickity-prev-next-button.previous {
        left: -65px;
    }

    .trip-slideshow .flickity-prev-next-button.next {
        right: -65px;
    }

    .thumbnailsNav .flickity-prev-next-button.previous {
        left: -65px;
    }

    .thumbnailsNav .flickity-prev-next-button.next {
        right: -65px;
    }

    .itinerary h4::before {
        content: '';
        position: relative;
        display: inline-block;
        left: -25px;
        margin-right: -19px;
        border: 1px solid #d97129;
        height: 4px;
        width: 20px;
        top: -5px;
        border-radius: 5px;
        background-color: #d97129;
    }

    .trip-post.next-prev-navigation {
        float: right;
    }

    .trip-callout.lg-call-out{
        background-position:14px center;
    }


}

@media (min-width: 1200px) and (max-height: 700px) {
    .page-title h1 {
        font-size: 13vw;
    }
}

@media screen and (min-width: 1151px) {
}


@media screen and (min-width: 1200px) {
    .ticket-image {
        height: 405px;
        margin-bottom: 30px;
    }

    .sponsor-logo-wrapper {
        padding: 0 31px 0 55px;
        height: 405px;
    }

    .sponsor-logo-wrapper img {
        top: 50%;
        transform: translateY(-50%);
    }

    .snapshot-wrapper {
        padding: 80px 68px 0 30px;
    }

}

.rwg_rancho_daily .single-trip-link.schedule,.rwg_rancho_daily .single-trip-link.what-to-bring{
    display:none;
}

