/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

/* Defile our custom Gutenberg colors: */

/* Text Colors: */
.has-purple-color{
  color: #4b1a45;
}
.has-dark-purple-color{
  color: #7f4678;
}
.has-yellow-color{
  color: #fedc01;
}
.has-silver-color{
  color: #e2e3e4;
}
.has-tan-color{
  color: #e0d8be;
}
.has-white-color{
  color: #ffffff;
}
.has-black-color{
  color: #000000;
}

/* Background Colors: */
/* This includes a fix needed for the Group Block and other blocks that allow semi-transparent backgrounds */
.has-purple-background-color,
.has-purple-background-color.has-background-dim:before{
  background-color: #4b1a45;
}
.has-dark-purple-background-color,
.has-dark-purple-background-color.has-background-dim:before{
  background-color: #7f4678;
}
.has-yellow-background-color,
.has-yellow-background-color.has-background-dim:before{
  background-color: #fedc01;
}
.has-silver-background-color,
.has-silver-background-color.has-background-dim:before{
  background-color: #e2e3e4;
}
.has-tan-background-color,
.has-tan-background-color.has-background-dim:before{
  background-color: #e0d8be;
}
.has-white-background-color,
.has-white-background-color.has-background-dim:before{
  background-color: #ffffff;
}
.has-black-background-color,
.has-black-background-color.has-background-dim:before{
  background-color: #000000;
}


