html {
    overflow-x: hidden;
}

.header-wrapper.js-hide {
    opacity: 0;
    pointer-events: none;
}

.page-template-template-rooftop section {
    position: relative;
    z-index: 1;
}

.page-template-template-rooftop h1,
.page-template-template-rooftop h2,
.page-template-template-rooftop h3,
.page-template-template-rooftop h4,
.page-template-template-rooftop h5,
.page-template-template-rooftop h6 {
    margin-top: 0;
}

.page-template-template-rooftop .book-table-wrapper form {
    width: 100%;
}

.page-template-template-rooftop .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.page-template-template-rooftop .col-md-12 {
    padding-left: 20px;
    padding-right: 20px;
}

.page-template-template-rooftop .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.page-template-template-rooftop .col-lg-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.page-template-template-rooftop img {
    max-width: 100%;
}

.page-template-template-rooftop .section-wrapper {
    display: none;
}

.page-template-template-rooftop .container {
    max-width: 1208px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

.page-template-template-rooftop .header-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
}

.page-template-template-rooftop .logo {
    width: 250px;
    height: auto;
}

.page-template-template-rooftop .header-wrapper .pvd-page-btn {
    background-color: #F9B3A9;
    color: #404141;
    cursor: pointer;
    text-decoration: none !important;
    flex-shrink: 0;
    transition: all 0.2s ease-in-out;
}

.page-template-template-rooftop .header-wrapper .pvd-page-btn:hover {
    background-color: #21201B;
    color: #F9B3A9;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.page-template-template-rooftop .header-wrapper .pvd-page-btn span {
    color: inherit;
}

.page-template-template-rooftop .header-wrapper #menu.open .pvd-page-btn {
    background-color: #404141;
    color: #F9B3A9;
}

.page-template-template-rooftop .header-wrapper #menu.open .pvd-page-btn span {
    color: inherit;
}

.page-template-template-rooftop .header-wrapper #menu-stick.open-stick .pvd-page-btn {
    background-color: #21201B;
    color: #F9B3A9;
}

.page-template-template-rooftop .header-wrapper #menu-stick.open-stick .pvd-page-btn span {
    color: inherit;
}

.page-template-template-rooftop .header-wrapper.menu-inner .toggle-menu {
    border-color: #F9B3A9;
    top: 50px;
}

.page-template-template-rooftop .header-wrapper.menu-inner .toggle-menu span {
    background-color: #F9B3A9;
}

.page-template-template-rooftop .header-wrapper.menu-inner .toggle-menu span:before {
    background-color: #F9B3A9;
}

.page-template-template-rooftop .header-wrapper.menu-inner .toggle-menu span:after {
    background-color: #F9B3A9;
}

.page-template-template-rooftop .header-wrapper.menu-inner .toggle-menu.active {
    border-color: #404141;
}

.page-template-template-rooftop .header-wrapper.menu-inner .toggle-menu.active span {
    background-color: transparent;
}

.page-template-template-rooftop .header-wrapper.menu-inner .toggle-menu.active span:before {
    background-color: #404141;
}

.page-template-template-rooftop .header-wrapper.menu-inner .toggle-menu.active span:after {
    background-color: #404141;
}

.page-template-template-rooftop .header-wrapper .sticky-header {
    padding: 0 10%;
}

.page-template-template-rooftop .header-wrapper .sticky-header .logo-box {
    margin-top: 0;
    height: 80px;
    width: 100%;
}

.page-template-template-rooftop .header-wrapper .sticky-header .logo-box .logo {
    width: 144px;
    height: auto;
    margin: 0 0 0 45%;
}

.page-template-template-rooftop .header-wrapper .sticky-header .pvd-icons {
    margin-top: 25px;
}

.rooftop_hero {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 140px;
}

.rooftop_hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 50%;
    z-index: 2;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6993172268907564) 0%, rgba(0, 0, 0, 0) 100%);
}

.rooftop_hero:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6993172268907564) 0%, rgba(0, 0, 0, 0) 100%);
}

.rooftop_hero .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
}

.rooftop_hero video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.rooftop_hero h1 {
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 300;
    letter-spacing: 4px;
}

.rooftop_hero p {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
}

.rooftop_hero--scroll {
    width: 40px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.rooftop_hero--play {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    background-image: url(../images/rooftop-video-pause.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}

.rooftop_hero--play.paused {
    background-image: url(../images/rooftop-video-play.png);
}

.intro {
    padding-top: 160px;
    padding-bottom: 80px;
}

.intro h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
}

.intro p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 0;
}

.intro .row {
    margin-left: -50px;
    margin-right: -50px;
}

.intro .intro_left {
    max-width: 52%;
    flex: 0 0 52%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
}

.intro .intro_right {
    max-width: 48%;
    flex: 0 0 48%;
    padding-left: 50px;
    padding-right: 50px;
}

.intro_right--text {
    padding-right: 100px;
    margin-bottom: 50px;
}

.intro_right--image {
    text-align: right;
}

.intro_left--image {
    border: 1px solid #F9B3A9;
}

.intro_left--image img {
    max-width: 100%;
    transform: translate(40px, -40px);
}

.intro_right--image img {
    max-width: 100%;
}

.buttons {
    margin-bottom: 40px;
}

.buttons .buttons_inner {
    padding: 60px;
    background-color: #F9B3A9;
    text-align: center;
    margin-right: 40px;
    position: relative;
}

.buttons .buttons_inner:after {
    content: "";
    position: absolute;
    top: 40px;
    right: -40px;
    bottom: -40px;
    left: 40px;
    border: 1px solid #F9B3A9;
    z-index: -1;
}

.buttons .buttons_title {
    margin-bottom: 40px;
}

.buttons .buttons_title h4 {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
    color: #21201B;
}

.buttons .buttons_items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
}

.buttons .buttons_item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    border-right: 1px solid #21201B;
}

.buttons .buttons_item:last-of-type {
    border-right: none;
}

.buttons .buttons_item h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #21201B;
}

.buttons .buttons_item .btn {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #404141;
    max-width: 192px;
    width: 100%;
    padding: 20px;
    min-height: 58px;
    border: 1px solid #404141;
    border-radius: 32px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.buttons .buttons_item .btn svg {
    margin-right: 8px;
}

.buttons .buttons_item .btn svg path {
    fill: #404141;
    transition: all 0.2s ease-in-out;
}

.buttons .buttons_item .btn:hover {
    background-color: #21201B;
    color: #F9B3A9;
    transition: all 0.2s ease-in-out;
}

.buttons .buttons_item .btn:hover svg path {
    fill: #F9B3A9;
    transition: all 0.2s ease-in-out;
}

.image_slider {
    padding-top: 160px;
    padding-bottom: 160px;
}

.image_slider--title {
    margin-bottom: 60px;
}

.image_slider--title h2 {
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 16px;
}

.image_slider--title h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #21201B;
}

.image_slider--items {
    overflow-x: visible;
}

.image_slider--items .swiper-slide {
    display: inline-block;
    width: auto;
}

.image_slider--pagination {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.image_slider--pagination-arrows {
    max-width: 100px;
    flex: 0 0 100px;
    width: 100%;
    margin-left: 20px;
}

.image_slider--pagination-scrollbar {
    flex: 1;
    width: 100%;
}

.image_slider--pagination-scrollbar .swiper-scrollbar {
    background-color: #C2C2C2;
    opacity: 1 !important;
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    height: 2px;
}

.image_slider--pagination-scrollbar .swiper-scrollbar-drag {
    background-color: #404141;
}

.image_slider--pagination-arrows ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.image_slider--pagination-arrows ul li {
    margin-right: 20px;
}

.image_slider--pagination-arrows ul li:last-of-type {
    margin-right: 0;
}

.image_slider--pagination-arrows .swiper-button-next,
.image_slider--pagination-arrows .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #C2C2C2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 0;
    transition: background-color 0.5s ease,
        border-color 0.5s ease;
}

.image_slider .swiper-button-prev:after,
.image_slider .swiper-button-next:after {
    font-size: 10px;
    color: #404141;
    transition: color 0.5s ease;
}

.image_slider--pagination-arrows .swiper-button-next:hover,
.image_slider--pagination-arrows .swiper-button-prev:hover {
    background-color: #404141;
    border-color: #404141;
}

.image_slider--pagination-arrows .swiper-button-next:hover::after,
.image_slider--pagination-arrows .swiper-button-prev:hover::after {
    color: #ffffff;
}

.image_slider--pagination-arrows .swiper-button-next {
    margin-right: 20px;
}

.image_text_cols {
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #F0F0F0;
}

.image_text_cols--title {
    margin-bottom: 60px;
}

.image_text_cols--title h2 {
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 16px;
}

.image_text_cols--title h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #21201B;
}

.image_text_cols--item-image {
    padding-bottom: 110%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}

.image_text_cols--item-info h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.image_text_cols--item-info p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 0;
}

.image_text_cols--item-info a {
    color: #404141;
    text-decoration: underline;
}

.image_text_cols--item-info a:hover {
    color: #404141;
    text-decoration: none;
}

.events {
    padding-top: 160px;
    padding-bottom: 80px;
}

.events h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
}

.events p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 40px;
}

.events .btn {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #404141;
    max-width: 173px;
    width: 100%;
    padding: 24px;
    border: 1px solid #F9B3A9;
    border-radius: 32px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.events .btn:hover {
    background-color: #F9B3A9;
    color: #21201B;
    transition: all 0.2s ease-in-out;
}


.events .btn.request-btn {
    background-color: transparent;
}

.events .btn.request-btn:hover {
    background-color: #F9B3A9;
    color: #21201B;
    transition: all 0.2s ease-in-out;
}

.events .row {
    margin-left: -50px;
    margin-right: -50px;
}

.events .events_right {
    max-width: 52%;
    flex: 0 0 52%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
}

.events .events_left {
    max-width: 48%;
    flex: 0 0 48%;
    padding-left: 50px;
    padding-right: 50px;
}

.events_left--text {
    padding-left: 100px;
    margin-bottom: 50px;
}

.events_left--image {
    text-align: left;
}

.events_right--image {
    border: 1px solid #F9B3A9;
}

.events_right--image img {
    max-width: 100%;
    transform: translate(-40px, -40px);
}

.events_left--image img {
    max-width: 100%;
}

.benefits {
    margin-bottom: 200px;
}

.benefits .benefits_inner {
    padding: 60px;
    background-color: #F9B3A9;
    text-align: center;
    margin-left: 40px;
    position: relative;
}

.benefits .benefits_inner:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: -40px;
    left: -40px;
    border: 1px solid #F9B3A9;
}

.benefits .benefits_title {
    margin-bottom: 40px;
}

.benefits .benefits_title h4 {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
    color: #21201B;
}

.benefits .benefits_items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
}

.benefits .benefits_item {
    max-width: 25%;
    flex: 0 0 25%;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    border-right: 1px solid #21201B;
}

.benefits .benefits_item:last-of-type {
    border-right: none;
}

.benefits .benefits_item h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #21201B;
}

.benefits .benefits_item p {
    font-size: 16px;
    line-height: 32px;
    color: #21201B;
    margin-bottom: 0;
}

.join {
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
}

.join:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.join .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
}

.join video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 1;
}

.join h2 {
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    color: #F9B3A9;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 300;
}

.join p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
}

.join .btn {
    background: #F9B3A9;
    color: #404141;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    width: 110px;
    height: 110px;
    white-space: normal;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    min-width: auto;
    transition: all 0.2s ease-in-out;
}

.join .btn:hover {
    background: #21201B;
    color: #F9B3A9;
    transition: all 0.2s ease-in-out;
}

.join_video--play {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    background-image: url(../images/rooftop-video-pause.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}

.join_video--play.paused {
    background-image: url(../images/rooftop-video-play.png);
}

.information {
    padding-top: 160px;
    padding-bottom: 160px;
}

.information img {
    max-width: 254px;
    height: auto;
    margin-bottom: 24px;
}

.information h6 {
    font-size: 16px;
    line-height: 1;
    font-style: italic;
    margin-bottom: 8px;
    margin-top: 0;
    font-family: 'Playfair Display', serif;
}

.information p {
    font-size: 16px;
    line-height: 24px;
}

.information a {
    font-size: 16px;
    line-height: 24px;
    color: #404141;
    text-decoration: underline;
}

.information ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
}

.information a:hover {
    text-decoration: none;
}

.information_address {
    margin-bottom: 24px;
}

#tripleseat_embed_form table {
    width: 100%;
}

#tripleseat_embed_form tbody {
    width: 100%;
}

#tripleseat_embed_form table tbody tr {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px;
}

#tripleseat_embed_form table tbody tr.row_details_header {
    margin-top: 20px;
}

#tripleseat_embed_form table tbody tr td input {
    width: 100% !important;
    min-height: 50px !important;
}

#tripleseat_embed_form table tbody tr td input[type="submit"] {
    font-size: 14px !important;
    color: #F9B3A9 !important;
    text-transform: uppercase !important;
    padding: 13px 38px !important;
    min-height: unset !important;
    display: inline-block !important;
    border: none !important;
    background: #404141 !important;
    border-radius: 6px !important;
    transition: all 0.5s ease !important;
    width: auto !important;
}

@media screen and (max-width:991px) {

    .page-template-template-rooftop .header-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .page-template-template-rooftop .header-wrapper.menu-inner .toggle-menu {
        /* top: 15px; */
        top: 20px;
    }

    .page-template-template-rooftop .header-wrapper #menu.open .book-table-btn-black.pvd-page-btn {
        right: 80px;
    }

    .page-template-template-rooftop .header-wrapper #menu.open .book-table-btn-black {
        right: 24px;
    }

    .page-template-template-rooftop #menu-stick .menu_logo_mo {
        margin: 20px auto 50px;
    }

    .page-template-template-rooftop #menu-stick .book-table-btn-black.joinclub-btn {
        right: 86px;
    }

    .page-template-template-rooftop #menu-stick .book-table-btn-black {
        right: 24px;
        top: 0;
    }

    .page-template-template-rooftop .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .page-template-template-rooftop .row {
        margin-left: -24px;
        margin-right: -24px;
    }

    .page-template-template-rooftop .col-lg-4,
    .page-template-template-rooftop .col-lg-6,
    .page-template-template-rooftop .col-lg-5 {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .page-template-template-rooftop .header-wrapper {
        /* padding: 16px 24px; */
        padding: 7px 24px;
    }

    .page-template-template-rooftop .logo {
        width: 115px;
    }

    .post-type-archive-providence .logo {
        width: 115px;
    }

    .page-template-template-rooftop .header-wrapper .scroll-btn {
        padding: 10px;
        width: 65px !important;
        height: 65px !important;
        flex: 0 0 65px !important;
        margin: 0 12px 0 0;
    }

    .post-type-archive-providence .header-wrapper .scroll-btn {
        padding: 10px;
        width: 65px !important;
        height: 65px !important;
        flex: 0 0 65px !important;
        margin: 0 12px 0 0;
    }

    .post-type-archive-providence .header-wrapper .scroll-btn span {
        font-size: 11px;
    }

    .post-type-archive-providence .header-wrapper .scroll-btn:last-of-type {
        margin-right: 0;
    }

    .page-template-template-rooftop .header-wrapper .scroll-btn:last-child {
        margin: 0;
    }

    .page-template-template-rooftop .header-wrapper .book-table-btn-black span,
    .page-template-template-rooftop .header-wrapper .pvd-page-btn span {
        font-size: 10px;
    }

    .page-template-template-rooftop .col-xs-8 {
        width: 38%;
    }

    .page-template-template-rooftop .pvd-icons {
        width: 45%;
        margin-top: 0;
    }

    .post-type-archive-providence .col-xs-8 {
        width: 38%;
    }

    .post-type-archive-providence .pvd-icons {
        width: 45%;
        margin-top: 0;
    }

    .rooftop_hero {
        padding-bottom: 100px;
    }

    .rooftop_hero h1 {
        font-size: 48px;
        letter-spacing: 0;
    }

    .rooftop_hero p {
        font-size: 24px;
        line-height: 32px;
    }

    .rooftop_hero--scroll {
        bottom: 30px;
    }

    .rooftop_hero--play {
        bottom: 30px;
        right: 30px;
    }

    .intro {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .intro .intro_left {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 24px;
        margin-bottom: 60px;
    }

    .intro .intro_right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .intro_left--image {
        margin-right: 24px;
    }

    .intro_left--image img {
        transform: translate(24px, -24px);
    }

    .intro_right--image img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .intro_right--text {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .buttons .buttons_item,
    .benefits .benefits_item {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .buttons .buttons_items,
    .benefits .benefits_items {
        margin-left: 0;
        margin-right: 0;
    }

    .buttons .buttons_inner {
        padding: 40px 24px;
        margin-right: 24px;
    }

    .buttons .buttons_inner:after {
        top: 24px;
        right: -24px;
        bottom: -24px;
        left: 24px;
    }

    .buttons .buttons_item {
        border-right: none;
        position: relative;
        padding-bottom: 44px;
        margin-bottom: 44px;
    }

    .buttons .buttons_item:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #21201B;
    }

    .buttons .buttons_item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .buttons .buttons_item:last-child::after {
        display: none;
    }

    .image_slider {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .image_text_cols {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .image_text_cols--title {
        margin-bottom: 40px;
    }

    .image_text_cols--item {
        margin-bottom: 40px;
    }

    .image_text_cols--item:last-of-type {
        margin-bottom: 0;
    }

    .image_slider--pagination {
        margin-top: 40px;
    }

    .events {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .events .events_right {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 24px;
        margin-bottom: 60px;
        order: 1;
    }

    .events .events_left {
        max-width: 100%;
        flex: 0 0 100%;
        order: 2;
    }

    .events_right--image {
        margin-left: 24px;
    }

    .events_right--image img {
        transform: translate(-24px, -24px);
    }

    .events_left--image img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .events_left--text {
        padding-left: 0;
        margin-bottom: 60px;
    }

    .events .events_left,
    .events .events_right {
        padding-left: 24px;
        padding-right: 24px;
    }

    .benefits .benefits_inner {
        padding: 40px 24px;
        margin-right: 24px;
        margin-left: 0;
    }

    .benefits .benefits_inner:after {
        top: 24px;
        right: -24px;
        bottom: -24px;
        left: 24px;
    }

    .benefits .benefits_item {
        border-right: none;
        position: relative;
        padding-bottom: 44px;
        margin-bottom: 44px;
    }

    .benefits .benefits_item:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #21201B;
    }

    .benefits .benefits_item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .benefits .benefits_item:last-child::after {
        display: none;
    }

    .benefits .benefits_item h1 br,
    .benefits .benefits_item h2 br,
    .benefits .benefits_item h3 br,
    .benefits .benefits_item h4 br,
    .benefits .benefits_item h5 br,
    .benefits .benefits_item h6 br {
        display: none;
    }

    .benefits {
        margin-bottom: 84px;
    }

    .join {
        padding-top: 0;
        padding-bottom: 0;
        display: block;
    }

    .join:before {
        display: none;
    }

    .join .join_text {
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #404141;
    }

    .join_video {
        position: relative;
        padding-bottom: 76%;
    }

    .join_video--play {
        right: 24px;
        bottom: 24px;
    }

    .information {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}



@media screen and (max-width: 1300px) {

    .page-template-template-rooftop #menu-stick .menu-container {
        width: 100%;
    }

    .page-template-template-rooftop #menu-stick .menu-container .main-nav {
        width: calc(100% - 48px);
    }
}

@media screen and (max-width: 991px) {

    .page-template-template-rooftop .header-wrapper .sticky-header {
        padding: 0 24px;
    }

    .page-template-template-rooftop .logo {
        width: 144px;
    }

    .page-template-template-rooftop .header-wrapper .sticky-header .logo-box .logo {
        width: 144px;
    }

    .page-template-template-rooftop .pvd-menu .menu_logo_mo {
        width: 144px;
    }

    .page-template-template-rooftop .sticky-header {
        height: 97px;
    }

    .page-template-template-rooftop .sticky-header .outer-box {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .page-template-template-rooftop .header-wrapper .sticky-header .pvd-icons {
        margin: 0;
        padding-right: 18px;
    }

    .page-template-template-rooftop .toggle-menu,
    .page-template-template-rooftop .toggle-menu-stick {
        width: 40px;
        height: 40px;
        border-width: 1px;
        top: 20px;
    }

    .page-template-template-rooftop .toggle-menu span,
    .page-template-template-rooftop .toggle-menu-stick span {
        left: calc(50% - 8px);
    }

    .page-template-template-rooftop .toggle-menu span,
    .page-template-template-rooftop .toggle-menu span::after,
    .page-template-template-rooftop .toggle-menu-stick span,
    .page-template-template-rooftop .toggle-menu-stick span::after {
        width: 16px;
    }

    .page-template-template-rooftop .toggle-menu span::before,
    .page-template-template-rooftop .toggle-menu-stick span::before {
        width: 10px;
    }

    .page-template-template-rooftop .toggle-menu.active span::before,
    .page-template-template-rooftop .toggle-menu-stick.active span::before {
        width: 16px;
    }
}

@media screen and (max-width: 600px) {

    .page-template-template-rooftop .logo {
        width: 116px;
    }

    .page-template-template-rooftop .header-wrapper .sticky-header .col-xs-8 {
        padding: 0;
    }

    .page-template-template-rooftop .header-wrapper .sticky-header .logo-box {
        width: 116px;
    }

    .page-template-template-rooftop .header-wrapper .sticky-header .logo-box .logo {
        width: 100%;
        max-width: 100%;
    }

    .page-template-template-rooftop .header-wrapper .sticky-header .logo-box .logo img {
        max-width: 100%;
        height: auto;
    }

    .page-template-template-rooftop .pvd-menu .menu_logo_mo {
        width: 116px;
    }
}

@media screen and (max-width: 440px) {
    .page-template-template-rooftop .toggle-menu-stick {
        left: 24px;
    }

    .page-template-template-rooftop #menu-stick .menu_logo_mo {
        margin: 20px 0 20px 66px;
    }

    .footer-wrapper .container .row {
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-wrapper .container .row div:nth-child(1) {
        order: 1;
    }

    .footer-wrapper .container .row div:nth-child(2) {
        order: 2;
    }

    .footer-wrapper .container .row div:nth-child(4) {
        order: 4;
        padding: 0 16px;
    }

    .footer-wrapper .container .row div:nth-child(5) {
        order: 3;
    }

    .footer-wrapper .footer-block {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 28px;
    }

    .footer-wrapper .footer-block ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-wrapper .footer-block ul li {
        width: auto;
    }
}

@media screen and (max-width:350px) {

    .information a,
    .information p {
        font-size: 12px;
        line-height: 18px;
    }

    .page-template-template-rooftop .logo {
        width: 100%;
    }

    .page-template-template-rooftop .header-wrapper .sticky-header .logo-box .logo {
        width: 100%;
    }

    .post-type-archive-providence .logo {
        width: 100%;
    }

    .post-type-archive-providence .header-wrapper .sticky-header .logo-box .logo {
        width: 100%;
    }
}

/* HOME CAROUSEL */
.section-wrapper-home-carousel {
    .postsPicker__bottomPanel {
        margin-top: 20px;

        .postsPicker__btns {
            .postsPicker__btn--prev {
                svg {
                    transform: rotate(180deg);
                }
            }
        }
    }
}