/*.sppb-btn-default:hover.sppb-btn-default:hover.sppb-btn-default {
  color: #010101;
  background-color: #eff1f4;
  border-color: #eff1f4;
}

.sppb-btn-default {
  color: #010101 !important;
  background-color: #eff1f4  !important;
  border-color: #eff1f4  !important;

}*/

#sp-header{
	position: absolute;
	background:transparent !important;
	box-shadow:none;
	
}
/* sticky */
#sp-header.header-sticky{
	background-color:rgba(0,0,0,0.81) !important;
	box-shadow: 0 0 5px #555;
}
/*
.sppb-btn-custom {
    position: relative;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    background: linear-gradient(90deg, rgb(13, 155, 215), #E0047A);
    background-size: 200% 100%;
    transition: background-position 0.5s ease-in-out;
}

.sppb-btn-custom:hover {
    background-position: 100% 0;
}




.sppb-btn-custom:hover {
    background: linear-gradient(90deg, #E0047A, rgb(13, 155, 215));
}



h1 {
  background: -webkit-linear-gradient(45deg, #E0047A, #0D9BD7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
h1, h2 {
	  text-transform: uppercase;

}
#column-wrap-id-1732489247677 {
  filter: grayscale(100%);
	  filter: invert(100%);

}
.form-control {
  color: #fff;
  background-color:transparent !important;
  border: 1px solid #333;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
  color: #fff;
  border-color: #E1B600;
  outline: 0;
  box-shadow: 0 0 10px 10px #E1B600;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 900!important;
}
