.underline {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black.otf');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Heavy';
  src: url('../fonts/Avenir-Heavy.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Heavy';
  src: url('../fonts/Lato-Black.ttf');
  font-weight: 900;
  font-style: normal;
}

html {
    scroll-padding-top: 260px;
}
body { font-family: 'Lato', sans-serif; font-style: normal; font-weight:400; color:#3a3a3a; font-size: 16.5px; line-height: 1.7;  overflow-x: hidden;}

b, strong {
  font-weight: bold;
}
i {
  font-weight: italic;
}
.image-news-holder {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
}
.image-news-holder img {
    width:100%;
    object-fit:cover;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
b, strong {font-weight: bold;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   line-height: 1.1;
   margin-bottom: 30px;
   font-weight: 800;
   font-family: 'Avenir';
}
.bold {
    font-weight:bold;
}
.medium {
    font-weight: 500;
}

.slider-description h2 {
    font-size:66px;
}

.large-padding-top {
    padding-top: 80px;
}
.large-margin-top {
    margin-top: 80px;
}
.large-padding-bottom {
    padding-bottom: 80px;
}
.desktop-menu li ul li {
    display: block;
}
.alignleft {
    display: inline-block;
    margin: 0px 10px 10px 0px;
    float: left;
}
.alignright {
    display: inline-block;
    margin: 0px 0px 10px 10px;
    float: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 10px auto;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    transition: 0.3s;
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
section#header figure.wp-block-image {
    margin-bottom: 0px !important;
}
.intro-iframe-holder {
    background-position: top center;
    position: relative;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
}
video#home-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.header-menu-mobile.icons {
    display: none;
}
.mobile-menu {
    display: none;
}
@keyframes zoom {
    0% { transform:scale(1,1); }
    50% { transform:scale(1.2,1.2); }
    100% {transform:scale(1,1); }
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background: rgba(0,0,0,0.4);
}
.hasScrolled {
    opacity: 1 !important;
    position: fixed !important;
    top: -100px;
    z-index: 999 !important;
    width: 100% !important;
    left: 0;
    right: 0;
    transition: 0.4s;
    background: white;
    border-bottom: 1px solid grey;
    box-shadow: 0px 0px 3px 0px grey;
}

.desktop-menu .menu {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.desktop-menu li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 0px 38px;
    position: relative;
}
.desktop-menu li:last-child {
    margin-right: 0;
}
.desktop-menu {
    background: #e73733;
    color: white;
    font-family: 'Avenir-Heavy', sans-serif;
    letter-spacing: 0.5px;
}
.image-full {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.image-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-full-width {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-full-width img {
    width: 100%;
}
.column-direction {
    flex-direction: column;
}
.slider-holder {
    position: relative;
    width: 100%;
    height: calc(100vh - 63px);
    overflow: hidden;
}
.arrows-home div {
    cursor: pointer;
}
.slider-inner, .slider-top, .slider-inner .slick-list, .slider-inner .slick-track, .slider-inner .slick-slide {
    height: 100%;
    width: 100%;
}
.slider-holder button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 99;
    top: calc(50% - 29.5px);
    left: 10px;
    font-size: 0;
    border: 0;
    background: none;
}
.slider-holder button.slick-prev.slick-arrow:before {
    content: "\e875";
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 57px;
    color: white;
    text-shadow: 1px 1px 1px black;
}
.slider-holder button.slick-next.slick-arrow:before {
    content: "\e876";
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 57px;
    color: white;
    text-shadow: 1px 1px 1px black;
}
button.vc_general {
    background: transparent !important;
    border: 2px solid #a4aaae !important;
    padding: 14px 41px 16px 41px !important;
    font-weight: bold;
    color: #424242 !important;
}
button.vc_general:hover {
    background: #a4aaae !important;
    color: white !important;
}
.white-form {
    max-width: 560px;
    margin: 0 auto;
}

.white-form input, .white-form textarea {
    border: 1px solid #6d6d6d;
    margin-bottom: 15px;
    padding: 16px 15px;
    color: white !important;
}

.white-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.white-form ::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.white-form :-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.white-form :-moz-placeholder { /* Firefox 18- */
  color: white;
}
.white-form input.wpcf7-submit:hover {
    background: grey !important;
    text-decoration: none;
}
.white-form  input.wpcf7-submit {
    border: none;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    width: 240px;
    text-align: center;
    height: 50px;
    border: 1px solid grey;
    margin: 0 auto !important;
    display: block;
}








.slider-holder button.slick-next.slick-arrow {
    position: absolute;
    top: calc(50% - 29.5px);
    z-index: 9;
    right: 10px;
    font-size: 0;
    border: 0;
    background: none;
}
.hold-img-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9 !important;
}
.jumbotron {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    top: 0;
    position: relative;
    left: 0;
}
.main-header {
    position: relative;
    z-index: 99;
}
section#header {
    position: relative;
    z-index: 9;
    width: 100%;
    overflow: visible;
    font-size: 15px;
    padding: 15px 0px 0px 0px;
    color: #2c2c2c;
}
.container {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.slider-holder.sixty-percent {
    height: calc(60vh - 63px);
}
.slider-holder.eighty-percent {
    height: calc(80vh - 63px);
}
section.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.desktop-menu .menu a {
    display: block;
}
.desktop-menu .menu a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.desktop-menu .menu .current-menu-item a {
    text-underline-offset: 6px;
    text-decoration: underline;
}

td {
    padding: 10px;
}
.slider-description {
    color: white;
    text-align: center;
    font-size: 24px;
    max-width: 500px;
    margin: 0 auto;
    font-family: 'Avenir', sans-serif;
}
.slider-desc-holder {
    position: absolute;
    top: 0%;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 15px 15px 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hold-img-slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
ul#menu-main-menu  li:hover ul.sub-menu {
    display: flex;
}
span.click-li-child {
    display: none;
}
ul.sub-menu {
    left:0;
    right:0;
    position: absolute;
     background: white;
    display: none;
    left: 0;
    align-items: center;
    justify-content: center;
    text-transform: capitalize !important;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding: 10px 6%;
}
.ctct-custom-form {
    min-width:300px !important;
}
input[type="text"] {
    min-width: 100px;
}
.desktop-menu ul li a {
    padding: 15px 0px;
    font-size: 15px;
    font-weight: 600;
}
.desktop-menu ul.sub-menu li a {
    padding: 2px 0px;
    text-transform:capitalize;
}
.slider-description img {
    width: auto;
    height: auto;
}
.container.container-small {
    max-width: 990px;
}
.top-contact-btn ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-contact-btn a {
    display: inline-block;
    border-radius: 30px;
    padding: 12px 36px 10px 36px;
    font-size: 13px;
    background: transparent;
    border: 2px solid #e53c36;
    color: #2c2c2c;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.top-contact-btn a:hover {
    background: #e53c36;
    color: white;
}
a.top-slider-link {
    display: inline-block;
    border-radius: 30px;
    padding: 12px 49px;
    font-size: 15px;
    background: transparent;
    margin-top: 30px;
    border: 2px solid white;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.header-socials {
    letter-spacing: 0.5px;
}
a.top-slider-link:hover {
    background: white;
    color: black;
}
.socials-info i:hover {
    opacity: 0.8;
}
.newsletter-submit button:hover {
    text-decoration: underline;
}
input, textarea {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #e73733;
    padding: 8px 10px;
    background: transparent;
    color: white;
}
.white-borders input, .white-borders textarea {
    border-color: white !important;
}
.white-borders input.wpcf7-submit {
    background: none;
    padding: 0 !important;
    margin: 0 !important;
    width: auto;
}
input:focus-visible, textarea:focus-visible {
    outline-color: #e73733;
}
.wpcf7 label {
    width: 100%;
}
textarea {
    height: 120px;
    padding: 8px 10px 5px 10px;
}
input.wpcf7-submit {
    border: none;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    background: #f6353c;
    width: 240px;
    text-align: center;
    height: 50px;
}
input.wpcf7-submit:hover {
    text-decoration:underline;
}
span.wpcf7-spinner {
    position: absolute;
}
.purple-button a {
    background: #ae2fb9 !important;
    color: white !important;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 30px !important;
    padding: 15px 50px !important;
}

footer {
    background: #f1f1f1;
    color: #242424;
    margin-top: 50px;
}
footer h4 {
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    line-height: 1.4;
    font-size: 22px !important;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 0.7px;
}
.quick-links li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
    background: url(/app/uploads/2023/06/arrow.png) no-repeat left center;
}
.footer-personal p {
    margin-bottom: 10px;
    max-width: 270px;
}
.hours-operation strong {
    font-weight: 600;
}
.hero-btn-container {
    margin: 20px auto;
    text-align: center;
}
.three.columns {
    text-align: center;
}
.pages ul, .single-post-pages ul {
    list-style: none;
    padding: 0;
}
.pages ul li, .single-post-pages ul li {
    padding-left: 20px;
    background: url(/app/themes/cascades/images/arrow-li.png) no-repeat left top;
    margin-bottom: 0.5rem;
    background-position-y: 9px;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    padding-left: 20px;
    background: url(/app/themes/cascades/images/arrow-li.png) no-repeat left top;
    background-position-y: 9px;
    margin-bottom: 1rem;
}
footer ul li:hover {
    text-decoration:underline;
}
footer .socials-info i {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.footer-socials-title {
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 15px;
    margin-top: 25px;
}
.copy-right {
    padding: 20px 0px;
    border-top: 1px solid #c8c8c8;
    font-size: 14px;
    text-align: center;
    color: #000000;
    font-family:'Lato', sans-serif;
    margin-top:50px;
}
.footer-personal {
    margin-top: 40px;
}
.footer-personal p {
    display: flex;
    align-items: start;
    margin-bottom: 25px;
}
.footer-personal i {
    position: relative;
    top: 5px;
    margin-right: 10px;
    text-align: center;
    color: #f6353c;
}
a.footer-fb {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin: 20px 0px;
}
.contact-menu ul li {
    background: none;
    padding: 0;
}
.contact-menu ul li a {
    display: block;
    border: 1px solid white;
    max-width: 187px;
    text-align: center;
    border-radius: 30px;
    padding: 11px 10px;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 40px;
}

.inner-header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.inner-header-social p {
    display: flex;
    align-items: center;
    justify-content: center;
}
i.fab.fa-facebook-f {
    width: 27px;
    height: 27px;
    line-height: 27px;
    background: #f6353c;
    border-radius: 27px;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size:16px;
}
.inner-header-social i {
    color: #f6353c;
    font-size: 20px;
    margin-right:10px;
}
.inner-header-social p {
    margin-right: 25px;
    margin-bottom:0px;
}
.slider-description mark {
    background: #321b11;
    line-height: 1.3;
    color: #fff;
    padding: 0px 0 0px 0px;
}
.with-border {
    position:relative;
}
.with-border:before {
    width: 100px;
    background: #f6353c;
    height: 1px;
    position: absolute;
    z-index: 9;
    bottom: -15px;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
}
.with-border.white-border:before {
    background: white;
}
.transparent-button a.vc_general {
    background: transparent !important;
    border-radius: 30px !important;
    font-weight: bold;
    border-color: #a4aaae !important;
    padding: 18px 30px !important;
    max-width: 320px !important;
    min-width:280px;
}
.transparent-button a.vc_general:hover {
    text-decoration:underline;
}
.smaller-container {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.white-text * {
    color:white;
}
.white-border {
    border-color:white;
    color:white;
}
.hours-title h3 {
    margin-bottom: 5px;
}

.white-border a {
    color: white !important;
}
.hours-of-opp {
    background: #e73733;
    color: white;
    padding:60px 0px;
    margin-top: 70px;
    display: none !important;
}
.hours-title h4 {
    margin-bottom: 10px;
}
.cl-title-holder i {
    font-size: 50px;
    display: inline-block;
    margin-right: 15px;
}
.hours-title {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: top;
}


iframe {
    max-width:100% !important;
}
.bwg-item {
    margin: 10px !important;
    box-shadow: 0px 0px 4px 0px #e1e1e1;
    border: 1px solid #e4e4e4;
    padding: 4px 2px;
}
.home .bwg-item {
    box-shadow:none;
    border:0px;
    padding:0px;
}


















@media screen and ( max-width: 767px) {
    .footer-personal p {
        margin-bottom: 10px;
    }
    .bwg-item {
        max-width:44% !important;
    }
}






@media screen and ( max-width:1199px ) {
    .slider-holder button.slick-prev.slick-arrow:before, .slider-holder button.slick-next.slick-arrow:before {
        font-size:35px;
    }
    .slider-description {
        font-size: calc(16px + 1vw);
        line-height: 1.2;
        max-width: 90%;
        margin: 0 auto;
    }
    .slider-description h2 {
        font-size: calc(25px + 2vw);
    }
    .m-holder p {
        margin-right: 0;
    }
    .m-holder i.fab.fa-facebook-f {
        margin: 20px 0px;
    }
    .header-socials {
        display: none;
    }
    ul.sub-menu {
        min-width: unset;
    }
    .container {
        max-width: 100%;
    }
    .website-logo {
        text-align: left;
        display: block;
        width: 270px;
        margin: 0px;
        position: relative;
        top: 0;
    }
 /*MOBILE OPENER*/
    .desktop-menu {
        display: none !important;
    }
    .newsletter-inputs-holder {
        display: block;
    }
    .newsletter-inputs-holder {
        display: block;
    }
    .newsletter-inputs {
        display:block;
    }
    .icons .menu-icon {
        -webkit-animation-name: none;
        animation-name: none;
        outline: 0;
        border: 0;
        box-shadow: 0;
        background: none;
        height: 50px;
        width: 37px;
    }
    .menu-icon span:first-child {
      top: 20px;
    }
    .menu-icon span:nth-child(2) {
      top: 30px;
    } 
    .menu-icon span:last-child {
      top: 40px;
    }
    .header-menu-mobile {
        text-align: right;
        position: fixed;
        right: 15px;
        z-index: 99999;
        top: 0px;
        display: block;
    }
    
    .mobile-menu .social-and-personal {
        display: block;
        /*background:white;*/
    }
    .inner-header-social {
        display: block;
        line-height: 2;
    }
    .header-menu-mobile.icons {
        display: block;
    }
    .slider-description-holder {
        bottom: 80px !important;
    }
    .mobile-menu li {
      margin-bottom: 15px;
    }
    .overflow-y-stopped {
        overflow-y: hidden;
    }
    .personal-info-mobile .social {
        display: block;
        margin-top: 40px;
        font-size: 24px;
    }
    .personal-info-mobile .social i {
        margin: 10px;
    }
    .menu-icon span {
        display: block;
        height: 3px;
        width: 35px;
        background-color: #fff;
        box-shadow: 0px 2px 0px black;
        position: absolute;
        right: 0;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }
    .m-holder {
        max-width: 90%;
        margin: 40px auto;
    }
  .mobile-menu {
    padding: 150px 0px 0px 0px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: -40%;
    height: 100%;
    color: #242424;
    z-index: 9999;
    overflow: scroll;
    display: block;
    justify-content: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    background: white;
}
  .mobile-menu .website-logo {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
  }
  .m-holder {
      max-width: 90%;
      margin: 40px auto;

      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      font-size: 16px;
      text-align: center;
  }
  .m-holder ul {
      padding: 0px;
      margin: 0px;
  }
    .m-holder ul.sub-menu {
        padding: 0;
        margin-top: 10px;
        border-top: 0px;
    }
    .m-holder li {
      list-style: none;
      position: relative;
    }
    .mobile-menu.show-menu {
        opacity: 1;
        visibility: visible;
        right: 0px;
        display: block;
    }
    .social-and-personal {
        display: none;
    }
    .menu-icon--active span:first-child {
        box-shadow: none;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 30px;
        background-color: #242424;
    }
    .menu-icon--active span:nth-child(2) {
        box-shadow: none;
        opacity: 0;
    }
    .menu-icon--active span:last-child {
        box-shadow: none;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 30px;
        background-color: #242424;
    }
    span.click-li-child img {
        width: 20px;
    }
    ul.sub-menu li {
        margin: inherit !important;
    }
    .m-holder li {
        font-weight: 600;
    }
    .mobile-menu .personal-info {
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .mobile-menu .personal-info p:first-child {
        margin-right: 0;
    }
    .mobile-menu .personal-info p {
        display: block;
        margin-bottom: 10px;

    }
    .mobile-menu ul.sub-menu {
      position: relative;
      display: none;      
      background: none;
      text-align: center;
    }
    span.click-li-child.flipImage img {
        transform: rotate(180deg);
        position: relative;
        top: -2px;
    }
    span.click-li-child img {
        max-width: 25px;    
    }
    span.click-li-child {
        display: inline-block;
        position: relative;
        left: 10px;
    }
  /*END*/
}