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

whatsappmarketing 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 */
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
/* Document*/
.onboarding{
	margin-bottom:16px;
}
.onboarding .label{
	font-size:16px;
	color:#232425;
	display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
	margin-bottom:4px;
	font-family: "Almarai", Sans-serif;
}
.onboarding .p{
	color: #999999;
    font-size: 14px;
	font-weight:400;
	font-family: "Open Sans", Sans-serif;
	margin-bottom:8px;
}
.onboarding .p a{
	text-decoration:underline;
	color:blue;
}
.onboarding input[type="email"],.onboarding input[type="text"],.onboarding input[type="tel"],.onboarding input[type="url"]{
	height:40px;
	width:100%;
	border-radius:12px;
	border:1px solid #ccc;
	color:#232425;
	background-color:#f7f7f7;
	padding:8px 16px;
	margin-bottom:8px;
}
.onboarding input[type=file]::file-selector-button {
  border: 1px solid #ccc;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #eee;
  transition: 1s;
}

.onboarding input[type=file]::file-selector-button:hover {
  background-color: #eee;
  border: 1px solid #ccc;
}
.onboarding textarea{
	width:100%;
	border-radius:12px;
	border:1px solid #ccc;
	color:#232425;
	background-color:#f7f7f7;
	padding:8px 16px;
	margin-bottom:8px;
	max-height:156px;
}
.onboarding .wpcf7-list-item{
	margin-left:0px;
	font-family: "Almarai", Sans-serif;
	font-size:15px;
	font-weight:400;
}
.onboarding .wpcf7-form-control-wrap .wpcf7-list-item{
	display:block;
}
/* CSS */
.onboarding input[type="submit"]{
  appearance: none;
  background-color: #2ea44f;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.onboarding input[type="submit"]:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.onboarding input[type="submit"]:hover {
  background-color: #2c974b;
}

.onboarding input[type="submit"]:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.onboarding input[type="submit"]:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.onboarding input[type="submit"]:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}