/*!
Theme Name: Indochine
Theme URI: https://commacreative.vn/
Author: Comma Creative
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: indochine
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.

Indochine 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
--------------------------------------------------------------*/
/* 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;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
	pointer-events: none;
	margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #F8ECCE;
	background: #F8ECCE;
	color: #15191A;
	margin: 1rem 0 0;
	font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #56624B;
	background: #56624B;
	color: #ffffff;
	margin: 1rem 0 0;
}

.wpcf7-not-valid-tip {
	position: absolute;
	right: 5px;
	bottom: 14px;
	pointer-events: none;
	font-size: 10px;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item label {
	cursor: pointer;
}

.alert.alert-info {
	background: #08443c;
	color: #CFB78B;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#notfound {
	position: relative;
	height: 100vh
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.notfound {
	max-width: 520px;
	width: 100%;
	line-height: 1.4;
	text-align: center
}

.notfound .notfound-404 {
	position: relative;
	height: 200px;
	margin: 0 auto 20px;
	z-index: -1
}

.notfound .notfound-404 h1 {
	font-size: 236px;
	font-weight: 200;
	margin: 0;
	color: #08443c;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.notfound .notfound-404 h2 {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	color: #CFB78B;
	background: #fff;
	padding: 10px 5px;
	margin: auto;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 h1 {
		font-size: 148px
	}
}

@media only screen and (max-width: 480px) {
	.notfound .notfound-404 {
		height: 148px;
		margin: 0 auto 10px
	}

	.notfound .notfound-404 h1 {
		font-size: 86px
	}

	.notfound .notfound-404 h2 {
		font-size: 16px
	}

	.notfound a {
		padding: 7px 15px;
		font-size: 14px
	}
}

.globe-stage {
	width: 100%;
	aspect-ratio: 1;
	position: relative;
}

.globe-canvas {
	width: 100%;
	height: 100%;
	display: block;
	cursor: grab;
	touch-action: none;
}

.globe-canvas:active {
	cursor: grabbing;
}