.search-events.text {
    margin-top: 20vh;
}
.home-heading{
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
}
.search-events.text span {
    font-size: 35px;
    font-weight: 600;
}
span.location-pre {
    color: #fff;
    margin: 0 10px;
}
span.world{
    background: url("../images/components/header-ling-globe.png");
    width: 24px;
    height: 24px;
    display: inline-block;
}
.search-events.form {
    margin-top: 3%;
    position: relative;
}
#search-event {
    width: 80%;
    margin: 0 auto;
}
#search-event .name.white {
    float: left;
    height: 45px;
    width: 60%;
    margin-right: 1%;
}
#search-event .date.white {
    height: 45px;
    display: inline-block;
    float: left;
    width: 15%;
    margin-right: 1%;
}


.events-categories {
    background: #593F66;
}
.events-categories .categories-list{
    background: url("../images/components/categoties-bg.jpg");
    background-size: cover;
    height: 85px;
    padding: 25px 0;
}
.events-categories .categories-list ul {
    padding: 0;
    margin: 0;
}
.events-categories .categories-list ul li:before{
    display: none;
}
.events-categories .title h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 35px;
}
.events-categories .title.yellow-bg h4{
    color: #3d3939;
}
.events-categories .title.violet-bg h4{
    color: #ffffff;
}
.register-as{
    background: url("../images/components/register-as-bg.jpg");
    background-size: cover;
    height: 40vh;
    background-repeat: no-repeat;
    min-height: 500px;
    background-position: center bottom;
}
.register-as .container {
    margin-top: 20vh;
}
.register-as h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 5%;
}
.register-as .button.yellow {
    width: 215px;
    margin-right: 1%;
    height: 40px;
    line-height: 35px;
    font-size: 14px;
}
.upcoming-events {
    width: calc(100% - 640px);
    float: left;
}
.recommended-events {
    width: 640px;
    float: left;
}


.upcoming-events .events.grid,
.recommended-events .events.recom{
    float: left;
    width: 100%;
    min-height: 640px;
    max-height: 640px;
    overflow: hidden;
    position: relative;
}
