/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
@media screen {
    /* radio buttons full will and clickable on mobile */
    .gchoice,
	.gform_legacy_markup_wrapper .gfield_checkbox li.gchoice,
	.gform_legacy_markup_wrapper .gfield_radio li.gchoice  {
        padding: 0;
        margin-bottom: 0.5rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    .gchoice .gfield-choice-input,
	.gform_legacy_markup_wrapper .gfield_checkbox li.gchoice input,
	.gform_legacy_markup_wrapper .gfield_radio li.gchoice input {
        margin-left: 5px;
        display: none !important;
    }

    .gchoice label,
    .gform_legacy_markup_wrapper .gfield_checkbox li.gchoice label,
    .gform_legacy_markup_wrapper .gfield_radio li.gchoice label,
    .gform_wrapper.gravity-theme input.gfield-choice-input+label {
        padding: 1rem;
        flex-basis: 100%;
        word-break: break-word;
        border: 2px solid var(--color-content-border);
        border-radius: 5px;
        max-width: 100%;
        padding-left: 50px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23f5f5f5' d='M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
        background-position: 12px;
    }

    .gchoice input:checked+label,
    .gform_legacy_markup_wrapper .gfield_checkbox li.gchoice input:checked+label,
    .gform_legacy_markup_wrapper .gfield_radio li.gchoice input:checked+label,
    .gform_wrapper.gravity-theme .gchoice input.gfield-choice-input:checked+label {
		color:white;
        background: var(--color-content-primary);
        border: 2px solid black;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
 		background-repeat: no-repeat;
        background-position: 12px;
 }
}