/*
Theme Name: Aivate
Theme URI: https://aivate.com
Author: Aivate
Description: Aivate - Simple WordPress theme. Common header and footer for all pages.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: aivate
*/

/* Override: remove luminosity blend from blog/project details image */
.blog-details__img img {
  mix-blend-mode: normal;
}

/* Override: remove luminosity blend from gallery page images */
.gallery-page__single img {
  mix-blend-mode: normal;
}

/* Contact Form 7 in contact page – match theme form styling */
.contact-one__form-box--cf7 .wpcf7-form-control-wrap {
  display: block;
}
.contact-one__form-box--cf7 .wpcf7 input[type="text"],
.contact-one__form-box--cf7 .wpcf7 input[type="email"],
.contact-one__form-box--cf7 .wpcf7 input[type="tel"],
.contact-one__form-box--cf7 .wpcf7 textarea,
.contact-one__form-box--cf7 .wpcf7 select {
  width: 100%;
  padding: 18px 30px;
  border: 2px solid #e5e5e5;
  font-size: 14px;
}
.contact-one__form-box--cf7 .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}
.contact-one__form-box--cf7 .wpcf7 input[type="submit"] {
  cursor: pointer;
}
.contact-one__form-box--cf7 .wpcf7 .ajax-loader {
  margin-left: 10px;
}
.aivate-cf7-notice {
  padding: 30px 24px;
  background: #fff3cd;
  border: 2px solid #ffc107;
  border-radius: 4px;
  color: #856404;
  font-size: 15px;
  text-align: center;
  display: block;
  margin: 20px 0;
  min-height: 100px;
}
.aivate-cf7-notice strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #856404;
}
.contact-one__form-box--cf7 {
  min-height: 200px;
}

