/*
Theme Name: Elementra Child Theme
Template: elementra
Theme URI: https://elementra.themerex.net/
Description: Elementra Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.1
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra-child
*/
:root {
  --theme-var-widget_padding: 5.2rem 5.7rem 5.7rem;
  --theme-var-input_paddings: 1.5em 1.8em; /* Input paddings */
  --theme-var-sidebar_small_paddings: 5.4rem 5.7rem 5.7rem; /* Sidebar: Small paddings */
  --theme-var-content_big_padding_y: 8.65rem; /* Content: Big paddings */
  --theme-var-content_big_padding_x: 11.5rem; /* Content: Big paddings */
  --theme-var-page_content_wrap_top: 9.3rem;
  --theme-var-page_content_wrap_bottom: 9.4rem;
}

/* Headings
-------------------------------------------------------------- */
.affwp-form legend,
.mcc.mycryptocheckout.online_payment_instructions h2 {
  font-family: var(--theme-font-h3_font-family);
  font-size: var(--theme-font-h3_font-size);
  font-weight: var(--theme-font-h3_font-weight);
  font-style: var(--theme-font-h3_font-style);
  line-height: var(--theme-font-h3_line-height);
  -webkit-text-decoration: var(--theme-font-h3_text-decoration);
          text-decoration: var(--theme-font-h3_text-decoration);
  text-transform: var(--theme-font-h3_text-transform);
  letter-spacing: var(--theme-font-h3_letter-spacing);
}

.affwp-form legend {
  margin-bottom: var(--theme-font-h3_margin-bottom);
}

#affwp-affiliate-dashboard h4 {
  margin-top: var(--theme-font-h4_margin-top);
  margin-bottom: var(--theme-font-h4_margin-bottom);
}

.mcc.mycryptocheckout.online_payment_instructions .to_input.clipboardable input {
  font-family: var(--theme-font-input_font-family);
  font-size: var(--theme-font-input_font-size);
  font-weight: var(--theme-font-input_font-weight);
  font-style: var(--theme-font-input_font-style);
  line-height: var(--theme-font-input_line-height);
  -webkit-text-decoration: var(--theme-font-input_text-decoration);
          text-decoration: var(--theme-font-input_text-decoration);
  text-transform: var(--theme-font-input_text-transform);
  letter-spacing: var(--theme-font-input_letter-spacing);
}

/* Button
-------------------------------------------------------------- */
.theme_button.color_style_dark {
  color: var(--theme-color-alt_title);
  background-color: var(--theme-color-alt_bg_color);
}
.theme_button.color_style_dark:hover {
  color: var(--theme-color-alt_title);
  background-color: var(--theme-color-alt_bd_color);
}

/* Checkbox & Radio
-------------------------------------------------------------- */
.edd_price_options ul > li > label > input[type=radio],
.edd_price_options ul > li > label > input[type=checkbox] {
  display: none;
}
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span {
  padding-left: 3em;
  cursor: pointer;
}
.edd_price_options ul > li > label > input[type=radio] + span:before,
.edd_price_options ul > li > label > input[type=checkbox] + span:before {
  font-size: 0.8rem;
  border: none;
  width: 2.571rem;
  height: 2.571rem;
  line-height: 2.571rem;
  border-radius: 50%;
  top: -0.6em;
  color: var(--theme-color-input_dark);
  background-color: var(--theme-color-input_bg_color);
}
.edd_price_options ul > li > label > input[type=radio] input[type=checkbox]:checked + span:before,
.edd_price_options ul > li > label > input[type=checkbox] input[type=checkbox]:checked + span:before {
  content: "\e98f";
  font-family: "fontello";
}

/* Widget: Tags */
.sc_edd_details .downloads_page_tags .downloads_page_data > a {
  padding: 1.042em 1.462em;
  margin: 9px 9px 0 0;
  font-size: 0.857rem !important;
  font-weight: 600;
  letter-spacing: 0.14em;
  border-radius: 6px;
  color: var(--theme-color-text_dark);
  background-color: var(--theme-color-bg_color);
}
.sc_edd_details .downloads_page_tags .downloads_page_data > a:hover {
  color: var(--theme-color-extra_dark) !important;
  background-color: var(--theme-color-extra_hover);
}
.sc_edd_details .downloads_page_tags .downloads_page_data > a:before {
  content: "#";
}

/* Plugin: AffiliateWP
-------------------------------------------------------------- */
#affwp-register-form,
#affwp-login-form {
  width: 49.8%;
  display: inline-block;
  vertical-align: top;
  padding: var(--theme-var-content_big_padding_y) var(--theme-var-content_big_padding_x);
}

#affwp-register-form {
  background-color: var(--theme-color-alter_bg_hover);
}

#affwp-affiliate-dashboard {
  width: var(--theme-var-page);
  max-width: 100%;
  margin: 0 auto;
  padding-top: var(--theme-var-page_content_wrap_top);
  padding-bottom: var(--theme-var-page_content_wrap_bottom);
}

/* Messages */
.affwp-notice,
.affwp-errors {
  margin: 0;
  padding: 2.9rem;
  border: none;
  color: var(--theme-color-text);
  background-color: var(--theme-color-bg_color_2);
  font-family: var(--theme-font-p_font-family);
  font-size: var(--theme-font-p_font-size);
  font-weight: var(--theme-font-p_font-weight);
  font-style: var(--theme-font-p_font-style);
  line-height: var(--theme-font-p_line-height);
  -webkit-text-decoration: var(--theme-font-p_text-decoration);
          text-decoration: var(--theme-font-p_text-decoration);
  text-transform: var(--theme-font-p_text-transform);
  letter-spacing: var(--theme-font-p_letter-spacing);
}
.affwp-notice *,
.affwp-errors * {
  margin: 0;
  padding: 0;
}

/* Tabs */
#affwp-affiliate-dashboard-tabs a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 1.143rem 2.102rem;
  color: var(--theme-color-text_dark);
  background-color: var(--theme-color-alter_bg_color);
}
#affwp-affiliate-dashboard-tabs a:hover,
#affwp-affiliate-dashboard-tabs .active a {
  color: var(--theme-color-bg_color);
  background-color: var(--theme-color-text_dark);
}
#affwp-affiliate-dashboard-tabs li > a.active {
  border: none;
}
#affwp-affiliate-dashboard-tabs li {
  text-align: center;
  padding: 5px 5px 5px 0 !important;
}
#affwp-affiliate-dashboard-tabs .image {
  height: 7.428rem;
  width: 7.428rem;
  margin: auto;
  margin-bottom: 0;
  border-radius: 50%;
  position: relative;
}
#affwp-affiliate-dashboard-tabs .image img {
  height: 3.142rem;
  margin-top: 2.143rem;
}
#affwp-affiliate-dashboard-tabs .image .count {
  font-size: 1.143rem;
  line-height: 2.25em;
  width: 2.25em;
  height: 2.25em;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -0.35em;
  top: -0.45em;
  display: none;
}
#affwp-affiliate-dashboard-tabs a.active .image .count {
  display: block;
}

/* Forms */
.affwp-form {
  margin-bottom: 0;
}
.affwp-form .affwp-wrap {
  margin-bottom: 30px;
}
.affwp-form legend {
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
}
.affwp-form label {
  margin-bottom: 1.4em;
  display: inline-block;
}
.affwp-form p:last-child {
  margin-bottom: 0;
}

/* Tables */
table.affwp-table td, table.affwp-table th {
  text-align: center;
  border-top: none;
  border-bottom: none;
  padding: 1.8em 1em;
  border-width: 0 !important;
}
table.affwp-table th + th, table.affwp-table th + td, table.affwp-table td + th, table.affwp-table td + td {
  border-left-width: 1px !important;
  border-color: var(--theme-color-bg_color) !important;
}
table.affwp-table th {
  color: var(--theme-color-extra_dark);
  border-color: var(--theme-color-extra_bd_color) !important;
  background-color: var(--theme-color-extra_bg_color);
}
table.affwp-table tbody > tr:nth-child(2n) > td {
  background-color: var(--theme-color-alter_bg_color_07);
}
table.affwp-table tbody > tr:nth-child(2n+1) > td {
  background-color: var(--theme-color-alter_bg_color_04);
}

/* Graphs */
#affwp-graphs-filter {
  margin-bottom: 30px;
}
#affwp-graphs-filter .tablenav.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#affwp-graphs-filter .tablenav.top .select_container {
  margin-right: 1.5em;
}

.affwp-graph {
  margin: 0;
  padding-right: 315px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.affwp-graph .legend > div {
  background-color: transparent !important;
}
.affwp-graph table {
  top: 2px !important;
  right: 0 !important;
  width: 300px;
}

/* Plugin: WhatsApp Chat
-------------------------------------------------------------- */
.ccw_plugin {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

/* Marketing Features
-------------------------------------------------------------- */
#marketing_features {
  display: none;
}

a[href="#marketing_features"].disabled {
  pointer-events: none;
  opacity: 0.6;
}

/* Widget hosting */
.widget_item_hosting + .widget_item_hosting {
  margin-top: 0.38em;
}
.widget_item_hosting .img {
  width: 30px;
}
.widget_item_hosting .rating {
  width: 70px;
}
.widget_item_hosting > * {
  vertical-align: middle;
  margin-right: 10px;
}

/* MetForm
-------------------------------------------------------------- */
.metform-form-main-wrapper .mf-input-select .mf_select__indicator {
  border: 0;
  color: inherit;
}
.metform-form-main-wrapper .mf-input-select .mf_select__indicator > svg {
  display: block;
  height: 17px;
}
.metform-form-main-wrapper .mf-input-file-upload-label svg path {
  stroke: none !important;
}

/* Blog
-------------------------------------------------------------- */
.nav-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_content_wrap .blog_archive {
  padding-bottom: 0;
}

.post_header_single .post_meta_item.post_categories {
  gap: 4px;
}
.post_header_single .post_meta_item.post_categories a {
  font-family: var(--theme-font-h6_font-family);
  padding: 6px 12px;
  line-height: 15px;
  color: var(--theme-color-title);
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid var(--theme-color-bd_color);
  background-color: var(--theme-color-bg_color_2);
}

/* Sale banner
------------------------------------------------------------------------------------ */
.sc_sale_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  gap: 10px 20px;
}
.sc_sale_banner .sc_sale_banner_title {
  color: var(--theme-color-alt_title);
  font-size: 17px;
  letter-spacing: -0.02em;
  margin: 0;
}
.sc_sale_banner .theme_button {
  padding: 9px 19px;
}

/* Image animation */
.ta_imganimation {
  -webkit-animation: ta_imganimation 13s ease 4s infinite both;
          animation: ta_imganimation 13s ease 4s infinite both;
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes ta_imganimation {
  0%, 10% {
    background-position-y: 0%;
  }
  20%, 30% {
    background-position-y: 25%;
  }
  40%, 50% {
    background-position-y: 50%;
  }
  60%, 70% {
    background-position-y: 75%;
  }
  80%, 90% {
    background-position-y: 100%;
  }
  100% {
    background-position-y: calc(100% - var(--img-height));
  }
}

@keyframes ta_imganimation {
  0%, 10% {
    background-position-y: 0%;
  }
  20%, 30% {
    background-position-y: 25%;
  }
  40%, 50% {
    background-position-y: 50%;
  }
  60%, 70% {
    background-position-y: 75%;
  }
  80%, 90% {
    background-position-y: 100%;
  }
  100% {
    background-position-y: calc(100% - var(--img-height));
  }
}
.trx-addons-posts-container .sticky:not(.post_layout_custom) {
  border: 0;
  padding: 0;
}