/*!
Theme Name: Race Alpine
Theme URI: http://underscores.me/
Author: Web Creation
Author URI: https://www.webcreationnepal.com/
Description: Race Alpine is a trekking website.
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: race_alpine
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.

Race Alpine 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.
 */


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.discount__wrap {
  position: relative;
}
.offer__info {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.dis_count h6 {
  font-size: 14px;
}
.package-card .package-card-content .card-content-bottom .price-area1 {
  width: 160px;
}
.vehicle_price {
    color: #dc3545;
}
.search-container {
  position: relative;
}
.search-container #search {
  position: relative;
  border: 1px solid #333;
  background: #ffffff;
  border-radius: 3px;
  color: #777;
  font-size: 16px;
  outline: none;
  line-height: 46px;
  height: 46px;
  text-align: left;
  padding: 0 20px;
  width: 100%;
  margin-right: 4px;
}
.search-container button {
  position: absolute;
  background: transparent;
  height: 46px;
  line-height: 46px;
  top: 0px;
  right: 10px;
  border: none;
  outline: none;
  border: none;
  border-radius: 0px;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
  width: 25%;
  float: left;
  text-transform: uppercase;
}

.copy-right.mt-20 {
  text-align: center;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1d2e8a !important;
  border-color: #1d2e8a !important;
}
.page-link:hover {
  z-index: 2;
  color: #1d2e8a !important;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.star-rating input {
  display: none;
}
.star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.5em;
  justify-content: space-around;
  text-align: center;
  width: 5em;
}
.star-rating label {
  color: #ccc;
  cursor: pointer;
  font-size: 24px;
}
.star-rating label:hover, .star-rating label:hover ~ label {
  color: #fc0;
}