/**handles:divi-style**/
/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.11.1
Description: Divi Child
Template: Divi
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styling pay calculator form and results */
table.pay-calc {
	color: #fff;
}
table.pay-calc tr:nth-child(odd) {
	background: #302e41;
}
table.pay-calc tr:nth-child(even) {
	background: #54535f;
}
table.pay-calc tr td {
	border: 1px solid #1f2134;
}
table.pay-calc input[type="submit"] {
	color: #1f2136;
    background: #ffb812;
    border-radius: 0px;
	border: none;
	padding: 10px;
	font-size: 16px;
    font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
}



.gform_wrapper h3.gform_title{
	color: #ffb812;
}

.gform_wrapper .top_label .gfield_label{
	color: white;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{
	color: white;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li{
	color: white;
}

body .gform_wrapper .gform_footer input[type=submit] {
color: #1f2134;
background: #ffb812;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
float: left;
height: 40px;
min-width: 180px;
border: none;
}