/*!
Theme Name: Orchard Hills
Theme URI: http://commacreative.vn/
Author: CommaCreative
Author URI: http://commacreative.vn/
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: orchard-hills
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.

Orchard Hills is based on Underscores https://commacreative.vn/, (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;
}

.ajax_loading{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	background: rgba(255, 255, 255, .3);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.ajax_loading.show{
	opacity: 1;
	visibility: visible;
}
.ajax_loading .lds-ellipsis {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto; }
.ajax_loading .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #574A42;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
.ajax_loading .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite; }
.ajax_loading .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite; }
.ajax_loading .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite; }
.ajax_loading .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite; }
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0); }
	100% {
		transform: scale(1); } }
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1); }
	100% {
		transform: scale(0); } }
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0); }
	100% {
		transform: translate(24px, 0); } }

#page404 {
	width: 100vw;
	background: #f4f5f6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 700
}

#page404 #errorText {
	font-size: 22px;
	margin: 14px 0;
	text-align: center;
}
#page404 svg{
	max-width: 100%;
	height: auto;
}
#page404 #errorLink {
	font-size: 20px;
	padding: 12px;
	border: 1px solid #574A42;
	color: #000;
	background-color: transparent;
	text-decoration: none;
	transition: all .5s ease-in-out
}

#page404 #errorLink:hover,main #errorLink:active {
	color: #f4f5f6;
	background: #000
}

#page404 #g6219 {
	transform-origin: 85px 4px;
	-webkit-animation: an1 12s .5s infinite ease-out;
	animation: an1 12s .5s infinite ease-out
}

@-webkit-keyframes an1 {
	0% {
		transform: rotate(0)
	}

	5% {
		transform: rotate(3deg)
	}

	15% {
		transform: rotate(-2.5deg)
	}

	25% {
		transform: rotate(2deg)
	}

	35% {
		transform: rotate(-1.5deg)
	}

	45% {
		transform: rotate(1deg)
	}

	55% {
		transform: rotate(-1.5deg)
	}

	65% {
		transform: rotate(2deg)
	}

	75% {
		transform: rotate(-2deg)
	}

	85% {
		transform: rotate(2.5deg)
	}

	95% {
		transform: rotate(-3deg)
	}

	100% {
		transform: rotate(0)
	}
}

@keyframes an1 {
	0% {
		transform: rotate(0)
	}

	5% {
		transform: rotate(3deg)
	}

	15% {
		transform: rotate(-2.5deg)
	}

	25% {
		transform: rotate(2deg)
	}

	35% {
		transform: rotate(-1.5deg)
	}

	45% {
		transform: rotate(1deg)
	}

	55% {
		transform: rotate(-1.5deg)
	}

	65% {
		transform: rotate(2deg)
	}

	75% {
		transform: rotate(-2deg)
	}

	85% {
		transform: rotate(2.5deg)
	}

	95% {
		transform: rotate(-3deg)
	}

	100% {
		transform: rotate(0)
	}
}