/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/*** Custom CSS ***/
.x-nav-wrap.desktop ul li#menu-item-508 a {
    font-weight: bold !important;
}

/*** Membership Levels Page***/
#pmpro_levels {
    column-gap: 30px;
    justify-content: center;
}
.pmpro_level {
    border-radius: 20px;
    text-align: center !important;
    padding: 30px !important;
    transition: all 0.25s linear;
    box-shadow: 0 0px 8px 1px rgb(44 62 80 / 12%);
    flex: 0 0 31.6% !important;
    margin-bottom: 30px;
}
.pmpro_level h2 {
    font-weight: 700;
    color: #2c3e50;
    font-size: 26px;
}
.pmpro_level .pmpro_level-price,
.pmpro_level .pmpro_level-description {
    color: #2c3e50;
    text-align: center !important;
}
.pmpro_btn.pmpro_btn-select {
    background: #2c3e50;
    border: 0px !important;
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px;
}
.pmpro_btn.pmpro_btn-select:hover {
    background: #3d9643;
    border: 0px !important;
    color: #fff !important;
}
.pmpro_level-expiration {
    color: #2c3e5078;
    text-align: center !important;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px !important;
    font-size: 13px;
}
@media(max-width:768px) {
	#pmpro_levels {
		column-gap: 0px;
	}
	.pmpro_level {
		flex: 100% !important;
	}
}

