/*!
Theme Name: OneFitness
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onefitness
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.

OneFitness is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/* button right bottom */
a.button_right_bottom {
    position: fixed;
    z-index: 1000;
    right: 1em;
    bottom: 1em;
}
a.button_right_bottom img{
	width: 90px;
	height: 80px;
	object-fit: cover;
}

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

.db {
	display: block;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Barlow', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	color:#fff;
	margin: 0 0 !important;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	position: relative;
	max-width: 1920px;
	/* min-width: 1200px; */
	width:100%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Barlow', sans-serif;
	background: #000;
}

body.page {margin:0;}

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

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

img.beach-social {
    width: 200px;
}

a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 {
	width: 100%;
}

/* grabe */
.grabe {
    position: relative;
    left: 60%;
}
/* ---------------- */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@font-face { 
font-family: Hiatus-MVJnw; 
src: url(/wp-content/themes/onefitness/Hiatus-MVJnw.otf); 
font-weight: normal; 
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
h3.banner-click {
    display: none;
}

.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
ul.sub-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
li#menu-item-3002 img {
    width: 40px;
	padding-right: 0 !important;
}
li#menu-item-3002 span {
    font-size: 22px !important;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

/* 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 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: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Video page Password Protected
----------------------------------- ---------------------------*/
.page-template-page-myvideos .site-main h1{ font-size: 50px; color: #EEB959; font-weight: 900; text-transform: uppercase; padding: 20px 10px; }
.page-template-page-myvideos .site-main p{ text-align: left; padding: 0 10px; }



/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* MY STYLES
--------------------------------------------- */
* {
    transition: all ease .5s;
}


#header {
    max-width: 1920px;
	width:100%;
    margin: 0 auto;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    padding-top: 58px;
    transition: all ease .5s;
}

.sticky {
    position: fixed !important;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0,.5);
    padding: 20px 0 !important;
    height: 160px;
}

#header .row {
    max-width: 1854px;
    padding-right: 0;
    margin: 0 0 0 auto;
    align-items: flex-start;
    z-index: 99;
	width:100%;
}
.row {
    min-width: 1200px;
    padding: 0 10px;
        padding-right: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



#hd-logo {
    flex-basis: 15%;
}

#hd-menu {
    flex-basis: 65%;
    padding: 14px 0;
    position: relative;
}

#hd-deets {
    margin-top: 25px;
}

#hd-logo img {
    width: 100%;
}

.sticky #hd-logo img {
    max-width: 160px;
}

nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    list-style-type: none;
}

#header nav ul li {
    margin: 10px;
    width: 10%;
}

#header nav ul li a {
    color: #fff;
    padding-bottom: 10px;
    font-weight: 400;
    border-top-right-radius: 55px;
    border-top-left-radius: 55px;
    /* background: rgb(128,128,128); */
    /* background: rgba(128,128,128,.5); */
    font-family: 'Titillium Web', sans-serif;
    display: block;
	text-transform:uppercase;
	line-height:1.2;
}

#header nav ul li.current-menu-item a, #header nav ul li a:hover {
    background: rgba(0,0,0,.5);
    color: #fff;
}

#hd-deets {
    margin-top: 25px;
}

.phone {
    position: relative;
    display: inline-block;
    padding: 14px 10px 14px 30px;
    overflow: hidden;
    max-width: 367px;
    width: 100%;
}

.phone::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
    background: rgba(128,128,128,.5);
    background: rgb(238 185 89 / 60%);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
}

#header .phone::before {
    height: 58px;
}

#header .phone .dropbtn {
    font-size: 25px !important;
    background: url(images/hd-phone.png)no-repeat center left;
}

img.beach-social, #banner-container #banner .banner-title h5, a.button_right_bottom{
	display: none !important;
}

.dropdown {
    position: relative;
    flex-basis: 20%;
}

#middle .phone a, .phone .option a, #header .phone .dropbtn {
    background: url(images/phone.png)no-repeat center left;
    background: url(images/hd-phone.png)no-repeat center left;
    padding-left: 45px;
    font-size: 33px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
        padding-left: 16px;
    border: none;
    cursor: pointer;
    height: 58px;
}

.dropdown-content {
    display: none;
    position: relative;
    top: 14px;
    margin: 0 auto;
    background-color: #808080;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.show {
    display: block;
}

.dropdown-content .option {
    padding: 12px 16px;
    display: block;
    text-align-last: left;
}

.dropdown-content .option a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}


#header nav ul li span {
    display: block;
    background: rgba(0,0,0,.7);
    color: #fff;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    /* margin-bottom: 10px; */
    padding: 10px 0;
    padding: 10px 0 0;
    font-size: 27px;
    font-weight: 900;
}

footer .site-info h5 {
	color: #FFF;
	font-size: 36px;
	font-weight: 900;
	font-style: italic;
	line-height: 1.27;
	max-width: 1034px;
	margin: 0 auto 30px;
}

footer {
	padding-bottom:55px;
	margin-top:-170px;
	position:relative;
	z-index:999;
}

footer .site-info p {
	font-size: 16px;
	font-weight: 900;
	font-style: italic;
	line-height: 1.08;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
}

footer.interior {margin-top:80px;}

.bn-one {
	font-size:120px;
	color:#EEB959;
	font-style:normal;
}

.destroy-on-load, .cta {
    display: none;
}

main#primary {
	padding-top:10px;
}

#banner-container {
	padding-top:140px;
}

#banner-container #banner {
	max-width:1440px;
	width:100%;
	margin:0 auto;
	display:flex;
	min-height:1115px;
	position:relative;
}

#banner-container .banner-text h3 {
	color: #FFFFFF;
	font-family: "Barlow", Sans-serif;
	font-size: 75.5px;
	font-weight: 800;
	line-height: 1.08em;
	margin: 0;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#banner-container .banner-text h4 {
  color: #FFFFFF;
  font-family: "Barlow", Sans-serif;
  font-size: 70px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.08em;
  margin: 0 0 0 -70px;
}

#banner-container .banner-text h5 {
  color: #FFFFFF;
  font-family: "Barlow", Sans-serif;
/*   font-size: 30px; */
	font-size: 60px;
  font-weight: 800;
/*   font-style: italic; */
  line-height: 1.08em;
/*   margin: 0 0 0 -125px; */
	margin: 0;
	letter-spacing: 1px;
}
#banner-container #banner .banner-title h5 a {
	color: #fff;
	text-decoration: none;
}

#banner-container .banner-text {
  position:absolute;
  /*right:0;*/
	right: 520px;
    top: 285px;
  text-align: left;
	display: none;
}
	
#banner-container #banner h3 span {
/* 	font-size: 90px; */
	color: #EEB959;
		color: #EEB959;
/* 		color: #FFF; */
}

#banner-container #banner h4 span {
  font-size: 90px;
/*   color: #EEB959; */
	color: #FFF;
  font-style: normal;
}

#banner-container #banner h5 span {
/*   font-size: 40px; */
	 font-size: 45px;
/*   color: #EEB959; */
	color: #FFF;
  font-style: normal;
	text-transform: uppercase;
}
#banner-container #banner .banner-images {
	align-self:flex-end;
	margin:0 auto;
	width: 100%;
}

#banner-container #banner .banner-title h5 {
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-size: 35px;
	letter-spacing: 3px;
/* 	font-style: italic; */
	font-weight: 300;
	margin: 30px auto 20px;
	max-width: 300px;
	border: 2px solid #fff;
}

#banner-container #banner .banner-img-con {
	display:flex;
	justify-content:center;
	width: 100%;
	max-width: 950px;
	margin: auto;
}

#banner-container #banner .top-icons {
	width: 100%;
	max-width: 1250px;
}


#banner-container #banner .top-icons a {
	max-width: 220px !important;
}
#banner-container #banner .banner-img-con a {
	margin:0 20px;
	width: 100%;
	max-width: 150px;
}
	
#banner-container #banner .banner-img-con a img {
	max-width:150px;
	width: 100%;
}

#banner-container .image-hide {
	opacity: 0 !important;
	pointer-events: none !important;
}

#banner-container .banner-text2 h2 {
	color: #F2D16B;
	font-family: "Barlow", Sans-serif;
	font-size: 55px;
	font-weight: 900;
	margin: 0;
}

#banner-container .banner-text2 h3 {
	color: #FFF;
	font-family: "Barlow", Sans-serif;
	font-size: 35px;
	font-weight: 700;
	margin: 0;
}

.schedule .elementor-row {
	flex-wrap: nowrap !important;
}

.schedule .left {
	position: relative;
}

.schedule .left::after {
	background: #EEB959;
    height: 141px;
    width: 5px;
    position: absolute;
    content: '';
    top: 60px;
	bottom: 0;
    right: -12px;
    text-align: center;
	margin: auto;
}

#hiit::before,
.yellow_line h2:before,
#park-session-title h2::before,
#one-fitness-title h2::before,
#deck::after {
	background: #EEB959;
	width: 141px;
	height: 5px;
	position: absolute;
	content: '';
	top: -42px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

#location-park p {
	margin-bottom:10px;
}

.home #book-a-session,
.home #become-a-member,
.home .elementor-button-link.elementor-button {
	width:265px;
	}
	
.one-link {
	color:#fff !important;
}

.home .elementor-button-link.elementor-button:hover {
	background: none !important;
}

#trainer-page .text p:first-child {
	margin-top:0;
}

main.interior {
	padding-top:170px !important;
	max-width:1140px;
	margin:-150px auto 0;
}
.membership {
	position: relative;
}

.membership::before {
	background: #EEB959;
	width: 141px;
	height: 5px;
	position: absolute;
	content: '';
	top: -42px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.membership a {
	color: #FFF!important;
}

.membership .col-alt img {
	width: 50% !important
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown .option:hover {
	background-color: #000;
}

.dropdown-content .option:hover .call_us span.calluslabel,
.dropdown-content .option .call_us span.phonenum{
  display: none;
}

.dropdown-content .option:hover .call_us span.phonenum{
  display: inline-block;
}

.sessions-page .elementor-button-link.elementor-button:hover {
    transform: scale(1.3);
    transition: all ease .5s;
}

.first-session {min-height:275px;}

.button-passprotect {
    display: none;
}

.post-password-required .button-passprotect {
    display: block;
    margin-bottom: 50px;
	text-align: left;
    margin-left: 15px;
}

.button-passprotect a {
    background: #7A7A7A;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.button-passprotect a:hover {
    background: #EEB959;
}

.post-password-form {
	text-align:left;padding:0 15px;margin-top:50px;
}

.post-password-form p:first-child {
	color:#CD7730;
}

.post-password-form input[type="password"] {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
.post-password-form input[type="submit"] {
	display:block;
	background:#CD7730;
	border:none;
	color:#fff;
	padding:10px 15px;

}
.post-password-form input[type="submit"]:hover {
	cursor:pointer;
}

.btn {
    font-size: 17px;
    font-weight: 800;
    border: 2px solid #fff;
    width: 162px;
    padding: 9px 0;
    display: inline-block;
    margin-top: 26px;
    color: #fff;
}

.btn:hover {
	color:#fff;
}

.cc-animate.cc-revoke.cc-bottom {
    font-size: 14px;
    padding: 5px 10px;
    position: fixed;
    display: block !important;
    transform: none !important;
    bottom: 0 !important;
    left: 20px !important;
}

#deck {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

#deck::after {
	top: unset;
    bottom: 0;
}
.shop-cards .shopify-buy__product-description p { color: #fff !important; }

.gift {
    width: 267px !important;
    margin: 0 0 0 325px;
	padding: 10px 0;
}


/* new button */
.btns {
    background: linear-gradient(#000,#000) padding-box,linear-gradient(to bottom,#c3c4c7,#0a1014,#a4afb7) border-box !important;
    border: 8px solid transparent;
    border-radius: 15px;
}
span.elementor-button-text {
    color: #FFF !important;
}
.schd {
    width: 230px !important;
    margin: 0 auto;
}

.bn1 {
    margin: 0 5px !important;
}

.bn1:hover{
	background-color: none !important;
}

img.instas {
    max-width: 30%;
}

ul.sub-menu.sub-menu {
    margin: 0 0 0 -7px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1440px) {
	#banner-container .banner-text {right: 320px;}
	.gift {
    width: 267px !important;
    margin: 0 0 0 180px;
}
}

@media only screen and (max-width: 1360px) {
	.home .elementor-button-link.elementor-button {width:180px;padding:15px 10px !important;}
}

@media only screen and (max-width: 1280px) {
	.yellow_line h2:before { background: unset;}
	#banner-container #banner h4 span {font-size: 80px;}
	#banner-container .banner-text h5 {font-size: 40px;}
	#banner-container .banner-text h3 {font-size: 50px;}
	#banner-container #banner h5 span {font-size: 33px;}
	#banner-container .banner-text2 h2 {font-size: 45px;}
	#banner-container .banner-text2 h3 {font-size: 30px;}
	#banner-container #banner .banner-img-con a img {max-width: 100px;}
	#banner-container #banner .top-icons a img {max-width: 120px !important;}
	#header .phone .dropbtn {font-size: 16px !important;padding: 18px 0 18px 28px;}
	.dropdown-content {margin:5px auto;}
	.dropdown-content .option a {padding-top:4px;padding-bottom:2px;font-size:17px;}
	.row {width: 95%;min-width: 100%;}
	#banner-container {background-size:contain !important;padding-top:0;}
	#banner {min-height:770px !important;}
	#banner-container #banner h3 {/*font-size:42px;*/ right:15px;}
	#banner-container #banner .banner-images {margin:0 auto;}
	#one-fitness-home-container {margin-top:80px;}
	footer .site-info img {max-width:320px;width:100%;}
	footer {margin-top:-50px;}
	#banner-container .banner-text {top: 250px; right: 420px;}
}

@media screen and (max-width: 1200px) {
	#banner-container {
		background-size: cover !important;
	}
}
@media only screen and (max-width: 1025px) {
	.home .elementor-button-link.elementor-button {font-weight:800 !important;}
	.bn1,
	.bn2 {width:auto !important;margin:0 auto;}
	.bn1 a,
	.bn2 a {padding:10px 8px !important;width:170px !important;font-size:15px !important;}
	
	#banner {height:auto !important;min-height:580px !important}
	#banner-container #banner .banner-title h5 {margin-bottom:0;}
	footer .site-info img {max-width:170px;margin-top:-25px;}
	#banner-container .banner-text h5 {font-size: 40px;}
	#banner-container .banner-text h4 {font-size: 40px;}
	#banner-container #banner h4 span { font-size: 50px;}
	#banner-container {background-position-x: -145px !important;}
	#banner-container #banner {padding:0 15px;}
	#banner-container #banner .banner-img-con a img {max-width:150px;width:100%;}
	#banner-container #banner .banner-img-con a {margin:0 15px;}
	#banner-container #banner #n-new a img {max-width:100px;}
	#banner-container .banner-text {top: 50%!important; transform: translateY(-50%)!important; right: 0!important; left: 0!important; text-align: center; margin: 0 auto!important; width: 100%!important; bottom: unset!important; }
	#banner-container .banner-text h5,
	#banner-container .banner-text h4,
	#banner-container .banner-text h3 { text-align: center!important; }
	
	.dropdown-content {top:0;}
	
	#banner-container .banner-text {width:40%;}
	#banner-container #banner .banner-images {align-self:flex-end;    padding-top: 325px;}
	#banner-container #banner .top-icons a img {max-width: 200px !important;}

  #hd-logo img{
    max-width: 180px;
  }

  #header {
    padding: 0;
  }

  #header .row {
    width: 100%;
    padding-top: 25px;
/*    padding-top: 70px;*/
    display: block;
  }

  #hd-menu{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width:  100%;
    z-index: 999;
  }

  #header nav {
    display:block;
    height: auto;
  }

  #banner .btn {
    margin-top: 0;
  }

  #header nav ul {
    width: 100%;
    display: none;
    height: auto;
    border-bottom:5px solid     #000;
    padding: 0;
    background: rgba(0,0,0,.5);
  }

  #header nav ul li {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    background: rgba(128,128,128,.1);
  }

  #header nav ul li a {
    display: block;
    float:none;
    /*padding: 0;*/
    border-radius: 0;
    background: none;
  }
/*  */
  #header nav ul li span{
    display: block;
    display: inline-block;
    padding: 15px;
    border-radius: 0;
    margin: 0 10px 0 0;
  }

  #header nav a {
    text-align: left;
    width: 100%;
    padding: 10px;
    border-radius: 0;
  }
  
  #header nav a strong {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }

  #header nav a#pull {
    display: none;
    color:    #fff;
    background: rgba(0,0,0,.1);
    height: 60px;
    padding: 10px 0;
    width: 100%;
    position: relative;
  }

  #header nav a#pull:after {
    content:"";
    background: url('images/nav-icon.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .sticky{
    padding: 0 0 10px !important;
    height: auto;
  }

  #header #hd-deets{
    display: none;
  }
  
  .popup-overlay{
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: none;
    position: fixed;
    top:0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
  }


  .popupbody{
    position: absolute;
    content: '';
    background:     #808080;
    width: 280px;
    height: 230px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border: 5px solid #808080;
  }


  .popup-overlay h2{
    color:    #fff;
    padding:  10px 0;
    background: #000;
	margin:0;
  }


  .popup-overlay.active {
    visibility: visible;
    text-align: center;
    display: block;
  }


  .popup-content {
    visibility: hidden;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }


  .popup-content.active {
    visibility: visible;
    display: block;
    min-width: 100%;
    padding: 0; 
  }

  .popup-content:before{
    display: none!important;
  }

  .popup-content .option{
    padding: 0;
  }

  .popup-content  .option a{
    display: block;
    padding: 10px 10px 10px 45px;
    margin-left: 10px;
  }
	
	.member-panel .elementor-row {
		flex-wrap: nowrap !important;
	}
 
  .location {
    flex-wrap: wrap;
    /*justify-content: center;*/
  }

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

  .location .item .item{
    margin-bottom: 0;
  }

  .cta{
    background:     #000  url("images/phonecall.png") no-repeat center center;
    border-bottom-left-radius: 40px;
    box-shadow: 0 0 5px     #FFF;
    border-top-left-radius: 40px;
    bottom: 1%;
    display: block;
    height: 60px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    width: 60px;
    z-index: 999;
  }

  #hd-deets{
    margin-top: 15px;
  }	
	.gift {
    width: 185px !important;
    margin: 0 0 0 100px;
}

}

/* 768 viewport  */
/* @media only screen and (max-width: 768px) { */
@media only screen and (max-width: 1023px) {
a.button_right_bottom {
    position: fixed;
    z-index: 1000;
    right: 0.1em;
    bottom: 6em;
}
	.custom-logo-link {padding-top: 0;}
	#banner-container {background: url(https://onefitnessworkout.com/wp-content/uploads/2021/03/mobile-SiteHeader.jpg)no-repeat !important; }
	#banner-container #banner .banner-images {align-self:end;}
	#banner-container .banner-text {top:100px;}
	#hd-logo img {max-width:120px;}
	.sticky #hd-logo img {max-width:83px;}
	.membership .elementor-image::before {}
	.first-session {min-height:auto;}
	.home #book-a-session,
	.home #become-a-member,
	.home .elementor-button-link.elementor-button {width:auto;}
	.bn1 a,
	.bn2 a {width:170px !important;}
	.bn1 .elementor-widget-container {margin-bottom:0 !important;}
	#banner-container {background-size:cover !important;padding-top:30px !important;}
	#banner {min-height:auto !important}
	#banner-container { background-position-x: -135px !important;}
	#banner-container #banner h3 {font-size:25px;top:170px; letter-spacing: 0;}
	#banner-container #banner .banner-title h5 {font-size:25px;}
	#banner-container #banner .banner-img-con a img {max-width:60px;width:100%;}
	#banner-container #banner .banner-img-con a {margin:0 5px;}
	#banner-container #banner #n-new a img {max-width:75px;}
	#banner-container #banner .banner-images {width:100%; padding-top: 210px; }
	#banner-container .banner-text {width:350px;margin-left: auto;/* 		margin-right: auto;left: 0;right: 0; */text-align: center;     top: unset; bottom: 100px; margin-bottom:50px;}
	#banner-container .banner-text h5 {margin-left:0;font-size:28px; letter-spacing: 0;}
	#banner-container .banner-text h4 {margin-left:20px;font-size:40px;}
	#banner-container .banner-text h4 span {font-size:50px;}
	#banner-container #banner h5 span {font-size:23px;}
	#banner-container #banner .top-icons a img {max-width: 110px !important;}
	#banner-container .banner-text2 h2 {font-size: 45px;}
	#banner-container .banner-text2 h3 {font-size: 25px;}
/* 	#banner-container .banner-text h3 {margin-left:50px;} */
	.home .entry-content {padding-top: 20px;}
	#banner-container .banner-text h5,
	#banner-container .banner-text h4,
	#banner-container .banner-text h3 {text-align:left;}
	
	footer {margin-top:0;}
	footer .site-info img {margin-top:-80px;}
	footer.interior {margin-top:120px;}
	.site-main.interior {min-height:750px;}
	
	.elementor-11 .elementor-element.elementor-element-0ff34fc,
	.elementor-11 .elementor-element.elementor-element-9e65217,
	.elementor-11 .elementor-element.elementor-element-5be7cae
	{
      width: 33% !important;
    }
	
	.mobile-hide {display: none !important;}
	.member-panel {justify-content: center !important;}
	
	.page-template-page-myvideos .site-main h1{ font-size: 32px;} 
	
	.page-id-2295 .entry-content h2 {
		font-size: 60px !important;
	}
	
	.page-id-2295 .summer-sweat-header-icons img {
		max-width: 100px;
	}
	.schedule .left::after,
	.membership::before{
		display: none;
	}
	img.instas {
    max-width: 15% !important;
	}
}

@media only screen and (max-width: 600px) {
	.bn1 .elementor-widget-container {margin-bottom:10px !important;}
}

/* 425 viewport */
@media screen and (max-width: 767px) {
	
/* 	#mg-wprm-wrap li.menu-item a {
    text-align: left !important;
	} */
	
/* 	  #header nav a#pull {
    display: none;
    color:    #fff;
    background: rgba(0,0,0,.1);
    height: 60px;
    padding: 10px 0;
    width: 100%;
    position: relative;
  } */
	
	.db { display: inline; }
	
	#banner-container {    background-size: 520px !important; padding-top: 0 !important; background-position-x: -58px !important;}

	.membership .col-alt .elementor-row { flex-direction: column-reverse!important; }
	.membership p { text-align: center; }
	.membership .col-main img, .membership .col-alt img { max-width: 400px; width: 100%; margin: 0 auto; }
	
}

@media only screen and (max-width: 520px) {
	img.beach-social {width: 120px;}
/* 	#banner-container #banner h3 {font-size: 30px; } */
	#banner-container #banner h4 span { font-size: 40px;}
	#banner-container .banner-text h4 { margin-left: 30px; font-size: 30px;}
	#banner-container .banner-text { left: 0; text-align: center; max-width: 100%; width: 100%; }
	#banner-container .banner-text h5, #banner-container .banner-text h4, #banner-container .banner-text h3 { text-align: center; }
	.yellow_line h2:before{ background: unset;}
	#banner-container #banner .banner-images {
	    padding-top: 445px;
	}
/* 	#banner-container {padding-top: 200px; background-position: top !important;     background-position-y: 100px !important;} */
	.page-id-9 ul {margin: 0;}
	#banner-container #banner #n-new a img {max-width: 60px; height:60px;}
		.page-id-2295 .entry-content h2 {
		font-size: 40px !important;
	}
	
/* 	.schedule .elementor-row{ flex-wrap: wrap!important; } */
	
	.page-id-2295 .summer-sweat-header-icons img {
		max-width: 80px;
	}
	
	.schedule .elementor-row{display:block;}
	p {
	margin: 9px 0 !important;
	}
	.grabe {
    position: relative;
    left: 0%;
	}
}

/* 400 viewport */
@media only screen and (max-width: 424px) {
	.custom-logo-link { padding-top: 25px; }
	main.interior {margin-top: 0;padding-top:0!important;}
	/* 	
	#banner-container .banner-text h5, #banner-container .banner-text h4, #banner-container .banner-text h3 {text-align: center;}
	#banner-container .banner-text h4 {margin-left: 0;} 
	#banner-container .banner-text { width: 100%; } 
	*/
	#banner-container {padding-top: 200px!important; background-position-y: 100px !important; background-size: 490px !important; background-position-x: -50px !important;}
	
	
	.banner-text2 h2 {font-size: 30px !important;}
	#banner-container .banner-text2 h3 {font-size: 20px !important;}
	#banner-container .banner-text {padding:0 15px;}
	#banner-container #banner .banner-images {margin-bottom:-30px;}
	#one-fitness-home-container {margin-top:120px;}
	footer .site-info h5 {font-size:20px}
	.bn1 a,
	.bn2 a {width:130px !important; }
	/*main.interior {padding-top:240px !important;}*/
	#banner { /*height: 370px !important; */}
	/* #banner {height:550px !important;} */
	/*#banner-container #banner .banner-images {margin-bottom:-30px;}*/
	#banner-container .banner-text {top:unset; }
	/* #banner-container .banner-text {top:120px;} */
	#banner-container #banner .banner-images {padding-top: 135px;}
	.entry-content { padding-top: 0}
	.home .entry-content {padding-top: 0;}
	.elementor-26 .elementor-element.elementor-element-c6b1692 .elementor-button, .elementor-26 .elementor-element.elementor-element-a8bd29a .elementor-button {font-size: 11px !important;}
}

/* 375px viewport */
@media screen and (max-width: 399px) {
	#banner-container {
		background-size: 430px !important;
		padding-top: 110px !important;
		background-position-x: -30px !important;
	}
	#banner-container #banner #n-new a img {
		max-width: 59px;
		height: 59px;
	}
}

@media screen and (max-width: 320px) {
	#banner-container {
		background-size: 375px !important;
		padding-top: 50px !important;

	}
	
	#banner-container #banner #n-new a img {
		max-width: 48px;
		height: 48px;
	}
	#banner-container #banner .banner-img-con a img {
		max-width: 50px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  #banner-container .banner-text {
/*     right: 200px; */
  }
		ul#wprmenu_menu_ul {
    text-align: left !important;
}
}

@media screen and (max-width: 768px) and (min-width: 601px) {
  #banner-container .banner-text {
    right: 60px;
  }

}

@media screen and (max-width: 600px) and (min-width: 440px) {
  #banner-container .banner-text {
    right: 54px;
  }
}

.exercises-page ul li {max-width: 250px;text-align: left;margin: 0 auto;font-size: 20px;}
.exercises-page ul li a{color:#eeb959 !important;}
.exercises-page ul li a:hover{font-size: 30px;}

.orange a span { color: #fff;}

.inner #header {
	position: relative;
	padding-top: 0;
}

.summer-sweat-header-icons{
	    flex-wrap: nowrap !important;
}

.page-id-2295 .entry-content h2 {
	color: #F2D16B;
	font-size: 90px;
}

.page-id-2295 .entry-content h3 {
	color: #FFF;
	font-size: 50px;
}