@import url('../fonts/Tiempos/TiemposHeadline-Medium.otf');
.schedulepostScroll {
    margin-top: -90px;
    position: absolute;
}

.open_house_section {
    padding: 10px 0 0;
    overflow-x: hidden
}

.section_title {
    position: relative;
    text-align: center;
}

.section_title h2:before, .section_title h2:after{
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.50rem;
    width: 0.50rem;
    background-color: #000;
    margin-bottom: 5px;
}

.section_title h2:before{
    margin-right: 0.5rem;
}

.section_title h2:after{
     margin-left: 0.5rem;
}

@media (max-width: 375px) {
    .section_title h2:before{
        margin-right: -0.2rem;
    }

    .section_title h2:after{
         margin-left: -0.2rem;
    }
}

.h2-title {
    display: inline-block;
    background: white;
    position: relative;
    z-index: 2;
    color: #495057;
}

.dots,
.dots_1 {
    opacity: 0;
    height: 7px;
    width: 7px;
    margin: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #495057;
    -webkit-animation-duration: .7s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards;
    animation-duration: .7s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in-out;
}

.dots:nth-child(2),
.dots_1:nth-child(2) {
    margin-bottom: -30px;
}

@-webkit-keyframes move-in {
    25% {
        opacity: .3;
    }
    50% {
        opacity: .65;
    }
    75% {
        opacity: 1;
    }
    100% {
        margin-bottom: -12px;
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .dots,
    .dots_1 {
        opacity: 1;
    }
    .dots:nth-child(2),
    .dots_1:nth-child(2) {
        margin-bottom: 10px;
    }
    .event {
        padding: 1rem !important;
        min-width: unset !important;
    }
}

.event h4 {
    font-size: 1.5rem;
    font-weight: 300 !important;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #495057;
}

.event p {
    margin-bottom: 0.35rem;
    font-weight: 400 !important;
    line-height: 1.6;
    margin-top: 0;
    color: #495057;
}

.events {
    flex-wrap: wrap;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.event {
    padding: 2rem 0rem;
    min-width: 350px;
    margin-bottom: 1rem;
}

.schedule_title {
    padding: 10px 5px;
    position: relative;
}

.schedule_title h1 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px 2rem;
    z-index: 2;
    background: #ffffff;
    display: inline-block;
}
.schedule_title::after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-top: 1px;
    background: #000000;
}
.location_section {
    overflow-x: hidden !important;
}

.locationScroll {
    margin-top: -90px;
    position: absolute;
}

.location_title {
    padding: 30px 5px;
    position: relative;
}

.location_title h1 {
    position: relative;
    background: #ffffff;
    display: inline-block;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px 2rem;
}

.location_title::after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-top: 1px;
    background: #000000;
}

.address h4 {
    font-size: 1.5rem;
    font-weight: 300 !important;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #495057;
}

.address h5 {
    margin-bottom: 0.35rem;
    font-weight: 400 !important;
    line-height: 1.6;
    margin-top: 0;
    color: #495057;
}

.map-section .map.shown {
    height: auto;
}

.map-section .map {
    overflow: hidden;
}

.map-expand-button img {
    width: 35px;
    height: 35px;
}

.justify-content-around {
    justify-content: space-around !important;
}

.d-flex {
    display: flex !important;
}

.map-expand-button {
    padding: .3rem .8rem !important;
    font-size: 18px !important;
}

.map-collapse-button {
    padding: .3rem .8rem !important;
    font-size: 18px !important;
}

/* compass black type schedule */

.single-showing-section {
    max-height: 300px;
    overflow-y: auto;
}

.single-showing-section .dates-times {
    min-width: 400px;
}

@media (max-width:1024px) {
    .single-showing-section .dates-times {
        min-width: 300px;
    }
}

@media (max-width:768px) {

    .single-showing-section {
        height: auto;
        max-height: none;
    }
}

.dates,
.times {
    color: #333333;
}

.dates {
    font-weight: 600 !important;
    font-size: 1.5rem !important;
}
.bold-font {
    /* margin-bottom: 0.5rem; */
    font-weight: 600;
    /* line-height: 1.2; */
}

.policy-link {
    text-decoration: underline;
}