@import url('https://www.hastingsdeering.com.au/styles.css');

.editor.editor--live {

    @media (max-width: 700px) {
        padding: 0 1rem!important;
    }
}

form {
    font-family: Roboto!important;
    padding: 2.5rem 0 1rem 0!important;
    
    @media only screen and (max-width: 500px) {
        padding: 2rem 0 1rem 0!important;
    }
}

form div:empty {
    display: none;
}

.Select {
    padding: 1px;
}

.__header-one {
    font-family: Knockout!important;
    font-size: 3.5rem!important;
    text-transform: uppercase!important;
    color: #212529!important;
    line-height: 80%!important;
    white-space: pre-wrap;
    font-weight: 500!important;
    
    @media only screen and (max-width: 500px) {
        font-size: 2.5rem!important;
    }
}

.__header-two {
    font-family: Roboto!important;
}

.LiveField__header {
    font-family: Roboto!important;
    font-size: 0.875rem!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    color: #737373!important;
    line-height: 120%!important;
}

.LiveField__header > div {
    margin-top: 0!important;
}

.LiveField .LiveField__container {
    font-family: Roboto!important;
    margin: 0!important;
}

.LiveField .LiveField__answer {
    font-family: Roboto!important;
    margin-top: 4px;
}

.LiveFieldSection {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.LiveFieldSection__row {
    display: flex;
    gap: 1.5rem;
    
    @media (max-width: 600px) {
        flex-direction: column;
    }
}

.LiveFieldSection__row.LiveFieldSection__row--2 {
    align-items: flex-start;
}



.LiveFieldSection__row .LiveField:last-child {
    font-family: Roboto!important;
    padding-left: 0!important;
}

.LiveFieldSection__row .LiveField:first-child {
    font-family: Roboto!important;
    padding-right: 0!important;
}

.LiveField__description {
    font-family: Roboto!important;
    font-size: 0.875rem!important;
    line-height: 120%!important;
    color: #212529!important;
}

.LiveField:first-child .LiveField__header > div {
    margin-top: 0!important;
}

.__unstyled {
    font-family: Roboto!important;
    font-size: 1rem!important;
    line-height: 150%!important;
    color: #292121;
    
    @media only screen and (max-width: 500px) {
        font-size: 0.875rem!important;
    }
}

.__unstyled .Link {
    font-family: Roboto!important;
    font-size: 1rem!important;
    line-height: 150%!important;
    @media only screen and (max-width: 500px) {
        font-size: 0.875rem!important;
    }
}

.submit {
    font-family: Roboto!important;
    margin-top: 1rem!important;
    
    @media (max-width: 600px) {
        width: 100%!important;
        margin-top: 0.5rem!important;
    }
}

.btn-raised.btn-primary {
    font-family: Roboto!important;
}

.submit .btn-raised.btn-primary {
    color: #292121!important;
    font-family: Roboto!imoprtant;
    font-size: 1rem!important;
    font-weight: 400;
    line-height: 120%;
}


.LiveField__error {
    background-color: inherit!important;
    color: #DA0101!important;
    font-size: 0.875rem!important;
    line-height: 120%;
    text-align: inherit!important;
    text-transform: inherit!important;
}

/*Checkboxes*/
.ChoicesQuestion {
    display: grid!important;
    column-count: 2;
    gap: 1rem;
    
    .Choices__label {
        font-size: 0.875rem!important;
        line-height: 120%;
    }
}

.ChoicesQuestion .Choices__choice {
    padding: 0!important;
}

.LiveField--choices .LiveField__answer {
    margin-top: 1rem!important;
}

.Choices__choice.btn-raised.btn-default {
    justify-content: flex-start;
}

.ChoicesQuestion.Choices .Choices__choice .material-icons {
    margin: 0 8px 0 0!important;
}

.Choices__choice.btn-raised.btn-primary, .Rank__option--selected {
    color: #292121;
    display: flex;
    width: fit-content;
    justify-content: flex-start;
}

.ChoicesQuestion.Choices .Choices__choice .material-icons {
    color: #555!important;
}



/*Inputs*/
.LiveField__input {
    color: #212529!important;
    font-family: Roboto!important;
    font-size: 0.875rem!important;
}

.LiveField__answer .Select-value, LiveField .Select-input > input 

/*Select*/
.Select-placeholder {
    font-family: Roboto!important;
    font-size: 0.875rem!important;
}

.Select-menu-outer {
    font-family: Roboto!important;
    font-size: 0.875rem!important;
}

.LiveField__answer .Select-option {
    font-size: 0.875rem!important;
}

.LiveField__answer .Select-value, LiveField .Select-input > input {
    font-family: Roboto!important;
    font-size: 0.875rem!important;
    color: #212529!important;
}

/*Link*/
a.Link {
    color: rgba(255, 204, 0, 1);
}
