/* Custom styles for the custom header */
@media (min-width: 768px) {
    .page-header.js-scrolled {
        position: fixed;
        top: 0px;
    }
}

.nav-buttons .header-btn.hidden-md-down .btn, .btn {
  border-radius: 0;
}

.btn-outline {
    background-color: transparent;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 0;
}

.btn-dark {
    color: #FFF;
    border-bottom: 5px solid #2C2C2C;
    background: #000;
}

.btn-dark:hover{
    box-shadow: inset 0 -100px #58554F;
    border-color: #46443E;
    color: #FFF;
}

.btn-dark-outline {
    border: 2px solid #2C2C2C;
    background-color:#feba13;
}

.btn-dark-outline:hover{
    border-color: #FFF;
}

.header-btn .btn-outline::after, .header-btn .btn.copy-url-button::after {
    content: '';
    background-image: url('../images/icons/share-icon.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-flex;
    width: 20px;
    height: 20px;
    padding-left: 0;
    vertical-align: middle;
    padding-bottom: 0;
    margin-left: 10px;
}


.btn.copy-url-button::after {
    content: '';
    background-image: url('../images/icons/share-icon-black.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-flex;
    width: 20px;
    height: 20px;
    padding-left: 0;
    vertical-align: middle;
    padding-bottom: 0;
    margin-left: 10px;
}

.nav-buttons {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-btn.hidden-md-down:first-of-type {
    margin-right: 30px;
}

a.btn.btn-outline:hover {
    color: #feba13;
}

@media (min-width: 1200px) {
    .content-area {
        padding-top: 65px;
    }
    .nav-primary {
        margin-left: 30px;
    }
    span.ubermenu-target-title.ubermenu-target-text {
        font-size: 16px;
    }
}

@media (min-width: 1366px) {
    .page-header.landing .logo {
        width: 207px !important;
    }
}

@media (max-width: 1199px) {
    .top-call.hidden-xs-down.hidden-lg {
        margin-right: 30px;
    }
    .nav-buttons {
        display: none;
    }
}

/* block overrides */

.alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.video-section {
    padding: 100px 0 70px 0;
    background-image: url("../images/photos/texture-bg.png");
    background-color: #f4f4f4;
}

.video-section .bg-gray {
    background: transparent !important;
}

.chevron {
    margin-bottom: -150px;
    z-index: 99;
    padding: 70px 0;
}

.chevron span.wp-block-cover__background.has-black-background-color.has-background-dim {
    background-color: transparent !important;
}

.chevron strong {
    color: #F7CC46;
}

.chevron .wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow {
    max-width: 750px;
}

/* crc-slider */

body.custom-template-1 {
    background-color: #f0f0f0;
    color: #333;
}

.crc-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.slide.slick-slide {
    position: relative;
    min-height: 750px; /* Ensure each slide has a minimum height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Dark overlay with 60% opacity */
    z-index: 1;
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.slide-text.container {
    max-width: 700px;
}

.slide-text h1 {
    font-size: 70px;
    color: white;
}

.slide-text p {
    color: white;
    font-size: 22px;
}

.slide-text h1,
.slide-text p {
    margin: 0;
    padding: 10px;
}

@media (max-width: 980px) {
    div#primary {
        margin-top: 50px;
    }
    .slide.slick-slide {
        height: 60vh;
        min-height: auto;
    }
    .slide-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
    .slide-text h1 {
        font-size: 35px;
    }
    .slide-text p {
        font-size: 18px;
    }
}

/* special lists */

ul.weekends li {
    padding-left: 0px !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #6C6C6C;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.homework::before {
    content: '';
    background: url("../images/icons/home.png");
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.outings::before {
    content: '';
    background: url("../images/icons/island.png");
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.hobbies::before {
    content: '';
    background: url("../images/icons/fishing.png");
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.relaxing::before {
    content: '';
    background: url("../images/icons/outdoors.png");
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.dependable::before {
    content: '';
    background: url("../images/icons/dependable.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.expertise::before {
    content: '';
    background: url("../images/icons/expertise.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.organized::before {
    content: '';
    background: url("../images/icons/organized.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.travel::before {
    content: '';
    background: url("../images/icons/theworld.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

/* page-specific */
.wp-block-group.quality-of-life, .wp-block-group.get-started {
    display: flex;
    justify-content: center;
}

.wp-block-group.get-started {
    padding-top: 100px;
    padding-bottom: 170px;
}

@media (max-width: 980px) {
.wp-block-group.get-started {
    padding-top: 50px;
    padding-bottom: 100px;
}
.video-section {
    padding: 150px 0 20px 0;;
}
a.btn.btn-outline.copy-url-button {
    margin-bottom: 30px;
}
.cta-ribbon h2, .cta-ribbon p {
text-align: center;
}
.wp-block-columns {
flex-direction: column;
}
}

.quality-of-life .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained, .wp-block-group.get-started .wp-block-group__inner-container {
    max-width:750px
}
.wp-block-group.cta-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-ribbon .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    max-width: 800px;
}
.cta-ribbon h2, .h2 {
     padding-bottom: 0;
 }
@media (max-width: 980px) {
.cta-ribbon .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
}

.is-layout-flex {
    display: flex;
    justify-content: center;
}

/* video */

.video-background-container {
    position: relative;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.inner-container {
max-width: 750px;
z-index: 99;
}
.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none; /* Prevent interaction with the iframe */
    z-index: -1; /* Ensure it's behind other content */
    object-fit: cover; /* Ensure the video covers the container */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Black overlay with 60% opacity */
    z-index: 1; /* Ensure it's above the video */
}

.video-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: left;
    padding: 20px;
}

.video-content h2,
.video-content p, h4 {
    color: white;
    margin: 0;
    padding: 10px;
}

.wp-block-group.alignfull.cta-ribbon.has-black-background-color.has-background {
    margin-top: -10px;
}

.video-content strong {
color: #fecc00;
}

.video-background-container {
    z-index: 0;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 1800px;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


@media (max-width: 980px) {
    .video-background-container.alignfull {
        margin-top: 90px;
    }
}

/* Button Row */
.button-row .container {
    padding: 0;
}
.button-row .container {
    padding: 0;
}

.button-row {
    padding-top: 30px;
}

/*footer workaround -- seems to work better as on page css*/
.footer-flex {
    display: none;
}
.link-footer {
    margin-top: 50px;
}