/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Fixes for class listings/events */
.classlistitem {
  border-bottom:2px #000 solid;
  float:left;
  list-style-type:none;
  width:100%;
}

.classlistitemdate {
  font-size:1.1em;
}

.classlistitemtitle {
  font-size:1.3em;
  font-weight:700;
  width:75%;
}

.soldout {
  display:inline-block;
  float:right;
  font-size:14px;
  line-height:24px;
  margin-bottom:0;
  margin-top:-17px;
  padding:4px 12px;
  text-align:center;
  text-shadow:0 -1px 0 rgba(0,0,0,0.25);
  vertical-align:middle;
  width:83px;
}

.registernow {
  float:right;
  margin-top:-17px;
  color: #fff !important;
}

/* Stolen from Bootstrap */
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}    
    
/*  Force display of payment form */
#eo-booking-form-payment-gateway li .eo-booking-form-payment-gateway-container { display:block !important; }

/* Hide Related Products */
section.related {display: none;}

/* Hide create account */
#eo-booking-field-create-account {display:none;}