@import url( https://fonts.googleapis.com/css?family=Titillium+Web:300,600,400,400italic,300italic,600italic );

#eventdetaillist, .flexbillet-compact-wrap.eventdetailpanel {
    font-family: Titillium web;
}

/* compact viewing */
.flexbillet-rounded {
	border-radius: 10px;
}

.flexbillet-theme-background-0 {
	background: #f8f8f8;
}
.flexbillet-theme-background-1 {
	background: #f8fdff;
}

.no-x-margin, .flexbillet-compact-wrap {
	margin-left: 0!important;
	margin-right: 0!important;
}

.flexbillet-compact-wrap a {
	text-decoration: none;
}

.flexbillet-compact-wrap .padding-15 {
	padding: 0 15px;
}
.flexbillet-compact-wrap .eventdetailpanel.compact {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.flexbillet-compact-wrap .eventdetailpanel.compact a {
    text-decoration: none;
    margin-right: 10px;
    margin-top: 10px;
}

.flexbillet-compact-wrap .btn, .flexbillet-box-wrapper .btn {
	font-size: 16px;
	text-decoration: none;
    margin-right: 10px;
    margin-top: 0px;
    padding: 4px 5px!important;
}

.flexbillet-compact-wrap .weekday.compact, .flexbillet-compact-wrap .date.compact, .flexbillet-compact-wrap .time.compact {
	height: 33%;
	color: #1f1f1f;
	font-weight: 700;
	text-align: center;
	padding: 0;
}


.flexbillet-compact-wrap .time.compact, .flexbillet-compact-wrap .weekday.compact {
	padding-top: 5px;
}

.time.compact {
	font-size: 16px;
}

.flexbillet-compact-wrap .date.compact {
	height: 34%;
	padding-top: 3px;
	font-size: 20px;
}

.flexbillet-compact-wrap .cat-tag {
	border-radius: 10px;
	background: #58b6c7;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 2px 6px;
    float: left;
    margin-top: 2px;
	
}
.flexbillet-compact-wrap .right-event-wrapper.compact {
	border: solid 1px;
//	height: 110px;

}

.flexbillet-compact-wrap .site-standard-button.compact, .site-accent-button.compact {
	margin-top: 5px;
    padding: 0px;
}
.flexbillet-compact-wrap .button-wrap.compact, .location-wrap.compact {
	height: 29px;
	line-height: 20px;
	margin-top: 0;
	box-shadow: none;
	border: 0;
}

.flexbillet-compact-wrap .location-wrap.compact p {
    font-size: 16px;
    display: inline-block;
    margin-top: -2px;
}

.flexbillet-compact-wrap .button-wrap.compact {
	margin-top: 10px;
}
.flexbillet-compact-wrap .button-wrap.compact a, .flexbillet-box-wrapper .btn a {
	webkit-box-shadow: none;
	box-shadow: none;
}
.flexbillet-compact-wrap .event-title-wrap.compact {
	padding-top: 5px;
	padding-right: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #1f1f1f;
}
.flexbillet-compact-wrap .event-title-wrap.compact p, .flexbillet-compact-wrap .location-wrap p{
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0px;
    overflow: hidden;
    line-height: 25px;
    height: 25px;
    color: #1f1f1f;
}
.flexbillet-compact-wrap .lower-event-blocks {
	height: 50px;
}

.flexbillet-compact-wrap .category-wrap.compact {
	height: 23px;
	padding-top: 0px;
	overflow: hidden;
}

/* event filter elements */
.flexbillet-compact-wrap .select-css {
	display: block;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	background-color: #fff;

}
.flexbillet-compact-wrap .select-css::-ms-expand {
	display: none;
}

.flexbillet-compact-wrap .padding-left-0 {
	padding-left: 0!important;;
}
.flexbillet-compact-wrap .padding-right-0 {
	padding-right: 0!important;
}

.no-filtered-events {
	display: none;
}

/* Category color palettes */

/* neutral */
.flexbillet-compact-wrap .cat-color-acc-0 { border-left: 7px solid #bbbbbb; border-bottom: 7px solid #bbbbbb; }
.flexbillet-compact-wrap .cat-color-bg-0 { background: #eaeaea; }
.flexbillet-compact-wrap .cat-color-span-0 { background: #bbbbbb; }
.flexbillet-compact-wrap .border-acc-0 { border-color: #eaeaea!important; }

/* Teal */
.flexbillet-compact-wrap .cat-color-acc-1 { border-left: 7px solid #126666; border-bottom: 7px solid #126666; }
.flexbillet-compact-wrap .cat-color-bg-1 { background: #e0eaea; }
.flexbillet-compact-wrap .cat-color-span-1 { background: #126666; }
.flexbillet-compact-wrap .border-acc-1 { border-color: #e0eaea!important; }

/* Blue */
.flexbillet-compact-wrap .cat-color-acc-2 { border-left: 7px solid #26526C; border-bottom: 7px solid #26526C; }
.flexbillet-compact-wrap .cat-color-bg-2 { background: #dfe6ea;  }
.flexbillet-compact-wrap .cat-color-span-2 { background: #26526C; }
.flexbillet-compact-wrap .border-acc-2 { border-color: #dfe6ea!important; }

/* Lime */
.flexbillet-compact-wrap .cat-color-acc-3 { border-left: 7px solid #649B1C; border-bottom: 7px solid #649B1C; }
.flexbillet-compact-wrap .cat-color-bg-3 { background: #e4e8dd; }
.flexbillet-compact-wrap .cat-color-span-3 { background: #649B1C; }
.flexbillet-compact-wrap .border-acc-3 { border-color: #e4e8dd!important; }

/* Aubergine */
.flexbillet-compact-wrap .cat-color-acc-4 { border-left: 7px solid #4a176d; border-bottom: 7px solid #4a176d;}
.flexbillet-compact-wrap .cat-color-bg-4 { background: #e6e0ea; }
.flexbillet-compact-wrap .cat-color-span-4 { background: #4a176d; }
.flexbillet-compact-wrap .border-acc-4 { border-color: #e6e0ea!important; }

/* Purple */
.flexbillet-compact-wrap .cat-color-acc-5 { border-left: 7px solid #700a7b; border-bottom: 7px solid #700a7b; }
.flexbillet-compact-wrap .cat-color-bg-5 { background: #eee6ef; }
.flexbillet-compact-wrap .cat-color-span-5 { background: #700a7b; }
.flexbillet-compact-wrap .border-acc-5 { border-color: #eee6ef!important; }

/* Red */
.flexbillet-compact-wrap .cat-color-acc-6 { border-left: 7px solid #AA1F1F; border-bottom: 7px solid #AA1F1F; }
.flexbillet-compact-wrap .cat-color-bg-6 { background: #ece3e3; }
.flexbillet-compact-wrap .cat-color-span-6 { background: #AA1F1F; }
.flexbillet-compact-wrap .border-acc-6 { border-color: #ece3e3!important; }

/* Gold/yellow */
.flexbillet-compact-wrap .cat-color-acc-7 { border-left: 7px solid #AAAA1F; border-bottom: 7px solid #AAAA1F; }
.flexbillet-compact-wrap .cat-color-bg-7 { background: #eaeadf; }
.flexbillet-compact-wrap .cat-color-span-7 { background: #AAAA1F; }
.flexbillet-compact-wrap .border-acc-7 { border-color: #eaeadf!important; }

/* Pink */
.flexbillet-compact-wrap .cat-color-acc-8 { border-left: 7px solid #8A2B5F; border-bottom: 7px solid #8A2B5F; }
.flexbillet-compact-wrap .cat-color-bg-8 { background: #eae0e6; }
.flexbillet-compact-wrap .cat-color-span-8 { background: #8A2B5F; }
.flexbillet-compact-wrap .border-acc-8 { border-color: #eae0e6!important; }

/* Green */
.flexbillet-compact-wrap .cat-color-acc-9 { border-left: 7px solid #418F2D; border-bottom: 7px solid #418F2D; }
.flexbillet-compact-wrap .cat-color-bg-9 { background: #e5ece3; }
.flexbillet-compact-wrap .cat-color-span-9 { background: #418F2D; }
.flexbillet-compact-wrap .border-acc-9 { border-color: #e5ece3!important; }

/* Brownish */
.flexbillet-compact-wrap .cat-color-acc-10 { border-left: 7px solid #67411c; border-bottom: 7px solid #67411c; }
.flexbillet-compact-wrap .cat-color-bg-10 { background: #e8e2dc; }
.flexbillet-compact-wrap .cat-color-span-10 { background: #67411c; }
.flexbillet-compact-wrap .border-acc-10 { border-color: #e8e2dc!important; }

.flexbillet-compact-wrap span.cat-tag {
	border: none!important;
	margin-right: 5px;
	line-height: 15px;
}


 .flex-events-border-radius-top-left {
 	border-radius: 10px 0 0 0;
 }

 .flex-events-border-radius-top-bottom-right {
 	border-radius: 0 10px 10px 0;
 }

 .flex-events-border-radius-bottom-left {
 	border-radius: 0 0 0 10px;
 }


/* BOXED */
.flexbillet-box-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #1f1f1f;
}

.flexbillet-box-wrapper .flexbillet-inner {
	padding: 15px;
}

.flexbillet-box-wrapper em {
	font-style: normal;
	display: inline-block;
	position: absolute;
}
.flexbillet-box-wrapper em.date {
	font-weight: 700;
	font-size: 30px;
	line-height: 45px;
	top: -3px;
}

.flexbillet-box-wrapper em.month {
	font-size: 16px;
	margin-top: 30px;
	line-height: 24px;
}

.flexbillet-box-wrapper i {
	margin-left: -5px;
}

.flexbillet-box-wrapper p.location {
	line-height: 17px;
	margin-bottom: 10px!important;
}

.flexbillet-box-wrapper button {
	margin-left: 10px;
}

.flexbillet-box-wrapper .location, .flexbillet-box-wrapper .fa {
	font-size: 12px;
}

.flexbillet-box-wrapper .flexbillet-title {
	font-weight: 700;
	line-height: 25px;
	font-size: 18px;
	line-height: 22px;
	margin-top: 5px;
    margin-bottom: 2px;
}
.flexbillet-box-wrapper .flexbillet-description {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 10px!important;
}



.flexbillet-box-wrapper .cat-tag {
	border-radius: 10px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 2px 6px;
    margin-top: 2px;
    margin-bottom: 4px;
    line-height: 15px;
}

.flexbillet-box-wrapper .btn  {
	margin-right: 0!important;
	margin-left: 10px;
}

.flexbillet-box-wrapper .date, .flexbillet-box-wrapper .month {
	left: 20px;
}

.padding-left-50 {
	padding-left: 50px!important;
}

/* mobile adjustments  */
@media (max-width: 991px) {
	.flexbillet-compact-wrap .clear-filters-wrapper {
		padding-left: 0px;
	}	
	.flexbillet-compact-wrap .weekday.compact, .flexbillet-compact-wrap .date.compact, .flexbillet-compact-wrap .time.compact {
		min-height: 50px;
		line-height: 30px;
		border-left: none!important;
	}
	.flexbillet-compact-wrap .date.compact {
	    line-height: 35px;
	}
	.flexbillet-compact-wrap .site-standard-button.compact, .flexbillet-compact-wrap .site-accent-button.compact {
		//margin-right: 20%;
	}
	.flexbillet-compact-wrap .event-title-wrap.compact p {
		margin-bottom: 0px;		
	}


 .flex-events-border-radius-top-left {
 	border-radius: 20px 0 0 0;
 }

 .flex-events-border-radius-top-bottom-right {
 	border-radius: 0 0 20px 20px;
 }

 .flex-events-border-radius-bottom-left {
 	border-radius: 0 20px 0 0;
 }


}

@media (min-width: 992px) { 
	.flexbillet-compact-wrap .date-wrapper.compact{
		height: 110px;
	}
	.flexbillet-compact-wrap .weekday.compact, .flexbillet-compact-wrap .date.compact, .flexbillet-compact-wrap .time.compact {
		border-bottom: none!important;
	}	
}
@media (min-width: 992px) AND (max-width: 1199px)  { 
	.flexbillet-compact-wrap .clear-filters-wrapper {
		padding-left: 15px;
	}	
	
	.flexbillet-compact-wrap .site-accent-button.compact {
		//margin-right: -20px!important;
	}
}


/**
 * ADMIN SECTION 
 * 
 */

 .flexbillet-admin {
    background: #f9f9f9;
    padding: 50px 25px;
    border: solid 1px #ccc;
 }

 .flexbillet-admin .organizer-details-wrapper h3 {
    text-align: center;
    color: #ff9c00;
    font-size: 20px;
    padding: 20px 0;
 }

 .flexbillet-admin .organizer-details-wrapper h4 {
 	color: #5f5f5f;
 }

 .flexbillet-admin .organizer-details-wrapper {
 	/* border-left: solid 1px #e5e5e5; */
 	padding-top: 25px;
 }

 .flexbillet-admin-logo {
 	padding: 0 0 20px;
 }
 .flexbillet-shortcode-input-wrapper {
 	padding: 15px 0;
 	border-bottom: solid 1px #e5e5e5;
 }
 #flexbillet-show-shortcode {
 	display: inline-block; 
 	width: 100%; 
 	padding: 10px; 
 	border: solid;
 	margin-bottom: 30px;
 }
 .flexbillet-shortcode-right-wrap {
	padding: 0px 30px 20px 40px!important;
 }

 .flexbillet-shortcode-right-wrap p.info {
 	text-align: center;
    margin-top: 50px;
    border: solid 1px #d2d2d2;
    padding: 30px 0;
    background: #f8f8f8;
 }
  .flexbillet-shortcode-right-wrap .card {
  	padding: 0;
  }
 .flex-copy-shortcode {
 	float: right;
 }
