/*
Theme Name: Chipping Norton Pilates
Description: WordPress theme designed by Wetdog Creative
Author: Wetdog Creative	
Author URI: https://www.wetdogcreative.co.uk
Version: 1.0
*/

/*
================================================================================

  Reset

================================================================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
================================================================================

  Base

================================================================================
*/

/* Typography */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-family: 'drummond-variable', serif; font-size: 25px; line-height: 1em; font-weight: 300; color: #6c345e; }
h1, h2, h3, h4 { line-height: 1.25em; margin-bottom: 0.75em; }
h1, h2, h3 { font-size: 40px; }
h4 { font-size: 1em; }
p { line-height: 1.4em; margin-bottom: 1.4em; }
b, strong { font-weight: 600; }
i, em { font-style: italic; }
blockquote {  }
blockquote p {  }
small { font-size: 0.8em; }

/* Lists */
ul { list-style-type: disc; margin: 0 0 1.5em 2em; }
ol { list-style-type: decimal; margin: 0 0 1.5em 2em; }
ul li, ol li { margin-bottom: 0.75em; line-height: 1.5em; }
ul.no-list, ol.no-list, nav ul, ul.gform_fields { list-style-type: none; margin: 0px; padding: 0px; }
ul.no-list li, ol.no-list li, nav ul li, ul.gform_fields li { margin: 0px; padding: 0px; }

/* Tables */
table { width: 100%; }
th, thead { text-align: left; font-weight: bold; line-height: 1.5em; }
thead { border-bottom: solid 1px #6c345e; }
th { padding-bottom: 5px; }
tr:first-child td { padding-top: 5px; }
td { text-align: left; line-height: 1.5em; }

/* Navigation */
a { outline: none; transition: 0.3s; text-decoration: none; color: #6c345e; }
a:hover { opacity: 0.5; }

/* Forms */
input[type=text], input[type=email], input[type=password], input.text, input.search, textarea { font-family: inherit; font-size: inherit; -webkit-appearance: none; outline: none; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
label { cursor: pointer; }

/* Buttons */
input[type=submit], input.submit, button, input.button, a.button, .button { cursor: pointer; font-family: inherit; font-size: inherit; border-radius: 10px; transition: 0.3s; background: #6c345e; color: #fff; display: inline-block; border: none; outline: none; font-weight: 300; -webkit-font-smoothing: antialiased; padding: 2px 20px; }
input[type=submit]:hover, input.submit:hover, button:hover, input.button:hover, a.button:hover, .button:hover { opacity: 0.5; }

/* Text Selection */
::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }

/* Misc */
img { max-width: 100%; height: auto; border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* Enable Box Sizing */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/*
================================================================================

  Page

================================================================================
*/

.wrapper { width: 100%; max-width: 1000px; margin: 0 auto; }

.alignright { margin: 0 0 30px 30px; }
.alignleft { margin: 0 30px 30px 0; }

.mobile-only { display: none; }

/*
================================================================================

  Header

================================================================================
*/

.page-header { background: rgba(247,206,224,0.9); position: fixed; top: 0; left: 0; right: 0; z-index: 10; }
.page-header .wrapper { padding: 29px 18px 25px; max-width: 1440px; display: flex; align-items: center; height: 115px; position: relative; }

.site-logo a { display: block; width: 222px; }

.main-nav { margin-left: auto; }
.main-nav ul { display: flex; gap: 20px; }
.main-nav ul li { font-size: 23px; line-height: 1em; }
.main-nav a { color: #fff; }
.main-nav a:hover { opacity: 1; }
.main-nav .current-menu-item a { color: #6c345e; }

#btn-nav {
  position: absolute;
  top: 35px;
  right: 30px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  display: none;
  z-index: 99999;
  border: none;
  outline: none;
  border-radius: 0;
}

#btn-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: #6c345e;
  border-radius: 0;
  opacity: 1;
  right: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#btn-nav span:nth-child(1) {
  top: 13px;
}

#btn-nav span:nth-child(2) {
  top: 23px;
}

#btn-nav span:nth-child(3) {
  top: 33px;
}

#btn-nav.open span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#btn-nav.open span:nth-child(2) {
  opacity: 0;
  right: -40px;
}

#btn-nav.open span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*
================================================================================

  bxSlider

================================================================================
*/

.bx-wrapper { position: relative; margin-bottom: 0; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; }
.bx-wrapper img { max-width: 100%; display: block; }
.bxslider { margin: 0; padding: 0; -webkit-perspective: 1000; }
ul.bxslider { list-style: none; }
.bx-viewport { -webkit-transform: translateZ(0); }

/*
================================================================================

  Main

================================================================================
*/

.page-banner { background: #333; height: 770px; color: #fff; margin-bottom: 50px; overflow: hidden; }
ul.slideshow-list li { position: relative; }
ul.slideshow-list li, .banner-image { height: 770px !important; }
.banner-image { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; background-color: #f7cee0 !important; background-blend-mode: multiply; background-size: cover !important; }
/* .banner-image::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 3; background: #f7cee0; background-blend-mode: multiply; } */
/* .banner-image img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 2; } */
.banner-text { position: absolute; top: 0; bottom: 0; left: calc(50% - 600px); z-index: 4; width: 40%; display: flex; align-items: center; }
.banner-text p { font-size: 53px; line-height: 1.15em; margin: 0; -webkit-font-smoothing: antialiased; }

.page-main { position: relative; overflow: hidden; z-index: 6; }
.page-main::after { content: ''; display: block; width: 4500px; height: 3500px; background: #fff; border-radius: 50%; position: absolute; bottom: 0; left: 50%; transform: translateX(-45%); z-index: 1; }
.page-inner { position: relative; z-index: 5; padding-bottom: 80px; }

.content p:last-child { margin-bottom: 0; }
.intro { text-align: center; }
.content a { font-weight: 600; }

.clickthroughs { display: flex; justify-content: center; align-items: center; gap: 80px; padding: 60px 0; }
.clickthroughs-bottom { padding-bottom: 60px; }
.clickthrough a { display: block; width: 394px; height: 394px; border-radius: 50%; overflow: hidden; position: relative; background-color: #fbe7f0 !important; }
.clickthrough a::before { content: ''; display: block; position: absolute; top: 18px; bottom: 18px; left: 18px; right: 18px; border-radius: 50%; z-index: 7; background: #f7cee0; }
.clickthrough a:hover, .clickthrough .button:hover { opacity: 1; }
.clickthrough-image { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-size: cover !important; z-index: 8; border-radius: 50%; background-blend-mode: multiply !important; background-color: #f7cee0 !important; opacity: 0.21; transition: 0.6s; }
.clickthrough-content { position: relative; z-index: 9; display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; text-align: center; border-radius: 50%; }
.clickthrough-content h3 { position: relative; margin-bottom: 15px; padding: 20px 0 75px; }
.clickthrough-content h3::after { content: ''; display: block; width: 2px; height: 70px; background: #6a3465; position: absolute; left: calc(50% - 1px); bottom: 0; }
.clickthrough-content .button, .quote-button .button { font-size: 35px; color: #f7cee0; height: 66px; border-radius: 33px; padding: 20px 25px; }
.clickthrough a:hover .button, .quote-button .button:hover { color: #fff; }
.clickthrough a:hover .clickthrough-image { transform: scale(1.1); }

.quote-banner { background: #6c345e; color: #fff; position: relative; z-index: 5; overflow: hidden; }
.quote-banner::before { content: ''; display: block; width: 1500px; height: 1300px; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translateY(-45%); z-index: 5; background: #f7cee0; }
.quote-banner .wrapper { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 60px; position: relative; z-index: 6; min-height: 600px; }
.quote-banner .wrapper > div { display: flex; justify-content: center; align-items: center; }
.quote-logo img { max-width: 370px; }
.quote-content { padding: 150px 0; color: #6c345e; }
.quote-content-inner { text-align: center; padding: 0 40px; }
.quote-text { font-size: 40px; line-height: 1.25em; margin: 0 0 0.25em; -webkit-font-smoothing: antialiased; }
.quote-author { font-weight: 600; margin-bottom: 0; }
.quote-button { position: relative; padding-top: 100px; }
.quote-button::before { content: ''; display: block; width: 2px; height: 70px; background: #6a3465; position: absolute; top: 12px; left: calc( 50% - 1px ); }
.quote-button .button:hover { opacity: 1; }

.secondary-cols { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 20px; padding-top: 60px; }
.secondary-image { background: #f7cee0; position: relative; }
.secondary-image::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; right: 100%; left: -9999em; background: #f7cee0; }
.secondary-image-inner { position: absolute; top: 0; bottom: 0; left: -110px; right: 0; background-size: cover !important; background-blend-mode: multiply !important; background-color: #f7cee0 !important; overflow: hidden; /* clip-path: circle(85% at 95% 60%); */ }
.secondary-image-inner::before { content: ''; display: block; position: absolute; top: -2px; bottom: -2px; left: -2px; width: 30%; background: url(images/curved-mask.png) 0 0 no-repeat; background-size: 100% 100%; }
.secondary-text { text-align: left; }

.circle-list { position: relative; z-index: 5; padding: 40px 0 150px; }
.circle-list h2 { text-align: center; }
ul.circle-listing li { margin-bottom: 40px; display: grid; grid-template-columns: 220px 1fr; grid-gap: 40px; }
ul.circle-listing li:last-child { margin-bottom: 0; }
.circle-image { width: 220px; height: 220px; border-radius: 50%; overflow: hidden; background: #fbe4ee; }
.circle-content h3 { font-size: 30px; margin: 0; font-weight: 600; }
.circle-content p:last-child { margin-bottom: 0; }

body.page-id-11 .circle-content h3 { padding-top: 20px; }

body.page-id-17 h1 { margin-bottom: 0; }
body.page-id-17 .page-inner { padding-bottom: 40px; }
.timetable-sections { position: relative; z-index: 5; margin-bottom: 80px; }
.timetable-section { padding: 15px 20px; margin-bottom: 2px; background: #fdf3f7; }
.timetable-section:nth-child(even) { background: #fefafc; }
.timetable-table { width: 100%; }
.td-time { width: 30%; }
.td-class { width: 40%; }
.td-location { width: 30%; }

body.page-id-23 .secondary-text { font-size: 28px; min-height: 675px; }
body.page-id-23 .secondary-text p, body.page-id-23 .secondary-text ul, body.page-id-23 .secondary-text ul li { line-height: 1.35em; }
body.page-id-23 .secondary-text ul { list-style-type: none; margin: 0; padding: 0; }
body.page-id-23 .secondary-text ul li { margin: 0; padding: 0; }
body.page-id-23 .secondary-text, body.page-id-23 .secondary-text ul a { font-weight: 300; }
body.page-id-23 .secondary-text ul strong { display: inline-block; min-width: 90px; }

ul.price-list li { margin-bottom: 2px; background: #fdf3f7; padding: 20px; display: grid; grid-template-columns: 190px 1fr; grid-gap: 30px; }
ul.price-list li:nth-child(even) { background: #fefafc; }
.price-circle { width: 190px; height: 190px; border-radius: 50%; background: #6c345e; text-align: center; padding-top: 45px; margin-top: 5px; }
.price-number { font-size: 65px; line-height: 1em; color: #fff; font-weight: 600; font-variation-settings: 'wght' 600; font-feature-settings: "lnum" 1, "tnum" 1; font-variant-numeric: lining-nums tabular-nums; margin-left: -0.03em; }
.price-number span { letter-spacing: -0.03em; }
.price-detail { font-size: 30px; line-height: 1em; color: #fdf3f7; margin-top: -0.2em; }
.price-content h3 { margin-bottom: 5px; padding-bottom: 5px; border-bottom: solid 1px #6c345e; font-size: 30px; font-weight: 600; }
.price-content p:last-child { margin-bottom: 0; }
ul.price-list li:last-child .price-content { padding-right: 1em; }

.standard-page .wrapper { position: relative; z-index: 2; padding-bottom: 60px; }

/*
================================================================================

  Gravity Forms

================================================================================
*/

.gform_validation_container, .gform_required_legend, .footer-signup .gfield_label { display: none !important; }
.gfield { margin-bottom: 20px; }
.gfield input { display: block; width: 100%; border: none; padding: 2px 12px; border-radius: 10px; outline: none; }

.gform_validation_errors { background: #6c345e; color: #fff; padding: 20px; border-radius: 10px; margin-bottom: 20px; }
.gform_validation_errors h2 { font-size: 1em; margin: 0; }
.gfield_description { padding-top: 5px; font-size: 16px; font-weight: 600; }

.gform_footer { position: relative; text-align: right; }
img.gform_ajax_spinner { position: absolute; bottom: 10px; right: 100px; }

/*
================================================================================

  Footer

================================================================================
*/

.page-footer { background: #6c345e; overflow: hidden; margin-top: -600px; }

.footer-top { position: relative; padding-top: 600px; }
.footer-top::after { content: ''; display: block; width: 4000px; height: 4500px; background: #f7cee0; border-radius: 50%; position: absolute; bottom: 0; left: 50%; transform: translateX(-45%); z-index: 1; }
.footer-top .wrapper { padding: 70px 0 125px; position: relative; z-index: 3; }

.footer-top h3 { text-align: center; margin-bottom: 40px; }
.footer-cols { display: grid; grid-gap: 50px; grid-template-columns: repeat(2,1fr); position: relative; }
.footer-cols::after { content: ''; display: block; width: 2px; height: 100%; position: absolute; top: 0; left: 50%; margin-left: -1px; background: #6a3465; }
.footer-cols p { margin: 0; }

.footer-booking { margin-bottom: 100px; }
.booking-intro a { font-weight: 600; }
.booking-details { font-size: 30px; margin-right: -15px; }
ul.booking-list li { position: relative; padding-left: 100px; margin-bottom: 0.4em; }
ul.booking-list li:last-child { margin-bottom: 0; }
ul.booking-list strong { position: absolute; top: 0; left: 0; }

.footer-signup .footer-cols::after { height: 155px; }
.footer-social p { padding-right: 15px; }
ul.footer-social-list { display: flex; gap: 10px; padding-top: 10px; }
ul.footer-social-list a { display: block; width: 45px; height: 45px; border-radius: 50%; }
ul.footer-social-list a.social-facebook { background: url(images/icon-facebook.svg) center center no-repeat; }
ul.footer-social-list a.social-instagram { background: url(images/icon-instagram.svg) center center no-repeat; }
.signup-form { margin-bottom: 30px; }
.signup-footer p { font-size: 18px; line-height: 1.25em; }

.footer-bottom { padding-bottom: 250px; }
.footer-bottom .wrapper { padding: 50px 0 20px; display: flex; position: relative; }
.footer-bottom, .footer-bottom a { color: #f7cee0; }
.footer-bottom p, .footer-bottom ul li { font-size: 18px; line-height: 1.4em; margin: 0; }
.footer-bottom a:hover { color: #fff; }
.footer-nav ul { display: flex; }
.footer-nav ul li:not(:first-child)::before { content: '|'; margin: 0 0.2em; }
.footer-credit { text-align: right; margin-left: auto; }
.footer-credit a { font-weight: 600; }
.footer-bottom a:hover { opacity: 1; }

#btn-top { display: block; margin: 0 auto; width: 50px; height: 50px; border-radius: 50%; border: none; background: #f7cee0 url(images/arrow-up.svg) center 45% no-repeat; background-size: 30px auto; }
#btn-top:hover { background-color: #fff !important; opacity: 1; }

.cky-consent-container .cky-consent-bar { background: #6c345e !important; border: none !important; padding: 30px !important; box-shadow: 0 0 10px rgba(0,0,0,0.2) !important; }
.cky-consent-container .cky-consent-bar, .cky-consent-container .cky-consent-bar * { font-family: sans-serif !important; color: #fff !important; }
.cky-btn { outline: none !important; }
.cky-btn-customize, .cky-btn-reject { border-color: #fff !important; }
.cky-consent-container .cky-consent-bar .cky-btn-accept { background: #f7cee0 !important; color: #6c345e !important; border-color: #f7cee0 !important; }
.cky-preference-center, .cky-preference-center * { font-family: sans-serif !important; }
.cky-preference-content-wrapper .cky-show-desc-btn, .cky-accordion-header .cky-always-active, .cky-prefrence-btn-wrapper .cky-btn { color: #6c345e !important; font-weight: bold; }
.cky-prefrence-btn-wrapper .cky-btn-preferences { border-color: #6c345e !important; }
.cky-prefrence-btn-wrapper .cky-btn-accept { color: #fff !important; background: #6c345e !important; border-color: #6c345e !important; }

.cky-btn-revisit-wrapper { background: #6c345e !important; }

.grecaptcha-badge { z-index: 6; }

/*
================================================================================

  Media Queries

================================================================================
*/

@media only screen and (max-width: 1550px) {
	.page-banner br { display: none; }
}

@media only screen and (max-width: 1300px) {
  #btn-nav { display: block; }
  #nav { position: fixed; top: 115px; bottom: 0; left: 0; z-index: 9; background: #6c345e; min-width: 250px; transform: translateX(-100%); transition: transform 0.3s; box-shadow: 0 0 10px rgba(0,0,0,0.2); }
  html.nav-active #nav { transform: translateX(0); }
  #nav ul { display: block }
  #nav ul li { border-bottom: solid 1px rgba(255,255,255,0.1); }
  #nav a { padding: 12px 20px; display: block; color: #fff; }
  #nav ul li.current-menu-item a { border-left: solid 5px #f7cee0; padding-left: 15px; }
  #nav-mask { display: none; position: fixed; top: 115px; bottom: 0; left: 0; right: 0; background: rgba(108,52,94,0.5); z-index: 6; }
  .banner-text { left: 30px; width: 50%; }
  .banner-text br { display: none; }
  .wrapper { padding-left: 30px !important; padding-right: 30px !important; }
  .footer-booking .booking-intro { margin-bottom: 30px; }
  .footer-booking .footer-cols { display: block; }
  .footer-booking .footer-cols::after { display: none; }
  .footer-booking .booking-details { display: flex; justify-content: center; }
}

@media only screen and (max-width: 1023px) {
  .page-banner, ul.slideshow-list li, .banner-image { height: 600px !important; }
  .banner-text { width: 80%; }
  .clickthroughs { gap: 40px; }
  .clickthrough a { width: 325px; height: 325px; }
  .clickthrough h3 { font-size: 32px; }
  .clickthrough-content .button, .quote-button .button { font-size: 25px; height: 50px; padding: 12px 20px; }
  .quote-banner .wrapper { display: block; min-height: 0; }
  .quote-banner::before { transform: translateY(0) translateX(-50%); top: 200px; left: 50%; }
  .quote-logo { padding-top: 50px; }
  .quote-content { padding: 150px 0 75px; }
  .quote-content-inner { max-width: 80%; padding: 0; }
  .clickthroughs { padding-bottom: 40px; }
  .footer-bottom { padding-bottom: 150px; }
  .footer-bottom p, .footer-bottom ul li { text-wrap: balance; }
  .secondary-cols { display: block; position: relative; }
  .secondary-image { margin-bottom: 40px; }
  .secondary-image, .secondary-image-inner { height: 400px; }
  .secondary-image-inner { bottom: auto; /* clip-path: circle(45% at 92% 60%); */ background-position: right center !important; background-size: cover !important; width: 50%; left: auto; }
  .secondary-image-inner::before { width: 30%; }
  .secondary-text h2, body.page-id-23 .secondary-text p:first-child { position: absolute; top: 90px; left: 0; max-width: 50%; }
  .page-inner { padding-bottom: 40px; }
  body.page-id-23 .secondary-text { min-height: 0; }
  .timetable-table { font-size: 22px; }
}

@media only screen and (max-width: 767px) {
  body { font-size: 22px; }
  .page-header .wrapper { padding: 20px !important; height: 85px; }
  .site-logo a { width: 180px; }
  #btn-nav { top: 20px; right: 15px; }
  #nav, #nav-mask { top: 85px; }
  h1, h2, h3, .banner-text p { font-size: 35px; }
  .banner-text p { padding-top: 50px; }
  .page-banner, ul.slideshow-list li, .banner-image { height: 450px !important; }
  .clickthroughs { display: block; }
  .clickthrough { margin-bottom: 30px; }
  .clickthrough:last-child { margin-bottom: 0; }
  .clickthrough a { width: 285px; height: 285px; margin: 0 auto; }
  .clickthrough h3 { font-size: 28px; padding: 0; }
  .clickthrough-content h3::after { display: none; }
  .quote-text { font-size: 28px; }
  .quote-content { padding: 125px 0 50px; }
  .quote-content-inner { max-width: 100%; }
  .footer-booking { margin-bottom: 50px; }
  .footer-booking .booking-details { font-size: 25px; display: block; margin-right: 0; }
  ul.booking-list li { padding-left: 0; text-align: center; font-size: 22px; line-height: 1.25em; }
  ul.booking-list strong { position: static; top: auto; left: auto; display: block; }
  .footer-top .wrapper { padding: 40px 0 80px; }
  .footer-cols { display: block; }
  .footer-social { margin-bottom: 30px; }
  .footer-top h3 { margin-bottom: 20px; }
  .footer-signup .footer-cols::after { display: none; }
  .footer-bottom .wrapper { display: block; text-align: center; }
  .footer-booking .booking-intro, .footer-signup .footer-social { text-align: center; }
  .footer-social p { padding-right: 0; }
  .footer-nav { padding: 15px 0; }
  .footer-nav ul { justify-content: center; }
  .footer-bottom { padding-bottom: 50px; }
  .secondary-text { text-align: center; }
  .secondary-text h2, body.page-id-23 .secondary-text p:first-child { max-width: 100%; position: static; top: auto; left: auto; }
  .secondary-image, .secondary-image-inner { height: 250px; }
  .secondary-image-inner { width: 70%; clip-path: none !important; background-size: cover !important; right: -30px; }
  .secondary-image-inner::before { width: 15%; }
  ul.footer-social-list { justify-content: center; }
  ul.circle-listing li { display: block; }
  .circle-image { width: 160px; height: 160px; margin: 0 auto 20px; }
  .circle-content { text-align: center; }
  .timetable-table thead, .timetable-table tbody, .timetable-table th, .timetable-table tr, .timetable-table td { display: block; width: 100%; }
  .timetable-table thead .td-class, .timetable-table thead .td-location { display: none !important; }
  tr:first-child td { padding-top: 0; }
  .timetable-sections { margin-bottom: 40px; }
  .timetable-table tr { padding-bottom: 10px; }
  .timetable-table tr:last-child { padding-bottom: 0; }
  .td-time { font-weight: 600; }
  ul.price-list li { display: block; }
  .price-circle { width: 120px; height: 120px; padding-top: 25px; margin: 0 auto 10px; }
  .price-number { font-size: 50px; }
  .price-detail { font-size: 22px; }
  .price-content { text-align: center; }
  .price-content h3 { line-height: 1.1em; }
  body.page-id-23 .secondary-text { text-align: center; font-size: 25px; }
  body.page-id-23 .secondary-text ul li { margin-bottom: 15px; line-height: 1.2em; }
  body.page-id-23 .secondary-text ul li:last-child { margin-bottom: 0; }
  body.page-id-23 .secondary-text ul strong { display: inline; min-width: 0; display: block; }
  body.page-id-23 .secondary-text ul li:last-child a { font-size: 6.2vw; }
}

@media only screen and (max-width: 480px) {
  .secondary-image-inner { width: 90%; }
  .secondary-image-inner::before { width: 20%; }
}

@media only screen and (max-width: 359px) {
  body.page-id-23 .secondary-text ul li:first-child a { font-size: 6.2vw; }
}

/*
================================================================================

  Print Styles

================================================================================
*/

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}