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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

/* Header
--------------------------------------------- */
#header-login {
  background-image: url(/wp-content/uploads/2023/10/ornament-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
#header-login .navigation-holder {
  display: flex;
  justify-content: flex-end;
}
#header-login #menu-user-menu {
  display: flex;
  list-style: none;
  padding-top: 16px;
}
#header-login #menu-user-menu .menu-item {
  padding: 0 5px;
}
#header-login #menu-user-menu .menu-item a {
  color: #ffffff;
  text-decoration: none;
  font-family: Comfortaa;
  font-size: 14pt;
}
#header-login .user-login {
  font-family: Comfortaa;
  font-size: 14pt;
  padding: 16px 0 0 5px;
}
#header-login .user-login a {
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(to bottom, #7cb870, #67a861);
  padding: 12px 20px;
  border-radius: 20px;
  text-transform: capitalize;
}
#header-login .logged-in a {
  background: #f2bf1e;
}

#header-navigation {
  padding-top: 15px;
  position: relative;
}
#header-navigation .sub-menu {
  display: none;
}
#header-navigation .navigation-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 15px;
}
#header-navigation .navigation-block .site-branding {
  max-width: 200px;
}
#header-navigation #navigation-subitems {
  background-color: #202234;
  position: absolute;
  width: 100%;
  z-index: 9;
}
#header-navigation #navigation-subitems .subitems-holder {
  padding: 60px 0;
}
#header-navigation #navigation-subitems .subitems-holder .first-subitem {
  position: relative;
  padding: 0;
}
#header-navigation #navigation-subitems .subitems-holder .first-subitem .post-mark {
  position: absolute;
  background-color: #609256;
  left: 48%;
  margin: 15px 0;
  padding: 8px 10px 8px 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  line-height: 16px;
  z-index: 9999;
}
#header-navigation #navigation-subitems .subitems-holder .first-subitem img {
  filter: brightness(0.4);
}
#header-navigation #navigation-subitems .subitems-holder .first-subitem .tagline {
  display: flex;
  position: absolute;
  bottom: 35%;
  padding: 0 10px;
  color: #609256;
  z-index: 9999;
}
#header-navigation #navigation-subitems .subitems-holder .first-subitem .tagline .p-tag:before {
  content: "#";
  letter-spacing: -4px;
}
#header-navigation #navigation-subitems .subitems-holder .first-subitem .tagline span {
  color: #fff;
  margin: 0 5px;
}
#header-navigation #navigation-subitems .subitems-holder .first-subitem h3 {
  position: absolute;
  bottom: 5%;
  color: #fff;
  font-size: 22px;
  padding: 0 10px;
  z-index: 9999;
}
#header-navigation #navigation-subitems .rest-of-subitems .subitem {
  padding: 0 0 0 50px;
}
#header-navigation #navigation-subitems .rest-of-subitems .subitem a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#header-navigation #site-navigation .menu-item {
  padding: 0 0 0 26px;
}
#header-navigation #site-navigation .menu-item a {
  color: #333333;
  text-decoration: none;
  font-family: Comfortaa;
  font-size: 14pt;
}
#header-navigation #site-navigation #menu-item-290 {
  display: none;
}

#header-user-bar {
  background-color: #f2bf1e;
}
#header-user-bar .user-bar-layout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
  list-style: none;
}
#header-user-bar .user-bar-layout .user-bar-item {
  text-transform: uppercase;
  margin-left: 40px;
}
#header-user-bar .user-bar-layout .user-bar-item a {
  text-decoration: none;
  color: #fff;
}
#header-user-bar .user-bar-layout .user-bar-item img {
  height: 20px;
  margin-left: 10px;
}

#login-page {
  height: 100vh;
  padding-top: 80px;
  background-color: #d9e7c6;
}
#login-page .login-holder {
  background-image: url(/wp-content/uploads/2023/11/Rectangle-18login.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  color: #fff;
  border-radius: 25px;
}
#login-page .login-holder .tab-title {
  text-transform: uppercase;
  font-size: 24px;
  padding: 25px;
  text-align-last: center;
}
@media only screen and (max-width: 767px) {
  #header-login {
    height: 50px;
  }
  #header-login .container {
    display: none;
  }

  #header-user-bar {
    display: none;
  }

  #site-navigation button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2023/12/Vector-Smart-Object-mobile.png);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
  }

  #header-navigation .navigation-menu {
    position: absolute;
    left: 0;
    padding: 0 20px;
    background: #fff;
    width: 100%;
    text-align: right;
    margin-top: 14px;
    z-index: 99999;
  }
  #header-navigation .navigation-menu .sub-menu {
    display: none;
  }
  #header-navigation .navigation-menu .menu-header-navigation-menu-container, #header-navigation .navigation-menu .menu-user-menu-container {
    margin-bottom: 10px;
  }
  #header-navigation .navigation-menu .menu-login {
    margin-bottom: 15px;
  }
  #header-navigation .navigation-menu .user-bar-item:last-child {
    margin: 15px 0;
    display: block !important;
  }
  #header-navigation .navigation-menu .user-bar-item:last-child a {
    color: #404040 !important;
  }
  #header-navigation .navigation-menu .user-bar-item:last-child a img {
    filter: invert(80%);
    height: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header-navigation .navigation-menu {
    position: absolute;
    left: 0;
    padding: 0 20px;
    background: #fff;
    width: 100%;
    text-align: right;
    margin-top: 14px;
    z-index: 99999;
  }
  #header-navigation .navigation-menu .menu-header-navigation-menu-container, #header-navigation .navigation-menu .menu-user-menu-container {
    margin-bottom: 10px;
  }
  #header-navigation .navigation-menu .user-bar-item:last-child {
    margin: 15px 0;
    display: block !important;
  }
  #header-navigation .navigation-menu .user-bar-item:last-child a {
    color: #404040 !important;
  }
  #header-navigation .navigation-menu .user-bar-item:last-child a img {
    filter: invert(80%);
    height: 15px;
  }

  #header-user-bar {
    margin-top: 10px;
  }
  #header-user-bar .user-bar-layout .user-bar-item a {
    font-size: 15px;
  }

  #header-login {
    height: 50px;
  }
  #header-login #user-navigation, #header-login .menu-user-menu-container {
    display: none;
  }
  #header-login .user-login a {
    display: none;
  }

  #header-user-bar {
    display: none;
  }
}
/* Homepage
--------------------------------------------- */
#main .first-background {
  background-image: url(/wp-content/uploads/2023/10/Group-5-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#cta-block {
  background-image: url(/wp-content/uploads/2023/10/Group-5-e1696896267602.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#cta-block .block-holder {
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 60px;
}
#cta-block .block-holder .title {
  font-size: 46px;
  width: 35%;
  line-height: 54px;
}

#statistics-block {
  padding-bottom: 40px;
}
#statistics-block .stats-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: rgba(153, 204, 102, 0.15);
}
#statistics-block .stats-icon {
  background-size: cover;
  background-position: center center;
  padding: 36px 40px;
  margin: 10px 20px 10px 0px;
}
#statistics-block .stats-info {
  font-family: Comfortaa;
  color: #669966;
}
#statistics-block .stats-info .stats-number {
  font-weight: bold;
  font-size: 34px;
  line-height: 36px;
}

#lectures-block {
  padding-bottom: 40px;
}
#lectures-block .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#lectures-block .mobile-button, #lectures-block .category-dropdown {
  display: none;
}

#lecturers-block {
  background-color: #d9e9cb;
}
#lecturers-block .description-layout {
  display: flex;
  justify-content: space-between;
}

#lecturers-carousel .lecture-info .lect-names {
  padding: 20px 0;
  height: 120px;
}
#lecturers-carousel .lecture-info .lect-names .lecturer-name {
  margin-bottom: 10px;
}
#lecturers-carousel .owl-item {
  background-color: #ffffff;
  border-radius: 30px;
  min-height: 470px;
  overflow: hidden;
}
#lecturers-carousel .owl-item .lecturer-item .profile-photo img {
  object-fit: cover;
  height: 290px;
}
#lecturers-carousel .owl-item .lecturer-item a {
  color: #2e3147;
  text-decoration: none;
  text-align: center;
}
#lecturers-carousel .owl-item .post-tags {
  padding: 20px 60px;
  text-align: center;
  font-size: 12px;
  display: block;
  height: 90px;
}
#lecturers-carousel .owl-item .post-tags a::before {
  content: "#";
  color: #609256;
  letter-spacing: -4px;
}
#lecturers-carousel .owl-item .post-tags .tags {
  color: #609256;
}
#lecturers-carousel .owl-item .separator {
  border: solid 1px #eaf5d3;
  display: block;
  width: 50%;
  margin: 0 auto;
}
#lecturers-carousel .owl-dots {
  display: flex;
  justify-content: center;
  padding: 20px;
  margin-top: 20px;
}
#lecturers-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #76b36b;
  transition: background-color 0.3s ease;
}
#lecturers-carousel .owl-dots .owl-dot.active, #lecturers-carousel .owl-dots .owl-dot:hover {
  background-color: #de5949;
}

.fourth-background .mobile-button {
  display: none;
}

.third-background {
  background-image: url("/wp-content/uploads/2023/10/Group-6.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.third-background .homepage-subscription {
  color: #ffffff;
}
.third-background .subscribe-form {
  padding-bottom: 40px;
}
.third-background .subscribe-form p {
  display: flex;
  align-items: flex-start;
}
.third-background .subscribe-form .subscribe-email {
  padding: 10px 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.third-background .subscribe-form .subscribe-confirm {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 14px 50px;
  background-color: #76b36b;
  color: white;
  line-height: 15px;
  border-color: #76b36b;
}
.third-background .subscribe-form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
}

.fifth-background {
  background-image: url("/wp-content/uploads/2023/10/Rectangle-7-copy-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fifth-background .membership-block {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .first-background {
    background: linear-gradient(to bottom, #fff, #e6efd1, #eff5ef, #e6efd1) !important;
  }
  .first-background #cta-block {
    background-image: url(/wp-content/uploads/2023/12/Group-8-mobile-e1702368288186.png);
    background-size: contain;
    background-position: top;
  }
  .first-background #cta-block .block-holder {
    height: 600px;
    margin-bottom: 0;
  }
  .first-background #cta-block .block-heading {
    padding: 0 0 40px 0;
  }
  .first-background #cta-block .block-heading .title {
    font-size: 34px;
    line-height: 45px;
    width: 100%;
  }
  .first-background #cta-block .block-heading .description {
    width: 100%;
    font-size: 14px;
  }
  .first-background #statistics-block {
    display: none;
  }
  .first-background #lectures-block .block-heading {
    padding: 60px 0 20px 0;
  }
  .first-background #lectures-block .block-heading .title {
    font-size: 28px;
  }
  .first-background #lectures-block .block-heading .description {
    width: 100%;
    font-size: 14px;
  }
  .first-background #lectures-block #home-lectures-block {
    padding-bottom: 40px;
  }
  .first-background #lectures-block #home-lectures-block .categories {
    display: none;
  }
  .first-background #lectures-block #home-lectures-block .category-dropdown {
    display: block;
    background-color: #609256;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
  }
  .first-background #lectures-block #home-lectures-block .category-dropdown select {
    background-color: #609256;
    border: none;
    text-transform: uppercase;
    color: #fff;
  }
  .first-background #lectures-block #home-lectures-block .category-dropdown select option {
    text-transform: uppercase;
  }
  .first-background #lectures-block .lecture-card .single-lecture-card {
    margin-bottom: 20px;
  }
  .first-background #lectures-block .lecture-card .tagline .name {
    height: 24px;
    font-size: 14px;
  }
  .first-background #lectures-block .lecture-card .card-title {
    height: 130px;
  }
  .first-background #lectures-block .lecture-card .card-title h2 {
    font-size: 20px;
  }
  .first-background #lectures-block .desktop-button {
    display: none;
  }
  .first-background #lectures-block .mobile-button {
    display: block;
    margin-bottom: 10px;
  }
  .first-background #lectures-block .category-button {
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    padding: 10px 6px;
    background-color: #7cb870;
    margin: 0;
  }

  .second-background #lecturers-block .description-layout {
    flex-direction: column;
  }
  .second-background #lecturers-block .description-layout .description {
    width: 100%;
    margin-bottom: 20px;
  }

  .third-background .homepage-subscription .block-heading .title {
    font-size: 28px;
  }
  .third-background .homepage-subscription .block-heading .description {
    width: 100%;
    font-size: 14px;
  }
  .third-background .homepage-subscription .subscribe-form p {
    flex-direction: column;
  }
  .third-background .homepage-subscription .subscribe-form input {
    width: 100%;
    border-radius: 15px;
  }
  .third-background .homepage-subscription .subscribe-form label {
    margin-bottom: 10px;
  }

  .fourth-background .block-heading {
    padding: 60px 0 20px 0;
  }
  .fourth-background .block-heading .title {
    font-size: 28px;
  }
  .fourth-background .block-heading .description {
    width: 100%;
    font-size: 14px;
  }
  .fourth-background .desktop-button {
    display: none;
  }
  .fourth-background .mobile-button {
    display: block;
    margin: 20px 0 10px 0;
  }
  .fourth-background .category-button {
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    padding: 10px 6px;
    background-color: #7cb870;
    margin: 0;
  }
  .fourth-background .homepage-blog-card .blog-info .tag {
    height: 24px;
    font-size: 14px;
  }
  .fourth-background .homepage-blog-card .blog-info .related-blog-title {
    height: 130px;
  }
  .fourth-background .homepage-blog-card .blog-info .related-blog-title h2 {
    font-size: 20px;
  }

  .fifth-background .block-heading {
    padding: 60px 0 20px 0;
  }
  .fifth-background .block-heading .title {
    font-size: 28px;
  }
  .fifth-background .block-heading .description {
    width: 100%;
    font-size: 14px;
  }
  .fifth-background .membership-offer {
    margin-bottom: 20px;
  }
  .fifth-background .membership-offer .offer-content-container {
    padding: 40px !important;
    height: 260px !important;
  }
  .fifth-background .membership-offer .offer-content-container .offer-description-box .offer-title {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .fifth-background .membership-offer .offer-content-container .offer-description-box .offer-list {
    display: none !important;
  }
  .fifth-background .membership-offer .price-box {
    margin-bottom: 10px !important;
  }
  .fifth-background .membership-offer .price-box .sale-text {
    font-size: 16px !important;
  }
  .fifth-background .membership-offer .price-box .offer-marking {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .first-background #cta-block .block-holder .title {
    font-size: 44px;
    line-height: 48px;
  }

  .membership-items .membership-offer {
    margin-bottom: 20px;
  }

  #lectures-block .tab-content .lecture-card {
    width: 50%;
  }

  .second-background .category-button {
    height: fit-content;
  }

  .fourth-background .blog-card {
    width: 50%;
  }
  .fourth-background .mobile-button {
    display: flex;
    justify-content: right;
  }

  .fifth-background .membership-block .description {
    width: 60%;
  }
}
/* Global Styles
--------------------------------------------- */
body {
  font-family: "Comfortaa", sans-serif;
  margin: 0 !important;
  padding: 0;
}

.block-heading {
  padding: 80px 0 40px 0;
}
.block-heading .title {
  font-size: 40px;
  margin-bottom: 10px;
}

.width-60 {
  width: 60%;
}

.width-50 {
  width: 50%;
}

.width-40 {
  width: 40%;
}

.default-page {
  padding-bottom: 40px;
  background-color: #f5f9ed;
}
.default-page .page-holder h1 {
  padding-top: 40px;
  margin: 0;
}
.default-page .page-holder h4 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.cta-button a {
  color: #ffffff;
  text-decoration: none;
  background-color: #f04d3f;
  padding: 12px 32px;
  border-radius: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.categories {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.categories .category-button {
  background-color: #90bb7c;
  padding: 8px 22px;
  border-radius: 23px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px 10px 10px 0px;
  cursor: default;
  align-self: center;
}
.categories .category-button a {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.categories .main-category-btn {
  background-color: #669966;
}

.category-button {
  background-color: #90bb7c;
  padding: 8px 22px;
  border-radius: 23px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px 10px 10px 0px;
  cursor: default;
  text-align: center;
}
.category-button a {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.loading-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid #000;
  /* Change color as needed */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.card-layout {
  background-color: #f5f9ed;
  border-radius: 25px;
  overflow: hidden;
}

.blog-item {
  background-color: #fff;
}

.blog-card .featured-image, .homepage-blog-card .featured-image, .related-blog-card .featured-image {
  position: relative;
  z-index: 1;
}
.blog-card .featured-image img.post-thumbnail, .homepage-blog-card .featured-image img.post-thumbnail, .related-blog-card .featured-image img.post-thumbnail {
  object-fit: cover;
  width: 1500px;
  height: 250px;
}
.blog-card .featured-image .counter, .homepage-blog-card .featured-image .counter, .related-blog-card .featured-image .counter {
  position: absolute;
  bottom: 5%;
  right: 0;
  display: flex;
  background-color: #f6f9ef;
  padding: 9px;
  align-items: center;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  color: #609256;
}
.blog-card .featured-image .counter img, .homepage-blog-card .featured-image .counter img, .related-blog-card .featured-image .counter img {
  height: 28px;
}
.blog-card .featured-image .counter div, .homepage-blog-card .featured-image .counter div, .related-blog-card .featured-image .counter div {
  padding: 0 15px;
}
.blog-card .blog-info, .homepage-blog-card .blog-info, .related-blog-card .blog-info {
  padding: 15px;
}
.blog-card .blog-info .tags-list, .homepage-blog-card .blog-info .tags-list, .related-blog-card .blog-info .tags-list {
  color: #609256;
  display: none;
}
.blog-card .blog-info .tags-list .tag-item, .homepage-blog-card .blog-info .tags-list .tag-item, .related-blog-card .blog-info .tags-list .tag-item {
  margin-right: 5px;
}
.blog-card .blog-info .tags-list .tag-item::before, .homepage-blog-card .blog-info .tags-list .tag-item::before, .related-blog-card .blog-info .tags-list .tag-item::before {
  content: "#";
  letter-spacing: -1px;
}
.blog-card .blog-info .related-blog-title, .homepage-blog-card .blog-info .related-blog-title, .related-blog-card .blog-info .related-blog-title {
  height: 150px;
  font-size: 26px;
  line-height: 30px;
}
.blog-card .blog-info .related-blog-title h2, .homepage-blog-card .blog-info .related-blog-title h2, .related-blog-card .blog-info .related-blog-title h2 {
  font-size: 26px;
}
.blog-card .blog-info .read-more, .homepage-blog-card .blog-info .read-more, .related-blog-card .blog-info .read-more {
  color: #609256;
  text-decoration: none;
}

.blog-card {
  margin: 20px 0;
}
.blog-card a {
  color: unset;
  text-decoration: none;
}
.blog-card .blog-info .blog-tags-holder {
  height: 50px;
}
.blog-card .blog-info .related-blog-title {
  font-size: 26px;
  line-height: 30px;
}

.membership-items {
  justify-content: space-between;
  padding-bottom: 40px;
}
.membership-items .membership-offer {
  position: relative;
}
.membership-items .membership-offer .offer-content-container {
  background: #ffffff;
  padding: 60px;
  border-radius: 15px;
  height: 550px;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .offer-title {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .price-box {
  height: 70px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .price-box .sale-text {
  color: #f04d3f;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 16px;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .price-box .offer-price {
  display: flex;
  align-items: baseline;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .price-box .offer-price .sale-price {
  color: #f04d3f;
  font-size: 30px;
  margin-right: 10px;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .price-box .offer-price .regular-price {
  font-size: 30px;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .price-box .offer-price .sale-exists {
  font-size: 22px;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .offer-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 180px;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .offer-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .offer-list ul li {
  background: url(/wp-content/uploads/2023/10/Vector-Smart-Object-copy-5.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-bottom: 16px;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .add-to-cart-button button {
  width: 100%;
  margin: 20px 0 0 0;
  background-color: #f6c731;
  border: transparent;
  border-radius: 20px;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .add-to-cart-button button:hover {
  background-color: #f04d3f;
}
.membership-items .membership-offer .offer-content-container .offer-description-box .add-to-cart-button .subscription-date {
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.membership-items .membership-offer .offer-marking {
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: absolute;
  background-color: #609256;
  padding: 25px 15px;
  top: 0px;
  left: 80%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: white;
}

.filter-tab-active {
  background-color: #de5949 !important;
}

.category-dropdown {
  display: none;
}

#wpforms-759 legend {
  margin-bottom: 0;
  font-size: 28px;
}
#wpforms-759 input {
  color: black;
  border: none;
  border-radius: 18px;
  padding: 10px;
  text-indent: 10px;
  width: 100%;
}
#wpforms-759 #wpforms-759-field_12-container .wpforms-one-half {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
#wpforms-759 .wpforms-submit-container {
  padding: 0;
  margin: 0;
}
#wpforms-759 .wpforms-submit-container button {
  border: none;
  border-radius: 18px;
  padding: 8px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #e34738;
  line-height: 28px;
  margin-top: 30px;
}

.contact-us-form {
  background-image: url("/wp-content/uploads/2023/11/Rectangle-18.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
  margin: 40px 0;
}
.contact-us-form .form-layout {
  padding: 40px 60px;
}
.contact-us-form .form-layout .form-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
}
.contact-us-form .form-layout input, .contact-us-form .form-layout textarea {
  color: black;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px;
  width: 80%;
}
.contact-us-form .form-layout .form-submit input {
  width: 80%;
  background: linear-gradient(to right, #68a961, #5ca059);
  text-transform: capitalize;
  color: #fff;
  font-size: 24px;
}
.contact-us-form .wpcf7-not-valid-tip {
  color: #fff;
  position: absolute;
  right: 0;
}

#loginform, #register-form {
  padding: 80px 80px 40px 80px;
}
#loginform .login-username label, #loginform .login-password label, #register-form .login-username label, #register-form .login-password label {
  display: none;
}
#loginform input, #register-form input {
  width: 100%;
  border-radius: 16px;
  padding: 10px 20px;
  border: none;
}
#loginform .login-remember input, #register-form .login-remember input {
  width: unset;
  margin-right: 10px;
}
#loginform .login-submit input, #register-form .login-submit input {
  background: linear-gradient(to right, #e14435, #db3c2c);
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
#loginform .lost-password a, #register-form .lost-password a {
  color: #fff;
}

.login-error {
  padding: 0 80px 40px 0;
  text-align: right;
}

.post-tags {
  padding: 20px 60px;
  text-align: center;
  font-size: 12px;
  display: inline-flex;
}
.post-tags .tag {
  color: #609256;
  text-decoration: none;
  margin-right: 5px;
}
.post-tags .tag::before {
  content: "#";
  color: #609256;
  letter-spacing: -4px;
}

.lecture-text-block h4, .blog-text-block h4 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 30px;
}
.lecture-text-block ul, .blog-text-block ul {
  list-style: none;
  margin: 0;
}
.lecture-text-block li, .blog-text-block li {
  background: url(/wp-content/uploads/2023/10/Vector-Smart-Object-copy-5.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-bottom: 24px;
}
.lecture-text-block li:last-child, .blog-text-block li:last-child {
  margin-bottom: 30px;
}
.lecture-text-block li a, .blog-text-block li a {
  color: #64a55f;
}

.content-depending-on-subscription .apply-styles {
  background: linear-gradient(to bottom, #404040, #fff);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.content-depending-on-subscription .login-invite {
  background: #f04d3f;
  width: 50%;
  display: flex;
  border-radius: 30px;
  color: #fff;
  font-family: "Comfortaa";
  font-size: 16px;
  align-items: center;
  margin: 45px 0;
  padding: 10px 30px;
}
.content-depending-on-subscription .login-invite div:last-child {
  padding: 0 10px;
}
.content-depending-on-subscription .login-invite a {
  color: #fff;
}
.content-depending-on-subscription .login-invite img {
  width: 50px;
}

/* CSS for the loading animation */
.loading-dots {
  text-align: center;
}

.loading-dots::after {
  content: "";
  display: inline-block;
  animation: loading-dots-animation 1s infinite;
}

@keyframes loading-dots-animation {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-form .form-layout {
    padding: 40px 20px;
  }

  .contact-us-form .form-layout input, .contact-us-form .form-layout textarea {
    width: 100%;
  }

  .contact-us-form .form-layout .form-submit input {
    width: 100%;
  }

  .related-blog-card {
    margin-bottom: 10px;
  }
  .related-blog-card .blog-info .related-blog-title {
    font-size: 24px;
    padding-top: 10px;
  }

  .content-depending-on-subscription .login-invite {
    width: 100%;
  }

  .susije_visi a {
    text-wrap: nowrap;
  }

  .login_form_tabs .tab-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #about-page .col-md-8 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1120px;
  }
}
/* Footer Styles
--------------------------------------------- */
.site-footer {
  background-color: #212337;
}
.site-footer .footer-copyright {
  background-color: #10111e;
  color: #fff;
  padding: 20px 0 30px 0;
}

#footer-navigation {
  padding: 40px 0;
}
#footer-navigation #footer-brand-widget #block-7 img {
  object-fit: contain;
}
#footer-navigation #footer-brand-widget #block-9 a {
  color: #609256;
}
#footer-navigation #footer-brand-widget .wp-block-button {
  width: 80%;
}
#footer-navigation .footer-menus {
  padding-top: 45px;
}
#footer-navigation #footer-menu-widget {
  display: flex;
}
#footer-navigation #footer-menu-widget #menu-navigation-menu-1 {
  padding: 0;
  margin: 0;
}
#footer-navigation #footer-menu-widget #nav_menu-2, #footer-navigation #footer-menu-widget #menu-user-menu-1 {
  list-style: none;
}
#footer-navigation #footer-menu-widget #nav_menu-2 #menu-navigation-menu, #footer-navigation #footer-menu-widget #menu-user-menu-1 #menu-navigation-menu {
  list-style: none;
  margin: 0;
}
#footer-navigation #footer-menu-widget #nav_menu-2 #menu-navigation-menu li, #footer-navigation #footer-menu-widget #menu-user-menu-1 #menu-navigation-menu li {
  margin-bottom: 10px;
}
#footer-navigation #footer-menu-widget #nav_menu-2 .menu-item a, #footer-navigation #footer-menu-widget #menu-user-menu-1 .menu-item a {
  color: white;
  text-decoration: none;
}
#footer-navigation #footer-menu-widget #nav_menu-2 .menu-item a:hover, #footer-navigation #footer-menu-widget #menu-user-menu-1 .menu-item a:hover {
  color: #609256;
}
#footer-navigation #footer-menu-widget #nav_menu-3 .menu-item {
  margin-bottom: 10px;
}
#footer-navigation .footer-socials .wp-block-social-links {
  justify-content: space-around;
}
#footer-navigation .footer-socials .wp-social-link {
  background-size: cover;
}
#footer-navigation .footer-socials .wp-social-link svg {
  color: transparent;
}
#footer-navigation .footer-socials .wp-social-link-facebook {
  background-image: url("/wp-content/uploads/2023/10/fb-Vector-Smart-Object.png");
}
#footer-navigation .footer-socials .wp-social-link-instagram {
  background-image: url("/wp-content/uploads/2023/10/in-Vector-Smart-Object.png");
}
#footer-navigation .footer-socials .wp-social-link-linkedin {
  background-image: url("/wp-content/uploads/2023/10/lin-Vector-Smart-Object.png");
}
#footer-navigation .footer-socials .wp-social-link-vimeo {
  background-image: url("/wp-content/uploads/2023/10/vim-Vector-Smart-Object.png");
}
#footer-navigation .footer-socials .wp-social-link-tumblr {
  background-image: url("/wp-content/uploads/2023/10/tmb-Vector-Smart-Object.png");
}
#footer-navigation .footer-socials .wp-social-link-spotify {
  background-image: url("/wp-content/uploads/2023/10/spt-Vector-Smart-Object.png");
}
#footer-navigation #footer-rubrics-widget {
  padding-top: 45px;
}
#footer-navigation #footer-rubrics-widget ul {
  list-style: none;
  margin: 0;
}
#footer-navigation #footer-rubrics-widget ul li {
  margin-bottom: 10px;
}
#footer-navigation #footer-rubrics-widget ul a {
  color: white;
  text-decoration: none;
}
#footer-navigation #footer-rubrics-widget ul a:hover {
  color: #609256;
}

@media only screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 12px;
    padding: 18px 0 24px 0;
  }

  #footer-navigation #block-7 figure img {
    width: 70% !important;
    margin: 0 auto;
    display: block;
    height: auto !important;
  }
  #footer-navigation #block-8 {
    margin: 10px 0;
  }
  #footer-navigation #block-8 p {
    width: 50%;
    margin: 0;
  }
  #footer-navigation #block-10 .wp-block-button {
    width: 100% !important;
  }
  #footer-navigation .footer-menus {
    padding-top: 10px;
  }
  #footer-navigation .footer-menus #footer-menu-widget {
    display: none !important;
  }
}
/* Lecturers Styles
--------------------------------------------- */
#lecturers-page {
  background-color: #d9e9cc;
}
#lecturers-page #lecturers-filter-block .category-dropdown {
  display: none;
}
#lecturers-page .heading {
  width: 50%;
  color: #2e3147;
  padding: 50px 0;
}
#lecturers-page .heading .title {
  font-size: 40px;
}
#lecturers-page .heading .description {
  font-size: 16px;
}
#lecturers-page .categories {
  display: flex;
  padding-bottom: 40px;
}
#lecturers-page .categories .category-button {
  margin-right: 25px;
}
#lecturers-page .categories .main-category-btn {
  background-color: #669966;
}
#lecturers-page .lecturers-layout .lecturer-item {
  background: #fff;
  border-radius: 20px;
  min-height: 470px;
  overflow: hidden;
}
#lecturers-page .lecturers-layout .lecturer-item .profile-photo img {
  height: 280px;
  object-fit: cover;
}
#lecturers-page .lecturers-layout .lecturer-item .items-layout {
  margin: 0 auto;
  text-align: center;
}
#lecturers-page .lecturers-layout .lecturer-item .items-layout .lecture-info .lect-names {
  height: 110px;
  padding: 20px 0;
}
#lecturers-page .lecturers-layout .lecturer-item .items-layout .lecture-info .lect-names .lecturer-name {
  color: black;
  text-decoration: none;
  font-size: 19px;
}
#lecturers-page .lecturers-layout .lecturer-item .items-layout .lecture-info .lect-names .lecturer-title {
  font-size: 16px;
}
#lecturers-page .lecturers-layout .lecturer-item .items-layout .post-tags {
  padding: 20px 10px;
  text-align: center;
  font-size: 12px;
  display: inline-flex;
  text-wrap: nowrap;
}
#lecturers-page .lecturers-layout .lecturer-item .items-layout .post-tags .tag {
  color: #609256;
  text-decoration: none;
  margin-right: 5px;
}
#lecturers-page .lecturers-layout .lecturer-item .items-layout .post-tags .tag::before {
  content: "#";
  color: #609256;
  letter-spacing: -4px;
}
#lecturers-page .lecturers-layout .lecturer-item .items-layout .separator {
  border: solid 1px #eaf5d3;
  display: block;
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #lecturers-page {
    width: 100%;
  }
  #lecturers-page .heading {
    width: 100%;
  }
  #lecturers-page #lecturers-filter-block .categories {
    display: none;
  }
  #lecturers-page #lecturers-filter-block .category-dropdown {
    display: block;
    background-color: #609256;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
  }
  #lecturers-page #lecturers-filter-block .category-dropdown select {
    background-color: #609256;
    border: none;
    text-transform: uppercase;
    color: #fff;
  }
  #lecturers-page #lecturers-filter-block .category-dropdown select option {
    text-transform: uppercase;
  }

  .profile-card .profile-info .info-name {
    position: relative;
  }
  .profile-card .profile-info .info-title {
    position: relative;
  }
  .profile-card .profile-info .post-tags .tag {
    text-wrap: nowrap;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #lectures-page .tab-content .lecture-card {
    width: 50%;
  }

  #single-lecture-page .single-lecture-title-holder .lecture-title {
    width: 100% !important;
  }
  #single-lecture-page .container .row .col-md-8 {
    width: 100%;
  }

  #related-lecture-posts .tab-content .lecture-card {
    width: 50%;
  }
  #related-lecture-posts .single-lecture-card {
    box-shadow: 0 2px 4px 0 #d0d0d0;
  }

  #related-blog-posts .blog-card {
    width: 50%;
  }
}
#single-lecturer {
  background: #dbe6c8;
}
#single-lecturer .site-button {
  padding: 5px 40px;
  width: 200px;
  text-align: center;
  border-radius: 20px;
  background: #7cb870;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 40px;
}
#single-lecturer .site-button a {
  color: #fff;
  text-decoration: none;
}
#single-lecturer .profile-card {
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  border-radius: 40px;
  overflow: hidden;
}
#single-lecturer .profile-card .profile-info {
  place-self: center;
  margin: 0 0 0 80px;
}
#single-lecturer .profile-card .profile-info .info-name {
  font-size: 36px;
}
#single-lecturer .profile-card .profile-info .info-title {
  font-size: 18px;
}
#single-lecturer .profile-card .profile-info .separator {
  border-bottom: 2px solid #eaf5d3;
  width: 150px;
  margin: 26px 0 10px 0;
}
#single-lecturer .profile-card .profile-info a.tags {
  color: #64a55f;
  text-decoration: none;
}
#single-lecturer .profile-card .profile-info a.tags::before {
  content: "#";
  letter-spacing: -4px;
}
#single-lecturer .profile-card .profile-image {
  width: 250px;
  object-fit: cover;
}
#single-lecturer .resume-block {
  padding: 40px 0;
  font-size: 20px;
}
#single-lecturer .resume-block h4 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 30px;
}
#single-lecturer .resume-block ul {
  list-style: none;
  margin: 0;
}
#single-lecturer .resume-block li {
  background: url(/wp-content/uploads/2023/10/Vector-Smart-Object-copy-5.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-bottom: 24px;
}
#single-lecturer .resume-block li:last-child {
  margin-bottom: 30px;
}
#single-lecturer .resume-block li a {
  color: #64a55f;
}
#single-lecturer .resume-block .resume-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
#single-lecturer .resume-block .resume-block-wrapper {
  margin-bottom: 40px;
}
#single-lecturer .resume-block .resume-block-wrapper .resume-headline {
  font-weight: bold;
  margin-bottom: 10px;
}
#single-lecturer .resume-block .resume-block-wrapper .resume-content-wrapper {
  display: flex;
  padding: 10px 0 0 20px;
  align-items: flex-start;
}
#single-lecturer .resume-block .resume-block-wrapper .resume-content-wrapper img {
  height: 20px;
  margin-right: 10px;
}
#single-lecturer .resume-block .resume-block-wrapper .resume-content-wrapper a {
  color: #64a55f;
}
#single-lecturer .resume-block .additional-info {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #single-lecturer .site-button {
    margin-left: 10px;
  }
  #single-lecturer .profile-card .profile-info {
    margin: 15px 0 0 15px;
  }
  #single-lecturer .profile-card .profile-info .info-name {
    font-size: 22px;
  }
  #single-lecturer .profile-card .profile-info .info-title {
    font-size: 14px;
  }
  #single-lecturer .profile-card .profile-info .separator {
    margin: 10px 0 10px 0;
  }
  #single-lecturer .profile-card .profile-info .post-tags {
    max-width: 150px;
    padding: 10px;
  }
  #single-lecturer .profile-card .profile-image {
    width: 255px;
  }
}
/* Lectures Styles
--------------------------------------------- */
#lectures-page {
  background-color: #fcfaec;
  min-height: 100vh;
}
#lectures-page .description {
  height: 60px;
}
#lectures-page .category-dropdown {
  display: none;
}

#single-lecture-page {
  background-color: #f0efd8;
}
#single-lecture-page .lecture-video {
  padding-top: 40px;
  margin-bottom: 40px;
  height: 750px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#single-lecture-page .lecture-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-lecture-page .single-lecture-title-holder {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#single-lecture-page .single-lecture-title-holder .lecture-title {
  font-size: 36px;
  width: 60%;
  line-height: 42px;
}
#single-lecture-page .single-lecture-title-holder .counter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2d3046;
  padding: 10px;
  margin: 15px 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  color: #7cb870;
}
#single-lecture-page .single-lecture-title-holder .counter img {
  flex: 0 0 auto;
  margin-right: 10px;
}
#single-lecture-page .single-lecture-tags-holder {
  display: flex;
  margin-bottom: 20px;
  color: #5a9f5b;
}
#single-lecture-page .single-lecture-tags-holder .tag::before {
  content: "#";
  letter-spacing: -4px;
}
#single-lecture-page .single-lecture-tags-holder span {
  margin: 0 5px;
  color: #2e3147;
}
#single-lecture-page .single-lecture-tags-holder a {
  color: #5a9f5b;
}
#single-lecture-page .lecture-text-block {
  font-size: 20px;
}
#single-lecture-page .single-lecture-interact-btn {
  display: flex;
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#single-lecture-page .single-lecture-interact-btn .interact-share {
  background-color: #7cb870;
  padding: 0 20px;
  border-radius: 20px;
  align-self: center;
  margin-right: 40px;
}
#single-lecture-page .single-lecture-interact-btn .interact-share img {
  padding: 10px;
  height: 40px;
}
#single-lecture-page .single-lecture-interact-btn .interact-gift {
  background-color: #ef4b3c;
  padding: 9px 20px;
  border-radius: 20px;
  align-self: center;
}
#single-lecture-page .log-into-content {
  width: 60%;
}
#single-lecture-page .log-into-content .log-into-content-btn-holder {
  display: flex;
  background-color: #f04d3f;
  border-radius: 40px;
  padding: 14px 26px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
#single-lecture-page .log-into-content .log-into-content-btn-holder .log-into-holder-text {
  width: 70%;
}
#single-lecture-page .log-into-content .log-into-content-btn-holder .log-into-holder-text a {
  color: #ffffff;
}
#single-lecture-page .log-into-content .log-into-content-btn-holder .log-into-holder-icon {
  width: 40px;
}

@media only screen and (max-width: 767px) {
  #lectures-page .block-heading .description {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
  }
  #lectures-page #lectures-block .categories {
    display: none;
  }
  #lectures-page #lectures-block .category-dropdown {
    display: block;
    background-color: #609256;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
  }
  #lectures-page #lectures-block .category-dropdown select {
    background-color: #609256;
    border: none;
    text-transform: uppercase;
    color: #fff;
  }
  #lectures-page #lectures-block .category-dropdown select option {
    text-transform: uppercase;
  }

  #single-lecture-page .single-lecture-title-holder .lecture-title {
    font-size: 28px;
    width: 100%;
    line-height: 36px;
  }

  .block-heading .title {
    font-size: 30px;
    line-height: 32px;
  }
}
.single-lecture-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  color: #609256;
}
.single-lecture-card:hover {
  background: #609256;
  color: #fff;
}
.single-lecture-card:hover span {
  color: #fff !important;
}
.single-lecture-card:hover h2 {
  color: #fff;
}
.single-lecture-card:hover .video-icon {
  color: #fff !important;
}
.single-lecture-card:hover .video-icon img {
  filter: brightness(0) invert(1);
}
.single-lecture-card a {
  color: unset;
  text-decoration: none;
}
.single-lecture-card .lecture-featured-image img {
  object-fit: cover;
  width: 1500px;
  height: 250px;
}
.single-lecture-card .card-info-holder .tagline {
  padding: 20px;
}
.single-lecture-card .card-info-holder .tagline .tags {
  display: flex;
}
.single-lecture-card .card-info-holder .tagline .tags .tag {
  margin-right: 5px;
}
.single-lecture-card .card-info-holder .tagline .tags .tag::before {
  content: "#";
  letter-spacing: -1px;
}
.single-lecture-card .card-info-holder .tagline span {
  padding: 0 5px;
  color: #2e3147;
}
.single-lecture-card .card-info-holder .tagline .name {
  height: 30px;
}
.single-lecture-card .card-info-holder .info-holder .card-title {
  padding: 0 20px 0 20px;
  height: 150px;
}
.single-lecture-card .card-info-holder .info-holder .card-title a {
  color: #2e3147;
  text-decoration: unset;
}
.single-lecture-card .card-info-holder .info-holder .card-title h2 {
  font-size: 26px;
}
.single-lecture-card .card-info-holder .info-holder .video-counter-row-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}
.single-lecture-card .card-info-holder .info-holder .video-counter-row-holder .video-icon {
  display: flex;
  align-items: center;
  color: #609256;
  padding: 0 20px;
}
.single-lecture-card .card-info-holder .info-holder .video-counter-row-holder .video-icon a {
  text-decoration: none;
  color: unset;
}
.single-lecture-card .card-info-holder .info-holder .video-counter-row-holder .video-icon img {
  width: 34px;
  margin-right: 10px;
}
.single-lecture-card .card-info-holder .info-holder .video-counter-row-holder .counter {
  display: flex;
  align-items: center;
  background-color: #f6f9ef;
  padding: 10px 15px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  color: #609256;
}
.single-lecture-card .card-info-holder .info-holder .video-counter-row-holder .counter img {
  margin-right: 10px;
}

/* Blog Styles
--------------------------------------------- */
#single-blog-page {
  background-color: #f5f9ed;
}
#single-blog-page .blog-title {
  padding: 40px 0 20px 0;
  font-size: 32px;
}
#single-blog-page .blog-tags-holder {
  display: flex;
  margin-bottom: 30px;
  color: #609256;
}
#single-blog-page .blog-tags-holder .tag {
  display: none;
}
#single-blog-page .blog-tags-holder .tag div {
  margin-right: 5px;
}
#single-blog-page .blog-tags-holder .tag div::before {
  content: "#";
  letter-spacing: -1px;
}
#single-blog-page .blog-tags-holder .source {
  display: flex;
}
#single-blog-page .blog-tags-holder .source span {
  margin-right: 5px;
  color: #2e3147;
  font-weight: bold;
  display: none;
}
#single-blog-page .blog-tags-holder .source a {
  color: #609256;
}
#single-blog-page .featured-image {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
#single-blog-page .featured-image img.post-thumbnail {
  object-fit: cover;
  width: 1500px;
}
#single-blog-page .featured-image .counter {
  position: absolute;
  bottom: 5%;
  right: 0;
  display: flex;
  background-color: #f6f9ef;
  padding: 9px;
  align-items: center;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  color: #609256;
}
#single-blog-page .featured-image .counter img {
  height: 28px;
}
#single-blog-page .featured-image .counter div {
  padding: 0 15px;
}
#single-blog-page #related-blogs {
  background-color: #fff;
}
#single-blog-page #related-blogs .headline-holder .block-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#single-blog-page #related-blogs .headline-holder .block-heading div.title {
  font-size: 32px;
}
#single-blog-page #related-blogs .headline-holder .main-category-btn {
  background-color: #669966;
}
#single-blog-page #related-blogs .headline-holder a {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
#single-blog-page #related-blogs .blog-card {
  background-color: #f5f9ed;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 10px;
}
#single-blog-page #related-blogs .blog-card .featured-image {
  margin-bottom: 0;
  height: 250px;
}
#single-blog-page #related-blogs .blog-card .featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#single-blog-page #related-blogs .blog-card .blog-info {
  padding: 15px;
}
#single-blog-page #related-blogs .blog-card .blog-info .tags-list {
  height: 30px;
}
#single-blog-page #related-blogs .blog-card .blog-info .tags-list .tag-item {
  margin-right: 5px;
}
#single-blog-page #related-blogs .blog-card .blog-info .tags-list .related-blog-title {
  font-size: 22px;
  height: 150px;
}
#single-blog-page #related-blogs .blog-card .blog-info .tags-list .read-more {
  color: #609256;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #single-blog-page .blog-title {
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #blog-page .rubrika_desc {
    min-height: 100px;
  }
  #blog-page .blog-card {
    width: 50%;
  }

  #single-blog-page .row .col-md-8 {
    width: 100%;
  }

  #related-blogs .blog-card {
    width: 50%;
  }
}
/* Membership
--------------------------------------------- */
#membership-page {
  background-image: url("/wp-content/uploads/2023/11/Group-5-1.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2bf1e;
  border-top: 2px solid #fff;
}

@media only screen and (max-width: 767px) {
  #membership-page .block-heading .description {
    width: 100%;
  }
  #membership-page .membership-items .membership-offer {
    margin-bottom: 20px;
  }
}
/* Woocommerce related
--------------------------------------------- */
.woocommerce {
  margin-top: 40px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  background-color: transparent !important;
}
.woocommerce .woocommerce-notices-wrapper a {
  display: none;
}
.woocommerce .woocommerce-cart-form {
  padding: 20px 0;
  font-size: 18px;
}
.woocommerce .woocommerce-cart-form .subscription-details {
  display: none;
}
.woocommerce .woocommerce-cart-form table .product-thumbnail {
  display: none;
}
.woocommerce .woocommerce-cart-form .cart_item {
  height: 70px;
}
.woocommerce .woocommerce-cart-form .cart_item .product-remove a {
  color: #609256;
  text-decoration: none;
}
.woocommerce .woocommerce-cart-form .cart_item .product-thumbnail {
  display: none !important;
}
.woocommerce .woocommerce-cart-form .cart_item .product-name a {
  color: #609256;
  text-decoration: none;
}
.woocommerce .woocommerce-cart-form .cart_item .product-quantity {
  width: 150px;
}
.woocommerce .woocommerce-cart-form .cart_item .product-quantity .quantity input {
  width: 40%;
  border: 1px solid transparent;
  border-radius: 13px;
  text-indent: 50%;
}
.woocommerce .woocommerce-cart-form .coupon {
  margin: 20px 0;
}
.woocommerce .woocommerce-cart-form .coupon input {
  border: 1px solid transparent;
  border-radius: 13px;
  text-indent: 20px;
  padding: 5px 22px;
}
.woocommerce .woocommerce-cart-form .coupon button {
  margin-left: 20px;
  background-color: #90bb7c;
}
.woocommerce .woocommerce-cart-form button {
  padding: 10px 22px;
  border-radius: 23px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #669966;
}
.woocommerce .cart_totals h2 {
  margin-bottom: 30px;
}
.woocommerce .cart_totals .cart-subtotal th {
  width: 150px;
}
.woocommerce .cart_totals .wc-proceed-to-checkout a {
  padding: 10px 22px;
  border-radius: 23px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #f04d3f;
  text-decoration: none;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: transparent;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
  text-decoration: none;
  color: #609256;
}
.woocommerce .woocommerce-form-coupon input {
  border: 1px solid transparent;
  border-radius: 13px;
  text-indent: 20px;
  padding: 5px 22px;
}
.woocommerce .woocommerce-form-coupon button {
  padding: 10px 22px;
  border-radius: 23px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #669966;
}
.woocommerce #customer_details .col-1 {
  width: 100%;
}
.woocommerce #customer_details .col-1 .woocommerce-billing-fields {
  margin-top: 30px;
}
.woocommerce #customer_details .col-1 .woocommerce-billing-fields input {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 13px;
  text-indent: 20px;
  padding: 5px 22px;
}
.woocommerce #customer_details .col-1 .woocommerce-billing-fields .select2-selection {
  border: 1px solid transparent;
  border-radius: 13px;
  text-indent: 20px;
  padding: 0px 22px;
}
.woocommerce .woocommerce-additional-fields {
  display: none;
}
.woocommerce #order_review_heading {
  padding: 20px 0;
}
.woocommerce .woocommerce-checkout-review-order-table thead {
  height: 45px;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item {
  height: 30px;
}
.woocommerce .woocommerce-checkout-payment {
  padding-bottom: 60px;
}
.woocommerce .woocommerce-checkout-payment button {
  padding: 10px 22px;
  border-radius: 23px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #f04d3f;
}
.woocommerce .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  text-decoration: none;
  color: #609256;
}
.woocommerce .woocommerce-checkout .woocommerce-error {
  background-color: transparent;
}
.woocommerce .woocommerce-checkout .woocommerce-error li {
  color: #f04d3f;
}

.page-id-188 .page-holder h1 {
  padding-top: 0px;
  color: transparent;
}
.page-id-188 .user-profile {
  background-image: url(/wp-content/uploads/2023/12/Vector-Smart-Object-account-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  border-radius: 40px;
  width: 70%;
}
.page-id-188 .user-profile form legend {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-id-188 .user-profile form input {
  color: black;
  border: none;
  border-radius: 18px;
  padding: 10px;
  text-indent: 10px;
  width: 70%;
}
.page-id-188 .user-profile form fieldset {
  padding: 0;
}
.page-id-188 .user-profile form button {
  width: 60%;
  border: none;
  border-radius: 18px;
  padding: 8px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #e34738;
  line-height: 28px;
  margin-top: 30px;
}

.woocommerce-orders main {
  background-image: url(/wp-content/uploads/2023/11/Group-5-1.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2bf1e;
  border-top: 2px solid #fff;
}
.woocommerce-orders main h1 {
  display: none;
}
.woocommerce-orders main .woocommerce {
  margin-top: 0;
}

.orders-page-block .block-title {
  font-size: 32px;
  color: #ffffff;
  padding: 60px 0 20px 0;
}
.orders-page-block .block-card {
  background: #fff;
  padding: 60px;
  border-radius: 24px;
}
.orders-page-block .block-card .active-subscription-product-name {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
}
.orders-page-block .block-card .subscription-details, .orders-page-block .block-card .user-details {
  background: url(/wp-content/uploads/2023/10/Vector-Smart-Object-copy-5.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.orders-page-block .block-card a {
  text-decoration: none;
  color: red;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .woocommerce-MyAccount-content .user-profile {
    width: 100%;
  }
  .woocommerce-MyAccount-content .user-profile form input {
    width: 100%;
  }
  .woocommerce-MyAccount-content .user-profile form button {
    width: 100%;
  }
  .woocommerce-MyAccount-content .orders-page-block:last-child {
    padding-bottom: 20px;
  }
  .woocommerce-MyAccount-content .orders-page-block .block-title {
    font-size: 28px;
  }
  .woocommerce-MyAccount-content .orders-page-block .block-card {
    padding: 40px;
  }
  .woocommerce-MyAccount-content .orders-page-block .block-card .active-subscription-product-name {
    font-size: 22px;
  }
  .woocommerce-MyAccount-content .orders-page-block .block-card a {
    font-size: 14px;
  }
  .woocommerce-MyAccount-content .orders-page-block .block-card .subscription-details, .woocommerce-MyAccount-content .orders-page-block .block-card .user-details {
    margin-bottom: 20px;
  }

  .cart-collaterals .shop_table .recurring-totals {
    display: none;
  }
  .cart-collaterals .shop_table .recurring-total {
    display: none;
  }
}
#order_review .recurring-totals th {
  display: none;
}
#order_review .recurring-total th {
  display: none;
}
#order_review .recurring-total td {
  display: none;
}
#order_review .recurring-total td .first-payment-date {
  display: block;
}

/* History
--------------------------------------------- */
.user-history-page {
  background-color: #212337;
  min-height: 100vh;
}
.user-history-page .heading-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.user-history-page .heading-holder #video-history-button, .user-history-page .heading-holder #blog-history-button {
  width: 240px;
}
.user-history-page #video-history-block .heading, .user-history-page #blog-history-block .heading {
  color: #f2bf1e;
  font-size: 28px;
  margin-bottom: 20px;
}
.user-history-page #blog-history-block .blog-card {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 767px) {
  #video-history-button, #blog-history-button {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .user-history-page .col-md-4 {
    width: 50%;
  }

  .page-id-188 .user-profile {
    width: 100%;
  }
  .page-id-188 .user-profile form input {
    width: 100%;
  }
  .page-id-188 .user-profile form button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
  }
}
/* Cards Filter and Card Template styles
--------------------------------------------- */
.cards-filter-template .tag-description-holder {
  width: 650px;
  margin-bottom: 40px;
}
.cards-filter-template .category-buttons-container {
  margin-bottom: 80px;
}
.cards-filter-template .category-buttons-container .category-buttons {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.cards-filter-template .category-buttons-container .category-buttons .cards-filter_category-button {
  background-color: #90bb7c;
  padding: 8px 22px;
  border-radius: 23px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.cards-filter-template .category-buttons-container .category-buttons-dropdown {
  display: none;
  background-color: #609256;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
}
.cards-filter-template .category-buttons-container .category-buttons-dropdown select {
  background-color: #609256;
  border: none;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cards-filter-template .category-buttons {
    display: none;
  }
  .cards-filter-template .category-buttons-dropdown {
    display: block;
  }
}

.cards-filter_lecture-card {
  text-decoration: none;
}
.cards-filter_lecture-card .cards-filter_card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  color: #609256;
}
.cards-filter_lecture-card .cards-filter_card :hover {
  background: #609256;
  color: #fff;
}
.cards-filter_lecture-card .cards-filter_card :hover .video-icon img {
  filter: brightness(0) invert(1);
}
.cards-filter_lecture-card .cards-filter_card .featured-image img {
  object-fit: cover;
  width: 1500px;
  height: 250px;
}
.cards-filter_lecture-card .cards-filter_card .card-info-holder {
  padding: 20px;
}
.cards-filter_lecture-card .cards-filter_card .card-info-holder .tagline {
  height: 30px;
  margin-bottom: 20px;
}
.cards-filter_lecture-card .cards-filter_card .card-info-holder .card-title {
  height: 150px;
}
.cards-filter_lecture-card .cards-filter_card .card-info-holder .card-title h2 {
  font-size: 26px;
}
.cards-filter_lecture-card .cards-filter_card .card-info-holder .video-counter-row-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.cards-filter_lecture-card .cards-filter_card .card-info-holder .video-counter-row-holder .video-icon {
  display: flex;
  align-items: center;
  color: #609256;
}
.cards-filter_lecture-card .cards-filter_card .card-info-holder .video-counter-row-holder .video-icon img {
  width: 34px;
  margin-right: 10px;
}

/*# sourceMappingURL=style.css.map */
