@charset "UTF-8";

/* CSS Document */

/* 2018-8-14 Events Styles  */
.all-event-lodging{
	display: flex;
}
.each-event-lodging img{
	max-height: 84px; 
	height: 84px;
}
.each-event-lodging {
    flex: 1;
    margin-right: 10px;
    text-align: center;
}
.tribe_events-template-default .site-inner{
	padding-top: 10px;
}
.tribe-events-loop .tribe-events-event-meta{
	clear: none;
}
#tribe-events-pg-template .tribe-events-content p, 
.tribe-events-before-html p, 
.tribe-events-after-html p {
    margin: 0 0 5px;
    line-height: 1;
    font-weight: 100;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .tribe-events-content{
	float: none;
}
.tribe-events-list .time-details{
	padding-top: 5px;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo{
	vertical-align: bottom;
}
a.tribe-events-read-more:hover {
	text-decoration: underline !important;
	color: white;
}
a.tribe-events-read-more {
    text-align: left;
    background: #184e23;
    display: inline-block;
    padding: 0 40px;
    border-radius: 7px;
    color: white;
    text-decoration: none !important;
}
.single-tribe_venue a.tribe-events-read-more,
.tribe-mobile a.tribe-events-read-more,
.tribe-events-map #tribe-geo-results .tribe-event-featured a.tribe-events-read-more,
.tribe-events-map #tribe-geo-results .type-tribe_events a.tribe-events-read-more{
	color:white !important;
}
.tribe-mobile .tribe-events-sub-nav li a{
	background: transparent;
	color: black;
}
.tribe-events-list .tribe-events-event-cost{
	display: inline-block;
	position: relative;
}
.tribe-events-list .tribe-events-event-cost span {
    padding: 6px 10px 0;
    line-height: .7;
    margin: 0;
    border: 2px solid green;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 23px;
	float: right;
}
#tribe-geo-results .tribe-event-featured .tribe-events-content p {
	margin: 0 0 25px;
}
#tribe-geo-results .tribe-event-featured .tribe-events-content {
    text-align: center;
    margin: 20px 0 0;
}
#tribe-geo-results .tribe-event-featured h3 a, 
#tribe-geo-options .tribe-event-featured h3 a{
	text-decoration: none;
    color: #153e1b !important;
}
.single-tribe_events #tribe-events-content a.button{
	color: white;
}
.single-tribe_venue .tribe-event-featured h3 a{
	color: white !important;
}
a.post-edit-link{
	float: right;
}
#tribe-geo-results .tribe-event-featured h3, 
#tribe-geo-options .tribe-event-featured h3 {
	background: white;
	text-align: center;
	font-size: 36px;
	width: 100%;
	margin-bottom: 10px;
}
#tribe-geo-results h2.tribe-events-map-event-title, 
#tribe-geo-options h2.tribe-events-map-event-title,
.tribe-events-list h2.tribe-events-map-event-title {
    color: #153e1b;
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 6px;
    padding: 8px;
    background: #e5e4e1;
    display: grid;
}
.tribe-mobile #tribe-events-content h3 a.tribe-event-url {
	color: white;
}
.archive #tribe-events-content h2 a.tribe-event-url {
    text-decoration: none;
    font-weight: 600;
    color: #153e1b;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured{
	background: #333;
	
}
.single-event-right{
	width: 60%;
	float: right;
}
.single-event-left{
	width:38%;
	float: left;
	padding:10px;
	background:#ddd;
}
.single-event-date-box {
    width: 25%;
    float: left;
    background: #1b5828;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    margin-right: 15px;
}
.single-event-nextto-date-box p {
    margin: 0 0 4px;
	color: #1b5828;
    font-weight: bold;
}
.org-and-venue h2 {
    font-size: 18px;
    padding-top: 20px;
    clear: left;
	text-align: left;
}
.org-ven-indent{
	margin-left: 30px;
}
.single-tribe_events h2.tribe-events-single-event-title{
	margin-bottom: 20px;
}

@media screen and (max-width:1139px){
  /* This includes 1024px*/	
}
@media screen and (max-width:1023px){
  /* This includes 768px*/	
}
@media screen and (max-width:767px){
  /* This includes 568px*/	
}
@media screen and (max-width:567px){
  /* This includes 400px*/	
}
@media screen and (max-width:399px){
  /* This includes 320px*/	
}