/* Conditional event styles extracted from greenberet.css. */
.gridevent {
  position: relative;
  display: block;
  width: 32.3%;
  min-height: 350px;
  margin-right: 1%;
  margin-bottom: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 24%;
  -ms-flex: 0 24%;
  flex: 0 24%;
  border: 1px solid #72865e;
  background-color: #fff;
  min-height: 560px;
}

.eventwrapper {
  position: relative;
  min-height: 400px;
  padding: 40px 40px 55px;
  background-color: #11220f;
}

.eventheading {
  margin-bottom: 20px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px 0px 0px 3px;
  border-color: #11220f;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

.eventnav {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eventleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  height: 27px;
  margin-right: 4px;
  padding: 2px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #11220f;
}

.eventright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  height: 27px;
  margin-right: 4px;
  padding: 2px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #11220f;
}

.eventsingle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  margin-bottom: 20px;
}

.single-tribe_events .tribe-events-venue-map {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin:0px;
    padding: 5px;
    vertical-align: top;
    width: 100%;
    zoom: 1;
}

.eventfeaturedimage {
  overflow: hidden;
  width: 30%;
}

.eventinfo {
  width: 68%;
  margin-left: 2%;
  border-bottom: 1px solid #999;
}

.eventsingleheading {
  padding-bottom: 5px;
  border-bottom: 3px solid #11220f;
  font-family: 'Proxima Nova Bold', sans-serif;
  color: #11220f;
  font-size: 20px;
  line-height: 1.25;
}

.eventsingleheading:hover {
  color: #72865e;
}

.eventdate {
  margin-bottom: auto;
  border-bottom: 0px solid #3c4d26;
  font-family: 'Bank Sans Med Con', sans-serif;
  color: #3c4d26;
  font-size: 20px;
  text-transform: uppercase;
}

.eventlocation {
  font-size: 16px;
}

.eventbrowse {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: inline-block;
  padding: 8px 8px 0px;
  border-bottom: 3px none #895021;
  background-color: #fff;
  font-family: 'Bank Sans Medium', sans-serif;
  color: #895021;
}

.arrowbuttonevents {
  display: inline-block;
  overflow: hidden;
}

.eventbutton {
  display: inline-block;
  height: 20px;
  margin-right: 2px;
  font-family: 'Bank Sans Medium', sans-serif;
  color: #3c4d26;
}

.arrowbuttonevent {
  display: inline-block;
  overflow: hidden;
}

.featuredimageevent {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #3c4d26;
  background-image: url('../images/Event.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.events-list .calendarnav {
  margin-right: 1% !important;
  margin-left: 1% !important;
  border-bottom: 1px solid #72865e;
  border-left: 1px none #000;
  display:none;
}

.tribe-events-style-full .calendarnav {
  margin-right: 40px;
  margin-left: 40px;
  border-bottom: 1px solid #72865e;
  border-left: 1px none #000;
}

.calendview2 {
  padding-right: 15px;
  text-align: center;
  text-decoration: none;
}

.calendview2:hover {
  color: #72865e;
}

.eventcontainer {
  display: block;
  padding-top: 20px;
  padding-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.eventcontainer .leftfeatimage {
aspect-ratio:1;
    
}

.viewevent {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  padding: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3c4d26;
}

.eventwrapperhome {
  position: relative;
  min-height: 400px;
  padding: 20px 0px 0px 20px;
  background-color: #fff;
}

.eventwrappersingle .buttonpage {
  position: relative;
  display: block !important;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 30px !important;
  margin-left: 0px;
  padding: 10px 15px;
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #3c4d26;
  background-color: #000 !important;
  text-decoration: none !important;
  min-width:150px;
  max-width:400px;
}

.vieweventgrid {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  padding: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3c4d26;
}

.tribe-events-page-template .datetitle {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  }

.introevent {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.headingeventdate {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Bank Sans Med Con', sans-serif;
  color: #eccc80;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.headingeventlocation {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Bank Sans Med Con', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.eventwrappersingle {
  position: relative;
  min-height: 400px;
  padding: 40px 40px 55px;
  background-color: #11220f;
}

.eventcontainersingle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.single-tribe_events .detailsscrubber ._1300centeredsingle {
  -webkit-justify-content: center;
  justify-content: center;
}

.eventfeatured {
  display: block;
  overflow: hidden;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 60vh;
  -ms-flex: 0 60vh;
  flex: 0 60vh;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #72865e;
  background-image: url('../images/image-placeholder.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
.gridevent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32.3%;
    min-height: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

.eventwrapper {
    padding-bottom: 20px;
  }

.eventnav {
    margin-top: 0px;
  }

.calendarnav {
    margin-bottom: 10px;
  }

.eventcontainer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

.viewevent {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

.eventwrapperhome {
    padding-bottom: 20px;
    padding-left: 0px;
  }

.vieweventgrid {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

.eventwrappersingle {
    padding-bottom: 20px;
  }

.eventcontainersingle {
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

.eventfeatured {
    min-height: 400px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }


}
@media (max-width: 767px) {
.gridevent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.5%;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
  }

.calendarnav {
    margin-right: 0%;
    margin-left: 0%;
  }

.eventcontainer {
    padding-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

.headingeventdate {
    font-size: 24px;
    line-height: 24px;
  }

.headingeventlocation {
    font-size: 20px;
    line-height: 20px;
  }

.eventwrappersingle {
    padding-right: 20px;
    padding-left: 20px;
  }

.eventcontainersingle {
    padding-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

.single-tribe_events .detailsscrubber ._1300centeredsingle {
    padding-bottom: 10px;
  }


}
@media (max-width: 479px) {
.tribe-events-style-full .calendarnav {
    margin-right: 0px;
    margin-left: 0px;
}

.gridevent {
    display: block;
    width: 49%;
    min-height: 300px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

.eventwrapper {
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
  }

.eventnav {
    position: relative;
    margin-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

.eventsingle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

.eventfeaturedimage {
    width: 100%;
  }

.eventinfo {
    width: 100%;
  }

.eventcontainer {
    padding-top: 10px;
    padding-left: 0%;
  }

.eventwrapperhome {
    padding-bottom: 35px;
  }

.vieweventgrid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

.headingeventdate {
    font-size: 20px;
    line-height: 20px;
  }

.headingeventlocation {
    font-size: 20px;
    line-height: 20px;
  }

.eventwrappersingle {
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
  }

.eventcontainersingle {
    padding-top: 0px;
    padding-left: 0%;
  }


}
