/**
 * Theme Name:       Mai Display
 * Theme URI:        https://bizbudding.com/products/mai-display-theme/
 * Description:      Mai Display child theme for the Genesis Framework.
 * Author:           BizBudding
 * Author URI:       https://bizbudding.com/
 * Version:          2.0.1
 * Text Domain:      mai-display
 * Template:         genesis
 * Template Version: 3.3.2
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */

.open-play-date {
    background: url(https://okigolf.com/wp-content/uploads/2021/12/opd-calendar-background-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
	background-position: 50% 50%;
	position: relative;
}
.month {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 8px;
}
.day {
    font-family: 'Lato';
    font-size: 36px;
    font-weight: bold;
}
.op-pricing {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
    top: -10px;
    font-weight: bold;
    max-width: 190px;
    margin: 0 auto;
}
.op-greens-fee:before {
    content: url(https://okigolf.com/wp-content/uploads/2021/12/opd-green-fee-25.png);
    display: block;
    text-align: center;
    margin-left: 3px;
    margin-bottom: -10px;
}
.op-cart-fee:before {
    content: url(https://okigolf.com/wp-content/uploads/2021/12/opd-cart-fee-25.png);
    display: block;
    text-align: center;
    margin-left: 3px;
    margin-bottom: -10px;
}

.price-column {
    border-radius: 8px;
    margin-bottom: 40px;
	padding: 0 0 10px;
	background: #fff;
}
.pc-price-container {
    background: linear-gradient(0deg, #FCFFEC 65%, #FFFFFF 35%);
}
.price-container {
    padding: 30px;
    border-radius: 8px 8px 0px 0px;

}
.price-container h2 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
}
.price-container h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.price-container .price {
	font-family: 'Crimson Text', serif;
    font-size: 65px;
}
.price-container .wp-block-image {
    height: 50px;
}
.alert-box {
    font-style: italic;
    border: 1px solid #a1b226;
    padding: 10px;
    border-radius: 8px;
}
.pc-pricing-text {
    padding: 10px;
    position: relative;
	min-height: 300px;
}
.pc-pricing-text a.wp-block-button__link.button {
    display: block;
    margin: 0 auto;
	position: relative;
}
p.has-md-font-size {
    font-size: 16px;
}
div#popmake-253914 {
    max-height: 60%;
    overflow: scroll;
}
.pum-content.popmake-content:focus {
    outline: none;
}

@media only screen and (max-width: 1100px) and (min-width: 800px)  {	
	.pc-pricing-text {
	min-height: 420px;
}
}
@media only screen and (max-width: 980px) {
.open-play-date {
    background: url(https://okigolf.com/wp-content/uploads/2021/12/opd-calendar-background-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: 0% 0%;
    position: relative;
    max-width: 150px;
    padding: 5px;
}
}
@media only screen and (max-width: 600px) {
.tourney-link-btn a.wp-block-button__link.button.button-link {
    font-size: 16px;
	line-height: 1.6;
}
.button-link:after, .button-link:visited:after {
    margin-top: 1px;
}
.price-column.platinum {
    border: 1px solid #aeaeae;
}
}