.slider .main-slider .swiper-slide .container a {
    display: none;
}
#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 1.5rem;
 /*   border: .2rem solid #f1f1f1;*/
    position: fixed;
    border-radius: 10rem;
    pointer-events: none;
    z-index: 9999;
}
#pointer-dot {
    left: 0;
    top: 0;
    margin-top: -.5rem;
    margin-left: -.3rem;
    width: 0;
    height: 0;
    /* border: 2.5px solid #b29a7b;*/
    position: fixed;
   /* border-radius: .4rem;*/
    pointer-events: none;
    transition: border-color 0.5s;
    z-index: 9999;
}
.member-box figcaption {
    bottom: 80px;
    padding: 5px;
}
header.page-header {
    box-shadow: inset 0px 0px 0px 500px #ffffff00, inset 0px 0px 0px 500px #ffffffa6 !important;
}
.elementor-button-icon .e-font-icon-svg {
    height: 1em;
}
.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #c62829;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
span.date {
    display: none;
}
.navbar .site-menu {
    margin-right: 0px!important;
}

@media (min-width: 768px) {
    .hamburger-menu {
        display:none;
    }
}
.slide-image {
    width: 100%;
    min-height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .slide-image {
        min-height: 520px;
    }
}