/*
Theme Name: Colombo
Theme URI: http://www.pynkandfluffy.com
Description: JHT - Colombo theme
Author: Dan Hurrell
Author URI: http://www.pynkandfluffy.com
Version: 1.1
Colors: Orange - FF9900, Green - 90C600, Purple - 9e00ff, Blue - 00cbff

*/
/*
TYPOGRAPHY
============
*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6, p, li {
	font-family: 'Open Sans', sans-serif;
}
.hero h2,
h1 {
	font-size: 1.75rem;
	line-height: 120%;
	margin-bottom: 1.25rem;
	font-weight: 700;
}
h1.page-title {
	color: #ffffff;
}
h2 {
	font-size: 1.625rem;
	line-height: 100%;
	margin-bottom: 1.25rem;
	color: #ffffff;
	font-weight: 700;
}
h3 {
	font-size: 1.125rem;
	color: #ffffff;
	font-weight: 600;
}
h3.section-title {
	font-size: 1.063rem;
	color: #ffffff;
	text-transform: uppercase;
}
h4 {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
}
h5 {
	font-size: 0.933rem;
	text-transform: uppercase;
	line-height: 130%;
}
p,li {
	line-height: 140%;
	font-weight: 400;
	color: #ffffff;
	font-size: 1rem;
}
label {
	line-height: 140%;
	font-weight: 600;
	color: #ffffff;
	font-size: 1rem;
	margin-bottom: 0.35rem;
}
table,
table tbody {
	border: none;
	background: transparent;
	color: #ffffff;
}
.colsx2 {
	  -moz-column-count: 2;
	  -moz-column-gap: 3rem;
	  -moz-column-rule: none;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 3rem;
	  -webkit-column-rule: none;
	column-count: 2;
	column-gap: 3rem;
	column-rule: none;
	}
table tbody tr:nth-child(even) {
    border-bottom: 0;
	background-color:transparent; 
}
table tbody td, table tbody th {
padding: .0 .5rem .0;
}
/*
LINKS
============
*/
a {
	color: #00cbff;
}
a:hover {
	color: #90C600;
}
a.section-link {
	text-align: right;
	text-transform: uppercase;
}
a.btn {
	background-color: #00cbff;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.5rem 0.375rem;
	font-size: 1.5rem;
	line-height: 110%;
	display: inline-block;
}
a.btn:hover {
	background-color: #90C600;
}
a.btn-alt {
	background-color: #90C600;
}
a.btn-alt:hover {
	background-color: #00cbff;
}
a.btn-header{
	padding: 0.188rem 0.5rem;
	font-size: 0.933rem;
}
a.btn-thumb {
	padding: 0.188rem 0.25rem;
	display: inline-block;
}
a.btn-open {
	color: #ffffff;
}
a.btn-open:hover {
	color: #00cbff;
}
/*
HEADER
============
*/
#site-header {
	padding: 0.75rem 0;
	background-color: rgba(21,52,95,0.8);
	position: absolute;
	width: 100%;
	z-index: 99;
}
.site-logo {
	max-height: 43px;
}
#site-header.sticky {
	padding: 0.75rem 0;
	position: fixed;
	background-color: rgba(21,52,95,1);
}
.sticky .site-logo {
	max-height: 43px;
	margin-top: 0rem;
}
.sticky .contact-details {
	opacity: 0;
	display: none;
}
.sticky #menu-main-menu {
	margin-top: 0px;
}
/*
MAIN MENU
============
*/
#menu-main-menu {
	margin-top: 2rem;
}
.menu .button, .menu a {
    text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
}
.menu .button, .menu a:hover {
    color:#00cbff;
}
/*
PAGE HEROES
============
*/
.hero {
	height: 610px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 4rem 0;
}
#page-hero {
	height:750px;
	height:70vh;
}
.hero .grid-container,
.hero .grid-x,
.hero .grid-y {
	height: 100%;
}
 .hero-box {
	background-color: rgba(21,52,95,0.8);
	padding: 1rem;	
}
 .hero-box p {
	font-size: 1.125rem;
}
.hero h1, .hero h2 {
	
	color: #ffffff;
}
.home .hero h1,
.home .hero h2 {
	font-size: 2.25rem;
	line-height: 110% !important;
	margin-bottom: 0;
}
.hero-cell {
	height: 100%;
}
/*
SECTION - PAGE
============
*/
.page-section {
	background-color: #2B4974;
	padding: 4rem 0;
}
/*
SECTION - PAGE - FACILITIES
============
*/
#section-facilities {
	padding-bottom: 0px;
}
.facility {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.facility-header {
	position: relative;
}
.facility-header img {
	width: 100%;
}
h2.facility-title {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(21,52,95,0.8);
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.125rem;
	margin-bottom: 0px;
	padding: 0.625rem;
}
.facility-wrapper .grid-margin-x>.cell {
	margin-left: 2.9375rem;
	margin-right: 2.9375rem
}
.facility-wrapper .grid-margin-x {
	margin-left: -2.9375rem;
	margin-right: -2.9375rem
}
#section-facilities p {
	margin: 0.625rem;
	color: #ffffff;
}
.facility-wrapper:nth-child(3n) {
	background-color: rgba(21,52,95,1);
}
.facility-wrapper:last-child {
	padding-bottom: 2rem;
}
#facilitiesList td {
	vertical-align: top;
}
/*
SECTION - PAGE - CLASSES
============
*/
#section-classes {
	background-color: rgba(21,52,95,1);
}
h2.class-title {
	color:#ffffff;
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}
#section-classes p {
	color: #ffffff;
	font-size: 0.933rem;
}
h2.trainer-title {
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 600;
}
.trainer-phone {
	margin-bottom: 0.5rem;
}
.workouts {
	padding: 0.25rem 0 0.5rem 0;
}
.workouts img {
	max-height: 1.5rem;
	margin-right: 0.5rem;
}
.workouts img#image270 {
	max-height: 1rem;
	margin-right: 0.5rem;
}
#section-classes .classes-grid {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;	
	display: block !important;
}
#section-classes .cell{
	display: inline-block !important;
	width: auto !important;
}
.has-tip {
	border-bottom: none;
}
/*
SECTION - PAGE - TRAINERS
============
*/
#section-training .featured-image {
	border-radius: 50%;
	margin-bottom: 0.625rem;
}
.trainer-wrapper {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.trainer-wrapper:nth-child(2n) {
	background-color: rgba(21,52,95,1);
}
.trainer-links {
	margin-bottom: 1rem;
}
.trainer.even {
	padding-left: 1rem;
}

.trainer.odd {
	padding-right: 1rem;
}
#additional-section{
	background-color: rgba(21,52,95,1);
}
/*
SECTION - PAGE - COURTS & PITCHES
============
*/
.court-copy {
	padding-left: 1rem;
}
.court-image {
	padding-right: 1rem;
}
.court-copy p, .court-copy h3, .court-copy ul {
	padding: 0 0.5rem;
}
  .court-copy h3 {
 	border-top: 1px solid #ffffff;
	padding-top: 1rem;
	margin-top: 2rem;
 }
   .court-copy h3:first-child {
	margin-top: 0;
 }
 .court-section.even {
	background-color: #1B416C;
}
/*
SECTION - PAGE - PRICES - MEMBERSHIPS
============
*/
.membership-section.even {
	background-color: #1B416C;
}
.membership-type {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #90C600;
	color: #ffffff;
	padding: 0.5rem;
	line-height: 100%;
	display: inline-block;
	margin-bottom: 1.5rem;
}
.membership-section.even .membership-type {
	background-color: #cccccc;
	color: #1B416C;
}
.membership-copy {
	padding-right: 3rem;
}
.membership-copy ul {
	margin-left: 0;
	padding-top: 1rem;
}
.membership-copy li {
	list-style: none;
	background: url('images/bullet.png') no-repeat 0 0.433rem;
	padding-left: 2rem;
}
.membership-section h2 {
	font-size: 1.75rem;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
.membership-section p {
	font-size: 1.125rem;
	color: #ffffff;
}
.membership-section li {
	font-size: 1rem;
	color: #ffffff;
	margin-bottom: 1rem;
}
.membership-box {
	border: 1px solid #ffffff;
	padding: 1.25rem;
}
.saving {
	background-color: #ffffff;
	padding: 0.675rem 1.125rem;
	color: #193F6C;
	font-size: 1rem;
	font-weight: 700;
}
.price {
	font-size: 5.5rem;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 2rem;
}
p.terms {
	font-size: 0.875rem;
	font-weight: 400;
	margin-bottom: 0;
}
p.tagline {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.25rem;
}
.btn-join {
	margin-bottom: 0.875rem;	
}
.other-membership {
	border-top: 1px solid #ffffff;
	padding: 1rem 0.625rem;
}
.membership-copy h3 {
	text-transform: uppercase;
	color: #ffffff;
}
.other-membership p {
	font-size: 0.933rem;
}
.priceline {
	font-size: 0.813rem;
	color: #ffffff;
	line-height: 140%;
	margin-bottom: 0.5rem;
}
.priceline .price {
	font-size: 1.25rem;
	font-weight: 700px;
	margin-right: 1rem;
}
.membership-copy p {
	font-size: 1rem;
	font-weight: 400;
}
.membership-copy p:first-child {
	font-size: 1.125rem;
}
/*
SECTION - PAGE - HOURS
============
*/
#hours-section {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 400;
}
.times {
	margin-top: 1.5rem !important;
}
.hours-block {
	border-top: 1px solid #ffffff;
	padding-top:1rem;
	padding-bottom: 1rem;
	margin-right: 2rem;
}
.closed-hours {
	border-bottom: 1px solid #ffffff;
}
#contacting-section {
	background-color: rgba(21, 52, 95, 1);
}
#contacting-section p {
	font-size: 1.125rem;
	margin-bottom: 2.5rem;
}
#contacting-section h2 {
	margin-bottom: 2.5rem;
}
#contacting-section p a {
	font-size: 1.375rem;
}
.contacting-left {
	padding-right: 3rem;
}

/*
SECTION - CONTACT
============
*/
#section-contact {
	height: 514px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 4rem 0 1.5rem 0 !important;
}
 #section-contact .hero-box {
	background-color: transparent;
	padding: 0rem;	
}
#section-contact  h2 {
	margin-bottom: 0;
	color: #263759;
	font-size: 2.25rem;
	line-height: 110% !important;
}
.charity {
	background-color: rgba(38,55,90,0.5);
	padding: 0.375rem;
	display: inline-block;
	color: #ffffff;
	font-size: 0.875rem;
	line-height: 100%;
	margin-top: 5rem;
}
/*
SECTION - TRUST
============
*/
#section-trust {
	padding: 2.5rem 0;
	background-color: #00253D;
	color: #ffffff;
}
#section-trust p {
	font-size: 1.063rem;
	margin-bottom: 0;
	font-weight: 600;
}
.trust-logo {
	max-height: 66px;
}
/*
SECTION - NEWS
============
*/
#section-news {
	background-color: #204E6E;
	padding: 1.5rem 0;
}
.news-image {
	margin-bottom: 1.25rem;
	width: 100%;
}
.news-header {
	margin-bottom: 1.5rem;
}
.wprss-feed-excerpt {
	color:#ffffff;
	font-size: 0.875rem;
	padding: 1rem 0;
	font-weight: 400;
}
.wprss-feed-thumbnail {
	margin-top: 1rem;
}
.feed-date {
	color: #cccccc;
	font-size: 0.75rem;
	font-weight: 400;
}
.thumbnail-excerpt {
    overflow:visible !important;
}

/* 
Contact Form 7 Styles
============
*/
.wpcf7 input[type="submit"] {
    background-color: #FF9900;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.5rem 0.375rem;
	font-size: 1.5rem;
	line-height: 110%;
	display: inline-block;
	border-width: 0px;
}

.wpcf7 input:hover[type="submit"] {
    background-color: #90C600;
}

.wpcf7 input:active[type="submit"] {
    background-color: #000000;
	color: #FF9900;
}

.wpcf7-validation-errors, .wpcf7-response-output, .wpcf7-display-none, .wpcf7-acceptance-missing, .wpcf7-mail-sent-ok p, body {
	color: #ffffff;
	font-weight: 600;
}


/*
XSELLS 
============
*/
.xsell {
	background-color: #00cbff;
	font-size: 2.25rem;
	font-weight: 600;
	color: #ffffff;
	line-height: 120%;
}
.xsell p {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 120%;
}
.xsell a {
	color: #052B44;
}
.xsell a:hover {
	opacity: 0.75;
}
.xsell .grid-container {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.xsell-image img {
	width: 100%;
}
.xsell .xsell-image a:hover {
opacity: 0.95;
}
/*
REVEAL
============
*/
.reveal-overlay {
	background-color: rgba(25,64,110,0.9);
}
.reveal {
    padding: 1rem;
    border: 1px solid #ffffff;
    border-radius: 3px;
    background-color: #19406E;
    top: 60px;
}
.close-button {
	color: #ffffff;
}
/*
FOOTER
============
*/
.footer-section {
	padding: 1.5rem 0;
	background-color: #00253D;
}
/*
FOOTER - GYMS
============
*/
#section-gyms h3.section-title {
	margin-bottom: 2rem;
}
.gym-header {
	padding: 0.5rem 2rem 0 0;
	margin-bottom: 0.75rem;
}
p.gym-intro {
	padding: 0 0.5rem;
	color: #ffffff;
	font-size: 0.933rem;
}
h4.gym-title {
	padding: 0 0.5rem;
	text-transform: uppercase;
	font-size: 1.063rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
h4.gym-title a {
	color: #ffffff;
}
h4.gym-title a:hover {
	color: #00cbff;
}
.gym-image {
	width: 100%;
}
/*
FOOTER - LEGALS
============
*/
#section-legals p {
	color: #ffffff;
	font-size: 0.75rem;
}
#section-legals p:last-child {
	margin-bottom: 0px;
}
/*
TRANSITIONS
============
*/
#site-header,
.site-logo {
	-webkit-transition: all 0.30s ease;
    -moz-transition: all 0.30s ease;
    -ms-transition: all 0.30s ease;
    -o-transition: all 0.30s ease;
}
/*
RESPONSIVE MENU
============
*/
/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background-color: rgba(0,37,61, 0.95);
	overflow:auto;
	z-index:9999;
}
.wrap {
	position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 1rem; /* 30px top margin to avoid conflic */
}
.btn-close {
	position: fixed;
	top: 2rem;
	right: 2rem;
}

.mobile-menu .btn-join {
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	background-color: #00cbff;
	font-size: 1.5rem;
	padding: 0.5rem;
}
.mobile-menu .btn-join:hover {
	background-color: #90C600;
	color: #ffffff;
}
/*
MEDIA QUERIES
============
*/
/* Small only */
@media screen and (max-width: 39.9375em) {
.mobile-menu li {
	font-size: 1.125rem;
}
.wrap {
    top: 5%; /* 25% from the top */
    margin-top: 1.5rem; /* 30px top margin to avoid conflic */
}

.home .hero .grid-container {
	padding-left: 0;
	padding-right: 0;
}
#section-trust,
#section-legals {
	text-align: center;
}
#section-trust .trust-logo {
	margin-bottom: 1rem;
}
#section-legals p:last-child {
	margin-bottom: 2rem;
}
.not-home #page-hero {
	height: auto;
}
.not-home #page-hero[style] {
	background-image: none !important;
}
.not-home #page-hero.hero,
.not-home #page-hero .grid-container {
	padding: 0;
}
.home #page-hero,
.home .hero {
	height: 500px;
	padding: 0;
}
.facility-wrapper .grid-margin-x>.cell {
	margin-left: .625rem;
	margin-right: .625rem
}
.facility-wrapper .grid-margin-x {
	margin-left: -.625rem;
	margin-right: -.625rem;
}
.colsx2 {
	  -moz-column-count: 1;
	  -moz-column-gap: 0;
	  -moz-column-rule: none;
	  -webkit-column-count: 1;
	  -webkit-column-gap: 0;
	  -webkit-column-rule: none;
	column-count: 1;
	column-gap: 0;
	column-rule: none;
	}
.membership-copy {
	padding-right: 0;
}
.other-membership {
padding: 1rem 0rem;
}
.hours-block {
	margin-right: 0;
}
.xsell,
.xsell p,
.home .hero h1,
.home .hero h2 {
	font-size: 1.5rem;
}
body.page #site-header {
	position: relative;
	background-color: rgba(21,52,95,1);
}
body.page #site-header.sticky {
	position: fixed;
}
#section-contact {
	background-position: 60% center;
	padding: 0rem 0 1.5rem 0 !important;
}
 #section-contact .hero-box {
	padding: 1rem;	
}
.small-align-top {
	align-items: flex-start !important;
}
.charity {
	margin-top: 13rem;
}
#section-classes .classes-grid {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;	
}
.trainer .featured-image {
	max-width: 200px;
	margin: 0 auto;
}
	}
/* Medium and up */
@media screen and (min-width: 40em) {
	.facility-wrapper .grid-margin-x>.medium-6 {
		width: calc(50% - 5.875rem);
	}
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.mobile-menu li {
	font-size: 1.5rem;
}
#section-classes .classes-grid {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;	
}
.trainer .featured-image {
	max-width: 200px;
	margin: 0 auto;
}
/*
SECTION - DEFAULT
============
*/
.default-section {
	padding-top: 7rem
}
}
/* Large and up */
@media screen and (min-width: 64em) {
	.site-logo {
		max-height: 66px;
	}
	#site-header {
		padding-top: 0.375rem;
	 	padding-bottom: 1.375rem;
	}
	.price {
	font-size: 7.5rem;
}
/*
SECTION - DEFAULT
============
*/
.default-section {
	padding-top: 12rem
}
}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* VERTICAL MENU QUERIES */
@media screen and (max-height: 600px)  {
	body.page #site-header {
	position: relative;
	background-color: rgba(21,52,95,1);
}
body.page #site-header.sticky {
	position: relative;
}
}