.home-overlay {
	min-height: 800px;
}

h2.events {
	background: #9c3;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.divider-line {
	background-color: #f4c300;
	height: 0.19rem;
	margin-bottom: 20px;
	width: 3.5rem;
}
/******************************************Parallax banner***********************/

h1.top_header {
	color: #fff;
	font-size: 4.5em;
	text-align: center;
	text-transform: uppercase;
}

/************************Gallery WK font***********************/

h2.gallery_wk_font {
	color: rgb(244, 195, 0);
	font-size: 2.8em;
	text-align: center;
}






/********************************************** Wideload Inside Pages *****************************************/
.inside-wideload:before {
    background-position: center;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.inside-wideload {
    background-position: center;
    background-size: contain;
    min-height: 300px;
    position: relative;
    width: 100%;
}

.inside-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inside-wideload h1,
.inside-wideload h2 {
    color: #fff;
    text-align: center;
}

.inside-wideload h1 {
    font-size: 72px;
    margin: 0;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.inside-wideload h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.inside-overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 300px;
    overflow: hidden;
    z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .inside-wideload {
        background-repeat: no-repeat;
        min-height: 30vw;
        position: relative;
        padding: 0 !important;
    }

    .inside-content {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .inside-overlay {
        background: rgba(50, 50, 50, 0.50);
        min-height: 300px;
        overflow: hidden;
        z-index: 2;
    }

    .inside-wideload h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .inside-wideload h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        text-shadow: #000 0 0 0;
    }
}

/********************************************** Wideload Homepage *****************************************/
.home-wideload {
    background-color: #eee;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    width: 100%;
}

.wideload-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-wideload h1,
.home-wideload h2 {
    color: #fff;
    text-align: right;
}

.home-wideload h1 {
    font-size: 60px;
    margin: 0;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.home-wideload h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: right;
    text-shadow: #000 0 0 0;
}

.home-overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 450px;
    overflow: hidden;
    z-index: 2;
}

.overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 300px;
    overflow: hidden;
    z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .home-wideload {
        background-color: #eee;
        background-position: center;
        background-size: cover;
        min-height: 350px;
        position: relative;
    }

    .home-content {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /* float: right;
		margin: 20px 20px 0 0; */
    }

    .home-overlay {
        background: rgba(50, 50, 50, 0.50);
        min-height: 350px;
        overflow: hidden;
        z-index: 2;
    }

    .home-wideload h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .home-wideload h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: right;
        text-shadow: #000 0 0 0;
    }
}

/********************************************** WidgetKit Styling *****************************************/