/*
 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
------------------------------------------------------- */
.wpcf7 form .wpcf7-response-output {
    display: none !important;
}
@media (min-width: 680px){
.cf7 .half-width-c7 input {
    width: 92%;
    padding: 2%;
}
}
.half-width-c7 input {
    width: 96%;
    padding: 2%;
}
.cf7 input, .cf7 select, .cf7 textarea {
    width: 96%;
    padding: 12px 2%;
    margin-bottom: 10px;
    border: 1.5px solid #dce2ee !important;
    border-radius: 4px;
    overflow: hidden;
}
.cf7, .cf7 div, .cf7 input, .cf7 select, .cf7 p {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 22px;
    font-weight: 400;
}
.wpcf7 input[type=submit] {
    width: auto;
    float: right;
    padding: 15px 45px;
    background: #f6982c;
    color: #ffffff;
    font-size: 16px;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 10px;
    margin: 20px 0px;
    text-transform: uppercase;
}
.wpcf7 input[type=submit]:hover {
    border: 0 none;
    box-shadow: none;
    background: #002866;
	color: #ffffff
}



@media (min-width: 680px){
.cf7 .half-width-c7 {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
}
.half-width-c7 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.full-width-c7 {
    float: left;
    width: 100% !important;
}
.cf7 .half-width-c7 select {
    width: 92%;
    padding: 2%;
}
.school-table td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.school-table tr:nth-child(even){background-color: #f2f2f2;}

.school-table tr:hover {background-color: #ddd;}

.school-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #870101;
  color: white !important;
}