/*!
Theme Name: Always Himalaya
Theme URI: http://underscores.me/
Author: Web Creation
Author URI: https://www.webcreationnepal.com/
Description: Always Himalaya
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: always_himalaya
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.

Always Himalaya 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;
}

.comment-form-comment label {
    display: block;
}
.comment-form-comment #comment {
  height: 150px;
  border: 1px solid #dee2e6 !important;
  width: 100%;
}
.comment-form #submit {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, rgb(215, 167, 59) 0%, rgb(215, 167, 59) 0%, rgb(207, 148, 15) 100%);
  color: rgb(30, 30, 30);
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  padding: 12px 60px 12px 30px !important;
  cursor: pointer;
  border-radius: 65px;
  transition: 0.3s ease-in-out;
  border: none;
  width: auto;
}
.comment-form input {
    background-color: transparent;
    border-radius: 4px;
    height: 50px;
    font-size: 0.875rem !important;
    padding: 10px !important;
    border: 1px solid #dee2e6 !important;
    width: 100%;
}
#wp-comment-cookies-consent {
  background-color: transparent;
  border-radius: 4px;
  height: auto;
  padding: 0;
  width: auto;
}
.comment-list  {
    padding: 0;
}
.comment-list li {
    list-style: none;
}
.avatar {
    width: 30px;
}
.gallery_pagination .page-numbers {
  text-decoration: none;
  color: #0b4085;
  font-size: 15px;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  border: 1px solid #FFC43E;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
}
.gallery_pagination .page-numbers.current {
  background-color: #FFC43E;
  color: #fff;
}
.next.page-numbers {
    text-indent: -9999px; /* Hide the text */
    display: inline-block;
    position: relative;
}

.next.page-numbers::after {
    content: "»"; /* Add your custom text */
    text-indent: 0;
    position: absolute;
    left: 10px;
    top: 0;
}
.prev.page-numbers {
    text-indent: -9999px; /* Hide the text */
    display: inline-block;
    position: relative;
}

.prev.page-numbers::after {
    content: "«"; /* Add your custom text */
    text-indent: 0;
    position: absolute;
    left: 10px;
    top: 0;
}
.rewiew-wrap {
  border-radius: 4px;
  position: relative;
  box-shadow: 0 1px 2px rgba(11, 60, 93, .4), 0 -1px 2px rgba(11, 60, 93, .04);
  padding: 20px;
}
.star-rating {
	display:flex;
	flex-direction: row-reverse;
	font-size:30px;
	justify-content: start;
	/* padding:0 .2em; */
	text-align:center;
	width:5em;
}
.star-rating input {
	display:none;
}
.star-rating label {
	color:#ccc;
	cursor:pointer;
	font-size: 24px;
}
.star-rating :checked ~ label {
	color:#f90;
}
.star-rating label:hover,
.star-rating label:hover ~ label {
	color:#fc0;
}
.language-btn {
	background-color: transparent;
	border: none;
	color: #fff;
}
.language-dropdown {
	position: relative;
	display: inline-block;
}
.language-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 160px;
	z-index: 1;
}
.language-content a {
	color: #393939;
	font-size: 0.813rem;
	padding: 6px 15px;
	text-decoration: none;
	display: block;
}
.language-dropdown a:hover {
	background-color: #fafafa;
}
.language-dropdown:hover .language-content {
	background-color: #f6f6f6;
	display: block;
}
.language-dropdown:hover .language-btn {
	background-color: transparent;
	color: #f2e7e7;
}
.skiptranslate {
  display: none;
}
.page-template {
  top: 0 !important;
}
#goog-gt-tt {
  display: none !important;
}
.mt-50 {
    margin-top: 50px;
}