/*
 Theme Name:   MG Live
 Theme URI:    https://mg-live.com
 Description:  Child Theme for Divi
 Author:       Rici Alexander
 Author URI:   https://mg-live.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


/* Menu CTA */

.menu-cta a{
	height: 40px;
	margin-top:-15px;
	padding: 14px 14px!important;
	border-radius: 0px;
	text-align: center;
	color: #000000!important;
	background-color: #FCB534;
}
		

.et-fixed-header #top-menu li.menu-item-331 > a {
    color: #fff!important;
}


	
@media (max-width: 980px) { 
.menu-cta a{
	height: 40px;
	margin-top:0px;
	text-align: left;
	padding: 10px 20px 0px 24px!important;
	}

.menu-cta a:hover{
	background-color: #FCB534!important;
	color: #000000!important;
	}}


/*****EVENT INFO HEADING*****/

.thick-strike {
  position: relative;
  display: inline-block;
}

.thick-strike::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  height: 40px; /* thickness */
  background: #00ff00; /* change color */
  z-index: -1;
}








html, body {
  overflow-x: hidden;
}



/*****BUBBLE WRITTING*****/


.stroke {
  color: #ffffff; /* fill colour */
  text-shadow:
    -4px -4px 0 #00ff00,
     0   -4px 0 #00ff00,
     4px -4px 0 #00ff00,
    -4px  0   0 #00ff00,
     4px  0   0 #00ff00,
    -4px  4px 0 #00ff00,
     0    4px 0 #00ff00,
     4px  4px 0 #00ff00;
}



/*****BUBBLE WRITTING — WHITE*****/


.stroke2 {
  color: #ffffff; /* fill colour */
  text-shadow:
    -4px -4px 0 #ffffff,
     0   -4px 0 #ffffff,
     4px -4px 0 #ffffff,
    -4px  0   0 #ffffff,
     4px  0   0 #ffffff,
    -4px  4px 0 #ffffff,
     0    4px 0 #ffffff,
     4px  4px 0 #ffffff;
}
