@import url('//hello.myfonts.net/count/3a040b');
/*
Theme Name: Sanitarium Weet-Bix Kids TRYathlon
Theme URI: https://tryathlon.com.au
Author: Increaseo
Author URI: http://www.increaseo.com
Description: Sanitarium Weet-Bix Kids TRYathlon
Version: 1
Text Domain: tryathlon

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
  font-family: 'BebasNeuePro-SmEBd';
  src: url('fonts/bebas-3A040B_0_0.eot');
  src: url('fonts/bebas-3A040B_0_0.eot?#iefix') format('embedded-opentype'),
    url('fonts/bebas-3A040B_0_0.woff2') format('woff2'),
    url('fonts/bebas-3A040B_0_0.woff') format('woff'),
    url('fonts/bebas-3A040B_0_0.ttf') format('truetype');
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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: 600;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

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;
}

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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #404040;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

button,
input,
select,
textarea {
  color: #404040;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2 {
  clear: both;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Raleway', sans-serif;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em 1.5em 1.5em;
  color: #0032a0;
  font-style: italic;
  font-size: 20px;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  height: 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;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

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

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

.entry-content .wpb_text_column ul,
.entry-content .vc_toggle_content ul,
.woocommerce ul.products .product-desc ul {
  list-style: none;
  margin: 10px 0 30px 36px;
  padding: 0 0 0 0;
}

.entry-content .wpb_text_column ul li,
.entry-content .vc_toggle_content ul li,
.woocommerce ul.products .product-desc ul li {
  padding: 0;
  width: 100%;
  text-indent: -6px;
}

.entry-content .wpb_text_column ul li:before,
.entry-content .vc_toggle_content ul li:before,
.woocommerce ul.products .product-desc ul li:before {
  font-family: 'Ionicons';
  content: '\f21b';
  margin-right: 0px;
  font-size: 8px;
  position: relative;
  top: -2px;
  left: -30px;
}

.entry-content .wpb_text_column ol,
.entry-content .vc_toggle_content ol {
  margin: 10px 0 30px 15px;
  padding: 0 0 0 0;
}

.entry-content .wpb_text_column ol li,
.entry-content .vc_toggle_content ol li {
  padding: 0 0 0 25px;
  margin: 0 0 20px 0;
}

.entry-content .wpb_text_column ul.no-bullet {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

.entry-content .wpb_text_column ul.no-bullet li {
  padding: 0;
  width: 100%;
  text-indent: 0;
  list-style-type: none;
}

.entry-content .wpb_text_column ul.no-bullet li:before {
  display: none;
}

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;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.vipsalebt {
  position: absolute;
  right: 0px;
  bottom: 20px;
  background-color: #ff0000;
  height: 125px;
  width: 125px;
  text-align: center;
  line-height: 40px;
  padding-top: 17px;
  border-radius: 50%;
  cursor: pointer;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.btn,
#content .vc_btn3.vc_btn3-style-modern,
.field-wrap input[type='submit'],
.field-wrap input[type='button'],
.field-wrap button,
.form-field input.wpcf7-submit {
  border: 1px solid #31a000;
  border-radius: 5px;
  background: #31a000;
  line-height: 1;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
  padding: 15px;
  color: #fff !important;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  max-width: 258px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.btn.blue,
.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,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.form-field input.wpcf7-submit:hover {
  border: 1px solid #31a000;
  background: #31a000;
  color: #fff !important;
  font-weight: normal;
  opacity: 1;
  border-radius: 5px;
  line-height: 1;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
  padding: 15px;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  max-width: 258px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.btn.center {
  margin: 0 auto;
  display: block;
}

.btn.right {
  margin: 0 0 0 auto;
  display: block;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.btn:hover,
#content .vc_btn3.vc_btn3-style-modern:hover,
.field-wrap input[type='submit']:hover,
.field-wrap input[type='button']:hover,
.field-wrap button:hover {
  border: 1px solid #0033a0;
  background: #0033a0;
  color: #fff !important;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
a.btn:hover:focus,
a.btn:hover:active,
.btn:hover:focus,
.btn:hover:active,
#content .vc_btn3.vc_btn3-style-modern:focus,
#content .vc_btn3.vc_btn3-style-modern:active,
.field-wrap input[type='submit']:focus,
.field-wrap input[type='button']:focus,
.field-wrap button:focus,
.field-wrap input[type='submit']:active,
.field-wrap input[type='button']:active,
.field-wrap button:active {
  border: 1px solid #0033a0;
  background: #0033a0;
  color: #fff !important;
  outline: 0;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.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:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.btn.blue:hover,
.btn.blue:focus,
.btn.blue:active,
.btn.active,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit[disabled]:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button[disabled]:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce #respond input#submit:disabled:focus,
.woocommerce #respond input#submit[disabled]:disabled:focus,
.woocommerce a.button.disabled:focus,
.woocommerce a.button:disabled:focus,
.woocommerce a.button[disabled]:disabled:focus,
.woocommerce button.button.disabled:focus,
.woocommerce button.button:disabled:focus,
.woocommerce button.button[disabled]:disabled:focus,
.woocommerce input.button.disabled:focus,
.woocommerce input.button:disabled:focus,
.woocommerce input.button[disabled]:disabled:focus,
.woocommerce #respond input#submit.disabled:active,
.woocommerce #respond input#submit:disabled:active,
.woocommerce #respond input#submit[disabled]:disabled:active,
.woocommerce a.button.disabled:active,
.woocommerce a.button:disabled:active,
.woocommerce a.button[disabled]:disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce button.button:disabled:active,
.woocommerce button.button[disabled]:disabled:active,
.woocommerce input.button.disabled:active,
.woocommerce input.button:disabled:active,
.woocommerce input.button[disabled]:disabled:active,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
  border: 1px solid #0033a0 !important;
  background: #0033a0 !important;
  color: #fff !important;
}

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 {
  color: #989898;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 3px;
  font-weight: 600;
}

select {
  border: 1px solid #ccc;
  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 {
  border-color: #bbbbbb;
  box-shadow: 0px 0px 2px #bbbbbb;
  outline: none;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #eb1e28;
  text-decoration: none;
}

a:visited {
  color: #eb1e28;
}

a:hover,
a:focus,
a:active {
  color: #5b5b5b;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .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%;
}

/*--------------------------------------------------------------
# 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;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */ .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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

i.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 5px;
}

.site {
  width: 100%;
  margin: 0 auto 0 auto;
}

.no-hero-image .site,
.home.no-hero-image .site {
  margin: 101px auto 0 auto;
}

.content-area {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.site-main {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 980px;
  margin: 0 auto;
}

.bebas {
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
}

.header-search {
  float: right;
  padding: 0px;
  position: relative;
  height: 25px;
  width: 25px;
}

.site-header .social-icons a.show-search {
  display: block;
  border-radius: 0;
  background: transparent;
  position: relative;
  top: -6px;
  text-decoration: none;
}

.site-header .social-icons .header-search .icon {
  font-size: 30px;
  color: #eb1e28;
}

.site-header .search-form-wrapper {
  position: relative;
  right: 170px;
  top: 5px;
  z-index: 1;
  border-radius: 10px;
  width: 200px;
  display: none;
}

.site-header .search-form-wrapper.active {
  display: block;
}

a.show-search {
  display: none;
}

.site-header a.show-search {
  display: block;
}

.header-search .search-form-wrapper input {
  width: 100%;
  padding: 5px;
  -webkit-appearance: textfield;
}

.header-search .search-form-wrapper button {
  max-width: none;
  width: auto;
  padding: 0;
  background: transparent;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 2px;
  border: none;
  box-shadow: none;
}

.site-header .social-icons .header-search button .icon {
  color: #000;
  height: 30px;
  width: 30px;
}

.hero-image {
  width: 100%;
  min-height: 230px;
  position: relative;
  overflow-x: hidden;
}

.hero-image.desktop {
  font-size: 0;
}

.hero-image.mobile {
  display: none;
}

.hero-image.short img {
  max-width: 100%;
  width: 100%;
}

.hero-image.full {
  width: 100%;
  min-height: 230px;
  height: calc(91vh - 93px);
  background-size: cover;
  background-position: center top;
}

.single-locations .hero-image.full {
  min-height: 450px;
}

body.admin-bar .hero-image.full {
  height: calc(91vh - 127px);
}

.hero-image .container {
  max-width: 1080px;
  padding: 0 0 0 50px;
  text-shadow: 0 0 4px rgba(5, 6, 6, 0.4);
  position: relative;
  border: 1px solid transparent;
}

.home .hero-image .container {
  max-width: 980px;
  padding: 0;
}

.hero-image.full .container {
  min-height: 250px;
}

.hero-image .entry-header {
  margin-left: -8px;
}

.hero-image h1 {
  text-transform: uppercase;
  margin: -15px 0 0 0;
  font-size: 140px;
  line-height: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.long-page-title .hero-image h1 {
  font-size: 80px;
}

.open-locations {
  margin: 20px 0 0 5px;
}

.single .open-locations {
  margin: 20px 0 0 25px;
}

.no-hero-image .open-locations {
  margin: 0 0 5px 0;
}

.hero-title {
  color: #fff;
  font-size: 35px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 35px;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
}

.page .entry-content h2 {
  border-bottom: 1px solid #b8bbc1;
  margin-left: -30px;
  width: calc(100% + 60px);
  padding: 0 30px 10px 30px;
}

.page .entry-content h2.no-margin {
  border-bottom: 1px solid #b8bbc1;
  margin-left: 0;
  width: auto;
  padding: 0 30px 10px 30px;
}

/*
blue = 0032a0 rgb(0, 50, 160)
red = eb1e28 rgb(235, 30, 40)
gray = 5b5b5b rgb(91, 91, 91)
*/

table th,
table td {
  padding: 10px;
  text-align: left;
}

table th {
  background: #0032a0;
  color: #fff;
  border-right: 1px solid #fff;
}

table th:last-of-type {
  border: none;
}

table td {
  background: #f0f0f0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table td:last-of-type {
  border-right: none;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
  width: 100%;
  background: #fff;
  padding: 20px 0 0 0;
  height: 95px;
}

.site-header .container {
  position: relative;
  max-width: 1080px;
  width: 100%;
}

.logo {
  float: left;
  position: absolute;
  top: -15px;
  left: -10px;
  z-index: 1000;
  width: 243px;
}

.header-content {
  float: right;
  max-width: 780px;
  width: 100%;
  margin-right: 50px;
}

.site-header p {
  margin: 2px 0 0 0;
}

.header-text {
  color: #0032a0;
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  text-align: right;
}

.header-text .container {
  position: absolute;
  right: 125px;
  top: 23px;
  width: 66%;
}

.header-text p {
  margin: 0;
}

.header-text a {
  color: #0032a0;
  text-decoration: none;
}

.site-header .social-icons {
  float: right;
}

.site-header .social-icons a,
a.social {
  display: inline-block;
  background: #eb1e28;
  width: 25px;
  height: 25px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
}

.site-header .social-icons a:hover,
a.social:hover {
  opacity: 0.8;
}

.site-header .social-icons a:last-of-type,
a.social.last-of-type {
  margin: 0;
}

.social-icons .icon,
a.social .icon {
  margin: 0;
  vertical-align: middle;
}

.site-header .social-icons .icon,
a.social .icon {
  color: #fff;
  font-size: 15px;
  height: 20px;
  line-height: 16px;
}

.social-icons .twitter .icon {
  position: relative;
  left: 0px;
  top: 0px;
}

.site-header .main-navigation {
  margin-top: 10px;
  width: 101%;
}

.site-header .main-navigation li a {
  font-family: 'BebasNeuePro-SmEBd', sans-serif !important;
  text-transform: uppercase !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
  text-align: left;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-columns-1-of-8 {
  width: auto !important;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item.mega-menu-clear {
  clear: none !important;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  padding-top: 8px;
  padding-bottom: 8px;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li {
  width: auto !important;
  border-right: 1px solid rgba(0, 84, 179, 0.5);
  -webkit-box-shadow: 1px 0px 0px 0px rgba(0, 50, 160, 0.5);
  -moz-box-shadow: 1px 0px 0px 0px rgba(0, 50, 160, 0.5);
  box-shadow: 1px 0px 0px 0px rgba(0, 50, 160, 0.5);
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-first-item {
  margin-left: 243px !important;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-last-item {
  border-right: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-flyout.mega-menu-item-has-children
  > a.mega-menu-link::after,
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-flyout
  li.mega-menu-item-has-children
  > a.mega-menu-link::after,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item-has-children
  > a.mega-menu-link::after {
  display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.back-top {
  display: none;
  text-align: center;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  margin: 50px auto 5px auto;
}

.back-top a {
  color: #0032a0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 25px;
}

.home .entry-footer {
  /*display: none;*/
}

.site-footer {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  background: #0032a0;
  background-image: -ms-linear-gradient(
    top,
    rgba(0, 102, 191, 1) 0%,
    rgba(0, 50, 160, 1) 100%
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 102, 191, 1) 0%,
    rgba(0, 50, 160, 1) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 102, 191, 1) 0%,
    rgba(0, 50, 160, 1) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 102, 191, 1)),
    color-stop(100, rgba(0, 50, 160, 1))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 102, 191, 1) 0%,
    rgba(0, 50, 160, 1) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 102, 191, 1) 0%,
    rgba(0, 50, 160, 1) 100%
  );
}

.site-footer .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
}

.site-info {
  -ms-flex: 0 0 calc(100% - 330px);
  flex: 0 0 calc(100% - 330px);
  max-width: calc(100% - 330px);
}

.site-footer a {
  color: #fff;
}

.site-footer .social-icons a {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 50%;
  text-align: center;
}

.site-footer .social-icons a:hover {
  opacity: 0.8;
}

.site-footer .social-icons .icon {
  color: #0032a0;
  font-size: 20px;
  height: 40px;
  line-height: 36px;
}

#footer-menu {
  margin: 20px 0 8px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

#footer-menu li {
  display: inline-block;
  padding: 0 10px 0 10px;
  line-height: 35px;
  border-right: 1px solid rgba(0, 50, 160, 0.5);
  -webkit-box-shadow: 1px 0px 0px 0px rgba(0, 84, 179, 0.5);
  -moz-box-shadow: 1px 0px 0px 0px rgba(0, 84, 179, 0.5);
  box-shadow: 1px 0px 0px 0px rgba(0, 84, 179, 0.5);
}

#footer-menu li.last-item {
  border-right: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

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

#footer-menu li a {
  font-size: 12px;
  display: block;
  text-decoration: none;
}

#footer-menu li a:hover {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  clear: both;
}

.copyright p {
  margin: 0;
  font-size: 8px;
}

.copyright a {
  text-decoration: none;
}

.footer-logos {
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
  max-width: 330px;
  text-align: right;
  margin-right: -10px;
}

img.give-it-a-try {
  padding: 80px 0 0 0;
  margin-right: -9px;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

body.home {
  min-height: 100%;
}

.home .site {
  max-width: none;
  margin: 0 auto;
}

.home .entry-content {
  margin-top: 0;
}

.home .site-content {
  max-width: none;
}

.home-slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  border-radius: 0 !important;
  border: none !important;
}

.home-slider-wrapper .home-slider {
  width: 100%;
  height: 100%;
}

.home-slider.slick-slider .slick-track,
.home-slider.slick-slider .slick-list {
  height: 100%;
  width: 100%;
}

.home-slider-wrapper .slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.center-outer {
  display: table;
  width: 100%;
  height: 100%;
}

.home .hero-image {
  min-height: 450px;
}

.home .hero-image.full,
.home .hero-image.full .center-outer {
  height: calc(100vh - 93px);
}

.home .content-area {
  margin-top: -120px;
}

.home .hero-image .center-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.center-inner {
  display: table-cell;
  vertical-align: middle;
}

.home .hero-image.full .center-outer {
  position: absolute;
}

.home-buttons {
  text-align: center;
  display: none;
}

.home-buttons.display {
  display: block;
}

.home-buttons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  overflow: hidden;
}

.home-buttons ul li {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

a.btn.big,
div.btn.big {
  display: block;
  float: left;
  max-width: none;
  width: auto;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  font-size: 100px;
  color: #fff;
  line-height: 1;
  padding: 19px 0 27px 0;
  background: transparent;
  border: 5px solid #ffffff !important;
  text-decoration: none;
  box-shadow: 0 0 4px rgba(5, 6, 6, 0.4);
  border-radius: 0;
  text-shadow: 0 0 4px rgba(5, 6, 6, 0.4);
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

a.btn.big.red,
div.btn.big.red {
  background: #eb1e28;
  border: none !important;
  text-shadow: none;
}

.btn,
a.btn.big,
div.btn.big {
  background: #31a000;
  border-color: #31a000;
}

.btn:hover,
a.btn.big:hover,
div.btn.big:hover {
  background: #0033a0;
  border-color: #0033a0;
}

a.btn.big.green,
div.btn.big.green {
  background: #31a000;
  border: none !important;
  text-shadow: none;
}

a.btn.big.green:hover,
div.btn.big.green:hover {
  background: #0033a0;
  color: #fff !important;
}

body.postid-1897 .btn,
body.postid-1897 a.btn.big,
body.postid-1897 div.btn.big,
body.postid-1897 .form-field input.wpcf7-submit {
  background: #0033a0;
  border-color: #0033a0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

body.postid-1897 a.btn.big:hover,
body.postid-1897 div.btn.big:hover,
body.postid-1897 a.btn.big:focus,
body.postid-1897 div.btn.big:focus,
body.postid-1897 a.btn.big:active,
body.postid-1897 div.btn.big:active,
body.postid-1897 .btn:hover,
body.postid-1897 .btn:focus,
body.postid-1897 .btn:active,
body.postid-1897 .form-field input.wpcf7-submit:hover,
body.postid-1897 .form-field input.wpcf7-submit:active {
  background: #31a000;
  border-color: #31a000;
  color: #fff !important;
}

div.btn {
  cursor: default;
}

.home-buttons a.btn.big {
  width: 100%;
}

.home-buttons ul li.btn-1 {
  width: 50%;
  display: inline-block;
  float: left;
  vertical-align: top;
}

.home-buttons ul li.btn-2 {
  display: inline-block;
  width: 50%;
  float: right;
}

a.btn.big:hover,
a.btn.big:active,
a.btn.big:focus,
div.btn.big:hover {
  color: #eb1e28 !important;
  background: #fff;
  text-shadow: none;
}

.home a.btn.big:hover,
.home a.btn.big:active,
.home a.btn.big:focus,
.home div.btn.big:hover {
  border: 5px solid #fff !important;
}

a.btn.big.red:hover,
a.btn.big.red:active,
a.btn.big.red:focus,
div.btn.big.red:hover {
  color: #fff !important;
  background: #0033a0 !important;
}

.home-buttons a.btn.big {
  width: 100%;
  padding: 20px 40px 16px 40px;
  background: transparent;
  font-size: 70px;
}

.home-buttons ul li.btn-1 {
  width: 50%;
  display: inline-block;
  float: left;
  vertical-align: top;
  padding: 0 20px;
}

.home-buttons ul li.btn-2 {
  display: inline-block;
  width: 50%;
  float: right;
  padding: 0 20px;
}

.sponsors {
  max-width: 1080px;
}

.home .sponsors {
  margin: 10px 0 30px 0;
}

.sponsors-container {
  margin: 58px auto 42px auto;
}

.sponsors-container.global-sponsors {
  margin: 0 auto;
}

.sponsors .slide a {
  padding: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #5b5b5b;
}

.carousel h2 {
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  color: #464646;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 0px;
  font-size: 16px;
}

.sponsors .sponsor-title {
  border-bottom: 1px solid #dfdede;
}

.sponsor-title.mobile h2 {
  display: none;
}

.fixed-sponsor {
  float: left;
  width: 130px;
  position: relative;
  z-index: 1;
  margin: 0px 0 0 0;
  display: none;
}

.slide.fixed-item {
  display: none !important;
}

.fixed-sponsor.display {
  display: block;
}

.sponsors .fixed-sponsor .slide img {
  margin-top: 20px;
}

.sponsors .slide a,
.sponsors .slide .no-link {
  position: relative;
  display: block;
}

.sponsors .slide img {
  width: 130px;
  height: 100px;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateZ(0);
}

.sponsors .slide:hover img,
.sponsors .slide a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.sponsors-info {
  clear: both;
  text-align: center;
  display: none;
  margin: 20px 0 0 0;
}

.sponsors-info.display {
  display: block;
}

.local-sponsors .slide {
  padding: 0;
}

.local-sponsors .carousel h2 {
  border-bottom: 1px solid #dfdede;
}

.single-locations .global-sponsors.local .slide .center-outer {
  height: calc(100% - 40px);
}

.slick-arrow {
  height: 100%;
  margin-top: 22px;
  z-index: 1;
}

.slick-arrow.left {
  position: absolute;
  left: -50px;
  top: 0;
}

.slick-arrow.right {
  position: absolute;
  right: -50px;
  top: 0;
}

.slick-arrow button {
  padding: 0;
  max-width: none;
  width: auto;
  font-size: 40px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  color: rgba(54, 54, 54, 0.4) !important;
}

.slick-arrow button:hover {
  color: rgba(54, 54, 54, 1) !important;
}

.slick-slide {
  padding: 0;
  text-align: center;
}

.slider-logo,
.slider-logo-desktop {
  padding: 0;
}

.slick-slide img {
  display: inline-block !important;
}

.slider-title {
  display: none !important;
}

.sponsors-slider {
  display: none;
}

.sponsors-slider.display {
  display: block;
}

span.hide-me {
  display: block;
  text-indent: -9999em;
}

span.bupa-reg-title {
  display: inline-block;
  width: 110px;
}

.bupa-home {
  width: 100%;
  background: #01385f;
  color: #fff;
  font-size: 25px;
  padding: 20px 0;
}

.bupa-home .vc_column-inner {
  padding: 0 !important;
}

.bupa-home .wpb_content_element {
  margin: 0;
}

.bupa-home .container {
  max-width: 1080px;
  float: none;
}

.bupa-home p {
  margin: 0;
}

.bupa-logo {
  width: 12%;
  display: inline-block;
  vertical-align: top;
  padding-top: 9px;
}

.bupa-text {
  width: 66%;
  display: inline-block;
  vertical-align: top;
}

.bupa-link {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding-top: 9px;
}

.bupa-link a,
.bupa-home .mobile a {
  display: block;
  color: #fff;
  background: #00adef;
  padding: 10px 10px;
  text-align: center;
  font-weight: bold;
}

.bupa-link a:hover,
.bupa-home .mobile a:hover {
  background: #007ac7;
}

.bupa-home .mobile a {
  display: inline-block;
}

.bupa-link a .icon {
  position: relative;
  top: 4px;
}

.bupa-home .mobile a .icon {
  position: relative;
  top: 5px;
}

.bupa-home .mobile {
  display: none;
  text-align: center;
}

.bupa-registrations a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Locations
--------------------------------------------------------------*/

.hero-image .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background-image: -ms-linear-gradient(
    top,
    rgba(0, 7, 26, 0) 10%,
    rgba(0, 7, 26, 0.5) 100%
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 7, 26, 0) 10%,
    rgba(0, 7, 26, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 7, 26, 0) 10%,
    rgba(0, 7, 26, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10, rgba(0, 7, 26, 0)),
    color-stop(100, rgba(0, 7, 26, 0.5))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 7, 26, 0) 10%,
    rgba(0, 7, 26, 0.5) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 7, 26, 0) 10%,
    rgba(0, 7, 26, 0.5) 100%
  );
}

.location-data a.btn.big,
.location-data div.btn.big {
  font-size: 60px;
  padding: 13px 20px 9px 20px;
}

.location-data .data-item {
  display: inline-block;
  margin: 40px 30px 0 0;
}

.location-data .data-item.reg-button {
  float: left;
  margin-top: 45px;
}

.postid-12936 .location-data .data-item.reg-button,
.postid-12971 .location-data .data-item.reg-button,
.postid-12980 .location-data .data-item.reg-button {
  margin-top: 85px;
}

.location-data .data-item.loc-data {
  line-height: 1.2;
  position: relative;
  padding: 5px 0 0 0;
}

.location-data .data-item p {
  margin: 0;
}

.location-data .data-item.loc-data.date {
  margin-right: 65px;
}

.location-data .data-item.loc-data.location {
  max-width: 300px;
  width: 100%;
}

.date .day {
  display: block;
}

.location-data .data-item.reg-date {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.long-location-title .location-data .data-item.reg-date {
  top: -124px;
}

.register-progress {
  position: relative;
  display: inline-block;
}

.register-progress .value {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  top: -10px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 25px;
}

.register-progress .value span {
  display: block;
  font-size: 70px;
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: 0 !important;
}

.hide-tab-splash-dash a[href^='#tab-splash-dash'],
.hide-tab-splash-dash #tab-splash-dash,
.hide-tab-entry-info a[href^='#tab-entry-info'],
.hide-tab-entry-info #tab-entry-info,
.hide-tab-pricing a[href^='#tab-pricing'],
.hide-tab-pricing #tab-pricing,
.hide-tab-reasons-to-enter a[href^='#tab-reasons-to-enter'],
.hide-tab-reasons-to-enter #tab-reasons-to-enter,
.hide-tab-pre-event-info a[href^='#tab-pre-event-info'],
.hide-tab-pre-event-info #tab-pre-event-info,
.hide-tab-event-day-info a[href^='#tab-event-day-info'],
.hide-tab-event-day-info #tab-event-day-info,
.hide-tab-see-you-next-year a[href^='#tab-see-you-next-year'],
.hide-tab-see-you-next-year #tab-see-you-next-year,
.hide-tab-photos a[href^='#tab-photos'],
.hide-tab-photos #tab-photos,
.hide-tab-activities a[href^='#tab-activities'],
.hide-tab-activities #tab-activities,
.hide-tab-maps a[href^='#tab-maps'],
.hide-tab-maps #tab-maps,
.hide-tab-testimonials a[href^='#tab-testimonials'],
.hide-tab-testimonials #tab-testimonials {
  display: none !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab {
  padding: 14px 0 !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a {
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  color: #5b5b5b;
  text-transform: uppercase;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  border-right: 1px solid #b8bbc1 !important;
  padding: 0px 20px !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab:last-of-type > a {
  border: none !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active {
  margin-left: -1px !important;
  margin-right: 1px !important;
  position: relative;
  z-index: 1;
  background: #f0f0f0 !important;
  border-radius: 10px 10px 0 0 !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab:first-of-type.vc_active {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  color: #0033a0 !important;
  border: none !important;
}

.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panels
  .vc_tta-panel-body {
  background: #f0f0f0 !important;
  font-size: 16px;
}

.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panels
  .vc_tta-panel-body {
  padding: 50px 0 30px 0 !important;
}

.video-wrapper {
  border: 1px solid #333;
  padding-top: 56.25%;
}

.wpb_video_wrapper iframe {
  box-sizing: border-box;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#content .wpb_video_widget .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-size: cover;
}

#content .wpb_video_widget .video-overlay.crop {
  background-position: 0 50%;
}

#content .wpb_video_widget .video-overlay a {
  background: #fff;
  padding: 20px;
  display: inline-block;
}

.video-overlay .center-outer {
  position: relative;
  z-index: 1;
}

.video-overlay h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
}

.video-overlay .youtube-play {
  display: inline-block;
}

.video-overlay .youtube-play .icon {
  font-size: 100px;
  line-height: auto;
  width: auto;
  height: auto;
  cursor: pointer;
}

.video {
  margin: 0 0 30px 0;
}

iframe:before {
  background: red;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.single-locations .vc_tta-panels h2 {
  text-transform: uppercase;
  color: #0033a0;
  margin: 0;
}

.single-locations .details-info p {
  margin: 0;
}

#tab-event-details hr {
  color: transparent;
  height: 1px;
  background: #e3e2e3;
  margin: 10px 0 10px 0;
}

.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panels
  .vc_tta-panel-body
  .vc_row {
  margin: 0 0 0px 0 !important;
  padding: 0 20px;
}

.single-locations table {
  text-align: center;
}

.single-locations table th,
.single-locations table td {
  padding: 10px;
}

.single-locations table tr:nth-child(odd) th,
.single-locations table tr:nth-child(odd) td:first-of-type {
  background: #0032a0;
  color: #fff;
}

.single-locations table tr:nth-child(even) th,
.single-locations table tr:nth-child(even) td:first-of-type {
  background: #ccc;
}

.single-locations table td {
  background: transparent;
}

.single-locations table tr:nth-child(odd) {
  background: #fff;
}

.single-locations table tr:nth-child(even) {
  background: #f1f1f1;
}

#tab-reasons-to-enter {
  padding: 0 0px;
}

#tab-reasons-to-enter h2,
#tab-map h2 {
  text-transform: uppercase;
  color: #0033a0;
  margin: 30px 0 0px 0;
  font-size: 20px;
}

#tab-reasons-to-enter .wpb_column,
#tab-maps .wpb_column {
  border-right: 1px solid #c9c9cb;
  padding: 0 20px;
}

#tab-reasons-to-enter .wpb_column {
  margin-bottom: 20px;
}

#tab-reasons-to-enter .wpb_column:last-of-type,
#tab-maps .wpb_column:last-of-type {
  border: none;
}

#tab-on-the-day table th,
#tab-on-the-day table td {
  padding: 10px;
}

#tab-on-the-day table tr:nth-child(odd) th {
  background: #0032a0;
  color: #fff;
}

#tab-on-the-day table tr:nth-child(even) th {
  background: #eb1e28;
  color: #fff;
}

#tab-on-the-day table td {
  background: transparent;
}

#tab-on-the-day table tr:nth-child(odd) {
  background: #fff;
}

#tab-on-the-day table tr:nth-child(even) {
  background: #f1f1f1;
}

#tab-testimonials {
  text-align: center;
}

#tab-testimonials hr {
  color: transparent;
  height: 1px;
  background: #e3e2e3;
  margin: 50px 0;
}

.align-right.wpb_column,
.blog .form-ad .align-right,
.single-post .form-ad .align-right {
  float: right !important;
}

.vip-sign-up {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bebebe;
  float: right;
  font-size: 13px;
}

.vip-sign-up h1 {
  margin: 0 0 0 0;
  text-transform: uppercase;
}

.vip-sign-up hr {
  margin: 0 -30px 30px -30px;
}

.vip-sign-up form,
.vip-sign-up .gform_confirmation_wrapper {
  padding: 30px;
}

.form-field {
  margin: 0 0 30px 0;
}

.form-field label {
  display: block;
  color: #888888;
}

.form-field input {
  display: block;
  width: 100%;
  padding: 10px;
}

div.wpcf7 img.ajax-loader {
  display: inline-block;
}

div.wpcf7-response-output {
  margin: 20px 0;
  padding: 20px;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  border: 1px solid #0033a0;
}

/*--------------------------------------------------------------
## Location Modal
--------------------------------------------------------------*/

.modal-open .modal {
  background: #0033a0 !important;
  background: rgba(0, 50, 160, 0.85) !important;
}

.modal-wrapper .modal {
  padding: 0 !important;
}

.modal-wrapper .modal-dialog {
  max-width: 980px;
  width: 100%;
  margin: 30px auto;
}

.modal-wrapper .modal-content {
  padding: 25px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  max-height: calc(100vh - 60px);
  height: 100%;
  overflow: auto;
}

.modal-wrapper .modal-header {
  padding: 0;
  border: none;
  display: block;
}

.modal-wrapper .modal button.close {
  box-shadow: none;
  color: #0033a0 !important;
  font-size: 22px !important;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  padding: 0px 0 0 0;
  max-width: none;
  width: auto;
  float: right;
  margin: 0;
  opacity: 1;
}

.modal-wrapper .modal button.close .icon {
  color: #fff;
  background: #0033a0;
  border-radius: 5px;
  font-size: 35px;
  width: 45px;
  height: 45px;
  line-height: 49px;
  position: relative;
  top: -12px;
  display: inline-block;
}

.modal-wrapper .modal-footer {
  padding: 0;
  border: none;
  margin: 25px 0 0 0;
}

.modal-wrapper .modal-footer .btn {
  float: right;
  background: #0033a0;
  border: none;
}

.modal-wrapper .modal-content .description-wrapper {
  max-height: 377px;
  -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
  margin: 30px 0 0 0;
  padding: 20px 20px 20px 40px;
  border-radius: 10px;
}

.modal-wrapper .modal-content .description-inner {
  max-height: 307px;
  overflow: auto;
  padding: 0 20px 0 0;
}

.modal-wrapper .modal-content .video-image {
  margin: 30px 0 0 0;
}

.modal-wrapper .modal-content .video {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0;
}

.modal-wrapper .modal-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sponsor {
  max-width: 130px;
  width: 100%;
}
.also-registered .animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.also-registered {
  display: none;
}

.also-registered .item {
  background: #fff;
  color: #000;
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: auto;
  padding: 5px;
  z-index: 10;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  font-size: 18px;
  border-left: 10px solid #0033a0;
}

.also-registered .item.hideme {
  bottom: -100px;
}

.also-registered .item p {
  margin: 0 0 10px 0;
}

.also-registered .item p.message {
  color: #0033a0;
  padding-right: 20px;
}

.also-registered .item p.message span {
  display: block;
}

.also-registered .item p.status {
  color: #888;
  margin: 0;
  font-size: 16px;
}

.also-registered .item .close {
  position: absolute;
  top: 1px;
  right: 1px;
  color: #0033a0;
}

/*--------------------------------------------------------------
## Registrations Modal
--------------------------------------------------------------*/

.modal-open .modal.white-blue {
  background: #f0f0f0 !important;
  background: rgba(245, 245, 245, 0.85) !important;
}

.modal-wrapper .modal.white-blue .modal-content {
  background: #0032a0;
  color: #fff;
  padding: 0;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.35);
}

.modal-wrapper .modal.white-blue .modal-header {
  padding: 35px 25px 0 25px;
  background: #0032a0;
  background-image: -ms-linear-gradient(
    top,
    rgba(0, 102, 191, 1) 0%,
    rgba(0, 50, 160, 1) 100%
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 102, 191, 1) 0%,
    rgba(0, 50, 160, 1) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 102, 191, 1) 0%,
    rgba(0, 50, 160, 1) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 102, 191, 1)),
    color-stop(100, rgba(0, 50, 160, 1))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 102, 191, 1) 0%,
    rgba(0, 50, 160, 1) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 102, 191, 1) 0%,
    rgba(0, 50, 160, 1) 100%
  );
}

.modal-wrapper .modal.white-blue button.close {
  color: #fff !important;
  text-shadow: none;
}

.modal-wrapper .modal.white-blue button.close .icon {
  background: #fff;
  color: #0032a0;
}

.modal-wrapper .modal.white-blue .modal-body {
  padding: 50px 90px;
}

ul.reg-items {
  float: left;
  width: 50%;
  margin: 0 !important;
  padding: 0 15px 0 0;
  list-style-type: none;
  font-size: 0;
}

ul.reg-items:last-of-type {
  padding: 0 0 0 15px;
}

ul.reg-items li:before {
  display: none;
}

ul.reg-items li {
  padding: 5px 0;
  border-bottom: 2px solid rgba(0, 36, 141, 0.5);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5);
  box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5);
}

ul.reg-items li:last-of-type {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

ul.reg-items li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

ul.reg-items li a:hover {
  color: #eb1e28;
}

ul.reg-items li span.date {
  text-transform: uppercase;
  display: inline-block;
  float: left;
  padding: 5px 15px;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  font-size: 20px;
  line-height: 1;
}

ul.reg-items li h2,
.page .entry-content ul.reg-items li h2 {
  display: inline-block;
  margin: 0;
  padding: 5px 15px;
  border-left: 2px solid #fff;
  border-bottom: none;
  width: auto;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
}

ul.reg-items.volunteer li h2 {
  border: none;
  padding: 0;
}

ul.reg-items.full-width {
  width: 100%;
  float: none;
  padding: 0;
  text-align: center;
}

ul.reg-items.full-width h2,
.page .entry-content ul.reg-items.full-width h2 {
  padding: 0;
  border: none;
}

/*--------------------------------------------------------------
## FAQs
--------------------------------------------------------------*/

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background: #f0f0f0 !important;
  border: none !important;
  border-radius: 0;
}

.vc_tta.vc_general .vc_tta-panel {
  margin: 15px 0 0 0;
}

.vc_tta.vc_general .vc_tta-panel:first-of-type {
  margin: 0;
}

.vc_tta.vc_tta-accordion
  .vc_tta-controls-icon-position-left.vc_tta-panel-title
  > a {
  padding: 10px 20px 15px 20px !important;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  font-size: 22px;
  color: #464646 !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  display: none !important;
}

.vc_tta-panel .vc_tta-title-text:before {
  font-family: 'Ionicons';
  content: '\f48a';
  margin-right: 10px;
  position: relative;
  font-size: 35px;
  top: 5px;
}

.vc_tta-panel.vc_active .vc_tta-title-text:before {
  content: '\f463';
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: transparent !important;
  border: none;
  padding: 20px 40px 10px 40px;
}

.vc_toggle_title > h4 {
  font-size: 100%;
  color: #0033a0;
}

.vc_toggle.vc_toggle_default .vc_toggle_icon {
  display: none !important;
}

.vc_toggle.vc_toggle_default .vc_toggle_title:before {
  font-family: 'Ionicons';
  content: '\f21b';
  margin-right: 30px;
  font-size: 8px;
  position: relative;
  top: -2px;
  color: #0033a0;
}

.vc_toggle_content {
  margin: 0 !important;
  padding: 0 90px !important;
}

.vc_toggle_content p:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Sponsors Page
--------------------------------------------------------------*/

.entry-content .wpb_text_column ul.sponsors-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.sponsors-grid li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.sponsors-grid li {
  width: 25%;
  display: inline-block;
  float: left;
  margin: 0 0 20px 0 !important;
  padding: 0;
}

ul.sponsors-grid li:before {
  display: none;
}

ul.sponsors-grid li.sponsor-title {
  width: 100%;
  margin: 0;
}

ul.sponsors-grid li.sponsor-title h2 {
  border-bottom: 1px solid #b8bbc1;
  padding: 0 30px 10px 30px;
}

ul.sponsors-grid li img {
  max-width: 130px;
  width: 100%;
}

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

.search .content-area {
  margin: 1.5em auto 0 auto;
}

.search article {
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #b8bbc1;
  margin: 0 0 30px 0;
}

.search article h2 {
  margin: 0;
}

.search article p {
  margin: 0;
}

.search .entry-summary {
  margin: 0;
}

.no-results.not-found {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

.error404 .site-header .social-icons a,
.error404 a.social {
  line-height: 24px;
}

.error404 .site-header .social-icons .header-search .icon {
  position: relative;
}

.error404 ul.reg-items li a {
  color: #eb1e28;
}

.error404 ul.reg-items li a:hover {
  color: #0032a0;
}

.error404 ul.reg-items li h2 {
  border-color: #0032a0;
}

ul.reg-items li {
  border-color: #0032a0;
  box-shadow: none;
}

.error404 .page-content .search-form-wrapper {
  margin: 20px 0;
  text-align: center;
}

.error404 .page-content .search-form-wrapper input {
  max-width: 258px;
  width: 100%;
}

.error404 .page-content .search-form-wrapper button {
  max-width: none;
  width: auto;
  padding: 0;
  position: relative;
  right: 30px;
  top: 2px;
  background: transparent;
  color: #000 !important;
  border: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
## News Landing
--------------------------------------------------------------*/

.blog .site-main {
  margin: 100px auto 0 auto;
}

.blog.no-hero-image .site-main {
  margin: 0 auto;
}

.blog .hentry,
.archive.category .hentry {
  margin: 0 0 60px 0;
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
}

.blog .hentry:nth-child(odd),
.archive.category .hentry:nth-child(odd) {
  padding: 0 0 0 20px;
}

.blog .hentry h2.entry-title,
.archive.category .hentry h2.entry-title {
  margin: 0;
}

.blog .hentry h2.entry-title a,
.blog .entry-meta a,
.archive.category .hentry h2.entry-title a,
.archive.category .entry-meta a {
  color: #464646;
}

.blog .entry-content a,
.archive.category .entry-content a {
  color: #404040;
}

.blog .hentry .entry-header,
.archive.category .hentry .entry-header {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #e4e4e4;
}

.cat-bullet {
  margin: 0 5px;
}

.blog .entry-meta,
.archive.category .entry-meta {
  text-transform: uppercase;
}

.blog .entry-content,
.archive.category .entry-content {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #e4e4e4;
}

.blog .featured-image,
.archive.category .featured-image {
  margin: 0 0 10px 0;
}

.blog .entry-footer,
.archive.category .entry-footer {
  padding: 0 20px;
  display: none;
}

.blog .form-ad,
.single-post .form-ad,
.archive.category .form-ad {
  margin: 0 0 80px 0;
}

.excerpt .read-more {
  margin-bottom: 0;
}

.nav-links {
  text-align: right;
  margin: -10px 0 50px 0;
  padding: 0 20px;
  font-size: 16px;
}

.nav-links,
.nav-links a {
  color: #363636;
}

.nav-links .page-numbers {
  padding: 0 5px;
}

.nav-links .page-numbers.current {
  color: #ec2028;
}

.nav-links a.prev,
.nav-links a.next {
  display: inline-block;
  padding: 0;
  width: auto;
  height: auto;
  color: #606160;
  text-align: center;
  background: #fff;
  border: 1px solid #a7a7a7;
  position: relative;
  top: 4px;
  background-image: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.1)),
    color-stop(100, rgba(255, 255, 255, 1))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.nav-links a.prev:hover,
.nav-links a.next:hover {
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.nav-links a.prev {
  border-radius: 5px 0 0 5px;
  padding: 6px 10px 3px 7px;
}

.nav-links a.next {
  border-radius: 0 5px 5px 0;
  padding: 6px 10px 3px 7px;
}

/*--------------------------------------------------------------
## News Article
--------------------------------------------------------------*/

.single-post .site-main {
  margin-top: 60px;
}

.single-post .content-area .entry-header {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #e4e4e4;
}

.single-post .content-area .entry-header h1 {
  margin: 0;
}

.single-post .featured-image {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 5px 0;
  font-size: 0;
}

.single-post .post-content {
  padding: 0 20px;
}

.single-post .entry-footer {
  display: none;
}

.single-post .entry-meta a {
  color: #464646;
}

/*--------------------------------------------------------------
## Shop
--------------------------------------------------------------*/

.woocommerce-page .site-main {
  margin: 1.5em auto 0 auto;
}

.woocommerce-page.no-hero-image .site-main {
  margin: 0 auto;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100%;
  padding: 20px;
  margin: 0 0 20px 0;
  background: #f0f0f0;
}

.product-info {
  float: left;
  width: 50%;
  padding: 0 2% 0 0;
}

.product-img {
  float: right;
  width: 40%;
}

.product-img.desktop {
  padding: 20px;
  border: 1px solid #bebebe;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 0;
}

.product-img.mobile {
  display: none;
}

.woocommerce .content-area ul.products li.product h3 {
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  margin-top: 0;
  padding-top: 0;
  font-size: 22px;
}

.woocommerce ul.products li.product p {
  margin: 0 0 1.5em 0;
}

.woocommerce ul.products li.product .price {
  font-size: inherit;
  color: inherit;
  margin: 0;
}

.woocommerce ul.products li.product .price .from {
  font-size: inherit;
  color: inherit;
  margin: 0;
  text-transform: none;
}

.woocommerce ul.products li.product.product-type-simple .price-wrap {
  float: left;
  width: 50%;
}

.woocommerce ul.products li.product.product-type-simple .quantity {
  float: left;
  width: 50%;
  text-align: right;
}

form.variations_form.cart {
  position: relative;
  top: -20px;
}

.woocommerce ul.products li.product form.variations_form.cart .button {
  margin: 1em 0 0 -25%;
}

table.variations {
  float: left;
  width: 50%;
  margin: 0;
}

table.variations td {
  display: block;
  padding: 0;
  border: none;
  text-align: right;
  background: transparent;
}

.variations_form.cart select {
  min-width: 90px;
  max-width: 160px;
  width: 100%;
}

.variations_form.cart .select2-container {
  max-width: 160px !important;
  width: 160px !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: none !important;
}

.select2-container .select2-choice {
  text-transform: uppercase;
  text-align: center;
  background: #fafafb;
  border: none;
  padding: 4px 10px;
  -webkit-box-shadow: inset -2px 2px 5px -2px rgba(73, 73, 73, 0.4);
  -moz-box-shadow: inset -2px 2px 5px -2px rgba(73, 73, 73, 0.4);
  box-shadow: inset -2px 2px 5px -2px rgba(73, 73, 73, 0.4);
  border-radius: 0;
  width: 100%;
  border-left: 1px solid rgba(73, 73, 73, 0.1);
}

#content .select2-container--default .select2-selection--single {
  text-transform: uppercase;
  text-align: center;
  background: #fafafb;
  border: none;
  padding: 7px 20px 4px 0px;
  -webkit-box-shadow: inset -2px 2px 5px -2px rgba(73, 73, 73, 0.4);
  -moz-box-shadow: inset -2px 2px 5px -2px rgba(73, 73, 73, 0.4);
  box-shadow: inset -2px 2px 5px -2px rgba(73, 73, 73, 0.4);
  border-radius: 0;
  width: 100%;
  height: auto;
  border-left: 1px solid rgba(73, 73, 73, 0.1);
}

#content
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
}

#content
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1;
}

#content
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.select2-container .select2-choice .select2-arrow {
  height: 23px;
  background: #ebebec;
  right: 1px;
  top: 2px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container .select2-choice .select2-arrow b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after,
.select2-container .select2-choice .select2-arrow:after {
  position: relative;
  top: 1px;
  display: block;
  width: 22px;
  height: 10px;
  content: '\f3d0';
  font-family: 'Ionicons';
  color: #b5b5b6;
}

.select2-drop,
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  text-align: center;
  border: none;
  border-right: 20px solid #f0f0f0;
  border-radius: 0;
  -webkit-box-shadow: inset 0px 2px 5px -2px rgba(73, 73, 73, 0.4);
  -moz-box-shadow: inset 0px 2px 5px -2px rgba(73, 73, 73, 0.4);
  box-shadow: inset 0px 2px 5px -2px rgba(73, 73, 73, 0.4);
  padding: 0px 0 0 0;
}

.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option[aria-selected='true'] {
  background: #fff !important;
}

.select2-results .select2-highlighted,
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #0033a0 !important;
  color: #fff;
  border-radius: 0;
}

.select2-search {
  width: 100%;
  padding: 10px;
  background: #fff;
}

.select2-results {
  padding: 0;
  background: #fff;
}

.select2-drop {
  background: transparent;
  border-right: 20px solid transparent;
}

.select2-container .select2-choice .select2-arrow {
  height: 34px;
}

.select2-container .select2-choice .select2-arrow:after {
  top: 4px;
}

.woocommerce
  ul.products
  li.product.product-type-variable
  .woocommerce-variation.single_variation,
.woocommerce ul.products li.product.product-type-variable .price-wrap {
  float: left;
  width: 25%;
  display: block !important;
  margin-top: -20px;
  border: 1px solid transparent;
  min-height: 50px;
  display: none;
}

.woocommerce
  ul.products
  li.product.product-type-variable
  .single_variation_wrap {
  float: left;
  width: 44%;
}

.woocommerce ul.products li.product.product-type-variable .quantity {
  float: left;
  width: 25%;
  text-align: right;
}

.woocommerce ul.products li.product .quantity .qty {
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  background: #fafafb;
  border: none;
  padding: 2px 10px 2px 10px;
  -webkit-box-shadow: inset -2px 2px 5px -2px rgba(73, 73, 73, 0.4);
  -moz-box-shadow: inset -2px 2px 5px -2px rgba(73, 73, 73, 0.4);
  box-shadow: inset -2px 2px 5px -2px rgba(73, 73, 73, 0.4);
  border-radius: 0;
  height: auto;
  border: 1px solid rgba(73, 73, 73, 0.1);
  color: inherit;
}

.cart-checkout-links {
  margin: 20px 0 50px 0;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #e4e4e4;
}

.cart-checkout-links .btn {
  margin: 0 20px 0 0;
}

.cart-checkout-links h3 {
  display: inline-block;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  color: #0033a0;
  margin: 0;
}

.buttons {
  display: inline;
  float: left;
  max-width: 565px;
  width: 100%;
}

.cart-checkout-links .total {
  display: inline-block;
  padding: 12px 0 0 0;
}

li.radiobutton table.variations {
  float: none;
  width: 100%;
}

li.radiobutton table.variations td {
  text-align: left;
}

li.radiobutton form.variations_form.cart {
  margin: 0;
  padding-top: 20px;
}

.woocommerce
  ul.products
  li.product.radiobutton
  form.variations_form.cart
  .button {
  margin: 1em 0 0 0;
}

.variation-item {
  float: left;
  width: 50%;
  margin: 0 0 15px 0;
}

.variation-item label {
  margin: 0;
}

.woocommerce ul.products li.product.radiobutton [type='radio'] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.woocommerce ul.products li.product.radiobutton label {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.woocommerce ul.products li.product.radiobutton [type='radio'] + span {
  display: block;
}

.woocommerce ul.products li.product.radiobutton [type='radio'] + span:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  background: #fafafb;
  margin: 0 30px 0 0;
  position: relative;
  top: 10px;
}

.woocommerce
  ul.products
  li.product.radiobutton
  [type='radio']:checked
  + span:before {
  -webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.woocommerce ul.products li.product.radiobutton [type='radio'] + span:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.woocommerce
  ul.products
  li.product.radiobutton
  [type='radio']:checked
  + span:after {
  background: #0033a0;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 5px;
}

.variation-item.other-amount {
  width: 100%;
}

.product .nyp {
  margin: 0;
}

.product .nyp input.nyp-input {
  font-weight: normal;
  color: inherit;
}

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/

.woocommerce table.shop_table {
  border-radius: 0;
  border: none;
}

.woocommerce table.shop_table th {
  padding: 10px;
}

.woocommerce table.shop_table td {
  padding: 10px;
  border-top: none;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  text-align: center;
}

.woocommerce a.remove {
  width: auto;
  height: auto;
  font-size: 30px;
  display: inline-block;
  background: #eb1e28;
  color: #fff !important;
  font-weight: 400;
  width: 25px;
  height: 25px;
  line-height: 21px;
  border-radius: 50%;
  text-align: center;
}

.woocommerce a.remove:hover {
  background: #eb1e28;
  color: #fff !important;
  opacity: 0.8;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 200px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  max-width: 200px;
  width: auto;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  float: none;
}

.woocommerce td.product-name dl.variation dd {
  margin: 0;
}

.woocommerce td.product-name dl.variation dd p {
  margin: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  padding: 0 30px;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #fff;
  border-bottom: none;
}

/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/

.woocommerce-message:before,
.woocommerce-error:before {
  color: #eb1e28;
  font-size: 15px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #f0f0f0;
  border-color: #0032a0;
  color: inherit;
}

.woocommerce form .form-row label {
  color: #888888;
  line-height: 1.5;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: none;
  border-bottom: 1px solid #fff;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f0f0f0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-color: transparent transparent #fff transparent;
}

.woocommerce form .form-row {
  display: block;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #fff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  font-weight: 400;
  padding: 10px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #e2e2e2;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #eb1e28;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 49%;
  width: 100%;
  padding: 0;
}

.woocommerce-billing-fields {
  padding: 0 30px;
}

.checkout.woocommerce-checkout h3 {
  border-bottom: 1px solid #b8bbc1;
  margin-left: -30px;
  width: calc(100% + 60px);
  padding: 0 30px 10px 30px;
}

.woocommerce-account-fields {
  padding: 0 30px;
}

/*--------------------------------------------------------------
## Shop Thank You Page
--------------------------------------------------------------*/
.woocommerce .order_details {
  margin: 0;
  padding: 0;
}

.woocommerce .order_details li {
  font-size: 100%;
  margin-bottom: 20px;
}

.woocommerce-thankyou-order-received {
  font-size: 22px;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
}

/*--------------------------------------------------------------
## Certificate
--------------------------------------------------------------*/

.page-template-page-certificate .form-field label {
  font-weight: normal;
}

.form-field.col-2 {
  float: left;
  max-width: 50%;
  width: 100%;
  padding: 0;
}

.form-field.col-2.left {
  padding-right: 1%;
}

.form-field.col-2.right {
  padding-left: 1%;
}

.form-field.radio label {
  display: inline-block;
  margin: 0 10px 0 0;
}

.form-field.radio input {
  width: auto;
  display: inline-block;
}

span.wpcf7-list-item {
  margin: 0;
}

#cert-success-msg-wrapper {
  display: none;
}

#cert-success-msg-wrapper p {
  margin-top: 0;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}

#wpcf7-f10429-p10432-o1 .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: block !important;
}

/*--------------------------------------------------------------
## Location Status Bar
--------------------------------------------------------------*/

#location-status-bar {
  background-color: #eb1e28;
  width: 100%;
}

.location-status {
  text-align: right;
  padding: 29px 0 29px 0;
}

.location-status p,
.location-status p a {
  color: #fff;
  margin: 0;
  font-size: 35px;
  font-family: 'BebasNeuePro-SmEBd', sans-serif;
  line-height: 1.2;
  text-shadow: 0 0 4px rgba(5, 6, 6, 0.4);
}

/*--------------------------------------------------------------
## BUPA Registration Table
--------------------------------------------------------------*/

.bupa-see-you-next-year {
  color: #999;
}

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/

.gform_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gform_body ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body
  .gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gform_body ul li.gfield {
  margin-bottom: 25px;
}

.gform_body label {
  font-weight: 700;
}

.gform_body input,
.gform_body textarea,
.gform_body select {
  width: 100%;
  padding: 10px;
  font-weight: normal;
}

.gform_body input[type='checkbox'],
.gform_body input[type='radio'] {
  width: auto;
  margin-right: 5px;
}

.gform_body .ginput_container_radio label,
.gform_body .ginput_container_checkbox label {
  font-weight: normal;
}

.gform_body input[type='file'] {
  padding: 0;
}

.gform_body .gfield.gfield_error input,
.gform_body .gfield.gfield_error textarea,
.gform_body .gfield.gfield_error select {
  border-color: #eb1e28;
}

.gfield.hidden_label > label.gfield_label {
  display: none;
}

.gfield_description.validation_message {
  color: #eb1e28;
}

.modal-body input.gform_button.button:hover,
.modal-body input.gform_button.button:active,
.modal-body input.gform_button.button:focus {
  background: #eb1e28;
  border-color: #eb1e28;
}

.gfield_description {
  font-style: italic;
}

body img.gform_ajax_spinner {
  display: none;
}

.ginput_container_name {
  font-size: 0;
}

.gform_body .name_first {
  display: inline-block;
  width: 50%;
  padding-right: 10px;
}

.gform_body .name_last {
  display: inline-block;
  width: 50%;
  padding-left: 10px;
}

.entry-content .wpb_text_column .gform_body ul {
  margin: 0;
}

.entry-content .wpb_text_column .gform_body ul li {
  text-indent: 0;
}

.entry-content .wpb_text_column .gform_body ul li:before {
  display: none;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1080px) {
  .content-area,
  .search .page-header,
  .error404 .error-msg,
  .blog .site-main,
  .archive.category .site.main {
    padding: 0 30px;
  }

  .search .content-area,
  .error404 .content-area,
  .blog .content-area,
  .single-post .site-main,
  .single-post .content-area,
  .archive.category .content-area {
    padding: 0;
  }

  .fixed-sponsor {
    width: 180px;
    text-align: right;
  }

  .slick-arrow.left {
    left: 0px;
  }

  .slick-arrow.right {
    right: 0px;
  }

  .form-ad .wpb_column {
    clear: both;
    width: 100%;
    text-align: center;
  }

  .align-right.wpb_column {
    float: none !important;
  }

  .vip-sign-up {
    float: none;
    max-width: none;
    border: none;
    border-radius: 0;
  }

  .vip-sign-up h1,
  .vip-sign-up p {
    text-align: center;
  }

  .form-field-submit input[type='submit'] {
    margin: 0 auto;
  }

  .vip-sign-up .form-field,
  .vip-sign-up .form-field-submit {
    max-width: 258px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-locations .ad,
  .blog .ad,
  .archive.category .ad {
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .single-locations .ad .wpb_wrapper > div,
  .form-ad.news .ad > div {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .logo {
    left: 0;
  }

  .header-text {
    color: #fff;
    position: relative;
    margin: 0 auto;
    background: #0032a0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
  }

  body.admin-bar .header-text {
    top: 32px;
  }

  .header-text .container {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
    padding: 5px 15px;
    font-size: 12px;
    width: 100%;
  }

  .header-text a {
    color: #fff;
  }

  .site-header .social-icons {
    display: none;
  }

  .site-header {
    height: 75px;
  }

  .site-header .logo {
    top: -10px;
    width: 150px;
  }

  .site-header.menu-open .logo {
    top: 10px;
  }

  .site-header.menu-open {
    background: #0032a0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .header-content {
    margin: 0;
    max-width: none;
  }

  .site-header.menu-open .header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: scroll;
  }

  .site-header .main-navigation {
    margin: 0;
    width: 100%;
  }

  .site-header.menu-open #mega-menu-wrap-primary .mega-menu-toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: #0032a0;
    background-image: -ms-linear-gradient(
      top,
      rgba(0, 102, 191, 1) 0%,
      rgba(0, 50, 160, 1) 100%
    );
    background-image: -moz-linear-gradient(
      top,
      rgba(0, 102, 191, 1) 0%,
      rgba(0, 50, 160, 1) 100%
    );
    background-image: -o-linear-gradient(
      top,
      rgba(0, 102, 191, 1) 0%,
      rgba(0, 50, 160, 1) 100%
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(0, 102, 191, 1)),
      color-stop(100, rgba(0, 50, 160, 1))
    );
    background-image: -webkit-linear-gradient(
      top,
      rgba(0, 102, 191, 1) 0%,
      rgba(0, 50, 160, 1) 100%
    );
    background-image: linear-gradient(
      to bottom,
      rgba(0, 102, 191, 1) 0%,
      rgba(0, 50, 160, 1) 100%
    );
  }

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
    position: absolute;
    top: 3px;
    right: 30px;
    content: '\f394';
    font-family: 'Ionicons';
  }

  #mega-menu-wrap-primary
    .mega-menu-toggle.mega-menu-open
    .mega-toggle-block-1:before {
    position: relative;
    top: 39px;
    right: 24px;
    margin: 0 !important;
    line-height: 1 !important;
    height: auto !important;
    content: '\f2d7';
    font-family: 'Ionicons';
    color: #fff;
  }

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::before {
    margin: 0 !important;
    font-size: 40px !important;
  }

  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-label,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::after {
    position: absolute;
    right: 70px;
    top: 2px;
  }

  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-label
    .mega-toggle-label-open,
  #mega-menu-wrap-primary
    .mega-menu-toggle.mega-menu-open
    .mega-toggle-block-1::after {
    position: absolute;
    right: 0px;
    color: #fff;
    top: 38px;
    margin-top: 5px;
  }

  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-label,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-label
    .mega-toggle-label-open,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-right {
    margin: 0 !important;
    font-family: 'BebasNeuePro-SmEBd', sans-serif;
  }

  #mega-menu-primary {
    padding-top: 130px !important;
    text-align: center !important;
  }

  .site-header.menu-open #mega-menu-wrap-primary {
    background: transparent !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li {
    width: 100% !important;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-first-item {
    margin-left: 0 !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item {
    float: none !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    text-align: center !important;
    color: #fff !important;
    border-bottom: 2px solid rgba(0, 36, 141, 0.5) !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5) !important;
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5) !important;
    box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5) !important;
    font-size: 25px !important;
    padding: 0 !important;
    line-height: inherit !important;
    height: auto !important;
    padding: 4px 10px 4px 10px !important;
    border-radius: 0 !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 20px !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item:last-of-type
    > a.mega-menu-link {
    border-right: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: none !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link:hover,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link:hover {
    color: #eb1e28 !important;
  }

  #mega-menu-wrap-primary
    .mega-menu-toggle
    + #mega-menu-primary
    li.mega-menu-item
    > ul.mega-sub-menu {
    padding: 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary a:hover,
  #mega-menu-wrap-primary #mega-menu-primary a:focus,
  #mega-menu-wrap-primary #mega-menu-primary a:active,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on a,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link {
    background: transparent !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    background: #00aee7 !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-flyout.mega-menu-item-has-children
    > a.mega-menu-link::after,
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-flyout
    li.mega-menu-item-has-children
    > a.mega-menu-link::after,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item-has-children
    > a.mega-menu-link::after {
    display: inline;
    position: relative;
    top: 0;
    right: -30px;
    margin: 0 0 0 -15px;
    color: #fff;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-flyout.mega-menu-item-has-children
    > a.mega-menu-link::after,
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-flyout
    li.mega-menu-item-has-children
    > a.mega-menu-link::after,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item-has-children
    > a.mega-menu-link::after {
    content: '\f3d0' !important;
    font-family: 'Ionicons' !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on
    > a.mega-menu-link::after,
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-flyout
    li.mega-menu-item-has-children.mega-toggle-on
    > a.mega-menu-link::after,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item-has-children.mega-toggle-on
    > a.mega-menu-link::after {
    content: '\f3d8' !important;
    font-family: 'Ionicons' !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-mobile-social {
    display: inline !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-mobile-social
    > a.mega-menu-link {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block;
    padding: 0 !important;
    background: #eb1e28 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 37px !important;
    border-radius: 50% !important;
    text-align: center !important;
    font-size: 20px !important;
    margin: 10px 2px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-mobile-social a:hover {
    opacity: 0.8;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-mobile-social
    a:last-of-type {
    margin: 0;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-mobile-social .icon {
    color: #fff;
    font-size: 20px !important;
    line-height: 27px !important;
    margin: 0 !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-mobile-social
    .twitter
    .icon {
    position: relative;
    left: 0px;
    top: 0px;
  }

  body.admin-bar .site-header.menu-open,
  body.admin-bar
    .site-header.menu-open
    #mega-menu-wrap-primary
    .mega-menu-toggle {
    top: 32px;
  }

  body.admin-bar #mega-menu-primary {
    padding-top: 162px !important;
  }

  .home-buttons ul {
    overflow: auto;
  }

  .home-buttons ul li {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
  }

  .home-buttons ul li.btn-1,
  .home-buttons ul li.btn-2 {
    display: block;
    float: none;
    width: 100%;
  }

  .home-buttons ul li.btn-1 a {
    margin-bottom: 20px;
  }

  .home-buttons a.btn.big {
    width: 100%;
    font-size: 55px;
  }

  a.btn.big,
  div.btn.big {
    font-size: 55px;
    padding: 10px 0 14px 0;
  }

  .location-data .data-item.reg-date {
    position: relative;
    text-align: center;
    display: block;
    left: -25px;
    right: 0;
    margin: 0 0 40px 0;
    width: 100%;
  }

  .postid-1031 .location-data .data-item.reg-date {
    position: absolute;
    top: 0;
    left: auto;
    right: 30px;
    display: table;
    width: auto;
    text-align: right;
    padding: 0 !important;
  }

  .postid-1031 .register-progress {
    display: table-cell;
    vertical-align: middle;
  }

  .postid-1031 .hero-image h1 {
    font-size: 80px;
    margin: -15px 0 0 0;
  }

  .postid-1031 .hero-title {
    font-size: 16px;
  }

  .postid-1031 .location-data a.btn.big,
  .postid-1031 .location-data div.btn.big {
    font-size: 30px;
  }

  .postid-1031 .location-data .data-item.loc-data {
    padding: 28px 0 0 0;
  }

  .long-location-title .location-data .data-item.reg-date {
    top: 0px;
  }

  .location-data .data-item.loc-data.location {
    max-width: 100%;
  }

  .bupa-home .desktop {
    display: none;
  }

  .bupa-home .mobile {
    display: block;
  }

  .home .content-area {
    margin-top: -98px;
  }

  .location-status.container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: none;
  }

  .location-status p,
  .location-status p a {
    font-size: 25px;
  }

  .single-locations .hero-image.full {
    min-height: 900px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header.menu-open,
  body.admin-bar
    .site-header.menu-open
    #mega-menu-wrap-primary
    .mega-menu-toggle,
  body.admin-bar .header-text {
    top: 46px;
  }

  body.admin-bar .site-header.menu-open.scrolled,
  body.admin-bar
    .site-header.menu-open.scrolled
    #mega-menu-wrap-primary
    .mega-menu-toggle {
    top: 0;
  }

  body.admin-bar .site-header.menu-open #mega-menu-primary {
    padding-top: 176px !important;
  }

  body.admin-bar .site-header.menu-open.scrolled #mega-menu-primary {
    padding-top: 130px !important;
  }

  body.admin-bar .hero-image.full {
    height: calc(91vh - 157px);
  }
}

@media screen and (max-width: 960px) {
  ul.sponsors-grid li {
    width: 50%;
  }

  ul.reg-items,
  ul.reg-items:last-of-type {
    float: none;
    width: 100%;
    padding: 0;
  }

  ul.reg-items li,
  ul.reg-items li:last-of-type {
    text-align: center;
    padding: 10px 0 5px 0;
    border-bottom: 2px solid rgba(0, 36, 141, 0.5);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5);
    box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5);
  }

  ul.reg-items:last-of-type li:last-of-type {
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  ul.reg-items li h2,
  .page .entry-content ul.reg-items li h2 {
    display: block;
    border: none;
    padding: 0;
  }

  ul.reg-items li span.date,
  .page .entry-content ul.reg-items li span.date {
    padding: 8px 0 0 0;
    width: 100%;
  }

  .error404 ul.reg-items li,
  .error404 ul.reg-items li:last-of-type {
    border-color: #0032a0;
    box-shadow: none;
  }
}

@media screen and (max-width: 860px) {
  .woocommerce ul.products li.product form.variations_form.cart .button {
    margin-left: 0% !important;
  }
}

@media screen and (max-width: 767px) {
  .site {
    margin-top: 0;
    padding: 0;
  }

  .no-hero-image .site,
  .home.no-hero-image .site {
    margin: 56px auto 0 auto;
  }

  .error404 .site-content {
    text-align: center;
  }

  .error404 .error-msg {
    padding: 0 30px;
  }

  .hero-image.short.desktop {
    display: none;
  }

  .hero-image.full.mobile {
    display: block;
  }

  .hero-image.full.mobile .container {
    min-height: 0;
  }

  .hero-image .entry-header {
    margin-left: 0;
  }

  .page .content-area {
    padding: 0 0px;
    margin-top: 40px;
  }

  .home .content-area {
    margin-top: -98px;
  }

  .page .site-main {
    max-width: none;
    padding: 0 0px;
  }

  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    margin-left: -30px;
    width: calc(100% + 60px);
  }

  .home .content-area {
    padding: 0;
  }

  img.alignright,
  img.alignleft {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .back-top {
    display: block;
  }

  .footer-logos {
    display: none;
  }

  .site-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .site-footer .social-icons {
    padding: 0 0 10px 0;
    border-bottom: 2px solid rgba(0, 50, 160, 0.5);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5);
    box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5);
  }

  #footer-menu {
    margin: 15px 15px 10px 15px;
  }

  #footer-menu li {
    padding: 0 5px 0 5px;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 1.9;
  }

  .hero-image .container {
    padding: 0;
  }

  .no-hero-image .entry-header,
  .home.no-hero-image .entry-header,
  .no-hero-image .page-header {
    text-align: center;
  }

  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {
    margin: 0 30px;
  }

  .hero-image.full {
    height: calc(91vh - 93px);
  }

  body.admin-bar .hero-image.full {
    height: calc(91vh - 125px);
  }

  .home .hero-image .container {
    margin: 0;
  }

  .home-buttons ul {
    overflow: auto;
  }

  .home-buttons ul li {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
  }

  .home-buttons ul li.btn-1,
  .home-buttons ul li.btn-2 {
    display: block;
    float: none;
    width: 100%;
  }

  a.btn.big,
  div.btn.big {
    font-size: 55px;
    padding: 10px 0 14px 0;
  }

  .location-data .data-item,
  .location-data .data-item.loc-data.date {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
  }

  .location-data .data-item.reg-date,
  .postid-1031 .location-data .data-item.reg-date {
    display: none;
  }

  .single-locations .hero-image.full {
    min-height: 400px;
  }

  .location-data a.btn.big,
  .location-data div.btn.big {
    float: none;
    font-size: 40px;
  }

  .hero-image h1 {
    text-align: center;
    font-size: 55px;
    margin: 0;
  }

  .long-page-title .hero-image h1 {
    font-size: 40px;
    margin: 0 0 0 0;
  }

  .open-locations {
    margin: 0 auto;
    text-align: center;
  }

  .date .day {
    display: inline-block;
  }

  .location-data .data-item.loc-data br {
    display: none;
  }

  .location-data .data-item.reg-button,
  .postid-12936 .location-data .data-item.reg-button,
  .postid-12971 .location-data .data-item.reg-button,
  .postid-12980 .location-data .data-item.reg-button {
    float: none;
    max-width: 261px;
    width: 100%;
    margin: 20px auto 0 auto;
  }

  .vc_row {
    margin: 0 30px !important;
  }

  .single-locations .content-area {
    padding: 0;
  }

  .single-locations .vc_row {
    margin: 0 !important;
  }

  .vc_tta-container {
    margin-bottom: 20px !important;
  }

  .vc_column_container > .vc_column-inner {
    padding: 0 !important;
  }

  .wpb_single_image .vc_single_image-wrapper.vc_box_circle img,
  .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,
  .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,
  .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img,
  .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img {
    max-width: 350px;
    width: 100%;
  }

  .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs
    .vc_tta-panels
    .vc_tta-panel-body
    .vc_row {
    padding: 0 30px !important;
  }

  .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background: #0032a0 !important;
  }

  .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs
    .vc_tta-panels
    .vc_tta-panel-body {
    background: #f0f0f0 !important;
    text-align: center;
  }

  .vc_tta-panel-body button,
  .vc_tta-panel-body input[type='button'],
  .vc_tta-panel-body input[type='reset'],
  .vc_tta-panel-body input[type='submit'],
  .vc_tta-panel-body .btn,
  #content .vc_tta-panel-body .vc_btn3.vc_btn3-style-modern {
    margin: 0 auto;
  }

  .vc_tta.vc_tta-spacing-1
    .vc_tta-panel.vc_active
    + .vc_tta-panel
    .vc_tta-panel-heading,
  .vc_tta.vc_tta-spacing-1
    .vc_tta-panel:not(:first-child)
    .vc_tta-panel-heading,
  .vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading,
  .vc_tta.vc_tta-spacing-1
    .vc_tta-panel:not(:last-child)
    .vc_tta-panel-heading {
    margin: 0 0 1px 0 !important;
  }

  .vc_tta.vc_tta-style-classic .vc_tta-panel-body,
  .vc_tta.vc_tta-style-classic .vc_tta-panel-heading,
  .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
    border: none !important;
  }

  .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel {
    margin: 0;
  }

  .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-title > a {
    text-align: center !important;
    background: #0032a0 !important;
    color: #fff !important;
    font-size: 25px !important;
    padding: 8px 10px 8px 10px !important;
    border-bottom: 2px solid rgba(0, 36, 141, 0.5) !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5) !important;
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5) !important;
    box-shadow: 0px 1px 0px 0px rgba(0, 84, 179, 0.5) !important;
  }

  #tab-event-details hr,
  #tab-testimonials hr {
    margin-left: -30px;
    width: calc(100% + 60px);
  }

  .single-locations table th,
  .single-locations table td {
    padding: 10px;
    word-wrap: break-word;
    float: left;
    display: block;
    width: 25%;
  }

  #tab-on-the-day table th,
  #tab-on-the-day table td {
    width: 100%;
    display: block;
    padding: 10px;
  }

  #tab-reasons-to-enter .wpb_column,
  #tab-maps .wpb_column {
    border-right: none;
    border-bottom: 1px solid #c9c9cb;
    padding: 0 30px 20px 30px;
    margin-left: -30px;
    width: calc(100% + 60px);
  }

  .video {
    margin: 0;
  }

  .carousel h2 {
    text-align: center;
  }

  .vc_tta.vc_tta-accordion
    .vc_tta-controls-icon-position-left.vc_tta-panel-title
    > a {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .vc_toggle.vc_toggle_default .vc_toggle_title:before {
    display: none;
  }

  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    padding-left: 40px;
    padding-right: 40px;
  }

  .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 0 !important;
  }

  .vc_toggle_content {
    padding: 0 0 0 20px !important;
  }

  ul.sponsors-grid li {
    width: 33%;
  }

  .sponsors {
    margin: 0 !important;
    padding: 0 30px;
  }

  .home .sponsors {
    margin: 0px 0 20px 0 !important;
  }

  .sponsors-container {
    margin: 30px auto;
  }

  .fixed-sponsor {
    display: none !important;
  }

  .slick-arrow {
    margin-top: 0;
  }

  .slider-title {
    display: block !important;
  }

  .slide.fixed-item {
    display: block !important;
  }

  .slider-title .sponsor-title,
  .slider-title .sponsor-title.mobile h2 {
    display: block;
  }

  .slider-logo .sponsor-title {
    display: none;
  }

  ul.sponsors-grid li {
    width: 100%;
    display: inline-block;
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }

  .modal-wrapper .modal-dialog {
    margin: 0;
  }

  .modal-wrapper .modal-content {
    max-height: 100vh;
    padding: 30px 0;
  }

  .modal-wrapper .modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal-wrapper .modal-content .description-wrapper-mobile {
    max-height: 377px;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    margin: 15px 20px 0 20px;
    padding: 20px;
    border-radius: 10px;
  }

  .modal-wrapper .modal-content .description-inner-mobile {
    max-height: 307px;
    overflow: auto;
    padding: 0 20px 0 0;
  }

  .modal-wrapper .modal-content .description-wrapper {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    max-height: none;
  }

  .modal-wrapper .modal-content .description-inner {
    max-height: none;
    padding: 0;
  }

  .modal-wrapper .modal-footer {
    padding: 0 30px 0 30px;
    text-align: center;
  }

  .modal-wrapper .modal-footer .btn {
    float: none;
    display: inline-block;
  }

  .modal-wrapper .modal button.close {
    font-size: 18px !important;
  }

  .modal-wrapper .modal button.close .icon {
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 25px;
    top: -5px;
  }

  .modal-open .modal.white-blue {
    background: #0032a0 !important;
  }

  .modal-wrapper .modal.white-blue .modal-content {
    box-shadow: none;
  }

  .modal-wrapper .modal.white-blue .modal-body {
    padding: 50px 0;
  }

  .table-1 td {
    display: block;
  }

  .table-1 td:first-of-type {
    background: #0032a0;
    color: #fff;
  }

  .table-3 th,
  .table-3 td {
    display: block;
    width: 30%;
    float: left;
    padding: 1%;
    word-wrap: break-word;
  }

  .table-4 th,
  .table-4 td {
    display: block;
    width: 21%;
    float: left;
    padding: 1%;
    word-wrap: break-word;
  }

  .table-4 td:first-of-type {
    background: #0032a0;
    color: #fff;
  }

  .blog .site-main,
  .archive.category .sitem-main {
    padding: 0;
  }

  .blog .hentry,
  .blog .hentry:nth-child(odd),
  .archive.category .hentry,
  .archive.category .hentry:nth-child(odd) {
    margin: 0 0 50px 0;
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .blog .hentry .entry-header,
  .archive.category .hentry .entry-header {
    border: none;
    padding: 0 35px;
  }

  .hentry .cat-links {
    display: block;
  }

  .cat-bullet {
    display: none;
  }

  .blog .entry-content,
  .archive.category .entry-content {
    padding: 0;
  }

  .blog .featured-image,
  .archive.category .featured-image {
    margin-bottom: 20px;
  }

  .blog .excerpt,
  .archive.category .excerpt {
    padding: 0 35px 35px 35px;
  }

  .blog .excerpt p,
  .archive.category .excerpt p {
    margin: 0;
  }

  .blog .form-ad,
  .single-post .form-ad,
  .archive.category .form-ad {
    margin: 0 0 40px 0;
  }

  .single-post .featured-image {
    padding: 0;
    border: none;
    margin: 0 0 45px 0;
  }

  .single-post .entry-content {
    margin: 25px 0 0 0;
  }

  .single-post .entry-content {
    padding-bottom: 100px;
    margin-bottom: 0;
    text-align: center;
  }

  .nav-links {
    text-align: center;
    margin: -20px 0 60px 0;
  }

  .buttons {
    display: block;
    max-width: none;
    width: 100%;
    float: right;
    text-align: center;
  }

  .cart-checkout-links .btn {
    margin: 0 0 20px 0;
  }

  .cart-checkout-links .total {
    display: block;
    width: 100%;
    text-align: center;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    width: 100%;
  }

  .woocommerce-account-fields {
    padding: 0;
  }

  .woocommerce-billing-fields {
    padding: 0;
  }

  .cart-checkout-links h3 {
    display: block;
  }

  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    margin: 0 auto;
  }

  .wc-proceed-to-checkout {
    text-align: center;
  }

  .wc-proceed-to-checkout a {
    margin-bottom: 20px;
  }

  .post-type-archive.woocommerce .content-area {
    padding: 0;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 0 30px 0 30px;
    background: transparent;
    margin: 0 0 15px 0 !important;
    width: 100% !important;
  }

  .product-info {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .woocommerce ul.products li.product h3 {
    background: #f0f0f0;
    margin: 0 0 0 -30px !important;
    width: calc(100% + 60px);
    text-align: left;
    padding: 3px 30px 7px 30px;
    cursor: pointer;
    line-height: 1.2;
    padding: 0 20px 15px 20px !important;
  }

  .woocommerce ul.products li.product h3:before {
    font-family: 'Ionicons';
    content: '\f48a';
    margin-right: 10px;
    position: relative;
    font-size: 35px;
    top: 5px;
  }

  .woocommerce ul.products li.product h3.active:before {
    content: '\f463';
  }

  .product-img.desktop {
    display: none;
  }

  .product-img.mobile {
    display: block;
    width: 100%;
    margin: 50px auto 25px auto;
  }

  .product-img.mobile img {
    padding: 20px;
    border: 1px solid #bebebe;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 0;
  }

  .product-desc {
    margin: 40px auto 0 auto;
  }

  li.radiobutton table.variations {
    margin: 60px 0 0 -30px;
    width: calc(100% + 60px);
  }

  .variation-item {
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
  }

  form.variations_form.cart {
    top: 0;
  }

  .woocommerce
    ul.products
    li.product.product-type-variable
    .woocommerce-variation.single_variation,
  .woocommerce ul.products li.product.product-type-variable .price-wrap {
    float: none;
    width: 100%;
    margin-top: 0;
    min-height: 0;
  }

  .woocommerce
    ul.products
    li.product.radiobutton
    [type='radio']:checked
    + span:before {
    margin-left: -15px;
  }

  .woocommerce
    ul.products
    li.product.radiobutton
    [type='radio']:checked
    + span:after {
    left: -10px;
  }

  .woocommerce ul.products li.product .price-wrap {
    clear: both;
  }

  .woocommerce ul.products li.product .price {
    margin-bottom: 25px;
  }

  table.variations td {
    padding: 0 15px 0 0;
  }

  .woocommerce ul.products li.product.product-type-variable .quantity {
    width: 50%;
    text-align: left;
    padding: 0 0 0 15px;
  }

  .woocommerce ul.products li.product.product-type-simple .price-wrap {
    float: none;
    width: 100%;
    text-align: center;
  }

  .woocommerce ul.products li.product.product-type-simple .quantity {
    width: 100%;
    text-align: center;
    float: none;
  }

  .woocommerce
    ul.products
    li.product.radiobutton
    form.variations_form.cart
    .button,
  .woocommerce ul.products li.product form.variations_form.cart .button,
  .woocommerce ul.products li.product .button {
    margin: 30px auto 30px auto;
  }

  .woocommerce ul.products .product-data {
    display: none;
  }

  .woocommerce ul.products .product-data.active {
    display: block;
  }

  .cart-checkout-links {
    border: none;
    margin: 30px auto 20px auto;
  }

  .woocommerce .buttons {
    margin: 25px auto 0 auto;
  }

  .cart-checkout-links .btn {
    margin: 0 10px 20px 10px;
  }

  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button {
    float: none;
    max-width: none !important;
    width: 100% !important;
  }

  .woocommerce .order_details li {
    border: none;
  }

  .woocommerce .order_details li:last-of-type {
    margin-bottom: 0;
  }

  #content .wpb_video_widget .video-overlay {
    display: none;
  }

  .form-field.col-2 {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .form-field.col-2.left {
    padding-right: 0;
  }

  .form-field.col-2.right {
    padding-left: 0;
  }

  .location-status.container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: none;
  }

  .also-registered .item {
    left: 0;
    bottom: 0;
    border-left-width: 5px;
    padding-right: 10px;
    font-size: 16px;
  }

  .also-registered .item p.status {
    font-size: 13px;
  }
}
@media screen and (max-width: 769px) {
  .vipsalebt {
    position: relative;
    margin: 15px auto auto;
    bottom: auto;
  }
}
@media screen and (max-width: 581px) {
  .hero-title.location-data {
    bottom: 80px !important;
  }
  .hero-title.location-data h1 {
    font-size: 100% !important;
  }
  .hero-title.location-data .loc-data {
    font-size: 18px !important;
  }
  .also-registered {
    display: none !important;
  }
}

@media screen and (max-width: 460px) {
  .location-status p,
  .location-status p a {
    font-size: 16px;
    width: 100%;
    padding-left: 20%;
  }
}

@media screen and (max-width: 360px) {
  a.btn.big,
  div.btn.big {
    font-size: 150%;
    padding: 18px 0 14px 0;
  }

  .hero-image h1 {
    font-size: 190%;
  }
}




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{
	color:#000;
}


input[type='text']::placeholder, input[type='email']::placeholder, input[type='url']::placeholder, input[type='password']::placeholder, input[type='search']::placeholder, input[type='number']::placeholder, input[type='tel']::placeholder, input[type='range']::placeholder, input[type='date']::placeholder, input[type='month']::placeholder, input[type='week']::placeholder, input[type='time']::placeholder, input[type='datetime']::placeholder, input[type='datetime-local']::placeholder, input[type='color']::placeholder, textarea::placeholder{
	color:#989898;
}


table.variations td{
	text-align: left !important;
}
