/*
 Theme Name:   Thrive Child Theme
 Theme URI:    https://thrive.axiomthemes.com/
 Description:  Thrive Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     thrive
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  thrive
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

    .contact-form-container {
      max-width: 600px;
      margin: 0 auto;
      padding: 30px;
      background: #ffffff;
      border-radius: 30px;
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    }

    .contact-form-container form {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .contact-form-container label {
      font-weight: 200;
    font-size: small;
    color: #000000;
    margin-bottom: 0px;
    display: block;
		padding-bottom: 10px;
    }

    .contact-form-container input {
      width: 100%;
      padding: 10px 15px;
      border: 2px solid #e1e1e1;
      border-radius: 6px;
      font-size: 14px;
		color: #;
      transition: border-color 0.3s ease;
    }

    .contact-form-container input:focus {
      outline: none;
      border-color: #4a90e2;
		color: #000000;
    }

    .contact-form-container .wpcf7-submit {
      background: #4a90e2;
      color: white;
      padding: 12px 24px;
      border: none;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: background-color 0.3s ease;
      width: auto;
      align-self: flex-start;
    }
	.wpcf7 .wpcf7-submit-style .wpcf7-submit{
		padding : 9px 30px 6px 64px !important;
	}

    .contact-form-container .wpcf7-submit:hover {
      background: #357abd;
    }

    .wpcf7-not-valid {
      border-color: #dc3545 !important;
    }

    .wpcf7-not-valid-tip {
      color: #dc3545;
      font-size: 14px;
      margin-top: 5px;
    }
.wpcf7 .select_container, .wpcf7 textarea, .wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]){
	margin-bottom: 0px !important;
	color: black;
	padding: 10px;
}
.wpcf7-spinner::before{
	background-color: #55d69d !important;
}