/*
Theme Name: WPEM Fitness
Theme URI: https://wp-eventmanager.com/
Author: WP Event Manager
Author URI: https://wp-eventmanager.com/the-team/
Description: WPEM Fitness is a fast, fully customizable & beautiful WordPress theme suitable for any event, blog, portfolio, business website and WooCommerce storefront. A theme compatible with WP Event Manager plugin. Also, It offers special features and templates so it works perfectly with all page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, etc. Some of the other features: # Responsive # RTL #Translation Ready #SEO Friendly # WooCommerce Ready # Extendible with WP Event Manager addons # Regularly updated # Designed, Developed, Maintained & Supported by WP Event Manager’s dedicated team. Looking for a perfect base theme for WPEM Fitness Theme? Look no further. You can use an WPEM Fitness Theme theme for building any kind of event website!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpem-fitness
Domain Path: /languages
Tested up to: 5.8.2
Requires PHP: 5.2
Tags:  entertainment, portfolio, e-commerce, one-column, two-columns, full-width-template, left-sidebar, right-sidebar, editor-style, custom-header, custom-background, custom-logo, custom-menu, custom-colors, rtl-language-support, featured-images, threaded-comments, translation-ready, sticky-post, microformats,theme-options
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
# Infinite scroll
# Media
--------------------------------------------------------------*/
body {
  margin: 0;
  background-color: #f5f5f5;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  text-decoration: none;
  transition: all 0.2s 0s;
}

a:focus,
a:hover,
a:active {
  outline: none;
  color: var(--wpem-theme-primary-color);
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

.btn {
  padding: 7px 20px;
  display: inline-block;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}

.btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: var(--wpem-theme-button-color);
  color: var(--wpem-theme-button-text-color);
  border-radius: 0;
}

.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background-color: var(--wpem-secondary-color);
  color: var(--wpem-theme-button-text-color);
}

a,
.widget a,
.entry-meta i,
.entry-content a {
  color: var(--wpem-theme-link-color);
}

a:hover,
.widget a:hover,
.entry-content a:hover {
  color: var(--wpem-theme-primary-color);
}

.entry-title a {
  color: var(--wpem-secondary-color);
}

select {
  font-weight: 700;
  background-image: url(assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  color: var(--wpem-secondary-color)!important;
  appearance: none;
  -webkit-appearance: none;
  padding: 8px;
  padding-right: 30px !important;
  border: 1px solid var(--wpem-secondary-color);
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  width: 100%;
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--wpem-secondary-color);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-top: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--wpem-theme-secondary-color);
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

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

*,
*:before,
*:after {
  box-sizing: inherit;
}

hr {
  background-color: var(--wpem-secondary-color);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 30px;
  width: 100%;
  border: 1px solid var(--wpem-secondary-color);
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  border: 1px solid var(--wpem-secondary-color);
  padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--wpem-secondary-color);
  border: 1px solid var(--wpem-secondary-color);
  border-radius: 4px;
  padding: 8px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--wpem-secondary-color);
  border-color: var(--wpem-theme-primary-color);
  outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.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
--------------------------------------------------------------*/

.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: var(--wpem-theme-content-color);
  border-radius: 4px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--wpem-secondary-color);
  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;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

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

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

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

.widget:last-of-type {
  margin-bottom: 0px;
}

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

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

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

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

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## WPEM Charity Theme
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.contain-main-wrapper {
  background: #fff;
  margin-top: -80px;

}

.container,
.contain-main-wrapper {
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body.boxed-layout {
  background-color: var(--wpem-theme-content-color);
}

body.boxed-layout .site {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.content-area {
  background-color: var(--wpem-theme-content-color);
  padding: 30px;
  border-radius: 4px;
}

.row,
.event-listing-yogasan-main-sidearea .widget .event_listings,
.event-listing-yogasan-main-sidearea .widget .event_listings_class {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column,
.event-listing-yogasan-main-sidearea .widget .event_listings .wpem-single-event-widget,
.event-listing-yogasan-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.column-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.column-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.column-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.column-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.column-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.column-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.column-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.column-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.column-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.column-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.column-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.column-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

.text-center {
  text-align: center;
}

.align-middle {
  align-items: center !important;
}

.align-end {
  align-items: flex-end !important;
}

.justify-center {
  justify-content: center;
}

.btn:hover,
.btn:focus,
.btn:visited:hover,
.btn.focus-visble,
.btn.focus-visible:visited {
  background-color: var(--wpem-secondary-color);
  color: var(--wpem-theme-button-text-color);
}

.main-contain-wrapper {
  padding: 60px 0;
}


/*---------------------------------------------------
##   Social Menu
*   ----------------------------------------------------- */
.event-social-menu {
  list-style-type: none;
  clear: both;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.event-social-menu li a i {
  font-weight: normal;
  text-indent: 0;
}

.event-social-menu li a {
  font-size: 0;
}

.event-social-menu li {
  display: inline-block;
  margin-right: 5px;
}

.event-social-menu li a:before {
  content: "\f007";
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 0;
}

.event-social-menu li a:before {
  height: inherit;
  width: inherit;
}

.event-social-menu li a:hover {
  opacity: 0.7;
}

.event-social-menu li a[href*="facebook.com"]:before {
  content: "\f09a";
}

.event-social-menu li a[href*="facebook.com"] {
  color: #45619d;
}

.event-social-menu li a[href*="twitter.com"]:before {
  content: "\f099";
}

.event-social-menu li a[href*="twitter.com"] {
  color: #53a8ea;
}

.event-social-menu li a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.event-social-menu li a[href*="linkedin.com"] {
  color: #1b85bc;
}

.event-social-menu li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.event-social-menu li a[href*="plus.google.com"] {
  color: #df4b38;
}

.event-social-menu li a[href*="youtube.com"]:before {
  content: "\f167";
}

.event-social-menu li a[href*="youtube.com"] {
  color: #e82707;
}

.event-social-menu li a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.event-social-menu li a[href*="dribbble.com"] {
  color: #c42462;
}

.event-social-menu li a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.event-social-menu li a[href*="pinterest.com"] {
  color: #ca1f26;
}

.event-social-menu li a[href*="bitbucket.org"]:before {
  content: "\f171";
}

.event-social-menu li a[href*="bitbucket.org"] {
  color: #205081;
}

.event-social-menu li a[href*="github.com"]:before {
  content: "\f113";
}

.event-social-menu li a[href*="github.com"] {
  color: #181617;
}

.event-social-menu li a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.event-social-menu li a[href*="codepen.io"] {
  color: #000;
}

.event-social-menu li a[href*="flickr.com"]:before {
  content: "\f16e";
}

.event-social-menu li a[href*="flickr.com"] {
  color: #0063db;
}

.event-social-menu li a[href$="/feed/"]:before {
  content: "\f09e";
}

.event-social-menu li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.event-social-menu li a[href*="foursquare.com"] {
  color: #f94877;
}

.event-social-menu li a[href*="instagram.com"]:before {
  content: "\f16d";
}

.event-social-menu li a[href*="instagram.com"] {
  color: #e1306c;
}

.event-social-menu li a[href*="tumblr.com"]:before {
  content: "\f173";
}

.event-social-menu li a[href*="tumblr.com"] {
  color: #34465d;
}

.event-social-menu li a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.event-social-menu li a[href*="reddit.com"] {
  color: #ff4403;
}

.event-social-menu li a[href*="vimeo.com"]:before {
  content: "\f194";
}

.event-social-menu li a[href*="vimeo.com"] {
  color: #23b6ea;
}

.event-social-menu li a[href*="digg.com"]:before {
  content: "\f1a6";
}

.event-social-menu li a[href*="digg.com"] {
  color: #006094;
}

.event-social-menu li a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.event-social-menu li a[href*="twitch.tv"] {
  color: #6441a5;
}

.event-social-menu li a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.event-social-menu li a[href*="stumbleupon.com"] {
  color: #eb4823;
}

.event-social-menu li a[href*="delicious.com"]:before {
  content: "\f1a5";
}

.event-social-menu li a[href*="delicious.com"] {
  color: #3274cf;
}

.event-social-menu li a[href*="vk.com"]:before {
  content: "\f189";
}

.event-social-menu li a[href*="vk.com"] {
  color: #3274cf;
}

.event-social-menu li a[href*="mailto:"]:before {
  content: "\f0e0";
}


/*---------------------------------------------------
##   Header Main
*   ----------------------------------------------------- */

.site-title {
  margin: 0;
}

/*---------------------------------------------------
##  Header Search
*   ----------------------------------------------------- */
.header-search-block {
  display: none;
}
.header-main .search-icon:hover {
  cursor: pointer;
}
.header-search-inner {
  padding: 3px;
  position: absolute;
  right: 0;
  width: 320px;
}

/*===========================================
## Primary Menu
=============================================*/
.header-main {
  padding: 10px 0;
  width: 100%;
  z-index: 2;
}
.home .header-main {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  z-index: 2;
}
.header-icons a {
  color: #fff;
  margin-right: 30px;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-primary-menu-container {
  margin-right: 30px;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: inherit !important;
  display: flex;
}

.main-navigation li {
  position: relative;
}

.main-navigation li a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-left: 20px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  text-transform: capitalize;
  margin-right: 15px;
}

.main-navigation li a:hover {
  text-decoration: none;
  color: var(--wpem-theme-link-color);
}

.main-navigation li.current_page_item>a {
  color: var(--wpem-theme-primary-color);
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  min-width: 200px;
  background: var(--wpem-theme-content-color);
  border-top: 2px solid var(--wpem-theme-primary-color);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
  text-align: left;
  padding: 10px 0;
  display: block;
  border-radius: 10px;
}

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

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

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

.main-navigation ul ul li {
  width: 100%;
}

.main-navigation ul ul li:last-child {
  border: none;
}

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

.nav-menu>li.menu-item-has-children>a::after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 10px;
}

.main-navigation li li a:hover {
  background-color: var(--wpem-theme-light-color);
}

.menu-toggle {
  border: 0;
  background: transparent;
  display: none;
  cursor: pointer;
  margin: 0px;
}

.menu-toggle:hover {
  background: transparent;
}

.bar1,
.bar2,
.bar3 {
  width: 28px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
  display: block;
}

.archive .bar1,
.archive .bar2,
.archive .bar3 {
  background-color: #fff;
}

.page-template-default .bar1,
.page-template-default .bar2,
.page-template-default .bar3 {
  background-color: #fff;
}



.bar2 {
  width: 28px;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-6px, 7px);
  width: 28px;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: rotate(45deg) translate(-6px, -7px);
  width: 28px;
}

.main-navigation .site-branding {
  padding: 20px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: 50%;
  transform: translate(-50%, 0px);
}

.header-main-tel {
  color: var(--wpem-secondary-color);
}

.header-main-tel i {
  margin-right: 5px;
}

.custom-logo-link {
  line-height: 0;
}

p.site-description {
  font-size: 15px;
  line-height: normal;
  max-width: 250px;
}

/*---------------------------------------------------
##   Inner Pages
*   ----------------------------------------------------- */

.header-title,
h1.page-title {
  margin-bottom: 0;
}

.post-thumbnail,
article .entry-header,
.entry-title {
  margin-bottom: 10px;
}

.post-thumbnail,
.post-thumbnail img {
  line-height: 1;
  display: block;
}

.posted-on,
.byline,
.post_by,
.cat-links {
  margin-right: 15px;
}

.posted-on i,
.byline i,
.post_by i,
.cat-links i {
  margin-right: 5px;
}

.blog-list article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list article:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

blockquote {
  border-left: 3px solid #000;
  margin: 0 0 25px 0;
  padding-left: 25px;
}

blockquote p:last-child {
  margin-bottom: 0;
}



/*---------------------------------------------------
##   404 Error Page
*   ----------------------------------------------------- */
.error-404 {
  padding: 60px 0;
  text-align: center;
}

.error-404 h1 {
  font-size: 180px;
  line-height: normal;
}

.error-404 h2 {
  font-size: 40px;
  line-height: normal;
}

/*---------------------------------------------------
##   Footer
*   ----------------------------------------------------- */
.site-footer {
  background: #000;
  color: #fff;
}

.footer-top .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding-top: 60px;
  padding-bottom: 60px;

}

.footer-bottom .container {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #AAAAAA;
  margin-bottom: 0;
}
#goTop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: var(--wpem-theme-button-text-color);
  font-size: 20px;
  opacity: 0.7;
  background: var(--wpem-theme-primary-color);
  padding: 8px 0;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  text-align: center;
}

#goTop:hover {
  background: var(--wpem-secondary-color);
  opacity: 1;
}

/*---------------------------------------------------
##   Widgets
*   ----------------------------------------------------- */
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  color: var(--wpem-theme-button-text-color);
  border: 0px;
  border-radius: 0;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
}

#comments .submit,
.search .search-submit {
  padding: 9px 20px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}

#secondary .widget {
  padding: 20px;
  border-radius: 4px;
  background-color: var(--wpem-theme-content-color);
}

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

.widget_archive li,
.widget_recent_comments li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.widget_archive li:before,
.widget_recent_comments li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  content: "\f054";
  display: inline-block;
  font-family: 'FontAwesome';
}

ol.wp-block-latest-comments {
  padding: 0;
}

/*---------------------------------------------------
##   WPEM Fitness Theme Widgets
*   ----------------------------------------------------- */
.header-search-inner {
  z-index: 9;
  text-align: left;
  border-radius: 4px;
}

.widget_search input,
.header-search-inner input {
  height: 40px;
  line-height: 40px;
  width: calc(100% - 40px);
}

.header-search-inner button {
  top: 3px;
  right: 3px;
}

.event-listing-yogasan-main-sidearea .widget {
  padding: 60px 0;
  margin-bottom: 0;
  background: #f9f9f9;
}

.event-listing-yogasan-main-sidearea .widget:nth-child(even) {
  background: #fff;
}

.widget .wpem-event-banner-img {
  overflow: hidden;
}

.widget .wpem-event-banner-img img {
  display: block;
  transform: scale(1);
  transition: all 0.5s ease-out;
}

.widget .wpem-event-action-url:hover img {
  transform: scale(1.1);
}

.event-listing-yogasan-cta-button {
  margin-top: 20px;
}

.recent-post-list .recent-post-list-single:nth-child(1) {
  margin-top: 0;
}

.recent-post-list figure {
  margin: 0;
}

.recent-post-list .recent-post-single {
  background: var(--wpem-theme-content-color);
  margin-top: 20px;
  padding: 15px;
  border: 1px solid var(--wpem-secondary-color);
  border-radius: 4px;
}

.recent-post-list .entry-title,
.recent-post-list .entry-meta {
  margin-bottom: 5px;
}

/*---------------------------------------------------
##   Comment Form & Forms
*   ----------------------------------------------------- */
.comment-form label {
  display: block;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
}

/*---------------------------------------------------
##  Pagination
*   ----------------------------------------------------- */
.nav-previous:before,
.nav-next:after {
  font-size: 14px;
  display: inline-block;
  font-family: 'FontAwesome';
}

.nav-previous:before {
  padding-right: 5px;
  content: "\f177";
}

.nav-next:after {
  padding-left: 5px;
  content: "\f178";
}

/*new theme add*/
:root {
  --wpem-primary-color: #C1E502;
  --wpem-theme-primary-color: #C1E502;
  --wpem-secondary-color: #AAAAAA;
  --wpem-theme-secondary-color: #AAAAAA;
  --wpem-theme-light-color: #F6FAF0;
  --wpem-gray-color: #AAAAAA !important;
  --wpem-dark-color: #000;
  --wpem-theme-button-color1: #C1E502;
  --wpem-theme-button-color2: #B8DBA5;
  --wpem-theme-gradient: var(--wpem-theme-primary-color);
  --wpem-theme-gradient-hover: var(--wpem-theme-secondary-color);
}

body {
  background-color: #fff;
}
section {
  padding: 80px 0;
}
.relative {
  position: relative;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-middle {
  display: flex;
  align-items: center;
}
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-8 {
  padding-top: 80px;
}

.wpem-justify-content-center {
  justify-content: center;
}

.content-area {
  padding: 0;
}

::selection {
  background: var(--wpem-primary-color);
  color: #fff;
}


/************event manager plugin css start***********/

.wpem-fitness-event-calendar-section .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{
  color: #fff !important;
}
.wpem-theme-button {
  background: var(--wpem-theme-primary-color) !important;
  color: #ffffff !important;
  border-radius: 0!important;
  clip-path: polygon(0% 0%, 100% 0, 100% 80%, 95% 100%, 0% 100%);
}

.wpem-theme-button:hover {
  background: var(--wpem-theme-secondary-color) !important;
  color: #ffffff !important;
}

.wpem-theme-button:hover span {
  color: #ffffff !important;
}
.wpem-single-event-body-sidebar .bookmark-notice{
  background-color: var(--wpem-primary-color) !important;
  color: #fff !important;
}


.wpem-form-wrapper .wpem-form-group input[type="color"],
.wpem-form-wrapper .wpem-form-group input[type="date"],
.wpem-form-wrapper .wpem-form-group input[type="datetime-local"],
.wpem-form-wrapper .wpem-form-group input[type="datetime"],
.wpem-form-wrapper .wpem-form-group input[type="email"],
.wpem-form-wrapper .wpem-form-group input[type="file"],
.wpem-form-wrapper .wpem-form-group input[type="month"],
.wpem-form-wrapper .wpem-form-group input[type="number"],
.wpem-form-wrapper .wpem-form-group input[type="password"],
.wpem-form-wrapper .wpem-form-group input[type="search"],
.wpem-form-wrapper .wpem-form-group input[type="tel"],
.wpem-form-wrapper .wpem-form-group input[type="text"],
.wpem-form-wrapper .wpem-form-group input[type="time"],
.wpem-form-wrapper .wpem-form-group input[type="url"],
.wpem-form-wrapper .wpem-form-group input[type="week"],
.wpem-form-wrapper .wpem-form-group select,
.wpem-form-wrapper .wpem-form-group select optgroup,
.wpem-form-wrapper .wpem-form-group textarea {
  font-weight: 600;
}

.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
  font-weight: bold;
}
.home .wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
    color: #fff;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper {
  margin-bottom: 20px;
  border: 1px solid #E4E9E6 !important;
  border-radius: 10px;
  overflow: hidden;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
  border-left: 0;
  padding: 30px;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:before {
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  width: 5px;
  height: 100px;
  background: #E4E9E6;
  border-radius: 10px;
  transition: all 0.3s 0s;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover:before {
  background: var(--wpem-theme-primary-color);
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text {
  border-radius: 0;
  padding: 10px;
  background-color: var(--wpem-theme-primary-color);
  color: #000;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover {
  box-shadow: 0 0px 10px rgb(0 0 17 / 5%);
}

.wpem-event-listing-list-view .wpem-event-box-col:last-of-type .wpem-event-layout-wrapper {
  margin-bottom: 0;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
  background: var(--wpem-theme-primary-color);
  color: #000;
  border-radius: 0;
  padding: 10px 16px;
}

.wpem-event-ticket-type .wpem-event-ticket-type-text {
  background: var(--wpem-theme-button-color);
  color: var(--wpem-secondary-color);
  padding: 10px;
  border-radius: 0;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
  height: 140px;
  width: 140px;
}

.event_listings a.load_more_events {
  background-image: var(--wpem-theme-gradient);
  color: #fff;
  border-radius: 100px;
}

.event_listings a.load_more_events:hover {
  background-image: var(--wpem-theme-gradient-hover);
}


/*Event Calender start*/
.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container.today .day-number {
  color: #000!important;
}

.wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-left-nav:hover,
.wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-right-nav:hover,
.wpem-calendar-view-container .calendar-widget-event-details-link:hover,
.wpem-calendar-widget-wrapper .calendar-filters-navigation .calendar-filters-arrow.calendar-filters-navigation-next:hover,
.wpem-calendar-widget-wrapper .calendar-filters-navigation .calendar-filters-arrow.calendar-filters-navigation-previous:hover {
  background: var(--wpem-theme-gradient-hover) !important;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container.today {
  background: var(--wpem-theme-secondary-color) !important;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar tr:nth-child(1) {
  margin-bottom: 15px;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar th.weekday-name-column {
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar {
  border-right: 0 !important;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar td:last-of-type {
  border-right: 1px solid var(--wpem-gray-border-color);
}

/*Event Calender end*/


/*Ticket Plugin start*/
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content .wpem-heading-text {
  margin: 0;
  font-weight: bold;
}

.wpem-single-event-ticket-information .wpem-event-ticket-info-title {
  background-color: transparent;
  border: 0;
  padding-left: 0;
}

.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body {
  background-color: #fffaf3;
  border: 0;
  padding: 10px 20px;
  border-radius: 4px;
}

.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body .wpem-ticket-info-wrap:hover {
  border-color: var(--wpem-primary-color);
}

.wpem-event-ticket-type {
  margin-top: 15px;
}

/*Ticket Plugin end*/

/*event manager plugin css end*/

/*page header start*/
.page-header-wrapper {
  color: #000;
  padding-top: 60px;
  padding-bottom: 0;
}

.page-header-wrapper h1.entry-title {
  text-align: center;
  line-height: normal;
  font-size: calc(1.7rem + 2.2vw);
  margin: 0px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}

.page-header-wrapper h1.entry-title:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background: var(--wpem-theme-primary-color);
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.page-header-wrapper .entry-meta {
  margin-top: 10px;
}

/*page header end*/

/* New Theme Add  */

.wpem-fitness-banner {
  background: url(assets/images/banner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
  padding-top: 150px;
}

.wpem_fitness-banner-slider-item {
  display: flex;
  align-items: center;
}

.wpem-fitness-bmi-calculator {
  background: url(assets/images/bmi-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wpem-fitness-event-calendar {
  background: url(assets/images/event-calendar-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wpem-fitness-download-app {
  background-color: var(--wpem-theme-primary-color);
}

/* accordion starts */
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-top: 1px solid;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.active, .accordion:hover {
  background-color: #fff;
  color: var(--wpem-theme-primary-color);
}

.accordion:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 30px;
}

.wpem-fitness-faq {
  position: relative;
  padding-top: 0;
}
.wpem-fitness-faq .row{
  max-width: 1675px;
  overflow: hidden;
}
.wpem-fitness-faq:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 592px;
  top: 0;
  right: 0;
  background-image: url(assets/images/explore-video.png);
  background-size: cover;
  display: none;
}
.active.accordion:after {
  color: var(--wpem-theme-primary-color);
}
.wpem-fitness-faq .active:after {
  content: "\2212";
}


.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-width: 700px;
}

/* accordion ends  */

.wpem-fitness-banner h2 {
  color: #fff;
  font-size: calc(1.8rem + 3.6vw);
  line-height: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
.wpem-fitness-banner p {
  margin-bottom: 50px;
  max-width: 650px;
}

.theme-btn.pricing-btn {
  background: #eee;
}

.theme-btn.pricing-btn:hover {
  background-color: var(--wpem-theme-primary-color);
  color: #000;
}

.theme-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 15px 30px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  clip-path: polygon(0% 0%, 100% 0, 100% 78%, 90% 100%, 0% 100%);
  text-transform: capitalize;
  background-color: var(--wpem-theme-button-color);
  color: var(--wpem-secondary-color);
}
.theme-btn:hover{
    background-color: var(--wpem-secondary-color);
    color: var(--wpem-theme-button-text-color);
}


.banner-socials {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-socials li {
  margin-bottom: 40px;
}
.banner-socials li a {
  color: #fff;
  font-size: 22px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}
.banner-socials li i:hover {
  color: var(--wpem-theme-primary-color);
}
.banner-socials li a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: white;
  opacity: 0.3;
  bottom: -25px;
  left: 0;
  transform: rotate(90deg);
}
.banner-socials ul {
  list-style: none;
  padding-left: 0;
}
.banner-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.banner-socials li:nth-child(4) a:before {
  display: none;
}
.theme-btn i {
  margin-left: 10px;
}

.wpem-fitness-download-app .section-title {
  margin-bottom: 40px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-weight: 700;
  font-size: calc(1.2rem + 1.8vw);
  line-height: normal;
  position: relative;
  color: #000;
}

.section-title h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background: var(--wpem-theme-primary-color);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.about-left-image img {
  width: 100%;
  height: 497px;
  object-fit: cover;
  clip-path: polygon(0% 0%, 100% 0, 100% 90%, 85% 100%, 0% 100%);
}
.about-left-image{
  background: url(assets/images/about-img.png);
  background-size: cover;
  position: relative;
  min-height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.about-left-image {
  position: relative;
}
.about-left-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid var(--wpem-theme-primary-color);
  top: -30px;
  left: -30px;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0, 100% 78%, 85% 100%, 0% 100%);
}
.about-us-desc h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}
.about-us-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.iconlist-item {
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.about-iconlist {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.iconlist-icon {
  width: 28px;
  height: 28px;
  background: var(--wpem-theme-primary-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconlist-desc p {
  margin-bottom: 0;
  margin-left: 13px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.wpem-fitness-about-us .section-title {
  margin-bottom: 120px;
}
.about-top-graphics img {
  position: absolute;
  top: 0;
  left: 0;
  height: 418px;
}
.about-bottom-graphics img {
  position: absolute;
  right: 0;
  height: 698px;
  top: 65%;
}
/* Popup Button  */
.theme-fitness-video-pulse-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wpem-theme-primary-color);
  color: #000 !important;
  font-size: 24px;
  width: 80px;
  height: 80px;
  z-index: 2;
  border-radius: 100%;
  cursor: pointer;
  transform: translateX(0%);
  margin: auto;
}

.theme-fitness-video-pulse-button::before {
  content: '';
  position: absolute;
  border: 2px solid rgb(0 175 146 / 30%);
  border-radius: 50%;
  top: -20px;
  right: -20px;
  left: -20px;
  bottom: -20px;
  animation: bloom1 1.5s linear infinite;
  opacity: 0;
  z-index: 1;
}

.theme-fitness-video-pulse-button::after {
  content: '';
  position: absolute;
  border: 8px solid rgb(0 175 146 / 30%);
  border-radius: 50%;
  top: -20px;
  right: -20px;
  left: -20px;
  bottom: -20px;
  animation: bloom2 1.5s linear infinite;
  opacity: 0;
  z-index: 1;
  animation-delay: 0.4s;
}

@keyframes bloom1 {
  0% {
      transform: scale(.5);
  }

  50% {
      opacity: 1;
  }

  100% {
      transform: scale(1.2);
  }
}

@keyframes bloom2 {
  0% {
      transform: scale(.5);
  }

  50% {
      opacity: 1;
  }

  100% {
      transform: scale(1.2);
  }
}
/* Popup Button  */
.fitness-icon {
  width: 80px;
  height: 80px;
  background: #EEEEEE;
  padding: 22px 15px;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0, 100% 78%, 85% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease;
}
.fitness-icon:hover {
  background: var(--wpem-theme-primary-color);
}
.fitness-card {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.fitness-icon p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000!important;
  margin-bottom: 0;
}
.fitness-desc {
  margin-left: 30px;
}
.fitness-desc h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}
.fitness-desc b {
  color: var(--wpem-theme-primary-color);
}
.fitness-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
  margin-top: 10px;
}
.fitness-img img {
  width: auto;
  max-height: 600px;
  object-fit: contain;
  margin: auto;
  display: flex;
}
.fitness-img-bg {
    position: absolute;
    left: 0;
    top: 21%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.services-img {
  height: 450px;
  clip-path: polygon(0% 0%, 100% 0, 100% 78%, 85% 100%, 0% 100%);
  position: relative;
  transition: all 0.3s ease;
  object-fit: cover;
  overflow: hidden;
}
.services-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all 0.3s ease;
}

.services-item:hover .services-img:before {
  opacity: 0.5;
}

.services-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.services-item{
  position: relative;
}
.services-desc {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 100%;
}
.services-item:hover .services-desc {
  top: 30%;
}
.services-desc h2 {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  width: 100%;
}
.services-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  max-width: 304px;
  opacity: 0;
  margin-bottom: 15px;
}
.services-item:hover .services-desc p {
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
}
.services-desc button {
  opacity: 0;
}
.services-item:hover .services-desc button {
  opacity: 1;
}
.bmi-calculator .section-title h2 {
  color: #fff;
}
.bmi-calculator .section-title h2:before {
  left: 0;
  transform: none;
}
.bmi-index-input {
  width: 100%;
  border-radius: 0!important;
  height: 54px;
  margin-bottom: 30px;
  border: none!important;
}
.bmi-calculator ::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.partner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner img {
  transition: all 0.3s ease;
}
.partner img:hover {
  transform: scale(1.3);
}
.wpem-fitness-event-calendar-section {
  background: url(assets/images/calendar-bg.png);
  position: relative;
  background-size: cover;
  background-position: right;
}
.wpem-fitness-event-calendar-section .section-title h2 {
  color: #fff;
}

.wpem-fitness-pricing-plan .section-title h2:before {
  bottom: -24px;
}

.pricing-table {
  width: 100%;
  height: auto;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0, 100% 90%, 85% 100%, 0% 100%);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}

.pricing-table-wrapper {
  filter: drop-shadow(0px 8px 10px #eee);
}

.pricing-header {
  padding: 40px 30px;
  background: #eeeeee;
}
.pricing-header p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-transform: capitalize;
} 
.pricing-header h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: #000000; 
} 
.pricing-body {
  padding: 22px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  clip-path: polygon(0% 0%, 100% 0, 100% 90%, 85% 100%, 0% 100%);
}
.most-popular .pricing-body {
  background: transparent;
}
.pricing-body ul {
  list-style: none;
  padding: 0;
}
.pricing-icon {
  width: 35px;
  height: 35px;
  background: #eeeeee;
  border-radius: 100%;
  padding: 6px;
  margin-right: 13px;
  color: #000;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.pricing-body li {
  margin-bottom: 21px;
}

.pricing-body a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #aaa;
  display: flex;
  align-items: center;
}
.pricing-table.most-popular {
  background: url(assets/images/most-popular-bg.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.pricing-table.most-popular:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: -1;
}
.pricing-table.most-popular .pricing-header p {
  color: #fff;
}
.pricing-table.most-popular .pricing-header h2 {
  color: var(--wpem-theme-primary-color);
}
.pricing-body li:hover .pricing-icon {
  background: var(--wpem-theme-primary-color);
  color: #000;
}

.pricing-table.most-popular .pricing-header {
  background: transparent;
}
.pricing-table.most-popular .pricing-body li:hover a {
  color: #fff;
}
.pricing-label {
  width: 40%;
  height: 38px;
  background: var(--wpem-theme-primary-color);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
  top: 30px;
}
.pricing-label h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.wpem_fitness_testimonial_slider {
  position: relative;
}
.wpem-fitness-testimonials .priv_arrow.slick-arrow,
.wpem-fitness-testimonials .next_arrow.slick-arrow {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  background-color: var(--wpem-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  clip-path: polygon(0% 0%, 100% 0, 100% 80%, 80% 100%, 0% 100%);
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 30px;
  clip-path: polygon(0% 0%, 100% 0, 100% 78%, 85% 100%, 0% 100%);
}
.testimonial-item p {
  max-width: 500px;
  margin: auto;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.testimonial-quote img {
  width: 35px;
  height: 26px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.testimonial-profile h2 {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 5px;
}
.testimonial-profile small {
  font-size: 14px;
  line-height: 17px;
  color: #AAAAAA;
}
.wpem-fitness-faq .section-title h2:before {
  left: 0;
  transform: none;
}
.wpem-fitness-faq .theme-btn {
  margin-top: 30px;
}
.fax-sec-right-col{
  background: url(assets/images/explore-video.png);
  background-size: cover;
  position: relative;
  min-height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 530px;
}
.wpem-fitness-faq .row{
  margin-left: 225px;
}
.wpem-fitness-testimonials .priv_arrow.slick-arrow {
  left: -40px;
}
.wpem-fitness-testimonials .next_arrow.slick-arrow {
  right: -40px;
}
.wpem-fitness-testimonials .priv_arrow.slick-arrow:hover, .wpem-fitness-testimonials .next_arrow.slick-arrow:hover {
  background: #000;
  color: #fff;
}

.search .header-main {
  background: #000;
  position: initial;
}
.search-no-results .header-main {
  background: #000;
  position: initial;
}

.explore-life-video h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.team-item:hover .team-label h2 {
  color: #000;
}

.team-label h2 {
  font-size: 15px;
}

.team-label {
  padding: 10px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  text-transform: uppercase;
  transform: rotate(90deg);
  position: absolute;
  top: 62px;
  right: -40px;
  transition: all 0.3s ease;
  color: #fff;
  max-width: 180px;
  width: 100%;
}

.team-item:hover .team-label {
  background: var(--wpem-theme-primary-color);
}
.team-item {
  max-height: 500px;
  line-height: 0;
}
.team-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.team-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease;
}
.team-item:hover:before {
  opacity: 0.5;
}
.team-profile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.team-item:hover .team-profile {
  opacity: 1;
}
.team-profile h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-align: center;
}
.team-socials ul {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  font-size: 20px;
  list-style: none;
}

.team-socials a {
  color: #fff;
  transition: all 0.3s ease;
}

.team-socials a:hover {
  color: var(--wpem-theme-primary-color);
}

.fitness-product {
  position: relative;
  background: #f5f5f5;
  padding-bottom: 30px;
  height: 100%;
}

.theme-btn.fitness-cart-btn {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
  padding: 16px 26px;
}

.product-img img {
  height: 220px;
  object-fit: cover;
}

.product-desc {
  padding-left: 30px;
  padding-right: 30px;
}

.product-desc h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 30px;
}

.product-desc p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  margin-top: 10px;
}

.fitness-product:hover .theme-btn.fitness-cart-btn {
  opacity: 1;
}

.app-image img {
  object-fit: cover;
}

.wpem-fitness-download-app .section-title h2:before {
  background-color: #000;
  left: 0;
  transform: none;
}

.wpem-fitness-download-app p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  max-width: 587px;
  margin-bottom: 40px;
}

.google-play-img {
  margin-right: 30px;
  flex-shrink: 0;
}

.ios-appstore-img {
  flex-shrink: 0;
}

.google-play-img img {
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.wpem-meet-our-team .container
 {
  max-width: 100%;
}

.wpem-meet-our-team .wpem-fitness-instagram-section {
  max-width: 100%;
}

.instagram-section-title {
  margin-bottom: 60px;
}

.instagram-icon {font-size: 50px;color: var(--wpem-theme-primary-color);margin-bottom: 20px;}

.instagram-section-title h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000000;
}

.instagram-section-title b {
  text-transform: uppercase;
  color: var(--wpem-theme-primary-color);
  text-decoration: underline;
}

.instagram-card {
  width: 100%;
  height: 285px;
  position: relative;
  cursor: pointer;
}

.instagram-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease;
}

.instagram-card-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--wpem-theme-primary-color);
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.instagram-icon:hover .instagram-card-icon {
  opacity: 1;
}

.instagram-img img {
  height: 285px;
  object-fit: cover;
}

.instagram-img {
  line-height: 0;
}

.instagram-card:hover .instagram-card-icon {
  opacity: 1;
}

.instagram-card:hover:before {
  opacity: 0.5;
}

.wpem-fitness-instagram-section .container {
  max-width: 100%;
}
.wpem_fitness_theme-footer .container {
  border-bottom: 1px solid #ffffff52;
  padding-bottom: 80px;
}

.wpem_fitness_theme-footer {
  padding-top: 80px;
}

.wpem_fitness_theme-footer-site-info img {
  height: 56.59px;
  object-fit: cover;
  margin-bottom: 30px;
}

.wpem_fitness_theme-footer-site-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 333px;
}

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

.footer-socials a {
  color: #fff;
  margin-right: 25px;
  transition: all 0.3s ease;
}

.footer-socials {
  margin-top: 25px;
}

.footer-socials a:hover {
  color: var(--wpem-theme-primary-color);
}

.wpem_fitness_theme-footer-site-links .section-title h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #ffffff;
}

.wpem_fitness_theme-footer-site-links .section-title h2:before {
  left: 0;
  transform: none;
  bottom: -22px;
}

.footer-post h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  max-width: 300px;
}

.footer-post small {
  color: #aaaaaa;
}

.footer-post {
  margin-bottom: 15px;
}

.wpem_fitness_theme-footer-site-links .section-title {
  margin-bottom: 60px;
}

.hours h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.hours small {
  opacity: 0.8;
}

.hours {
  margin-bottom: 15px;
}

.location-map h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 200px;
  margin-bottom: 15px;
}

.footer-map iframe {
  height: 179px;
}

.wpem-fitness-event-calendar-section .wpem-calendar-view-container .calendar-contents-container table.calendar {
  background: transparent!important;
}
.wpem-fitness-event-calendar-section .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .day-number {
  color: #fff;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar td.empty-gray-background {
  background: transparent!important;
}
.wpem-fitness-event-calendar-section .wpem-form-wrapper {
  display: none;
}
.pricing-table .theme-btn {
  margin-top: 22px;
}
.main-navigation ul ul a {
  color: #000;
}
.site-header.dark-header .header-main {
  background: #000;
}
.menu-menu-container {
  margin-right: 40px;
}
.mission-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  clip-path: polygon(0% 0%, 100% 0, 100% 78%, 85% 100%, 0% 100%);
}
.wpem-fitness-mission p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 550px;
}
.contact-iconbox-item {
  text-align: center;
}
.contact-iconbox-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  color: #000;
  font-size: 25px;
  margin-bottom: 20px;
  clip-path: polygon(0% 0%, 100% 0, 100% 78%, 85% 100%, 0% 100%);
  transition: all 0.3s ease;
}
.contact-iconbox-item:hover .contact-iconbox-icon {
  background: var(--wpem-theme-primary-color);
}
.contact-iconbox-item h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.contact-iconbox-item p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.wpem-fitness-map .container {
  max-width: 100%;
}
.wpem-fitness-input {
  border: 2px solid #AAAAAA!important;
  width: 100%;
  margin-bottom: 30px;
}
.wpem-fitness-input:hover {
  border-color: var(--wpem-theme-primary-color)!important;
}

ul.event-alert-actions {
  display: flex;
}

.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
  padding: 150px 0;
}

.archive .header-main,
.error404 .header-main  {
  background: #000;
  position: relative;
}

.slick-dots li.slick-active button:before {
  color: var(--wpem-theme-primary-color)!important;
  opacity: 1;
}

.slick-slider .slick-dots {
  text-align: center;
  bottom: -80px;
}

.slick-dots li button:before {
  width: 14px;
  height:14px;
  background: var(--wpem-theme-primary-color);
  content: "";
  border-radius: 0!important;
  transition: all 0.3s 0s;
}

.wpem-fitness-about-us .container {
  max-width: 1000px;
}

.wpem-fitness-instagram-section .row {
  margin: 0;
}

.hour-sunday h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.8;
}

.mfp-iframe-holder .mfp-close:hover {
  background: transparent;
}

.wpem-fitness-services {
  padding-bottom: 120px;
}


.wpem-fitness-services .slick-slider .slick-dots {
  text-align: center;
  bottom: -80px;
}

/*--------------------------------------------------------------
## woocommerce
--------------------------------------------------------------*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: var(--wpem-secondary-color);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: pointer;
    opacity: 1;
    padding: .618em 1em;
}
.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  border-color: #ccc;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
  width: auto;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
  background-color: var(--wpem-theme-button-color);
  color: var(--wpem-theme-button-text-color);
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
  background-color: var(--wpem-secondary-color);
  color: #fff;
}
.woocommerce .cart .button[disabled], .woocommerce .cart input.button[disabled] {
  color: #fff !important;
}
/* .woocommerce .cart .button:hover[disabled], .woocommerce .cart input.button:hover[disabled] {
  color: #000 !important;
} */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: var(--wpem-theme-button-color);
  color: var(--wpem-theme-button-text-color);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: var(--wpem-secondary-color);
}
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
  padding: 15px 15px 0;
  border: 1px solid #ccc;
}
.woocommerce ul.order_details li {
  margin-bottom: 10px;
}
.woocommerce ul.order_details{
  padding-left: 0px;
}
.woocommerce-notice {
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 4px;
}
.woocommerce-notice--success {
  color: green;
  border-color: green;
}
.woocommerce .woocommerce-ordering select {
  padding: 10px 15px;
  border-color: #ccc;
  border-radius: 4px;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation-link {
  list-style: none;
  border: 1px solid #ccc;
  border-bottom-width: 0;
}
.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 0.5em 1em;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  background-color: var(--wpem-theme-light-color);
  font-weight: bold;
  color: var(--wpem-theme-link-color);
}
.woocommerce-MyAccount-navigation-link:last-of-type {
  border: 1px solid #ccc;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: var(--wpem-theme-button-color);
  color: var(--wpem-theme-button-text-color);
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: var(--wpem-secondary-color);
  color: #fff;
}
.woocommerce .woocommerce-EditAccountForm button {
  margin-top: 15px;
}

.wpem-fitness-contact-form form {
  position: relative;
}

.wpem-fitness-contact-form form .theme-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-event-details-link {
  background: var(--wpem-theme-primary-color)!important;
}

.wpem-fitness-bmi-calculator .theme-btn {
  margin-top: 20px;
}

.wpem-fitness-pricing-plan {
  padding-top: 0;
}

.wpem-fitness-pricing-plan .section-title h2 {
  text-transform: capitalize;
}

.wpem-fitness-about-us.wpem_aboutus_page .about-top-graphics img {
  top: 200px;
}

.footer-bottom .container {
  padding: 15px 0;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-register-label .wpem-event-register-label-text {
  border-radius: 0;
  background-color: var(--wpem-theme-primary-color);
  color: #000;
}

   Custom styles for the dropdown select
   .custom-select {
    position: relative;
    border-radius: 0;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    background-color: #fff;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .custom-select select {
    display: none; /* Hide the original select element */
  }

  .custom-select .selected-option {
    display: flex;
    align-items: center;
  }

  /* Styles for the dropdown arrow */
  .custom-select .selected-option::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    background-image: url(assets/images/arrow-down.svg);
    background-size: contain;
  }

  /* Styles for the dropdown options */
  .custom-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 0;
  }

  .custom-select .options.show {
    display: block;
    z-index: 1;
  }

  .custom-select .option {
    padding: 8px;
    color: #333;
  }

  .custom-select .option:hover {
    background-color: #ddd;
  }

  .options {
    display: none;
  }

  /* Responsive styles */
  @media screen and (max-width: 600px) {
    .custom-select .options {
      width: 100%;
    }
  }

  .select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}
.select {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #000;
}
.select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-weight: 600;
  height: 54px;
  line-height: 60px;
  background: #ffffff;
  cursor: pointer;
  border: none;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}
.select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 16px;
  font-weight: 600;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
}
.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}
.custom-option.selected {
    color: #000;
    background-color: var(--wpem-theme-primary-color);
}
.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}
.arrow::before {
  left: -5px;
  transform: rotate(-45deg);
  background-color: #000;
}
.arrow::after {
  left: 5px;
  transform: rotate(45deg);
  background-color: #000;
}

.open .arrow::before {
  left: -5px;
  transform: rotate(45deg);
}
.open .arrow::after {
  left: 5px;
  transform: rotate(-45deg);
}


/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */

@media (min-width: 576px) {
  .column-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .column-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .column-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .column-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .column-sm-6,
  .event-listing-yogasan-main-sidearea .widget .event_listings .wpem-single-event-widget,
  .event-listing-yogasan-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .column-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .column-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .column-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .column-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (min-width: 768px) {

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    float: left;
    width: 31%;
  }

  .comment-form-author,
  .comment-form-email {
    margin-right: 3.5%;
  }

  .comment-form-cookies-consent,
  #comments .form-submit {
    clear: left;
  }

  .recent-post-list-single:nth-child(2),
  .recent-post-list-single:nth-child(3) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .text-t-left {
    text-align: left;
  }

  .text-t-center {
    text-align: center;
  }

  .text-t-right {
    text-align: right;
  }

  .header-top .top-right {
    text-align: right;
  }

  #primary-menu {
    float: right;
  }

  #primary-menu:after,
  .menu-all-pages-container:after {
    content: '';
    clear: both;
    display: table;
  }

  #primary-menu li a {
    padding: 15px;
  }

  #primary-menu li li a {
    padding: 5px 15px;
    margin-left: 0;
    text-align: left;
  }

  .column-t-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .column-t-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .column-t-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-t-4,
  .event-listing-yogasan-main-sidearea .widget .event_listings .wpem-single-event-widget,
  .event-listing-yogasan-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .column-t-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .column-t-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-t-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .column-t-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .column-t-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-t-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .column-t-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .column-t-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-t-1,
  .left-sidebar .secondary-content-area {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-t-2,
  .left-sidebar .primary-content-area {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-t-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .column-l-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .column-l-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .column-l-3,
  .event-listing-yogasan-main-sidearea .widget .event_listings .wpem-single-event-widget,
  .event-listing-yogasan-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-l-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .column-l-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .column-l-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-l-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .column-l-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .column-l-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-l-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .column-l-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .column-l-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }

  body.boxed-layout .site {
    max-width: 1500px;
  }
}

@media (max-width: 1600px) {
  .instagram-img img,
  .instagram-card {
    width: 100%;
    height: 240px;
  }
  .wpem-fitness-faq .row{
    margin: 0 15px;
  }
  .wpem-fitness-testimonials .priv_arrow.slick-arrow {
    left: -40px;
  }
  .wpem-fitness-testimonials .next_arrow.slick-arrow {
    right: -40px;
  }

}

@media (max-width: 1290px) {
  
  .wpem-fitness-pricing-plan .column-4 {
    max-width: 100%!important;
    flex: 0 0 50%!important;
    margin-bottom: 40px;
  }

  .team-item img {
    width: 100%;
  }
  .wpem-fitness-testimonials .next_arrow.slick-arrow {
    right: 70px;
  }
  .wpem-fitness-testimonials .priv_arrow.slick-arrow {
    left: 70px;
  }

}

@media (max-width: 1090px) {
  .wpem-meet-our-team .column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .about-left-image:before {
    opacity: 0;
  }
  .theme-btn.fitness-cart-btn{
    left: 40%;
    transform: translate(-30%, -50%);
    padding: 10px;
  }
}

@media (max-width: 827.1px) {
  .wpem-fitness-services {
    padding-bottom: 90px;
  }

  .wpem-fitness-instagram-section .column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 33.33%!important;
    max-width: 100%!important;
    margin-bottom: 30px;
  }
  .wpem-fitness-instagram-section {
    padding-bottom: 50px;
  }
  .wpem-fitness-testimonials .next_arrow.slick-arrow {
    right: 60px;
  }
  .wpem-fitness-testimonials .priv_arrow.slick-arrow {
    left: 60px;
  }
}

@media (max-width: 992px) {
  .main-navigation .header-icons a{
    color: #000;
    margin: 15px;    
  }
  .main-navigation .header-icons {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fitness-img-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: auto;
    height: 0;
    z-index: -1;
  }

  .wpem-fitness-active-recovery-section .column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }

  .secondary-content-area {
    margin-top: 30px;
  }

  .header-main {
    padding: 15px 0;
    position: relative;
  }

  .header-main .row .column {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    position: inherit;
  }

  .site-branding .site-title {
    font-size: 20px;
  }

  #site-navigation.toggled #primary-menu,
  #site-navigation.toggled #primary-menu ul.nav-menu {
    display: block;
  }

  .menu-toggle {
    display: block;
    margin: 0 0 0 auto;
  }

  .menu-primary-menu-container {
    margin-right: 0;
  }

  .main-navigation {
    display: none;
  }

  .main-navigation.toggled {
    display: block;
    opacity: 1;
    visibility: visible;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 5;
    border-top: 1px solid #ccc;
  }

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

  .main-navigation li {
    float: none;
  }

  .main-navigation li.menu-item-has-children ul {
    transition: all 0.2s ease-in;
  }

  .main-navigation li.menu-item-has-children.focus>ul {
    position: relative;
    float: none;
    display: block;
    max-width: 90%;
  }

  .main-navigation ul ul li.focus ul {
    left: 0;
    margin: 0 10px 5px 15px;
  }

  .main-navigation li a,
  .main-navigation ul ul a {
    width: 100%;
  }

  .main-navigation li a {
    padding: 10px 0;
    margin-left: 0;
    color: #000;
  }

  .main-navigation ul ul a {
    padding: 10px 20px;
  }

  .main-navigation .theme_btn {
    margin: 10px auto 20px;
    display: table;
  }
  
  .banner-img img {
    height: auto;
  }
  
  .page-header-wrapper {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .site-header.dark-header .header-main .bar1,
  .site-header.dark-header .header-main .bar2,
  .site-header.dark-header .header-main .bar3 {
    background: #fff;
  }

  .about-left-image:before {
    display: none;
  }

  .about-left-image img {
    height: auto;
  }


  .app-img-group {
    flex-wrap: wrap;
  }
}

@media (max-width: 769.98px) {
  .wpem-fitness-testimonials .slick-arrow{
    display: none !important;
  }
  .fitness-img img{
    max-height: 400px;
    margin-bottom: 20px;
  }
  .wpem-fitness-contact-iconbox{
    padding-bottom: 0;
  }
  .wpem-fitness-contact-iconbox .entry-title{
    padding-bottom: 20px;
  }
  .wpem-fitness-bmi-calculator .theme-btn {
    margin-top: 0;
  } 
  .pt-8 {
    padding-top: 40px;
  }
  .wpem-fitness-instagram-section {
    padding-bottom: 10px; 
  }
  .instagram-card:before {
    max-width: 240px;
    left: 50%;
    transform: translateX(-50%); 
  }

  .wpem-fitness-pricing-plan .column-4 {
    flex: 0 0 100%!important;
  }

  .wpem-fitness-services .slick-slider .slick-dots {
    text-align: center;
    bottom: -55px;
  }

  .wpem_fitness_theme-footer .container {
    padding-bottom: 60px;
  }

  .wpem-fitness-protein-products {
    padding-top: 0;
  }

  .wpem-meet-our-team .row {
    padding-top: 0; 
  }

  .wpem-fitness-faq {
    padding-top: 0;
  }

  .wpem-fitness-pricing-plan {
    padding-top: 0;
  }

  .wpem-fitness-services {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .wpem-fitness-about-us .section-title {
    margin-bottom: 60px;
  }
  
  .about-left-image {
    margin-bottom: 20px;
  }

  .header-top .column {
    text-align: center;
  }

  .text-mb-left {
    text-align: left;
  }

  .text-mb-center {
    text-align: center;
  }

  .text-mb-right {
    text-align: right;
  }

  .sidebar-first .secondary-content-area {
    -ms-flex-order: 1;
    order: 1;
  }

  .sidebar-first .primary-content-area {
    -ms-flex-order: 2;
    order: 2;
  }

  .search-box {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
  }

  .error-404 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .error-404 h1 {
    font-size: 80px;
  }

  .error-404 h2 {
    font-size: 20px;
  }

  .column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .header-main-tel {
    display: none;
  }

  section {
    padding: 40px 0;
  }

  .page-header-wrapper h1.entry-title:after {
    height: 10px;
  }

  .page-header-wrapper {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .page-header-wrapper h1.entry-title {
    margin-bottom: 20px;
  }
  .services-item {
    margin-bottom: 15px;
  }
  .services-img img {
    width: 100%;
    object-position: top;
  }
  .about-left-image:before {
    opacity: 0;
  }
  .partner {
    margin-bottom: 45px;
  }
  .pricing-table {
    margin-bottom: 30px;
  }
  .testimonial-item {
    margin-bottom: 30px;
  }
  .team-item {
    
    max-width: 500px;
    margin: 10px auto;
  }
  .fitness-product {
    margin-bottom: 30px;
    max-width: 400px;
    margin: auto;
  }
  .theme-btn.fitness-cart-btn{
    transform: translate(-20%, -50%);
  }
  .team-item img,
  .product-img img {
    width: 100%;
    object-position: center;
  }
  .slick-slider .slick-dots {
    bottom: -60px;
  }
  .app-image {
    margin-bottom: 30px;
  }

  .instagram-card {
    margin-bottom: 30px;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto; 
  }
  .contact-iconbox-item {
    margin-bottom: 40px;
  }
  .contact-iconbox-item:nth-last-child() {
    margin-bottom: 0px;
  }
  .column.column-6.faq-left {
    padding-top: 0;
    margin-bottom: 40px;
  }
  
  .explore-life-video.relative {
    position: static;
  }
  
  .fitness-accordion {
    width: 100%;
  }
  
  .accordion {
    width: 100%;
  }


  .wpem-meet-our-team {
    margin-top: 40px;
  }
  
  .section-title {
    margin-bottom: 40px;
  }  
  .fitness-card{
    margin-bottom: 30px;
  }
  .wpem-fitness-faq:before {
    width: 100%;
    height: 380px;
    top: 520px;
  }
  .select__trigger {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .team-item {
    max-height: 360px;
    overflow: hidden;
  }
  .page-header-wrapper h1.entry-title {
    margin-bottom: 10px;
  }

  .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
    flex-direction: column;
    padding: 15px;
  }

  .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    width: 100%;
    height: 200px;
  }

  .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner {
    float: inherit;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:before {
    height: 80%;
    top: calc(50% - 40%);
  }
  .fax-sec-right-col{
    min-height: 350px;
  }
  .site-description {
    font-size: 12px;
  }

  .banner-socials  {
    display: none;
  }
  .banner-img img {
    height: auto!important;
  }
  .app-image img {
    height: auto!important;
  }

  .wpem_fitness-partner-section,
  .wpem-fitness-testimonials {
    padding-bottom: 0;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .pricing-body {
    padding: 20px 11px;
  }
  .copyright p {
    font-size: 14px;
  }
  .wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
    padding-top: 0;
  }

  .instagram-img {
    width: 100%;
  }
  .instagram-img img {
    width: 100%;
  }
  .wpem_fitness_theme-footer .container {
    padding-bottom: 30px; 
  } 
  .about-top-graphics,
  .about-bottom-graphics,
  .wpem-fitness-testimonials .priv_arrow.slick-arrow,
  .wpem-fitness-testimonials .next_arrow.slick-arrow {
    display: none!important;
  }
  .wpem-meet-our-team .column-3 {
    margin-bottom: 0;
  }
}

@media (max-width: 420px) {
  .wpem_fitness_theme-footer {
    padding-top: 40px;
  }

  .wpem-fitness-instagram-section {
    padding-bottom: 10px;
  }
  .instagram-card,
  .instagram-card:before {
    max-width: 100%;
  }
  .wpem-fitness-faq:before {
    width: 100%;
    height: 350px;
    top: 64%;
  }
 
  .wpem-fitness-about-us {
    margin-top: 0;
    padding-top: 40px;
  }
  .slick-slider .slick-dots {
    bottom: -60px;
  }
  .wpem-fitness-about-us .section-title {
    margin-bottom: 40px;
  }
  .fitness-img-bg {
    left: 49%;
  }
  .fitness-img img {
    height: 400px;
  }
  .fitness-img-bg {
    top: 17%;
  }
  .fitness-img-bg {
    width: 60%;
    height: 60%;
  }
  .fitness-card{
    margin-bottom: 40px;
  }
  .fitness-desc h2 {
    font-size: 20px;
  }
  .wpem-fitness-pricing-plan .column-4 {
    margin-bottom: 20px;
  }
  .fitness-product {
    height: auto;
  }
  .wpem_fitness_theme-footer-site-links .section-title {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .wpem-fitness-protein-products {
    padding-bottom: 10px;
  }
  .wpem-fitness-faq:before {
    top: 59%;
  }


  .wpem-meet-our-team{
    margin-top: 40px;
    padding-bottom: 0;
  }
  .instagram-section-title {
    margin-bottom: 30px;
  }
  .wpem-fitness-pricing-plan {
    padding-bottom: 0;
  }
  .accordion {
    font-size: 14px;
  }
  .accordion:after {
    font-size: 20px;
  }

  .wpem-fitness-instagram-section .column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 50%!important;
    max-width: 100%!important;
    margin-bottom: 0;
  }
}