/*
Theme Name: Coach The Bible
Description: A Theme for Coach The Bible
Version: 1.0
Author: Norell Design
Author URI: https://norelldesign.com
Template: enfold
*/


/*Add your own styles here:*/

.d-none {
	display: none !important;
}

#gform_2 .gform_page_fields ul.gfield_radio li {
    display: inline-block;
    min-width: 35%;
}

.gform_result_page .gquiz-field-choice ul {
    margin-bottom: 0px;
}

.gform_result_page .score-single {
    font-weight: bold;
}

.gform_result_page .gquiz-field-choice ul {
    list-style: none;
}

.gform_result_page .gquiz-field-choice ul li {
    position: relative;
    padding-left: 25px !important;
    display: inline-block;
    min-width: 35%;
}

.gform_result_page .gquiz-field-choice ul li:before {
    content: "" !important;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 15px;
    background: rgba(0,0,0,0.10);
    border: 1px solid;
    border-radius: 100%;
}

.gform_result_page .gquiz-field-choice ul li.gquiz-incorrect-response {
    background-color: rgba(0,0,0,0.10);
    padding: 1px 8px;
    border-radius: 15px;
}

.gform_result_page .gquiz-field-choice ul li.gquiz-incorrect-response:before {
    background-color: #fff;
}

.gform_result_page .gquiz-field-choice ul li.gquiz-incorrect-response:after {
    content: "\2714";
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0px;
    margin: auto;
    color: #00bf6f;
    text-align: center;
    border-radius: 100%;
}

.listEntriesReport ul {
    list-style: none !important;
}

.listEntriesReport li {
    position: relative;
    padding: 5px 15px !important;
    border-bottom: 1px solid #dfdfdf;
}

.listEntriesReport li.hidden-entry {
    opacity: 0.4;
}

.listEntriesReport ul li:last-child {
    border-bottom: none;
}

.listEntriesReport li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
}

.listEntriesReport .entry-label, .listEntriesReport .entry-inner {
    width: 50%;
    display: inline-block;
    text-align: left;
}

.listEntriesReport .entry-inner {
    text-align: right;
}

.listEntriesReport .entry-inner span.entry-percentage {
    margin-right: 25px;
}

.survey-form_wrapper input {
	max-width: 50%;
}
.gform_wrapper.survey-form_wrapper, .gform_confirmation_message {
	max-width: 75%;
    margin: auto;
}
span.next-section:hover {
    opacity: 0.8;
}
span.next-section {
    background: #697d8f;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.5s all;
}
.gquiz-field .gquiz-field-choice li img {
	display: none !important;
}

.gfield input.slider {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .survey-form_wrapper input {
        max-width: 100%;
    }
    .gform_wrapper.survey-form_wrapper, .gform_confirmation_message {
        max-width: 95%;
        margin: auto;
    }
}