/*
Theme Name: Rusutsu Holiday
Theme URI: https://everlastingmeiji.com/
Description: Rusutsu Holiday Chalet WordPress Theme.
Author: Meiji
Author URI: https://everlastingmeiji.com/

Version: 1.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

@import url("base.css");

html {
	scroll-behavior: smooth; /* Enables smooth scrolling */
	overflow-x: hidden;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #999;
}
.genesis-nav-menu a:hover {
	color: #ccc;
}
.genesis-nav-menu .current-menu-item > a {
	color: #ccc;
}

.site-inner {
	padding: 60px 0px 0;
}

.wrapper-1024 {
	max-width: 100%;
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}

.splide__slide_container {
		position: relative;
		text-align: center;
		color: white;
		overflow-x: hidden;
	}

	.splide__slide_container img {
		filter: brightness(50%);
	}

	.splide__slide_container_text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 55%;
	}

/* THE CHALET */

.chalet-amenities-left {
	width: 60px;
}

.chalet-amenities-right {
	width: 100%;
}

.chalet-tariffs .chalet-tariffs-peak {
	background-color: #111;
	color: #fff;
	padding: 45px 0 70px;
}

.chalet-tariffs .chalet-tariffs-offpeak {
	padding: 45px 0 70px;
	border-color: #111;
	border-style: solid;
	border-width: 1px;
}

.chalet-tariffs p {
	margin: 0;
	padding: 5px 30px !important;
}

	.chalet-tariffs p.chalet-tariffs-season {
		font-weight: bold;
		font-size: 22px;
	}

	.chalet-tariffs p.chalet-tariffs-price {
		font-size: 34px;
	}

		.chalet-tariffs p.chalet-tariffs-price span {
			font-size: 18px;
		}


/* QUESTION FORMS */

.fluent_form_2 .question-name,
.fluent_form_2 .question-email,
.fluent_form_2 .question-comment {
	width: 90%;
	float: none;
	margin: 0px 10px;
}

.home-maps iframe {
	width: 100%;
	height: 246px;
	border: 0;
}

/* CONTACT */

.contact-maps {
	max-width: 100%;
	width: 100%;
	height: 246px;
	border: 0;
}

/* FOOTER */

.site-footer {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	background-color: #292e31;
	text-align: left;
}

.site-footer .flex-footer {
	flex: 0 auto;
}

.site-footer h2,
.site-footer p,
.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer p {
	padding-bottom: 10px;
}

.site-footer i {
	padding-right: 8px;
}

.site-footer .footer-social i {
	font-size: 20px;
}

/* LEGALS */

.post-3,
.post-297 {
	max-width: 100%;
	width: 800px;
	margin: 0 auto;
}



/* MEDIA QUERIES **************************************************************************************************/

@media only screen and (min-width: 960px) {
	.site-inner {
		max-width: 100%;
	}

	.site-inner .content {
		float: left;
		width: 100%;
	}

	.custom-after-header {
		position: relative;
		top: -143px;
		margin-bottom: -143px;
	}

	.site-header {
		position: inherit;
		background-color: rgba(0,0,0,0);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		padding: 0 30px;
	}
	/*.site-header {
		position: inherit;
		background-color: rgba(0,0,0,0);
	}*/

		.site-header nav {
			z-index: 9999;
		}

		.site-header nav ul li:nth-child(4) a {
			padding-right: 4px;
		}
		.site-header nav ul li:nth-child(5) a {
			padding-left: 4px;
		}

		.site-header nav a {
			color: #fff;
			font-size: 16px;
		}

		.title-area {
			position: relative;
			z-index: 9999;
		}

	.site-container > .genesis-nav-menu {
		position: relative;
		z-index: 9999;
		text-align: right;
		background: rgba(255,255,255,0.1);
	}

		.site-container > .genesis-nav-menu > .menu {
			padding: 0 40px;
		}

		.site-container > .genesis-nav-menu a {
			color: #fff;
			text-decoration: none;
			padding: 10px 5px;
			font-size: 13px;
		}

		.site-container > .genesis-nav-menu i {
			padding-right: 4px;
		}

	/* HOME SLIDER */

	/*.splide__slide_container {
		position: relative;
		text-align: center;
		color: white;
	}

	.splide__slide_container img {
		filter: brightness(50%);
	}

	.splide__slide_container_text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 55%;
	}*/

		.splide__slide_container_text h2 {
			font-size: 3em;
		}

		.splide__slide_container_text p {
			font-size: 1.5em;
		}

		.splide__slide_container_text .cta-btn {
			padding-top: 25px;
		}

			.splide__slide_container_text a {
				background-color: #fff;
				padding: 12px 30px;
				border-radius: 50px;
				text-transform: uppercase;
				text-decoration: none;
				font-size: 1.3em;
				color: #333;
			}

			.splide__slide_container_text a:hover {
				opacity: 0.85;
			}

	/* ENDS HOME SLIDER */

	.home-chalet > div > div:first-child > div > figure {
		margin-bottom: 0;
	}

	.home-chalet > div > div:first-child > div > figure > img {
		max-width: 130%;
		height: 650px;
	}
	.home-chalet > div > div:last-child > div {
		padding: 0 20px 0 0;
	}

	.home-chalet > div > div:first-child {
		overflow: hidden;
	}

	.home-chalet > div > div:last-child {
		display: flex;
		justify-content: center; /* Horizontal alignment */
		align-items: center; /* Vertical alignment */
		height: 650px;
	}

	.home-beauty {
		background-color: #f7f5f5;
		padding: 50px 0;
	}

	.home-beauty > div > div:first-child > div {
		padding: 0 0 0 20px;
	}

	.home-beauty > div > div:first-child {
		display: flex;
		justify-content: center; /* Horizontal alignment */
		align-items: center; /* Vertical alignment */
		height: 422px;
	}

	.home-gallery.wp-block-gallery.wp-block-gallery-1 {
  		gap: 0;
	}

	.home-maps {
		text-align: center;
	}

	.home-maps iframe {
		width: 80%;
		height: 446px;
		/*border: 0;*/
	}

	/* THE CHALET */

	.wrapper-chalet {
		max-width: 100%;
		width: 800px;
		margin: 0 auto;
		text-align: center;
	}

	.wrapper-chalet-amenities {
		max-width: 100%;
		width: 1200px;
		margin: 0 auto;
		text-align: center;
	}

	.chalet-amenities-left {
		width: 60px;
	}

	.chalet-amenities-right {
		width: 486px;
	}

	.chalet-tariffs p.chalet-tariffs-season {
		font-size: 26px;
	}

	.chalet-tariffs p.chalet-tariffs-price {
		font-size: 54px;
	}

		.chalet-tariffs p.chalet-tariffs-price span {
			font-size: 22px;
		}

	/* CONTACT */

	.contact-maps {
		/*max-width: 100%;
		width: 100%;*/
		height: 446px;
	}

	/* QUESTION FORMS */

	.fluent_form_2 .question-name,
	.fluent_form_2 .question-email,
	.fluent_form_2 .question-comment {
		width: 30%;
		float: left;
		margin: 0px 10px;
	}

	/* FOOTER */
	.site-footer {
		flex-flow: row nowrap;
	}
} /* ENDS MEDIA QUERIES min-width: 960px *****************************************************************************/

@media only screen and (max-width: 959px) {
	.site-header {
  		background-color: #011741;
  		padding: 30px 50px 10px;
	}

	nav .genesis-nav-menu.menu-primary a {
		color: #fff;
	}

	.menu-toggle {
		float: none;
		line-height: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
		padding: 15px 30px;
		position: relative;
		z-index: 1000;
		border: 1px solid #fff;
		color: #fff;
	}
	.menu-toggle:hover {
		border: 1px solid #999;
	}

	#menu-submenu {
		left: 50%;
		float: left;
		position: relative;
	}
	.genesis-nav-menu #menu-submenu .menu-item {
		float: left;
		left: -50%;
	}
	.genesis-nav-menu #menu-submenu .menu-item a {
		color: #fff;
		padding: 12px 5px;
		font-size: 12px;
	}

	.splide__slide_container img {
		filter: brightness(50%);
		max-width: 1200px;
		width: 300%;
		height: auto;
	}

	.splide__slide_container_text h2 {
		font-size: 1.5em;
	}

	.splide__slide_container_text p {
		font-size: 1em;
	}

	.splide__slide_container_text a {
		background-color: #fff;
		padding: 12px 5px;
		border-radius: 50px;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1em;
		color: #333;
		display: block;
	}

	.entry-content {
		padding: 0px 10px;
	}

} /* ENDS MEDIA QUERIES min-width: 959px *****************************************************************************/


