body {
  font-family: 'Work Sans', sans-serif;
  color: #14414c;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}

.navbar {
  font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
  color: #14414c;
}

.sitelogo {
	width: 100px;
	height: auto;
}

a {
    color: #4b7092;
}

a:hover, a:focus, a:active {
    color: #003366;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

img {
    max-width: 100%;
}

.topbar {
	color: #FFFFFF;
	background-color: #c36d4a;
	padding: 10px 0;
}

.topbar a {
	color: #FFFFFF;
	margin: 0 6px;
  transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.topbar a:hover {
	text-decoration: none;
  color: #50a7c1;
}


.tooltip {
	filter: drop-shadow(0 0 10px #FFFFFF);
}

.site-branding {
    margin: 10px auto;
    max-width: 1200px;
}

.site-container {
    margin: 0 auto;
    max-width: 1200px;
}

.app-navbar-container {
    background: #eeedec;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.navbar {
    padding: 1rem 0.5rem;
    background: #FFFFFF;
}

.nav-link {
    padding: .5rem .8rem !important;
	font-size: 18px;
}

.nav-link:hover, .nav-link:focus, .nav-link:active {
    color: #50a7c1 !important;
}

.top-ticket-button {
  background: #37afcb;
  padding: 10px 18px !important;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;
  border: 4px solid #37afcb;
  font-size: 18px;
  line-height: normal;
  font-weight: 800 !important;
  margin-right: 15px;
}

.top-ticket-button:hover {
  border-color: #0C3F4B;
  color: #ffffff !important;
  background: #0C3F4B;
  opacity: 1;
  text-decoration: none;
}

.top-watch-btn {
  border: 4px solid #37afcb;
  padding: 10px 18px !important;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #37afcb;
  font-size: 18px;
  line-height: normal;
}

.top-watch-btn:hover {
  background: #37afcb;
  color: #ffffff !important;
  opacity: 1;
  text-decoration: none;
}

.footer{
  background: #f4fafc;
	color: #14414c;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
}

.footer a {
	text-decoration: none;
	color: #14414c;
	margin: 0 5px;
  transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  padding: 18px 0; 
}

.footer a:hover {
	text-decoration: none;
  color: #50a7c1;
}

.footer1 {
	padding: 10px 0;
	text-align: left;
}

.footer2 {
	font-size: 24px;
	padding: 10px 0;
	background: #000000;
	text-align: center;
}

.footerlogo {
  width:120px;
  height: auto;
  margin-bottom: 20px;
}

.footer-bottom {
  margin: 20px;
  padding: 20px 0;
  font-size: 14px !important;
  border-top: solid 1px #14414c;
}

.footer-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}


.footer-btn a {
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 800;
}

.footer-btn {
  margin-right: 33px;
}

.foo-join-btn a {
  border: 4px solid #37afcb;
  color: #37afcb;
  background: #ffffff;
  -webkit-font-smoothing: auto;
}

.foo-buy-btn a {
  background: #37afcb;
  color: #ffffff;
  border: 4px solid #37afcb;
  -webkit-font-smoothing: auto;
}

.et-footer-nav {
  margin-bottom: 20px;
}

.footer-custom-social-icon {
  margin-bottom: 20px;
}

.foo-menu {
  margin-bottom: 20px;
}

body div#page-container .et_pb_section .et_pb_button_0:hover, body div#page-container .et_pb_section .et_pb_button_2:hover, body div#page-container .et_pb_section .et_pb_button_3:hover, body div#page-container .et_pb_section .et_pb_button_5:hover, .foo-buy-btn a:hover {
  color: #fff !important;
  background: #0C3F4B !important;
  border-color: #0C3F4B;
}

.foo-join-btn a:hover, .single-product .woocommerce-notices-wrapper .woocommerce-message a:hover {
  background: #37afcb;
  color: #ffffff;
  border-color: #37afcb;
}

.homepage-content-area {
    margin-top: 50px;
    margin-bottom: 50px;
}

.custom-card {
  border: solid 2px #FFFFFF;
  margin-bottom: 50px;
  border-radius: .25rem;
  color: #FFFFFF;
  background: #111111;
}

.custom-card-white {
  border: solid 2px #CCCCCC;
  margin: 50px auto;
  border-radius: .25rem;
  color: #000000;
  background: #FFFFFF;
}

.custom-card .card {
  background: #333333;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}

.custom-card .card-header {
  color: #0e0834;
  background: #CCCCCC;
}

.custom-card .table {
  background: #FFFFFF;
}


::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::placeholder {
	color: #CCCCCC !important;
}

label {
	margin-bottom: 0;
}

.custom-card-pmt {
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5);
	max-width: 625px;
	margin: 50px auto;
	border-radius: 1rem;
	color: #000000;
	background: #eaf1ff;
}
.custom-card-pmt .card-header {
	color: #FFFFFF;
	background: #194fb3;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.ctaarea {width:100%; background-color:#efedd2; margin-bottom:30px; padding:20px; }
.ctahead { font-size:36px; text-transform:uppercase; color:#003366; text-align:center; margin:0;}

.ctatop {height:40px; max-width:300px; background-color:#4b7092; margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:5px;}
a.ctatoplink:hover div {color:#d2dee8; background-color:#315577;}
.ctatopright {float:right; height:40px; width:40px; padding:5px; background-color:#003366;}
.ctatoptext {float:left; font-size:20px; text-transform:uppercase; color:#FFF; padding-top:4px; padding-left:20px; padding-right:2px;}

.ctainsidetext {float:left; font-size:24px; text-transform:uppercase; color:#FFF; padding-top:6px; padding-left:20px; padding-right:2px;}

.ctablue {height:48px; width:100%; background-color:#4b7092;}
a.ctabluelink:hover div {color:#d2dee8; background-color:#315577;}
.ctablueright {float:right; height:48px; width:48px; padding:9px; background-color:#003366;}

.ctared {height:48px; width:100%; background-color:#cc3333;}
a.ctaredlink:hover div {color:#edd8d8; background-color:#a31b1b;}
.ctaredright {float:right; height:48px; width:48px; padding:9px; background-color:#660000;}

.ctagreen {height:48px; width:100%; background-color:#009933;}
a.ctagreenlink:hover div {color:#b9dfc6; background-color:#006c24;}
.ctagreenright {float:right; height:48px; width:48px; padding:9px; background-color:#003300;}

.topnav-link {
    background: #003366;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 8px;
    line-height: 16px;
    margin: 10px 0;
}

.topnav-link:hover {
    background: #4b7092;
    color: #FFFFCC;
}

.hero-image, .hero-image img {
    width: 100%;
}

.page-image, .page-image img {
    width: 100%;
    margin: 20px 0;
}

.time-block {
    display: block;
    width: 100%;
    padding: 20px;
    color: #003366;
    background: #f4e89b;
    text-align: center;
    font-weight: 700;
    border: solid 2px #003366;
    border-radius: 8px;
    line-height: 16px;
    margin: 20px 0;
}

.time-block:hover {
    text-decoration: none;
    background: #fbf5d0;
}

.ease{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}

fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 1em;
  padding-top: 0.35em;
  padding-bottom: 1em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: solid 1px #CCCCCC;
}

legend {
  display: inline-block;
  width: auto;
  font-size: 1.2em;
  padding-left: 2px;
  padding-right: 2px;
  border: none;
}

.sc-default {
  fill: #555555;
}

.sc-selected {
    fill: #990000 !important;
}

.sc-disabled {
  fill: #CCCCCC;
}

.sc-stage {
    fill: #000000 !important;
}

.sc-text {
  fill: #FFFFFF;
}

.sc-default:hover {
	fill: #194fb3;
	cursor: pointer;
}

@media only screen and (max-width: 700px) {
.ctainsidetext {
font-size:18px;
padding-top:10px;
padding-left:15px;
padding-right:2px;}
}

.cal-div {
	border: 10px solid #FFFFFF;
	box-shadow: 3px 3px 7px #888888;
	margin: 10px auto; 
	background: #eaeaea; 
	max-width: 300px;
}
.cal-table {width: 100%; text-align: center; }
.cal-table tbody {color: #999999; background: #FFFFFF;}
.cal-legend {margin: 20px 0;}
.cal-leginst {display: inline-block; padding: 4px 8px; margin: 0 10px 5px 0; font-weight:700; border-radius: 8px;}
.cal-inst {font-weight: 700; position: relative; background-clip: padding-box !important;}
.cal-inst a {color: #FFFFFF;}
.cal-inst a:hover {color: #FFFFCC;}
.cal-past {opacity: 0.6;}
.cal-inst0 {background: #014e86; color: #FFFFFF;} /*dark blue*/
.cal-inst1 {background: #faad58; color: #3f1b00;} /*orange*/
.cal-inst2 {background: #3F0757; color: #FFFFFF;} /*purple*/
.cal-inst3 {background: #0C6940; color: #FFFFFF;} /*green*/
.cal-inst4 {background: #fec484; color: #512a00;} /*lt orange*/
.cal-inst5 {background: #2488c0; color: #002a41;} /*lt blue*/
.cal-inst6 {background: #990000; color: #FFFFFF;} /*red*/
.cal-inst7 {background: #ceac8f; color: #431f00;} /*beige*/
.cal-inst8 {background: #57c5de; color: #01404e;} /*teal*/
.cal-inst9 {background: #69610C; color: #FFFFFF;} /*deep gold*/
.cal-inst10 {background: #bb7ad7; color: #34014a;} /*lt purple*/
.cal-inst11 {background: #69390C; color: #FFFFFF;} /*brown*/
.cal-inst12 {background: #a1d290; color: #103a01;} /*lt green*/
.cal-inst13 {background: #690C0C; color: #FFFFFF;} /*maroon*/
.cal-inst14 {background: #333333; color: #FFFFFF;} /*dk gray*/
.cal-inst15 {background: #e1be97; color: #492302;} /*ls brown*/
.cal-inst16 {background: #fcfda1; color: #424301;} /*lt yellow*/
.cal-inst17 {background: #999999; color: #333333;} /*lt gray*/
.cal-clear {border: 1px solid #CCCCCC; } /*lt gray border*/
.christmas-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid #990000;
  overflow: hidden;
}
.gospel-date {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #66cc00;
  overflow: hidden;
}

.faux-box{
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  line-height: 1.0;
  padding: 3px;
  text-align: center;
  color: #999999;
  border: solid 1px #999999;
}

.bigdate_odd{
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-left: 5px solid #FED583 !important;
}
