/*!
Theme Name: Kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.2.27
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.8.1
Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

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


.footer-cta-button {
    background-color: [original color];
    color: [original text color];
    padding: 10px 20px;
}

.transparent-header #masthead, .transparent-header .site-top-header-wrap .site-header-row-container-inner, .transparent-header .site-main-header-wrap .site-header-row-container-inner, .transparent-header .site-bottom-header-wrap .site-header-row-container-inner {
    background: var(--global-palette3) !important;
}

/* body.footer-on-bottom.admin-bar #wrapper {
    min-height: unset !important;
} */
.site-footer-row-container-inner p {
    color: #fff !important;
}

body.footer-on-bottom #inner-wrap {
    flex: unset;
}

/*******AACOUNT PAGE***********/

/* .customer-area-active  #inner-wrap {
    padding: 120px 30px 60px !important;
}
 */
body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>aside {
    display: none !important;
}

div#cuar-js-page-content {
    padding-right: 0 !important;
}

div#cuar-js-page-content-wrapper {
    max-width: 100% !important;
}

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

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

.mbpr-logout {
    display: none !important;
}


.site-main-header-wrap .site-header-row-container-inner {
    background: var(--global-palette3) !important;
}

.mepr_page_header {
    padding: 40px 0;
}

.mepr-pro-account-table th {
    text-align: left;
}

.mepr-pro-account-table thead {
    padding-bottom: 30px !important;
}

div#mepr-account-nav {
    padding: 20px;
    background: #ad9551;
    border-radius: 12px;
}

#mepr-account-nav a {
    color: #fff !important;
}

#mepr-account-payments {
    display: none;
}

.mepr-nav-item #mepr-account-logout {
    display: none;
}

/****ACCOUNT****/

.page-id-8766 div#inner-wrap {
    padding: 180px 30px 80px;
}


.mepro-login-widget .mepro-login-widget-box, .mepro-login-widget {
	display: none !important;
}


/*****PLANS*****/


/* Container styling */
.mepr-price-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

/* Individual price box */
.mepr-price-box {
  background: #1f1f1f;
  color: #fff;
  border-radius: 16px !important;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  padding: 20px !important;
}

.mepr-price-box:hover {
  transform: translateY(-5px);
}

/* Plan title */
.mepr-price-box-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px !important;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-price {
    font-size: 35px;
    line-height: 1.2em;
    margin-bottom: 20px;
}


/* Plan body */
.mepr-price-box-body {
  font-size: 0.95em;
  margin-bottom: 20px;
}

/* Join button */
.mepr-price-box-button a {
  background: #ad9551;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  display: inline-block;
}

.mepr-price-box-button a:hover {
  background: #c6a852;
}

.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-8-col .mepr-price-box {
    width: 50% !important;
}

.mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box {
    background-color: #1a202c !important;
}

.mp_wrapper.mp_login_form .mp-spacer {
    display: none;
}

.mp_wrapper.mp_login_form .submit {
    margin-top: 30px;
}

.mepr-checkout-container .form-wrapper input[type="submit"] {
    background: #ad9551;
}

.app-layout .site-header {
    background: #1a202c !important;
}

.mepr-payment-methods-radios label.checked {
    background: #ad9551;
    border: 2px solid #ad9551;
    width: 20px !important;
    height: 20px;
    padding: 4px;
}

.mepr-payment-methods-radios {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

/*****RESPONSIVENESS*****/


@media only screen and (max-width: 1024px) {



}


@media only screen and (max-width: 768px) {

.page-id-8766 div#inner-wrap {
    padding: 130px 20px 50px;
}

.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-8-col .mepr-price-box {
    width: 100% !important;
    max-width: 100%;
  	max-width: 48%;
}


.mepr-price-box {
    max-width: 100%;
    width: 100% !important;
}


}

@media only screen and (max-width: 767px) {



}

