﻿/*-------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------Event Area---------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
.eventSearch {
    margin-bottom: 10px;
}

.eventSearchControls form {
    border: 1px solid #d4d3d3;
    border-radius: 6px;
    padding: 8px;
}

.eventSearchControls legend {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.eventSearchControls h2 {
    margin-top: 0;
}

.hdEventDateSelectOptions .form-group {
    margin-bottom: 5px;
}

.eventSearchControls .radio input[type=radio] {
    margin-left: 0;
}

.eventSearchControls .radio {
    min-height: 30px;
}

.eventSearchControls input {
    font-size: 1rem;
}

.eventSearchControls button {
    font-size: 1.125rem;
}

.eventPreview {
    background: #000;
    color: #fff;
    margin-bottom: 20px;
    min-height: 270px;
    position: relative;
    width: 100%;
    z-index: 10;
}

    .eventPreview h1 {
        color: #fff;
        font-size: 2rem;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

.eventTileDate {
    color: #fff;
    margin-bottom: 10px;
}

.eventOverlayInfo {
    background: rgba(0,0,0,0);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 76%, rgba(0,0,0,1) 100%);
    padding: 5px 10px;
    vertical-align: text-bottom;
    width: 100%;
    z-index: 200;
    position: absolute;
    bottom: 0;
}

.eventPreviewButtons {
    margin-bottom: 5px;
}

.activitiesGo {
    font-size: .7em !important;
    margin-top: -8px !important;
}


/*-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------Event Item-----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
.eventDetails .fa-solid {
    color: #783C90;
    font-size: 1.75rem;
    margin-right: 10px;
    width: 30px;
}

.eventInfo {
    font-weight: 600;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------COL-MD------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {

    /*-------------------------------------------------------------------------------------------------------*/
    /*----------------------------------------Event Item (COL-MD)--------------------------------------------*/
    /*-------------------------------------------------------------------------------------------------------*/

    .eventDetails:nth-of-type(1) {
        margin-top: 10px;
    }

    .firstRow {
        margin-top: 25px;
    }

    .eventDescription {
        margin-top: 10px;
    }

}


/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------COL-LG------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
}

/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------COL-XL------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
}