@charset "utf-8";
/* CSS Document */

#gg_event_window{
display:none;
width: 80%;
max-height: 350px;
overflow-y: scroll;
padding:20px 3%;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 25px 5px #999999;
}

#gg_event_window_inner{
  width:100%;	
}

#gg_event_window .button{
  background-color: #E84427;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

#gg_event_window .button.b-close,#gg_event_window .button.bClose{
    border-radius: 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: 10px;
    top: 10px;
}

#gg_event_window .button > span {
    font-size: 84%;
}

.gg_event_dates{
display:none;	
}

#gg_event_window .gg_close_ajax{
cursor:pointer;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;	
border:none;
position:absolute;
right:5px;
top:5px;
}

.ajax_loader{
display:block;
margin:15% auto;	
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;	
border:none;
}


#gg_event_window .arrow_up,
#gg_event_window .arrow_down{
	position:absolute;
	right:10px;
	cursor:pointer;
}

#gg_event_window .arrow_up{
	bottom:50px;
}

#gg_event_window .arrow_down{
	bottom:10px;
}

.event-listing{
padding: 0 0 10px 0;
border-bottom: 1px solid #000;
margin:0 0 10px 0;	
}

.gg_event_info{
float:right;	
width: 25%;
padding: 5px;
background: #fff;
-moz-border-radius: 5px;
border-radius: 5px;
}

.event_dates{
	padding:10px 0;	
}

.event_thumb{
float:left;
margin:0 10px 5px 0;
}

#gg_event_window .gg_event_info p{
	margin:0 0 5px 0;
}

.widget_gg_event_widget .ui-datepicker{
width:95%;	
}

.clear,
.event_geek_promo{
clear:both;	
}

#gg_event_lightbox{
display:none;
position: fixed;
z-index: 0;
left: 0;
right: 0;
top: 0;
bottom: 0;	
}


/*--------------responsive styles--------------*/