
#eventbanner {
  background: url("../images/about/page-header-bg.jpg") center center/cover no-repeat local !important;
   height: 450px;
}
#eventbanner  .page-title-container {
  top: 40px;
}
/* ==========================================================================
   Event Section
   ========================================================================== */
.event-carousel .slick-list {
    padding-bottom: 15px;
}

.event-item-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.event-content {
    flex-grow: 1;
}


.event-grid-thumb {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.event-grid-thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}

.event-grid-thumb .date {
    background-color: #03b664;
    padding: 10px 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin: 0;
}

.event-grid-thumb .date h3 {
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    color: #fff;
}



.event-grid-thumb .date h3 span {
    display: block;
}

.event-content {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
    padding: 30px;
    margin: 0 15px;
    margin-top: -40px;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.event-content h3 {
    font-size: 22px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 56px;
}


.event-content h3:hover {
    color: #8B0000;
    transition: all .2s ease-in-out;
}

.event-list li {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 10px;
    width: 100%;
    text-transform: capitalize;
}

.event-list li i {
    color: #8B0000;
    font-size: 12px;
    margin-right: 5px;
}

.slick-initialized .slick-slide {
    padding: 0 15px;
}

/* ==========================================================================
   Event Details
   ========================================================================== */
.details-content {
    margin-left: 42px;
}

.event-tittle {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.event-tittle h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    line-height: normal;
    letter-spacing: 0;
    display: inline-block;
    margin: 0 0 20px 0 !important;
    padding: 0 0 5px 0 !important;
    text-transform: capitalize;
}

.event-tittle h3:before {
    background-color: #ffc105;
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    bottom: 0;
    position: absolute;
    margin-left: 0;
    border-radius: 0;
    margin-top: 0;
}

.details-item {}

.details-item .desc {
    margin: 20px 0;
}

.details-list {
    line-height: 35px;
    margin-bottom: 40px;
}

.details-list li {
    font-family: "Work Sans", sans-serif;
    color: #122f2b;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.details-list li a,
.details-list li span {
    font-family: "Open Sans", sans-serif;
    color: #6a8695;
    font-size: 15px;
    margin-left: 10px;
    font-weight: 400;
    text-transform: initial;
}

.details-list li a:hover {
    color: #ffc105;
}

.details-list .venue {
    line-height: 24px;
}

.details-social {
    display: flex;
    align-items: center;
    margin-top: 42px;
}

.details-social li {}

.details-social li a {
    background-color: #33;
    font-size: 12px;
    color: #fff;
    width: 65px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}

.details-social li a:hover {
    opacity: 0.9;
}

.details-social .facebook a {
    background-color: #3b5998;
}

.details-social .twitter a {
    background-color: #1da1f2;
}

.details-social .g-plus a {
    background-color: #ea4335;
}

.details-social .pinterest a {
    background-color: #bd081c;
}

