/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.6
	Stable tag: 3.4.6
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/*@font-face {*/
/*    font-family: 'Olde English';*/
/*    src: url('fonts/OldeEnglish.ttf') format('truetype');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*}*/
/*h1,h2,h3,h4 {*/
/*        font-family: "Olde English" !important;*/
/*        font-weight: 500 !important;*/
/*}*/

/* ── CF7 Dark Form ── */
#cf7-dark-form .wpcf7-form {
  background: #000;
  padding: 48px 40px;
  max-width: 860px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Playfair Display', serif;
}

#cf7-dark-form .wpcf7-form p {
  margin: 0 0 20px;
  padding: 0;
}

#cf7-dark-form .wpcf7-form input[type="text"],
#cf7-dark-form .wpcf7-form input[type="email"],
#cf7-dark-form .wpcf7-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #444;
  color: #bbb;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 8px 0 10px;
  margin-bottom: 48px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease, color 0.3s ease;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

#cf7-dark-form .wpcf7-form input[type="text"]::placeholder,
#cf7-dark-form .wpcf7-form input[type="email"]::placeholder,
#cf7-dark-form .wpcf7-form textarea::placeholder {
  color: #888;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-size: 18px;
}

#cf7-dark-form .wpcf7-form input[type="text"]:focus,
#cf7-dark-form .wpcf7-form input[type="email"]:focus,
#cf7-dark-form .wpcf7-form textarea:focus {
  border-bottom-color: #fff;
  color: #fff;
}

#cf7-dark-form .wpcf7-form textarea {
  resize: none;
  height: 44px;
  overflow: hidden;
  display: block;
}

/* Submit button */
#cf7-dark-form .wpcf7-form input[type="submit"],
#cf7-dark-form .wpcf7-form .wpcf7-submit {
  background: #8b1a1a;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 15px 52px;
  font-family: 'Source Sans Pro', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  display: inline-block;
  margin-top: -16px;
  letter-spacing: 0.3px;
}

#cf7-dark-form .wpcf7-form input[type="submit"]:hover,
#cf7-dark-form .wpcf7-form .wpcf7-submit:hover {
  background: #a52020;
  transform: scale(1.03);
}

/* Validation */
#cf7-dark-form .wpcf7-not-valid-tip {
  color: #e06060;
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  margin-top: 4px;
}

#cf7-dark-form .wpcf7-response-output {
  border: none !important;
  color: #aaa;
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  margin-top: 16px;
  padding: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  #cf7-dark-form .wpcf7-form {
    padding: 0px;
  }
	
	#cf7-dark-form .wpcf7-form input[type="text"],
    #cf7-dark-form .wpcf7-form input[type="email"]{
		margin-bottom:30px;
	}

  #cf7-dark-form .wpcf7-form input[type="text"],
  #cf7-dark-form .wpcf7-form input[type="email"],
  #cf7-dark-form .wpcf7-form textarea,
  #cf7-dark-form .wpcf7-form input[type="text"]::placeholder,
  #cf7-dark-form .wpcf7-form input[type="email"]::placeholder,
  #cf7-dark-form .wpcf7-form textarea::placeholder {
    font-size: 16px;
  }
	
	#cf7-dark-form .wpcf7-form textarea{
		margin-bottom:20px;
		min-height: 100px;
	}

  #cf7-dark-form .wpcf7-form input[type="submit"],
  #cf7-dark-form .wpcf7-form .wpcf7-submit {
    font-size: 16px;
    padding: 13px 40px;
  }
}