/*
 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
------------------------------------------------------- */

.box-heading h3,
.box-heading h4 {
  padding-bottom: 5px;
}
.box-hover .et_pb_column {
  transition: all 0.3s ease-out;
}
.box-hover .et_pb_column:hover {
  box-shadow: 0 2px 7px rgb(0 0 0 / 13%);
}
.home-contact .wpcf7-form {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: -100px auto 0;
  position: relative;
  background: #ffffff;
  padding: 38px 30px;
  border-radius: 10px;
}
.home-contact .wpcf7-form .form-item-3 {
  width: 30%;
  margin-bottom: 15px;
}
.home-contact .wpcf7-form .form-item-1 {
  width: 100%;
}
.home-contact .wpcf7-form .form-item input,
.home-contact .wpcf7-form .form-item textarea {
  width: 100%;
  color: #444444;
  border: 2px solid #e5e7e8;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans';
}
.home-contact .wpcf7-form .form-item.form-item-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-contact .wpcf7-form .form-item.form-item-submit input[type=submit] {
  color: #ffffff;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-weight: 700;
  font-size: 15px;
  background-color: #2acd35;
  border-radius: 99px;
  display: inline-block;
  margin: 20px auto;
  border: none;
  width: 120px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.home-contact .wpcf7-form .form-item.form-item-submit input[type=submit]:hover {
  background-color: #444444;
}
.home-contact .wpcf7-form .wpcf7-response-output {
  margin: auto !important;
}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
  color: #2acd35;
}
#top-menu li > a {
  text-transform: uppercase;
}
.home-contact .wpcf7-form .form-item.form-item-1 .wpcf7-checkbox > .wpcf7-list-item {
  display: flex;
  text-align: left;
  margin: 0;
}
.home-contact .wpcf7-form .form-item.form-item-1 .wpcf7-checkbox > .wpcf7-list-item > input {
  width: 50px;
  height: auto;
  margin-right: 20px;
}
.home-contact .wpcf7-form .form-item.form-item-1.item-title {
  text-align: left;
  padding: 10px 0;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .home-contact .wpcf7-form .form-item.form-item-1.item-title {
    text-align: center;
  }
  .home-contact .wpcf7-form .form-item.form-item-1 .wpcf7-checkbox > .wpcf7-list-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .home-contact .wpcf7-form .form-item.form-item-1 .wpcf7-checkbox > .wpcf7-list-item > input {
    width: 16px;
    height: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
#top-menu .menu-item > a {
  color: #444444 !important;
}
