/*!
Theme Name: Equipe Jessika Simpson
Theme URI: https://lionstechnologies.com/
Author: Moinahemad H Mansuri
Author URI: https://lionstechnologies.com/
Description: Custom Theme Development for Jessika Simpson
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: equipe-jessika-simpson
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.

Equipe Jessika Simpson 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.
*/

input.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

/* .contact-form .wpcf7-form {
	margin:70px auto;
	text-align:left;
	max-width:480px;
} */

.contact-form .wpcf7-form label, .modal-content .wpcf7-form label {	
    color: #000000;
    font-family: "Montserrat", serif;
    font-size: 14px;
    font-weight: 400;
}

.form-control {	
    background-color: #FFFFFFFF;
    color: #000000;
    border: 1px solid #000000FF;
    border-radius: 4px;
    padding: 15px 20px 15px 20px;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", serif;
    background-clip: inherit;
	margin:12px 0px;
}

.wpcf7-list-item {
	margin:0px;
}

button.btn-default {
	margin-top:20px;
}

textarea.form-control {
	height:90px;
}

.banner {
	overflow:hidden;
	position:relative;
}

.banner .container {
	position:relative;
	z-index:1;
}

.banner .video-box {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	object-position:center;
}
