/*!
Theme Name: Urban Fitness
Theme URI: http://underscores.me/
Author: James Monk Design
Author URI: https://www.jamesmonkdesign.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: urban-fitness
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Urban Fitness is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #545454;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: normal;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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: #38FE13;
    text-decoration: none;
    color: #000;
    padding: 0 10px;
}

.element {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
    display:inline-block;
}

@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://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. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.page div.wpcf7-response-output {
    padding: 15px;
    margin: 20px 0 10px;
    font-size: 1.250em;
}

.page span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 0.9em;
    margin-top: 5px;
}

.page .cf7sr-g-recaptcha-invalid span.wpcf7-not-valid-tip {
    text-align: center;
    font-size: 1.1em;
}

.wpcf7-form {
    margin-top: 5px;
    text-align: center;
}

#wpcf7-f94-p96-o1 {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
}

fieldset {
    width: 50%;
    float: left;
    border: none;
    margin: 0;
    padding: 0 10px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;        
}

fieldset:last-of-type {
    float: right;
    padding-right: 0;
    padding-left: 10px;
}

main button,
main input[type="button"],
main input[type="reset"],
main input[type="submit"] {
    display: inline-block;
    -webkit-appearance: none;
    border: none;
	border-radius: 0;
    font-family: 'latobold';    
	background: #38FE13;
    color: #000;
    font-size: 0.875em;
    text-transform: uppercase;
    cursor: pointer;
	padding: 14px 40px;
    margin-top: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;        
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    
}

#wpcf7-f223-o1 button {
	background-color: #000;
    color: #38FE13;    
}

#wpcf7-f223-o1 button:hover {
	background: #38FE13;
    color: #000;    
}

button i,
input[type="button"] i,
input[type="reset"] i,
input[type="submit"] i {
    font-size: 1.389em;
    color: #fff;
    position: relative;
    top: 2.5px;
    right: 2.5px;
}

main button:hover,
main input[type="button"]:hover,
main input[type="reset"]:hover,
main input[type="submit"]:hover {
	background-color: #000;
    color: #38FE13;
}

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: #666666;
    font-size: 1em;
	border: none;
	border-radius: 0;
	padding: 12.5px;
    width: 100%;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;  
    border-right: 3px solid #38FE13;
}

#contact-form input[type="text"], #contact-form 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"], #contact-form textarea {
    border-right: 3px solid #666;
}

input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666666;
}
input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #666666;
}
input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #666666;
}
input[type="email"]:-moz-placeholder,
input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #666666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	margin-bottom: 20px;
    margin-top: 0;
}

.cf7sr-g-recaptcha {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 20px;
}

main section .wpcf7 {
    padding-top: 20px;
}

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

.home .slider .wpcf7-list-item-label {
    color: #fff;
    font-size: 0.9em;
}

main .slider input[type="submit"] {
    margin-top: 15px;
}

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

a:hover {
	color: #000;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	float: right;
    text-align: right;
	width: 80%;
    margin-top: 5px;
}

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    text-align: left;
    padding-top: 15px;   
}

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

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

.main-navigation ul ul a {
    width: 275px;
    color: #aaa;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.75);     
}

.main-navigation ul ul a:hover {
    color: #fff;
}

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

.main-navigation li ul li {
    margin-left: 0;
    display: block;
}

.main-navigation li {
    display: inline-block;
    vertical-align: text-top;
	position: relative;
    font-size: 0.938em;
    text-transform: uppercase;
    margin-left: 30px;
    font-family: 'latobold';
}

.main-navigation li.green {
    background-color: #39FF14;
}

.main-navigation li.green a {
    color: #000;
}

.main-navigation li:first-of-type {
    margin-left: 0;
}

.main-navigation li.button a {
    border: 2px solid #5F5F5F;
}

.main-navigation li.button:hover a {
    color: #fff;
    background-color: #000;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    color: #999;
    padding: 10px 20px;
}

.main-navigation a:hover {
    color: #333;
}

.single-post #menu-item-65 a,
.main-navigation ul ul li.current-menu-item a,
.main-navigation .current-menu-item a {
    font-weight: bold;
    color: #38FE13;
}

.main-navigation .current-menu-item ul li a {
    font-weight: normal;
    color: #999;
}

.main-navigation .current-menu-item ul li a:hover {
    color: #fff;
}

.main-navigation li.button.current-menu-item a {
    border: 2px solid #38FE13;
} 

.main-navigation li.button.current-menu-item a:hover {
    background-color: #38FE13;
}

.main-navigation li.menu-item-has-children {
    background-image: url(img/down-arrow-menu.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 2.5px;
}

.main-navigation li.menu-item-has-children.current-menu-item {
    background-image: url(img/down-arrow-menu-on.png);    
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	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;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/



* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;    
}



@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Anton';
    src: url('fonts/Anton-Regular.eot');
    src: url('fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Anton-Regular.woff2') format('woff2'),
        url('fonts/Anton-Regular.woff') format('woff'),
        url('fonts/Anton-Regular.ttf') format('truetype'),
        url('fonts/Anton-Regular.svg#Anton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
  font-family: 'bankgothic';
  src: url('fonts/bankgothic.eot?#iefix') format('embedded-opentype'),
      url('fonts/bankgothic.woff') format('woff'),
      url('fonts/bankgothic.ttf')  format('truetype'),
      url('fonts/bankgothic.svg#BankGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'aldrich';
  src: url('fonts/aldrich.eot?#iefix') format('embedded-opentype'),
      url('fonts/aldrich.woff') format('woff'),
      url('fonts/aldrich.ttf')  format('truetype'),
      url('fonts/aldrich.svg#Aldrich') format('svg');
  font-weight: normal;
  font-style: normal;
}


body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'latoregular';
}

.page-header h1,
.simple-text h1,
.box h2,
.other-services h2, .recent-news h2,
.contact-us h2,
.map-details h2,
.box.large h2,
.slider h2 {
    font-family: 'aldrich';
    line-height: 1.2em;   
}

.simple-text h1 {
    padding: 10px 0;
    font-size: 3.125em;
    color: #000;
}


.page-id-497 main section:last-of-type {
    margin: 67.5px 0;
}


header {
    padding: 30px 25px 25px;
    position: fixed;
    width: 100%;
    z-index: 9999;  
    background-color: #fff;    
}

header.smaller {
    background: rgba(255, 255, 255, 0.97); 
    padding: 10px 25px;
}

.smaller #logo img {
    max-width: 300px;
    margin-top: 2.5px;
}

#content {
    padding-top: 107px;
    z-index: 1;    
}

#logo {
    float: left;
    width: 20%;
}

#logo img {
    vertical-align: bottom;
}

.content-row {
    display: block;
    width: 100%;
    clear: both;
    padding-bottom: 20px;
}

.two-columns-image-text-blocks-text ul
#contact-info ul,
.content-row ul {
    margin: 20px;
    padding: 0;
    list-style: none;    
}

.two-columns-image-text-blocks-text li,
#contact-info li,
.content-row li {
    padding-left: 1em; 
    text-indent: -.7em;    
    padding-bottom: 10px;
}

.arve-wrapper {
    max-width: none!important;
}

.two-columns-image-text-blocks-text li::before,
#contact-info li::before,
.content-row li::before {
  content: "• ";
  color: #38FE13; /* or whatever color you prefer */
}

.content-row:after {
    content: '';
    display: block;
    clear: both;    
}

main section#single-post {
    margin-bottom: 0;
}

.member-image img {
    display: block;
}


.member-info h1,
.team h2,
#contact-info h2,
.content-row h2 {
    display: block;
    font-size: 2.813em;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #000;
    font-family: 'aldrich';
}

.contact-us p.contact-intro {
    text-align: center;
    margin-bottom: 5px;
}

.team h3,
.content-row h3 {
    display: block;
    font-size: 1.250em;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 10px;
}

.team h3 {
    margin: 0 0 10px;
}


#sticky-social-media {
    position: fixed;
    z-index: 10;
    top: 200px;    
}

#sticky-social-media ul {
    margin: 0;
    padding: 0;
}

#sticky-social-media li {
    list-style: none;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 2em;
}

.content-row ul.tml-links {
    margin: 0;
    padding: 0;
    list-style: none;    
}

.content-row ul.tml-links li::before {
    content: '';
}

.tml-login {
    margin-top: 20px;
}

#default-page-content {
    padding: 0 30px;
}

#user_pass,
#user_login {
    background-color: #f0f0f0;
}

#sticky-social-media li a {
    display: block;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
}

.slider article {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 630px;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
}

.slider-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
    width: 100%;
    max-width: 875px;
    margin: 0 auto;
}



.two-column-row:after {
    content: '';
    display: block;
    clear: both;    
}

.two-column-row {
    padding: 0 0 60px;
}

.two-column-block {
    padding: 60px 0 0;
}

.two-column-row article {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.two-column-row article:last-of-type {
    float: right;
    padding-right: 0;
    padding-left: 30px;
}

#arve .two-column-block .arve-wrapper {
    margin-bottom: 0;
}


.simple-text h2.eap_section_title_727 {
    text-align: center;
    padding-top: 30px;
    color: #000!important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 30px;
}


.slider-content img {
    padding-top: 34px;
}

.slider .overlay {
    width: 100%;
    height: 630px;
    padding: 0 20px;        
    background: rgba(0, 0, 0, 0.5); 
}

.slider .owl-theme .owl-nav [class*="owl-"]:hover,
.slider .owl-theme .owl-nav [class*="owl-"] {
    background: none;
}

.slider .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    z-index: 1;
}

.slider .owl-theme .owl-nav {
    position: absolute;
    margin-top: 0;
    left: 20px;
    right: 20px;
    top: 40%;
    z-index: 2;
}

.slider .owl-prev {
    float: left;
}

.slider .owl-next {
    float: right;
}

.slider h2 {
    color: #fff;
    font-size: 4.375em;
    text-transform: uppercase;
    font-weight: bold;   
}

.slider h3 {
    color: #fff;
    margin: 15px 0 30px;
    font-size: 1.3em;
    line-height: 1.4em;
}

.two-columns-image-text-blocks-text a,
.slider a {
    background: #38FE13;
    color: #000;
    padding: 16px 40px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #38FE13;
    font-weight: bold;
    font-size: 1.1em;
}

.two-columns-image-text-blocks-text a {
    font-size: 1em;
}

.slider a {
    color: #38FE13;
    background: none;
    border: 4px solid #38FE13;
}

.two-columns-image-text-blocks-text a:hover,
.slider a:hover {
    background: none;
    color: #38FE13;
}

.slider a:hover {
    background: #38FE13;    
    color: #000;    
}


main section:after,
.center-content:after {
    content: '';
    display: block;
    clear: both;
}

main section {
    margin-bottom: 30px;
    clear: both;
    display: block;
    width: 100%;    
}


main section.two-columns-image-text {
    margin-bottom: 0;
}

.two-columns-image-text article:after {
    content: '';
    display: block;
    clear: both;    
}

.two-columns-image-text article:nth-child(even) .two-columns-image-text-blocks-image {
    float: right;
}

.two-columns-image-text article:nth-child(even) .two-columns-image-text-blocks-text-wrapper {
    float: left;
    background-color: #fff;
}


.two-columns-image-text-blocks-image {
    height: 500px;
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.two-columns-image-text-blocks-text-wrapper {
    float: right;
    width: 50%;
    height: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; 
    background-color: #Fbfbfb;
}

.two-columns-image-text-blocks-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
    padding: 0 15%;
}

.map-location:after {
    content: '';
    display: block;
    clear: both;    
}

.map-location {
    position: relative;
}

.map {
    z-index: 1;
}

.map-details {
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    padding: 30px;
    text-align: center;
    position: absolute;
    z-index: 2;
    margin-top: 5%;
    right: 10%;
}

.map-details h2 {
    font-size: 2.813em;
    color: #000000;
    margin-bottom: 30px;
}

.map-details p {
    font-size: 1.125em;
    padding: 0;
    margin: 0 0 30px;
    color: #545454;
}

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

.map-details a {
    color: #545454;    
}


.contact-us {
    background-color: #F1F1F1;
    padding: 30px 0 15px;
}

.contact-us .center-content {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.contact-us h2 {
    display: block;
    text-align: center;
    color: #000;
    font-size: 2.813em;
}

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




.other-services,
.recent-news {
    padding: 0 30px;
}

.other-services h2,
.recent-news h2 {
    display: block;
    text-align: center;
    color: #000;
    font-size: 2.813em;
    margin-bottom: 30px;
}

#services-list:after,
#news:after {
    content: '';
    display: block;
    clear: both;    
}

#services-list article {
    float: left;
    width: 25%;    
}

#news article {
    float: left;
    width: 20%;
}

.single #news article {
    width: 25%;
}

.news-thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;  
}

#services-list .news-thumbnail {
    height: 300px;
}

.single #news .overlay,
.single .news-thumbnail {
    height: 250px;
}
.home #news .overlay,
.home .news-thumbnail {
    height: 300px;      
}

.wpcf7-form p {
    margin: 0 0 20px;
    padding: 0;
}

#image-gallery {
    padding: 0 30px;
}

#image-gallery ul {
    margin: 0;
    padding: 0;
}

#image-gallery li {
    list-style: none;
    display: inline-block;
    width: 33.3%;
    vertical-align: text-top;
    margin-bottom: 30px;
    text-align: center;
    float: left;
}

#image-gallery li:nth-of-type(3n+4) {clear:left;}

#services-list .overlay,
#news .overlay {
    height: 200px;
    opacity: 0;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.5);     
}

#services-list .overlay {
    height: 300px;
    opacity: 1;    
    background: rgba(0, 0, 0, 0.3);    
    padding: 0;
}

#services-list a,
#news a {
    text-decoration: none;
    color: #aaa;
}

.error-404 {
    text-align: center;
    min-height: 500px;
    padding-top: 100px;
}

.error-404 h1 {
    display: block;
    font-size: 2.813em;
    text-transform: uppercase;
}

#news article:nth-of-type(5n+1) {border-right: solid #fff 15px;}
#news article:nth-of-type(5n+2) {border-left: solid #fff 12.5px; border-right: solid #fff 12.5px;}
#news article:nth-of-type(5n+3) {border-left: solid #fff 12.5px; border-right: solid #fff 12.5px;}
#news article:nth-of-type(5n+4) {border-left: solid #fff 12.5px; border-right: solid #fff 12.5px;}
#news article:nth-of-type(5n+5) {border-left: solid #fff 15px;}

#services-list article:nth-of-type(4n+1) {border-right: solid #fff 15px;}
#services-list article:nth-of-type(4n+2) {border-left: solid #fff 12.5px; border-right: solid #fff 12.5px;}
#services-list article:nth-of-type(4n+3) {border-left: solid #fff 12.5px; border-right: solid #fff 12.5px;}
#services-list article:nth-of-type(4n+4) {border-left: solid #fff 15px;}


#news article .box-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#services-list article:hover .overlay,
#news article:hover .overlay {
    opacity: 1;
}

#services-list article:hover .overlay{
    background: rgba(0, 0, 0, 0.66);     
}

#services-list article:hover .content-on {
    opacity: 0;   
}

.content-on {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 37.5%;
}

.content-hover {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    float: left;
    top: 30%;
}

#services-list article:hover .content-hover {
    opacity: 1;    
}

#services-list h3,
#news h3 {
    font-size: 2.25em;
    line-height: 1.2em;
}

#news h3 {
    font-size: 1.3em;
}

.home #news h3 {
    font-size: 1.5em;   
    font-size: 1.5em;
    font-family: 'aldrich';    
}

#services-list h3 {
    text-transform: uppercase;
    padding: 0 20px;
}

#services-list h3,
#news a h3 {
    color: #fff;
}

#services-list p,
#news p {
    margin: 5px 0;
    padding: 0;
}

#services-list p {
    color: #fff;
    padding: 0 15px 7.5px;
    font-size: 1.05em;
}

#services-list i,
#news i {
    font-size: 2.188em;
    color: #Fff;
}

.news-image {
    float: left;
    width: 33.3%;
}

.member-image {
    float: left;
    width: 50%;
}

.news-info {
    float: right;
    width: 66.6%;
    padding: 25px 50px;    
}

.member-info {
    float: right;
    width: 50%;
    padding: 50px;
}


#nav-below {
    clear: both;
    display: block;
    width: 100%;
    margin: 30px 0;
}


#nav-below:after {
    content: '';
    display: block;
    clear: both;    
}

.single-members #single-post {
    padding: 30px;
}

.nav-previous {
    float: left;
    width: 50%;
    padding-right: 15px;
}

#nav-below a {
    display: inline-block;
    background-color: #eee;
    padding: 12.5px 0;
    text-align: center;
    width: 100%;
    max-width: 150px;    
    color: #666;
}

#nav-below a:hover {
    background-color: #ddd;
    color: #333;
}

.nav-next {
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 15px;
}

#single-post {
    padding: 0 30px;
}

.services-block-1:after,
.services-block-2:after {
    content: '';
    display: block;
    clear: both;
}

.service-column {
    border-right: 30px solid #fff;
    float: left;
}

.service-column.last-column {
    border-right: 0;
}

.service-column.small {
    width: 8.625%;
}

.service-column.small .overlay {
    height: 630px;
}

.service-column.small .overlay.yellow {
    background: rgba(244, 217, 69, 0.25); 
}

.service-column.medium {
    width: 20.125%;
}

.service-column.large {
    width: 41.375%;    
}

.box-content-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 410px;
    margin: 0 auto;  
}

.box.long .overlay {
    height: 300px;
}

.box.large .overlay.black,
.box.large {
    height: 630px;
}

.box.small .overlay,
.box.small.yellow-box {
    padding: 0 40px;
}

.box.small .overlay,
.box.small {
    height: 300px;
}

.box.small .overlay {
    background: rgba(0, 0, 0, 0.33);     
}

.margin-bottom {
    margin-bottom: 30px;
}

.box.long {
    width: 100%;
    height: 300px;
}

.box .overlay {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
}

.box .overlay.black {
    background: rgba(0, 0, 0, 0.6); 
    width: 100%;
}

.box .overlay.yellow {
    background: rgba(56, 255, 16, 0.75); 
    width: 100%;
}

.box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    text-align: center;
    color: #fff;      
}


.team article {
    margin-bottom: 30px;
    float: left;
    width: 33.3%;
    padding: 0 20px;
}


.team-photo {
    height: 325px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    margin-top: 12px;
}

.team-bio {
    text-align: center;
    padding-top: 12px;
}

.team-bio h3 {
    color: #38FE13;
}

.service-column a {
    color: #fff;
    text-decoration: none;
}

.box h2 {
    font-size: 2.813em;   
    word-break: break-word;
}

.box.large h2 {
    font-size: 3.750em;
    line-height: 1.1em;
}

.service-column p {
    font-size: 1.250em;
    margin: 20px 0 30px;
    padding: 0;
}

.service-column p:lsst-of-type {
    margin: 0;
    padding: 0;
}

.service-column p a {
    display: inline-block;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    background: #38FE13;
    border: 2px solid #38FE13;
    color: #000;
    font-size: 0.875em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 14px 40px;
    margin-top: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-column p a:hover {
    color: #38FE13;
    background: none; 
}

.service-column.small .box.small {
    height: 300px;
}

.yellow-box {
    background-color: #38FE13;
}

.no-wrap {
    max-width: 560px;
}

.box.large .no-wrap h2 {
    font-size: 3.750em;
}

.no-wrap p {
    font-size: 1.125em;
}

.black {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center 15%; 
    background-image: url(/wp-content/themes/urban-fitness/img/member-bg.png);
    height: 630px;
}

.member-top {
    height: 315px;
    width: 100%;
    padding: 0 20px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
}

.member-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
}

.member-top h3 {
    font-size: 1.563em; 
    margin: 10px 0 5px;
}

.member-top p {
    margin: 0;
    padding: 0;
    font-size: 1.125em;
}

.member-thumbnail {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 315px;
}

.arrow {
    background-repeat: no-repeat;
    background-position: center center;  
    background-image: url(/wp-content/themes/urban-fitness/img/down-arrow.png);
    width: 100%;
    height: 23px;
}






.page-header {
    background-repeat: no-repeat;
    background-position: center center;  
    background-size: cover;    
}

.page-header .overlay {
    height: 300px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
    padding: 0 20px;        
    background: rgba(0, 0, 0, 0.66);   
}

.page-header .overlay:hover {
    background: rgba(0, 0, 0, 0.33);    
}

.page-header h1 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 4.375em;
    text-transform: uppercase;    
}


#wpcf7-f94-o1 {
    margin-top: 15px;
}

#popup-info {
    float: right;
    width: 55%;
}

.pum-content h1, .pum-content h2, .pum-content h3, .pum-content h4, .pum-content h5, .pum-content h6 {
    clear: none;
}

.pum-content h2 {
    font-size: 2.188em;
    margin-bottom: 10px;
}

.pum-content h3 {
    font-size: 1.375em;
    margin: 15px 0;
}

.pum-content p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

.pum-content p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.pum-content p {
    font-size: 1.063em;
    color: #777;
}

.pum-theme-233 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background-color:#38FE13!important;
}

.pum-content .wpcf7-form {
    text-align: left;
}

#wpcf7-f94-o1 input[type="text"], #wpcf7-f94-o1 input[type="email"] {
    background-color: #f1f1f1;
}

#wpcf7-f94-o1 input[type="text"]:focus, #wpcf7-f94-o1 input[type="email"]:focus {
    background-color: #ddd;    
}


.pum-content input[type="submit"] {
    border: none;
    background-color: #38FE13;
    font-size: 0.938em;
    color: #000; 
    padding: 12.5px 40px;
    margin-top: 20px;
}

.pum-content input[type="submit"]:hover {
    background-color: #000;
    color: #38FE13;
}


.center-content {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.two-column-block .center-content,
header .center-content,
.home .center-content {
    max-width: none;
}

.home .contact-us .center-content {
    max-width: 1200px;
}

.center-content:after {
    content: '';
    display: block;
    clear: both;    
}

.get-started-reviews {
    padding-top: 50px;
}

.get-started-reviews h2 {
    display: block;
    text-align: center;
    font-size: 2.500em;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.5em;    
    display: none;
}

.review,
.before-after {
    margin-bottom: 30px;
}

.review:after,
.before-after:after {
    content: '';
    display: block;
    clear: both;     
}

.before-after article {
    float: left;
    width: 33.3%;
    padding: 0 15px;
}

.review article {
    float: left;
    width: 50%;
    padding: 0 15px;    
}

#get-started-info h2 {
    display: block;
    text-align: center;
    font-size: 2.500em;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.5em;    
}

.step {
    padding-bottom: 30px;
}

.step:after {
    content: '';
    display: block;
    clear: both;     
}

.icon {
    float: left;
    width: 15%;
    color: #fff;
    margin-top: 10px;
    padding-right: 10px;
}



.step-info {
    float: right;
    width: 85%;
}

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

#get-started-info h3 {
    display: block;
    text-align: center;
    color: #38FE13;
    font-size: 1.563em;
    text-transform: uppercase;
    line-height: 1.4em; 
}

.step-info h4 {
    font-size: 1.875em;
    text-transform: uppercase;
    font-weight: bold;
}

#contact-info h3 {
    font-size: 1.875em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0 15px; 
}

.step-info h4 span {
    color: #38FE13;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;    
}

#contact-info,
.get-started article:first-of-type {
    float: left;
    width: 60%;
    padding-right: 30px;
}

#contact-info {
    width: 100%;
    float: none;
    padding-right: 0;
}

#down-arrow {
    z-index: 2;
    position: absolute;
    margin: 0 auto;
    bottom: 20px;
    display: none;
    text-align: center;  
    right: 0;
    left: 0;
}

.page-header.tall .overlay {
    height: 600px;
}

.tall #down-arrow {
    display: block;
}

#down-arrow i {
    color: #fff;
    font-size: 4em;
}

.text-left-form-right article:last-of-type,
.get-started article:last-of-type {
    float: right;
    width: 40%;
    padding-left: 30px;
}

.text-left-form-right article:last-of-type {
    width: 40%;
}

#arrows {
    clear: both;
    text-align: center;
    padding: 0;
    font-size: 10em;
    color: #ddd;
    line-height: 1em;
    padding-top: 45px;    
}

#arrows i {
    margin: 0 60px;
}

#contact-form,
#book-a-call {
    padding: 30px 15px 15px;
    background-color: #38FE13;
}

#contact-form span.wpcf7-list-item {
    margin: 0;
    font-size: 0.9em;
    text-align: left;
    color: #fff;
}

#contact-form h2,
#book-a-call h2 {
    font-size: 2.188em;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    font-family: 'aldrich';
}

#contact-form h2 {
    margin-bottom: 0;
}





main section.video-block {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.video-block h3 {
    text-align: center;
    font-size: 5.500em;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1em;
    color: #fff;
    font-family: 'Anton';
    font-weight: bold;
}

.video-block .overlay {
    background: rgba(0, 0, 0, 0.66);
    padding: 30px 0;
}

.video-player {
    float: left;
    width: 40%;
    padding-right: 100px;
}

.video-content {
    float: right;
    width: 60%;
    padding-top: 100px;
}

.video-content h1 {
    color: #38FE13;
    font-size: 8em;
    text-transform: uppercase;
    font-family: 'Anton';
}

.video-content h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4em;
    font-size: 2.813em;
    max-width: 80%;
}

.video-content p {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    max-width: 80%;
}


#book-a-call p {
    margin-bottom: 0;
}

#blog article {
    float: left;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    width: 25%;
    margin-bottom: 30px;
}

#blog article .news-thumbnail {
    height: 300px;
}

#blog article:first-of-type {
    float: left;
    width: 50%;
    height: 500px;
}

#blog article:first-of-type .news-thumbnail {
    height: 630px;
}

#blog .overlay {
    height: 300px;
    opacity: 0;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
    padding: 0 30px;
    background: rgba(0, 0, 0, 0.5);     
}

#blog article:first-of-type .overlay {
    height: 630px;
}

#blog a {
    text-decoration: none;
    color: #aaa;
}

#blog article .box-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#blog article:hover .overlay {
    opacity: 1;
}

#blog h3 {
    font-size: 1.5em;
    font-family: 'aldrich';
    line-height: 1.2em;
}

#blog a h3 {
    color: #fff;
}

#blog p {
    margin: 5px 0;
    padding: 0;
}

#blog i {
    font-size: 2.188em;
    color: #Fff;
}

.blog-intro {
    display: none;
}

#blog article:first-of-type .blog-intro {
    display: block;
}

#blog .blog-intro p {
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
}

.wp-pagenavi {
    clear: both;
    font-size: 0.9em;
    text-align: center;
}

.page-id-42 main section.page-header {
    margin-bottom: 0;
}

main section.three-images {
    margin-bottom: 0;
}


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

.three-column-image article,
.three-images article {
    float: left;
    width: 33.3%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.three-column-image article {
    height: 400px;
}

.three-column-image article:nth-of-type(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.community-two-column-social-media article {
    float: left;
    width: 50%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;   
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
    text-align: center;
}

.community-two-column-social-media article:first-of-type {
    border-right: 1px solid #fff;
}

.community-two-column-social-media .box-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
}

.community-two-column-social-media h2 {
    font-size: 2.000em;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #fff;    
    margin-bottom: 20px;    
}

.community-two-column-social-media .btn {
    background-color: #fff;
    color: #000;
    padding: 9px 40px;
    font-size: 1.125em;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.community-two-column-social-media .btn:hover {
    background: none;
    color: #fff;
}


.call-to-action-banner {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;     
    margin-bottom: 0;
}

.call-to-action-banner .overlay {
    height: 450px;
    background: rgba(58, 255, 20, 0.9);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
    
}

.call-to-action-banner .overlay:hover {
    background: rgba(58, 255, 20, 0.6)    
}

.call-to-action-banner .center-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
}

.call-to-action-banner h2 {
    color: #fff;
    font-size: 3.125em;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}


.content-row .btn,
.call-to-action-banner .btn {
    display: inline-block;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    font-size: 0.875em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 14px 40px;
    margin-top: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.content-row .btn:hover,
.call-to-action-banner .btn:hover {
    background: none;
    color: #000;
}

.our-story-image-text {
    margin-bottom: 0;
}

.our-story-image-text article {
    padding: 50px 0;
}

.our-story-image-text article:first-of-type {
    padding-top: 20px;
}

.two-columns-image-text-blocks-text h2,
.our-story-image-text h2 {
    font-size: 2.500em;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.5em;
    color: #000;
}

.two-columns-image-text-blocks-text h2 {
    font-size: 1.875em;
    font-family: 'aldrich';
}

.mwp-diet-form .card-body {
    padding: 30px 30px !important;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.content-row .mwp-diet-section h3 {
    font-size: 1em;
}

.content-row .mwp-diet-form li::before {
    content: '';
}

.content-row .mwp-diet-form label {
    font-size: 0.813em;
}

#mwp-fwp .mwp-diet-form .card > .card-heading h2 {
    font-size: 1.875em;
}

.card,
.mwp-diet-form .card > .card-heading {
    border: none;
}

.mwp-diet-form #mwp-clear-diet-form {
    display: none;
}

.content-row .dropdown .btn {
    font-family: inherit;
    width: 100%;
    margin: 0;
    padding: 7.5px 20px 7.5px 10px;
    border-width: 1px;
}

.our-story-image-text h3 { 
    font-size: 1.563em;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #38FE13;
    padding-top: 10px;
}

.two-columns-image-text-blocks-text ul {
    margin: 20px;
    padding: 0;
    list-style: none;
}

.our-story-image-text p {
    font-size: 1.1em;
    line-height: 1.66em;
}

.our-story-image-text p:first-of-type {
    margin-top: 0;
}

.our-story-image-text p:last-of-type {
    margin-bottom: 0;
}

.our-story-image-text article:nth-child(even) {
    background-color: #f0f0f0;
}

.story-image-wrapper {
    float :left;
    width: 50%;
    padding-right: 25px;
}

.our-story-image-text article:nth-child(odd) .story-image-wrapper {
    float :right;
    padding-right: 0;
    padding-left: 25px;
}

.story-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;  
    width: 100%;
    height: 400px;
}

.story-text {
    float: right;
    width: 50%;
    padding-left: 25px;
    height: 400px;    
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;    
    text-align: left;
}

.story-text-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.our-story-image-text article:nth-child(odd) .story-text  {
    float: left;
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

footer {
    background-color: #F1F1F1;
    padding: 30px 15px;
    text-align: center;
}

footer section {
    margin-bottom: 20px;
}

footer section:last-of-type {
    margin-bottom: 0;
}

.map-details a,
footer a {
    color: #000000;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;    
}

.map-details a:hover,
footer a:hover {
    background-size: 100% 1px;    
}

footer i {
    font-size: 1.563em;
}

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

footer li {
    display: inline-block;
}

#footer-social-media li {
    margin: 0 10px;
}

#footer-menu {
    font-size: 0.938em;    
    margin-bottom: 10px;
}

#footer-menu li + li:before {
    content: " / ";
}

footer p {
    margin: 0;
    padding: 0;
    font-size: 0.938em;
    color: #000000;    
}

#footer-credits p {
    font-weight: bold;
    font-size: 0.813em;
}

.padding {
    padding: 30px 20px;
}

.box.small .overlay, .box.small.yellow-box,
.box .overlay {
    padding: 30px 20px;
}

.box .overlay.black:hover {
    background: rgba(0, 0, 0, 0.80);
}

.box .overlay.yellow:hover {
    background: rgba( 58, 255, 20, 0.9);
}

.simple-text h6 {
    display: block;
    text-align: center;
    color: #000;
    font-size: 3.125em;    
    margin-top: 30px;
    text-transform: uppercase;
    font-family: 'aldrich';
}


/*--------------------------------------------------------
# Gallery Section Styles */

.gallery ul {
    margin: 0;
    padding: 0;
}

.gallery ul:after {
    content: '';
    display: block;
    clear: both;    
}

.gallery li {
    float: left;
    display: inline-block;
    width: 14.28%;
    padding: 2.5px;
}

.gallery li img {
    vertical-align: bottom;
}


/*--------------------------------------------------------
# Tablet Break Point Styles */
@media screen and (max-width: 1360px) {
    header {
        position: static;
    }
    #content {
        padding-top: 0;
    }
    .home #news .overlay, .home .news-thumbnail {
        height: 200px;
    }
}

/*--------------------------------------------------------
# Tablet Break Point Styles */
@media screen and (max-width: 1260px) {
    .service-column.small {
        display: none;
    }    
    .services-block-2,
    .services-block-1 {
        padding-left: 30px;
    }
    .service-column.large {
        width: 50%;
    }
    .service-column.medium {
        width: 25%;
    }    
}

/*--------------------------------------------------------
# Tablet Break Point Styles */
@media screen and (max-width: 1160px) {
    .map-details {
        margin-top: 7.5%;
        right: 2.5%;
    }
    #services-list .news-thumbnail,
    #services-list .overlay {
        height: 250px;
    }
    .two-columns-image-text-blocks-text {
        padding: 0 10%;
    }  
    .two-columns-image-text-blocks-text-wrapper,
    .two-columns-image-text-blocks-image {
        height: 600px;
    }
    .video-player {
        padding-right: 60px;
    }
    .video-content h1 {
        font-size: 6em;
    }
    .video-content h2 {
        font-size: 2em;
        max-width: 60%;
    }
}

/*--------------------------------------------------------
# Phone Break Point Styles */
@media screen and (max-width: 860px) {
    .video-content {
        padding-top: 50px;
    }
    #sticky-social-media {
        display: none;
    }
    #services-list article:nth-of-type(4n+1) {border-right: none;}
    #services-list article:nth-of-type(4n+2) {border-left: none; border-right: none;}
    #services-list article:nth-of-type(4n+3) {border-left: none; border-right: none;}
    #services-list article:nth-of-type(4n+4) {border-left: none;}  
    #services-list article {
        width: 50%;
        margin-bottom: 30px;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
    }  
    .team article {
        width: 50%;
    }
}

/*--------------------------------------------------------
# Phone Break Point Styles */
@media screen and (max-width: 700px) {
    .rplg {
        display: none!important;
    }
    #blog article:first-of-type .news-thumbnail,
    #blog article:first-of-type .overlay,
    #services-list .news-thumbnail,
    .news-thumbnail,
    #services-list .overlay, #news .overlay {
        height: 200px;
    }
    .team article {
        width: 100%;
        padding: 0;
    }
    .icon {
        margin-top: 0;
    }
    .step-info {
        padding-left: 15px;
    }
    #get-started-info h2 {
        font-size: 2.188em;
        line-height: 1.3em;
    }
    .box {
        margin-bottom: 30px;
    }
    #wpgmza_map_1,
    .slider article,
    .slider .overlay {
        height: 400px!important;
    }
    .box.large h2,
    .slider h2 {
        font-size: 2.500em;
    }
    .service-column p {
        font-size: 1.063em;
        margin: 20px 0 0;
    }
    .black {
        height: auto;
    }
    .service-column p:last-of-type {
        margin-bottom: 0;
    }
    .service-column.medium,
    .service-column.large {
        width: 100%;
    }
    .service-column {
        border-right: 0;
        float: none;
    }    
    .service-column.small {
        display: none;
    }
    .box .overlay {
        transform: none;
    } 
    .box-content-wrapper {
        position: static;
        top: auto;
        transform: none;
    }
    .box.small .overlay, .box.small,
    .box.long,
    .box.long .overlay,
    .box.large .overlay.black, .box.large {
        height: auto;
    }
    .map-details {
        display: none;
    }
    .alignright,
    .alignleft {
        display: block;
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .two-column-row article:last-of-type,
    .two-column-row article,
    .three-column-image article, .three-images article,
    .news-image,
    #blog article,
    #blog article:first-of-type,
    #services-list article,
    #image-gallery li,
    .team-bio,
    .team-photo,
    .text-left-form-right article:last-of-type, .get-started article:last-of-type,
    #contact-info, .get-started article:first-of-type,
    fieldset,
    fieldset:last-of-type {
        float: none;
        width: 100%;
        padding: 0;
    }
    .two-column-row article {
        margin-bottom: 60px;
    }
    .two-column-row article:last-of-type {
        margin-bottom: 0;
    }    
    .community-two-column-social-media article {
        float: none;
        width: 100%;
        height: 200px;
    }
    #single-post {
        padding: 0;
    }
    #wpgmza_map_2 {
        height: 200px!important;
    }
    #blog article .news-thumbnail,
    #blog .overlay,
    .three-images article,
    .three-column-image article  {
        height: 200px;
    }
    .three-images article:nth-of-type(2),
    .three-column-image article:nth-of-type(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .community-two-column-social-media article:first-of-type {    
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .news-info {
        float: none;
        width: 100%;
        padding: 15px 0;
    }    
    .team-bio {
        padding-top: 30px;
    }
    #services-list article,
    #contact-info, .get-started article:first-of-type {
        padding-bottom: 30px;
    }
    #services-list article:last-of-type {
        padding-bottom: 0;
    }
    .review article,
    .before-after article {
        float: none;
        width: 100%;
        padding: 0;
    }    
    .recent-news h2,
    main section {
        margin-bottom: 20px;
    }    
    #news article {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .other-services, .recent-news {
        padding: 0;
    }
    #arrows i:first-of-type,
    #arrows i:last-of-type {
        display: none;
    }
    #services-list article:nth-of-type(5n+1) {border-right: 0;}
    #services-list article:nth-of-type(5n+2) {border-left: 0; border-right: 0;}
    #services-list article:nth-of-type(5n+3) {border-left: 0; border-right: 0;}
    #services-list article:nth-of-type(5n+4) {border-left: 0; border-right: 0;}
    #services-list article:nth-of-type(5n+5) {border-left: 0;}  
    #news article:nth-of-type(5n+1) {border-right: 0;}
    #news article:nth-of-type(5n+2) {border-left: 0; border-right: 0;}
    #news article:nth-of-type(5n+3) {border-left: 0; border-right: 0;}
    #news article:nth-of-type(5n+4) {border-left: 0; border-right: 0;}
    #news article:nth-of-type(5n+5) {border-left: 0;}  
    #blog .overlay,
    #news .overlay {
        opacity: 1;
    }
    #blog article:first-of-type {
        height: auto;
    }
    #blog article:first-of-type .blog-intro {
        display: none;
    }
    footer {
        padding: 20px;
    }
    #footer-logo img {
        max-width: 250px;
    }
    footer p,
    footer li {
        font-size: 0.813em;
        line-height: 1.5em;
    }
    .services-block-2,
    .services-block-1 {
        padding: 0 20px;
    }
    .member-top {
        height: auto;
        padding: 20px;
    }   
    header,
    header.smaller {
        background: rgb(255, 255, 255);
        padding: 30px 0 25px;
    }
    .smaller #logo img {
        max-width: 250px;
    }   
    #logo img {
        max-width: 189px;
    }   
    .two-columns-image-text-blocks-text-wrapper,
    .two-columns-image-text-blocks-image {
        float: none;
        width: 100%;
        height: auto;
        min-height: 300px;
        transform-style: flat;
    }
    .member-top {
        transform-style: flat;
    }
    .member-content,
    .two-columns-image-text-blocks-text {
        position: static;
        top: auto;
        transform: none;
        padding: 5%;
    }
    .member-content {
        padding: 0;
    }
    #news article:nth-of-type(2),
    #news article:nth-of-type(3), 
    #news article:nth-of-type(4),
    #news article:nth-of-type(5) {
        display: none;
    }   
    .box.large h2, .slider h2,
    .contact-us h2,
    .member-info h1, .team h2, #contact-info h2, .content-row h2,
    .simple-text h1,
    .simple-text h6,
    .page-header h1,
    .other-services h2, .recent-news h2,
    .box.large .no-wrap h2,
    .box h2 {
        font-size: 2.188em;
        line-height: 1.25em;
    }    
    .slider h3 {
        font-size: 1.1em;
    }
    .two-columns-image-text-blocks-text a, .slider a {
        font-size: 1em;
    }
    .two-columns-image-text-blocks-text h2,
    #get-started-info h2 {
        font-size: 1.875em;
        line-height: 1.25em;
    }
    .page-header .overlay {
        height: 200px;
    }
    .step-info h4 {
        font-size: 1.563em;
    }
    .two-columns-image-text-blocks-text h2 {
        text-align: center;
    }
    .two-columns-image-text-blocks-text-wrapper {
        min-height: auto;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 50%;
    }    
    main button, main input[type="button"], main input[type="reset"], main input[type="submit"] {
        width: 100%;
    }
    #services-list h3, #news h3 {
        font-size: 2em;
    }
    .sp-easy-accordion .sp-ea-single .ea-header a {
        font-size: 1em!important;
        font-weight: bold;
    }
    .gallery li {
        width: 33.3%;
    }
    #services-list article {
        border-left: 0;
        margin-bottom: 0;
    }
    .community-two-column-social-media article:first-of-type {
        margin-bottom: 30px;
    }
    .video-block {
        text-align: center;
    }
    .video-content {
        padding-top: 0;
        float: none;
        width: 100%;
    }  
    .video-player {
        padding-right: 0;
        float: none;
        width: 100%;
      } 
      .video-content h1 {
        font-size: 5em;
      }
      .video-content h2 {
        font-size: 1.3em;
        max-width: 100%;
      }
      .video-content p {
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        border-bottom: none;
        padding-bottom: 0;
        max-width: 100%;
        margin-bottom: 25px;
      }
}


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

.post,
.page {
	margin: 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
## 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: 0;
    text-align: center;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    padding: 10px 40px 0;
    margin-bottom: 0;
}

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