/*
 Theme Name: WBFYC Divi Child
 Theme URI: https://wbfyc.com/
 Description: Divi Child Theme for use on WBFYC.com
 Author: WarnerBros. Discovery
 Author URI: https://wbfyc.com/
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

.banding-gradient {
  margin: 0;
  border: 0;
  background: linear-gradient(
    0deg,
    #b48f3d 0%,
    #b48f3d 14.5%,
    #d0a547 50%,
    #e5cf88 85.5%,
    #e5cf88 100%
  );
  height: 16px;
  max-height: 16px;
}

.wbfyc-dark-gold {
  color: #936f1b;
}
@media (min-width: 981px) {
  .vertical-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
