.newscontent {
  display: none;
    margin: 2%;
    flex: 0 46%;
    background: #fff;
}

#loadmore-area {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

#loadMore {
    background: #e93846;
    color: #fff;
    border: solid 1px #e93846;
    border-radius: 30px;
    padding: 10px 30px;
    margin-top: 3em;
    transition: all ease .5s;
    display: table;
    margin-left: auto;
    margin-right: auto;
    transition: .3s;
}

#loadMore:hover {
    background: transparent;
    color: #e93846;
    border: solid 1px #e93846;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}