@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100..900&display=swap');

/*@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/boschsans-bold-webfont.eot?") format("eot"),
        url("../../fonts/boschsans-bold-webfont.woff2") format("woff2"),
        url("../../fonts/boschsans-bold-webfont.woff") format("woff"),
        url("../../fonts/boschsans-bold-webfont.ttf") format("truetype"),
        url("../../fonts/boschsans-bold-webfont.svg#boschsans") format("svg")
}

@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/boschsans-regular-webfont.eot?") format("eot"),
        url("../../fonts/boschsans-regular-webfont.woff2") format("woff2"),
        url("../../fonts/boschsans-regular-webfont.woff") format("woff"),
        url("../../fonts/boschsans-regular-webfont.ttf") format("truetype"),
        url("../../fonts/boschsans-regular-webfont.svg#boschsans") format("svg")
}

@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/boschsans-light-webfont.eot?") format("eot"),
        url("../../fonts/boschsans-light-webfont.woff2") format("woff2"),
        url("../../fonts/boschsans-light-webfont.woff") format("woff"),
        url("../../fonts/boschsans-light-webfont.ttf") format("truetype"),
        url("../../fonts/boschsans-light-webfont.svg#boschsans") format("svg")
}*/

/*@font-face {
    font-family: "Boschsans";
    font-weight: 400;
    src: url(../../fonts/boschsans_regular.woff2) format("woff2"), url(../../fonts/boschsans_regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "boschsans";
    font-weight: 700;
    src: url(../../fonts/boschsans_bold.woff2) format("woff2"), url(../../fonts/boschsans_bold.woff) format("woff");
    font-display: swap;
}*/

.event_description {
    margin-top: 16px;
}

body {
    color: #000000;
    font-family: "Overpass", sans-serif;
    font-size: 12px;
    background: #fff;
}

h1 {
    color: #242427;
    position: relative;
    margin-bottom: 50px;
    padding: 0 0 15px;
    font-weight: 300;
    font-size: 42px;
    line-height: 64px;
}

/*h1::after {
    content: "";
    background-color: #e7e97f;
    height: 3px;
    width: 20%;
    position: absolute;
    display: block;
    left: 18px;
    top: 100%;
}*/

.date-wrap {
    padding-right: 9px;
}

.event {
    display: flex;
}

.event-count {
    font-size: 14px;
    line-height: 21px;
}

.no-left-gutter {
    padding-left: 0;
}

.for-margin {
    margin: 0 20px;
}

.events {
    /*background: -webkit-radial-gradient(top center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), -webkit-radial-gradient(bottom center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    background: radial-gradient(ellipse at top center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), radial-gradient(ellipse at bottom center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    background-repeat: no-repeat;
    background-size: 100% 6px;*/
    padding-top: 20px;
}

.event {
    padding: 15px 0;
    border-bottom: 1px solid #e7e97f;
    margin: 0;
}

.event .date {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 15px;
    padding-top: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #e7e97f;
    border-image: initial;
    background: #e7e97f;
    border-radius: 10px;
}

.event .date .day {
    font-size: 36px;
    line-height: 40px;
    color: #242427;
}

.event .date .month {
    font-size: 22px;
    color: #242427;
}

.event .title {
    font-size: 15px;
    line-height: 18px;
    color: #000;
}

.event .details .capacity {
    padding-left: 16px;
    position: relative;
    font-size: 12px;
    color: #981700;
}

.event .capacity.available {
    color: #cddb29;
}

.event .details .capacity span:after {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    content: "";
    height: 10px;
    width: 10px;
    margin: auto;
    border-radius: 50%;
    background-color: #981700;
}

.event .details .capacity.available span:after {
    background-color: #cddb29;
}

.event .details .price {
    font-size: 20px;
    color: rgb(135, 155, 170);
    font-weight: bold;
}


/*-------------------------------------------------------------*/
/*
.btn-custom,
.btn-custom:active,
.btn-custom:focus,
.btn:active:focus, .btn:focus{
    -webkit-box-shadow: none!important;;
    -moz-box-shadow: none!important;;
    box-shadow: none!important;;
    padding: 0 0 0 9px;
    margin: 0 0 0 0;
    overflow: visible;
    font-weight: bold !important;
    color: #215f8b;
    text-decoration: none;
    outline: none;
    background: none;
    border: none;
}
*/
/*--------------------------------------------  */
.btn-custom {
    border: 1px solid #e7e97f;
    background: #e7e97f;
    border-radius: 0;
    padding: 13px 33px;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.143em;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.btn-custom:hover,
.btn:focus {
    background: none;
    color: #007BC0;
}

.submit-block .btn-custom {
    background: none;
    border: none;
}

.submit-block {
    display: inline-block;
    float: right;
    position: relative;
    border-bottom: 2px solid #009bd9;
    background: #00639a;
    overflow: hidden;
}

.btn-custom:hover:before,
.submit-block:hover:before {
    opacity: .1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*
.btn-custom:before,
.submit-block:before {
    content: "";
    opacity: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96), -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    margin: 0;
    padding: 0;
}
*/

/*.btn-custom:after {
    right: 9px;
    left: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 7px;
    width: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}*/

.reg-block .btn-custom {
    width: 89%;
    text-align: left;
    margin-top: 6px;
    position: relative;
    background-color: #e7e97f;
    line-height: 1.175;
    min-width: 190px;

    border-radius: 23px;
    font-size: 17px;
    font-weight: 300;
    border: none;
    color: #1e1e1c;
    padding: 10px 16px;
    margin-bottom: 10px;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.2s;
}

.reg-block .btn-custom:hover {
    background: #cddb29;
    color: #fff;
}

/*-------------------------------------------------------------*/

/*
.btn-custom {
    background: #004664;
    border-radius: 0;
    padding: 5px 9px 3px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "SiemensSans", sans-serif;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn-custom:hover {
    background-color: #147391;
    color: #fff;
}

.btn-custom:before {
    right: 9px;
    left: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 7px;
    width: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.reg-block .btn-custom {
    width: 89%;
    text-align: left;
    margin-top: 6px;
    position: relative;
}
*/


.event-count {
    color: #242427;
}



.event-link {
    color: #8B8B8C;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.event-link:hover,
.event-link:focus {
    color: #cddb29;
    text-decoration: none;
}

.event-link:hover .name,
.event-link:hover .date-range,
.event-link:hover .location {
    color: #000;
    text-decoration: none;
}

.name {
    font-weight: 700;
    font-size: 17px;
    color: #242427;
}

.name:hover {
    color: #242427;
    text-decoration: none;
}

.date-range {
    color: #242427;
}

/*#wrapper {
        background-color: #F1F1F1;
        border: 1px solid #C3C3C4;
    }*/

.pagination > li > a,
.pagination > li > span {
    color: #004664;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #F1F1F1;
    background-color: #004664;
    border-color: #004664;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #004664;
    border-color: #004664;
}

@media only screen and (max-width: 767px) {
    .details {
        padding-left: 0;
    }

    .reg-block .btn-custom {
        width: 300px;
    }

    .for-margin {
        margin: 0;
    }
}

@media only screen and (max-width: 370px) {
    .reg-block .btn-custom {
        width: 250px;
    }
}