/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/* Home banner */
img.active {
    max-height: 600px !important;
}

img.wp-image-449.alignnone.size-full {
    vertical-align: middle !important;
}

img.wp-image-446.alignnone.size-full {
    vertical-align: middle !important;
}

/* Forms */
input[type=text], input[type=email], select, textarea {
  width: 60%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #333 !important;
  border-radius: 4px !important;
  box-sizing: border-box;
}

.emp_position {
    float: left !important;
    width: 33% !important;
}

#emp_position_div input[type=text], select {
    width: 90%;
}

.emp_no_req {
    float: left !important;
    width: 12% !important;
}

.emp_job_desc {
    float: left !important;
    width: 40% !important; 
}

#emp_position_div textarea {
    width: 90%;
    height: 70px;
}

form p {
    padding-bottom: 0px !important;
}

input[type=submit] {
  width: 50%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

    .et_pb_row {
        width: 90%;
    }
    
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
        width: 90%;
    }

    /* Forms */
    input[type=text], input[type=email], select, textarea {
        width: 100% !important;
    }
    
    .emp_position {
        width: 100% !important;
    }
    
    .emp_no_req
    {
        width: 100% !important;
    }
    
    .emp_job_desc
    {
        width: 100% !important;
    }
    
}