/*!
Theme Name: Peak5Gaming
Theme URI: https://peak5gaming.com
Author: Mike Dailey
Author URI: https://peak5gaming.com
Description: Peak5Gaming Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _p5g
*/

/*--------------------------------------------------------------
# Normalze
--------------------------------------------------------------*/

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
  --site_width: 1280px;
  --header_height: 8.0em;

  --palette_bkgd: #121212;  
  --palette_header_bkgd: #0A0A0A;
  --palette_footer_bkgd: #0A0A0A;  
  
  --palette_section_bkgd_light: #0A0A0A;
  --palette_section_bkgd_darkblue: #101f2f;
  
  --palette_body: #B0B0B0; 
  --palette_body_dark: #3F3F3F;   
  --palette_body_hilight: #FFF;     
  
  --palette_hilight: #E3E158; 
  --palette_hilight_green: #40A913;
  
  --palette_cta_blue: #0096FF;  
  --palette_cta_blue_hover: #0078CC; 
  --palette_cta_orange: #FFA500;
  --palette_cta_orange_hover: #CC8400;
  --palette_cta_red: #B22222;
  --palette_cta_green: #5CDB5C;
  
  --palette_pricetable_bkgd: #FAFAFA;
  --palette_pricetable_left_bkgd: #1D60A0;
  --palette_pricetable_left_bkgd_hover: #174C7F;
  --palette_pricetable_selected_bkgd: #D15F47;
  --palette_pricetable_selected_bkgd_hover: #B7462E;
  --palette_pricetable_right_bkgd: #2E8B57;    
  --palette_pricetable_right_bkgd_hover: #246E45; 
  
  --palette_btn_checkout: #2E8B57;
  --palette_btn_checkout_hover: #246E45;
  
  --palette_error_color: #EF5350;
  
  --spacing-medium: 1.0em;
  --spacing-small: 0.25em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/   
html { scroll-behavior: smooth; }

body { margin: 0; font-size: 18px; font-family: 'Open Sans','PT Sans','Arial'; color: var(--palette_body);
    background-color: var(--palette_bkgd); }

p { margin: 0.938em 0 0 0; padding: 0; line-height: 1.5; color: var(--palette_body); }
p.indent { margin-left: 10%; margin-right: 10%; }

a { text-decoration: none; color: var(--palette_primary); }
a:visited { color: var(--palette_primary); }
a:hover { color: var(--palette_primary_light); }

li { margin: 0.938em 0 0 0; padding: 0; line-height: 1.5; color: var(--palette_body); list-style: square; }

h1 { color: var(--palette_body); }
h2, h3 { margin: 0; line-height: 1.5; color: var(--palette_body_hilight); }

nav ul { list-style: none; margin: 0; padding: 0; line-height: 1.5; }

span.upper { text-transform: uppercase; }
span.nowrap { display: inline-block; }

.wp-block-image { margin: 25px 0; }
.wp-block-image img {  }
.wp-block-image figcaption { font-size: 0.85em; color: #ccc; text-align: center; }

/*--------------------------------------------------------------
# Layout Elements
--------------------------------------------------------------*/

.show-mobile { display: none; }
.hide-mobile { display: flex; }

.flex-container-full { display: flex; flex-flow: column nowrap; justify-content: center;
    width: 100%; margin: 0px auto; box-sizing: border-box; }
.flex-container { display: flex; flex-flow: column nowrap; justify-content: center;
    width: 100%; max-width: var(--site_width); margin: 0px auto; box-sizing: border-box; }
.flex-container-row { display: flex; flex-flow: row nowrap; justify-content: center;
    width: 100%; max-width: var(--site_width); margin: 0px auto; box-sizing: border-box; }

.flex-child-full { flex: 0 1 100%; margin: 1% 0 1% 0; box-sizing: border-box; }
.flex-child-onehalf { flex: 0 1 49.2%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-onethird { flex: 0 1 32.26%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-twothird { flex: 0 1 66.13%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-onefourth { flex: 0 1 23.8%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-threefourth { flex: 0 1 74.6%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-onefifth { flex: 0 1 18.72%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-twofifth { flex: 0 1 39.04%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-threefifth { flex: 0 1 59.36%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-fourfifth { flex: 0 1 79.68%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }

.flex-center { justify-content: center; text-align: center; }
.flex-right { display: flex; justify-content: flex-end; }


/*--------------------------------------------------------------
# Custom Theme Elements
--------------------------------------------------------------*/

/*  
    Theme GENERAL Styles
*/
body { }

#wrapper { display: flex; flex-flow: column nowrap; justify-content: center;
    margin: 0px auto; }

#content { min-height: 100vh; padding-top: var(--header_height); }

/*  
    Theme HEADER Styles
*/
#header { position: fixed; z-index: 1000; top: 0; display: flex; flex-flow: row nowrap; align-items: center;
    width: 100%; height: var(--header_height); }
#header.gaming { background-color: var(--palette_header_bkgd); }

#header-logo { }
#header-logo img { width: 350px; }

/*  
    Theme FOOTER Styles
*/
#footer { display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: center;
    background-color: var(--palette_footer_bkgd); }

#footer-legal { display: flex; flex-flow: row nowrap; justify-content: center; 
    margin-top: 1.5em; padding: 1.0em 0; font-size: 0.75em; color: var(--palette_body); }
#footer-legal a { color: var(--palette_body_hilight); }
#footer-legal div { margin-right: 1.0em; text-align: center; }

/*  
    Theme PAGE CTA Styles
*/
#parallax { position: fixed; z-index: -1; min-height: 100vh; width: 100%;
    background-size: cover; background-position: center; 
    background-repeat: no-repeat; }
#parallax.gaming { }

#cta { display: flex; flex-flow: row nowrap; justify-content: flex-end; }

#cta-area { display: flex; flex-flow: column nowrap;
    max-width: 32em; margin: 5.0em 0; }
#cta-box { width: 90%; margin: 0 auto; padding: 1.0em; 
    background-color: rgba(32, 32, 32, 0.0); border-radius: 15px; }
#cta-area h2 { width: 100%; color: #fff; text-align: center; text-shadow: 1px 2px 20px #000; }
#cta-area p { width: 100%; font-size: 1.25em; font-weight: 600; color: #fff; text-align: center; text-shadow: 1px 2px 20px #000; }
#cta-area img.cta-img { width: 32em; }
#cta-area .cta-button { display: block; max-width: 50%; width: auto; margin: 1.0em auto; padding: 0.5em 1.0em; 
    font-size: 1.8em; font-weight: 600; color: #fff; text-align: center; line-height: 1.5em; text-shadow: 1px 2px 4px #000;
    background-color: var(--palette_cta_blue); border: #fff 2px solid; border-radius: 10px; transition: 0.3s; }
#cta-area .cta-button:hover { background-color: var(--palette_cta_blue_hover); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

/*  
    Theme SECTION Styles
*/
#section-features { margin: 3.5em 0 0 0; }
#section-features .flex-container-row > div { min-height: 220px; }

#section-games { margin: 0;
    background-color: var(--palette_section_bkgd_light); }

#game-carousel { display: flex; flex-flow: row wrap; justify-content: center; overflow: hidden; gap: 2em; }
#game-carousel div { display: flex; justify-content: center; flex-shrink: 0; height: 160px; }

#section-pricing { }
#section-pricing .section-heading { padding: 1.0em 0; text-align: center; }

#section-signup { padding-top: 5.0em; }
#section-signup #account-setup { display: flex; flex-flow: column nowrap; align-items: center;
    width: 100%; max-width: 30em; margin: 0 auto; padding: 1.5em 1.5em; 
    background-color: rgba( 29, 29, 29, 0.9); border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); box-sizing: border-box; }

#account-setup .heading-level { font-size: 1.5em; font-weight: 600; color: var(--palette_body_hilight); text-align: center; }
#account-setup .heading-level strong { display: block; font-size: 1.5em; font-weight: 700; text-shadow: 1px 1px 4px #000; }
#account-setup .heading-level strong.recruit { color: var(--palette_pricetable_left_bkgd); }
#account-setup .heading-level strong.veteran { color: var(--palette_pricetable_selected_bkgd); }
#account-setup .heading-level strong.elite { color: var(--palette_pricetable_right_bkgd); }

#account-setup .heading-message { padding: 1.0em 0.5em 0 0.5em; text-align: center; }

#account-setup .heading-logo img { margin: 2.0em auto 0 auto; max-width: 250px; }

#account-login {  display: flex; flex-flow: column nowrap; align-items: center; }
#account-login-form { display: flex; flex-flow: column nowrap; align-items: center; gap: 0.5em;
    width: 100%; margin: 0.5em 0; }
#account-login-form input { width: 100%; padding: 0.25em; box-sizing: border-box; }
#account-login-form input[type=submit] { margin-top: 0.25em; padding: 0.5em 0.25em; max-width: 50%;
    background-color: var(--palette_cta_blue); color: var(--palette_body_hilight); text-shadow: 1px 2px 4px #000; 
    border: 1px solid; border-color: var(--palette_cta_blue); border-radius: 10px; }
#account-login-form input[type=submit]:hover { background-color: var(--palette_cta_blue_hover); border: #fff 1px solid; }

#account-login .account-seperator { position: relative; display: block; margin: 0.5em 0; }
#account-login .account-seperator span { position: relative; font-size: 0.9em; }
#account-login .account-seperator span:before, #account-login .account-seperator span:after {
    position: absolute; top: 50%; width: 80px; height: 1px; content: ""; background-color: #666; }
#account-login .account-seperator span:before { right: 100%; margin-right: 1.0em; }
#account-login .account-seperator span:after { left: 100%; margin-left: 1.0em; }

#account-login a.account-create { display: block; margin: 0.5em auto; padding: 0.5em 1.0em; 
    font-size: 1.2em; font-weight: 600; color: #fff; text-align: center; line-height: 1.5em; text-shadow: 1px 2px 4px #000;
    background-color: var(--palette_cta_blue); border: #fff 2px solid; border-radius: 10px; transition: 0.3s; }
#account-login a.account-create:hover { background-color: var(--palette_cta_blue_hover); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
                                        
.section { padding: 3.5em 0;
    background-repeat: no-repeat; box-shadow: 0 0 4px rgba(64, 64, 64, 1.0); }
.section.nopad { padding: 0; }
.section.noshadow { box-shadow: none; }

.section-title { position: relative; margin: 1.5em 0 0.5em 0; padding-bottom: 0.25em; font-size: 2.5em; font-weight: 700; color: var(--palette_body_hilight); }
.section-title:before { position: absolute; top: -10px; left: -60px; content: "\e5cc"; 
    font-family: "Material Icons"; font-size: 1.5em; color: var(--palette_hilight_green); }

.section-heading { font-size: 2.25em; font-weight: 600; 
    color: var(--palette_body_hilight); text-shadow: 1px 2px 4px #000; }
.section-text { padding: 0.5em 0; font-size: 1.25em; font-weight: 600; line-height: 1.5em;
    color: var(--palette_body_hilight); text-shadow: 1px 2px 4px #000; }

/*  
    Theme PRICE TABLE Styles
*/
#price-table { display: flex; flex-flow: row nowrap; justify-content: center; gap: 0; }
#price-table .card { display: inline-block; position:relative; overflow: hidden; 
  width: 30%; min-height: 30em; height: auto; padding-bottom: 1.5em; text-align: center; 
  border-radius: 20px; background-color: var(--palette_pricetable_bkgd); 
  box-shadow:0 11px 26px 1px #0000004a, inset 0 -16px 90px #3697C440; }
#price-table .card.badge::after { content: "TOP PICK"; position: absolute; top: 25px; right: -68px; 
    padding: 10px 70px; 
    font-size: 18px; font-weight: 700; color: #5d4d00;
    background: linear-gradient(to right, #ffd400, #ffbc00); box-shadow: 0 0 5px 3px #715e006e;    
    -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); }

#price-table h2 { margin: 0; padding: 0.8em; 
    font-size: 30px; color: var(--palette_pricetable_bkgd); line-height: 1.0;
    background: var(--palette_pricetable_selected_bkgd); box-shadow:inset 0px 5px 4px -4px #ecddd461; }

#price-table h3 { margin: 0.25em 0; 
    font-size: 4.0em; font-weight: 700; color: #2d2d2d; line-height: 1.0;
    text-shadow: 3px 2px 2px #283d3b38; }
#price-table h3 > sup { font-size: 0.6em; }
#price-table h3 > span { font-size: 0.35em; }

#price-table p { margin: 0; padding: 0.5em 2.5em; font-size: 16px; color: var(--palette_body_dark); }

#price-table ul { margin: 0; padding: 0 1.5em 0 2.5em; text-align: left; }
#price-table ul li { display: block; color: var(--palette_body_dark); font-size: 0.9em; line-height: 24px; }
#price-table ul li.plus {  }
#price-table ul li.aval::before { position: absolute; left: 16px; display: inline-block; content: "\e5ca"; padding-right: 0.25em;
  font-family: "Material Icons"; font-size: 24px; font-weight: 700; color: #197278; text-shadow: 1px 1px 3px #000; vertical-align: middle; }
#price-table ul li.unaval::before { position: absolute; left: 16px; display: inline-block; content: "\e5cd"; padding-right: 0.25em;
  font-family: "Material Icons"; font-size: 24px; font-weight: 700; color: #c44536; text-shadow: 1px 1px 3px #000; vertical-align: middle; }

#price-table .card-1 { z-index: 100; left: 20px; margin-left: -60px; transform: scale(0.9); }
#price-table .card-1 h2 { background: var(--palette_pricetable_left_bkgd); }
#price-table .card-2 { z-index: 110; }
#price-table .card-2 ul li { font-size: 0.8em; }
#price-table .card-2 ul li strong { font-size: larger; color: var(--palette_pricetable_selected_bkgd); }
#price-table .card-2 ul li.plus strong { font-size: larger; color: var(--palette_pricetable_left_bkgd); }
#price-table .card-3 { z-index: 100; left: -20px; margin-right: -60px; transform: scale(0.9); }
#price-table .card-3 h2 { background: var(--palette_pricetable_right_bkgd); }
#price-table .card-3 ul li strong { font-size: larger; color: var(--palette_pricetable_right_bkgd); }
#price-table .card-3 ul li.plus strong { font-size: larger; color: var(--palette_pricetable_selected_bkgd); }

#price-table .membership-join-btn { display: block; max-width: 70%; width: auto; margin: 1.0em auto; padding: 0.5em; 
    font-size: 1.5em; font-weight: 600; color: #fff; text-align: center; line-height: 1.5em; text-shadow: 1px 2px 4px #000;
    background-color: var(--palette_pricetable_selected_bkgd); border: #fff 2px solid; border-radius: 10px; box-sizing: border-box; transition: 0.3s; }
#price-table .membership-join-btn:hover { background-color: var(--palette_pricetable_selected_bkgd_hover); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
#price-table .button-1 { background-color: var(--palette_pricetable_left_bkgd); }
#price-table .button-1:hover { background-color: var(--palette_pricetable_left_bkgd_hover); }
#price-table .button-3 { background-color: var(--palette_pricetable_right_bkgd); }
#price-table .button-3:hover { background-color: var(--palette_pricetable_right_bkgd_hover); }

/*  
    Theme Custom Styles: Paid Membership Pro Plugin
*/
.pmpro { max-width: 80%; margin: 0 auto; }
.pmpro .pmpro_card { display: flex; flex-flow: column nowrap; 
    margin: 1.0em 0; padding: 0.5em; text-align: center;
    box-sizing: border-box; }

.pmpro .pmpro_card_content > p.pmpro_level_name_text { margin: 0.5em 0 0 0; }
.pmpro .pmpro_card_content > p.pmpro_level_name_text:last-of-type { margin: 0; }
.pmpro .pmpro-level-title { padding: 0.25em 0; font-size: 1.2em; font-weight: 600; color: var(--palette_hilight); }

.pmpro .pmpro_level_cost_text { padding: 1.0em 0; }
.pmpro .pmpro_level_cost_amount { padding: 0.25em 0; font-size: 1.5em; font-weight: 600; color: var(--palette_hilight); }

.pmpro .pmpro_card_actions { margin: 0.5em 0; }
.pmpro .pmpro_card_actions a { margin: 0.5em 0; color: var(--palette_hilight);
    text-decoration: underline; text-transform: uppercase; }

.pmpro fieldset { max-width: 80%; margin: 1.0em auto 2.0em auto; 
    background-color: var(--palette_section_bkgd_darkblue); 
    border: none; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); box-sizing: border-box; }

.pmpro .pmpro_cols-2 { display: flex; flex-flow: row wrap; gap: var(--spacing-medium); }

.pmpro .pmpro_form_fields { margin-top: 0.25em; box-sizing: border-box; }
.pmpro .pmpro_form_field { display: flex; flex-flow: column nowrap; flex: 0.5 0 auto;
    padding: 0.25em; text-align: left; gap: var(--spacing-small); box-sizing: border-box; }
.pmpro .pmpro_form_field input, .pmpro .pmpro_form_field select { width: 100%; padding: 0.25em; box-sizing: border-box; }
.pmpro .pmpro_form_fields-inline select { width: auto; }

.pmpro .pmpro_form_submit { display: flex; flex-flow: column nowrap; align-items: center; }
.pmpro #pmpro_btn-submit { display: block; margin: 1.0em auto; padding: 0.5em 0.5em; 
    font-size: 1.2em; font-weight: 600; color: #fff; text-align: center; line-height: 1.5em; text-shadow: 1px 2px 4px #000;
    background-color: var(--palette_btn_checkout); border: #fff 2px solid; border-radius: 10px; box-sizing: border-box; transition: 0.3s; }
.pmpro #pmpro_btn-submit:hover { background-color: var(--palette_btn_checkout_hover); }

.pmpro .pmpro_form_input-error { border-color: var(--palette_error_color) !important; box-shadow: 0 0 0 0.1em var(--palette_error_color) !important; } 

/*  
    Theme MEDIA QUERIES
*/
@media (max-width: 768px) {  
    :root {
      --site_width: 100%;
    }
    
    .show-mobile { display: flex !important; flex: 1 1 auto; flex-flow: column nowrap; justify-content: flex-start; }
    .hide-mobile { display: none !important; }
    
    .flex-container-full { flex-flow: column nowrap; }
    .flex-container-full-row { flex-flow: column nowrap; }    
    .flex-container { flex-flow: column nowrap; }
    .flex-container-row { flex-flow: column nowrap; }
      
    .flex-child-full { flex: 1 1 100%; margin: 2% 2% 2% 2% }    
    .flex-child-onehalf { flex: 1 1 100%; margin: 2% 2% 2% 2% }
    .flex-child-onethird { flex: 1 1 100%; margin: 2% 2% 2% 2% }
    .flex-child-twothird { flex: 1 1 100%; margin: 2% 2% 2% 2% }
    .flex-child-onefourth { flex: 1 1 100%; margin: 2% 2% 2% 2% }
    .flex-child-threefourth { flex: 1 1 100%; margin: 2% 2% 2% 2% }
    .flex-child-onefifth { flex: 1 1 100%; margin: 2% 2% 2% 2% }
    .flex-child-twofifth { flex: 1 1 100%; margin: 2% 2% 2% 2% }
    .flex-child-threefifth { flex: 1 1 100%; margin: 2% 2% 2% 2% }
    .flex-child-fourfifth { flex: 1 1 100%; margin: 2% 2% 2% 2% }
    
    #cta-area { margin: 2.5em 0; }
    #cta-area p { font-size: 1.0em; }    
    #cta-area img.cta-img { width: 90%; }    
    #cta-area .cta-button { max-width: 60%; font-size: 1.2em; }
    
    #section-features { }
    #section-features .section { background-position: right center; }
    #section-features .section:nth-of-type(2) { background-position: left center; }
    #section-features .section .flex-container-row > .flex-child-twothird { display: none; }   
    #section-features .section .section-heading { font-size: 2.0em; text-align: center; }
    #section-features .section .section-text { text-align: center; }
    
    #game-carousel { flex-flow: column; gap: 0; }
    #game-carousel .logo { justify-content: flex-start; padding-left: 10%;  }    
    #game-carousel .logo:nth-child(odd) { justify-content: flex-end; padding-right: 10%; }

    #price-table { flex-flow: column nowrap; }
    #price-table .card { left: 0; transform: scale(1.0); width: 95%; margin: 0.5em auto; }
    
    #section-signup #account-setup { padding: 1.2em 1.2em;            }
    #account-setup .heading-logo img { margin: 1.5em auto 0 auto; max-width: 250px; }    
    #account-setup .heading-level { font-size: 1.2em; }
    
    #footer-legal { flex-flow: column nowrap; }
    #footer-legal div { padding: 1% 0; }  
    
    .section-title { max-width: 90%; margin: 0 auto; margin-top: 1.0em; text-align: center; }
    .section-title:before { display: none; }
    
    .pmpro { max-width: 95%; margin: 0 auto; }
    
    .pmpro fieldset { max-width: 100%; }
    .pmpro .pmpro_cols-2 { flex-flow: column nowrap; }
    .pmpro .pmpro_form_field { flex: 1 0 auto; } 
    
    .pmpro .pmpro_form_input-select { width: auto; }   
    
    .pmpro .pmpro_card_actions a { display: block; }
}