/*
     Theme Name: Astra Child
     Theme URI: https://wpastra.com/
     Description: Astra Child Theme
     Author: Brainstorm Force
     Author URI: https://www.brainstormforce.com
     Template: astra
     Version: 1.0.3
     License: GNU General Public License v2 or later
     License URI: http://www.gnu.org/licenses/gpl-2.0.html
     Text Domain: astra-child
    */ 
/* reminder .class and #id */
/*
.menu-link,
#menu-iten-974{
	background-color: #ffffff !important;
	color: #0e00ff !important; 
}*/

/* ofr event details page */
.mc-event-image { 
  max-width: 300px !important; 
}

/* for the calendar itself */
.mc-main .my-calendar-header input,
.mc-main .my-calendar-header a,
.mc-main .my-calendar-header .my-calendar-navigation,
#mc_head_mc-948a6a8e8cd15db324902317a630b853,
#mc_previous_mc-948a6a8e8cd15db324902317a630b853,
.my-calendar-today,
.my-calendar-table,
#mc_head_mc-948a6a8e8cd15db324902317a630b853{
background: linear-gradient(to top, rgba(192, 192, 192, 0.95) 0%, rgba(222, 222, 222, 0.95) 70%) !important;
}

/*  for events background  */

.ast-separate-container,
.mc-events,
.mc-modal-content
{
/*    background-color: #414b51 !important;*/


/*  for events from home page and concert list  */
/*.event-data,
.mc-description,
.mc-runtime,
.mc-categories,
.sub-details,
.mc-map,
.location-link,
*/  
	.site-content,
	.ast-container,
	.ast-separate-container,
	.mc-events,
	.mc-modal-content,
	.dialog.my-calendar-modal{
		background-color: #454c54 !important;
		
	}	
.time-block{
	color:green !important;
}

.event-title,
.time-block,
.my-calendar-modal__content{
	color: #000000  !important;
	/*background-color: yellow !important;*/
}

/* not needed since removed location  */
/*
.location-link{
	color :purple  !important;
}*/


.entry-title{
	color :#ffffff  !important;
}


.category-icon{
    fill: #7f7f7f !important;
	fill-opacity: 0.5 !important;
	background-color: white !important;
}


/* no need to show the catagory */

.mc-categories,
.location-link
/*.mc-details*/{
	display:none !important;
}

/*  single event model box */
/*.mc-registration,
.my-calendar-modal__content,
.mc-modal-title-container,
.mc-events-link,*/
/*.event-time*/
/*.mc-modal-content,*/
/*#mc_calendar_10_18-calendar-details-18*/
{   
  /*  background-color: #c2c2c3 !important;*/
	/*	color: red !important;*/

}

/*  buy tickets text in mode event box */
.external{
	color: red !important;
}

.external:hover {
  color: orange !important; /* Text color on hover */
}

/*  event from cal list page  */
/*
.mc-description,
.mc-categories,
.mc-runtime,
#mc-registration,
#sharing,
.location-link,
.entry-title{
	color: yellowgreen !important;
}*/

.time.value-title,
.event.time.value-title,
.mc-modal-content{
	color: red !important;
}


h2.uagb-ifb-title,
#uagb-ifb-content{
	color: yellow !important ;
}

/*  hide author and date */
.entry-meta { display: none; }
	


	.mc-events{
         padding: 50px 0 0 0;
	/*margin: 50px 0 0 0;*/
	}	
