@charset "UTF-8";
.single-event .title {
    width: 80%;
}
.template_full.news-banner .single-event .title {
    line-height: 60px;
}
.single-event .event-type {
    line-height: 22px;
}
.dashboard .single-event .title {
    font-size: 50px;
    width: 80%;
    line-height: 60px;
    padding-top: 20px;
}
.footer .btn-subscribe .cmu-info ul li span:first-child {
    width: 120px;
}

@media screen and (max-width: 767px) {
    .single-event .title {
        font-size: 28px;
        line-height: 34px;
    }
    .template_full.news-banner .single-event .title {
        line-height: 34px;
    }
    .dashboard .single-event .title {
        font-size: 28px;
        line-height: 34px;
    }
    .template-container .template-wrapper h2, .template-container .template-wrapper .h2 {
        font-size: 24px;
    }
    .homepage-wrapper .title {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 413px) {
    .btn-white-link {
      margin-top: 10px;
    }
}

/* Contact info */
  .contact-info .info-row div:first-child {
    width: 100px;
  }

.search-wrapper .search-item .block div {
    width: auto;
}
.search-wrapper .search-item .block div.date-text:first-child input {
    margin-right: 5px;
}
.date-text span {
    font-size: 14px;
}
.search-wrapper .search-item .block .hasDatepicker {
    font-size: 15px;
}

@media (max-width:767px) {
    /* News & Events */
    .font_bigger .template_full.news-banner .single-event .title {
        font-size: 32px;
        line-height: 36px;
    }
    .dashboard.detail .single-item ul li ol li div:nth-child(2) {
        display: block;
        margin-top: 10px;
    }
    .dashboard.detail .single-item ul li ol li div:nth-child(2) span {
        display: none;
    }
    .dashboard.detail .single-item ul li ol li div:nth-child(2) a {
        padding: 5px 0;
    }
}

/* .dashboard.detail .single-item ul li ol li div {
    display: block;
}
.dashboard.detail .single-item ul li ol li div a {
    display: block;
} */