:root {
  	--tec-font-family-sans-serif: "Mabry", serif;
	--tec-font-size-0: 11px;
    --tec-font-size-1: 12px;
    --tec-font-size-2: 14px;
    --tec-font-size-3: 16px;
    --tec-font-size-4: 18px;
    --tec-font-size-5: 20px;
    --tec-font-size-6: 22px;
    --tec-font-size-7: 24px;
    --tec-font-size-8: 28px;
    --tec-font-size-9: 32px;
    --tec-font-size-10: 42px;
}

.tribe-events-calendar-list .tribe-event-categories li {
  display: inline;
  border: 1px solid #334aff;
  background-color: #334aff;
  padding: 3px 9px;
  border-radius: 22px;;
  margin: 3px;
  font-size: 0.8em;
  font-family: var(--tec-font-family-sans-serif);
}

/* .tribe-events-calendar-list .tribe-event-categories li:hover {
  background-color: #fff;
} */
.tribe-events-calendar-list .tribe-event-categories li a {
  color: #fff;
  text-transform: uppercase!important;
	  font-family: var(--tec-font-family-sans-serif);
}
/* .tribe-events-calendar-list .tribe-event-categories li:hover a {
  color: #334aff;
} */

/*text */
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
/*     text-decoration: underline; */
	text-decoration: none!important;
    font-weight: 500;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-cost {
    font-size: 16px;
	font-weight: 500;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
    font-size: var(--tec-font-size-4);
	font-weight: 500;
}

/* single event */
.tribe-events .tribe-events-calendar-list__event-datetime {
    font-size: 18px;
}
.tribe-events-schedule h2 {
    font-family: Mabry!important;
	font-weight: 500!important;
	font-size: 28px!important;
}

.tribe-events-single-event-title{
	font-weight: 600!important;
	font-size: 50px!important;
	font-family: Mabry!important;
}

.tribe-events-schedule {
    margin: 0 0 20px 0; 
}
@media (min-width: 768px){
.tribe-events-schedule {
    margin: 0 0 20px 0!important;
}
}
.tribe-events-schedule {

    display: block!important;
}

.tribe-events-cost2{
	font-family: Mabry;
	font-weight: 600;
	font-size: 28px;
}

.cost-txt{
	font-weight: 500;
	font-family: Mabry;
}

.tribe-common ul {
    padding-top: 5px;
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: 0px;
}
.tribe-common .tribe-common-anchor-thin{
	border: none;
}
.tribe-events .tribe-events-calendar-list__event-title-link:active, .tribe-events .tribe-events-calendar-list__event-title-link:focus, .tribe-events .tribe-events-calendar-list__event-title-link:hover{
	border-color: transparent;
}

/* small screens */
@media (max-width: 768px) {
	.tribe-events .tribe-events-calendar-list__event-datetime {
		font-size: 0.8em;
	}
	
	.tribe-events-calendar-list .tribe-event-categories li a {
		font-size: 10px;
	}
	.tribe-events-calendar-list .tribe-event-categories li {
    	padding: 3px;
	}
}








.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-cost {
    font-size: 16px;
	font-weight: 500;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
    font-size: 16px;
	font-weight: 500;
}

.tribe-events .tribe-events-calendar-list__event-datetime {
    font-size: 18px;
    font-weight: 600
}

.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    text-decoration: none;
    font-weight: 500;
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: 2px;
}

.tribe-common .tribe-common-anchor-thin{
	border-bottom: 2px solid black;
}
.tribe-events .tribe-events-calendar-list__event-title-link:active, .tribe-events .tribe-events-calendar-list__event-title-link:focus, .tribe-events .tribe-events-calendar-list__event-title-link:hover{
		border-bottom: 2px solid black;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-size: 30px;
}

.tribe-events-calendar-list .tribe-event-categories li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;

}

.tribe-events-meta-group .tribe-events-single-section-title {
    color: var(--tec-color-text-primary);
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    color: var(--tec-color-text-primary);
    font-size: 24px;
    letter-spacing: 1px;
	  font-weight: 500;
    text-transform: capitalize;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.post-tags {
	display: none;
}

.tribe-events-event-meta dt,.eventCats {
    font-size: 18px;
		font-weight: 600;
}
.tribe-events-event-meta dd {
     font-size: 18px;
}
 @media (min-width: 768px){
	.tribe-events-meta-group {
		width: 100%;
		flex: auto-flow;
	}
} 


@media (min-width: 768px){
.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    margin-bottom: 0;
    padding-top: 0;
    position: static;
    width: 100%; 
}
}

.comments-area a, .page-content a {
    text-decoration: none;
}

 .tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
    border-top: 0px;
	  margin: 2px 0px;
}

.tribe-common .tribe-common-l-container {
    max-width: 100%;
}

#tribe-events-pg-template {
    max-width: 100%;
    padding: 30px 5%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	padding-left: 5%;
	padding-right: 5%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    min-height: 568px;
    height: 610px;
}
