#adventure_thumbs {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    width: 100vw;
    margin-left: -10vw;
}

#adventure_thumbs li {
    display: inline-block;
    width: auto;
    max-width: 225px;
    max-height: 275px;
    min-width: 195px;
    margin: 10px;
    position: relative;
    overflow: hidden;
}

#adventure_thumbs li a img {
    width: 100%;
    height: 100%;
}

#adventure_thumbs li a:link,
#adventure_thumbs li a:visited,
#adventure_thumbs li a:hover,
#adventure_thumbs li a:active {
    position: relative;
    display: block;
    text-decoration: none;
    color: var(--hhf-dark);
    width: 100%;
    height: 100%;
}

#adventure_thumbs li a:hover img {
    margin-left: -2.5%;
    margin-top: -2.5%;
    width: 105%;
}

.adventure_description {
    position: absolute;
    padding: 5px 8px;
    background-color: var(--hhf-white);
    text-align: center;
    width: 66%;
    top: 66%;
    left: 33%;
    margin-left: -16.5%;
    font-variant: small-caps;
    text-transform: lowercase;
}

#secondary_video {
    padding-bottom: 42.5%;
    background-image: url(/images/investment/commercial_video_header_bg2.jpg);
    background-size: cover;
    margin-top: 0px;
}

#wedding_header_video {
    padding-bottom: 42.5%;
    background-image: url(/images/weddings/wedding_header_video.jpg);
    background-size: cover;
    margin-top: 0px;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

#weddings {
    text-align: center;
    background-color: var(--hhf-purple-blue);
    /* margin-top: 100px; */
    padding: 40px 0px 60px 0px;
    color: var(--hhf-white);
}

.film_package {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    flex-basis: 50%;
    background-color: var(--hhf-white);
    border: 1px solid var(--hhf-dark);
    padding: 15px;
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 40px;
}

.package_thumb {
    position: relative;
    flex: 4;
}

.package_thumb img {
    min-width: 420px;
}

a.package_thumb .play_button {
    opacity: 0.6;
    color: #fff;
    position: absolute;
    left: calc(7% - 36px);
    top: calc(86% - 36px);
    height: 72px;
    width: 72px;
    transition: opacity 200ms, text-shadow 200ms;
    transition-delay: 100ms;
    font-size: 3.5em;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0);
    pointer-events: none;
    z-index: 1;
}

a.package_thumb:hover .play_button {
    opacity: 0.9;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.18);
}

.package_details {
    flex: 2;
    text-align: left;
    margin-left: 40px;
    min-width: 215px;
    color: var(--hhf-dark);
    margin: 15px 60px 0px 45px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h3.package_title {
    font-size: 1.7em;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.film_package h3.package_title:before {
    content: 'the';
    text-transform: lowercase;
    font-family: 'Raleway';
    font-weight: 300;
    font-style: italic;
    font-size: 0.9em;
}

.package_details ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    padding-bottom: 0px;
    display: table;
}

.package_details li {
    display: table-row;
    color: var(--hhf-dark);
    font-weight: 100;
    line-height: 1.7em;
}

.package_details li:before {
    padding-right: 10px;
    content: "+";
}

.package_details ul ul {
    margin-left: 9px;
}

.package_details ul ul li {
    font-style: italic;
    font-weight: 400;
    padding-left: 10px;
}

.package_details ul ul li:before {
    padding-right: 10px;
    content: "";
}

.pricing_details {
    margin-top: 40px;
    width: 100%;
}

.pricing_details hr {
    border: 0px;
    border-bottom: 1px solid var(--hhf-dark);
}

.price {
    flex: 1;
    text-align: left;
    font-size: 1.6em;
}

.radio_container {
    flex: 1;
    text-align: right;
}

.radio_container strong {
    text-transform: lowercase;
    font-variant: small-caps;
    font-weight: 500;
    margin-right: 10px;
    font-size: 1.2em;
}

.radio_price_button {
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background-color: var(--hhf-white);
    border: 1px solid var(--hhf-dark);
    padding: 4px;
    cursor: pointer;
    outline: none;
}

.bubble {
    opacity: 0;
    background-color: var(--hhf-dark);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: opacity 200ms;
    pointer-events: none;
}

.radio_price_button:hover .bubble,
.radio_price_button:active .bubble {
    opacity: 0.5;
}

.radio_price_button.selected .bubble {
    opacity: 1;
    background-color: var(--hhf-purple-blue);
}

.services_selector {
    text-align: left;
    background-color: var(--hhf-white);
    border: 1px solid var(--hhf-dark);
    padding: 30px;
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 40px;
    color: var(--hhf-dark);
}

ul.service_options {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    text-align: left;
}

ul.service_options li {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.service_option {
    display: flex;
    flex-wrap: nowrap;
}

.service_option .radio_container {
    flex: 1;
}

.service_option_info {
    flex: 10;
    margin-left: 25px;
}

.service_option_info h4 {
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.service_option_info p {
    font-weight: 100;
    line-height: 1.5em;
}

#lifestyle_films {
    margin-top: 65px;
}

#commercial {
    text-align: center;
    background-color: var(--hhf-purple-blue);
    margin-top: 0px;
    padding: 40px 0px 60px 0px;
    color: var(--hhf-white);
}

ul#commercial_gallery {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    max-width: 1250px;
    margin-top: 40px;
}

ul#commercial_gallery li {
    display: inline-block;
    width: 46%;
    margin: 10px;
}

#commercial_gallery a.package_thumb .play_button {
    left: calc(7% - 25px);
    top: calc(86% - 75px);
}

#commercial_gallery a.package_thumb img {
    min-width: 256px;
}

#other {
    margin-top: 65px;
}

.discount-price {
    display: inline-block;
    margin-left: 15px;
    padding: 7px 10px;
    /* background-color: var(--hhf-pink); */
    background-color: #6c69bc;
    color: white;
    border-radius: 4px;
    font-size: 1.3rem;
}

@media all and (max-width: 992px) {
    #adventure_thumbs li {
        max-width: 32% !important;
        overflow: visible !important;
    }
}

@media all and (max-width: 967px) {
    ul.service_options li {
        width: 100%;
        margin-right: 0px;
    }

    .package_details {
        margin: 15px 0px 0px 0px;
        min-width: 75%;
    }
}

@media all and (max-width: 810px) {
    ul#commercial_gallery li {
        width: 100%;
        margin: 5px 0px;
    }
}

@media all and (max-width: 640px) {
    .package_thumb img {
        min-width: 200px;
    }
}

@media all and (max-width: 575px) {
    a.package_thumb .play_button {
        font-size: 2em;
        left: calc(7% - 26px);
        top: calc(86% - 30px);
    }

    .services_selector,
    .package_details li {
        font-size: 0.9em;
    }

    #adventure_thumbs {
        margin-left: -5vw !important;
    }

    #adventure_thumbs li {
        min-width: 138px !important;
        margin: 4px !important;
    }

    .adventure_description {
        font-size: 0.75em;
    }
}