/*
 Theme Name:	Divi Child
 Theme URI:     http://www.elegantthemes.com/gallery/divi/
 Description:	Child theme for Divi
 Author: 		NORTHBRIDGE
 Author URI: 	https://northbridge.gr
 Template:		Divi
 Version:		1.0
License:		GNU General Public License v2 or later
License URI:	https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	divi-child
 */



/*
 *  CSS developed by NORTHBRIDGE
 * 
 */


/*  Colors
 * 
 *  
 *  
 */

/***
 * 
 * CONTACT FORM 7
 * 
 * 
 * *********************************************/

/* Contact Form 7 - Divi Style */

.wpcf7 {
  font-family: inherit;
}

/* Labels */
.wpcf7 label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
  font-size: 15px;
}

/* Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f7f7f7;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #5c635c;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(92, 99, 92, 0.15);
}

/* Textarea */
.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

/* Spacing */
.wpcf7 p {
  margin-bottom: 18px;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #5c635c;
  border-radius: 4px;
  background-color: #5c635c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
  background-color: #ffffff;
  color: #5c635c;
  border-color: #5c635c;
}

/* Placeholder */
.wpcf7 ::placeholder {
  color: #999;
  opacity: 1;
}

/* Validation errors */
.wpcf7-not-valid {
  border-color: #e02b20 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #e02b20;
  font-size: 13px;
}

/* Response messages */
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 14px;
}

/* Success */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #f0fff4;
  color: #227a35;
}

/* Error */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border-color: #e02b20;
  background-color: #fff5f5;
  color: #b00000;
}

/* Mobile */
@media (max-width: 767px) {
  .wpcf7 input[type="submit"] {
    width: 100%;
  }
}



/**
 * FOOTER
 * 
 * *********************************************/

#footer-bottom {
	padding: 15px 0 5px;
}
#footer-info {
	padding-bottom: 10px;
}



/**
 * PADDING AND MARGIN
 * 
 * *********************************************/
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}