/*!
Theme Name: Fitness
Author: Chakra
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fitness
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic#F0EC51
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

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

html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

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

.alignright {
  /*rtl:ignore*/
  float: right;

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

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

/* custom styles */

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h1.entry-title {
  display: none !important;
}
.entry-content {
  margin: 0;
}
p {
  margin-bottom: 0;
}
.signup_menus ul li:first-child {
  background-color: #da3c43;
  border: 2px solid #da3c43;
  margin-right: 10px;
}
.signup_menus ul li:first-child a {
  color: #000 !important;
}
.signup_menus ul li:nth-child(2) {
  border: 2px solid #da3c43;
}
.signup_menus ul li:nth-child(2) a {
  color: #fff !important;
}
.she-header .signup_menus ul li:nth-child(2) a {
  color: #000 !important;
}
.she-header .dark-bg-header {
  background-color: transparent !important;
}
.about_us_banner h1 span {
  color: #24ff00;
}
.about-us-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* .header_sticky {
  top: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
} */

/* course list */
.tutor-wrap .etlms-course-list-col {
  min-height: 350px;
}
.tutor-course-thumbnail:not(.single .tutor-course-thumbnail) {
  height: 350px;
  object-fit: cover;
}
.tutor-card,
.tutor-course-thumbnail a,
.tutor-course-thumbnail .tutor-ratio,
.tutor-ratio img {
  height: 100% !important;
  border-radius: 20px !important;
}
/* .tutor-course-list img {
  filter: grayscale(1);
} */
.tutor-course-list {
  gap: 30px;
}
.tutor-course-list .etlms-course-list-col {
  position: relative;
}

/* .tutor-course-card .tutor-course-thumbnail::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  opacity: 1;
  transform: rotate(-4deg);
  opacity: 1;
  background-color: #f0ec51;
  top: -10px;
  left: -10px;
} */
.card-hover {
  opacity: 0;
}
.tutor-card:hover .card-hover:not(.single .card-hover),
.home_browse_category .course-category-cards a:hover .card-hover {
  /* position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 105%;
  border-radius: 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  opacity: 1;
  transform: rotate(-4deg);
  opacity: 1;
  background-color: #da3c43;
  top: -10px;
  left: -10px; */
}

.tutor-card {
  border: none !important;
}
.tutor-course-list .tutor-card-body {
  /* position: absolute;
  bottom: 0;
  background: #fff;
  color: #000;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  bottom: 0;
  border-radius: 20px;

  display: block;
  border: 1px solid #cdcfd5; */
}
.tutor-course-list .tutor-card-footer {
  border-top: none;
}
.tutor-course-list .tutor-course-thumbnail img {
  border-radius: 0 !important;
}
.tutor-course-list .tutor-card-footer a {
  border-right: 0;
  border-top: 0;
  border-color: #000;
  justify-content: start;
  border-radius: 0;
  color: #000;
  transition: border 0.6s cubic-bezier(0.78, 0.2, 0.21, 0.88), color 0.6s ease;
}

.tutor-course-list .tutor-card-footer a:hover {
  background: transparent !important;
  border-left: 0;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 0;
}
.tutor-course-list .tutor-card-body:not(.home_courses .tutor-card-body) {
  padding: 0;
}
.tutor-course-list .tutor-card-body .tutor-meta:not(.home_courses .tutor-meta) {
  border-left: 1px solid;
  border-bottom: 1px solid;
  width: max-content;
  padding: 0 20px 20px 20px !important;
}
.tutor-course-list .tutor-card-body h3:not(.home_courses h3),
.tutor-course-list .tutor-card-body .tutor-meta:not(.home_courses .tutor-meta) {
  padding: 20px;
}
.tutor-course-list
  .tutor-course-card.etlms-course-card-classic.etlms-has-hover-animation,
.tutor-course-list
  .tutor-course-card.etlms-course-card-classic.etlms-has-hover-animation:hover {
  box-shadow: none !important;
}
.tutor-course-list .tutor-card-body .tutor-meta {
  margin-top: 20px;
}
.tutor-course-list .tutor-card-body h3 {
  margin-bottom: 0;
  line-height: 18px;
}
.tutor-course-list .tutor-course-name a {
  /* color: #fff; */
  font-weight: 900;
  font-family: "Heebo", sans-serif;
  /* font-size: 24px; */
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
/* .tutor-course-list .tutor-course-name a::after {
  content: "\f344";
  font-family: dashicons;
} */
/* login form */
.login-overlay,
.tutor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup form */
.login-popup {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
  text-align: center;
  position: relative;
}

/* Input field styles */
.login-field {
  margin-bottom: 20px;
}

.login-field label,
.tutor-login-modal label {
  display: block;
  margin-bottom: 5px;
  text-align: left;
  font-size: 14px;
}

.login-field input,
.tutor-login-modal input:not(input[type="checkbox"]) {
  width: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #f4f4f4;
}
.login-field input::placeholder,
.tutor-login-modal input::placeholder {
  font-size: 12px;
}
.tutor-login-modal .tutor-modal-window {
  z-index: 9999;
}
.tutor-login-modal .tutor-modal-close-o {
  background: transparent;
  color: #000;
  margin-left: auto;
  text-align: end;
  padding: 0;
  justify-content: end;
}

/* Submit button */
.login-submit {
  background-color: #0073aa;
  color: white;
  border: none !important;
  padding: 15px !important;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
}

.login-submit:hover {
  background-color: #005f8a;
}

/* Forgot password link */
.login-popup a {
  display: block;
  margin-top: 30px;
  color: #0073aa;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  color: #da3c43;
}

.login-popup a:hover {
  text-decoration: underline;
}
.login-popup .close-button {
  display: flex;
  background-color: transparent;
  border: transparent;
  margin-left: auto;
  color: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.login-popup h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
}

/* contact form */
.contact_form form p {
  margin-bottom: 20px;
}
.contact_form {
  box-shadow: 0px 0px 28px 1px rgba(195, 195, 195, 0.3);
  padding: 30px;
}
.contact_form form input:not(input[type="submit"]),
.contact_form form textarea {
  border: 2px solid #da3c43;
  padding: 8px;
  width: 100%;
}
.contact_form form input[type="submit"] {
  border: transparent;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 600;
}

/* register css */

.register-form {
  font-family: Arial, sans-serif;
  padding: 20px;
  max-width: 700px;
  margin: auto;
}
.register-form {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 40px;
  background-color: #fbfbf7;
}

.register-form h1 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}
.register-form h1 + p {
  font-weight: 700;
  color: #7e7e7e;
  font-family: "Poppins", sans-serif;
}
.register-form h1 + p + p {
  font-style: italic;
  font-size: 12px;
}
.register-form p {
  margin-bottom: 20px;
  text-align: center;
}

.register-form .brand-row,
.register-form .card-row,
.register-form .holder-row,
.register-form .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.register-form .brand-row select,
.register-form .input-wrapper input {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.register-form .input-wrapper {
  flex: 1;
}

.register-form .input-wrapper + .input-wrapper {
  margin-left: 10px;
}

.register-form .logos img {
  height: 30px;
}

.register-form label {
  display: block;
  margin-bottom: 5px;

  color: #7e7e7e;
  font-weight: 400;
  font-size: 14px;
}

.register-form .checkbox-group {
  margin-bottom: 20px;
  display: flex;
}

.register-form .checkbox-group label {
  font-weight: normal;
  margin-left: 10px;
}

.register-form .note {
  font-size: 12px;
  margin-bottom: 20px;
  color: #555;
  text-align: center;
}

.register-form button {
  padding: 15px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.register-form button + button {
  background-color: black;
}

.register-form .applepay-logo {
  height: 20px;
  vertical-align: middle;
}
.register-form .brand-input {
  display: flex;
  gap: 30px;
  align-items: center;
}
.register-form .logos {
  margin-left: 20px;
}
.register-form .buttons {
  flex-direction: column;
  gap: 30px;
}
.register-form .buttons button {
  width: 100%;
}
.register-form .buttons button:first-child {
  background-color: #da3c43;
}
.register-form .buttons button:last-child {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.apple-pay-logo {
  width: 40px;
}
.register-form h1 {
  font-family: "Poppins", sans-serif;
}

/* single page */
/* .single-course-wrapper {
  display: flex;
  gap: 40px;
  padding: 80px;
  align-items: center;
}
.single .tutor-wrap {
  background-color: #242424;
}
.single .tutor-course-details-page .single-course-title h1 {
  font-size: 46px;
  line-height: 54px;
}
.single .tutor-row main {
  width: 100%;
}
.tutor-course-details-header {
  display: none;
}
.single-course-content button,
.single-course-content a:not(a.tutor-btn-ghost) {
  background-color: #f0ec51;
  padding: 15px 20px;
  text-align: center;
  border: transparent;
  justify-content: center;
  width: 100%;
  color: #000;
  font-weight: 600;
  border-radius: 0;
}
.single-course-content button:hover:not(.tutor-modal-close-o:hover) {
  background-color: #f0ec51;
}
.single-course-continue-button a {
  color: #fff;
  text-decoration: none;
}
.single .single-course-feature-image,
.single .tutor-course-thumbnail,
.single-course-content {
  flex: 1;
}
.etlms-course-list-pagination-wrap .page-numbers {
  background: #f0ec51;
  color: #000;
  padding: 10px 20px;
  font-weight: 600;
}
.logged-in .hide_logged_in {
  display: none;
}
.show_logged_in {
  display: none;
}
.logged-in .show_logged_in {
  display: flex;
}
.logged-in .signup_menus {
  display: block;
  width: 200px;
}
.faq_modal_click {
  cursor: none;
  pointer-events: none;
}
.logged-in .faq_modal_click {
  cursor: pointer;
  pointer-events: all;
} */

.single .tutor-course-details-title span {
  color: #000;
}
.single .tutor-course-details-top {
  display: none;
}

.single .tutor-course-details-title span {
  font-size: 32px;
}
.single .tutor-course-single-pricing {
  display: none;
}
.single .tutor-card-body div:last-of-type {
  display: none;
}
/* single page end */
.etlms-course-list-pagination-wrap .page-numbers {
  background: #da3c43;
  color: #000;
  padding: 10px 20px;
  font-weight: 600;
}
.faq_popup_btn {
  pointer-events: none;
  cursor: none;
}
.logged-in .faq_popup_btn {
  cursor: pointer;
  pointer-events: all;
}
.single-courses .tutor-accordion-item {
  margin: 0px 0px 30px 0px;
}
.single-courses .tutor-pt-24 {
  padding: 0px;
}
.single-courses .tutor-enroll-course-button {
  margin: 0;
}
.single-courses .tutor-course-thumbnail img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* faq popup btn css */
.dialog-ovelay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.dialog-ovelay .dialog {
  width: 40%;
  margin: 100px auto 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
.dialog-ovelay .dialog header {
  padding: 10px 8px;
  background-color: #f6f7f9;
  border-bottom: 1px solid #e5e5e5;
}
.dialog-ovelay .dialog header h3 {
  font-size: 14px;
  margin: 0;
  color: #555;
  display: inline-block;
}
.dialog-ovelay .dialog header .fa-close {
  float: right;
  color: #c4c5c7;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0 2px;
  border-radius: 1px;
}
.dialog-ovelay .dialog header .fa-close:hover {
  color: #b9b9b9;
}
.dialog-ovelay .dialog header .fa-close:active {
  box-shadow: 0 0 5px #673ab7;
  color: #a2a2a2;
}
.dialog-ovelay .dialog .dialog-msg {
  padding: 12px 10px;
}
.dialog-ovelay .dialog .dialog-msg p {
  margin: 0;
  font-size: 15px;
  color: #333;
}
.dialog-ovelay .dialog footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px 10px 8px 10px;
}
footer .controls {
  display: flex;
  justify-content: end;
  gap: 8px;
}
.dialog-ovelay .dialog footer .controls .button {
  padding: 5px 15px;
  border-radius: 3px;
}
.button {
  cursor: pointer;
}
.button-default {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgba(204, 204, 204, 0.5);
  color: #5d5d5d;
}
.toplevel_page_commission_list_table .button-danger {
  background-color: #f44336;
  border: 1px solid #d32f2f;
  color: #f5f5f5;
}
.link {
  padding: 5px 10px;
  cursor: pointer;
}
.dialog-ovelay .controls button:first-child {
  background-color: #000;
  color: #fff;
}
.dialog-ovelay .controls button:last-child {
  background-color: #fff;
  color: #000;
}
.cards-banner {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.cards-banner .elementor-widget-container {
  position: relative;
}
.cards-banner .elementor-widget-image .elementor-widget-container::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #da3c43;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gym_nav_menu ul.sub-menu li {
  border-bottom: none !important;
}
.gym_nav_menu ul.sub-menu li a {
  color: #000 !important;
}
.gym_nav_menu ul.sub-menu-open {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tutor-courses-wrap {
  margin: auto !important;
}
.she-header ul li a,
.she-header .elementor-icon-box-title,
.logged_in_header ul li a,
.logged_in_header .elementor-icon-box-title {
  color: #fff !important;
}
header .hide_logged_in {
  display: none;
}
.home header .hide_logged_in {
  display: flex;
}
.home.logged-in .hide_logged_in {
  display: none;
}
header .show_logged_in {
  display: flex !important;
}
.home header .show_logged_in {
  display: none !important;
}
.home.logged-in header .show_logged_in {
  display: flex !important;
}
.hide_logged_in.she-header h2 a {
  color: #000 !important;
}
.home #Dribbble-Light-Preview {
  fill: #fff;
}
.home #Vector {
  stroke: #fff;
}
.she-header .elementor-icon-box-icon svg path,
.logged-in .elementor-icon-box-icon svg path,
.home.logged-in .elementor-icon-box-icon svg path {
  fill: #000 !important;
}
.she-header #Dribbble-Light-Preview,
.logged-in #Dribbble-Light-Preview,
.home.logged-in #Dribbble-Light-Preview {
  fill: #000;
}
.she-header #Vector,
.logged-in #Vector {
  stroke: #000;
}
header h2 a:visited {
  color: #000;
}
.hide_logged_in .gym_nav_menu ul li:hover {
  border-bottom: 2px solid #fff;
  width: fit-content;
}
.show_logged_in .signup_menus ul li:nth-child(2) a {
  color: #000 !important;
}
.show_logged_in .elementor-icon-box-icon svg path {
  fill: #000 !important;
}
.testimonial-slider .premium-person-container img {
  min-height: 400px;
  border-radius: 20px;
}
.testimonial-slider .premium-person-container .premium-person-content {
  margin-bottom: 0;
}
.testimonial-slider .premium-person-info-container {
  padding: 15px;
}
.testimonial-slider .premium-person-info {
  position: absolute;
  bottom: 0;

  width: 90%;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -20%);
  border-radius: 15px;
  background-color: #fff !important;
  text-align: center !important;
}
.testimonial-slider .premium-persons-container {
  position: relative;
}
.testimonial-slider .premium-person-content {
  opacity: 0;
  /* height: 0; */
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.6s ease, max-height 0.6s ease;
}
.testimonial-slider .premium-person-container:hover .premium-person-content {
  opacity: 1;
  max-height: 500px;
}
.logged-in .hide_logged_in {
  display: none;
}
.show_logged_in {
  display: none;
}
.logged-in .show_logged_in {
  display: flex;
}
/* browse category */
.home_browse_category .course-category-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.home_browse_category .course-category-cards .card-title {
  position: absolute;
  bottom: 0px;
  background: #fff;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 10px;
  border-radius: 10px;
}
.home_browse_category .course-category-cards .card-title h3 {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  color: #000;
}
.home_browse_category .course-category-cards .card-title h3::after {
  content: "\f344";
  font-family: dashicons;
}
.home_browse_category .course-category-cards a {
  position: relative;
  width: calc(25% - 15px);
}
.home_browse_category .course-category-cards a .card-image {
  border-radius: 20px;
  min-height: 250px;
}
@media screen and (max-width: 1024px) {
  .gym_nav_menu ul li a {
    color: #000 !important;
  }
  .home_browse_category .course-category-cards a {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .header_mail {
    grid-column: span 2;
  }
  .single-course-wrapper {
    flex-direction: column;
  }
  .logged-in .signup_menus {
    display: none;
  }
  .home_browse_category .course-category-cards a {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .hide_desktop_menu {
    display: none !important;
  }
  .gym_nav_menu ul li:not(.sub-menu li),
  .gym_nav_menu ul li.current_page_item:not(ul.sub-menu li) {
    border-bottom: 4px solid #000;
  }
  .gym_nav_menu ul li:hover:not(.sub-menu li),
  .gym_nav_menu ul li.current_page_item:not(ul.sub-menu li),
  .footer_nav_menu li:hover {
    border-bottom: 4px solid #da3c43;
    width: fit-content;
  }
}

.customer-support-section .elementor-icon-box-description {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

#tutor-login-form
  .tutor-d-flex.tutor-justify-between.tutor-align-center.tutor-mb-40 {
  display: none !important;
}
.tutor-modal-content
  .tutor-fs-4.tutor-fw-medium.tutor-color-black.tutor-mb-32::after {
  content: "Login to begin your fitness journey!";
  color: #000;
  text-align: start;
  /* display: block; */
  position: static;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}
.tutor-modal-content .tutor-fs-4.tutor-fw-medium.tutor-color-black.tutor-mb-32 {
  color: transparent;
  /* width: 0; */
  /* height: 0; */
  position: absolute;
  position: relative;
  padding-bottom: 20px;
}
.testimonial-new img {
  display: none !important;
}
.testimonial-new .premium-person-info {
  background-color: transparent !important;
}
.testimonial-new .premium-persons-container button {
  background-color: transparent !important;
}
.testimonial-new .premium-persons-container button::before {
  color: #000;
  content: "\f345";
  font-family: dashicons;
}

.testimonial-new .premium-persons-container button.slick-prev::before {
  content: "\f341";
}
.testimonial-new .premium-persons-container button {
  position: absolute;
  border: 0;
  bottom: -10px;
  top: auto;
  left: 0px;
  z-index: 9999;
}
.testimonial-new .premium-person-container {
  position: relative;
}
.testimonial-new .premium-persons-container button.slick-next {
  left: 30px;
}
.testimonial-new .premium-person-info-container {
  padding: 0;
}
.testimonial-images img {
  filter: grayscale(1);
}
img.dimmed {
  filter: none;
}
.side-menu ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
  font-weight: 600;
  font-size: 14px;
}
.side-menu ul li a {
  color: #fff;
}
/* .logged_in_header .hamburger-menu i::before {
  color: #000;
} */
.hide_logged_out {
  display: none;
}
.logged-in .hide_logged_out {
  display: flex;
}
.logged-in .hide_logged_in_signup {
  display: none;
}
