/*!
Theme Name: Serrano farms
Theme URI: http://underscores.me/
Author: Techcrat
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: serrano-farms
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 with others.

Serrano farms is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

@import url('assets/css/style.css');

.home-enquire-form-loader,
#banner-loader,
#invalid-captcha,
.loader,
#loader {
	display: none;
}

.mail-fail,
.mail-success {
	background: green;
    padding: 10px 15px;
    font-size: 16px;
    color: white;
}

.mail-success {
	background: green;
}

.mail-fail {
	background: red;
}

#enquire-response,
#msgSend,
#request-proposal-response {
	margin-top: 20px;
}

.banner-form-response {
    width: 720px;
}

.banner-form-response,
.form-response {
	visibility: hidden;
    margin: 10px auto auto;
    text-align: center;
    background: red;
    color: white;
    font-size: 15px;
    padding: 0px 0;
}

.form-response .banner-form-fail,
.banner-form-response .banner-form-fail {
	background: red;
    width: 100%;
}

.form-response .banner-form-success,
.banner-form-response .banner-form-success {
	background: green;
    width: 100%;
}

.form-response {
	margin: 0 15px;
}

.not-found-page {
	background-size: cover;
}

.error-404.not-found {
	text-align: center;
    padding: 100px 0;
}

.error-404.not-found h1 {
	font-size: 50px;
}