/*
Theme Name: SAFEME
Author: Alex Bondariev & Imaginary Trout
Author URI: imaginarytrout.com
Version: 1.0.0
Description: SAFEME theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: safeme
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.listreset, .header .holder-menu .header-navigation, .holder-footer .footer-links, .holder-footer .social-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, a, .header .holder-menu, .header .holder-menu .header-navigation li a, .nav-opener, .holder-not-front .gform_button.button,
.holder-not-front .wp-block-button__link,
.holder-single-courses .gform_button.button,
.holder-single-courses .wp-block-button__link, .btn,
.sensei-course-theme-lesson-quiz-notice__action.sensei-course-theme__button.is-link,
.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link,
.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link,
.sensei-course-theme .wp-block-button.wp-block-button > .wp-block-button__link {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.holder-not-front .gform_button.button,
.holder-not-front .wp-block-button__link,
.holder-single-courses .gform_button.button,
.holder-single-courses .wp-block-button__link, .btn,
.sensei-course-theme-lesson-quiz-notice__action.sensei-course-theme__button.is-link,
.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link,
.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link,
.sensei-course-theme .wp-block-button.wp-block-button > .wp-block-button__link {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Noto Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #404040;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #404040;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #404040;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #404040; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #404040; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #404040; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #404040; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #404040; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }
  #wrapper {
    display: table-cell;
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%; } }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #eb0029;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.2em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  margin-bottom: 1.2em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    background: #eb0029;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #eb0029;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.2em;
  border: 1px solid #404040;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #404040; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #eb0029;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

.header {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  background-color: #fff; }
  .header .holder-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0; }
    @media (min-width: 1024px) {
      .header .holder-header {
        padding: 20px 0; } }
  .header .logo {
    margin-right: 15px; }
    .header .logo a img {
      width: 100%;
      max-width: 165px; }
      @media (min-width: 1024px) {
        .header .logo a img {
          max-width: 300px; } }
  .header .block-login {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .header .block-login {
        margin-bottom: 0; } }
    .header .block-login:hover {
      color: #eb0029; }
    .header .block-login i {
      margin-right: 5px; }
  .header .holder-menu {
    position: absolute;
    top: 54px;
    left: auto;
    transform: translateX(105%);
    right: 0;
    width: 100%;
    z-index: 8;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    z-index: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 180px;
    z-index: 9;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    text-align: center; }
    @media (min-width: 480px) {
      .header .holder-menu {
        width: 348px; } }
    @media (min-width: 1024px) {
      .header .holder-menu {
        position: static;
        transform: none;
        min-height: auto;
        height: auto;
        padding: 0;
        width: auto;
        top: auto;
        background: transparent;
        overflow: visible;
        text-align: left;
        box-shadow: none;
        position: relative;
        flex-direction: row;
        text-align: left; } }
    @media (min-width: 1024px) {
      .header .holder-menu .primary-nav-wrapper {
        margin-right: 15px; } }
    @media (min-width: 1024px) {
      .header .holder-menu .header-navigation {
        display: flex;
        align-items: center; } }
    .header .holder-menu .header-navigation li {
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .header .holder-menu .header-navigation li {
          margin-left: 15px;
          margin-bottom: 0; } }
      .header .holder-menu .header-navigation li a {
        display: inline-block;
        color: #000; }
        .header .holder-menu .header-navigation li a:hover {
          color: #eb0029;
          text-decoration: none; }
        @media (min-width: 1024px) {
          .header .holder-menu .header-navigation li a {
            padding: 10px 0; } }
  .header .wpml-ls-legacy-dropdown,
  .header .wpml-ls-legacy-dropdown-click {
    width: 140px; }
    @media (min-width: 1024px) {
      .header .wpml-ls-legacy-dropdown,
      .header .wpml-ls-legacy-dropdown-click {
        margin-left: 30px; } }
    .header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
    .header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
      border: 1px solid #000000;
      border-top: 0; }
      .header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover,
      .header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
        text-decoration: none;
        color: #eb0029;
        background-color: transparent; }
    .header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
    .header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
      border: 1px solid #000000;
      padding: 8px 33px 8px 10px; }
      .header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after,
      .header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
        top: calc(50% - 7px) !important;
        font-family: 'Font Awesome 6 Free' !important;
        font-weight: 900 !important;
        -webkit-font-smoothing: antialiased !important;
        content: '\f078' !important;
        border: 0 !important; }
      .header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover,
      .header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
        text-decoration: none;
        color: #eb0029;
        background-color: transparent; }

.header.site-header-clone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  pointer-events: none;
  opacity: 0; }

.header.site-header-clone.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto; }

@media (min-width: 1024px) {
  .nav-opener {
    display: none; } }

.nav-opener {
  position: relative;
  z-index: 1001;
  float: right;
  color: #434343;
  width: 31px;
  height: 33px; }
  .nav-opener:before {
    position: absolute;
    content: "";
    top: 5px;
    bottom: auto;
    left: 0;
    right: 0; }
  .nav-opener:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 7px;
    left: 0;
    right: 0; }
  .nav-opener:before, .nav-opener:after,
  .nav-opener .icn-bar {
    height: 3px;
    transition: inherit;
    background-color: currentColor; }
  .nav-opener:hover, .nav-opener:focus {
    color: #434343; }
  .nav-opener .icn-bar {
    left: 0;
    right: 0;
    top: 14px;
    position: absolute; }
  .nav-active .nav-opener {
    color: #434343; }
    .nav-active .nav-opener:hover {
      color: #434343; }
    .nav-active .nav-opener:before {
      transform: rotate(225deg) translate(-5px, -5px); }
    .nav-active .nav-opener:after {
      transform: rotate(-225deg) translate(-8px, 8px); }
    .nav-active .nav-opener .icn-bar {
      opacity: 0;
      visibility: hidden; }

body.nav-active {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nav-active .holder-menu {
  transform: translateX(0%); }

.holder-footer {
  background-color: #303030;
  padding: 50px 0 10px; }
  .holder-footer .footer-links-wrapper {
    margin-bottom: 20px; }
  .holder-footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -30px; }
    .holder-footer .footer-links li {
      padding: 0 30px;
      margin-bottom: 15px;
      width: 50%; }
      @media (min-width: 1024px) {
        .holder-footer .footer-links li {
          width: 25%; } }
    .holder-footer .footer-links a {
      transition: all 0.3s;
      display: block; }
      .holder-footer .footer-links a:hover {
        opacity: 0.7; }
    .holder-footer .footer-links img {
      display: block;
      max-width: 350px;
      margin: 0 auto;
      width: 100%;
      height: 100px;
      object-fit: contain; }
  .holder-footer .social-links-wrapper {
    margin-bottom: 30px; }
  .holder-footer .social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -10px; }
    .holder-footer .social-links li {
      padding: 0 10px;
      margin-bottom: 10px; }
    .holder-footer .social-links a {
      transition: all 0.3s;
      display: block; }
      .holder-footer .social-links a:hover {
        opacity: 0.7; }
    .holder-footer .social-links img {
      display: block;
      width: 20px;
      height: 20px;
      object-fit: contain; }
  .holder-footer .copyright {
    color: #fff; }

.wpml-ls-statics-footer {
  background-color: #303030;
  padding-bottom: 10px;
  margin-bottom: 0 !important; }
  .wpml-ls-statics-footer a.wpml-ls-link:hover {
    text-decoration: none !important;
    color: #eb0029 !important; }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto; }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 20px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 20px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.holder-not-front,
.holder-single-courses {
  padding: 50px 0; }
  .holder-not-front .title h1,
  .holder-single-courses .title h1 {
    text-align: center; }
  .holder-not-front .gform_wrapper,
  .holder-single-courses .gform_wrapper {
    border: 2px solid #EBEBEB;
    padding: 25px; }
  .holder-not-front .gform_button.button,
  .holder-not-front .wp-block-button__link,
  .holder-single-courses .gform_button.button,
  .holder-single-courses .wp-block-button__link {
    background: #eb0029 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 40px !important;
    text-decoration: none !important;
    border: 2px solid #eb0029 !important;
    margin: 0 auto !important;
    width: auto; }
    .holder-not-front .gform_button.button:hover,
    .holder-not-front .wp-block-button__link:hover,
    .holder-single-courses .gform_button.button:hover,
    .holder-single-courses .wp-block-button__link:hover {
      text-decoration: none !important;
      background-color: transparent !important;
      color: #eb0029 !important; }

.holder-single-courses h1 {
  margin-bottom: 40px; }

.is-layout-flex {
  margin-bottom: 30px; }

.login-holder {
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }
  .login-holder .gform_wrapper {
    margin: 25px 0; }
  .login-holder .gfield_label {
    margin-bottom: 7px;
    display: inline-block; }
  .login-holder .gfield--type-text {
    margin-bottom: 15px; }
  .login-holder .gfield--type-remember_me {
    margin-bottom: 10px; }
  .login-holder .gf_login_links a {
    display: inline-block;
    margin-bottom: 15px; }

.logged-in .hide-login {
  display: none !important; }

.logged-in .hide-logout {
  display: block !important; }

body:not(.logged-in) .hide-logout {
  display: none !important; }

.wp-block-group.sensei-lesson-footer {
  justify-content: center; }

.sensei-course-theme__quiz__footer .sensei-quiz-actions {
  justify-content: center !important;
  border: none !important; }
  .sensei-course-theme__quiz__footer .sensei-quiz-actions .sensei-quiz-actions-primary,
  .sensei-course-theme__quiz__footer .sensei-quiz-actions .sensei-quiz-actions-secondary {
    margin: 0 10px; }

.sensei-course-theme__quiz__footer .sensei-quiz-action.wp-block-button {
  border: none !important; }

.sensei-course-theme__quiz__footer.alignwide {
  width: 100% !important;
  left: auto !important;
  transform: none !important; }

.sensei-course-theme__quiz__footer .sensei-quiz-actions .sensei-quiz-actions-secondary .sensei-quiz-action button {
  color: #eb0029;
  font-size: 13px; }
  @media (min-width: 768px) {
    .sensei-course-theme__quiz__footer .sensei-quiz-actions .sensei-quiz-actions-secondary .sensei-quiz-action button {
      font-size: 16px; } }

.sensei-course-theme-course-progress-bar-inner,
.has-vivid-red-background-color {
  background-color: #eb0029 !important; }

.single-cources-custom header.title h1 {
  margin: 0 0 20px !important; }

.single-cources-custom .holder-img-single-cources {
  position: relative;
  min-height: 200px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .single-cources-custom .holder-img-single-cources {
      min-height: 350px; } }
  .single-cources-custom .holder-img-single-cources img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.single-cources-custom .wp-block-sensei-lms-course-outline-lesson.completed {
  color: #4BB543; }
  .single-cources-custom .wp-block-sensei-lms-course-outline-lesson.completed svg {
    color: #4BB543; }
  .single-cources-custom .wp-block-sensei-lms-course-outline-lesson.completed use {
    color: #4BB543; }

.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-radio:checked {
  border: 6px solid #eb0029 !important; }

.btn,
.sensei-course-theme-lesson-quiz-notice__action.sensei-course-theme__button.is-link,
.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link,
.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link,
.sensei-course-theme .wp-block-button.wp-block-button > .wp-block-button__link {
  background: #eb0029 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 7px 10px !important;
  text-decoration: none !important;
  border: 1px solid #eb0029 !important;
  font-size: 13px; }
  @media (min-width: 768px) {
    .btn,
    .sensei-course-theme-lesson-quiz-notice__action.sensei-course-theme__button.is-link,
    .sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link,
    .sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link,
    .sensei-course-theme .wp-block-button.wp-block-button > .wp-block-button__link {
      padding: 10px 15px !important;
      border: 2px solid #eb0029 !important;
      font-size: 16px; } }
  .btn:hover, .btn:focus,
  .sensei-course-theme-lesson-quiz-notice__action.sensei-course-theme__button.is-link:hover,
  .sensei-course-theme-lesson-quiz-notice__action.sensei-course-theme__button.is-link:focus,
  .sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link:hover,
  .sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link:focus,
  .sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link:hover,
  .sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link:focus,
  .sensei-course-theme .wp-block-button.wp-block-button > .wp-block-button__link:hover,
  .sensei-course-theme .wp-block-button.wp-block-button > .wp-block-button__link:focus {
    text-decoration: none !important;
    background-color: #fff !important;
    color: #eb0029 !important; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  transition: none !important; }

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

/*Sensei Button Styles - Trout Add */  
.sensei-course-theme__button.is-primary {
    background: #eb0029 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 40px !important;
    text-decoration: none !important;
    border: 2px solid #eb0029 !important;
    margin: 0 auto !important;
    width: auto;
}

.sensei-course-theme__button.is-primary:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    color: #eb0029 !important;
}

.sensei-course-theme__button.is-link {
    background: #eb0029 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 40px !important;
    text-decoration: none !important;
    border: 2px solid #eb0029 !important;
    margin: 0 auto !important;
    width: auto;
}

a.sensei-course-theme__button.is-secondary.wp-element-button.is-link:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    color: #eb0029 !important;
    border: 2px solid #eb0029 !important;
}

.wp-block-sensei-lms-course-list-filter {
    display: none;
}

/* popup styles */
.pum-close {
    background-color: #EC0A28 !important;
}

.wp-block-button__link {
    background-color: #ec0a28;
    text-decoration: none !important;
}

.wp-block-button.is-style-outline--1 {
    border-color: #ec0a28 !important;
    color: #ec0a28 !important;
    text-decoration: none !important;
}
