/*!
Theme Name: autoweert
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: autoweert
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.

autoweert 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.
*/

body{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.6;
}

p{
	font-size: 18px;
	line-height: 1.6;	
}

.wpcf7-form p{
	margin:0px;
}
.wpcf7-form .wpcf7-form-control-wrap{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap textarea{
	width: 100%;
	padding: 18px 26px;
	border: 0px;
	font-size: 16px;
	border-radius: 12px;
	box-shadow: 1px 1px hsl(0deg 0% 0% / 50%);
	font-family: "Mulish", Sans-serif;
}

.wpcf7-form .wpcf7-form-control-wrap textarea{
	height:150px;
	resize:none;
}

.wpcf7-form-control.wpcf7-submit{
	background-color: #DC1F2E;
	color: #fff;
	border: 0px;
	border-radius: 30px;
	font-size: 16px;
	padding: 16px 40px;
	cursor: pointer;
	display: block;
	margin: auto;
}
.wpcf7-not-valid-tip{
	font-size: 12px;
}
.wpcf7 form .wpcf7-response-output{
	margin: 0px;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	background-color:#ffb900;
}


table.table{
	width: 100%;
	border: 0.5px solid #e7e7e7;
	border-spacing: 0px;
}


table.table td{
	padding: 10px 30px;
	border: 0.5px solid #e7e7e7;
	height: 50px;
}

table.table tr:nth-child(odd){
	background-color:#f5f5f5;
}

.wpcf7 form.sent .wpcf7-response-output{
	color: #fff;
	background-color: #46b450;
}

@media (max-width:480px){
	.tableOuter{
		overflow: scroll;
	}
}
