@font-face {
    font-family: 'NeueHaasGroteskDisplay';
    src: url('../../fonts/NeueHaasDisplay-Light.eot');
    src: url('../../fonts/NeueHaasDisplay-Light.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/NeueHaasDisplay-Light.woff') format('woff'),
    url('../../fonts/NeueHaasDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaasGroteskDisplay';
    src: url('../../fonts/NeueHaasDisplay-Roman.eot');
    src: url('../../fonts/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/NeueHaasDisplay-Roman.woff') format('woff'),
    url('../../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'NeueHaasGroteskDisplay', sans-serif;
    background-color:  #F9F5ED;
    font-size: 15px;
    line-height: 19px;
    color:  #c8c7c6;
}

h1 {
    font-family: 'NeueHaasGroteskDisplay', sans-serif;
    font-size: 30px;
    letter-spacing: -0.433333px;
    line-height: 32px;
    font-weight: bold;
    color:   #434242;
}

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

.event-count {
    color:  #434242;
    font-size: 13px;
}

.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 #36373b;
    margin: 0;
}

.event .date {
    border: 2px solid #c8c7c6;
    width: 80px;
    height: 75px;
    text-align: center;
    line-height: 15px;
    padding-top: 5px;
}

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

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

.event-link {
    font-size: 20px;
    line-height: 24px;
    color: #434242;
}

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

.event .capacity.available {
    color: green;
}

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

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

.event .details .price {
    font-size: 20px;
    color:  #434242;
    font-weight: bold;
}

.btn-custom {
    background-color: #c8c7c6;
    border: 1px solid #c8c7c6;
    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-weight: bold;
    color: #434242;
    cursor: pointer;

}

.btn-custom:hover,
.btn-custom:focus {
    background-color: transparent;
    color: #434242;
}

.btn-custom:hover:before,
.btn-custom:focus:before {
    border-color: #434242;
}

.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 #000;
    border-right: 2px solid #000;
}

.reg-block .btn-custom {
    text-transform: capitalize;
    width: auto;
    text-align: left;
    margin-top: 6px;
    position: relative;
    /* min-height: 34px;*/
    font-size: 14px;
    padding: 6px 24px 6px 6px;
}

/*.event-link {
    color:  #c8c7c6;
}*/

.event-link:hover {
    color: #c8c7c6;
    text-decoration: none;
}

.event-link:focus {
    color: #c8c7c6;
    text-decoration: none;
    outline: none;
}

.name {
    font-weight: 700;
}

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

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

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

.container-fluid {
    /* padding-left: 0; */
}

.event_description {
    color: #434242;
}

.event_description h2 {
    font-size: 30px;
    letter-spacing: -0.433333px;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 30px;
}

.event_description h3 {
    font-size: 20px;
    letter-spacing: -0.366667px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 20px;
}

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

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

    .for-margin {
        margin: 0;
    }
}

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