.searchbox-container  {
  float: left;
  width: 600px;
  border: 15px solid green;
  padding: 10px;
  margin: 10px;
}

.searchbox {
  width: 350px;
  background-color: lightblue;
}

.eventcontainer {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    overflow: hidden;
}

.eventtext {
    float: right;
    width: 80%;
    font-size: 14px !important;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.eventthumb {
    float: left;
    width: 20%;
    padding-right: 20px;
    padding-top: 10px;
    padding-left: 10px;
}

.eventtitle {
    color: #212121;
    font-family: "Poppins", Sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.eventdate {
    color: teal;
    font-weight: bold;
}

.event_desc {

    font-size: 12px !important;

}


.eventclear {
    clear:both;
    line-height:0;
}






