/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Child theme for the Divi Theme
 Author:       Elegant Themes
 Author URI:   http://www.elegantthemes.com
 Template:     Divi
 Version:      1.0.0
*/

/* Import parent styles */
@import url("../Divi/style.css");

/* Add your custom styles below */
.et_pb_scroll_top.et-pb-icon {
  background: #80bc00;
}

.et_pb_button {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.et_pb_button:hover {
  padding-left: 1.7em !important;
  padding-right: 2.7em !important;
}

.et_pb_button:after {
  right: 1em !important;
}

/* contact form by pek */
body .preset--module--divi-row--default {
	left: 0 !important;
}

.group-carousel-section .et_pb_group_carousel_dot {
    width: 60px;
    height: 2px;
    border-radius: 0;
}

.form-style .d-flex {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.form-style .w-100 {
  width: 100%;
}

.form-style .mb {
  margin-right: 20px;
}

.form-style .mb-30 {
  margin-bottom: 30px;
}

@media(max-width: 991.98px) {
  .form-style .d-flex {
    display: block;
  }
  .form-style .d-flex .mb {
    margin-bottom: 30px;
  }
}

.form-style .d-flex p {
  width: 100%;
}

.form-style form input, .form-style form select {
	width: 100%;
	height: 50px;
	padding: 16px;
	font-size: 15px;
}

.form-style form select {
	border: 1px solid #bbb;
	font-size: 15px;
}

.form-style form textarea {
	border: 1px solid #bbb;
	width: 100%;
	padding: 16px;
	border-color: #eee;
	font-size: 15px;
}

.form-style form .wpcf7-checkbox input {
	width: auto;
	height: auto;
}

.form-style form input.wpcf7-file {
  width: 100%;
	height: auto;
	padding: 14px 10px;
  border-radius: 5px;
  background-color: #eee;
  border: 1px solid #eee;
}

.form-style form .wpcf7-list-item {
	margin: 0;
}

.form-style form select {
  appearance: none;             /* Remove default arrow (Chrome, Safari, etc.) */
  -moz-appearance: none;        /* Firefox */
  -webkit-appearance: none;     /* Safari, older iOS */
   background-image: url('assets/images/down.png');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 20px;
  padding-right: 2rem;          /* Add space for arrow */
  border: 1px solid #ccc;
  border-radius: 4px;
	border-color: #eee;
	color: #4e4e4e;
}

.form-style form .wpcf7-not-valid-tip {
	display: none;
}

.form-style form .wpcf7-not-valid {
	border-color: red;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: red;
}

.form-style form .btn.btn-primary {
	padding: 12px 24px !important;
	background: #80bc00;
	border-color: #80bc00;
	border: none;
	border-radius: 50px;
	width: auto;
	color: #fff;
  font-weight: bold;
}

.form-style input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	background-color: #eee;
	border-color: #eee;
	border-radius: 5px;
}

.form-style form .wpcf7-radio input {
  width: auto;
  height: auto;
}

.list-style ul {
  list-style: none;
  padding-left: 30px;
}

.list-style ul li {
  position: relative;
  margin-bottom: 12px;
}

.list-style ul li strong, .list-style ul li b {
  color: #000000;
}

.list-style ul li:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 4px;
  width: 19px;
  height: 19px;
  background-image: url('assets/images/list-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.list-style ol li {
  margin-bottom: 20px;
}

.list-style h5:not(.et_pb_toggle_title) {
  margin-bottom: 10px;
}

.solor-pv img {
  width: 80px;
  object-fit: cover;
}