/*
Theme Name: growthacumen2
Theme URI:
Description: A Custom Theme
Author:
Author URI:
Template: Divi
Version: 1.6
*/


/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*----------------[ 01 MAIN MENU AREA ]----------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/



/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*----------------[ 02 GLOBAL STYLES ]-----------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

#gform_wrapper_8,
#likert-form {
    padding: 40px;
    background: #f9f9f9;
    border-radius: 10px;
    background: url(https://growthacumen.com.au/wp-content/uploads/2019/01/Growth-Acumen-blue.png) no-repeat #f9f9f9;
    background-size: 15%;
    background-position: 5% 5%;
}

#gform_wrapper_8 .gfield_radio li,
#likert-form .gfield_radio li {
    background: #fff;
    width: 19.7%;
    float: left;
    display: flex;
    flex-direction: row;
     display: inline-block;
    position: relative;
    margin: 10px 0 0;
    /*border: 1px solid #c3c3c2;*/
    border-left:none;
    padding: 8px;
    margin-bottom: 30px;
    min-height: 86px;
}
/*, #gform_wrapper_8 .gfield_radio li:first-child label*/
#gform_wrapper_8 .gfield_radio li:first-child,
#likert-form .gfield_radio li:first-child {
  /*  border-left: 1px solid #c3c3c3;*/
}

#gform_wrapper_8 .gfield_radio li input[type='radio'],
#likert-form .gfield_radio li input[type='radio'] {
  display: none;
}

#gform_wrapper_8 ul.gfield_radio,
#likert-form ul.gfield_radio {
    margin: 0 !important;
}

#gform_wrapper_8 .gfield_radio li label,
#likert-form .gfield_radio li label {
    font-size: 16px;
    display: block;
    position: relative;
    color: #666;
    font-family: Roboto;
    font-weight: normal;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
    max-width: 100%;
    background: #f9f9f9;
    margin: 0;
    min-height: 34px;
}

#gform_wrapper_8 .gfield_radio,
#likert-form .gfield_radio {
    padding: 0;
}

#gform_wrapper_8 label.gfield_label,
#likert-form label.gfield_label,
#gform_wrapper_8 h2.gsection_title,
#likert-form h2.gsection_title {
    font-weight: normal !important;
}

#gform_wrapper_8 h2.gsection_title,
#likert-form h2.gsection_title {
    color: #fff;
    font-size: 36px;
}

#gform_wrapper_8 label.gfield_label,
#likert-form label.gfield_label {
    font-weight: bold !important;
}

#gform_wrapper_8 .gsection,
#likert-form .gsection {
    padding: 8px 0 8px 4px;
    background: #000;
    border-radius: 10px;
}

@media only screen and (min-width: 641px) {
    #likert-form .gf_progressbar {
    width: calc(100%) !important;
    }

    #likert-form .gsection {
        margin-right: 0 !important;
        padding: 8px 0 8px 4px;
    }

    #likert-form ul.gform_fields li.gfield {
        padding-right: 0;
        max-width: 100% !important;
    }

    #gform_page_8_9 ul.gform_fields li.gfield {
    padding-right: 16px;
    }

    #likert-form .name_last,
    #likert-form .gf_right_half {
        padding-right: 0 !important;
    }

}




#likert-form .gfield_radio li label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    position: absolute;
    top: 154%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#likert-form .gfield_radio li input[type=radio]:checked + label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.page-id-3504 .promo-slide-in {
    display: none !important;
}

.page-id-3504 #page-container {
    padding-top: 0 !important;
}

.page-id-3504 #main-header {
    display: none;
}

#likert-form .gf_progressbar_percentage span {
    line-height: 1.5 !important;
}

#likert-form .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-family: Roboto;
}

#likert-form .gf_progressbar_wrapper {
    width: 50%;
    float: right;
}

/*#gform_wrapper_8 input[type="button"],
#gform_wrapper_8 input[type="submit"] {
    font-size: 16px;
    background: #f9f9f9;
    color: #666;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    width: auto;
    font-weight: bold;
    background: #f9f9f9;
    border: 2px solid #3197ee;
    border-radius: 8px;
    padding: 7px 20px;
}

#gform_wrapper_8 input[type="button"]:hover,
#gform_wrapper_8 input[type="submit"]:hover {
    background: #3197ee;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}*/


#likert-form .ginput_container_radio {
    margin-top: 0 !important;
}

#field_8_30 .gfield_label {
    display: none;
}

.scoreChart{
    width: 700px !important;
    margin: 0 auto !important;
    color: #10173A;
    font-weight: 700;
}
.scoreChart thead{
  background: #10173A;
  color: #f16021;
}
.scoreChart tr:nth-child(even){
    background: #dedede;
}

.scoreChart tbody tr td:first-child {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: normal;
    font-family: Roboto;
}

#gform_wrapper_8 h2,
#likert-form h2 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

#gform_confirmation_message_8 br {
    display: none;
}

#gform_confirmation_wrapper_8 h2,
#gform_confirmation_wrapper_8 h3 {
    font-family: Roboto;
    font-weight: normal;
}

#gform_confirmation_wrapper_8 h3 {
    margin-bottom: 16px;
}

#likert-form .percentbar_blue,
#gform_wrapper_8 .percentbar_blue {
    background-color: #007bff !important;
}

#likert-form .gf_progressbar_percentage,
#gform_wrapper_8 .gf_progressbar_percentage {
    background-image: linear-gradient(45deg,#ffffff26 25%,#0000 25%,#0000 50%,#ffffff26 50%,#ffffff26 75%,#0000 75%,#0000) !important;
}

#likert-form div.validation_error,
#gform_wrapper_8 div.validation_error {
    color: #dc3545;
    border-top: 2px solid #dc3545;
    border-bottom: 2px solid #dc3545;
}

#likert-form .gfield_consent_description,
#gform_wrapper_8 .gfield_consent_description {
    border: none;
    padding-left: 0;
}


.results-page-message {
    text-align: center;
    width: 700px;
    display: block;
    margin: 0 auto;
    font-weight: normal;
}

td.red {
    color: #f00;
}

td.orange {
    color: #ffa500;;
}

td.green {
    color: #008000;
}

@media only screen and (max-width: 761px), (max-device-width: 1024px) and (min-device-width: 768px) {

    #gform_wrapper_8,
    #likert-form {
        padding: 40px 10px;
    }

    #gform_wrapper_8 .gsection,
    #likert-form .gsection h2{
        text-align: center;
        font-size: 24px !important;
    }

    #gform_wrapper_8,
    #likert-form {
        background-size: 40%;
        background-position: center 10px;
        padding-top: 80px;
    }
    #gform_wrapper_8 .gfield_radio li,
    #likert-form .gfield_radio li {
        width: 100%;
    }

    #gform_wrapper_8 .gfield_radio li label,
    #likert-form .gfield_radio li label {
        text-align: left;
        padding-left: 34px;
        width: 100%;
    }

    #likert-form .gfield_radio li label {
        padding-left: 16vw;
    }

    #gform_wrapper_8 .gfield_radio li label:before,
    #likert-form .gfield_radio li label:before {
        top: 48%;
        left: 6%;
    }

    #gform_wrapper_8 .gf_progressbar_wrapper,
    #likert-form .gf_progressbar_wrapper {
        width: 100%;
        float: none;
        margin-top: 40px;
    }

    #gform_wrapper_8 .gfield_radio li,
    #likert-form .gfield_radio li {
        min-height: inherit;
        margin: 0;
    }

    #gform_wrapper_8 .gfield_radio li:last-child,
    #likert-form .gfield_radio li:last-child {
        margin-bottom: 20px;
    }

    .results-page-message,
    .scoreChart {
        width: 100% !important;
    }


}
@media only screen and (max-width: 761px) {

   .scoreChart tr td:last-child {
        width: 110px;
    }

    #likert-form h3,
    #gform_wrapper_8 h3,
    #gform_confirmation_wrapper_8 h3 {
        font-size: 30px;
    }

    #likert-form h2,
    #gform_wrapper_8 h2,
    #gform_confirmation_wrapper_8 h2 {
        font-size: 32px;
    }

    #gform_wrapper_8 label.gfield_label,
    #likert-form label.gfield_label {
        font-size: 22px;
        margin-bottom: 20px;
    }

    body .gform_wrapper ul li.gfield {
        margin-bottom: 20px;
        display: block;
        overflow: hidden;
    }
}


@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {

    #gform_wrapper_8 .gfield_radio li label:before,
    #likert-form .gfield_radio li label:before {
        left: 2% !important;
    }
    #gform_wrapper_8,
    #likert-form {
        padding-top: 80px !important;
        background-size: auto;
    }

    .results-page-message,
    .scoreChart {
        width: 100% !important;
    }
}


@media only screen
    and (device-width : 414px)
    and (device-height : 736px)
    and (-webkit-device-pixel-ratio : 3) {

    }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*----------------[ 03 HERO SECTIONS ]-----------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/



/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-------------[ 04 SECTIONS & MODULES ]---------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/



/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-------------------[ 05 FOOTER ]---------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
#footer-bottom {
    padding-top: 40px;
    padding-bottom: 60px;
}


.et-social-facebook a.icon:before,
.et-social-twitter a.icon:before,
.et-social-instagram a.icon:before,
.et-social-youtube a.icon:before,
.et-social-linkedin a.icon:before {
    display: none;
}

#footer-bottom .et-social-facebook a {
    background: url(images/footer-fb.png) no-repeat;
    height: 33px;
    width: 33px;
}

#footer-bottom .et-social-instagram a {
    background: url(images/footer-ig.png) no-repeat;
    height: 33px;
    width: 33px;
}

#footer-bottom .et-social-twitter a {
    background: url(images/footer-twitter.png) no-repeat;
    height: 33px;
    width: 33px;
}

#footer-bottom .et-social-youtube a {
    background: url(images/footer-yt.png) no-repeat;
    height: 33px;
    width: 33px;
}

#footer-bottom .et-social-linkedin a {
    background: url(images/footer-in.png) no-repeat;
    height: 33px;
    width: 33px;
}

#footer-bottom .container {
    background: url(images/footer-logo.webp) no-repeat top left;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.et-social-icons {
    padding-top: 40px;
    padding-bottom: 10px;
}

#footer-info {
    font-size: 15px;
    text-align: right;
}
