/*!
Theme Name: qtg
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Mulish';
	box-sizing: border-box;
	overflow-x: hidden;
	background: #FBFBFB;
}
@font-face {
	font-family: 'enthalpy';
	src: url('/wp-content/themes/qtg/assets/fonts/Exo2.ttf');
	font-weight: 400;
	font-style: normal;
	font-display:swap;
}
@font-face {
	font-family: 'Mulish';
	src: url('/wp-content/themes/qtg/assets/fonts/Mulish-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display:swap;
}
@font-face {
	font-family: 'Mulish';
	src: url('/wp-content/themes/qtg/assets/fonts/Mulish-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display:swap;
}

main {
	display: block;
}

h1 {
	font-size: 3.5vw;
	margin: 0.67em 0;
	line-height: 120%;
	font-family: 'enthalpy';
	/*letter-spacing: 0.052vw;*/ /* 1px → 0.052vw */
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	background-color: transparent;
	text-decoration: none;
	transition: 0.4s;
}
b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
img {
	border-style: none;
}


button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	max-height: 7.292vw; /* 140px → 7.292vw */
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin: 0 0.521vw 0 0; /* 10px → 0.521vw */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -0.104vw; /* -2px → -0.104vw */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
:root {
	--color-black: #000000;
	/*--color-dark: #1a344d;*/
	--color-dark: #1d4268;
	--color-white: #FFFFFF;
	/*--color-primary: #995957;*/
	--color-primary: #eaa61f;
	--color-primary-2: #fad764;
	--color-primary-3: #fad764;
	--color-blue:#4177ae;

}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 0.833vw; /* 16px → 0.833vw */
	line-height: 1.4;
}

h1,
h2,
h5,
h6 {
	clear: both;
	font-family: 'enthalpy';
}

p {
	margin-bottom: 0.781vw; /* 15px → 0.781vw */
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
big {
	font-size: 125%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 0.052vw; /* 1px → 0.052vw */
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 0;
}
ul li,
ol li {
	margin-bottom: 0.781vw; /* 15px → 0.781vw */
}
ul {
	list-style: none;
}

.gallery-page ul li::before {
	content: "✦";
	color: var(--color-primary);
	margin-right: 0.417vw; /* 8px → 0.417vw */
	margin-left: -1.146vw; /* -22px → -1.146vw */
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


a {
	color: var(--color-blue);
}

a:hover {
	color: var(--color-dark);
}

a:hover,
a:active {
	outline: 0;
}
.attractions-content h3 {
	color: #404040;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0.052vw solid; /* 1px → 0.052vw */
	border-color: #ccc #ccc #bbb;
	border-radius: 0.156vw; /* 3px → 0.156vw */
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 0.156vw 0.156vw rgba(0, 0, 0, 0.2); /* 3px → 0.156vw */
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 10.417vw; /* 200px → 10.417vw */
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation .social-icon{
	display: flex;
}
.main-navigation a:hover, .site-footer .light-row a:hover {
	color: var(--color-blue);
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1100px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {

	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
::-webkit-scrollbar {
	width: 0.156vw; /* 3px → 0.156vw */
	height: 0.156vw; /* 3px → 0.156vw */
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 0.156vw; /* 3px → 0.156vw */
}
::-webkit-scrollbar-thumb {
	background: #1d4268;
	border-radius: 0.156vw; /* 3px → 0.156vw */
}
::-webkit-scrollbar-thumb:hover {
	background: #15314d;
}
* {
	scrollbar-width: thin;
	scrollbar-color: #1d4268 #f1f1f8;
}
