/*
Theme Name: Jeffco
Author: A.D. Creative Group
Author URI: http://www.adcreativegroup.com
Description: Jeffco theme based on ADCG starter theme
Text Domain: none-yet
*/

/*
	Colors
	---------------
	Blue: #124a59 rgba(18,74,89,1.0)
	Yellow: #feda00 rgba(254,218,0,1.0)
	Red: #ef4136 rgba(239,65,54,1.0)
	Light Blue: #8ad6ef rgba(138,214,239,1.0)

	Fonts
	---------------
	font-family: "purista-web", sans-serif;
	font-weight: 400; Medium
	font-weight: 700; Bold

	font-family: "factoria",serif;
	font-weight: 700; Bold

	font-style: italic;
*/

/* -------------------- */
/* GENERAL				*/
/* -------------------- */

:root {
	scroll-behavior: smooth;
}

html {
	background-color: #8ad6ef;
}

body {
	background: #eee url('/wp-content/themes/jeffco/img/page-bkgd.jpg') no-repeat center top;
	font-family: 'purista-web', sans-serif;
	font-weight: 400;
}

.top-bar {	
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 12px;
	background-color: #ef4136;
}

.container-fluid {
	max-width: 1600px;
}

#content .container-fluid {
	background: #fff url('/wp-content/themes/jeffco/img/content_bkgd.png') no-repeat center bottom;
}

#billboard .container-fluid,
#content .container-fluid.homepage {
	padding: 0;
	background: url('/wp-content/themes/jeffco/img/blank.png') no-repeat center bottom;
	background-color: transparent !important;
}

#billboard .row {
	margin-left: 0;
	margin-right: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'purista-web', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h6 { color: #999; letter-spacing: 0.1rem; }

h1 {
 	letter-spacing: .2rem;
	text-align: center; 
}

h1, h2, h3, h4 {
	color: #124a59;
}

h1 small {
	font-family: "factoria",serif;
	font-style: italic;
	font-size: 75%;
	color: #ef4136;
	text-transform: none;
	font-weight: 700;
	letter-spacing: 0rem;
}

.nopadding {
	padding: 0;
}

a {
	color: #ef4136;
}

a:hover, a:focus, a:active {
	color: #124a59;
	text-decoration: none;
}

.spacer {
	position: relative;
	height: 30px;
}

#content {
	margin: 3rem 0 0 0;
	padding: 0 0 0rem 0;
	background: url('/wp-content/themes/jeffco/img/content_bkgd.png') no-repeat center bottom;
}

.entry-content {
	padding-bottom: 3rem;
}

@media (min-width: 992px) {
	#content {
		margin: 3rem 0 0 0;
		padding: 0 0 0rem 0;
	}
	.entry-content {
		padding-bottom: 9rem;
	}
	.container.interior-content {
		background: #fff url('/wp-content/themes/jeffco/img/rec-carousel-bkgd.jpg') no-repeat center bottom;
		background-size: cover;
	}
}

body.home #content {
	margin: 0;
}

strong {
	font-weight: 700;
}

.lead {
	font-style: italic;
}

hr {
	border-top: 1px solid #8ad6ef;
}

/* -------------------- */
/* NAVIGATION			*/
/* -------------------- */

.navbar {
	padding: 1rem;
}

.utility-nav {
	min-height: 45px;
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
}

.primary-nav {
	min-height: 45px;
	padding: 1rem 0;
}

/* utility navigation */

ul#menu-utility-menu {
	text-align: left;
	float: left;
}

ul#menu-utility-menu li {
	display: inline;
	float: left;
	padding: 6px 12px;
}

ul#menu-utility-menu li a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9rem;
}

/* primary navigation */

.menu-primary-menu-container { width: 100%; }

ul#primary-menu {
	width: 100%;
}

ul#primary-menu li {
	padding: 6px 12px;
}

@media (min-width: 992px) {
	.utility-nav {
		min-height: 60px;
		padding: 2rem 0;
		border-bottom: 1px solid #ccc;
	}

	.primary-nav {
		min-height: 60px;
		padding: 2rem 0;
	}

	ul#menu-utility-menu li:first-of-type {
		padding-left: 0;
	}

	ul#primary-menu li:first-of-type {
		padding-left: 0;
	}
}

ul#primary-menu li:last-of-type {
	padding-right: 0;
}

ul#primary-menu li a {
	font-family: "factoria",serif;
	color: #124a59;
	text-transform: uppercase;
	font-weight: 700;
	/* font-size: 0.95rem; */
}

ul#primary-menu li a:active,
ul#primary-menu li a:focus,
ul#primary-menu li a:hover,
ul#primary-menu li.active,
ul#primary-menu li.focus,
ul#primary-menu li.hover {
	color: #ef4136;
}

ul#primary-menu li ul.dropdown-menu {
	background-color: #fff;
	border-radius: 0;
	border: none;
	min-width: 12rem;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

ul#primary-menu li ul.dropdown-menu li {
	border-left: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

ul#primary-menu li ul.dropdown-menu li:last-of-type {
	border-bottom: none;
}

ul#primary-menu li ul.dropdown-menu li a {
	text-transform: none;
	font-weight: 600;
}

/* Search 
------------------------------------------------------- */

form.searchbar .form-control,
#newsletter form .form-control {
	border-radius: 0;
	border-color: #ef4136;
}

form.searchbar {
	display: inline-block;
	margin-left: auto;
}

@media (max-width: 575.98px) { 
	form.searchbar .form-control {
		width: 67%;
	}
	form.searchbar {
		margin-left: .5rem;
	}
}

.searchbox {
	display: block;
    position:relative;
    min-width:40px;
    height:40px;
    float:right;
    margin: -10px 0 0 0px;
    z-index: 2;
}

@media (min-width: 600px) {
	.searchbox { display: block; }
}

.search-input {
    border:0;
    outline:0;
    background-color:transparent;
    width: 0%;
    width: 0px;
    height: 40px;
    margin: 0;
    padding: 0 0 0 36px;
    font-size: 16px;
    font-weight: 400;
    color:444;
}


.search-icon,
.search-submit {
    width:40px;
    height:40px;
    line-height:40px;
    display:block;
	position:absolute;
	top:0;
	left:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    text-align:center;
    cursor:pointer;
    color:#444;
    background-color: transparent;
    z-index: 10;
}

@media (min-width: 992px) {
	.searchbox {
		/* display: none; */
		overflow:hidden;
	}
	.search-icon,
	.search-submit {
		position:absolute;
		top:0;
		left:0;
	}
}

.search-submit { color: #ef4136; background-color: transparent; z-index: 1; }
.search-icon { color: #ef4136; background-color: transparent; z-index: 2; }

.searchbox-open {
    width:220px;
    background-color: #fff;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
	position: relative;
	padding-left: 34px;
}

.searchbox-open .search-input { width: 100%; }
.searchbox-open .search-submit { z-index: 2; }
.searchbox-open .search-icon { z-index: 1; color: #ef4136; }

.searchbox-close { 
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
}

#utility-nav input.search-submit {
	background: transparent;
	color: #ef4136;
	padding: 0;
}

/* -------------------- */
/* BUTTONS				*/
/* -------------------- */

.btn-primary {
	font-family: "factoria",serif;
	color: #fff;
	font-weight: 700;
	background-color: #ef4136;
	border-radius: 0;
	border-color: #ef4136;
	text-transform: uppercase;
	padding: 12px 24px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active,
.btn-primary.focus,
.btn-primary.hover {
	background-color: #124a59;
	border-color: #124a59;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: #124a59;
	border-color: #124a59;
}

.btn-sm {
	padding: 6px 12px;
    font-size: .875rem;
}

.btn-search,
.btn-footer {
	padding: 6px 12px;
}

.btn-footer {
	height: 38px;
}

.btn-skewed {
	border-radius: 0;
	transform: skewX(-6deg);
}

.btn-skewed>span {
	transform: skewX(6deg);
}

.times-form .btn-primary {
	font-family: "factoria",serif;
	color: #fff;
	font-weight: 700;
	background-color: #ef4136;
	border-radius: 0;
	border-color: #ef4136;
	text-transform: uppercase;
	padding: 12px 24px;
}

.times-form .btn-primary:active,
.times-form .btn-primary:focus,
.times-form .btn-primary:hover,
.times-form .btn-primary.active,
.times-form .btn-primary.focus,
.times-form .btn-primary.hover {
	background-color: #124a59;
	border-color: #124a59;
}

.times-form .btn-primary:not(:disabled):not(.disabled).active,
.times-form .btn-primary:not(:disabled):not(.disabled):active,
.show>.times-form .btn-primary.dropdown-toggle {
	background-color: #124a59;
	border-color: #124a59;
}

/* -------------------- */
/* HOMEPAGE				*/
/* -------------------- */

/* billboard */

#billboard {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	color: #124a59;
	/* background-color: #fff; */
}

#billboard h3 {
	font-weight: 700;
	color: #ef4136;
	text-transform: uppercase;
}

#billboard hr {
	border-top: 2px solid #ffcb08;
}

#billboard .navbar-brand {
	position: relative;
	display: inline;
	float: left;
	z-index: 100;
	margin-bottom: -60px;
	margin-top: -60px;
}

#billboard .navbar-brand img {
	width: 120px;
}

.carousel-caption {
	left: 8%;
	right: 0%;
	bottom: 5%;
	width: 60%;
}

@media (min-width: 800px) {
	#billboard .navbar-brand {
		position: relative;
		display: inline;
		float: left;
		margin-right: -112px;
		margin-top: 3rem;
		margin-bottom: 0;
		z-index: 100;
	}
	#billboard .navbar-brand img {
		width: 220px;
	}
	.carousel-caption {
		left: 15%;
		right: 15%;
		bottom: 15%;
		width: 60%;
	}
}

@media (min-width: 1112px) {
	.carousel-caption {
		left: 0;
		right: 20%;
		bottom: 25%;
		width: 100%;
	}
}

.carousel-fade .carousel-item {
	 opacity: 0;
	 transition-duration: 1.0s;
	 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
	  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
	 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
	 transform: translateX(0);
	 transform: translate3d(0, 0, 0);
}

/* About Jefferson County Video Modal */
#about-jefferson-county {
	margin-top: 3rem;
	background-color: #fff;
}

/* recreation */

#recreation {
	padding: 3rem 3rem 6rem 3rem;
	background: #fff url('/wp-content/themes/jeffco/img/rec-carousel-bkgd.jpg') no-repeat center bottom;
	background-size: cover;
	min-height: 200px;
	overflow: hidden;
}

#recreation h1,
#about-jefferson-county h1 {
	display: inline-block;
	position: relative;
	padding-bottom: .75rem;
	border-bottom: 5px solid #124a59;
	margin-bottom: 2rem;
	overflow: hidden;
	text-align: center;
}
#recreation h1 small,
#about-jefferson-county h1 small {
  position: relative;  
}
#recreation h1 small:before,
#recreation h1 small:after,
#about-jefferson-county h1 small:before,
#about-jefferson-county h1 small:after {
  $linesHeight: 1rem;
  content: "";
  position: absolute;
  border-bottom: 5px solid #124a59;
  /* border-top: 1px solid white; */
  width: 100%;
  height: $linesHeight;
  top: 50%;
  margin-top: floor(-$linesHeight / 2);
}
#recreation h1 small:before,
#about-jefferson-county h1 small:before {
  right: 100%;
  margin-right: 1rem;
}
#recreation h1 small:after,
#about-jefferson-county h1 small:after {
  left: 100%;
  margin-left: 1rem;
}

@media (max-width: 767.98px) {
	#recreation {
		padding: 1rem;
	}
	#recreation h1 {
		font-size: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
	#recreation {
		padding: 2rem;
	}
}

/* recreation carousel */

.rec-carousel {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.owl-dots {
	display: none;
}

/* attractions */

#attractions {
	min-height: 200px;
	padding: 0;
	margin-top: -3rem;
	z-index: 10;
	margin-left: 15px;
	margin-right: 15px;
}

#attractions .attractions-text {
	overflow: hidden;
	background: #ef4136 url('/wp-content/themes/jeffco/img/topo-bkgd.png') no-repeat center top;
	color: #fff;
	padding: 0;
	transform: skewY(-3deg);
}

#attractions .attractions-text .attractions-text-wrapper {
	transform: skewY(3deg);
	padding: 6rem;
}

#attractions .attractions-image {
	overflow: hidden;
	position: relative;
	transform: skewY(3deg);
	padding: 0;
}

#attractions .attractions-image .attractions-image-wrapper {
	background: #fff url('/wp-content/themes/jeffco/img/attractions-image-1200.jpg') no-repeat center center;
	position: absolute;
	top: -4rem;
	left: -4rem;
	right: -4rem;
	bottom: -4rem;
	background-size: cover;
	transform: skewY(-3deg);
}

#attractions h1 {
	color: #fff;
	display: inline-block;
	position: relative;
	padding-bottom: .75rem;
	border-bottom: 5px solid #fff;
	margin-bottom: 2rem;
	overflow: hidden;
	text-align: center;
}
#attractions h1 small {
  color: #feda00;
  position: relative;  
}
#attractions h1 small:before,
#attractions h1 small:after {
  $linesHeight: 1rem;
  content: "";
  position: absolute;
  border-bottom: 5px solid #fff;
  width: 100%;
  height: $linesHeight;
  top: 50%;
  margin-top: floor(-$linesHeight / 2);
}
#attractions h1 small:before {
  right: 100%;
  margin-right: 1rem;
}
#attractions h1 small:after {
  left: 100%;
  margin-left: 1rem;
}

#attractions .btn-primary {
	color: #000;
	background-color: #feda00;
	border-color: #feda00;
}

#attractions .btn-primary:active,
#attractions .btn-primary:focus,
#attractions .btn-primary:hover,
#attractions .btn-primary.active,
#attractions .btn-primary.focus,
#attractions .btn-primary.hover {
	color: #fff;
	background-color: #124a59;
	border-color: #124a59;
}

#attractions .btn-primary:not(:disabled):not(.disabled).active,
#attractions .btn-primary:not(:disabled):not(.disabled):active,
#attractions .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #124a59;
	border-color: #124a59;
}

@media (max-width: 991.98px) { 
	#attractions .row { 
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 991.98px) {
	#attractions .attractions-image {
		display: none;
	}
	#attractions { 
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	#attractions .attractions-text .attractions-text-wrapper {
		transform: skewY(0deg);
		padding: 2rem;
	}
	#attractions .attractions-text {
		transform: skewY(0deg);
	}
}

@media (max-width: 1199.98px) {
	#attractions h1 {
		font-size: 2rem;
	}
}

@media (min-width: 768px) {
	#attractions .attractions-image {
		min-height: 600px;
	}
}

/* events */

#events {
	min-height: 200px;
	z-index: 20;
	margin-bottom: -3rem;
	margin-left: 15px;
	margin-right: 15px;
}

#events .events-text {
	background: #8ad6ef url('/wp-content/themes/jeffco/img/topo-bkgd.png') no-repeat center top;
	padding: 3rem;
	padding: 0;
	transform: skewY(3deg);
}

#events .events-text .events-text-wrapper {
	transform: skewY(-3deg);
	padding: 3rem 6rem;
}

#events .events-image {
	position: relative;
	transform: skewY(-3deg);
	overflow: hidden;
	padding: 0;
}

#events .events-image .events-image-wrapper {
	background: #fff url('/wp-content/themes/jeffco/img/events-image-1200.jpg') no-repeat center center;
	position: absolute;
	top: -4rem;
	left: -4rem;
	right: -4rem;
	bottom: -4rem;
	transform: skewY(3deg);
}

#events h1 {
	display: inline-block;
	position: relative;
	padding-bottom: .75rem;
	border-bottom: 5px solid #124a59;
	margin-bottom: 2rem;
	overflow: hidden;
	text-align: center;
}
#events h1 small {
  position: relative;  
}
#events h1 small:before,
#events h1 small:after {
  $linesHeight: 1rem;
  content: "";
  position: absolute;
  border-bottom: 5px solid #124a59;
  width: 100%;
  height: $linesHeight;
  top: 50%;
  margin-top: floor(-$linesHeight / 2);
}
#events h1 small:before {
  right: 100%;
  margin-right: 1rem;
}
#events h1 small:after {
  left: 100%;
  margin-left: 1rem;
}

#events .btn-primary {
	color: #000;
	background-color: #feda00;
	border-color: #feda00;
}

#events .btn-primary:active,
#events .btn-primary:focus,
#events .btn-primary:hover,
#events .btn-primary.active,
#events .btn-primary.focus,
#events .btn-primary.hover {
	color: #fff;
	background-color: #124a59;
	border-color: #124a59;
}

#events .btn-primary:not(:disabled):not(.disabled).active,
#events .btn-primary:not(:disabled):not(.disabled):active,
#events .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #124a59;
	border-color: #124a59;
}

@media (max-width: 991.98px) { 
	#events .row { 
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 991.98px) { 
	#events h1 {
		font-size: 2rem;
	}
	#events .events-image {
		display: none;
	}
	#events { 
		margin-left: 0;
		margin-right: 0;
	}
	#events .events-text .events-text-wrapper {
		transform: skewY(0deg);
		padding: 2rem;
	}
	#events .events-text {
		transform: skewY(0deg);
	}
}

@media (max-width: 1199.98px) {
	#events h1 {
		font-size: 2rem;
	}
}

/* 
@media (min-width: 768px) {
	#events {
		min-height: 600px;
	}
}
 */

ul.event-list li {
	margin-bottom: .5rem;
}

.event {
	position: relative;	
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: #fff;
}

.event-date {
	text-align: center;
	position: relative;
	float: left;
	margin-top: 0;
	background: #124a59;
	padding: 7px 0;
	width: 80px;
	min-height: 80px;
}

.event-date span {
	display: block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}

.event-month,
.event-year {
	text-transform: uppercase;
	font-family: "factoria",serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.event-month {
	margin-top: .5rem;
	padding: 0;
	color: #ef4136;
}

.event-year {
	display: none !important;
	padding: 0 8px 0 4px;
	padding: 0;
	color: #ef4136;
}

.event-day {
	font-size: 2rem;
	line-height: 1.2rem;
	color: #fff;
	margin: 0 auto 0;
	font-weight: 700;
	
}

.event p {
	margin: 3px 0 0 100px;
	line-height: 1.125;
	padding-right: 10px;
	margin-top: 1rem;
}

.event p a {
	font-weight: 700;
}


/* -------------------- */
/* INTERIOR				*/
/* -------------------- */

#interior-header {
	position: relative;
	min-height: 245px;
}

#interior-header .interior-header-img {
	background: url('/wp-content/themes/jeffco/img/headers/attractions_header.jpg') no-repeat center center;
	background-size: cover;
	min-height: 200px;
}

#interior-header .navbar-brand {
	position: relative;
	display: inline;
	float: left;
	z-index: 100;
	margin-bottom: -60px;
	margin-top: -60px;
}

#interior-header .navbar-brand img {
	width: 120px;
}

@media (min-width: 992px) {
	#interior-header .navbar-brand {
		position: relative;
		display: inline;
		float: left;
		margin-right: -112px;
		margin-top: 1rem;
		margin-bottom: 0;
		z-index: 100;
	}
	#interior-header .navbar-brand img {
		width: 220px;
	}
}

/* 
#interior-header .navbar-brand {
	position: relative;
	float: left;
	text-align: right;
	margin-left: 0;
	margin-right: 0;
	z-index: 100;
}

#interior-header .navbar-brand img {
	width: 120px;
}

@media (min-width: 768px) {
	#interior-header .navbar-brand {
		margin-left: -105px;
	}
	#interior-header .navbar-brand img {
		width: 180px;
	}
}
 */

.main-content {
	margin-top: 3rem;
	padding-bottom: 60px;
}

h1.page-title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #feda00;
	text-shadow: 0 0 5px rgba(0,0,0,0.7);
}

@media (max-width: 991.98px) { 
	h1.page-title {
		font-size: 2rem;
	}
}

.sidebar-div {
	border-left: 1px solid #ffcb08;
	padding-left: 30px;
	margin-top: 3rem;
	margin-bottom: 60px;
}

.sidebar-div .divider {
	color: #ffcb08;
}

.item-number {
	display: inline;
	float: left;
	margin-right: .33rem;
	margin-bottom: .33rem;
	font-size: 1.66rem;
	color: #fff;
	background-color: #92d6e3;
	width: 45px;
	height: 45px;
	border-radius: 25px;
	text-align: center;
	font-weight: 700;
}

h2.widget-title {
	font-weight: 700;
	text-transform: uppercase;
}


/* calendar */

/*#tribe-events .tribe-events-button {*/
/*	color: #ffcb08;*/
/*	font-weight: 700;*/
/*	background-color: #ef4136;*/
/*	border-color: #ef4136;*/
/*	text-transform: uppercase;*/
/*	padding: 4px 8px;*/
/*	border-radius: .25rem;*/
/*}*/

/*#tribe-events .tribe-events-button:active,*/
/*#tribe-events .tribe-events-button:focus,*/
/*#tribe-events .tribe-events-button:hover,*/
/*#tribe-events .tribe-events-button.active,*/
/*#tribe-events .tribe-events-button.focus,*/
/*#tribe-events .tribe-events-button.hover {*/
/*	background-color: #124a59;*/
/*	border-color: #124a59;*/
/*}*/

/*.tribe-events-list-separator-month:after {*/
/*	border-bottom: none;*/
/*}*/

/*.tribe-events-list-separator-month span {*/
/*	background-color: transparent;*/
/*	padding-bottom: 0.5rem;*/
/*	border-bottom: 1px solid #92d6e3;*/
/*}*/

/*.tribe-events-sub-nav a.span {*/
/*	color: #feda00;*/
/*}*/

/*.tribe-events-list .type-tribe_events h2 {*/
/*	text-transform: uppercase;*/
/*	font-weight: 600;*/
/*}*/

/*.tribe-events-notices {*/
/*	background: rgba(146,214,227,0.2);*/
/*	border-radius: 4px;*/
/*	border: 1px solid rgba(146,214,227,0.5);*/
/*	color: rgba(146,214,227,1.0);*/
/*	margin: 10px 0 18px;*/
/*	padding: 8px 35px 8px 14px;*/
/*	text-shadow: 0 1px 0 #fff;*/
/*}*/


/* TRIBE EVENTS OVERRIDES */
.tribe-common .tribe-common-l-container {
	background: linear-gradient(to bottom, transparent 500px, white 500px) !important;
	max-width: 1600px;
}

.tribe-events-c-top-bar__datepicker-time {
	font-weight: 400;
	font-family: "factoria",serif;
	color: #ef4136;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
	background-color: #ef4136;
	color: #fff;
}

.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common .tribe-common-c-btn:active,
.tribe-common a.tribe-common-c-btn:active,
.tribe-common .tribe-common-c-btn:focus {
	background-color: #124a59;
	color: #fff;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
	line-height: 0.75;
}

.tribe-events-calendar-month__day-date-daynum {
	padding: 4px 9px 6px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "factoria",serif;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner,
.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-inner {
	background-color: rgba(112, 112, 112, 0.5);
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link,
.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link,
.tribe-events .tribe-events-calendar-month__day-date-link {
	color: #707070;
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link:hover,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:hover {
	color: #124a59;
}

.tribe-common .tribe-common-h8 a,
.tribe-events-calendar-month__events a {
	color: #ef4136;
}

.tribe-events .tribe-events-c-ical__link {
	background: #ef4136;
	border: 0 solid #eee;
	box-shadow: none;
	color: #fff;
}

.tribe-common .tribe-common-c-svgicon {
	color: #fff;
}

.tribe-events .tribe-events-c-ical__link:hover,
.tribe-events .tribe-events-c-ical__link:active,
.tribe-events .tribe-events-c-ical__link:focus {
	background: #124a59;
	color: #fff;
}

/*Calendar Pages*/
#tribe-events-content *,
.tribe-common *,
.tribe-common .tribe-common-h5 {
	font-family: "purista-web", sans-serif;
	font-size: 16px;
}

#tribe-events-content .tribe-events-content a {
	border-bottom: none;
}

#tribe-events-content a,
#tribe-events-content .tribe-events-back a,
.tribe-common a.tribe-common-anchor-thin {
	color: #ef4136;
	/*font-size: 24px;*/
}

#tribe-events-content a:hover,
#tribe-events-content .tribe-events-back a:hover,
.tribe-common a.tribe-common-anchor-thin:hover {
	color: #124a59;
}

#tribe-events-content h1 {
	color: #124a59;
	font-family: "factoria",serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 0;
}

#tribe-events-content h2 {
	color: #212529;
	font-weight: 700;
}

#tribe-events-content h2 span {
	font-size: 24px;
}

#tribe-events-content h3 {
	color: #212529;
	font-weight: 400;
}

#tribe-events-content .tribe-events-schedule {
	margin-top: 0;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-link-inner {
	background-color: #124a59;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-link:hover .tribe-events-pro-week-grid__event-link-inner {
	background-color: #124a59;
}

/* cards */

.card.about-card.last,
.card.community-card.last {
	margin-bottom: 9rem;
}

.card.about-card,
.card.community-card {
	display: inline-block;
	float: left;
	margin-right: .5rem;
	margin-bottom: .5rem;
	width: 96%;
	min-height: 360px;
	border-radius: 0;
	background: rgba(255,255,255,0.5);
}

@media (min-width: 768px) {
	.card.community-card {
		width: 48%;
		min-height: 680px;
	}
	.card.about-card {
		width: 48%;
		min-height: 480px;
	}
}

.card.about-card .card-img-top,
.card.community-card .card-img-top {
	border-radius: 0;
}


/* 
.card {
	background-color: rgba(146,214,227,0.2);;
	background: -webkit-linear-gradient(180deg, rgba(200,233,239,0.5) 10%, rgba(255,255,255,0.5) 90%); 
	background:    -moz-linear-gradient(180deg, rgba(200,233,239,0.5) 10%, rgba(255,255,255,0.5) 90%); 
	background:     -ms-linear-gradient(180deg, rgba(200,233,239,0.5) 10%, rgba(255,255,255,0.5) 90%); 
	background:      -o-linear-gradient(180deg, rgba(200,233,239,0.5) 10%, rgba(255,255,255,0.5) 90%); 
	background:         linear-gradient(180deg, rgba(200,233,239,0.5) 10%, rgba(255,255,255,0.5) 90%); 
	background-clip: border-box;
	border: 1px solid rgba(146,214,227,0.5);
	border-radius: .25rem;
	margin-bottom: 2rem;
}

.card .card-body h5 {
	font-size: 1.0rem;
	text-transform: uppercase;
	font-weight: 600;
}

#newsletter a.btn-primary,
.card a.btn-primary.btn-apply {
	padding: 8px 16px;
}

.ht-cards .card {
	width: 96%;
	text-align: center;
}

@media (min-width: 600px) {
	.ht-cards .card {
		width: 48%;
	}
}

.ht-cards .card .card-body h4 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
}
 */


/* blog */

.entry-header {
	margin-bottom: 1rem;
}

h1.entry-title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.66rem;
}

.entry-footer {
	padding-bottom: 1.0rem;
	border-bottom: 1px solid #92d6e3;
	margin-bottom: 1.5rem;
}

.featured-image {
	margin-bottom: 1.5rem;
}

.wp-caption-text { margin-top: 10px; font-size: 0.75rem; font-weight: 700; }

.cat-links, .tags-links, .bookmark-link, .edit-link { display:block; padding:6px 0; }

.cat-links i, .tags-links i, .bookmark-link i { color: #124a59; }

h2.screen-reader-text {
	display: none;
}

.nav-links { margin-top: 2.0rem; }
.nav-links>.nav-previous { width:50%; left:0; text-align:left; float:left; padding-top:0.5rem; font-size:0.9rem; margin-bottom: 2.0rem; font-weight:600; }
.nav-links>.nav-previous a::before { content:"\f100"; font-family: "Font Awesome 5 Free"; font-weight: 900; padding-right:6px; color:#124a59; }
.nav-links>.nav-next { width:50%; left:50%; text-align:right; float:right; padding-top:0.5rem; font-size:0.9rem; margin-bottom: 2.0rem; font-weight:600; }
.nav-links>.nav-next a::after { content:"\f101"; font-family: "Font Awesome 5 Free"; font-weight: 900; padding-left:6px; color:#124a59; }


/* search widget */

.widget_search { 
	margin-bottom: 2.0rem;
}

.search-submit {
	border-radius: .25rem;
	color: #ffcb08;
	font-weight: 700;
	background-color: #ef4136;
	border-color: #ef4136;
	text-transform: uppercase;
	padding: 8px 16px;
}
	
.search-submit:active,
.search-submit:focus,
.search-submit:hover {
	color: #fff;
	background-color: #124a59;
	border-color: #124a59;
}

input[type=submit] {
	border-style: none;
}

input.search-field {
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

/* forms */

span.wpcf7-list-item { display: block; }

label {
	font-weight: 600;
}


/* -------------------- */
/* MEGA MAP				*/
/* -------------------- */

#map_canvas {
	margin: 0;
	padding: 0;
	height: 640px;
	border-top: 4px solid #8ad6ef;
	border-bottom: 4px solid #8ad6ef;
}

label.checkbox-inline {
	padding-right: 1rem;
}


/* -------------------- */
/* FOOTER				*/
/* -------------------- */

#reviews {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	padding: 0;
}

#reviews .review-row {
	margin-left: 0;
	margin-right: 0;
}

#reviews h1 {
	color: #fff;
	border: none;
	text-align: center;
}

.clipboard {
	min-height: 540px;
	padding-top: 3rem;
	background: url('/wp-content/themes/jeffco/img/reviews_bkgd.png') no-repeat center center;
	background-size: cover;
	text-align: center;
}

@media (min-width: 992px) { 
	#reviews {
		margin-top: -90px;
		margin-bottom: -90px;
	}
	.clipboard {
		padding-top: 6rem;
		-webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0% 90%, 0 0, 50% 10%); 
		clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0% 90%, 0 0, 50% 10%);
	}
}

/* review carousel */

.review-carousel {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.review-carousel div.item {
	width: 98%;
	padding: 1rem;
	background: rgba(0,0,0,0.5);
	text-align: center;
}

.review-carousel div.item span {
	font-style: italic;
	font-size: 0.9rem;
}

#vee {
	z-index: 20;
	margin-bottom: -2rem;
}

#vee .vee-left {
	height: 4rem;
	transform: skewY(3deg);
	background: #fff;
}

#vee .vee-right {
	height: 4rem;
	transform: skewY(-3deg);
	background: #fff;
}

@media (max-width: 991.98px) { 
	#vee { display: none; }
}

footer {
	color: #124a59;	
	z-index: 0;
}

footer .row {
	margin: 0;
	padding: 0;
}

.site-footer {
	background: #fff url('/wp-content/themes/jeffco/img/jeffco-footer-bkgd.jpg') no-repeat center bottom;
	padding: 2rem 0;
	border-bottom: 12px solid #8ad6ef;
}

#newsletter {
	padding: 3rem;
	color: #124a59;	
	min-height: 150px;
}

#newsletter h1 {
	display: inline-block;
	position: relative;
	padding-bottom: .75rem;
	border-bottom: 5px solid #124a59;
	margin-top: 3rem;
	margin-bottom: 2rem;
	overflow: hidden;
	text-align: center;

}
#newsletter h1 small {
  position: relative;  
}
#newsletter h1 small:before,
#newsletter h1 small:after {
  $linesHeight: 1rem;
  content: "";
  position: absolute;
  border-bottom: 5px solid #124a59;
  /* border-top: 1px solid white; */
  width: 100%;
  height: $linesHeight;
  top: 50%;
  margin-top: floor(-$linesHeight / 2);
}
#newsletter h1 small:before {
  right: 100%;
  margin-right: 1rem;
}
#newsletter h1 small:after {
  left: 100%;
  margin-left: 1rem;
}

@media (max-width: 767.98px) {
	#newsletter {
		padding: 1rem;
	}
	#newsletter h1 {
		font-size: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
	#newsletter {
		padding: 2rem;
	}
}


.footer-nav {
	padding: 2rem;
	background-color: #124a59;	
}

.footer-nav ul.footer-menu {
	list-style: none;
	text-align: left;
	padding-left: 0;
	margin-bottom: 0;
}

.footer-nav ul.footer-menu li {
	display: block;
	padding: .33rem 0;
}

@media (min-width: 992px) {
	.footer-nav ul.footer-menu li {
		display: inline;
		padding: 1rem;
	}
}

.footer-nav ul.footer-menu li:first-of-type {
	padding-left: 0;
}

.footer-nav ul.footer-menu li a {
	font-size: .8rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.footer-nav ul.footer-menu li a:active,
.footer-nav ul.footer-menu li a:focus,
.footer-nav ul.footer-menu li a:hover {
	color: #ef4136;
}

.footer-brand-mobile {
	display: inline;
	float: right;
	z-index: 100;
}

.footer-brand-mobile img {
	width: 120px;
}

.footer-brand {
	display: none;
}

@media (min-width: 992px) {
	.footer-brand-mobile { display: none; }
	.footer-brand {
		display: block;
		margin-top: -40px;
		margin-left: -80px;
		z-index: 100;
		display: inline;
		float: right;
		margin-right: 1rem;
		z-index: 100;
	}
	.footer-brand img {
		width: 160px;
	}
}

.address {
	color: #ffcb08;
}

.address span {
	color: #ef4136;
}

.social-icons-footer a:active,
.social-icons-footer a:focus,
.social-icons-footer a:hover,
.address a:active,
.address a:focus,
.address a:hover {
	color: #fff;
}

.social-icons-footer {
	text-align: left;
}

.social-icons-footer a {
	padding-right: 1rem;
}

.copyright {
	font-size: .8rem;
	text-align: center;
	padding: 2rem 0 0 0;
}

.btm-bar {	
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 12px;
	background-color: #8ad6ef;
}

/* recreation-accordion */

.recreation-accordion .card {
	background-color: transparent;
	border-radius: 0;
	border: 0px;
}
.recreation-accordion .card-header {
	background: transparent;
	padding: 10px 0;
	border-bottom: 1px solid rgba(254,218,0,0.5);
}
.recreation-accordion .card-header h2 {
	margin-bottom: 10px;
}
.recreation-accordion .card-header h2 .btn {
	font-size: 1.75rem;
}
.recreation-accordion .card-body {
	padding: 1.25rem;
}
.recreation-accordion .card-body h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 1.5rem;
}
.recreation-accordion .btn {
	padding: .25rem 0 0 0;
}
.recreation-accordion .btn-link {
	color: #ef4136;
	font-weight: 700;
}
.recreation-accordion .btn-link:hover {
	color: #124a59;
	text-decoration: none;
}
.recreation-accordion .btn-link.collapsed::before {
	font-family:'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f0da';
	margin:0 6px 0 0px;
	color:#ef4136;
	display: inline;
	float: left;
}
.recreation-accordion .btn-link::before {
	font-family:'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f0d7';
	margin:0 6px 0 0px;
	color:#ef4136;
	display: inline;
	float: left;
}
.recreation-accordion .collapse.show {
	display: block;
	background-color: transparent;
}
.recreation-accordion ul {
	list-style: none;
}
.recreation-accordion ul li {
	display: inline-block;
	margin-right: 15px;
	text-align: center;
	width: 130px;
	padding: 1rem;
	background-color: rgba(0,0,0,0.05);
	border-radius: .33rem;
	vertical-align: top;
}
.recreation-accordion img {
	margin-bottom: 2rem;
}


/* WooCommerce Overrides */

.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
	background-color: rgba(255,255,255,0.5);
	padding: 1rem;
	border: 1px solid #ddd;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	font-family: "factoria",serif;
	color: #fff;
	font-weight: 700;
	background-color: #ef4136;
	border-radius: 0;
	border-color: #ef4136;
	text-transform: uppercase;
	padding: 12px 24px;
}

.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #124a59;
	border-color: #124a59;
}

.woocommerce #respond input#submit.alt:not(:disabled):not(.disabled).active,
.woocommerce a.button.alt:not(:disabled):not(.disabled).active,
.woocommerce button.button.alt:not(:disabled):not(.disabled).active,
.woocommerce input.button.alt:not(:disabled):not(.disabled).active,
.show>.woocommerce #respond input#submit.alt.dropdown-toggle,
.show>.woocommerce a.button.alt.dropdown-toggle,
.show>.woocommerce button.button.alt.dropdown-toggle,
.show>.woocommerce input.button.alt.dropdown-toggle {
	background-color: #124a59;
	border-color: #124a59;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: rgba(239,65,54,0.5);
	border-color: rgba(239,65,54,0.5);
}

ul.products li.product .button {
	text-transform: uppercase;
	font-family: "factoria",serif;
	font-weight: 700;
}

.woocommerce h1.entry-title { display: none; }

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
	float: left;
	width: 48%;
	flex: 0 0 48%;
	max-width: 48%;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment { 
	background-color: rgba(138,214,239,0.3);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box { 
	background-color: rgba(138,214,239,1.0); 
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before { 
	border: 1em solid rgba(138,214,239,1.0);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.woocommerce form .form-row {
    width: 100% !important;
}

.woocommerce form .form-row label::after {
	content: ' ';
	white-space: pre;
}

.woocommerce form .form-row textarea.input-text {
	width: 200px;
	height: 120px;
}

.woocommerce form .form-control {
	border-radius: 5px;
	border-color: rgba(0,0,0,.1);
}

.woocommerce div.product form.cart {
	margin-bottom: 6em;
}

.woocommerce .product_meta {
	display: none;
}

p.cart-empty {
	margin-top: 3rem;
}

p.return-to-shop {
	margin-bottom: 6rem;
}

p.return-to-shop a.button {
	font-family: "factoria",serif;
	color: #fff;
	font-weight: 700;
	background-color: #ef4136;
	border-radius: 0;
	border-color: #ef4136;
	text-transform: uppercase;
	padding: 12px 24px;
}

p.return-to-shop a.button:active,
p.return-to-shop a.button:focus,
p.return-to-shop a.button:hover,
p.return-to-shop a.button.active,
p.return-to-shop a.button.focus,
p.return-to-shop a.button.hover {
	background-color: #124a59;
	border-color: #124a59;
}

/* Booking block override */

.block-picker li[data-block="0000"] a,
.block-picker li[data-block="1200"] a {
  font-size: 0;
}

.block-picker li[data-block="0000"] a::before {
  content: "Morning";
  font-size: 16px;
  line-height: 40px;
}

.block-picker li[data-block="1200"] a::before {
  content: "Afternoon/Evening";
  font-size: 16px;
  line-height: 40px;
}


#tribe-events-pg-template, .tribe-events-pg-template {
	max-width: 1600px; !important;
	background: linear-gradient(to bottom, transparent 500px, white 500px) !important;
}

/* Discover items filter navigation */

.discover-filter .filter {
	display: inline-block;
	cursor: pointer;
}

ul.discover-filter {
	list-style: none;
	padding-left: 0;
	margin-bottom: 2rem;
}

.discover-filter .btn-link {
	color: #ef4136;
	text-transform: uppercase;
}
.discover-filter .btn-link:hover, .discover-filter .btn-link:focus, .discover-filter .btn-link:active {
	color: #124a59;
	cursor: pointer;
}
.discover-filter .filter:not(:last-child):after {
	content: '|';
	color: #124a59;
	padding: 0.5rem;
}
/* 
.mix {
	display: none;
	cursor: pointer;
}
 */

