/*!
Theme Name: Fitillion
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.16
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fitbeat
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.

fitbeat 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 !important;
    font-family: 'Barlow', sans-serif;
}

em {
    font-style: italic;
    font-weight: 400;
}

#page {
    transition: .6s transform cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .6s transform cubic-bezier(.645, .045, .355, 1);
    -ms-transition: .6s all transform-bezier(.645, .045, .355, 1);
}

body.disable-scroll {
    overflow: hidden;
    width: 100%;
    position: fixed;
}


/*body.nav-visible #page{
	transform:translate(-395px);
}*/


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

.sub_title h2{
	color: #fff;
	font-size: 36px !important;
	line-height: 42px;
	font-family: 'Barlow';
	margin: 15px 0;
}

.sub_title h3{
	color: #fff;
	font-size: 20px !important;
	line-height: 24px;
	font-family: 'Barlow';
	text-decoration: uppercase;
	margin: 0;
}

.video__banner .content.middle{
	top: 45%;
	height: 0;
}
.video__banner .btn__watch.small-margin-top{
	margin: 20px 0 0 0;
}

.video__banner .btn__watch.small-margin-top a{
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	.sub_title h2{
		color: #fff !important;
	}
	.video__banner .content.middle{
		top: 0%;
		height: 100vh;
	}
	.video__banner .btn__watch.small-margin-top{
		margin: 50px 0 0 0;
	}
}

a.btn.btn--secondary{
	background: transparent;
	color: #ff621d;
	border: 2px solid #ff621d;
}
a.btn.btn--secondary:hover{
	background: #ff621d;
	color: #000;
}

@media screen and (max-width: 767px){
	a.btn.btn--secondary{
	background: transparent;
	color: #ff621d;
	border: 2px solid #ff621d;
	}
	a.btn.btn--secondary:hover{
		background: #ff621d;
		color: #000;
	}
}



.minView header.site__header {
    display: none;
}

.minView footer.site-footer {
    display: none;
}

.minView footer {
   display: none;
}

.minView .site-content {
    padding-top: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}


/* 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: 'Barlow', sans-serif;
    font-size: 1em;
    /* 2 */
}


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


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

a {
    background-color: transparent;
    text-decoration: none;
}


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


/**
 * 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: 'Barlow', sans-serif;
    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: #000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
}

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

blockquote {
    margin: 0 1.5em;
    border-top: 2px solid #979797;
    border-bottom: 2px solid #979797;
    padding: 15px 0;
    max-width: 600px;
    margin: 20px 0;
    width: 100%;
    float: left;
}

video {
    display: block;
}

.entry-content blockquote p {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    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-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*: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. */
    /* overflow: hidden; */
}

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

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

table tr td {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1a1b1b;
    padding: 4px;
}©

table tr td strong {
    font-weight: 700;
    padding-right: 15px;
}


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

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;  
    align-items: center;
    width: 100%;
}

.space-between {
    justify-content: space-between;
    flex-wrap: inherit;
}

.layout__container {
    padding: 0 10%;
}

.center {
    text-align: center;
}

.link-holder {
    display: block;
    position: relative;
}

.link-holder img {
    display: block;
}

.link-holder:hover,
.link-holder:focus {
    outline: none;
}

.spearator {
    opacity: 0.3896252;
    margin: 0 auto;
    height: 1px;
    border: solid 1px #979797;
}

body .mobile-show {
    display: none;
}

body .mobile-hide {
    display: block;
}

.preloader {
    position: fixed;
    z-index: 100;
    background: #1c1c1c;
    pointer-events: none;
    transition: opacity 0.2s ease;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.preloader.hide {
    opacity: 0;
}

.site-content {
    padding-top: 110px;
    min-height: 600px;
}

@media screen and (min-width: 769px) and (max-width: 1740px) {
    .site-content {
        padding-top: 170px;
    }
}

.page-template-template-home1 .site-content,
.page-template-template-home2 .site-content,
.page-template-template-home3 .site-content,
.page-template-template-home4 .site-content,
.page-template-template-home5 .site-content,
.page-template-template-home-6 .site-content,
.page-template-template-home7 .site-content,
.page-template-template-home .site-content {
    padding-top: 0;
}

.page .layout__container .inner {
    padding: 0 25px;
}

@media screen and (max-width: 1194px) {
    .page .layout__container .inner {
        padding: 0;
    }
}


/*--------------------------------------------------------------
# Animatations
--------------------------------------------------------------*/

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


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

a {
    color: royalblue;
}

a:focus {
    outline: none;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#manNav {
    width: 47px;
    height: 37px;
    cursor: pointer;
    position: relative;
    display: none;
    margin-left: 25px;
}

#manNav span {
    display: block;
    height: 2px;
    width: 100%;
    background: #ffffff;
    margin: 3px 0 6px;
}



@media screen and (max-width: 1139px) {
    #manNav {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #manNav {
        width: 25px;
        height: auto;
        right: 0;
        margin-left: 15px;
    }
}

.main-navigation {
    clear: both;
    display: block;
    width: 100%;
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 80px 30px 30px 30px;
    max-width: 392px;
    background-color: #000000;
    overflow-y: auto;
    transform: translateX(395px);
    -webkit-transform: translateX(395px);
    -ms-transform: translateX(395px);
    transition: .3s transform cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .3s transform cubic-bezier(.645, .045, .355, 1);
    -ms-transition: .3s transform cubic-bezier(.645, .045, .355, 1);
}

.menu-close {
    position: absolute;
    right: 25px;
    top: 30px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    display: block;
}

.menu-close:focus {
    outline: none;
}

.nav-visible .main-navigation {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.main-navigation .menu-logo {
    position: absolute;
    top: 18px;
    left: 20px;
}

.main-navigation .menu-logo a {
    display: block;
    background: none;
    padding: 0 10px 0 0;
}

.main-navigation .menu-logo a img {
    max-width: 128px;
}

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

.main-navigation li {
    display: block;
    position: relative;
    text-align: center;
}

.main-navigation a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 25px;
    transition: .4s all cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .4s all cubic-bezier(.645, .045, .355, 1);
    -ms-transition: .4s all cubic-bezier(.645, .045, .355, 1);
    letter-spacing: 0.5200002px;
    padding: 12px 0;
    background-size: 14px 18px;
    padding-right: 20px;
}

.main-navigation li:first-child {
    border-top: none;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item a {
    color: #ff621d;
}

.nav__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: .4s all cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .4s all cubic-bezier(.645, .045, .355, 1);
    -ms-transition: .4s all cubic-bezier(.645, .045, .355, 1);
}

body.nav-visible .nav__overlay {
    visibility: visible;
    opacity: 1;
}


/* Small menu. */

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    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: 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 {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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


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


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

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


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

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/

.btn {
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 11px 20px;
    letter-spacing: 0.3648001px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    transition: .18s all cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .18s all cubic-bezier(.645, .045, .355, 1);
    -ms-transition: .18s all cubic-bezier(.645, .045, .355, 1);
    font-weight: 800;
}

.btn svg {
    margin-left: 3px;
    position: relative;
}

.header__info .btn svg {
    top: 1px;
}

.btn svg path {
    transition: .18s all cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .18s all cubic-bezier(.645, .045, .355, 1);
    -ms-transition: .18s all cubic-bezier(.645, .045, .355, 1);
}

.btn:hover {
    text-decoration: none;
}

.btn:hover svg path {
    fill: #ffffff;
}

.btn--primary {
    background-color: #fff;
    color: #fff;
    position: relative;
}

.btn--primary:hover,
.btn--primary:focus {
    color: #1a1b1b;
}

.btn--medium {
    font-size: 19px;
}


/*--------------------------------------------------------------
## Site Grid
--------------------------------------------------------------*/

.grid--table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.grid--table>.grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width:767px){
    .mobile-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

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

.site__header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 98;
    padding: 30px 32px 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.sticky-mob-btn {
    display: none;
}

.site__header .site__branding {
    position: relative;
    z-index: 3;
}

.site__header.sticky {
    padding: 10px 30px;
}

.site__header:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0) 2%, rgba(0,0,0,0.8) 100%);
    content: '';
    height: 150px;
    z-index: 2;
    pointer-events: none;
    transition: all .3s ease-in-out;
}
.site__header.sticky:after {
    height: 110px;
    opacity: 0.85;
}
@media (max-width:767px) {
    .site__header:after {
        height: 100px;
    }
    .site__header.sticky:after {
        height: 65px;
    }
}

.site__branding>.grid--table>.grid__item {
    width: auto;
}

.header__info {
    position: relative;
    padding-right: 0;
    text-align: right;
    padding-left: 30px;
}

.header__info .btn {
    margin-left: 5px;
    font-size: 16px;
    padding: 11px 14px;
    letter-spacing: 0;
    white-space: nowrap;
}

.site__description,
.site__title {
    display: none;
}

.custom-logo-link {
    display: block;
    float: left;
    padding-right: 10px;
}

.flex-logo {
    display: flex;
    align-items: center;
}

.logo-text {
    color: #fff;
    text-transform: capitalize;
    margin-left: 18px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 2;
    border-left: 1px solid #fff;
    padding-left: 23px;
}

.custom-logo {
    max-width: 183px;
    display: block;
    width: 100%;
    margin-top: 4px;
}

.contact-content .call-div {
    float: right;
}

.call-div {
    color: #fff;
    text-align: right;
}

.copyright .call-div p {
    font-size: 17px;
}

.icon-telephone {
    display: inline-block;
}

.icon-telephone:before {
    content: '';
    background-image: url('img/telephone.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
    float: left;
    margin: 5px 5px 0;
}

.icon-telephone.orange:before {
    background-image: url('img/telephone-orange.svg');
}

.icon-map {
    display: inline-block;
}

.icon-map:before {
    content: '';
    background-image: url('img/svg-icons/map.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
    float: left;
    margin: 4px 5px 0;
}

.icon-map.orange:before {
    background-image: url('img/svg-icons/map-orange.svg');
}

.header__info .call-div p {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.copyright {
    display: flex;
    justify-content: flex-end;
}

.copyright .call-div {
    display: inline-block;
    margin-right: 10px;
}

.call-div a {
    color: #fff;
    text-decoration: none;
}

.header-text {
    display: inline-flex;
    color: #ff621d;
    text-transform: uppercase;
    font-size: 18px;
    vertical-align: top;
    padding: 20px 10px 0 0;
    font-weight: 800;
}

@media screen and (max-width: 1194px) {
    .site__header {
        padding: 24px 33px;
    }
}

@media screen and (max-width: 899px) {
    .header__info {
        padding-left: 20px;
    }
    .header__info .btn {
        padding: 8px;
    }
    .header__info .btn svg {
        height: 10px;
        top: 1px !important;
    }
}

@media screen and (max-width: 768px) {
    .sticky-mob-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        background-color: #e7e7e7;
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        color: #1a1b1b;
        margin: 0;
        display: block;
    }
    .sticky-mob-btn.btn2 {
        bottom: 51px;
    }
    .sticky-mob-btn svg path {
        fill: #ff621d;
    }
    .mobile-btn-wrap .btn {
        padding: 11px 15px;
    }
    body.home #page,
    .page-template-template-home1 #page,
    .page-template-template-home2 #page,
    .page-template-template-home3 #page,
    .page-template-template-home4 #page,
    .page-template-template-home5 #page,
    .page-template-template-home-6 #page,
    .page-template-template-home7 #page {
        padding-bottom: 0;
    }
    body.home .sticky-mob-btn {
        display: none;
    }
    body #freeTrialButton {
        display: none;
    }
    .header-text {
        display: none;
    }
}


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

.entry-content .border__content {
    border: 1px solid #656565;
    padding: 12px;
}

.entry-content .border__content p {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1em;
}

.entry-content .border__content p:last-child {
    margin-bottom: 0;
}


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

.site-footer {
    padding: 36px 11% 74px;
    background-color: #2F2F2F;
}

.site-footer .footer__logo {
    display: flex;
}

.footer__logo p {
    display: none;
}

.footer-social-link {
    flex: none;
}

.footer-social-link img {
    max-width: 100% !important;
}

.footer-social-link a {
    display: inline-block;
    margin-left: 20px;
    width: 25px;
}

.footer-social-link a:last-child {
    margin-left: 5px;
}

.site-footer .show-mobile {
    display: none;
}

@media screen and (min-width: 480px) {
    .copyright p br {
        display: none;
    }
}

.site-footer .footer__logo img {
    display: block;
    max-width: 150px;
}

.site-footer .right {
    text-align: right;
}

.site-footer p {
    color: #9d9d9d;
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 0;
}

.site-footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer #footer-menu-mobile {
    display: none;
}

.site-footer .menu li {
    display: inline-block;
    margin-right: 16px;
}

.site-footer .menu li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 0;
}

.site-footer .menu li a:hover {
    color: #ff621d;
}

@media screen and (max-width: 1099px) {
    .site-footer .menu li a {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 800px) {
    .footer-social-link a {
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .site-footer .show-desktop {
        display: none;
    }
    .site-footer .show-mobile {
        display: block;
    }
    .site-footer .footer__logo {
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .site-footer .copyright {
        display: block;
        width: 100%;
        margin-top: 30px;
    }
    .site-footer .copyright br {
        display: none;
    }
    .footer-social-link {
        min-width: max-content;
    }
    .footer__banner .external-links a {
        margin-bottom: 8px;
    }
    .space-between {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 479px) {
    .footer-social-link a {
        margin: 0 1px;
        width: 25px;
    }
    .mobile-btn-wrap {
        margin: 0 -12px
    }
    .mobile-btn-wrap .btn {
        padding: 10px 7px;
        margin-left: 5px;
    }
    .mobile-btn-wrap .btn:first-child {
        margin-left: 0;
    }
}


/*--------------------------------------------------------------
## Main Video Banner
--------------------------------------------------------------*/

.video__banner {
    position: relative;
    overflow: hidden;
}

.video__banner:before,
.video__banner:after {
    content: "";
    clear: both;
    display: table;
}

.video__banner .promo__video {
    position: relative;
    top: 0;
    width: 100%;
    display: block;
    overflow: hidden;    
    background-color: #000000;
}

.video__banner .promo__video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.video__banner .content {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 41.5%;
    transform: translateY(-50%);
    display: table;
    padding: 0 94px;
    z-index: 3;
    max-width: 1090px;
}

@media screen and (max-width: 767px) {
    .video__banner .item {
        height: 100%;
    }
    .video__banner .promo__video {
        height: 100%;
    }
    .video__banner .promo__video video {
        height: 100%;
    }
    .video__banner .content {
        top: 0;
        transform: translateY(0);
        height: 100%;
    }
}

@media screen and (min-width: 1194px) {
    .video__banner .content {
        margin-top: 56px;
    }
}

.video__banner .content h1.main__title {
    font-size: 34px;
    color: #ffffff;
    margin: 0 0 28px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
}

.video__banner .content h1.main__title br {
    display: none;
}

@media screen and (max-width: 768px) {    
    .video__banner .content h1.main__title br {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .video__banner .content h1.main__title {
        font-size: 74px;
        line-height: 70px;
    }
}

@media screen and (max-width: 1300px) {
    .video__banner .content h1.main__title span {
        display: block;
    }
}

.video__banner .content p {
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
    margin: 20px 0 0 0;
    line-height: 43px;
    letter-spacing: 0.1px;
}

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

@media screen and (max-width: 767px) {
    .video__banner .content .inner {
        margin-top: 40px;
        display: block;
    }
}

.video__banner .item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.btn__watch {
    color: #ff621d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    margin-top: 36px;
    transition: .18s all cubic-bezier(.645, .045, .355, 1);
}

.btn__watch a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #ff621d;
    transition: .18s all cubic-bezier(.645, .045, .355, 1);
    display: flex;
    align-items: center;
    padding-left: 5px;
    letter-spacing: 0.8px;
}

.btn__watch .circle {
    height: 57px;
}

.btn__watch .btn__text {
    margin-right: 25px;
}

.btn__watch:hover a {
    color: #ffffff;
}

.full-video-popup {
    position: absolute;
    background: #000;
    z-index: 999;
    pointer-events: none;
    top: auto;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity .6s ease, -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1), opacity .6s ease;
    transition: transform .8s cubic-bezier(.19, 1, .22, 1), opacity .6s ease, -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
}

.popup-video-wrap .full-video-popup {
    top: 0;
}

.full-video-popup.visible {
    opacity: 1;
    pointer-events: auto;
}

.full-video-popup .frame {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: width 2s cubic-bezier(.19, 1, .22, 1) 2s, height 2s cubic-bezier(.19, 1, .22, 1) 2s, opacity .6s ease .7s;
    overflow: hidden;
}

.full-video-popup.visible .frame {
    width: 100%;
    height: 100%;
}

.full-video-popup .frame video {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video__close,
.video__close1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(./img/close.png) no-repeat 12px 12px;
    z-index: 2;
    cursor: pointer;
}

/*--------------------------------------------------------------
## Content Grid Block
--------------------------------------------------------------*/

.content--grid.featured {
    padding: 35px 10%;
}

.content--grid.featured.testimonial {
    padding-top: 10px;
}

.content--grid .lists {
    overflow: hidden;
    margin: 0 -10px;
}

.featured.content--grid .lists {
    overflow: hidden;
    margin: 0 -10px;
}

.content--grid .lists .item,
.page-short-story .image_block_lists .item {
    padding: 15px 10px;
    width: 33.33%;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    float: left;
}

.content--grid.featured .lists .flex-container {
    justify-content: left;
}

.content--grid .lists .item a {
    position: relative;
}

.content--grid .lists .item a:after,
.image__blocks .item a.link-holder:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 2;
}

.featured.content--grid .lists .item {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}

.featured.content--grid .lists .item a:after,
.image__blocks .item a.link-holder:after {
    border: 1px solid #555858;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}

.featured.content--grid .lists .item a:hover:after,
.image__blocks .item a.link-holder:hover:after {
    border: none;
}

.content--grid .lists .item a {
    position: relative;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
}

.content--grid .lists .item a.link-holder video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 1px);
    object-fit: cover;
    opacity: 0;
    z-index: 5;
    display: block;
}

.content--grid .lists .item a.link-holder .video-ajax video,
.content--grid .lists .item a.link-holder.play-video video {
    object-fit: contain;
    background-color: #000;
}

.content--grid .lists .item.scale a.link-holder video {
    opacity: 1;
}

.content--grid .lists .item a.link-holder:hover video {
    opacity: 1;
}

.content--grid .lists .item.animate:first-child:hover a.link-holder video {
    opacity: 1;
}

.content--grid .lists .item .content {
    position: absolute;
    padding: 0 20px 0 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 6;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.testimonial.content--grid .lists .item .content {
    top: 60%;
}

.content--grid .lists .item .content h2.title {
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.4;
    font-size: 25px;
}

.content--grid .lists .item .content h2.title span {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 25px;
    background: url('img/icon-arrow-yellow@2x.png') no-repeat right 7px;
    background-size: 15px 19px;
    padding-right: 25px;
    color: #ffffff;
    line-height: 1.4;
}

.testimonial.content--grid .lists .item .content h2.title span {
    font-size: 22px;
    background: none;
}

@media screen and (min-width: 1920px) {
    body.home .content--grid .lists .item .content h2.title span {
        background-size: 24px 30px;
        padding-right: 34px;
        background-position: right 1px;
    }
}

.content--grid .lists .item .content p {
    font-size: 17px;
    color: #ffffff;
    line-height: 21px;
    font-weight: 500;
    margin: 0;
}

.content--grid .lists .item img {
    display: block;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.content--grid.featured .lists .item img {
    height: auto;
}

.content--grid .lists .item.resize,
.page-short-story .image_block_lists .item.resize {
    width: 30%;
}

.page-short-story .image_block_lists .item.resize img {
    height: calc(100vw * 0.2175);
}

.content--grid .lists .item.resize img {
    height: calc(100vw * 0.2265);
}

.content--grid .lists .item.scale img {
    height: calc(100vw * 0.308);
}

.page-short-story .image_block_lists .item.scale img {
    height: calc(100vw * 0.2955);
}

.content--grid .lists .item.scale .content,
.page-short-story .image_block_lists .item.scale .content {
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
}

.content--grid .lists .item.scale,
.page-short-story .image_block_lists .item.scale {
    width: 40%;
}

.tab-menu-holder.content--grid .lists .item img {
    object-fit: cover;
    width: 100%;
}

.tab-menu-holder.content--grid .lists .item a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    border: 1.5px solid #666666;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.tab-menu-holder.content--grid .lists .item a.current:after {
    opacity: 1;
    border: 3px solid #ff621d;
}

.page-short-story .image_block_lists .item.scale .content {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

.loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: url('img/loader.gif') no-repeat center center;
    background-size: 40px 40px;
    background-color: rgba(28, 28, 28, 0);
    visibility: hidden;
    opacity: 0;
}

.scale .loader {
    opacity: 1;
    visibility: visible;
}

.tab-menu a.link-holder:hover div.loader {
    opacity: 1;
    visibility: visible;
}

.image__blocks .item a.link-holder:hover div.loader {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Page Global
--------------------------------------------------------------*/

.entry-header-logo-animation h1.entry-title {
    display: inline-block;
}

.entry-header-logo-animation .video {
    position: relative;
    top: 5px;
    display: inline-block;
}

.entry-header-logo-animation .video video {
    width: 100%;
    max-width: 80px;
}

header.entry-header h1.entry-title {
    font-size: 50px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1.1;
}

header.entry-header h2 {
    font-size: 24px;
    margin-top: 7px;
    margin-bottom: 16px;
    font-weight: 700;
}

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

.entry-content ul,
.entry-content ol {
    margin: 0 0 1.5em 0;
}

.entry-content ul li,
.entry-content ol li {
    line-height: 1.4;
    padding: 4px 0 0 0;
}

.page-template-template-fit-categories .entry-content {
    max-width: 78%;
}

.entry-content .intro-block {
    border: 1px solid #656565;
    padding: 10px;
}

.entry-content .intro-block p {
    font-weight: 500;
    margin-top: 0;
}

.entry-content .intro-block p:last-child {
    margin-bottom: 0;
}

.entry-content>ol {
    list-style: none;
    padding-left: 20px;
    counter-reset: alpha;
    position: relative;
}

.entry-content>ul ul {
    list-style: circle;
}


.entry-content>ol>li:before {
    counter-increment: alpha;
    content: "("counter(alpha, lower-alpha)") ";
    position: absolute;
    left: 0;
}

.entry-content>ol.ol-data>li:before {
    counter-increment: alpha;
    content: "("attr(data-text) ") ";
    position: absolute;
    left: 0;
}

.entry-content ol,
.entry-content ul {
    padding-left: 20px;
}

.entry-content ul li,
.entry-content ol li {
    padding-left: 25px;
}

.entry-content b,
.entry-content strong {
    font-weight: 700;
}

.entry-content>ol ol,
.entry-content>ol ul,
.entry-content>ul ol {
    margin: 0;
    position: relative;
    list-style: none;
}

.entry-content>ol>li>ol,
.entry-content>ol>li>ol>li>lo,
.entry-content>ol>li>ul,
.entry-content>ul>li>ol,
.entry-content>ol.ol-number {
    counter-reset: section;
}

.entry-content>ol>li>ol>li>ol,
.entry-content>ol>li>ol>li>ol>li>lo,
.entry-content>ol>li>ol>li>ul,
.entry-content>ul>li>ul>li>ol {
    counter-reset: my-sec-counter;
}

.entry-content>ol:not(.num)>li>ol>li:before,
.entry-content>ol:not(.num)>li>ul>li:before,
.entry-content>ul:not(.num)>li>ol>li:before,
.entry-content>ol.ol-number:not(.num)>li:before {
    counter-increment: section;
    content: "("counters(section, ")")")";
    position: absolute;
    left: 0;
}

.entry-content>ol:not(.num)>li>ol>li>ol>li:before,
.entry-content>ol:not(.num)>li>ol>li>ol>li>ol>li:before,
.entry-content>ol:not(.num)>li>ul>li>ul>li:before,
.entry-content>ul:not(.num)>li>ol>li>ol>li:before {
    counter-increment: my-sec-counter;
    content: "("counters(my-sec-counter, ")")")";
    position: absolute;
    left: 0;
}

.entry-content>ol:not(.num)>li>ol>li>ol>li:before {
    counter-increment: my-sec-counter;
    content: "(" counter(my-sec-counter, upper-alpha)") ";
    position: absolute;
    left: 0;
}

/*number list*/
.entry-content ol.num, .entry-content ol.num ol { counter-reset: item; padding-left: 15px;}
.entry-content ol.num li:before { content: counters(item, ".") " "; counter-increment: item; position:absolute; left:0;}
.entry-content ol.num>ol.wnumber li:before { content: "(" counter(my-sec-counter, upper-alpha)") "; counter-increment: item; position:absolute; left:0;}


.entry-content>ol.num>li:before {
    color: #ff6600;
}
.entry-content>ol.num>li{
    padding: 0;
    margin-bottom: 20px;
}
.entry-content>ol.num>li>span{
    margin-bottom: 11px;
    display: block;
}
.entry-content>ol.num>li>ol>li ol:not(.low-alpha)>li{
    padding-left: 35px;
}
.entry-content ol.low-alpha>li:before {
    counter-increment: alpha;
    content: "("counter(alpha, lower-alpha)") ";
}
.entry-content ol.low-alpha{
    counter-reset: alpha !important;
}
.entry-content a {
    color: #000;
}

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

.tab-content-wrapper {
    background-color: #f4f4f4;
    padding: 30px 0;
    min-height: 200px;
    margin-top: 25px;
}

.tab-menu {
    list-style: none;
}

.tab-menu li {
    width: 33.33%;
}

.tab-content .tab-item {
    display: none;
}

.block-content h2.block-title {
    font-size: 36px;
    margin-top: 0;
    text-transform: uppercase;
    padding-left: 60px;
    background: url('img/icon-arrow-dark-medium.svg') no-repeat 2px 15px;
    background-size: 21px 27px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.7);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.block-content h2.block-title.has-icon {
    background: none;
    padding-left: 0;
}

.block-content h2.block-title.has-icon span {
    overflow: hidden;
    line-height: 1.2;
    display: block;
}

.block-content h2.block-title.has-icon img.icon {
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: 10px;
    float: left;
    max-height: 25px;
}

.block-content p {
    font-size: 17px;
}

.tab-content .popup-header {
    display: none;
}

.popup-header {
    font-size: 14px;
    font-weight: 800;
    color: #b8b8b8;
    text-transform: uppercase;
    margin-bottom: 0;
}

.block-content.plain__block {
    margin-bottom: 25px;
}

.page-id-207 .block-content.plain__block p {
    max-width: 78%;
}

@media screen and (min-width: 1020px) {
    .block-content table tr td:first-child {
        width: 250px;
    }
}

.block__video {
    position: relative;
}

.block__video video {
    max-width: 100%;
    object-fit: cover;
    display: block;
    max-height: 600px;
}

.block__video-item {
    max-height: 600px;
}

.block__video .btn__watch {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
    margin-top: 0;
    display: none;
}

.block__video .btn__watch .circle {
    width: 100px;
    height: 100px;
    border: solid 6px #ff621d;
}

.block__video.playing:after,
.block__video.playing .btn__watch {
    display: none;
}

.block__video:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/

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

.wpcf7 ul li {
    margin-bottom: 17px;
}

.wpcf7 ul li.align-right {
    text-align: right;
}

.wpcf7 ul li.submit {
    position: relative;
}

.wpcf7 ul li.submit .ajax-loader {
    float: left;
    position: relative;
    top: 15px;
}

.wpcf7 div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    padding: 8px 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    clear: both;
}

span.wpcf7-not-valid-tip,._error {
    font-size: 14px;
    margin-top: 3px;
}

div.wpcf7 .ajax-loader {
    background-image: url('img/loader.gif');
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    background: #ff1d1d;
    border: none;
    color: #ffffff;
}

div.wpcf7-mail-sent-ok {
    background: #ff621d;
    border: none;
    color: #000000 !important;
}

.screen-reader-response {
    background: #f00;
    border: none;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-bottom: 15px;
}

span.wpcf7-not-valid-tip, ._error {
    color: #ff1d1d;
    padding-left: 20px;
    background: url('img/error-icon.svg') no-repeat left center;
    background-size: 12px 12px;
}

.screen-reader-response {
    display: none;
}


/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/

form input[type="text"],
form input[type="email"],
form textarea,
form input[type="tel"],
form input[type="number"],
form input[type="url"],
form select {
    width: 100%;
    background: rgba(216, 216, 216, 0.3);
    border: none;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
    line-height: 48px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 5px 15px;
    font-weight: 500;
}

form input:focus,
form textarea:focus {
    color: #ffffff;
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="tel"],
form input[type="url"],
form select {
    height: 48px;
}

form select option {
    background-color: #1f1f1f;
}

form textarea {
    resize: none;
    height: 113px;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #ff621d;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #ff621d;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #ff621d;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #ff621d;
}

form input[type="submit"], form button[type="submit"]  {
    cursor: pointer;
    background-color: #ff621d;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 16px 20px;
    min-width: 117px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background: rgba(216, 216, 216, 0.14) !important;
    border: none;
    font-size: 16px;
    color: #ffffff;
}


/*--------------------------------------------------------------
## Document Page Template
--------------------------------------------------------------*/

.page-template-template-documents header.entry-header h1.entry-title {
    color: #404040;
}

.page-template-template-documents header.entry-header hr {
    background-color: rgba(151, 151, 151, 0.7);
    opacity: 1;
}

.page-doc {
    background-color: #ffffff;
    padding: 30px 0;
}

.page-doc .entry-content * {
    color: #1a1b1b;
}


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

#notfound {
    position: relative;
    height: 80vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 180px;
    margin-bottom: 20px;
    z-index: -1;
}

.notfound .notfound-404 h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 224px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #030005;
    text-transform: uppercase;
    text-shadow: -1px -1px 0px #ffffff, 1px 1px 0px #ff621d;
    letter-spacing: 3px;
}

.notfound .notfound-404 h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #8400ff;
    letter-spacing: 13px;
    margin: 0;
}

.notfound a {
    min-width: 200px;
}

.page-short-story .text-col {
    margin-top: 20px;
}

.page-short-story .two-col-layout.item {
    border-radius: 5px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1c1c1c;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 25px;
    border: .5px solid rgba(151, 151, 151, 0.7);
    margin-bottom: 50px;
}

.page-short-story .two-col-layout .content {
    width: 70%;
}

.page-short-story .two-col-layout .content p {
    color: #ffffff;
    margin-top: 0;
}

.page-short-story .two-col-layout .content p:last-child {
    margin-bottom: 0;
}

.page-short-story .two-col-layout .image {
    width: 30%;
    text-align: center;
    padding-right: 30px;
}

.page-short-story .two-col-layout .image h3.title {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.3
}

.page-short-story .two-col-layout .image img {
    display: inline-block;
    max-width: 100px;
    width: 100%;
}


/*membership plan*/

.cutline {
    position: relative;
}

.cutline:before {
    content: '';
    position: absolute;
    height: 50px;
    width: 1px;
    left: 20px;
    top: -10px;
    transform: rotate(45deg);
    background-color: #fff;
}

.plan-item p {
    margin: 0;
    font-size: 14px;
}

.plan-item p strong {
    font-weight: 500;
}

.item-desc {
    margin-bottom: 15px;
}

.promo {
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    padding: 1px 8px;
    font-weight: 600;
    margin-top: 5px;
    font-size: 13px;
}

.normal {
    margin-top: 5px;
    height: 21px;
}

.arrow-icon {
    height: 10px;
    width: 18px;
    display: block;
    padding: 0.5em;
    margin: 10px -5px 0 10px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    float: right;
}

.left-bar {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 10px;
    height: 2px;
    display: block;
    transform: rotate(45deg);
    float: right;
    border-radius: 2px;
}

.left-bar:after {
    content: "";
    background-color: #ff621d;
    width: 10px;
    height: 2px;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    transition: all 0.5s cubic-bezier(.25, 1.7, .35, .8);
    z-index: -1;
}

.right-bar {
    position: absolute;
    background-color: transparent;
    top: 0px;
    left: 6px;
    width: 10px;
    height: 2px;
    display: block;
    transform: rotate(-45deg);
    float: right;
    border-radius: 2px;
}

.right-bar:after {
    content: "";
    background-color: #ff621d;
    width: 10px;
    height: 2px;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    transition: all 0.5s cubic-bezier(.25, 1.7, .35, .8);
    z-index: -1;
}

.open .left-bar:after {
    transform-origin: center center;
    transform: rotate(-90deg);
}

.open .right-bar:after {
    transform-origin: center center;
    transform: rotate(90deg);
}

.close-text {
    display: none;
}

.open .close-text {
    display: inline;
}

.open .open-text {
    display: none;
}


.dropdown-content {
    display: none;
}

.hightlight-wrap .item-title {
    padding-top: 20px;
}

.hightlight-wrap .highlight {
    position: absolute;
    top: -1px;
    left: -4px;
    right: -4px;
    text-transform: uppercase;
    color: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-weight: 800;
    padding: 2px 0 3px;
    font-size: 15px;
}

.highlight.bg-white {
    background-color: #fff;
}

.highlight.bg-primary {
    background-color: #ff621d;
}


/*client page*/

.content--grid.section-member {
    padding: 30px;
}

.content--grid.section-member .lists {
    margin: 40px -25px 0;
}

.content--grid.section-member .lists .item {
    padding: 0 25px 58px;
}

.content--grid.section-member .lists .item .content {
    top: 45%;
}

.content--grid.section-member .lists .item .content h2.title span {
    background: none;
}

.content--grid.section-member .lists .item a:after {
    border: none;
}

.content--grid.section-member .lists .item a:hover .icon-watch {
    color: #fff;
}

.content--grid.section-member .lists .item a:hover polygon {
    fill: #fff;
}

.content--grid.section-member .lists .item a:hover g {
    stroke: #fff;
}

.icon-watch {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FF621D;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    z-index: 3;
    font-size: 17px;
}

.icon-watch span {
    margin-right: 15px;
}

.mobile-title {
    display: none;
}

.icon-battery {
    width: 32px;
    height: 16px;
    background-image: url('img/svg-icons/skill-level-adaptation.svg');
    display: block;
}

@media only screen and (max-width: 767px) {
    .wizard {
        background: #dcdcdc;
    }
    .wizard__heading h2,
    .wizard__heading h3 {
        color: #222;
    }
    .wizard__ans li {
        background-color: #4f4f4f;
    }
    .wizard__ans li span,
    .wizard__ans li strong {
        color: #ffffff;
    }
    .notfound .notfound-404 h2 {
        font-size: 24px;
    }
    .page-client .flashsale-text h4 {
        margin-bottom: 15px;
    }
    .page-client .flashsale-text h3 {
        line-height: 1;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 h1 {
        font-size: 182px;
    }
}

.home .mobile-button-holder.flex-container {
    justify-content: space-between;
    flex-wrap: wrap;
}

.home .mobile-button-holder .btn:first-child {
    width: 100%;
    margin-bottom: 10px;
}

.home .mobile-button-holder .btn:last-child {
    width: 100%;
}


/*--------------------------------------------------------------
## Media CSS
--------------------------------------------------------------*/

@media screen and (min-width: 769px) {
    .featured__why-fitbeat .two-col-layout.item,
    .featured.content--grid .lists .item a:after,
    .image__blocks .item a.link-holder:after,
    .content--grid .lists .item a:after,
    .tab-menu-holder.content--grid .lists .item a:after {
        border: 1px solid rgba(151, 151, 151, 0.7);
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }
}

@media only screen and (max-width: 1400px) {
    .content--grid.featured {
        padding: 35px 5% 12px 5%;
    }
    .cta__block_3 {
        padding: 10px 5% 13px 5%;
    }
    .video__banner .content p {
        margin-top: 4px;
    }
    .video__banner .btn__watch {
        margin-top: 75px;
    }
    .site-footer {
        padding: 25px 5%;
    }
    .footer__banner {
        padding: 25px 5%;
    }
    .video__banner .content {
        padding-left: 5%;
        padding-right: 5%;
    }
    .layout__container {
        padding: 0 5%;
    }
}

@media only screen and (max-width: 1150px) {
    .footer__banner .external-links {
        margin-top: 14px;
    }
    .page-short-story .two-col-layout .image {
        width: 40%;
    }
    .page-short-story .two-col-layout .content {
        width: 60%;
    }
    .featured__why-fitbeat h2.title {
        font-size: 28px;
    }
    .featured__why-fitbeat .video__holder {
        width: 118px;
        height: 118px;
    }
    .featured__why-fitbeat .two-col-layout .image video {
        left: -50px;
        max-width: 215px;
    }
}

@media only screen and (max-width: 1194px) {
    .content--grid.featured .lists .item img {
        height: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .plan-item-list .plan-item {
        width: 33.333%;
    }
    .all-membership .plan-desc-text {
        width: 100%;
    }
    .plan-desc-text.ul-col3 ul {
        column-gap: 0;
    }
    .membership-wrap h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .content--grid.section-member .lists {
        margin: 40px -15px 0;
    }
    .content--grid.section-member .lists .item {
        padding: 0 15px 30px;
    }
}

@media screen and (max-width: 900px) {
    .cta__block_3 .item a {
        font-size: 18px;
        line-height: 1.7;
    }
    .plan-client-table table tr td:last-child,
    .plan-client-table table tr th:last-child {
        padding-left: 15px;
    }
    .plan-client-table table tr td:nth-child(3),
    .plan-client-table table tr th:nth-child(3) {
        padding-left: 15px;
    }
}

@media screen and (max-width: 800px) {
    .cta__block_3 .lists {
        margin: 0 -15px;
    }
    .cta__block_3 {
        padding: 15px;
    }
    .cta__block_3 .item {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .content--grid .lists .item .content {
        padding: 0 20px;
    }
    .plan-item-list .plan-item {
        width: 50%;
    }
    .all-membership {
        padding: 20px 20px 15px;
    }
}

@media screen and (max-width: 768px) {
    body .hide-mobile {
        display: none;
    }
    .layout__container {
        padding: 0 15px;
    }
    .site__header {
        padding:  15px 12px;
    }
    .site__header.sticky {
        padding: 10px 12px;
    }
    .custom-logo {
        max-width: 155px;
    }
    .main-navigation {
        padding: 73px 25px 20px 20px;
    }
    .main-navigation a {
        font-size: 18px;
        letter-spacing: 0.3600001px;
        background-size: 13px 13px;
    }
    .menu-close {
        top: 30px;
        right: 25px
    }
    .footer__banner .left {
        padding-right: 0;
        margin-bottom: 10px;
        display: block;
        text-align: center;
        float: none;
        clear: both;
    }
    .site-footer .footer__logo,
    .site-footer .right {
        width: 100%;
    }
    .site-footer #footer-menu-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .content--grid .lists .item,
    .page-short-story .image_block_lists .item {
        width: 100%;
    }
    .content--grid .lists .item {
        padding: 10px 15px;
    }
    .featured.content--grid {
        padding: 20px 15px;
    }
    .featured.content--grid .flex-container:first-child+.free__trial {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .video__banner+.layout__container,
    .featured+.free__trial {
        padding: 0 15px;
    }
    .featured.content--grid .lists,
    .content--grid .lists {
        margin: 0 -15px;
    }
    .content--grid .lists .item .content {
        padding: 0 10px 0 18px;
    }
    .video__banner .content {
        padding-left: 28px;
        padding-right: 28px;
    }
    .video__banner .content p {
        font-size: 24px;
        line-height: 1.1;
        font-weight: 500;
    }
    .content--grid .lists .item .content h2.title span {
        font-size: 26px;
    }
    .content--grid .lists .item .content p {
        font-size: 18px;
    }
    .btn__watch {
        margin-top: 35px;
    }
    .btn__watch .btn__text {
        margin-top: 15px;
        letter-spacing: 0.7px;
    }
    .video__banner .content {
        padding-top: 100px;
    }
    body .mobile-show {
        display: block;
    }
    body .mobile-hide {
        display: none;
    }
    .site-footer .menu li a {
        font-size: 14px;
        padding: 0 16px;
    }
    .site-footer .footer__logo img {
        max-width: 120px;
    }
    .footer-call-div {
        border-bottom: 2px solid rgba(151, 151, 151, 0.7);
        width: 100%;
        text-align: center;
    }
    .footer-call-div .call-div {
        margin: 0 auto;
        display: inline-block;
    }
    .footer-call-div .call-div p {
        font-size: 17px;
    }
    .footer__logo p {
        font-size: 11px;
        overflow: hidden;
        display: block;
        letter-spacing: 0.35px;
        text-align: right;
    }
    .site-footer .right p {
        display: none;
    }
    .site-footer .menu {
        margin: 10px 0 0 0;
        text-align: center;
    }
    .page .layout__container .inner {
        padding: 0;
    }
    header.entry-header h1.entry-title {
        font-size: 24px;
        line-height: 36px;
    }
    header.entry-header h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .entry-content p {
        font-size: 15px;
        line-height: 21px;
    }
    .entry-content ul li,
    .entry-content ol li {
        font-size: 14px;
        padding-left: 6px;
    }
    .page hr {
        margin-bottom: 10px;
    }
    .page-template-template-grid-items .page hr {
        display: none;
    }
    .tab-content-wrapper {
        display: none;
    }
    .workout__plan-container {
        margin: 0 -15px;
    }
    .image__blocks .item {
        width: 100%;
    }
    .workout__plan .item {
        width: 100% !important;
        background-color: #ffffff;
        border-right: none;
        border-bottom: 1px solid rgba(151, 151, 151, 0.21);
        padding: 5px;
        display: flex;
        align-items: center;
    }
    .workout__plan .item div.workout-type p span {
        margin-top: 0;
    }
    .workout__plan .item:last-child {
        border-bottom: none;
    }
    .workout__plan .item .content {
        overflow: hidden;
        float: left;
        width: 100%;
    }
    .workout__plan .item .image {
        float: right;
        padding: 0 20px 0px 10px;
    }
    .workout__plan .item .text {
        min-height: inherit;
        padding: 0 10px;
        background: none;
    }
    .workout__plan .item .text p {
        color: #404040;
    }
    .block-content table {
        display: block;
    }
    .block-content table tr {
        display: block;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(151, 151, 151, 0.7);
    }
    .block-content table tr:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .block-content table tr td {
        display: block;
        padding: 2px 0;
        font-size: 14px;
    }
    .block-content h2.block-title {
        font-size: 24px;
        background-size: 16px 19px;
        padding-left: 25px;
        background-position: 2px 10px;
    }
    .block-content h2.block-title.has-icon img.icon {
        top: 4px;
        max-height: 20px;
    }
    .workout__plan .item .day,
    .workout__plan .item p {
        font-size: 14px;
        line-height: 1.2;
    }
    .workout__plan .item span.workout--cat {
        font-size: 14px;
        padding: 0 10px;
        color: #404040;
    }
    .workout__plan .item .info {
        font-size: 14px;
        background: none;
    }
    .entry-header-logo-animation .video video {
        max-width: 50px;
    }
    .workout__plan .item .image img {
        height: 68px;
        object-fit: contain;
    }
    .block__video video {
        height: auto;
    }
    .page-template-template-fit-categories .entry-content {
        max-width: 100%;
    }
    .image__text--col-layout .text-col,
    .image__text--col-layout .gallery-col {
        width: 100%;
        padding: 0;
    }
    .arrow-block-content .item .content p:last-child {
        margin-bottom: 0;
    }
    .featured.content--grid .lists .item a:after {
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
    }
    .video__banner .btn__watch {
        margin-top: 45px;
        position: absolute;
        bottom: 80px;
    }
    .content--grid.featured .lists .item img {
        height: auto;
    }
    .footer__banner .external-links a img {
        max-height: 45px;
    }
    .footer__banner>.flex-container {
        display: block;
        text-align: center;
    }
    .footer__banner .external-links.flex-container {
        justify-content: center;
    }
    .featured.content--grid+.free__trial {
        display: none;
    }
    .page-id-207 .block-content.plain__block p {
        max-width: 100%;
    }
    .featured__why-fitbeat {
        margin-bottom: 20px;
    }
    .featured__why-fitbeat .content {
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
    .featured__why-fitbeat .two-col-layout .image,
    .featured__why-fitbeat .two-col-layout .content {
        width: 100%;
    }
    .featured__why-fitbeat .video__holder {
        width: 62px;
        height: 62px;
        margin: 0 10px 0 0;
    }
    .featured__why-fitbeat .two-col-layout .image video {
        left: -24px;
        max-width: 110px;
    }
    .featured__why-fitbeat h2.title {
        font-size: 20px;
        margin: 0;
    }
    .featured__why-fitbeat .two-col-layout.item {
        padding: 15px;
    }
    .featured__why-fitbeat .two-col-layout .image img {
        width: 50px;
        margin-right: 10px;
    }
    .featured__why-fitbeat .two-col-layout .image {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 0;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .workout__plan .item span.workout--cat {
        background: none;
    }
    .workout__plan .item span.workout--cat img.icon {
        max-height: 12px;
        top: 1px;
        vertical-align: inherit;
        display: inline-block;
    }
    .workout__plan .item span.workout--cat img.icon.icon-white {
        display: none;
    }
    .image__blocks .item a.link-holder:after,
    .tab-menu-holder.content--grid .lists .item a:after,
    .content--grid .lists .item a:after {
        border: none;
        height: 2.5px;
        position: relative;
        z-index: 9;
        display: block;
        background: rgba(255, 255, 255, 1);
        content: '';
    }
    .image__blocks .item a.link-holder:before,
    .tab-menu-holder.content--grid .lists .item a:before,
    .content--grid .lists .item a:before {
        content: '';
        border: none;
        height: 2.5px;
        position: relative;
        z-index: 9;
        display: block;
        background: rgba(255, 255, 255, 1);
    }
    body .image_block_lists .item,
    .page-short-story .image_block_lists .item,
    .tab-menu-holder.content--grid .lists .item,
    .content--grid .lists .item {
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-short-story .image_block_lists .flex-container .item:last-child a.link-holder:after {
        height: 1px;
    }
    .page-short-story .image_block_lists .flex-container .item:first-child a.link-holder:before {
        height: 1px;
    }
    .video-text-col .flex-container {
        flex-wrap: wrap;
    }
    .video-text-col .video {
        width: 100%;
    }
    .video-text-col .content {
        width: 100%;
    }
    .video-text-col .video video {
        max-width: 180px;
    }
    .home .mobile-button-holder a.btn {
        font-size: 20px;
        padding: 11px 10px;
    }
    .home .mobile-button-holder a.btn svg {
        height: 15px;
    }
    .plan-class-time .col {
        width: 48%;
        margin-bottom: 20px;
    }
    .plan-class-time .col:last-child {
        margin-bottom: 0;
    }
    .plan-desc-text.ul-col3 ul li:nth-child(3) {
        margin-bottom: 20px;
    }
    .plan-desc-text.ul-col3 ul {
        column-count: 2;
    }
    .plan-desc-text.ul-col3 ul li {
        display: block;
    }
    .page-membership {
        padding: 0 24px;
    }
    .plan-title h2 {
        font-size: 26px;
    }
    .plan-title h2 svg {
        width: 15px;
    }
    .page-membership header.entry-header h1.entry-title {
        font-size: 30px;
    }
    .content--grid.section-member .lists .item a:after,
    .content--grid.section-member .lists .item a:before {
        display: none;
    }
    .plan-client-table table tr td:nth-child(2) {
        width: auto;
    }
}

@media (min-width: 650px) and (max-width: 800px) {
    .cta__block_3,
    .featured.content--grid {
        padding: 35px 15%;
    }
    .layout__container {
        padding: 0 15%;
    }
    .featured.content--grid .layout__container {
        padding: 0;
    }
    .google-map {
        margin: 0;
    }
    .mfp-content {
        max-width: 600px;
    }
    .layout__container.free__trial,
    #mainVideoBanner+.layout__container {
        padding: 0 calc(15% - 5px);
    }
    .featured.content--grid .layout__container.free__trial {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .flashsale-wrap {
        flex-direction: column;
        background: linear-gradient(180deg, rgba(255, 98, 29, 1) 30%, rgba(0, 0, 0, 1) 78%);
        border-radius: 0;
        padding: 20px 30px;
        margin: 0 -24px 15px;
    }
    .flashsale-wrap img {
        margin: 10px auto;
    }
}

@media screen and (max-width: 700px) {
    .page-short-story .two-col-layout .image {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .page-short-story .two-col-layout .image h3.title {
        margin-top: 5px;
        font-size: 25px;
    }
    .page-short-story .two-col-layout .content {
        width: 100%;
    }
}

@media screen and (min-width:600px) {
    .plan-client-table table {
        width: 100% !important;
    }
}

@media screen and (max-width:599px) {
    .plan-desc-text.ul-col3 ul {
        column-count: 1;
    }
    .plan-item-list .flex-container {
        flex-direction: column;
    }
    .plan-item-list .plan-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .plan-class-time .col {
        width: 100%;
    }
    .plan-client-wrap {
        padding: 20px;
    }
    .mobile-title {
        display: block;
        position: relative;
    }
    .mobile-title h3 {
        text-transform: uppercase;
        font-size: 22px;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0;
    }
    .mobile-title h3 span {
        color: #FF621D;
        display: block;
        padding-right: 45px;
    }
    .mobile-title h3 br {
        display: none;
    }
    .mobile-title h2 {
        margin-bottom: 10px;
    }
    .scroll-nav {
        color: #FF621D;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .scroll-nav span {
        font-weight: 800;
        font-size: 24px;
    }
    .scroll-nav-inner {
        position: relative;
        padding: 0 30px 20px;
    }
    .scroll-nav .horizon-prev,
    .scroll-nav .horizon-next {
        height: 18px;
        width: 14px;
        top: 9px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        position: absolute;
    }
    .scroll-nav .horizon-prev {
        background-image: url(img/orange-arrow-left.svg);
        left: 0;
        display: none;
    }
    .scroll-nav .horizon-next {
        background-image: url(img/orange-arrow-right.svg);
        right: 0;
    }
    .plan-client-table {
        overflow-x: scroll;
        overflow-y: visible;
    }
    .plan-client-table table tr td:nth-child(2) {
        width: 190px;
        min-width: 190px;
    }
    .plan-client-table table th h2 {
        font-size: 22px;
        line-height: 1.2;
        display: none;
    }
    .plan-client-table table tr td:nth-child(4),
    .plan-client-table table tr th:nth-child(4) {
        padding: 5px;
    }
}

@media screen and (max-width: 480px) {
    .video__banner .content {
        padding-top: 100px;
    }
    .video__banner .content h1.main__title span {
        display: block;
    }   
    .block__video .btn__watch .circle {
        width: 50px;
        height: 50px;
        border: solid 4px #ff621d;
    }
    .block__video .btn__watch .circle svg {
        width: 16px;
    }
    .image__text--col-layout .text-col p {
        font-size: 14px;
        line-height: 20px;
    }
    .image__text--col-layout .text-col p:last-child {
        margin-bottom: 5px;
    }
    .main-navigation {
        max-width: inherit;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
    }
    .footer__banner h2.title {
        font-size: 22px;
    }
    .footer__banner .external-links a {
        display: inline-block;
    }
    .footer__banner .external-links a {
        padding: 0 4px;
    }
    .footer__banner {
        padding: 20px 15px;
    }
    .site-footer #footer-menu-mobile {
        justify-content: flex-start;
    }
    .site-footer .menu li a {
        padding: 0;
    }
    .site-footer .menu li {
        display: block;
        line-height: 32px;
        margin-right: 0;
    }
    .page-short-story .two-col-layout.item {
        padding: 15px;
        margin-bottom: 15px;
    }
    .arrow-block-content .item .content h2.title {
        text-align: center;
    }    
}

@media (max-height: 375px) {
    .video__banner .content {
        top: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    .btn__watch {
        margin-top: 0px;
    }
    .btn__watch .circle {
        width: 52px;
        height: 51px;
    }
    .footer__banner .external-links a {
        padding: 0 2px;
    }
    .footer__banner h2.title {
        font-size: 15px;
    }
    .home .mobile-button-holder .btn:first-child {
        width: 49.5%;
    }
    .home .mobile-button-holder .btn:last-child {
        width: 49.5%;
    }
}

@supports (-ms-ime-align:auto) {
    .content--grid .lists .item a.link-holder video,
    .image__blocks .item a.link-holder video,
    .video__banner .promo__video video {
        height: auto;
    }
}

.gmnoprint {
    display: none;
}

.caps-alpha {
    counter-reset: alpha !important;
}

.caps-alpha>li:before {
    counter-increment: alpha !important;
    content: "("counter(alpha, upper-alpha)") " !important;
}

.landing #contact {
    padding-top: 2rem;
}

.landing #trial {
    margin: 0;
    background: #ff621d;
}

.landing #trial .cta-container {
    width: 100%;
}

.landing #trial .cta-container h2 {
    font-size: 30px;
}

.landing #trial .cta-container .store-badge {
    margin-bottom: 1rem;
    width: 160px;
}

.faq header {
    height: 50px;
    background: #1a1b1b;
}

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

.faq header .navigation ul li {
    padding: 0;
}

.faq header .navigation ul li {
    display: inline-block;
}

.faq .page-title {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.faq .sidebar {
    background: #1a1b1b;
    color: white;
    min-height: 100vh;
    padding: 0;
}

.faq .sidebar .accordion {
    background: transparent;
}

.faq .sidebar .accordion .accordion-item .accordion-title {
    border: none;
    border-top: 1px solid #343537;
    font-size: 16px;
    color: white;
}

.faq .sidebar .accordion .accordion-item .accordion-title::before {
    display: none;
}

.faq .sidebar .accordion .accordion-item .accordion-title:hover,
.faq .sidebar .accordion .accordion-item .accordion-title:focus {
    background: none;
    color: #ff621d;
    cursor: pointer;
}

.faq .sidebar .accordion .accordion-item .accordion-content {
    background: transparent;
    border: none;
    padding: 0;
}

.faq .sidebar .accordion .accordion-item.is-active .accordion-title {
    background: none;
    color: #ff621d;
}

.faq .sidebar .accordion .accordion-item.is-active .accordion-content {
    border: none;
}

.faq .sidebar .accordion .accordion-item.is-active .accordion-content .accordion {
    padding-left: 2rem;
}

.faq .sidebar .accordion .accordion-item.is-active .accordion-content .accordion a.accordion-title {
    color: white;
}

.faq .sidebar .accordion .link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 2rem;
}

.faq .sidebar .accordion .link-list li {
    padding: 0;
}

.faq .sidebar .accordion .link-list li {
    margin-bottom: 1rem;
}

.faq .sidebar .accordion .link-list li a {
    color: white;
}

.faq .sidebar .accordion .link-list li a:hover {
    color: #ff621d;
    cursor: pointer;
}

.faq .faq-content {
    padding: 1rem;
    min-height: 100vh;
    background: white;
}

.faq .faq-content h1,
.faq .faq-content h2,
.faq .faq-content p {
    text-align: left;
    font-family: "Barlow", sans-serif;
}

.faq .faq-content h1,
.faq .faq-content h2 {
    text-align: center;
    padding: 0.5rem 0;
}

.faq .faq-content p {
    font-size: 16px;
}

.faq .faq-content .section-title {
    color: #7c7c7c;
}

.faq .faq-content .article-title {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 39.9375em) {
    .faq .sidebar {
        display: none;
    }
    .faq .sidebar.light {
        display: block;
        background: white;
    }
    body .faq .faq-content,
    body .faq .sidebar {
        min-height: inherit;
    }
}

.exercise-wrapper {
    background: #0D0A0D;
}


/*Template Styles*/

@media screen and (max-width: 768px) {
    .content--grid .lists .item a,
    .image__blocks .image_block_lists .item a {
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
    }
    /*Home Page 7*/
    .page-template-template-home7 .featured.content--grid .lists .item a:before,
    .page-template-template-home7 .content--grid .lists .item a:before,
    .page-template-template-home7 .image_block_lists .item a:before,
    .page-template-template-home7 .tab-menu-holder.content--grid .lists .item a:before,
    .page-template-template-home7 .image__blocks .item a.link-holder:before {
        height: 1px;
    }
    .page-template-template-home7 .featured.content--grid .lists .item a:after,
    .page-template-template-home7 .content--grid .lists .item a:after,
    .page-template-template-home7 .image_block_lists .item a:after,
    .page-template-template-home7 .tab-menu-holder.content--grid .lists .item a:after,
    .page-template-template-home7 .image__blocks .item a.link-holder:after {
        height: 1px;
    }
    .page-template-template-home7 .featured.content--grid .lists .flex-container .item:first-child a:before,
    .page-template-template-home7 .content--grid .lists .item:first-child a:before,
    .page-template-template-home7 .image_block_lists .item:first-child a:before,
    .page-template-template-home7 .tab-menu-holder.content--grid .lists .item:first-child a:before,
    .page-template-template-home7 .image__blocks .item:first-child a.link-holder:before {
        height: 1px;
    }
    .page-template-template-home7 .featured.content--grid .lists .flex-container .item:last-child a:after,
    .page-template-template-home7 .content--grid .lists .item:last-child a:after,
    .page-template-template-home7 .image_block_lists .item:last-child a:after,
    .page-template-template-home7 .tab-menu-holder.content--grid .lists .item:last-child a:after,
    .page-template-template-home7 .image__blocks .item:last-child a.link-holder:after {
        height: 1px;
    }
    /*Home Page */
    .page-template .featured.content--grid .lists .item a:before,
    .page-template .content--grid .lists .item a:before,
    .page-template .image_block_lists .item a:before,
    .page-template .image__blocks .image_block_lists .item a:before,
    .page-template .tab-menu-holder.content--grid .lists .item a:before,
    .page-template .tab-menu-holder .lists .item a:before,
    .page-template .image__blocks .item a.link-holder:before {
        height: 1px;
    }
    .page-template .featured.content--grid .lists .item a:after,
    .page-template .content--grid .lists .item a:after,
    .page-template .image_block_lists .item a:after,
    .page-template .image__blocks .image_block_lists .item a:after,
    .page-template .tab-menu-holder.content--grid .lists .item a:after,
    .page-template .tab-menu-holder .lists .item a:after,
    .page-template .image__blocks .item a.link-holder:after {
        height: 1px;
    }
    .page-template .featured.content--grid .lists .flex-container .item:first-child a:before,
    .page-template .content--grid .lists .item:first-child a:before,
    .page-template .image_block_lists .item:first-child a:before,
    .page-template .image__blocks .image_block_lists .item:first-child a:before,
    .page-template .tab-menu-holder .lists .item:first-child a:before,
    .page-template .tab-menu-holder.content--grid .lists .item:first-child a:before,
    .page-template .image__blocks .item:first-child a.link-holder:before {
        height: 1px;
    }
    .page-template .featured.content--grid .lists .flex-container .item:last-child a:after,
    .page-template .content--grid .lists .item:last-child a:after,
    .page-template .image_block_lists .item:last-child a:after,
    .page-template .image__blocks .image_block_lists .item:last-child a:after,
    .page-template .tab-menu-holder .lists .item:last-child a:after,
    .page-template .tab-menu-holder.content--grid .lists .item:last-child a:after,
    .page-template .image__blocks .item:last-child a.link-holder:after {
        height: 1px;
    }
    .image__blocks .item a.link-holder:before,
    .tab-menu-holder.content--grid .lists .item a:before,
    .content--grid .lists .item a:before {
        height: 1px;
    }
    .image__blocks .item a.link-holder:after,
    .tab-menu-holder.content--grid .lists .item a:after,
    .content--grid .lists .item a:after {
        height: 1px;
    }
}


/* width */

.arrow-block-content .item .content::-webkit-scrollbar {
    width: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}


/* Track */

.arrow-block-content .item .content::-webkit-scrollbar-track {
    background: rgba(241, 241, 241, 0.7);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}


/* Handle */

.arrow-block-content .item .content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}


/* Handle on hover */

.arrow-block-content .item .content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.page-template-template-arrow-block-content .layout__container {
    padding: 0 15px;
}


/*Changes 1*/

@media screen and (min-width: 768px) {
    header.site__header .site__branding .grid__item:first-child {
        width: 25%;
    }
    header.site__header .site__branding .grid__item:last-child {
        width: auto;
    }
}
@media screen and (max-width: 1400px) {
    header.site__header .site__branding .grid__item:first-child {
        width: 20%;
    }
}
@media screen and (max-width: 767px) {
    header.site__header .site__branding .grid__item:first-child {
        width: 100px;
    }
    header.site__header .site__branding .grid__item:first-child svg {
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1275px) {
    .header__info .btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .header__info .btn {
        font-size: 13px;
    }
    .header__info .btn svg {
        top: 3px;
    }
}
@media screen and (max-width: 767px) {
    .header__info .btn {
        padding: 5px 10px;
        text-transform: none;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

}

#callToAction.featherlight-inner {
    padding: 30px;
}

#callToAction.featherlight-inner .wpcf7-submit {
    width: 100%;
}

.featherlight .featherlight-content {
    border-bottom: none;
}

.wpcf7 ul li.submit {
    margin-bottom: 0;
}

.featherlight-content form input[type="text"],
.featherlight-content form input[type="email"],
.featherlight-content form textarea,
.featherlight-content form input[type="tel"],
.featherlight-content form input[type="text"]:focus,
.featherlight-content form input[type="email"]:focus,
.featherlight-content form textarea,
.featherlight-content form input[type="tel"]:focus {
    color: #333333;
}

.call-to-action-popup,
.landing-popup,
.landing-popup-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    padding: 9px;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

.call-to-action-popup:before,
.landing-popup:before,
.landing-popup-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.call-to-action-popup.is-visible,
.landing-popup.is-visible,
.landing-popup-wrap.is-visible {
    display: block;
}

.call-to-action-popup .popup-content,
.landing-popup .popup-content,
.landing-popup-wrap .popup-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 40px;
    max-height: 100%;
    background: #fff;
    cursor: auto;
    white-space: normal;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
}

.landing-popup-wrap .popup-content {
    width: 100%;
    max-width: 600px;
    padding: 30px;
    background-color: #e3e1e0;
}

.landing-popup .popup-content.new-popup-design {
    padding: 30px 0;
    background-color: #e3e1e0;
}

.landing-popup .popup-content.new-popup-design h2 {
    margin: 0;
}

.landing-popup .popup-content.new-popup-design h3 {
    color: #f15d2a;
    font-size: 1.5em;
    margin: -10px 0 0;
    font-weight: 600;
}

.landing-popup .popup-content.new-popup-design h4 {
    margin: 0;
}

.landing-popup-wrap h2 {
    color: #ff621d;
    margin: 0 0 5px;
    line-height: 1.2;
}

.landing-popup-wrap .flex-wrap {
    display: flex;
    align-items: center;
}

.landing-popup-wrap .flex-wrap .logo {
    border-right: 1px solid #000;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.landing-popup-wrap .flex-wrap .logo img {
    max-height: 60px;
}

.popup-content.new-popup-design .logo {
    margin-bottom: 5px;
}

.landing-popup .popup-content.new-popup-design .popup-img {
    margin: -25px 0 -18px;
}

.landing-popup .popup-content.new-popup-design .btn svg {
    top: 1px;
}


/*new home popup css*/

.home-popup,
.popup-link-wrap {
    overflow: auto;
}

.home-popup:before,
.popup-link-wrap:before {
    display: none;
}

.home-popup .popup-content .close,
.popup-link-wrap .popup-content .close {
    background-size: 22px 22px;
    right: 5px;
    top: 5px;
}

.popup-link-wrap iframe,
.popup-link-wrap embed {
    width: 100%;
    height: 89vh;
}

.popup-link-wrap .popup-content {
    width: 100%;
}

.home-popup .popup-content {
    padding: 0;
    overflow: hidden;
    max-width: 1100px;
    top: 120px;
    display: block;
    margin: 0 auto 150px;
    max-height: inherit;
    box-shadow: 0px 0px 60px 10px rgba(255, 255, 255, 0.6);
    border-radius: 15px;
}

.home-popup section {
    padding: 30px 15px;
}

.home-popup .bg-black {
    background-color: #000;
    overflow: hidden;
}

.home-popup .bg-black h1 {
    color: #fff;
    text-transform: uppercase;
    max-width: 460px;
    line-height: 1.2;
    font-size: 40px;
}

.home-popup .flashsale-wrap {
    padding: 15px 25px 25px;
    margin-bottom: 10px;
    background: rgb(255, 98, 29);
    background: linear-gradient(90deg, rgba(255, 98, 29, 1) 30%, rgba(0, 0, 0, 1) 90%);
}


/*new booking popup css*/

.booking-popup h1.main-title.big {
    font-size: 80px;
    color: #fff;
    line-height: 1;
}

.booking-popup.home-popup .popup-content,
.new-popup.home-popup .popup-content {
    padding: 0;
    background-color: #000;
    max-width: 1180px;
}

.main-title span {
    color: #ff621d;
}

.landing-popup .bg-grey {
    background-color: #1c1c1c;
}

.landing-popup .bg-black {
    background-color: #000;
}

.landing-popup .bg-white:not(.plan-bg) {
    background-color: #fff;
    padding: 40px 40px 10px;
    border-radius: 10px;
}

.booking-popup .section-bookingform {
    padding: 40px 40px 20px;
}

.booking-popup .flex-wrap {
    align-items: flex-start;
}

.booking-popup .flex-wrap .col-content {
    width: 65%;
}

.booking-popup .flex-wrap .col-form {
    width: 35%;
}

.flex-wrap .col-map {
    width: 58.33333333%;
}

.flex-wrap .col-map-text {
    width: 41.66666667%;
    padding-left: 30px;
}

.col-map embed {
    width: 100%;
    height: 225px;
}

.home-popup .bg-white h3 {
    font-size: 24px;
    color: rgb(71, 71, 71);
    line-height: 1.2;
}

.booking-popup .col-form h4 {
    margin-top: 0;
}

.bg-white input:not([type=submit]) {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95);
    color: #000 !important;
}

.bg-white input,
.bg-white .btn {
    min-height: 48px;
}

.home-popup .btn {
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    height: inherit;
}

.home-popup .btn svg path {
    fill: #fff;
}

.home-popup .btn.btn--large {
    font-size: 40px;
}

.home-popup .btn.btn--large svg {
    width: 28px;
    height: 28px;
}

.booking-popup .flex-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.booking-popup .flex-row .col {
    width: 33.333%;
    padding: 25px;
}

.booking-popup .flex-row .col.col-full {
    width: 100%;
}

.booking-popup section.section-list {
    padding: 0 40px;
}

.section-list .img-wrap img {
    border: 2px solid rgb(96, 96, 96);
    border-radius: 5px;
}

.section-list h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
}

.section-list h3 svg {
    display: inline-flex;
    margin-bottom: -2px;
}

.booking-popup .section-map {
    max-width: 930px;
    margin: 0 auto;
    background-color: rgb(45, 45, 45);
    border: 2px solid rgb(96, 96, 96);
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 50px;
}

.col-map-text {
    color: #fff;
}

.col-form .form-field {
    text-align: left;
    margin-bottom: 10px;
}

.col-form .btn-wrap {
    position: relative;
    padding-bottom: 25px;
}

.col-form .btn-wrap .ajax-loader {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -13px;
}


/* new landing popup css*/

.new-popup section {
    padding: 30px 40px;
}

.new-popup h1.main-title {
    max-width: 100%;
    margin-bottom: 28px;
}

.new-popup .offer-img {
    margin-bottom: 20px;
    max-width: 150px;
}

.new-popup .flashsale-wrap {
    margin-bottom: 0;
    padding: 20px;
}

.new-popup .bg-white:not(.plan-bg) {
    padding: 30px 20px 0px;
}

.new-popup .section-bookingform .flex-wrap {
    align-items: flex-end;
}

.new-popup .content--grid.featured {
    padding: 0 40px 30px;
}

.section-list.featured h3 {
    font-size: 24px;
    padding: 4px 6px 6px 10px;
    border-radius: 5px;
}

.link-holder:hover .overlay-bg {
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
    .new-popup .content--grid .lists .item a:after {
        background: rgba(0, 0, 0, 0.5);
        border-width: 2px;
        border-color: #5f5f5f;
    }
}

.new-popup.landing-popup .popup-content .video-close {
    display: none;
}

.new-popup.landing-popup .popup-content .play-video-open .video-close {
    display: block;
}

.new-popup .disable-link {
    cursor: default;
}

.new-popup .play-video-popup {
    cursor: pointer;
}

.new-popup .play-video-popup .icon-watch {
    color: #fff;
    z-index: 6;
    font-size: 24px;
    bottom: 15%;
    right: 0;
    width: 100%;
    justify-content: center;
}

.new-popup .play-video-open .icon-watch {
    z-index: 4;
}

.fitbeat-logo {
    margin-bottom: 10px;
}

.new-popup h2.title {
    font-size: 24px;
    margin-top: 0;
    line-height: 1.2;
}

.new-popup .testimonial h2.title {
    color: #fff;
    margin-bottom: 0;
}

.new-popup .content--grid.testimonial {
    padding-top: 30px;
    margin-bottom: 0;
}

.new-popup .toggle-div section {
    padding-bottom: 10px;
}

.new-popup .btn.btn--large {
    font-size: 36px;
}

.new-popup form h3,
.new-popup form h4 {
    display: none;
}

.content--grid .lists .item a.link-holder.video-size-off video {
    object-fit: contain;
}

.new-popup .content--grid .lists .item .content {
    padding: 10px;
}

.popup-footer-text h3 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

.new-popup .content--grid .lists .item.scale img {
    height: 100%;
}

@media screen and (min-width:801px) {
    .new-popup .plan-item-list .plan-item {
        width: 33.333%;
    }
}


/*table*/

.table-wrap {
    overflow: auto;
}

.table-wrap table {
    min-width: 600px;
    border-collapse: collapse;
}

.table-wrap table td,
.table-wrap table th {
    vertical-align: top;
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #222;
    font-size: 16px;
}
.table-wrap table td p,
.table-wrap table th p{
    line-height: inherit;
}

.table-wrap table th {
    background-color: #f5f5f5;
    font-weight: normal;
}

.table-wrap table th:first-child {
    width: 90px;
}

.table-wrap table tr td strong {
    padding: 0;
}

@media screen and (max-width: 1023px) {
    .booking-popup h1.main-title.big {
        font-size: 60px;
    }
    .landing-popup .bg-white:not(.plan-bg) {
        padding: 20px 20px 0;
    }
    .section-list h3 br {
        display: none;
    }
    .booking-popup .section-bookingform {
        padding: 40px 30px 40px;
    }
    .booking-popup section.section-list {
        padding: 0 30px;
    }
    .booking-popup .section-map {
        margin: 0 30px 40px;
    }
}

@media screen and (max-width: 768px) {
    .call-to-action-popup .popup-content,
    .landing-popup .popup-content {
        padding: 30px;
    }
    .landing-popup-wrap .popup-content {
        padding: 20px;
    }
    a.popup-link {
        position: relative;
        border-bottom: 2px solid #fff;
    }
    a.popup-link:before {
        position: absolute !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .3) !important;
        height: 100% !important;
        border-top: 1px solid #fff !important;
    }
    a.popup-link .content {
        z-index: 10 !important;
    }
    .home-popup .popup-content {
        top: 80px;
        padding: 0;
    }
}

.call-to-action-popup .popup-content .close,
.landing-popup .popup-content .close,
.landing-popup-wrap .popup-content .close,
.close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    background: url(img/icon-cross-dark.svg) no-repeat center center;
    background-size: 16px 16px;
    overflow: hidden;
    text-indent: -999em;
    outline: none;
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.popup-content ul li label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.popup-content ul li input[type="submit"] {
    width: 100%;
}

.popup-content .wpcf7 div.wpcf7-response-output {
    margin-bottom: 0;
}

.popup-content .wpcf7 ul li.submit .ajax-loader {
    position: absolute;
    bottom: 10px;
}

.popup-content form input[type="text"],
.popup-content form input[type="email"],
.popup-content form textarea,
.popup-content form input[type="tel"],
.popup-content form input[type="url"] {
    color: #333333;
}

.popup-content .logo {
    margin-top: 0;
    margin-bottom: 20px;
}

.popup-content .logo img {
    max-width: 200px;
}

.popup-content .title {
    text-transform: uppercase;
}

.button-holder.col-2-button {
    margin: 0 -10px;
}

.button-holder.col-2-button .item {
    width: 50%;
    padding: 0 10px;
}

.landing-popup .button-holder.col-2-button .btn--small {
    font-size: 13px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .button-holder.col-2-button .item {
        width: 100%;
    }
}

.featured__why-fitbeat h3,
.page-template-template-why-us h3 {
    color: #ffffff;
}

.page-template-template-why-us.page-template .content p {
    margin-bottom: 5px;
}

.page-template-template-why-us.page-template-template-why-us h3 {
    margin-top: 30px;
}

.featured__why-fitbeat h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

body.page-template .featured__why-fitbeat p {
    margin-top: 0;
    margin-bottom: 6px;
}

.page-template-template-why-us header.entry-header h1.entry-title {
    color: #ff621d;
}

.sidebar::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

.sidebar::-webkit-scrollbar-thumb {
    background: #ff5700;
    border-radius: 5px;
}


/* Handle on hover */

.sidebar::-webkit-scrollbar-thumb:hover {
    opacity: 0.8;
}

.ft-links {
    padding: 25px 0 0 0;
    overflow: hidden;
}

.ft-links .lists {
    margin: 0 -15px;
}

.ft-links .flex-container {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}

.ft-links .item {
    width: 50%;
    padding: 15px;
    padding-right: 42px;
}

.ft-links .item a {
    background-color: #343537;
    display: block;
    height: 74px;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
    padding: 22px;
    text-transform: uppercase;
    line-height: 1.1;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-left: 30px;
    overflow: visible;
    text-align: left;
}

.ft-links .item a:before {
    background-image: url('img/icon-arrow-orange.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    height: 74px;
    width: 50.55px;
    position: absolute;
    right: 25px;
    top: 0;
    content: '';
    opacity: 0;
}

.ft-links .item a:after {
    background-image: url('img/icon-arrow-orange.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    height: 74px;
    width: 50.55px;
    position: absolute;
    right: -25px;
    top: 0;
    content: '';
}

.ft-links .item a:hover {
    color: #ff621d;
}

.ft-links .item a:hover:before {
    opacity: 0.5;
    right: -25px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

div.wpcf7 ul.country-list {
    background-color: #222;
    border-color: #000;
}

div.wpcf7 .form-center {
    max-width: 500px;
    margin: 0 auto;
}

.form-div {
    max-width: 500px;
    margin: 0 auto;
}

.form-div ul li {
    padding-left: 0;
}

div.wpcf7 .form-center input[type=submit] {
    float: right;
    margin-bottom: 10px;
}

@media screen and (min-width: 1170px) {
    .ft-links .lists {
        max-width: 1170px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 950px) {
    .ft-links .item a {
        font-size: 18px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 800px) {
    .ft-links .item {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 30px;
    }
    .ft-links .item a {
        padding: 10px 22px;
        height: 50px;
    }
    .ft-links .item a:after {
        height: 50px;
        right: -15px;
    }
}

@media screen and (max-width: 767px) {
    .booking-popup .flex-wrap .col-content {
        width: 100%;
    }
    .booking-popup .flex-wrap .col-form {
        padding: 20px;
        width: 100%;
    }
    .booking-popup .flex-row {
        margin: 0 -10px
    }
    .booking-popup .flex-row .col {
        width: 50%;
        padding: 10px;
    }
    .booking-popup .section-map {
        padding: 20px;
    }
    .section-map .flex-wrap {
        flex-direction: column-reverse;
    }
    .home-popup .btn.btn--large {
        font-size: 30px;
    }
    .home-popup .btn.btn--large svg {
        width: 22px;
        height: 22px;
    }
    .new-popup .section-bookingform {
        padding: 20px 15px 30px;
    }
    .new-popup .flex-wrap .col-form {
        padding: 0;
    }
    .section-list.featured h3 {
        min-height: initial;
        margin-bottom: 10px;
    }
    .new-popup .content--grid.featured {
        padding: 20px 15px;
    }
    .new-popup section {
        padding: 20px 15px;
    }
    .new-popup .mobile-title h3 {
        margin-top: 0;
    }
    .new-popup .toggle-content {
        padding-top: 15px;
    }
    .link-holder .overlay-bg {
        background-color: rgba(0, 0, 0, 0.6);
    }
    .popup-footer-text h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 599px) {
    .booking-popup h1.main-title.big {
        font-size: 42px;
        margin: 0 0 20px;
    }
    .booking-popup h1.main-title span {
        display: block;
    }
    .booking-popup .flex-row .col {
        width: 100%;
    }
    .section-list h3 {
        margin: 10px 0;
    }
    .booking-popup .section-bookingform {
        padding: 20px 20px 30px;
    }
    .booking-popup section.section-list {
        padding: 0 20px;
    }
    .booking-popup .section-map {
        margin: 0 20px 30px;
    }
    .home-popup .btn.btn--large {
        font-size: 24px;
        line-height: 1.1;
        padding: 10px 20px;
    }
    .home-popup .btn.btn--large svg {
        width: 18px;
        height: 18px;
    }
}


/* Covid Badge */

.logo-text {
    position: relative;
}

.covid19-tag {
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 56px;
    display: block;
}

.covid19-tag img {
    display: block;
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 768px) {
    .covid19-tag {
        right: -55px;
        max-width: 45px;
    }
}

@media screen and (max-width: 410px) {
    .covid19-tag {
        top: inherit;
        bottom: -70px;
        right: -44px;
    }
}


/*btn css*/

.flex-btn-row {
    justify-content: center;
    flex-wrap: nowrap;
    min-height: 500px;
    align-items: flex-start;
}

.flex-btn-row .flex-col {
    padding: 50px 20px;
    flex: 1;
}

.flex-btn-row .pulse-button {
    font-size: 30px;
    line-height: 1;
    padding: 15px;
    width: 100%;
    color: #1c1c1c
}

.flex-btn-row .pulse-button span {
    color: #1c1c1c
}

.flex-btn-row .pulse-button:hover span {
    color: #fff;
}

.flex-btn-row .pulse-button:after {
    content: '';
    display: inline-flex;
    width: 18px;
    height: 20px;
    background-image: url(img/icon-arrow-dark-medium.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .flex-btn-row {
        flex-direction: column;
    }
    .flex-btn-row .flex-col:last-child {
        padding-top: 0;
    }
    .logo-text {
        font-size: 22px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}

.page-template-template-elite .site__header{top: auto;}

.page-id-83 #footer { 
     display: none !important;
}		


