.mb-3 {
  margin-bottom: 3rem!important;
}
.datewrap > .noContainer {
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  display: none;
  margin-bottom: 5px;
  padding: 20px 0;
}
#loadMore {
  text-decoration:none;
    padding: 10px 30px;
    margin:20px auto;
    text-align: center;
    background-color: #000;
    color: #a38543;
    border-width: 1px;
    border-style: solid;
    border-color: #a38543;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #a38543;
    color: #000;
  text-decoration:none;
}
#loadMore:visited{

  text-decoration:none;
}

@media(max-width:767px){
.datewrap > .noContainer {
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  display: none;
  margin-bottom: 5px;
  padding: 10px 0;
}
}