/****************************************
 Global Styles
****************************************/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  letter-spacing: 2px;
  margin: 0;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

hr {
  background-color: #ccc;
  border: 0;
  box-sizing: content-box;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  border: 0;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

.hidden {
	display: none !important;
}

/****************************************
 Copy
****************************************/
p {
  font-size: 18px;
  color: #24548a;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: "Flamenco", cursive;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.white-text {
  color: #fff;
}

.green-text {
  color: #8dbf42;
}

/****************************************
 Headings
****************************************/
h1, h2, h3, h4, h5, h6 {
  color: #24548a;
  clear: both;
  font-family: "Flamenco", cursive;
}

/****************************************
 Typography
****************************************/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5;
}

/****************************************
 Fields
****************************************/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background-color: #eee;
  border: none;
  border-radius: 0;
  color: #000;
  font-family: "Flamenco", cursive;
  font-size: 18px;
  padding: 15px;
  text-align: left;
  max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000;
}

textarea {
  width: 100%;
}

/****************************************
 Contact Form
****************************************/
.contact-form {
  text-align: center;
}
.contact-form h5 {
  font-size: 18px;
}
.contact-form input[type=submit] {
  width: 100%;
}

.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_footer .gform_button {
  background-color: #9853a2 !important;
  border-radius: 5px;
  color: #fff !important;
  font-family: "Source Sans Pro", sans-serif !important;
  margin: 1em 0 0 0 !important;
  padding: .5em 2em !important;
  text-transform: uppercase !important;
}
.gform_footer .gform_button:hover, .gform_footer .gform_button:focus { 
  background-color: #784280 !important;
}
.pre-footer .gform_footer .gform_button {
  background-color: #9853a2 !important;
  color: #fff !important;
  padding: 1em !important;
}
.pre-footer .gform_footer .gform_button:hover, .pre-footer .gform_footer .gform_button:focus {
  background-color: #784280 !important;
}

.pre-footer .gform_wrapper {
  margin: 0 !important;
}
.pre-footer .gform_wrapper .gform_body {
  display: inline-block;
  width: 80%;
}
.pre-footer .gform_wrapper .gform_body li.gfield {
  margin: 0;
  padding: 0;
}
.pre-footer .gform_wrapper .gform_body li.gfield .ginput_container_email input.large {
  margin: 0;
  padding: 1em !important;
}
.pre-footer .gform_wrapper .gform_footer {
  display: inline;
}

.ga_appointments_calendar_header h3,
#gappointments_calendar_slots .calendar_time_slots .slots-title {
  font-family: "Source Sans Pro", sans-serif;
}

.gform_wrapper .top_label span.ginput_total {
	color: #000;
	font-size: 24px;
    font-weight: 600;
}

input[type=submit]#pwgc-redeem-button {
	background-color: #3e324d;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

input[type=submit]#pwgc-redeem-button:hover {
	background-color: #57466c;
}

.ga_monthly_schedule_wrapper table {
    width: 100%;
}

/****************************************
 Buttons
****************************************/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 0;
  background-color: #8dbf42;
  color: #000;
  font-family: "Flamenco", cursive;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px;
  white-space: pre-line;
  width: 100%;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.button {
  display: inline-block;
  padding: 0.25em;
}
.button a {
  text-decoration: none;
  text-transform: lowercase;
}
.button a:after {
  background-image: url(/wp-content/uploads/2018/11/arrow-right.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 1em;
  width: 22px;
  vertical-align: middle;
}

a.button--blue {
  background-color: #54aecc;
  color: #fff;
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
}
a.button--blue .inner-button {
  border: 1px solid #fff;
  padding: 0.5em 2em;
}
.home a.button--blue {
  margin: 2em 0;
}
a.button--blue:hover, a.button--blue:focus {
  background-color: #fff;
  color: #54aecc;
}
a.button--blue:hover .inner-button, a.button--blue:focus .inner-button {
  border: 1px solid #54aecc;
}

a.button--event {
  background-color: #00d8ff;
  border-radius: 5px;
  color: #fff;
  padding: 0.5em 2em;
  text-align: center;
  text-decoration: none;
}
a.button--event:hover, a.button--event:focus {
  background-color: #fff;
  color: #00d8ff;
}
.page-template-event-landing-page a.button--event {
  background-color: #24548a;
}
.page-template-event-landing-page a.button--event:hover, .page-template-event-landing-page a.button--event:focus {
  background-color: #2f6db2;
  color: #fff;
}

a.button--event.is-out {
	background-color: #ccc;
	color: #eee;
}

a.button--event.is-out:hover,
a.button--event.is-out:focus {
	background-color: #ccc;
	color: #eee;
}

a.button--event.is-few {
	background-color: #ff0000;
}

a.button--event.is-few:hover,
a.button--event.is-few:focus {
	background-color: #cc0000;
}

.button--card {
	border: 1px solid #fff;
	bottom: 30px;
	font-size: 18px;
	padding: 0;
	position: absolute;
	right: 45px;
	text-transform: lowercase;
}

.button--card a {
	color: #fff;
	display: block;
	padding: .5em 1em;
}

.button--card a:hover,
.button--card a:focus {
	color: #fff;
}

.button--buy-tickets a {
/* 	background-color: #dcfbe2; */
	font-weight: 600 !important;
	padding: 0;
}

.button--buy-tickets a:hover,
.button--buy-tickets a:focus {
/* 	background-color: #aef6bc; */
}

.button--default,
button {
  background-color: #9853a2;
  border-radius: 5px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  padding: .5em 2em;
  text-decoration: none;
  text-transform: uppercase;
}

.button--default:hover,
.button--default:focus,
button:hover,
button:focus {
	background-color: #784280;
    color: #fff;
}

/****************************************
 Content Left + Sidebar Right
****************************************/
.content-area {
  float: left;
  margin: 0 -25% 0 0;
  width: 100%;
}

.site-main {
  margin: 0;
}

.site-content {
  padding: 4em 0;
}
.home .site-content {
  padding: 0;
}

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%;
}

.site-footer {
  clear: both;
  width: 100%;
}

/****************************************
 Layout Constrain
****************************************/
.l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1em;
  padding-right: 1em;
}

.l-constrain--wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding-left: 1em;
  padding-right: 1em;
}

/****************************************
 Captions
****************************************/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/****************************************
 Galleries
****************************************/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/****************************************
 Media
****************************************/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/****************************************
 Accessibility
****************************************/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/****************************************
 Alignments
****************************************/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/****************************************
 Clearings
****************************************/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/****************************************
 Infinite Scroll
****************************************/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/****************************************
 Links
****************************************/
a {
  color: #000;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a.read-more {
    color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
    overflow: hidden;
    text-decoration: none;
}

a.read-more:hover {
    text-decoration: underline;
}

.post-navigation .nav-links {
	margin: 2em 0 0 0;
}

.nav-previous a,
.nav-next a {
	color: #3e324d;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

.nav-previous a:before,
.nav-next a:after {
	background-repeat: no-repeat;
	color: #3e324d;
	content: "";
	display: inline-block;
	height: 32px;
	font-size: 25px;
    vertical-align: middle;
	width: 32px;
}

.nav-previous a:before {
	background-image: url(/wp-content/uploads/2019/02/chevron-circle-left.png);
	margin-right: .5em;
}

.nav-next a:after {
	background-image: url(/wp-content/uploads/2019/02/chevron-circle-right.png);
	margin-left: .5em;
}

.nav-previous a:hover:before {
	background-image: url(/wp-content/uploads/2019/02/chevron-circle-left-hover.png);
	margin-right: .5em;
}

.nav-next a:hover:after {
	background-image: url(/wp-content/uploads/2019/02/chevron-circle-right-hover.png);
	margin-left: .5em;
}

nav.pagination .nav-links {
    margin: 2em 0 4em 0;
	text-align: center;
}
span.page-numbers.current {
	background-color: #24548a;
    color: #fff;
    font-size: 14px;
    padding: 5px 18px;
}

a.page-numbers {
	background-color: transparent;
    color: #24548a;
    font-size: 14px;
    padding: 5px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

a.page-numbers:hover,
a.page-numbers:focus {
	background-color: #000;
    color: #fff;
}

.product-template-default .nav-links {
	display: none;
}

/****************************************
 Menus
****************************************/
.main-navigation {
  float: right;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 132px;
  margin-right: 0;
}
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  background-color: #54aecc;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  display: block;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  margin-right: 2em;
  position: relative;
}
.main-navigation li:first-child {
  margin-left: 0;
}
.main-navigation ul.sub-menu li {
	line-height: 2;
	margin: 0;
}
.main-navigation ul.sub-menu li a {
	background-color: transparent;
	color: #fff;
	font-weight: 600;
	padding: 1em 2em;
}
.main-navigation ul.sub-menu li a:hover,
.main-navigation ul.sub-menu li a:focus {
	background-color: #3697b7;
}
.main-navigation a {
  color: #000;
  display: block;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.main-navigation a:hover, 
.main-navigation a:focus {
  
}

.main-navigation a:hover:before {
  border-bottom: 5px solid #54aecc;
  bottom: 40px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  display: none;
}

.main-navigation ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

ul.sub-menu li a:hover:before {
	display: none;
}

/****************************************
 Menus
****************************************/
.mob-menu .headertext {
  display: none;
}

.mob-menu-logo-holder {
  display: none;
}

.mobmenur-container {
  margin-top: -5px;
}

.mobmenu .sub-menu li a {
	padding-left: 0 !important;
}

/****************************************
 Sections
****************************************/
.section {
  display: block;
  overflow: hidden;
  padding: 2em 1em;
}

.section--intro {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3e324d;
  background-image: url(/wp-content/uploads/2018/11/decoration.png);
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-height: 750px;
  overflow: visible;
  text-align: center;
}
.section--intro .inner {
  position: relative;
}
.section--intro .inner h2 {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
.section--intro .inner h2:after {
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
  width: 40%;
}
.section--intro .inner p {
  color: #fff;
  margin: 0 auto 3em auto;
  text-align: center;
  width: 75%;
}
.section--intro .inner a {
  color: #fff;
  text-decoration: none;
}
.section--intro .inner a:hover, .section--intro .inner a:focus {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
}
.section--intro .inner img {
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  margin: 4em auto -25em auto;
}

.section--media {
  background-repeat: no-repeat;
  background-size: cover;
}
.section--media .inner {
  padding: 8em 0 4em 0;
}
.section--media iframe {
  height: 600px;
  width: 100%;
}

.section--events {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c2a3e), to(#4d6686));
  background-image: -webkit-linear-gradient(#1c2a3e, #4d6686);
  background-image: -o-linear-gradient(#1c2a3e, #4d6686);
  background-image: linear-gradient(#1c2a3e, #4d6686);
  padding: 4em 1em;
}
.section--events h2 {
  color: #00d8ff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}


.button--event-timer a {
  background-color: #e7bf54;
}

.button--event-timer a:hover,
.button--event-timer a:focus {
	background: #e1ae27;
}

.section--quick-links {
	background-color: #eee;
	padding: 4em 0;
}

.section--services {
  padding: 2em 0 0 0;
}

/****************************************
 Comments
****************************************/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/****************************************
 Posts and Pages
****************************************/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-content a {
	color: #24548a;
	font-weight: 600;
	text-decoration: none;
}

.entry-content a:hover,
.entry-content a:focus {
	text-decoration: underline;
}
/****************************************
 Prefooter
****************************************/
.pre-footer {
  background-color: #e7bf54;
  font-weight: 300;
  padding: 3em 0;
}
.pre-footer h2, .pre-footer h3 {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.pre-footer h3 {
  font-size: 36px;
  line-height: 46px;
}
.pre-footer p {
  color: #fff;
  margin: 0;
}

/****************************************
 Site Footer
****************************************/
.site-footer {
  background-color: #3e324d;
  color: #fff;
  padding: 4em 0 2em 0;
  text-align: center;
}

.site-footer__widgets {
  color: #fff;
  overflow: hidden;
  padding: 0 0 2em 0;
  text-align: center;
  width: auto;
}

.site-footer__widget-item {
  text-align: left;
}
.site-footer__widget-item h3 {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}
.site-footer__widget-item p {
  color: #fff;
  font-weight: 300;
}
.site-footer__widgets .two-thirds {
  float: left;
  width: 80%;
}
.site-footer__widgets .one-third {
  float: left;
  margin: 0;
  width: 20%;
}
.site-footer__widgets .one-third img {
  display: block;
  padding-bottom: 1em;
}

.site-footer__widgets .gform_wrapper,
.stie-footer__widgets .ginput_container.ginput_container_email {
	margin: 0 !important;
}

.site-footer__widgets .gform_wrapper ul.gform_fields li.gfield:first-child,
.site-footer__widgets .gform_wrapper ul.gform_fields li.gfield:nth-child(2) {
	margin: 0 !important;
}


.site-footer .site-info {
	clear: both;
}

.site-footer__slider {
	float: left;
	margin-top: 1em;
	width: 70%;
}

.site-footer__slider .owl-item {
	text-align: left;
	width: 48%;
}

.site-footer__slider .owl-item p {
	color: #fff;
	padding-right: 2.5em;
}

.site-footer__slider-nav {
    padding: 0 0 3em 0;
    text-align: left;
}

.site-footer__slider-nav a.button.button--default {
	vertical-align: top;
}

.site-footer__slider-nav a#csr-overall-link {
	color: #fff;
	margin-left: 1em;
	vertical-align: middle;
}

/****************************************
  Slider
****************************************/
div[class*="outer_wrap-"] h1.aps-post-title a {
	color: #fff;
    font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

/****************************************
 Widgets
****************************************/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.textwidget .gform_wrapper ul.gform_fields li.gfield input {
  margin: 0;
}

/****************************************
 Back To Top
****************************************/
.backtotop {
  bottom: 0;
  display: block;
  position: fixed;
  right: 2em;
  z-index: 3;
}
.backtotop a {
  background-color: #8dbf42;
  display: inline-block;
  padding: 10px 15px 1px 15px;
  width: 80%;
}

/****************************************
 Cards
****************************************/
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
  position: relative;
  z-index: 4;
}

.card-item {
  border-bottom: 5px solid #fff;
  box-shadow: 1px 1px 8px #111;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin: 0;
  position: relative;
}
.card-item .media {
  line-height: 0;
}
.card-item .media img {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.card-item ul {
	margin: 0;
	padding: 0;
}
.card-item ul li {
	font-size: 18px;
	list-style: none;
	margin: 0 0 1em 0;
}
.card-item__countdown h3 {
	color: #fff;
	display: block;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.card-item .content {
  margin: 0 0 3em 0;
  padding: 1em;
  position: relative;
}
.card-item .content .inner-content {
  color: #fff;
  padding: 2em;
}
.card-item .content .inner-content h2 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin-top: 0;
  padding: 0 0 0.5em 0;
}
.card-item .content .inner-content p {
  color: #fff;
}

.card-item--orange {
  background-color: #e7bf54;
}

.card-item--orange .button--card a {
  background-color: #54aecc;
}

.card-item--purple {
  background-color: #9853a2;
}

.card-item--purple .button--card a {
  background-color: #e7bf54;
}

.card-item--blue {
  background-color: #54aecc;
}

.card-item--blue .button--card a {
	background-color: #9853a2;
}

.card-item--orange .button--card a:hover,
.card-item--orange .button--card a:focus {
	background: #3697b7;
}

.card-item--purple .button--card a:hover,
.card-item--purple .button--card a:focus {
	background: #e1ae27;
}

.card-item--blue .button--card a:hover,
.card-item--blue .button--card a:focus {
	background: #784280;
}

.card-item--purple li:before {
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	vertical-align: middle;
}

li.guidance:before,
li.career:before {
	margin-right: 22px;
}

li.love:before {
	background-image: url(/wp-content/uploads/2018/11/love-icon.png);
	height: 26px;
	margin-right: 30px;
	width: 29px;
}

li.guidance:before {
	background-image: url(/wp-content/uploads/2018/11/guidance-icon.png);
	height: 36px;
	width: 37px;
}

li.career:before {
	background-image: url(/wp-content/uploads/2018/11/career-icon.png);
	height: 26px;
	width: 37px;
}

li.growth:before {
	background-image: url(/wp-content/uploads/2018/11/inner-growth-icon.png);
	height: 31px;
	margin-right: 32px;
	width: 28px;
}

/****************************************
 Columns
****************************************/
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-half {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.column-thirds {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

.column-fourths {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
}

/****************************************
 Events
****************************************/
.event-item {
  padding: 2em 0;
}
.event-item:last-of-type {
  border-bottom: 1px solid #00d8ff;
}
.page-template-event-landing-page .event-item {
  background-color: #eee;
  border-bottom: 5px solid #24548a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 1em;
  padding: 2em; 
}

.event-details {
  display: inline-block;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}
.event-details h3 {
  color: #00d8ff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.event-details p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.page-template-event-landing-page .event-details h3 {
  color: #24548a;
}
.page-template-event-landing-page .event-details p {
  color: #24548a;
}

.event-content {
  display: inline-block;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.event-content .more-info {
  color: #00d8ff;
}
.event-content .more-info:before {
  content: "";
  display: inline-block;
}
.home .event-content p {
  color: #fff;
}
.page-template-event-landing-page .event-content p {
  color: #24548a;
}

.event-button {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  text-align: right;
  width: 100%;
}

.event-content__trigger {
  color: white;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin: 1em 0 0 0;
  padding: 0 0 0 35px;
  position: relative;
  text-decoration: none;
}
.event-content__trigger span:before {
  background-image: url(/wp-content/uploads/2018/11/blue-plus-icon.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 27px;
  left: 0;
  position: absolute;
  width: 27px;
}
.event-content__trigger span:before {
  background-image: url(/wp-content/uploads/2018/11/blue-minus-icon-1.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 27px;
  left: 0;
  position: absolute;
  width: 27px;
}
.page-template-event-landing-page .event-content__trigger {
  color: #24548a;
}
.page-template-event-landing-page .event-content__trigger span:before {
  background-image: url(/wp-content/uploads/2018/11/berry-plus-icon.png);
}
.page-template-event-landing-page .event-content__trigger span:before {
  background-image: url(/wp-content/uploads/2018/11/berry-minus-icon.png);
}

.page-template-event-landing-page .event-timer {
	display: inline-block;
}

.event-timer {
	background-color: #e7bf54;
	display: none;
	font-weight: 600;
	padding: 1em;
	position: relative;
	margin: 0 auto;
    text-align: center;
	top: 200px;
	z-index: 10;
}

.event-timer__inner {
	border: 1px solid #fff;
	color: #fff;
	padding: 1em 2em;
}

.event-timer__inner p {
	color: #fff;
	display: inline-block;
	margin: 0;
}

.event-price {
	color: #00d8ff;
	display: inline-block;
    font-size: 30px;
    text-align: right;
    vertical-align: top;
	width: 100%;
}

.page-template-event-landing-page .event-price {
	color: #24548a;
}

/****************************************
 Gallery
****************************************/
.gallery-cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1em 0;
  min-height: 400px;
  position: relative;
}
.gallery-cta h2 {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  text-transform: uppercase;
  z-index: 3;
}
.gallery-cta:hover:before, .gallery-cta:focus:before {
  background-color: #3e324d;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

a.gallery-link {
  text-decoration: none;
}

/****************************************
 Hero
****************************************/
.hero--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 500px;
  padding: 4em;
  text-align: center;
}
.hero--home h1 {
  color: #000;
}

/****************************************
 Message Bar
****************************************/
.message-bar {
	background-color: #54aecc;
	font-size: 18px;
	padding: 1em;
	text-align: center;
}

.message-bar p {
	color: #fff;
	display: inline-block;
	margin: 0 0 0 1em;;
	padding: 0;
}

.message-bar .button--message-bar {
    display: inline-block;
	margin: 0 0 0 1em;
	padding: 0;
}

.message-bar .button--message-bar a {
	background-color: #3697b7;
	border-radius: 5px;
	color: #fff;
	padding: .5em 1em;
}

.message-bar .button--message-bar a:after {
	display: none;
}

.message-bar .button--message-bar a:hover,
.message-bar .button--message-bar a:focus {
	background-color: #fff;
	color: #54aecc;
	padding: .5em 1em;
}

/* .message-bar__container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.message-bar.message-bar--left,
.message-bar.message-bar--right {
	-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
} */

/****************************************
 Page
****************************************/
.page__content-outer {
	background-color: #fff;
    opacity: .9;
    padding: 2em;
}
.page__intro {
	color: #24548a;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 2em 0;
    text-align: center;
}

.page__intro p {
    font-size: 24px;
}

.page__title h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin: .75em 0 1em 0;
}

.page__title.is-centered h1 {
	margin: .75em 0 1.5em 0;
	text-align: center;
}

.page__title.is-centered h1:after {
	border-bottom: 1px solid #24548a;
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 1.1em;
    width: 15%;
}

/****************************************
 Pip Nav
****************************************/
.pip-nav {
  clear: both;
  flex: 0 0 100%;
  padding: 30px 0.5em 10px 0.5em;
}
.pip-nav ul {
  margin-left: 0;
  text-align: center;
}
.pip-nav ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.pip-nav ul li.current {
  background-color: #24548a;
  color: #fff;
  font-size: 14px;
  padding: 5px 18px;
}
.pip-nav ul li a {
  color: #24548a;
  display: block;
  font-size: 14px;
  padding: 5px 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.pip-nav ul li a:hover, .pip-nav ul li a:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/****************************************
 Quick Link
****************************************/
.quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.quick-link__item {
	border-radius: 50%;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 0 auto;
	overflow: hidden;
    width: 300px;
}

.quick-link__item p,
.quick-link__item h3 {
	color: #fff;
	margin: 0;
	text-align: center;
}

.quick-link__item h3 {
	
	display: block;
    font-size: 32px;
}

.quick-link__item p {
	font-size: 21px;
	font-weight: 300;
}

.quick-link__item p:hover {
	text-decoration: underline;
}

.quick-link__item a {
	display: block;
	padding: 4em;
    text-decoration: none;
}
/****************************************
 Reviews
****************************************/
.reviews__item {
    background-color: #fff;
	padding: 2em;
}

.reviews__item:nth-child(even) {
	background-color: #eee;
}

h3.review_form_title {
    font-family: "Source Sans Pro", sans-serif;	
}

/****************************************
 Services
****************************************/
.services {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.service-item {
	-ms-flex-preferred-size: 48%;
    flex-basis: 48%;
	margin: 0 0 12% 0;
	position: relative;
    text-align: center;
}

.service-item h3 {
	color: #fff;
    background-color: #24548a;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
	-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0;
    padding: 1.5em 1em;
    text-transform: uppercase;
}

.service-item__content {
	padding: 0 1em 2em 1em;
}

.service-item__content p {
	color: #fff;
}

.service-item ul {
	margin: 0;
	padding: 0 2em;
}

.service-item ul li {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	list-style: none;
	margin: 0 0 1em 0;
}

.service-item__price {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 1em 0 2em 0;
}

.service-item__link {
	bottom: -84px;
    margin: 0;
    position: absolute;
	width: 100%;
}

.service-item__link a {
	color: #fff;
	display: block;
	font-size: 24px;
	padding: 1em 2em;
	text-decoration: none;
}

.service-item__link a:hover,
.service-item__link a:focus {
	background-color: #24548a;
	color: #fff;
}

.service-item.card-item--orange h3 {
	background-color: #e1ae27;
}

.service-item.card-item--purple h3 {
	background-color: #784280;
}

.service-item.card-item--blue h3 {
	background-color: #3697b7;
}

.service-item.card-item--dkpurple h3 {
	background-color: #3e324d;
}

.service-item.card-item--dkpurple {
	background-color: #57466c;
}

.service-item.card-item--orange .service-item__link a {
	background-color: #edd081;
}

.service-item.card-item--orange .service-item__link a:hover,
.service-item.card-item--orange .service-item__link a:focus {
	background-color: #e1ae27;
}

.service-item.card-item--purple .service-item__link a {
	background-color: #ad72b6;
}

.service-item.card-item--purple .service-item__link a:hover,
.service-item.card-item--purple .service-item__link a:focus {
	background-color: #784280;
}

.service-item.card-item--blue .service-item__link a {
	background-color: #7bc1d8;
}

.service-item.card-item--blue .service-item__link a:hover,
.service-item.card-item--blue .service-item__link a:focus {
	background-color: #3697b7;
}

.service-item.card-item--dkpurple .service-item__link a {
	background-color: #4a3c5c;
}

.service-item.card-item--dkpurple .service-item__link a:hover,
.service-item.card-item--dkpurple .service-item__link a:focus {
	background-color: #3e324d;
}

/****************************************
 Shopping Cart
****************************************/
.shopping-cart {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 1em;
  text-align: right;
}
.shopping-cart p {
  margin: 0;
}
.shopping-cart a {
  color: #fff;
  text-decoration: none;
}

/****************************************
 Site Branding
****************************************/
.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3em 0;
  position: relative;
  z-index: 3;
}

.site-name {
  background-color: #faf9f5;
  display: block;
  float: none;
  line-height: normal;
  overflow: hidden;
  padding: 0.75em 1em;
  text-align: left;
}

.site-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #54aecc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.site-logo img {
  max-width: none;
  width: 100%;
}

.site-title h1 {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.site-title p {
  margin: 0;
}

.site-description {
  width: 100%;
}
.site-description p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.site-menu {
  background-color: #faf9f5;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  overflow: visible;
}

.site-orders {
  background-color: #7f8bb1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static;
}

/****************************************
 Site Header
****************************************/
.site-header {
  background-color: #3e324d;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

.home .site-header {
  background-size: contain;
  min-height: 800px;
  position: relative;
}

.stars {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

#blink rect {
	display: none;
}

.site-header--small {
  min-height: 200px;
}

.site-header--medium {
  min-height: 500px;
  text-align: center;
}

/****************************************
 Social Media
****************************************/
.social-media--header {
  display: none;
  line-height: 112px;
}
.social-media--header ul {
  margin: 0;
}
.social-media--header ul li {
  display: inline-block;
}

/****************************************
 WooCommerce
****************************************/
button.single_add_to_cart_button.button.alt {
    clear: both;
	margin: 2em 0;
    width: auto;
}

.woocommerce div.product p.price {
	font-size: 24px;
	margin: 0 0 2em 0;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #000;
}

.product-template-default .entry-title {
	font-size: 32px;
}

/**********************************************
 Woocommerce Product Descriptions
**********************************************/
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #9853a2;
	border: none;
    color: #fff;
	border-radius: 0;
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	background-color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
	background-color: #eee;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: .5em 1em;
}


/****************************************
 Videos
****************************************/
.video-item iframe {
	height: 100%;
	width: 100%;
}

.video-item a {
	color: #3e324d;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

/****************************************
 Media Queries
****************************************/
@media only screen and (max-width: 1350px) {
  .card-item .media img {
	height: 400px;
  }
  .main-navigation {
    margin-right: 0;
  }
  .site-name {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
	.main-navigation {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1150px) {
  .card-item .media img {
	height: 300px;
  }
	
  .event-details,
  .event-content {
	-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
	
  .event-timer {
	top: 50px;
  }
  .main-navigation {
    line-height: 60px;
  }
  .site-branding {
    display: block;
  }
  .site-header {
    background-image: url(/wp-content/uploads/2018/11/Twinkling-Light-Static_2000x1250.jpg)
  }
  .site-menu {
    overflow: hidden;
  }
  .site-name {
    display: block;
  }
}

@media only screen and (max-width: 1050px) {
   .card-item {
    -ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin: 0 0 2em 0;
  }
  .card-item .media img {
	display: none;
  }
  .column-half {
	-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .section--services {
    padding: 2em 0 2em 0;
  }
  .section--services .column-thirds {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
  }
  .service-item {
    margin: 0 0 8em 0;
  }
}

@media only screen and (max-width: 950px) {
  .hero--home h1 {
    color: #fff;
  }
  .social-media--header {
    line-height: 30px;
  }
}

@media only screen and (max-width: 850px) {
	.event-button {
	  margin: 2em 0 0 0;
	  text-align: right;
	}
	
	.page-template-event-landing-page .event-item {
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	
	.event-content,
	.event-details {
		-ms-flex-preferred-size: 100%;
        flex-basis: 100%;
	}
	
	.message-bar .button--message-bar {
		display: block;
		margin: 1em 0 .5em 0;
	}
    
	.site-footer__slider,
	.site-footer__widgets {
 		width: 100%;
	}
	
	.site-footer__widgets {
		text-align: left;
	}
	
	.site-footer__widgets .two-thirds,
	.site-footer__widgets .one-third {
	  width: 100%;
	}
	
	.site-footer__widgets .one-third {
	  margin-top: 3em;
	}
	
	.site-footer__widgets .one-third img {
	  display: inline-block;
	}
}

@media only screen and (max-width: 750px) {
   .column-thirds {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
  }
  .main-navigation ul {
    display: none;
  }
  .service-item {
	  -ms-flex-preferred-size: 100%;
	  flex-basis: 100%;
  }
  .site-footer__widgets {
	display: block;
	margin: 0 0 2em 0;
  }
  .section--intro .inner img {
	margin: 4em auto;
  }
  .section--media .inner {
	padding: 4em 0;
  }
  .section--quick-links {
	padding: 0;
  }
  .quick-links {
    display: block;
	text-align: center;
  }
  .quick-link__item {
	border-radius: 0; 
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%;
  }
  .quick-link__item a {
	padding: 2em;	
  }
}

@media only screen and (max-width: 650px) {
  .event-button,
  .event-price {
	text-align: center;
  }
	
  .gallery-cta h2 {
	font-size: 28px;
  }
  .pre-footer .gform_wrapper .gform_body {
    display: block;
	width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .event-content,
  .event-price {
    display: block;
	width: 100%;
  }
}