/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Visual Identity Group
 Author URI:     http://www.visualidentitygroup.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* @import url("../Divi/style.css"); */
 
/* =Theme customization starts here
------------------------------------------------------- */

.stats {
  border-radius: 15px;
}

.stats-link {
  color: #ffffcc;
}

.producer-footer {
  position: fixed;
  background: #FFF;
  bottom: 0;
  height: 80px;
  width:100%;
  z-index: 9999999;
  padding-top:1rem;
}

.dashboard-link {
  display: block;
  margin: auto;
  text-align: center;
  width: 300px;
  padding: .6rem 2rem;
  border-radius: 8px;
  background: #4FC;
  color: #FFF;
}