/*
 Theme Name:     Dividend
 Theme URI:      https://www.elegantthemes.com/gallery/Divi/
 Description:    DiviChildTheme
 Author:         Brad the Elegant 
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        11.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
body {
  background-color: #333333;
}
a.smallred, a.bigred {
  color: #000 !important;
  background: #ff0000;
  background: -moz-linear-gradient(top, #ff7979 0%, #ff5f5f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7979), color-stop(100%,#ff5f5f));
  background: -webkit-linear-gradient(top, #ff7979 0%,#ff5f5f 100%);
  background: -o-linear-gradient(top, #ff7979 0%,#ff5f5f 100%);
  background: -ms-linear-gradient(top, #ff7979 0%,#ff5f5f 100%);
  background: linear-gradient(to bottom, #ff7979 0%,#ff5f5f 100%);
  border: 1px solid #d85353;
}