/* [ Flexbox ] */



.flexbox {

	display: flex;

	flex-direction: row;

	flex-wrap: wrap;

	margin-left: -10px;

	margin-right: -10px;

}



.flexbox .sm-col-1,

.flexbox .sm-col-2,

.flexbox .sm-col-3,

.flexbox .sm-col-4,

.flexbox .sm-col-5,

.flexbox .sm-col-6,

.flexbox .sm-col-7,

.flexbox .sm-col-8,

.flexbox .sm-col-9,

.flexbox .sm-col-10,

.flexbox .md-col-1,

.flexbox .md-col-2,

.flexbox .md-col-3,

.flexbox .md-col-4,

.flexbox .md-col-5,

.flexbox .md-col-6,

.flexbox .md-col-7,

.flexbox .md-col-8,

.flexbox .md-col-9,

.flexbox .md-col-10,

.flexbox .lg-col-1,

.flexbox .lg-col-2,

.flexbox .lg-col-3,

.flexbox .lg-col-4,

.flexbox .lg-col-5,

.flexbox .lg-col-6,

.flexbox .lg-col-7,

.flexbox .lg-col-8,

.flexbox .lg-col-9,

.flexbox .lg-col-10 {

	margin-left: 10px;

	margin-right: 10px;

}



.flexbox .sm-col-1 {

	width: 100%;

}



.flexbox .sm-col-2 {

	width: calc(1/2 * 100% - 20px);

}



.flexbox .sm-col-3 {

	width: calc(1/3 * 100% - 20px);

}



.flexbox .sm-col-4 {

	width: calc(1/4 * 100% - 20px);

}



.flexbox .sm-col-5 {

	width: calc(1/5 * 100% - 20px);

}



.flexbox .sm-col-6 {

	width: calc(1/6 * 100% - 20px);

}



.flexbox .sm-col-7 {

	width: calc(1/7 * 100% - 20px);

}



.flexbox .sm-col-8 {

	width: calc(1/8 * 100% - 20px);

}



.flexbox .sm-col-9 {

	width: calc(1/9 * 100% - 20px);

}



.flexbox .sm-col-10 {

	width: calc(1/10 * 100% - 20px);

}



@media screen and (min-width: 768px) {

	.flexbox .md-col-1 {

		width: 100%;

	}



	.flexbox .md-col-2 {

		width: calc(1/2 * 100% - 20px);

	}



	.flexbox .md-col-3 {

		width: calc(1/3 * 100% - 20px);

	}



	.flexbox .md-col-4 {

		width: calc(1/4 * 100% - 20px);

	}



	.flexbox .md-col-5 {

		width: calc(1/5 * 100% - 20px);

	}



	.flexbox .md-col-6 {

		width: calc(1/6 * 100% - 20px);

	}



	.flexbox .md-col-7 {

		width: calc(1/7 * 100% - 20px);

	}



	.flexbox .md-col-8 {

		width: calc(1/8 * 100% - 20px);

	}



	.flexbox .md-col-9 {

		width: calc(1/9 * 100% - 20px);

	}



	.flexbox .md-col-10 {

		width: calc(1/10 * 100% - 20px);

	}

	.flexbox .md-col-3.width-25 {

		width: calc(25% - 20px);

	}

	.flexbox .md-col-3.width-50 {

		width: calc(50% - 20px);

	}

}



@media screen and (min-width: 1024px) {

	.flexbox .lg-col-1 {

		width: 100%;

	}



	.flexbox .lg-col-2 {

		width: calc(1/2 * 100% - 20px);

	}



	.flexbox .lg-col-3 {

		width: calc(1/3 * 100% - 20px);

	}



	.flexbox .lg-col-4 {

		width: calc(1/4 * 100% - 20px);

	}



	.flexbox .lg-col-5 {

		width: calc(1/5 * 100% - 20px);

	}



	.flexbox .lg-col-6 {

		width: calc(1/6 * 100% - 20px);

	}



	.flexbox .lg-col-7 {

		width: calc(1/7 * 100% - 20px);

	}



	.flexbox .lg-col-8 {

		width: calc(1/8 * 100% - 20px);

	}



	.flexbox .lg-col-9 {

		width: calc(1/9 * 100% - 20px);

	}



	.flexbox .lg-col-10 {

		width: calc(1/10 * 100% - 20px);

	}

	.flexbox .md-col-3.width-20 {

		width: calc(22% - 20px);

	}

	.flexbox .md-col-3.width-30 {

		width: calc(30% - 20px);

	}

	.flexbox .md-col-3.width-40 {

		width: calc(40% - 20px);

	}

	.flexbox .md-col-3.width-60 {

		width: calc(56% - 20px);

	}


}

.filter-label {
    background: transparent;
    padding: 16px 10px 16px 0px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position:  relative;
    font-weight:  700;
    margin-bottom:  0px !important;
}

#clear-date,
#clear-filters {
	background:transparent;
	color:rgb(20, 24, 39);
	font-size: 10px;
	font-weight: 700;
	text-decoration: underline;
	padding: 0px;
}

#clear-filters {
	float: right;
	margin-top: 10px;
	text-decoration: none;
	display: none;
}

#clear-filters:after {
	display:  inline-block;
	content: 'x';
	padding-left: 5px;
}


#clear-date:hover {
	text-decoration: none;
}

.filter-group {
	border-bottom:  1px solid rgb(20, 24, 39);
}

.filter-options {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    display: none;
     max-height: 300px;
    overflow-y: scroll;
}

.filter-option {
    display: block;
    margin: 5px 0;
}

.event-month {
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin:  0px !important;
    line-height:  16.5px;
}

.event-day {
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin:  0px;
    font-weight: 700 !important;
    line-height:  27px;
}

.show-post:not(.show-map-marker) .flexbox {
	border-bottom:  1px solid rgb(20, 24, 39);
	padding:  10px;
}

.gm-style-iw-d .show-post {
	border-bottom: 0px;
	padding: 0px;
	overflow: hidden;
}

.show-post .h4 {
	font-size:  18px;
	    margin-bottom: 0px;
		line-height: 1.25em;
}

.show-post .h4 a {
	color: #cf343c !important;

}

/*@media screen and (min-width: 1024px) {
.show-post .width-20 {
	 width: calc(25% - 20px) !important;
}
.show-post .width-60 {
	 width: calc(50% - 20px) !important;
}
}*/
.start-time {
	font-size: 14px;
	margin:  0px !important;
	line-height:  12px;
	line-height:  16.5px;
}

.game-logo {
	max-width: 50px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}


.venue-address {
	font-size:  14px !important;
	line-height:  16px !important;
	letter-spacing:  0.3px;
	text-transform: uppercase;
	font-weight:  400;
	margin-bottom:  10px;
}

.venue-address a {
	font-weight:  700 !important;
	text-decoration:  underline !important;
	color: rgb(20, 24, 39) !important;
}

.venue-address a:hover {
	text-decoration:  none !important;
	opacity:  1 !important;
}

.show-links a {
	font-size: 12px;
	font-weight:  700;
	text-decoration:  underline;
}

.show-links div {
	margin: 0px 5px;
}

.show-links a:hover {
	text-decoration:  none;
}

.venue-links {
	margin-bottom:10px;
}

.venue-links .external-link {
	fill: #008aa4;
	position:  relative;
	top: 4px;
	margin-left:  4px;
}

.venue-links a:hover .external-link {
	fill:  #21a7bd;
}

.left-column-venue img {
	    margin-bottom: 25px;
    max-width: 250px;
}

.left-column-venue {
	text-align:  center;
	margin-bottom:  30px;
}


.venue-single-map {
	margin-bottom:  30px !important;
}

.venue-social {
	margin-top: 10px;
}

.x-social-icon svg {
	    padding: 4px;
}

.single-venue-post .md-col-3 {
	padding:  0px 20px;
}

.filter-heading {
	font-size:  20px !important;
	text-transform:  none !important;
	color: rgb(20, 24, 39) !important;
	border-bottom:  1px solid rgb(20, 24, 39);
	margin-bottom: 0px !important;
	padding: 16px 0px 16px 0px;
}

.calendar-filter {
	padding-bottom: 16px;

}

.calendar-label {
	font-size:  20px !important;
	text-transform:  uppercase !important;
	font-weight:  bold !important;
	display:  block;
	color:  rgb(20, 24, 39);
	padding-bottom:  10px;
}

.calendar-filter input {
	width:  100%;
}

#show-filters button {
	margin-top: 16px;
	margin-bottom: 16px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;

}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#show-results {
	border: 1px solid rgb(20, 24, 39);
	max-height: 600px; 
	overflow-y: scroll;
	overflow-x: hidden;
}

.page-id-140071 .fl-node-soz8u0qyieah {
	display:  none !Important;
}

.page-id-140071 .fl-node-l4np3oz8wem7 {
	padding-top:  100px; padding-bottom:  100px;
}

.filter-label:after {
	display:  block;
	content: url(../images/caret.svg);
	position: absolute;
	width:  40px;
	height:  40px;
	top:  calc(50% - 20px);
	right:  0px;
}

.filter-label.active-toggle:after {
	transform: rotate(90deg);
}


/* Single show */

.single-custom-post {
	width:  100%;
	max-width: 1240px;
	margin:  0 auto;
	padding: 50px 0px;
}

.single-custom-post h2 {
	 font-size: 20px;
	    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1.4em;
    text-transform: uppercase;
}

.single-custom-post #map {
	width: 100%;
	margin: 0px;
}

.single-custom-post-container {
	width: 100%;
}

.single-custom-post-container p {
	font-size: 18px;
	line-height: 1.4;
}

.show-list-time img {
	padding-right: 10px;
}

.show-list-time {
	font-size: 14px;
}

.fl-node-r9fgwvkabjln > .fl-row-content-wrap {
	margin-top: 125px !important;
}

.tax-area h2 {
	    color: black;
    font-family: 'Barlow Condensed';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.latest-posts-title p {
	font-size: 24px;
}

.tax-area h1 .dark {
	color: #2E2E3A !important;
}


.custom-latest-posts {
	align-items: center;
	padding-left :80px;
	padding-right: 80px;
	max-width: 1200px;
	margin: 0 auto;
}

.custom-latest-posts .flexbox {
	align-items: stretch;
}

.custom-latest-posts .md-col-2 {
	min-height: 305px;
}

.custom-latest-posts .post-categories a {
	color: #000000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold !important;
	letter-spacing: -0.5px;
	
}

.custom-latest-posts .post-title a,
.custom-latest-posts h3.post-title  {
	font-family: Barlow;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -0.5px;
	line-height: 32px !important;
	text-transform: none;
	color: #000000 !important;
	text-decoration: underline;
}

.custom-latest-posts h3.post-title {
	padding-top: 10px;
	padding-bottom: 20px;
}

.custom-latest-posts .content-area {
	padding-top: 20px;
	padding-bottom: 20px;
}

.custom-latest-posts .post-thumbnail {
  height: 100%;
  display: flex;
}

.custom-latest-posts {
	justify-content: center;
	margin-top: 40px;
}

.custom-latest-posts h2 {
	margin-bottom: 0px;
}

.standings-wrapper {
	margin-bottom: 80px !important;
	margin-top: 80px !important;
	max-width: 1080px;
    margin: 40px auto;
    padding: 0px 30px;
}

.custom-latest-posts img {
	width: 100%;
  height: 100%;
  object-fit: cover; /* makes image fill area and crop if needed */
  display: block;
}

.ntl-buttons .btn {
	margin-bottom: 25px;
}

.area-standings {
	margin-top: 80px;
	margin-bottom: 40px;
	    padding: 0px 25px;
}

.standings-left {
	text-align: center;
	position: relative;

}

.area-social-media {
	align-items: center;
	max-width: 1200px;
	margin: 80px auto 80px;
	padding: 0px;
		text-align: center;
		background-image: url(../images/white-hero.png);
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 1px -1px 16px -1px rgba(0,0,0,0.24);
-webkit-box-shadow: 1px -1px 16px -1px rgba(0,0,0,0.24);
-moz-box-shadow: 1px -1px 16px -1px rgba(0,0,0,0.24);
}

.area-social-media .md-col-2 {
	width: 50%;
	margin: 0px;
}

.area-social-media iframe {
	margin-bottom: 0px !important;
}

.social-icon-links img {
	width: 50px;
	margin-right: 20px;
}

.follow-section {
	
}

.standings-left img {
	max-width: 400px;
}

.standings-left p {
	font-size: 3rem;
    color: #cf333c;
    font-weight: bold;
	
}

.standings-left p.current-standings-header {
	color: black;
    /*position: absolute;
    bottom: 296px;
    left: -316px;*/
    font-family: 'Barlow Condensed';
    margin-bottom: 0px;
    font-size: 97px;
   /* transform: rotate(-90deg);*/
}

.simple-slider .show-post .featured-image {
	max-width: 250px;
	    margin: 50px auto 20px;
}

.simple-slider .tagline {
	    color: black;
    font-family: 'Barlow Condensed';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.area-hero {
    z-index: 20;
}

.slide .venue-name {
	margin-bottom: 0px;
}

.slide .venue-name,
.slide .venue-name a {
	font-size: 30px;
	color: black !important;
	    font-weight: bold;
}

.slide .venue-address  {
	font-size: 30px !important;
	line-height: 1.2em !important;
	font-family: 'Barlow Condensed';
	margin-bottom: 32px !important;
}

@media (max-width: 768px) {
    .tax-area .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 100%;
    }

	.area-hero .fl-col-content {
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.area-hero h1, .area-hero .dark {
		font-size: 40px !important;
	}

	.area-hero h2 {
		font-size: 80px !important;
	}

	.area-hero .fl-node-ysfodkj2iq19 h2 {
		font-size: 30px !important;
	}

	.current-standings-header {
		font-size: 60px !important;
	}

	.custom-latest-posts .content-area {
		margin-bottom: 30px;
	}

	.area-social-media .md-col-2  {
		width: 100%;
	}

	.follow-section {
		padding-top: 60px;
    padding-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.featured-show {
		display: flex;
	}

	.featured-show h2 {
		font-size: 35px;
		text-align: left;
	}

	.featured-show .featured-image {
		width: 25%;
	}

	.featured-show .featured-show-content {
		width: 75%;
		padding-left: 25px;
	}

		.featured-show  .venue-name,
		.featured-show  .venue-address {
			text-align: left;
		}

	.show-post h3 {
		font-size: 35px;
		text-align: center;
	}
	.slide,
	.simple-slider {
		height: 440px !important;
		padding-top: 20px;
	}

	.simple-slider .show-post .featured-image {
		margin-top: 0px;
	}
}

.show-post.rescheduled .flexbox {
	    filter: grayscale(100%);
    background-color: #E9EBED;
	
}

.show-post.rescheduled  {
position: relative;
}

.show-post.rescheduled:after {
	    position: absolute;
    content: 'Canceled This Week';
    bottom: 50%;
    left: 0px;
    width: 25%;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.25em;
    color: #cf343c !important;
}

.show-post.rescheduled .event-month,
.show-post.rescheduled .start-time {
	text-decoration: line-through;
}

.gm-style img {
	max-width: 100%;
}
/*
.show-post.highlight {
  border: 4px solid #d0333a;
}*/