/*
Theme Name:         Blue Bamboo Theme
Theme URI:          https://www.captevrix.com
Description:        Custom theme for Blue Bamboo Jacksonville based on Sage starter theme
Version:            1.0
Author:             Captevrix - Kaitlyn Thul
Author URI:         https://www.captevrix.com
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/*Checkout Styling for Woocommerce */
body.woocommerce-checkout .page-header,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields h3:first-of-type,
body.woocommerce-checkout #gform_wrapper_7,
body.woocommerce-cart #gform_wrapper_7 {
  display: none !important;
}
body.woocommerce-checkout header.banner {
  margin-bottom: 25px;
}
body.woocommerce-checkout .woocommerce-checkout {
  margin-top: 25px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 48% !important;
}
body.woocommerce-checkout .woocommerce form .form-row {
  flex-direction: column !important;
}

body.woocommerce-checkout ul.wc_payment_methods {
  background: #97240b;
  color: white;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: white !important;
}
body.woocommerce-checkout .place-order {
  background: white !important;
}
body.woocommerce-checkout button#place_order {
  background-color: #111;
}

body.woocommerce-checkout
  .woocommerce
  form
  .form-row.woocommerce-SavedPaymentMethods-saveNew {
  flex-direction: row !important;
  align-items: center;
}
body.woocommerce-checkout .woocommerce {
  padding: 5px 0;
  background: #f7f7f7;
}
.wpem-event-ticket-type-text {
  display: none !important;
}
