/*
Challenge Northumberland Custom Styles
*/


/* ==========================================================================
General
========================================================================== */

::-moz-selection {
	background: #0f4af2;
	color: #fff;
}
::selection {
    background: #0f4af2;
	color: #fff;
}
@-ms-viewport {
	width: device-width;
	user-zoom: fixed;
}
@-o-viewport {
	width: device-width;
	user-zoom: fixed;
}
@viewport {
	width: device-width;
	user-zoom: fixed;
}
html {
	scroll-behavior: smooth;
}
html,
body {
	height: 100%;
	background-color: #fff;
}
img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
svg {
	width: 100%;
	height: auto;
	display: block;
}

/* ==========================================================================
Wordpress Admin
========================================================================== */

#wpadminbar {
	position: fixed;
}
.admin-bar #main-nav.fixed-top {
	top: 46px;
}
@media screen and (min-width:782px) {
	.admin-bar #main-nav.fixed-top {
		top: 32px;
	}
}

/* ==========================================================================
Understrap
========================================================================== */

.wrapper {
	padding: 120px 0;
}
a {
	color: #0f4af2;
	transition: all .15s ease-in-out;
}
a:hover {
	color: #171d25;
}
.site-main a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
img.wp-post-image {
	margin-bottom: 1.5rem;
	border-radius: 15px;
}
@media screen and (min-width: 768px) {
	img.wp-post-image {
		border-radius: 30px;
	}
}

/* ==========================================================================
Typography
========================================================================== */

body {
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #536979;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
strong,
b {
	font-weight: 600;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
h3,h4,h5,h6 {
	letter-spacing: 4px;
}
h1 {
	font-weight: 900;
	color: #0f4af2;
	font-size: 2rem;
	letter-spacing: 4px;
}
h2 {
	font-weight: 700;
	color: #00223b;
	font-size: 1.8rem;
	letter-spacing: 2px;
}
p,
ul,
ol {
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2rem;
	}
}

/* ==========================================================================
Navigation
========================================================================== */

/* ==========
Logo
============= */
.navbar-brand {
	padding: 0;
	position: relative;
}
.navbar-brand .brand {
	position: absolute;
	width: 190px;
    top: -40px;
	z-index: 1;
}
.navbar-brand .brand-icon {
	stroke: #0f4af2;
	stroke-width: 3px;
}
.navbar-brand .brand-letters {
	fill: #0f4af2;
}
@media (min-width: 768px) {
	.navbar-brand .brand {
		width: 235px;
		top: -50px;
	}
}

/* ==========
Navbar
============= */

.navbar-custom {
	background-color: #0f4af2;
	color: #fff;
}
.navbar-custom a {
	color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
}
.navbar-collapse {
	/*border-top: 2px solid rgba(255,255,255,.3);*/
	margin-top: 0.5rem;
}
@media (min-width: 768px) {
	.navbar-custom {
		height: 70px;
	}
	.navbar-collapse {
		border-top: none;
		margin-top: 0;
	}
}

/* ==========
Nav Links
============= */

.navbar-custom .nav-item {
	font-weight: 500;
	position: relative;
}
.navbar-custom .nav-item.dropdown.show::after {
    top: 35px;
    content: url("svg/open.svg");
    display: block;
    left: 25px;
    right: 0;
    position: absolute;
    width: 40px;
    margin: 0;
    z-index: 1;
    height: 2px;
}
.navbar-custom .nav-link {
	transition: background-color .15s ease-in-out;
}
.navbar-custom .nav-link:hover {
	background-color: rgba(0,0,0,.2);
}
@media screen and (min-width:768px) {
.navbar-custom .nav-link::before {
  content: "";
  position: absolute;
  width: 70%;
	margin: 0 auto;
	display: block;
  height: 2px;
	left: 0;
	right: 0;
  bottom: 7px;
  background-color: rgba(255,255,255,.3);
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
}
.navbar-custom .nav-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.navbar-custom .nav-link:hover {
	background-color: transparent;
}
.navbar-custom .nav-item.dropdown.show::after {
    bottom: 0;
    left: 0;
    margin: 0 auto;
}
}

/* ==========
Dropdowns
============= */

.dropdown-toggle::after {
	display: none;
}
.dropdown-menu {
	widrh: 15rem;
	background-color: #00223b;
	border-radius: 0;
	border: none;
	padding: 0;
	margin: 15px 0 0;
}
.dropdown-item {
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 0;
	padding: .5rem 1.5rem;
	font-weight: 500;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
.dropdown-item:first-child,
.dropdown-item:last-child {
	border-radius: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #1bf4d0;
	color: #00223b;
}
@media screen and (min-width:768px) {
	.dropdown-menu {
		max-width: 400px;
	}
}

/* ==========
Hamburger
============= */

.navbar-toggler {
	padding: 10px 0 14px;
  border: none;
  background: transparent !important;
}
.icon-bar {
	width: 30px;
	height: 3px;
	background-color: #fff;
	display: block;
	transition: all .15s;
	margin-top: 5px;
	border-radius: 10px;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}


/* ==========================================================================
Buttons
========================================================================== */

.btn {
	border-radius: 50rem;
	font-weight: 500;
	border-width: 3px;
}
.btn-blue {
    color: #fff;
    background-color: #0f4af2;
    border-color: #0f4af2;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    color: #fff;
    background-color: #00223b;
    border-color: #00223b;
}
.btn-teal {
    color: #00223b;
    background-color: #1bf4d0;
    border-color: #1bf4d0;
}

.btn-red {
    color: #fff;
    background-color: #f6323e;
    border-color: #f6323e;
}
.red-glow {
	box-shadow: 0px 0px 25px 5px rgba(246,50,62,0.5);
	transition: transform .15s ease-in-out;
	animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
  0% { box-shadow: 0 0 0 0 rgba(246,50,62,0.9); }
  70% { box-shadow: 0px 0px 25px 2px rgba(246,50,62,0); }
  100% { box-shadow: 0 0 0 0 rgba(246,50,62,0); }
}
.red-glow:hover,
.red-glow:active,
.red-glow:focus {
	color: #fff;
	transform: scale(1.05);
	animation: none;
}
.btn-outline-teal {
    color: #1bf4d0;
    background-color: transparent;
    border-color: #1bf4d0;
}
.btn-outline-teal:hover,
.btn-outline-teal:active,
.btn-outline-teal:focus {
    color: #00223b;
    background-color: #1bf4d0;
    border-color: #1bf4d0;
}
.btn-outline-dark {
    color: #00223b;
    background-color: transparent;
    border-color: #00223b;
}
.btn-outline-dark:hover,
.btn-outline-dark:active,
.btn-outline-dark:focus {
    color: #1bf4d0;
    background-color: #00223b;
    border-color: #00223b;
}

/* ==========================================================================
Home
========================================================================== */

.home h2 {
	letter-spacing: 4px;
}

/* ==========
Events
============= */

.home-events {
	position: relative;
	overflow: hidden;
	background: url("img/trees.jpg") fixed center / cover no-repeat #00223b;
	padding: 70px 0 0;
}
.home-events::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	background-color: rgba(0,34,59,0.85);
}
@media (pointer: coarse) {
	.home-events {
		background-attachment: scroll;
	}
}
@media screen and (min-width:768px) {
	.home-events {
		padding: 140px 0 70px;
	}
}

/* ==========
Carousel
============= */
@media screen and (max-width: 992px) {
	.swiper-wrapper,
.swiper-slide {
	height: auto !important;
}
}
@media screen and (max-width: 767px) {
	.event-desc {
		display: none;
}
}
.icon {
  width: 1em;
  height: 1em;
  stroke-width: 0;
}
#icon-arrow-right path,
#icon-arrow-left path {
	fill: #171d25;
}
.content {
  height: 600px;
  margin: auto;
  width: 100%;
  max-width: 1050px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .content {
    max-width: 920px;
  }
}
@media screen and (max-width: 992px) {
  .content {
    max-width: 920px;
    margin-top: 100px;
    height: auto;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.bg-shape {
  height: 100%;
  background-color: #1bf4d0;
  box-shadow: 0px 30px 139px 0px rgba(0,0,0,0.26);
  border-radius: 30px;
  padding: 45px 40px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .bg-shape {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  .bg-shape {
    width: 90%;
    height: 290px;
    align-items: flex-start;
    padding: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .bg-shape {
    padding: 30px;
    width: 95%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .bg-shape {
    height: 200px;
    padding: 30px;
  }
}
.bg-shape img {
  object-fit: contain;
  width: 510px;
  display: block;
  object-position: left center;
  opacity: .7;
  transform: rotate(-90deg) translateY(-50%);
  max-width: inherit;
  left: 10px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .bg-shape img {
    width: 430px;
    left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .bg-shape img {
    transform: none;
    width: 100%;
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 100%;
    object-position: top center;
  }
}
.next,
.prev {
  z-index: 22;
  display: inline-flex;
  border: none;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  position: absolute;
  top: 50%;
  outline: none;
  cursor: pointer;
	transition: opacity .3s ease-in-out;
	background-color: #f0f0f0;
}
.next.disabled,
.prev.disabled {
  pointer-events: none;
	opacity: 0;
}
.next:focus,
.prev:focus {
  outline: none;
}
@media screen and (max-width: 992px) {
  .next,
	.prev {
    top: 170px;
  }
}
.prev {
  left: -30%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1200px) {
  .prev {
    left: -21%;
  }
}
@media screen and (max-width: 992px) {
  .prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 576px) {
  .prev {
    transform: translate(20%, -50%);
  }
}
.next {
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 576px) {
  .next {
    transform: translate(-20%, -50%);
  }
}
.product-slider {
  width: 75%;
  height: 85%;
  border-radius: 30px;
  box-shadow: 0 28px 79px 0 rgba(0,0,0,0.35);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .product-slider {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .product-slider {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    position: relative;
    top: 0;
    margin-top: 170px;
    margin-bottom: 100px;
  }
  .product-slider br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .product-slider {
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .product-slider {
    width: 85%;
    margin-top: 130px;
  }
}
.product-slider__wrp {
  height: 100%;
}
.product-slider__item {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .product-slider__item {
    height: auto;
  }
}
.product-slider__item.swiper-slide-active .product-slider__content > * {
  opacity: 1;
  transform: none;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(1) {
  transition-delay: 0s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(2) {
  transition-delay: 0.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(3) {
  transition-delay: 0.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(5) {
  transition-delay: 0.8s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(6) {
  transition-delay: 1s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(7) {
  transition-delay: 1.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(8) {
  transition-delay: 1.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(9) {
  transition-delay: 1.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(10) {
  transition-delay: 1.8s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(11) {
  transition-delay: 2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(12) {
  transition-delay: 2.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(13) {
  transition-delay: 2.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(14) {
  transition-delay: 2.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(15) {
  transition-delay: 2.8s;
}
.product-slider__item.swiper-slide-active circle {
  animation: progress 1s ease-out forwards;
  animation-delay: .5s;
  opacity: 0.75;
}
.product-slider__card {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all .5s;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
	background-color: #171d25;
}
@media screen and (max-width: 992px) {
  .product-slider__card {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .product-slider__card {
    border-radius: 20px;
  }
}
.product-slider__cover {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
	filter:grayscale(1);
	opacity: .1;
}
@media screen and (max-width: 767px) {
  .product-slider__cover {
    border-radius: 20px;
  }
}
.product-slider__content {
  color: #fff;
  padding-top: 1px;
  position: relative;
  width: 100%;
  padding-left: 250px;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .product-slider__content {
    padding-left: 220px;
  }
}
@media screen and (max-width: 992px) {
  .product-slider__content {
    padding: 20px 60px 100px;
    padding-top: 220px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .product-slider__content {
    padding: 20px 30px 50px;
    padding-top: 300px;
  }
}
@media screen and (max-width: 576px) {
  .product-slider__content {
    padding-top: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-events h1 {
	color: #fff;
  opacity: 0;
	margin: 0 0 1.5rem;
  transform: translateY(55px);
  transition: all .5s;
}
.home-events p {
	color: #fff;
  opacity: 0;
  transform: translateY(55px);
  transition: all .5s;
	margin-bottom: 20px;
}
.home-events p:last-of-type {
	margin: 0;
}
.home-events strong {
	font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #1bf4d0;
	line-height: 1;
}
.home-events .btn {
	display: block;
	margin: 0 auto;
	width: 70%;
}
.home-events .btn-red {
	margin: 0 auto 1rem auto;
	font-weight: 700;
}
@media screen and (min-width: 992px) {
	.home-events h1 {
		margin: 0 0 7px;
	}
}
@media screen and (min-width: 768px) {
  .home-events .btn {
    display: inline-block;
	  width: auto;
  }
	.home-events .btn-red {
	margin: 0 1rem 0 0;
	}
	.home-events strong {
		font-size: 1.4rem;
	}
}
.product-slider__bottom {
  margin-top: 25px;
  opacity: 0;
  transform: translateY(55px);
  transition: all .5s;
}


.product-img {
  position: absolute;
  z-index: 2;
  width: 500px;
  left: 25%;
  transform: translateX(-45%);
  max-height: 500px;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .product-img {
    width: 430px;
    left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .product-img {
    width: 430px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .product-img {
    width: 100%;
    max-width: 400px;
    top: 30px;
    height: 390px;
  }
}
@media screen and (max-width: 576px) {
  .product-img {
    max-width: 300px;
    height: 300px;
  }
}
.product-img__item {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  user-select: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-130px);
  opacity: 0;
  transition: all .3s;
}
.product-img__item.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition-delay: .3s;
}
.product-img__item img {
  object-fit: contain;
  object-position: center right;
}

/* ==========
Services
============= */

.home-services {
	padding: 100px 0;
}
.home-services div[class^="col-"] {
	margin-bottom: 75px;
}
.home-services svg {
	width: auto;
	height: 100px;
	margin: 0 auto 2rem;
}
.home-services p {
	padding: 0 1rem;
	margin: 0;
}
@media screen and (min-width: 992px) {
	.home-services div[class^="col-"] {
		margin-bottom: 0;
	}
}

/* ==========
Contact
============= */

.home-contact {
	position: relative;
	overflow: hidden;
	background: url("img/men.jpg") fixed center / cover no-repeat #1bf4d0;
	color: #00223b;
	padding: 75px 0;
	text-align: center;
}
.home-contact::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	background-color: rgba(27,244,208,0.85);
}
.home-contact h1 {
	color: #00223b;
}
.home-contact .col-md-4 {
	-ms-flex-pack: center;
	justify-content: center;
}
@media (pointer: coarse) {
	.home-contact {
		background-attachment: scroll;
	}
}
@media screen and (min-width: 768px) {
	.home-contact {
		text-align: left;
	}
	.home-contact .col-md-4 {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.home-contact h1 {
		margin-bottom: .5rem;
	}
	.home-contact p {
		margin-bottom: 0;
	}
}

/* ==========================================================================
Widgets
========================================================================== */

/* ==========
Search
============= */

.widget_search {
	margin-bottom: 1.5rem;
}
#searchsubmit.btn-primary {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	background: #0f4af2;
	border-color: #0f4af2;
	padding: 0 7px;
}
#searchsubmit.btn-primary:hover,
#searchsubmit.btn-primary:active,
#searchsubmit.btn-primary:focus {
	background: #00223b;
	border-color: #00223b;
}

/* ==========
Calendar
============= */

#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #0f4af2; color: #fff; }
#wp-calendar tbody td:hover a { color: #fff !important; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/* ==========================================================================
Footer
========================================================================== */

.site-footer {
	padding: 35px 0;
	background-color: #171d25;
	color: #536979;
}
@media screen and (min-width: 576px) {
	.site-footer {
		padding: 70px 0;
	}
}

/* ==========
Social
============= */

.nav-social {
	margin-bottom: 1rem;
}
.nav-social .nav-link {
	padding: 0;
}
.nav-social svg {
	width: 35px;
}
.nav-social svg circle,
.nav-social svg path {
	transition: all .15s ease-in-out;
}
.nav-social a:hover svg path {
	fill: #fff;
}
.nav-social a:hover #facebook-icon circle {
	fill: #3b5998;
}
.nav-social a:hover #twitter-icon circle {
	fill: #1da1f2;
}
.nav-social a:hover #instagram-icon circle {
	fill: #c13584;
}

/* ==========
Links
============= */

.nav-footer {
	background-color: #13181f;
	margin: 1.5rem 0;
}
.nav-footer li {
	display: block;
}
.nav-footer li {
	border-bottom: 1px solid rgba(83,105,121,.3);
	margin: 0;
}
.nav-footer li:first-child {
	border-top: 1px solid rgba(83,105,121,.3);
}
.nav-footer a {
	color: #536979;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
	padding: 1rem;
}
.nav-footer a:hover,
.nav-footer a:active,
.nav-footer a:focus {
	background-color: #1bf4d0;
	color: #171d25;
}
@media screen and (min-width: 576px) {
	.nav-footer {
		background-color: transparent;
		margin: 0;
	}
	.nav-footer li {
		display: inline-block;
	}
	.nav-footer li {
		border: none !important;
		margin-right: .5rem;
	}
	.nav-footer a {
		padding: .5rem 1rem;
	}
	.nav-footer a:hover,
	.nav-footer a:active,
	.nav-footer a:focus {
		background-color: transparent;
		color: #1bf4d0;
	}
}

/* ==========
Logo
============= */

.site-footer .brand {
	max-width: 160px;
	margin: 0 auto 1rem;
}
.site-footer .brand-icon,
.site-footer .brand-wordmark {
	fill: #1bf4d0;
}
.site-footer .brand-letters {
	fill: #00223b;
}

/* ==========================================================================
Event Espresso
========================================================================== */

/* ==========
Loading Spinner
============= */

#espresso-ajax-loading {
    background-color: rgba(23,29,37,.95);
    color: #1bf4d0;
    height: 100%;
    text-align: center;
    width: 100%;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	letter-spacing: -2px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.ee-spinner {
	margin-top: 50vh;
}

/* ==========
Event Calendar
============= */

#espresso_calendar:not(.ui-widget) .fc-header-title h2,
.fc-header-title h2 {
	font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button {
	background: #536979;
	color: #fff;
	border: none;
	border-radius: 7px;
	text-transform: capitalize;
	text-shadow: none;
	font-weight: 700;
	opacity: 0.7;
	text-align: center;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button:hover {
	border: none;
	color: #fff;
	opacity: 1;
}
#espresso_calendar:not(.ui-widget) .fc-button.fc-state-active,
#espresso_calendar:not(.ui-widget) .fc-button.fc-state-hover {
	background: #1bf4d0;
	opacity: 1;
}
#espresso_calendar:not(.ui-widget) .fc-button.fc-button-month,
#espresso_calendar:not(.ui-widget) .fc-button.fc-button-agendaWeek,
#espresso_calendar:not(.ui-widget) .fc-button.fc-button-agendaDay {
	display: none;
}
#espresso_calendar:not(.ui-widget) .fc-button.fc-button-today {
	background: #f6323e;
	color: #fff !important;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-state-highlight {
	background: rgba(246,50,62,0.5);
}
#espresso_calendar .fc-widget-header {
	background: #171d25;
	border-color: #171d25;
	color: #1bf4d0;
	font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-other-month {
	background: #d6d6d6;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-day-number {
	color: #536979;
}
#espresso_calendar:not(.ui-widget) .fc-event {
	border-radius: 7px;
}
#espresso_calendar:not(.ui-widget) .fc-event:hover {
	background: #0f4af2 !important;
	border-color: #0f4af2 !important;
	transition: all .15s !important;
}
#espresso_calendar .fc-event-title {
	font-weight: 700;
	display: none;
}
.qtip {
	border-radius: 15px;
	font-size: 12px;
	line-height: 1rem;
}
.qtip-light {
	background: rgba(23,29,37,0.9);
	border: 2px solid #171d25;
	color: #fff;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.qtip-light .qtip-titlebar {
	background-color: transparent;
	color: #1bf4d0;
}
p.time_cal_qtip {
    padding: 10px;
    margin: 10px 0;
    border-top: 1px dashed rgba(255,255,255,0.5);
    border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.qtip a.reg-now-btn {
    box-sizing: content-box !important;
    padding: 5px 10px;
	border: 2px solid #1bf4d0;
    border-radius: 3rem;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    word-wrap: normal;
    font-weight: 700;
    font-size: 1em;
    color: #1bf4d0;
}
.qtip a.reg-now-btn:hover,
.qtip a.reg-now-btn:active,
.qtip a.reg-now-btn:focus {
	background: #1bf4d0;
	color: #171d25;
}
.qtip-shadow {
	box-shadow: none;
}

/* ==========
Add to Calendar
============= */
.ee-ical-sbmt {
	color: #171d25;
	background: #1bf4d0;
	border: none;
	border-radius: 7px;
	padding: 4px 8px 5px 8px !important;
	transition: all .15s;
}
.ee-ical-sbmt:hover {
	background: #171d25;
	color: #1bf4d0;
}

/* ==========
Ticket Selector
============= */
.tkt-slctr-tbl {
	width: 100%;
	margin-bottom: 15px;
}
.tkt-qty-update-warning {
	color: #d54e21;
	font-size: .85em;
	font-weight: bold;
	margin-bottom: 15px;
	display: none;
}
.tkt-qty-update-warning:first-of-type {
	display: block;
}
.tkt-slctr-tbl thead {
	background: #0f4af2;
	color: #fff;
	font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.tkt-slctr-tbl th,
.tkt-slctr-tbl td {
	border: 2px solid #0f4af2;
	padding: 5px;
}
.ticket-selector-submit-btn {
	border-radius: 50rem;
	font-weight: 500;
    color: #fff;
    background-color: #0f4af2;
    border: none;
	padding: .5rem 1rem;
	transition: all .15s;
}
.ticket-selector-submit-btn:hover,
.ticket-selector-submit-btn:active,
.ticket-selector-submit-btn:focus {
    color: #fff;
    background-color: #00223b;
}
.tckt-slctr-tkt-details-td {
	background: #0f4af2;
}
.tckt-slctr-tbl-td-price .currency-code {
	display: none;
}
.ee-gmap-wrapper {
	border-radius: 30px;
	overflow: hidden;
}

/* ==========
Datetimes
============= */
.ee-event-datetimes-ul {
	padding: 0;
	margin: 0;
}
.download-iCal-frm {
	display: none;
}
.espresso_events .ee-event-datetimes-ul li {
	font-weight: 700;
	margin-bottom: 7px;
}
.espresso_events .ee-event-datetimes-ul li span {
	color: #0f4af2;
}

/* ==========
Map
============= */
.ee-gmap {
	width: 100% !important;
}

/* ==========
Modals
============= */
#cart-results-modal-dv {
	border-radius: 30px;
	margin: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.close-espresso-notice {
	font-size: 41px;
	line-height: 41px;
	color: #171d25;
	right: 30px;
	top: 20px;
}
.cart-results-button {
	border-radius: 50rem !important;
	font-weight: 500 !important;
    color: #fff;
    background-color: #0f4af2;
    border: none;
	padding: .7rem !important;
	transition: all .15s;
}
.cart-results-button:hover,
.cart-results-button:active,
.cart-results-button:focus {
    color: #fff;
    background-color: #00223b;
	text-decoration: none !important;
}
.cart-results-go-back-button {
	background: #f6323e;
	padding-right: 22px !important;
}
.cart-results-register-button {
	background: #2ebf1a;
	padding-left: 25px !important;
}
.cart-results-view-cart-lnk {
	padding-right: 14px !important;
}
#cart-results-view-cart-dv {
	text-align: center;
}
#espresso-ajax-notices .close-espresso-notice {
    font-size: 21px;
    line-height: 21px;
    right: 7px;
    top: 4px;
}
.espresso-ajax-notices {
	border-radius: 30px;
}

/* ==========
Event Cart
============= */
#event-cart-tbl thead {
	font-weight: 600;
}
#event-cart-tbl td {
    border: 1px solid #536979;
    padding: 5px;
}
#event-cart-tbl .event-header {
	color: #0f4af2;
}
.event-cart-update-txt-qty {
	border: 2px solid #536979;
}
.event-cart-button,
.return-to-event-cart-mini-cart-lnk,
#spco-go-to-step-payment_options-submit {
	color: #fff !important;
	border: none;
	background: #0f4af2;
	text-decoration: none !important;
}
.event-cart-button:hover,
.event-cart-button:focus,
.return-to-event-cart-mini-cart-lnk:hover,
.return-to-event-cart-mini-cart-lnk:focus,
#spco-go-to-step-payment_options-submit:hover,
#spco-go-to-step-payment_options-submit:focus {
	background: #171d25;
}
.event-cart-button:active,
.return-to-event-cart-mini-cart-lnk:active,
#spco-go-to-step-payment_options-submit:active {
	background: #536979;
}
.event-cart-delete-ticket-button {
	background: #f6323e;
}
.event-cart-empty-cart-lnk,
.event-cart-update-cart-lnk,
.event-cart-go-back-button,
.event-cart-register-button,
.return-to-event-cart-mini-cart-lnk,
#spco-go-to-step-payment_options-submit {
	border-radius: 5rem !important;
	padding: 10px 15px !important;
	font-weight: 500 !important;
}
.event-cart-register-button,
#spco-go-to-step-payment_options-submit {
	background: #2ebf1a;
}
.event-cart-go-back-button,
.event-cart-register-button {
	width: 250px;
}
.return-to-event-cart-mini-cart-lnk,
#spco-go-to-step-payment_options-submit {
	text-transform: capitalize;
}
#spco-go-to-step-payment_options-submit {
	padding: 6px 15px !important;
}
.ticket-selector-submit-btn,
.ticket-selector-submit-btn-wrap {
	float: none;
}
.display-tckt-slctr-tkt-details {
	display: none !important;
}

/* ==========
Form
============= */
.ee-reg-form-attendee-dv {
	border-radius: 15px;
}
div.ee-reg-qstn {
	margin-bottom: 20px;
}
#ee-single-page-checkout-dv input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="file"]) {
	border: 1px solid #536979;
	border-radius: 3px;
	padding: 5px 7px;
	margin-bottom: 10px;
}
.asterisk,
#ee-single-page-checkout-dv .ee-asterisk,
#ee-single-page-checkout-dv .ee-input-error,
#ee-single-page-checkout-dv .ee-required-text {
	color: #f6323e !important;
}
.ee-reg-form-qstn-grp-dv #new_state_micro_form {
	display: none;
}
.display-more-attendee-copy-options {
	text-transform: capitalize;
}
.ee-attention {
	border-radius: 15px;
}
.spco-payment-method-info-dv {
	border-radius: 15px;
}
.StripeElement {
	border-color: #0f4af2;
	box-shadow: none;
	border-radius: 3px;
	height: 35px;
}
#stripe-card-button {
	border-radius: 50rem !important;
	font-weight: 500 !important;
    color: #fff;
    background-color: #0f4af2;
    border: none;
	padding: .4rem .7rem !important;
	transition: all .15s;
}
#stripe-card-button:hover,
#stripe-card-button:active,
#stripe-card-button:focus {
    color: #fff;
    background-color: #2ebf1a;
	text-decoration: none !important;
}
#spco-go-to-step-finalize_registration-submit {
	display: none;
}
#ee-stripe-button-dv label a {
	display: none;
}
.ee-reg-form-attendee-dv .ee-reg-form-qstn-grp-desc-pg {
	color: #fff;
	background: #536979;
	border-radius: 15px;
	padding: 10px;
	font-weight: 500;
}
textarea {
	resize: none;
	width: 100%;
	border: 1px solid #536979;
	border-radius: 3px;
	padding: 5px 7px;
}

/* ==========
Payment
============= */
#method-of-payment-hdr,
#ee-available-payment-method-inputs {
	display: none;
}
#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options {
	margin: 1.5em 0 0;
}
#ee-promotion-code-submit {
	background: #2ebf1a !important;
	color: #fff !important;
	border: none;
	text-decoration: none !important;
}
@media only screen and (max-width: 480px){
#espresso_calendar .time-display-block {
display: block !important;
}
}
/* ==========
Contact Form
============= */
.wpcf7 {
	max-width: 100%;
}
.wpcf7 input[type="submit"] {
	border-radius: 50rem;
	font-weight: 500;
	border-width: 3px;
	color: #fff;
    background-color: #0f4af2;
    border-color: #0f4af2;
	display: inline-block;
	width: auto;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus {
    color: #fff;
    background-color: #00223b;
    border-color: #00223b;
}
.grecaptcha-badge {
	visibility: hidden !important;
	}

