/*!
Theme Name: Builder Floors Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: builder-floors-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Builder Floors Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */





.page-id-129 div#wpcf7-f128-o1 {
    text-align: center;
    border: 2px solid white;
    width: 70%;
    margin: 0 auto;
}
.contact_form div#wpcf7-f128-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: -webkit-fill-available;
    height: 40px;
    margin: 20px;
    padding: 0px 20px;
}

.contact_form div#wpcf7-f128-o1 input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
    width: -webkit-fill-available;
    height: 40px;
    margin: 0 20px;
    padding: 0px 20px;
}

.contact_form div#wpcf7-f128-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner
 {
    width: 50%;
    height: 40px;
    margin: 0 auto;
    color: #000;
background: #ffd700;
    font-size: 1.2rem;
	 border-radius: 6px;
		 transition: 0.5s;
}
.contact_form .wpcf7-form span.wpcf7-spinner {
    display: block;
	    margin: auto;
}
.contact_form div#wpcf7-f128-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner:hover
 {
    background-color: #000;
    color: #fff !important;
    border: 2px solid #fff;
}


/* 404 page */
.error404 .default_section1 h1 {
	text-align: center; 
}

.error404 .default_section1_c1.w100 {
    display: flex;
}
.error404 .default_section1_c1.w100 img {
    margin: 0 auto;
}

/* thanks you page */

.page-id-132 .wp-block-buttons.is-content-justification-center.is-layout-flex.wp-container-core-buttons-is-layout-16018d1d.wp-block-buttons-is-layout-flex {
    margin-top: 20px;
}