/*---------------------------------------------------------------------------------ThrillzoneThrillzone

 Theme Name:   Unlocked Ottawa
 Theme URI:    https://unlockedottawa.com/
 Description:  Child theme for Unlocked Ottawa
 Author:       Sandfire Design
 Author URI:   https://sandfire.ca/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* When you set a row to equal column heights, this code will vertically centre text within the column */

#equal-columns.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

.et_pb_image img {
    pointer-events: none!important;
}

/*------ Removing required asterisk notification from Gravity Forms -------*/
.gform_required_legend {
	display: none;
}

/*------ Removing the red gravity forms progress tracker from the 3-page product form -------*/

.gform_wrapper.gravity-theme .gf_progressbar_orange {
    display: none;
}

/*------ Customizing the color of the total price on the gravity forms product page -------*/

.gform_wrapper.gravity-theme .ginput_product_price, .gform_wrapper.gravity-theme .ginput_shipping_price {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

/*------ Customizing the color of the total price on the gravity forms checkout page -------*/

.gform_wrapper.gravity-theme .ginput_total {
    color: #ffffff !important;
    font-weight: 600;
}

/*------ Customizing the font size and weight of the Stripe credit card fields on the gravity forms checkout page -------*/

.gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 19px !important;
    font-weight: 700!important;
}