﻿/*-----------------------------------------------------------------------------------*/
/*---------------------------------Event Area----------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.mainEvent {
    margin-bottom: 5px;
}

article.mainEvent.colour-ffffff {
    background-color: #000;
}

article.mainEvent.colour-000000 {
    background-color: #fff;
}

article.mainEvent.colour-ffffff .mainEventImage {
    opacity: .85;
}

.mainEventInfoText {
    padding: 10px;
}

article.mainEvent.colour-ffffff .mainEventName h2,
article.mainEvent.colour-ffffff .mainEventDate {
    color: #fff
}


article.mainEvent.colour-000000 .mainEventName h2,
article.mainEvent.colour-000000 .mainEventDate {
    color: #000;
}

.mainEventName h2 {
    font-size: 1.75rem;
    margin-top: 0;
}

.mainEventDate {
    font-size: 1.25em;
    margin: 5px 0;
}

.text-bg-dark h2,
.text-bg-dark span {
    color: #fff;
}

.eventsMajor h2.card-title{
    line-height: 2rem;
}

.eventsMinor h2.card-title {
    font-size: 1.75rem;
    line-height: 1.75rem;
}

.eventsMajor .date {
    margin-bottom: 15px;
}

.shader {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 35%, rgba(255,255,255,0) 100%);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 15px;
}


/*-----------------------------------------------------------------------------------*/
/*---------------------------------Event Item----------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.eventInfo {
    margin-bottom: 10px;
}

.eventInfoData {
    font-weight: 500;
}

.eventDescription {
    margin: 15px 0;
    word-wrap: break-word;
}

.eventsDate {
    color: #fff;
}

.eventInfo .fa-solid {
    width: 20px;
}

.eventDescription img{
    height: auto;
    max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*---------------------------User Submitted Events-----------------------------------*/
/*-----------------------------------------------------------------------------------*/


input#File {
    padding: 20px;
    height: 60px;
}

.jcrop-holder #preview-pane {
    -moz-border-radius: 6px;
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px rgba(0, 0, 0, .4) solid;
    border-radius: 6px;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    display: block;
    padding: 6px;
    position: absolute;
    right: -23px;
    top: -320px;
    z-index: 2000;
    min-width: 100%;
}

#preview-pane .preview-container {
    border: 1px dashed #393939;
    height: 145px;
    overflow: hidden;
    width: 330px;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------Large Mobile View (COL-SM)---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 576px) {
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------Small Tablet View (COL-MD)----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {

    /*-----------------------------------------------------------------------------------*/
    /*---------------------------Event Area (COL-MD)-------------------------------------*/
    /*-----------------------------------------------------------------------------------*/

    article.mainEvent {
        position: relative;
    }

    .mainEventInfoText {
        background-color: transparent;
        height: 100%;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

      

            .mainEventInfoText.colour-000000 .btn-hollow {
                border-color: #000;
                color: #000;
            }


    .mainEventName h2 {
        font-size: 2.75rem;
        font-weight: 600;
    }

    .mainEventDate {
        font-size: 1.75rem;
        font-weight: 600;
        margin: 10px 0;
    }

    /*-----------------------------------------------------------------------------------*/
    /*---------------------------Event Item (COL-MD)-------------------------------------*/
    /*-----------------------------------------------------------------------------------*/

    .eventInfo{
        margin-bottom: 15px;
    }

    .eventInfoData{
        font-size: 1.375rem;
        display: inline-block;
    }


    .eventInfo .fa-solid {
        width: 40px;
    }

    /*-----------------------------------------------------------------------------------*/
    /*--------------------User Submitted Events (COL-MD)---------------------------------*/
    /*-----------------------------------------------------------------------------------*/

    .jcrop-holder #preview-pane {
        right: -370px;
        top: -25px;
    }

    #preview-pane .preview-container {
        height: 154px;
        width: 350px;
    }



}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Tablet View (COL-LG)---------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) {

    
    /*-----------------------------------------------------------------------------------*/
    /*---------------------------Event Area (COL-LG)-------------------------------------*/
    /*-----------------------------------------------------------------------------------*/

    .mainEventTextContainer{
        height: 100%;
        position: relative;
    }

    .mainEventName {
        position: absolute;
        bottom: 145px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
    }


    .mainEventDate {
        position: absolute;
        bottom: 90px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .eventInfoButton {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%, 0);
    }


    .mainEventName h2 {
        font-size: 3rem;
    }

    .mainEventDate {
        font-size: 2rem;
        font-weight: 600;
        margin: 10px 0;
    }


    .eventPreview {
        min-height: 325px;
        margin-bottom: 1px;
    }

        .eventPreview h1 {
            font-size: 1.5rem;
        }

    .eventTileDate {
        margin-bottom: 15px;
    }


    /*-----------------------------------------------------------------------------------*/
    /*--------------------User Submitted Events (COL-LG)---------------------------------*/
    /*-----------------------------------------------------------------------------------*/

    .jcrop-holder #preview-pane {
        right: -355px;
    }

    #preview-pane .preview-container {
        height: 145px;
        width: 330px;
    }


}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Small Desktop View (COL-XL)-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {



    /*-----------------------------------------------------------------------------------*/
    /*---------------------------Event Area (COL-XL)-------------------------------------*/
    /*-----------------------------------------------------------------------------------*/


    .mainEventName {
        bottom: 165px;
    }

    .mainEventDate {
        bottom: 110px;
    }

    .eventInfoButton {
        bottom: 50px;
    }


    .eventPreview {
        min-height: 375px;
    }

    /*-----------------------------------------------------------------------------------*/
    /*--------------------User Submitted Events (COL-XL)---------------------------------*/
    /*-----------------------------------------------------------------------------------*/

    .jcrop-holder #preview-pane {
        right: -445px;
    }

    #preview-pane .preview-container {
        height: 184px;
        width: 420px;
    }

}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Large Desktop View (COL-XXL)----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1400px) {


    /*-----------------------------------------------------------------------------------*/
    /*---------------------------Event Area (COL-XXL)------------------------------------*/
    /*-----------------------------------------------------------------------------------*/

    .mainEventName {
        bottom: 200px;
    }

    .mainEventDate {
        bottom: 120px;
    }

    .eventInfoButton {
        bottom: 55px;
    }

    .mainEventName h2 {
        font-size: 3.5rem;
    }

    .mainEventDate {
        font-size: 2.25rem;
    }

    .eventPreview {
        min-height: 487px;
    }

}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Large Desktop View (COL-XXXL)---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1600px) {

    /*-----------------------------------------------------------------------------------*/
    /*---------------------------Event Area (COL-XXXL)-----------------------------------*/
    /*-----------------------------------------------------------------------------------*/


    .mainEventName {
        bottom: 250px;
    }

    .mainEventDate {
        bottom: 160px;
    }

    .eventInfoButton {
        bottom: 85px;
    }


    .eventPreview {
        min-height: 510px;
    }


}



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Large Desktop View (COL-XXXXL)---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1920px) {

    /*-----------------------------------------------------------------------------------*/
    /*---------------------------Event Area (COL-XXXXL)----------------------------------*/
    /*-----------------------------------------------------------------------------------*/

    .mainEventName {
        bottom: 320px;
    }

    .mainEventDate {
        bottom: 220px;
    }

    .eventInfoButton {
        bottom: 130px;
    }

    .mainEventName h2 {
        font-size: 4rem;
    }

    .mainEventDate {
        font-size: 3rem;
    }


}