/*======================================
Theme Name: Bizzloans Australia
Theme URI: https://divicake.com/
Description: A theme for Bizzloans Australia.
Version: 1.0
Author: Matt Reece
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */


/*** GRAVITY RADIO AND CHECKBOXES ***/
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]{
    visibility: hidden;
    margin: 0;
    width: 0!important;
}
.gform_wrapper input[type=checkbox] + label {
    font-size: 16px;
}
input[type=checkbox] + label:hover {
    cursor: pointer;
}
input[type=checkbox] + label:before {
    font-family: "ETmodules" !important;
    font-size: 25px;
    position: relative;
    top: 0.3em;
    margin-right: 0.2em;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li {
    display: -moz-inline;
    display: inline;
}
input[type=checkbox] + label:before {
    content: '\056';
}
input[type=checkbox] + label:hover:before {
    content: '\05a';
    filter: alpha(opacity=40);
    opacity: 0.4;
}
input[type=checkbox]:checked + label:before {
    content: '\05a';
    color: #f72585;
}
input[type=checkbox]:checked + label:hover:before {
    color: #f72585;
    filter: alpha(opacity=100);
    opacity: 1;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
    font-weight: normal;
}
.gfield_checkbox .gchoice label {
	padding-bottom: 10px;
}


/* Center the spinner */
body .gform_wrapper .gform_ajax_spinner {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9999 !important; /* Make sure it appears on top */
}


