/*
 Theme Name:   MavenPress Child
 Theme URI:    https://maven.press
 Description:  Child theme of MavenPress
 Author:       Rahu @ MavenPress
 Author URI:   https://thewoke.co
 Template:     mavenpress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  mavenpress-child
*/
/*--------------------------------------------------------------
# Variables & Mixins
--------------------------------------------------------------*/
/*
// Background Gradient Colors
$shop__bg_gradient: linear-gradient(45deg, #ddd, #ccc);

// Shop Buttons General
$shop__button_bg: #ce262f;
$shop__button_text: #fff;
$shop__button_border: #fff;

// Navigation Color
$shop__header_text: #202020;

// General text colors
$shop__text_general: #202020;
$shop__border_general: rgba(0,0,0,0.5);
$shop__text_shadow: 1px 1px 1px rgba(255,255,255,0.3);

// Product Tables
$shop__text_labels: #202020;

// Checkout Button
$checkout_button_bg: #ce262f;
$checkout_button_shadow: 1px 1px 1px rgba(0,0,0,0.3);
$cart_border_style: 1px solid rgba(0,0,0,.3);

// Cart table colors
$cart_cell_bg: rgba(255,255,255,0.5);
$cart_cell_bg_alt: rgba(255,255,255,0.75);
$cart_cell_text: #333;

// Notification Backgrounds
$color__error_bg: #e86363;
$color__success_bg: #49c371;
$color__warning_bg: #d2c63a;
*/
/* MavenPress -- Mixins      */
/* ************************* */
/* Admin bar & fixed header fix
/* https://www.sitepoint.com/getting-sticky-headers-wordpress-admin-bar-behave/ */
/* **************************************************************************** */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4; }
  @media only screen and (max-width: 1240px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media only screen and (max-width: 960px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 16px;
      font-size: 1rem; } }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Josefin Sans", sans-serif; }

h1 {
  font-size: 40px;
  font-size: 2.5rem; }

h2 {
  font-size: 30px;
  font-size: 1.875rem; }

h3 {
  font-size: 25px;
  font-size: 1.5625rem; }

h4 {
  font-size: 22px;
  font-size: 1.375rem; }

.section-heading {
  font-size: 50px;
  font-size: 3.125rem; }

@media only screen and (max-width: 1240px) {
  h1 {
    font-size: 35px;
    font-size: 2.1875rem; }
  h2 {
    font-size: 28px;
    font-size: 1.75rem; }
  h3 {
    font-size: 22px;
    font-size: 1.375rem; }
  h4 {
    font-size: 20px;
    font-size: 1.25rem; }
  .section-heading {
    font-size: 40px;
    font-size: 2.5rem; } }

@media only screen and (max-width: 960px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem; }
  h2 {
    font-size: 25px;
    font-size: 1.5625rem; }
  h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  h4 {
    font-size: 18px;
    font-size: 1.125rem; }
  .section-heading {
    font-size: 30px;
    font-size: 1.875rem; } }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  font-size: 9.375px;
  font-size: 0.58594rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 9.375px;
  font-size: 0.58594rem; }

abbr, acronym {
  cursor: help; }

mark, ins {
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Theme Adjustments
--------------------------------------------------------------*/
/* Custom Header */
#masthead.header-layout-custom {
  height: 50px;
  padding: 0 20px; }
  #masthead.header-layout-custom .header-navigation {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #masthead.header-layout-custom .header-navigation .header-cta .cta-button {
      display: none;
      background: #ce262f;
      text-decoration: none;
      color: #fff !important;
      padding: 0 15px;
      line-height: 50px;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1rem;
      opacity: 0.9; }
      #masthead.header-layout-custom .header-navigation .header-cta .cta-button:hover {
        opacity: 1; }
      #masthead.header-layout-custom .header-navigation .header-cta .cta-button.visible {
        display: block; }
  #masthead.header-layout-custom.scrolled {
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 0;
    padding: 0 20px;
    padding-right: 0; }
  #masthead.header-layout-custom #navigation-toggle {
    display: block; }
    #masthead.header-layout-custom #navigation-toggle .bar {
      background: #fff; }

#mobile-navigation {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding-top: 120px;
  padding-bottom: 30px; }
  #mobile-navigation.toggled {
    display: block; }
  #mobile-navigation #primary-mobnav {
    list-style: none;
    margin: 0;
    padding: 0; }
    #mobile-navigation #primary-mobnav li a {
      text-decoration: none;
      color: #fff !important;
      font-size: 25px;
      font-size: 1.5625rem;
      font-weight: 700;
      font-family: "Josefin Sans", sans-serif;
      padding: 10px;
      border-left: 15px solid rgba(206, 38, 47, 0); }
      #mobile-navigation #primary-mobnav li a:hover {
        border-left: 15px solid #ce262f;
        background: #ce262f; }
    #mobile-navigation #primary-mobnav li > .sub-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-left: 30px;
      opacity: 0;
      height: auto;
      max-height: 0;
      pointer-events: none;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      #mobile-navigation #primary-mobnav li > .sub-menu li {
        margin-bottom: 0; }
        #mobile-navigation #primary-mobnav li > .sub-menu li a {
          font-size: 20px;
          font-size: 1.25rem;
          border-left: 3px solid #fff;
          padding: 5px 10px; }
          #mobile-navigation #primary-mobnav li > .sub-menu li a:hover {
            border-left: 3px solid #ce262f; }
    #mobile-navigation #primary-mobnav li.toggled > .sub-menu {
      margin-bottom: 25px;
      margin-top: 5px;
      opacity: 1;
      max-height: 500px;
      pointer-events: all; }

/* Homepage Content */
#homepage-contact-form {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 450px;
  margin: 0 auto; }
  #homepage-contact-form li {
    margin-bottom: 15px; }
    #homepage-contact-form li input[type="text"],
    #homepage-contact-form li input[type="email"],
    #homepage-contact-form li textarea {
      background: rgba(0, 0, 0, 0.3);
      border: none;
      border-bottom: 1px solid #fff;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1rem; }
    #homepage-contact-form li.form-submit-button {
      position: relative;
      margin-top: 25px;
      text-align: center; }
      #homepage-contact-form li.form-submit-button .ajax-loader {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.5); }
    #homepage-contact-form li input[type="submit"] {
      display: inline-block;
      background: #ce262f;
      color: #fff;
      font-family: "Josefin Sans", sans-serif;
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 700;
      border: none;
      padding: 0;
      width: 110px;
      line-height: 110px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }

.wpcf7-response-output {
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

/* Homepage Customization */
#online-course-signup .subscription-content-tab {
  display: none; }
  #online-course-signup .subscription-content-tab.visible {
    display: block !important; }
  #online-course-signup .subscription-content-tab .subscription-tab-heading i {
    font-style: normal; }
  #online-course-signup .subscription-content-tab#subscription-tab-gold .subscription-tab-heading i {
    color: #feb900; }
  #online-course-signup .subscription-content-tab#subscription-tab-silver .subscription-tab-heading i {
    color: #aeaeae; }
  #online-course-signup .subscription-content-tab#subscription-tab-bronze .subscription-tab-heading i {
    color: #cd832c; }

#online-course-signup .subscription-video-col {
  align-items: center; }

#live-events-section .event-tab-toggle a {
  background: #fff !important;
  width: 120px !important;
  height: 120px; }
  #live-events-section .event-tab-toggle a .elementor-button-text {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-55%, -40%); }
  @media only screen and (max-width: 960px) {
    #live-events-section .event-tab-toggle a {
      width: 100px !important;
      height: 100px; } }
  @media only screen and (max-width: 480px) {
    #live-events-section .event-tab-toggle a {
      width: 80px !important;
      height: 80px; } }

#live-events-section .event-tab-toggle.active a {
  color: #fff !important;
  background: #ce262f !important; }

#live-events-section .event-tab {
  display: none; }
  #live-events-section .event-tab.visible {
    display: block !important; }

/* Blog Page Adjustments */
#featured-posts-slider .slide .slide-content {
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 550px;
  max-width: 90%; }
  #featured-posts-slider .slide .slide-content .content-wrapper {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #featured-posts-slider .slide .slide-content .content-wrapper .post-title {
      width: 100%; }
    #featured-posts-slider .slide .slide-content .content-wrapper .post-meta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      #featured-posts-slider .slide .slide-content .content-wrapper .post-meta .post-author {
        text-align: left; }
      #featured-posts-slider .slide .slide-content .content-wrapper .post-meta .post-date {
        text-align: left;
        margin-top: 0;
        margin-left: 15px;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        padding-left: 15px;
        margin-right: 15px;
        border-right: 1px solid rgba(0, 0, 0, 0.3);
        padding-right: 15px; }
    #featured-posts-slider .slide .slide-content .content-wrapper .post-actions {
      margin-bottom: 12px; }

@media only screen and (max-width: 960px) {
  #featured-posts-slider .owl-dots {
    display: none; } }

#toggle-live.active .elementor-button-link,
#toggle-online.active .elementor-button-link {
  background: #ce262f; }

.kalari-live-content,
.kalari-online-content {
  display: none; }
  .kalari-live-content.visible,
  .kalari-online-content.visible {
    display: block; }

body.elementor-editor-active #online-course-signup .subscription-content-tab {
  display: block !important; }

body.elementor-editor-active #live-events-section .event-tab {
  display: block !important; }

body.elementor-editor-active .kalari-live-content,
body.elementor-editor-active .kalari-online-content {
  display: block !important; }
