.hideMe {
display : none !important
}

table.cf7-db-table tbody td > div {
 text-transform:  uppercase !important;
}

.newtag {
  text-align: center;
  
  background: linear-gradient(to right, #F00 20%, #0F0 40%, #00F 60%, #000 80%);
  background-size: 200% auto;
  
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  animation: shine 1s linear infinite;
  @keyframes shine {
    to {
      background-position: 200% center;
    }
  }
}

#td-outer-wrap {
overflow: visible !important;
}
.td-header-menu-wrap {
background-color: #d2c9f2  !important;
}

.td-header-sp-recs {
height:90px;
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	border: 2px solid #398f14 !important;
}

input[type="text"], input[type="url"], input[type="tel"], input[type="email"] {
border: 1px solid #000;
}