/*!
Theme Name: floral-elements
Theme URI: http://underscores.me/
Author: FX
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: floral-elements
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.

floral-elements 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.
 */

 .vc_row {
    margin: auto !important;
}

.vc_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wpb_content_element {
    margin-bottom: 0 !important;
}

/*search css*/

a.post-thumbnail {
    width: 30%;
    float: left;
    margin-right: 20px;
}

a.post-thumbnail img {
    width: 95%;
    height: 100%;
}

.entry-summary {
    float: left;
    width: 68%;
}

footer.entry-footer {
    display: none;
}

section.search_sec article {
    width: 100%;
    float: left;
    margin-bottom: 33px;
}

/*search css end*/

.inner-banner h1 {
    padding-top: 182px;
}
.inner-banner img.bann-img {
    height: 582px;
}
.inner-banner h1 {
    font-size: 63px;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    border: solid 1px #00000038;
    height: 51px;
    border-radius: 3px;
}
.gform_wrapper.gravity-theme #field_submit .gform-button--width-full, .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
    text-align: center;
    width: 100%;
    height: 62px;
    background-color: #102b22;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 126px;
    border: solid 1px #00000038;
    border-radius: 3px;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400 !important;
}
h2.gform_title {
    display: none;
}


.error-404.not-found header.page-header {
    position: relative;
}
section.error-404.not-found {
    padding-top: 80px;
    padding-bottom: 80px;
}
section.error-404.not-found h1.page-title {
    color: #000;
}