/* 
Theme Name: Optimise Online Child
Theme URI: https://optimiseonline.com.au
Author: Optimise Online
Author URI: https://optimiseonline.com.au
Template: astra
Version 1.0.0
Text Domain: optimise-online-child
*/

/* Add your custom styles here */

.oo-faq .elementor-toggle-icon {
    font-size: 20px;
    margin-top: 10px;
}
a {
	color: red;
}
a:hover,
.uael-grid-caption-text a:hover {
	color: yellow;
}
.uael-grid-caption-text a {
	color: white !important;
}
.eael-testimonial-image img {
    display: none;
}
.uael-caption-on-image .uael-img-gallery-wrap .uael-grid-img-caption {
    margin-bottom: 43%;
}
.uael-img-gallery-wrap .uael-grid-img-caption {
    background: rgba(0, 0, 0, 0);
}

.grecaptcha-badge {
    display: none;
}

/* styled list */
.oo-styled-list ul {
    margin: 0;
    list-style: none;
}
.oo-styled-list ul li {
    padding-left: 32px;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}
.oo-styled-list ul li::before{
	content:"";
	background-image: url('/wp-content/uploads/2025/09/caret-right-solid-full-1.svg');
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 6px;
}

/* forms */
.oo-quiz-form .wpforms-field-html .form-info-icon {
    display: flex !important;
    flex-wrap: wrap !important;
    place-content: center !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 100px !important;
    background-color: gray !important;
    color: white !important;
    margin: 3px 10px 10px 10px !important;
}

.oo-quiz-form .wpforms-field-html em {
    width: calc(100% - 20px) !important;
    padding-right: 10px !important;
}

.oo-quiz-form .wpforms-field-html {
    padding: 10px !important;
    background-color: antiquewhite !important;
    margin-bottom: 50px !important;
}

.oo-quiz-form .wpforms-field-html .wpforms-field-label {
    font-size: 18px !important;
}

.oo-quiz-form .wpforms-field-html li {
    margin: 20px !important;
}
.oo-quiz-form .wpforms-page-button.wpforms-page-next{
	background: #EC2229 !important;
	color: #fff !important;
	font-family: "Orbitron", Sans-serif !important;
	font-size: 14px !important;
}
.oo-quiz-form .wpforms-field-label-inline{
	font-weight: 400 !important;
}
.oo-quiz-form .wpforms-field-radio li {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 8px;
}
.oo-quiz-form .wpforms-field-radio input{margin-top: 2px !important;}