/*
Theme Name: ServiceTechnicianTest.com Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   VisionFriendly.com
Template: Divi
*/



/******************************************

Header

******************************************/
div#divi-header:after {
    content: '';
    background-color: #9dc621;
    position: absolute;
    right: 0;
    bottom: -6px;
    height: 12px;
    width: 50%;
}


/******************************************

Test Start page styles

******************************************/
.watupro-exam-description p {
    text-align: center;  
    font-size: 17px;
}

button.watupro-start-quiz {
    background-color: #9dc621;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    cursor: pointer;
    transition: all .2s;
    margin-top: 25px;
}

button.watupro-start-quiz:hover {
    background-color: #82a713;
}

div#gravity-form div.gform_wrapper {
    background-color: #e0e6e9;
    padding: 40px;
    border-top: 12px solid black;
}

p.gform_required_legend {
    display: none;    
}

div#gravity-form .gform_title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#gravity-form .gform_footer.top_label {
    padding: 0;
}

#gravity-form .gform_footer.top_label input.gform_button {
    background-color: #9dc621;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    cursor: pointer;
    transition: all .2s;
    margin-top: 25px;
}
#gravity-form .gform_footer.top_label input.gform_button:hover {
    background-color: #7da013;
}

/******************************************

Test styles

******************************************/
.question-content>div {
    font-weight: 600;
    font-size: 17px;
    color: #1c718b;
    max-width: 800px;
}

.watupro-question-choice>input {
    margin-right: 12px!important;
}

.watupro-paginator-wrap ul.watupro-paginator li {
    background-color: #356e88;
    background-image: unset;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px 24px!important;
    transition: all .2s;
}

.watupro-paginator-wrap ul.watupro-paginator li:hover {
    background-color: #1e4f65;
}

ul.watupro-paginator li.active {
    box-shadow: unset!important;
    border: none!important;
    transform: unset!important;
    background-color: #1e4f65!important;
}

.watupro-progress-container .watupro-progress-bar {
    background: #9dc621;
    background-image: linear-gradient(45deg, #9dc621, #BBF50E);
    margin: 20px 0;
}

.watupro_buttons input#save-button, div#watuproNextCatButton>input, input#action-button {
    background-color: #9dc621;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: .3em 1em;
    font-size: 20px;
    cursor: pointer;
    transition: all .2s;
}

.watupro_buttons input#save-button:hover {
    background-color: #82a713;
}

div#watuproNextCatButton>input, input#action-button {
    background-color: #1c718b;
}

div#watuproNextCatButton>input:hover, input#action-button:hover {
    background-color: #1e4f65;
}

/* Style Footer Credits - Lines 948 & 949 */

#footer-info { 
text-align: left; 
color: green; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: yellow; 
}

#footer-info a:hover { 
color: pink; 
}


/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: blue;
}
#footer-bottom .et-social-twitter a {
	color: powderblue;
}
#footer-bottom .et-social-google-plus a {
	color: red;
}
#footer-bottom .et-social-rss a {
	color: orange;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: pink;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink;
}
#footer-bottom .et-social-rss a:hover {
	color: pink;
}


/******************************************

Footer

******************************************/
div#divi-footer a {
    color: #fff;
}
div#footer-imgs img {
    width: 40px;
}


@media (max-width:1108px) {
    div#divi-header h2 {
        font-size: 38px;
    }
    div#divi-header h4 {
        font-size: 18px;
    }
}

@media (max-width:980px) {
    div#divi-header .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }
    div#divi-header .et_pb_module.et_pb_text {
        text-align: center;
    }
    #divi-header .et_pb_module.et_pb_image {
        max-width: 300px;
        text-align: center;
        margin: 0 auto!important;
        padding: 0!important;
    }
}