/*!
Theme Name: journeypointtreks
Theme URI: https://journeypointtreks.com/
Author: Er.Krishna Kumar Sah
Author URI: https://krishnaks.com.np/
Description: Journey Point Treks and Tours Pvt. Ltd is a trekking and travel agency  which is established under the Company Act, 2005 and Tourism Act,1978 of Nepal . This trekking agency is located in Kathmandu, Nepal. The Government of Nepal has given a license of trekking agency to this company. This trekking agency is registered in the office of the company register as company and the company registration number  is 212479. Likewise,  the license number of trekking agency  which is obtained from the ministry of tourism, Government of Nepal,  is 2685. The tax registration number is 6068635599 and industry registration number of this trekking agency is 6671. After complying all legal provisions, Journey Point Treks and Tours  has been operating the trekking, tour and mountaineering in Nepal and Tibet. The legal documents are attached in the home menu. Any one can open the given link and check whether this company is  registered nor not.
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: journeypointtreks
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.

journeypointtreks is based on Underscores https://journeypointtreks.com/, (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;
}
