/* Enter Your Custom CSS Here */

.item-team:before {
  content:"" !important;
}
.item-team:after {
  background-color: #FFF !important;
  opacity: 0.0 !important;
}
.button {
    background-color: #B4000B;
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
  	width: 250px;
}
.button:hover { 
    color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  .popupimage {
    display: none;
  }
}
.pum-close{
  right: -12px !important;
}