/*!
Theme Name: Travok
Theme URI: http://underscores.me/
Author: Tarun sharma
Author URI: https://www.linkedin.com/in/tarun-s-647944140/
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: travok
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.

Travok 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
	 ========================================================================== */

input.search-field {
    padding: 6px 10px;
    border: none;
    color: #000;
}
.searchpage-section section input.search-field {
    background: #f1f1f1;
}
.searchpage-section header.page-header {
    position: relative;
}
.searchpage-section section {
    position: relative;
    padding: 60px 0;
    text-align: center;
}
.searchpage-section header.page-header h1.page-title {
    padding-top: 60px;
    text-align: center;
    font-size: 25px;
}
.user-registration-profile-header header {
    display: none;
}
main#primary .entry-header {
    display: none;
}
.home_section .home.home-long.home-full {
	background: #000;
}
.home_section .home.home-long.home-full video.videobannermain {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
}
.home_section .home.home-long.home-full .container {
    position: relative;
    z-index: 1;
}
.um-page header.entry-header {
    display: block !important;
    padding-top: 40px;
    position: relative;
    text-align: center;
}
.um-page .um-form {
    padding-bottom: 20px;
}
article#post-479 input.button, article#post-480 input.button, article#post-481 input.button, article#post-482 input.button {
    background: red;
    color: #fff;
    border-color: red;
    padding: 10px 20px;
    box-shadow: none !important;
    border: none;
}
article#post-496 header.entry-header, article#post-479 header.entry-header, article#post-480 header.entry-header, article#post-481 header.entry-header, article#post-482 header.entry-header {
    display: block !important;
    position: relative;
}
.wpum-already-logged-in.wpum-message.info p a:nth-child(2) {
    display: none;
}

.wpum-already-logged-in.wpum-message.info {
    background: green;
    color: #fff !important;
}

.wpum-already-logged-in.wpum-message.info p {
    color: #fff;
}

.wpum-already-logged-in.wpum-message.info p a {
    color: green;
    background: #fff;
    display: inline-block;
    padding: 10px;
    margin: 10px;
}
article#post-479, article#post-480, article#post-481 {
    max-width: 400px;
    margin: 0 auto;
    padding: 60px 0;
}
article#post-482, article#post-496 {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 0;
}
.fieldset-user_website input#user_website {
    pointer-events: none;
}
@media(max-width: 500px) {
	.home_section .home.home-long.home-full {
		height: auto;
	}
	.home_section .home.home-long.home-full .home-content {
		height: 80vh !important;
	}
	.home_section .home .banner-content.banner-center-text {
		top: 30%;
		left: 0;
	}
	.flight-search-detail.form-icon.p-0 {
		padding-top: 60px !important;
	}
}