/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.hiorg-eventlist {
    border-bottom: 2px solid #000;
    padding-top: 24px;
}

.hiorg-eventlist:first-of-type {
    padding-top: 0;
}

.hiorg-eventlist:last-of-type {
    border-bottom: none;
}

.hiorg-eventlist > * {
    font-family: 'Raleway', sans-serif !important;
}

.hiorg-eventlist .date-info {
    font-size: 21px;
}

.hiorg-eventlist .date-info {
    font-weight: 300;
}

.hiorg-eventlist .col.span_3:first-of-type {
    margin-right: 0 !important;
}

.hiorg-eventlist .col.span_6 {
    width: 51% !important;
}

.hiorg-eventlist .semibold-font {
    font-weight: 600 !important;
}

.hiorg-eventlist .medium-font {
    font-weight: 500 !important;
    font-size: 18px;
}

.hiorg-eventlist h5 {
    font-size: 21px !important;
    color: #AB0302 !important;
    font-weight: 600 !important;
}

.hiorg-eventlist .content-container {
    display: flex;
}

.hiorg-eventlist .content-container .pin-icon {
    margin-top: 5px;
    margin-right: 10px;
}

.hiorg-eventlist .button-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
    width: fit-content;
    flex-wrap: wrap;
    margin: 0 auto;
}

.hiorg-eventlist .button-container a {
    text-align: center;
    padding: 16px 28px;
    background: #AB0302;
    color: #fff !important;
    font-weight: 600;
    font-size: 21px;
    border-radius: 10px;
    transition: ease-in-out .3s;
}

.hiorg-eventlist .button-container a:hover,
.hiorg-eventlist .button-container a:active {
    scale: 1.1;
}

.hiorg-eventlist .available-spaces {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}

@media screen and (min-width: 999px) and (max-width: 1120px) {
    .hiorg-eventlist .button-container a {
        font-size: 16px;
    }
}

@media screen and (max-width: 999px) {
    .hiorg-eventlist .button-container {
        text-align: left;
        margin: 0;
    }

    .hiorg-eventlist h5 {
        margin-bottom: 25px;
    }

    .hiorg-eventlist .col.span_6 {
        width: 100% !important;
    }
}

.customgrid-button-container {
    margin-top: 30px;
}

.customgrid-mehr-laden {
    font-family: 'Raleway', sans-serif;
    display: flex;
    border: none;
    text-align: center;
    padding: 16px 28px;
    background: #AB0302;
    color: #fff !important;
    font-weight: 600;
    font-size: 21px;
    transition: ease-in-out .3s !important;
    cursor: pointer;
}

.customgrid-mehr-laden:hover,
.customgrid-mehr-laden:active {
    scale: 1.1;
}

.hiorg-eventlist .teaser-content {
    margin: 16px 0;
    padding: 0;
}

@media screen and (min-width: 576px) {
    .customgrid-mehr-laden {
        margin: 0 auto;
    }
}