/*---------------------------------------------------------------------------------

 Theme Name:   Coral Ridge Presbyterian Church
 Theme URI:    https://coralridge.org
 Description:  Theme for by Coral Ridge Presbyterian Church
 Author:       Broken Box
 Author URI:   https://brokenbox.us
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/*Progress Bar*/
div.progress {
  background: rgba(255,255,255,0.1);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  width: 500px;
}

.progress-value {
  animation: load 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: rgb(106,43,216);
  background: linear-gradient(21deg, rgba(106,43,216,1) 0%, rgba(41,196,169,1) 100%);
  height: 30px;
  width: 0;
}

@keyframes load {
  0% { width: 0; }
  100% { width: 68%; }
}
/*Progress Bar END */

.tribe-events-pg-template {
	margin-top: 500px;
}
