/* Enter Your Custom CSS Here */
.tribe-events-meta-group-organizer {min-width: 300px;}
.tribe-events-meta-group-venue {min-width: 200px;}

/* Widden the quantity box of WooCommerce */
.woocommerce .quantity input[type="number"], .woocommerce-page .quantity input[type="number"] {
  font-size: 18px;
  max-width: 3.5em;
}

/* Forminator background being overwritten */
/** Fix dropdown z-index **/
.forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2+.forminator-select{
    z-index: initial;
}

/** Dropdown list **/
.forminator-select-dropdown .select2-results__option--selected,
.forminator-select-dropdown li:hover{
    background: darkolivegreen;
    color: #fff;
}

/** Checkbox fix **/
.forminator-row input[type="radio"]:checked + .forminator-radio-bullet:before{
    background: darkolivegreen;
}

/** Pagination color **/
.forminator-step-dot{
    background: #ddd
}

.forminator-current .forminator-step-dot{
    background: red;
}

.forminator-break{
    background: red;
}