/*
Theme Name: Neuros
Theme URI: http://demo.artureanec.com/themes/neuros/
Author: Artureanec
Author URI: https://demo.artureanec.com/
Description: Meet WordPress Theme by Artureanec - really amazing, powerful, clean and ultramodern product, that created with love and attention to details. We know it's difficult to represent yourself on the web in the right way, that's why we spent a lot of time trying to make our Theme more effective. It's flexible, easy customizable, high-quality and really easy to use! So everyone can make awesome website with it. Hope you'll like it. Enjoy!
Version: 2.1.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: neuros
*/
/* ===== Contact Form 7 Custom Styling ===== */
/* ===== Contact Form 7 Custom Styling ===== */
.wpcf7 form p {
  margin-bottom: 15px;
}

/* Label text color */
.wpcf7 form label {
  color: #fff;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

/* Input and textarea styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* Focus effect */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #333;
  outline: none;
  box-shadow: 0 0 4px rgba(255,255,255,0.3);
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background-color: #ed1c24 !important;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #ed1c24 !important;
}

/* Form container alignment */
.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output
{
	color: white !important;
	border-color: #ed1c24 !important;
}
.wpcf7 form .career-form label {
    color: #000 !important;
}


.page-awesome-team .page-title-bg,
.page-awesome-team .page-title-row,
.page-awesome-team .page-title-wrapper,
.page-awesome-team .page-title-box,
.page-awesome-team .page-title,
.page-awesome-team .breadcrumbs-wrapper {
    display: none !important;
}


