/*
Theme Name: WinnaVegas Theme
Theme URL: http://catalystmc.biz/wvcr
Description:  WinnaVegas Theme description
Author: WinnaVegas Theme
Author URL: http://catalystmc.biz/wvcr
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 

.event-lists ul li a {text-decoration:uppercase;}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner{
background:transparent !important;    
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar{
background:transparent !important;        
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button{opacity:0 !important;}
#modalOverlay {
position: fixed;
left: 50%;
top:0;
transform: translate(-50%, 0);
background: rgba(0, 0, 0, 0.5);
z-index: 99999;
height: 100%;
width: 100%;
	}
.modalPopup {
position: absolute;
top: 30%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
width: 50%;
padding: 0 0 30px;
-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
}
.modalContent {padding: 2em;}
.modalContent h2{
color: #000;
padding-bottom: 20px;
}
.modalContent p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding-bottom: 20px;
}
.buttonStyle{
position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
.modalPopup {
    width: 80%;
}
}