/*!
Theme Name: RAC Theme
Theme URI: http://underscores.me/
Author: Giddy Up
Author URI: https://www.giddyup.co.za/
Description: Custom theme build for projects. It is lightweight and fast.
Version: 1.0.0
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rac-theme
Tags: custom-logo, custom-menu, featured-images, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

RAC Theme 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.

*/

/*--------------------------------------------------------------
>>> 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
--------------------------------------------- */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;	
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
form.search-form {
    position: relative;
    max-width: 450px;
    margin: auto;
}

form.search-form > label {
    display: block;
    width: 100%;
}
form.search-form input.search-field {
    width: 100%;
    display: block;
    padding-right: 40px;
}
form.search-form input.search-submit {
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    font-size: 0;
    width: 40px;
    background-color: transparent;
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0ibTE2LjMyNSAxNC44OTlsNS4zOCA1LjM4YTEuMDA4IDEuMDA4IDAgMCAxLTEuNDI3IDEuNDI2bC01LjM4LTUuMzhhOCA4IDAgMSAxIDEuNDI2LTEuNDI2TTEwIDE2YTYgNiAwIDEgMCAwLTEyYTYgNiAwIDAgMCAwIDEyIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
* {
	margin: 0;
	padding:0;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Century Gothic',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1rem;
	font-family: 'Century Gothic',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

p {
	margin-bottom: 1rem;
}
p:last-of-type {
    margin-bottom: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1em 1.2em;
}

ul {
	list-style: disc;
}

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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease-in-out;
}

a:visited {
	color: #000000;
}


a:hover,
a:focus,
a:active {
	color: #000000;
	border-color: #000000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px 8px;
	display: block;
	height: 35px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.nowrap {
	white-space: nowrap;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


.container {
    max-width: 1320px;
    margin: 0 auto;
	padding: 0 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Default header styling */
header.site-header {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: top 0.3s ease, transform 0.3s ease;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	position: sticky;
	transition: all 0.3s ease-in-out;
}
body.elementor-page header.site-header {
    position: fixed;
    background-color: transparent;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
}
body.elementor-page header.site-header.header-fixed, header.site-header.header-fixed {
    background-color: #192a55;
    padding: 20px 0;
}
/* When scrolling starts, make header fixed */

header.site-header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
	min-height: 50px;
}
header.site-header .site-branding {
    max-width: 220px;
    width: 35%;
}
header.site-header .site-branding h1.site-title {
    margin: 0;
}
header.site-header a.custom-logo-link {
    display: block;	
    border-bottom: none;
}
header.site-header a.custom-logo-link img{
    display: block;
}
header.site-header .site-branding h1.site-title a {
    text-decoration: none;
    border-bottom: none;
}
.woo-icons {
    display: flex;
    gap: 10px;
	align-items: center;
}
.woo-icons a {
    text-decoration: none;
}
.woo-icons a svg {display: block;}
.header-contact {
    display: flex;
    gap: 20px;
}
.header-contact > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.header-contact > a:before {
    content: "";
    background-color: #000000;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 6px;
    transition: all 0.3s ease-in-out;
}
.header-contact > a.header-email:before {
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zIDV2LS41YS41LjUgMCAwIDAtLjUuNXptMTggMGguNWEuNS41IDAgMCAwLS41LS41ek0zIDUuNWgxOHYtMUgzek0yMC41IDV2MTJoMVY1ek0xOSAxOC41SDV2MWgxNHpNMy41IDE3VjVoLTF2MTJ6TTUgMTguNUExLjUgMS41IDAgMCAxIDMuNSAxN2gtMUEyLjUgMi41IDAgMCAwIDUgMTkuNXpNMjAuNSAxN2ExLjUgMS41IDAgMCAxLTEuNSAxLjV2MWEyLjUgMi41IDAgMCAwIDIuNS0yLjV6Ii8+PHBhdGggc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTMgNWw5IDlsOS05IiBzdHJva2Utd2lkdGg9IjEiLz48L2c+PC9zdmc+) no-repeat center / contain;
	-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zIDV2LS41YS41LjUgMCAwIDAtLjUuNXptMTggMGguNWEuNS41IDAgMCAwLS41LS41ek0zIDUuNWgxOHYtMUgzek0yMC41IDV2MTJoMVY1ek0xOSAxOC41SDV2MWgxNHpNMy41IDE3VjVoLTF2MTJ6TTUgMTguNUExLjUgMS41IDAgMCAxIDMuNSAxN2gtMUEyLjUgMi41IDAgMCAwIDUgMTkuNXpNMjAuNSAxN2ExLjUgMS41IDAgMCAxLTEuNSAxLjV2MWEyLjUgMi41IDAgMCAwIDIuNS0yLjV6Ii8+PHBhdGggc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTMgNWw5IDlsOS05IiBzdHJva2Utd2lkdGg9IjEiLz48L2c+PC9zdmc+) no-repeat center / contain;
}
.header-contact > a.header-phone:before {
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xOS41IDIyYTEuNSAxLjUgMCAwIDAgMS41LTEuNVYxN2ExLjUgMS41IDAgMCAwLTEuNS0xLjVjLTEuMTcgMC0yLjMyLS4xOC0zLjQyLS41NWExLjUxIDEuNTEgMCAwIDAtMS41Mi4zN2wtMS40NCAxLjQ0YTE0Ljc3IDE0Ljc3IDAgMCAxLTUuODktNS44OWwxLjQzLTEuNDNjLjQxLS4zOS41Ni0uOTcuMzgtMS41M2MtLjM2LTEuMDktLjU0LTIuMjQtLjU0LTMuNDFBMS41IDEuNSAwIDAgMCA3IDNIMy41QTEuNSAxLjUgMCAwIDAgMiA0LjVDMiAxNC4xNSA5Ljg1IDIyIDE5LjUgMjJNMy41IDRIN2EuNS41IDAgMCAxIC41LjVjMCAxLjI4LjIgMi41My41OSAzLjcyYy4wNS4xNC4wNC4zNC0uMTIuNUw2IDEwLjY4YzEuNjUgMy4yMyA0LjA3IDUuNjUgNy4zMSA3LjMybDEuOTUtMS45N2MuMTQtLjE0LjMzLS4xOC41MS0uMTNjMS4yLjQgMi40NS42IDMuNzMuNmEuNS41IDAgMCAxIC41LjV2My41YS41LjUgMCAwIDEtLjUuNUMxMC40IDIxIDMgMTMuNiAzIDQuNWEuNS41IDAgMCAxIC41LS41Ii8+PC9zdmc+) no-repeat center / contain;
	-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xOS41IDIyYTEuNSAxLjUgMCAwIDAgMS41LTEuNVYxN2ExLjUgMS41IDAgMCAwLTEuNS0xLjVjLTEuMTcgMC0yLjMyLS4xOC0zLjQyLS41NWExLjUxIDEuNTEgMCAwIDAtMS41Mi4zN2wtMS40NCAxLjQ0YTE0Ljc3IDE0Ljc3IDAgMCAxLTUuODktNS44OWwxLjQzLTEuNDNjLjQxLS4zOS41Ni0uOTcuMzgtMS41M2MtLjM2LTEuMDktLjU0LTIuMjQtLjU0LTMuNDFBMS41IDEuNSAwIDAgMCA3IDNIMy41QTEuNSAxLjUgMCAwIDAgMiA0LjVDMiAxNC4xNSA5Ljg1IDIyIDE5LjUgMjJNMy41IDRIN2EuNS41IDAgMCAxIC41LjVjMCAxLjI4LjIgMi41My41OSAzLjcyYy4wNS4xNC4wNC4zNC0uMTIuNUw2IDEwLjY4YzEuNjUgMy4yMyA0LjA3IDUuNjUgNy4zMSA3LjMybDEuOTUtMS45N2MuMTQtLjE0LjMzLS4xOC41MS0uMTNjMS4yLjQgMi40NS42IDMuNzMuNmEuNS41IDAgMCAxIC41LjV2My41YS41LjUgMCAwIDEtLjUuNUMxMC40IDIxIDMgMTMuNiAzIDQuNWEuNS41IDAgMCAxIC41LS41Ii8+PC9zdmc+) no-repeat center / contain;
}
.header-contact > a:hover {
	color: #192a55;
    border-color: #192a55;
}
.header-contact> a:hover:before {
    background-color: #192a55;
}
/* Header Tow */
header.site-header.header-two {
    padding-top: 0;
}
header.site-header.header-two > .container {
    padding-top: 10px;
}
.header-top .container {
    display: flex;
    justify-content: space-between;
}
.header-two .header-top {
    padding: 5px 0;
    background-color: #f3f3f3;	
}

/* Header Three */
.head-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
header.site-header.header-three .header-contact {
    justify-content: flex-end;
}
header.site-header.header-center {
    border-bottom: 1px solid #dddddd;
}

/* Header Search */
header.site-header button.search-toggle {
    background-color: #fff0;
    border: none;
    border-radius: 0;
    font-size: 0;
    height: 30px;
    width: 30px;
    display: block;
    margin: auto 0 auto 15px;
    color: #000;
}
.header-search {
    position: absolute;
    top: calc(100% - 40px);
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    height: 40px;
    visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.header-search.active {
    top: calc(100% + 1px);
    visibility: visible;
	opacity: 1;
}
.header-search form.search-form {
    max-width: 100%;
}
.header-search form.search-form input.search-field {
    border-radius: 0;
    border: none;
	height: 39px;
}
.header-search form.search-form input.search-submit {
    height: 40px;
    border-radius: 0;
    background-color: transparent !important;
    border: none !important;
}
.header-center .header-search {
    padding: 0 30px;
}
header.site-header.header-center button.search-toggle {
    margin-left: 0;
}
@media (min-width: 768px) {
	/* When scrolling down, hide header */
	header.site-header.hide-on-scroll {
		transform: translateY(-100%);
	}
	header.site-header > .container {
		min-height: 60px;
		max-width: 1500px;
	}
	/* 	Header Four */
	.header-center .logo-container nav.main-navigation, .header-center .logo-container .right-head {
		width: 100%;
	}
	.header-center .logo-container {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 0 30px;
	}
	.header-center .logo-container .site-branding {
		text-align: center;
		padding: 0 20px;
		width: auto;
		white-space: nowrap;
	}
	.header-center .logo-container nav.main-navigation {
        justify-content: flex-start;
        align-items: center;
    }
	.header-center .header-contact {
		gap: 10px;
		font-size: 0.9rem;
	}
	.header-center .logo-container .right-head {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }
	 body.page-header-fixed header.site-header{
		background-image: linear-gradient(180deg, #ffffffc9 25%, transparent);
		background-color: transparent;
		position: fixed;
		border-bottom: none;
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	body.page-header-fixed header.site-header.header-fixed {
		background-color: #fff;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	}
}
@media (max-width: 1023px) {
	header.site-header, body.elementor-page header.site-header.header-fixed, header.site-header.header-fixed {padding: 10px 0;}
	.header-center .main-navigation ul#primary-menu {
		gap: 10px;
	}
	.header-center .header-contact{display: none;}
	.header-center .logo-container .site-branding {order: 0; padding-left:0;}
	.header-center .logo-container .main-navigation {order: 1;}
	.header-center .logo-container .right-head {order: 2; width: auto;}
}
@media (max-width: 767px) {
	.header-two .header-top {
		padding: 3px 0;
	}
	.header-contact {
		gap: 10px;
		justify-content: center;
		font-size: 14px;
	}
	.header-contact > a:before {
		height: 18px;
		width: 18px;
		margin-right: 3px;
	}
	header.site-header.header-three {
		padding-top: 40px;
	}
	header.site-header.header-three .header-contact {
		background-color: #f3f3f3;
		position: absolute;
		padding: 3px 0;
		left: 0;
		right: 0;
		top: 0;
		justify-content: center;
	}
	.header-center .logo-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
		padding: 0 15px;
	}
	.header-center .logo-container .main-navigation { order: 2;}
	 .header-center .logo-container .right-head {
        order: 1;
        margin-left: auto;
        display: flex;
    }
}
/* Navigation
--------------------------------------------- */
.main-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul#primary-menu {
    display: flex;
	flex-direction: column;
    row-gap: 10px;
    height: 100%;
    justify-content: flex-start;
    align-items: stretch;
}


.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	padding: 8px;
    color: #ffffff;
}
.main-navigation a:hover {
	border-color: #ffffff;
}
.main-navigation a.header-action-btn {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #192a55;
    color: #fff;
    padding: 15px 30px;
    border: 1px solid #192a55;
}
.main-navigation a.header-action-btn:hover {
    background-color: #ffffff;
    color: #192a55;
}
header.site-header.header-fixed .main-navigation a.header-action-btn {
    border-color: #fff;
}
.main-navigation li.button-menu a {
    border-radius: 30px;
    background-color: #192a55;
    color: #fff;
	padding: 8px 20px;
}
.main-navigation li.button-menu a:hover {
    background-color: #000000;
    color: #fff;
}
/* Small menu. */
header.site-header #site-navigation .menu-toggle {
	display: block;
	font-size: 0;
	background-color: transparent;
	border: none;
	position: relative;
	height: 30px;
    width: 40px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
header.site-header.header-center #site-navigation .menu-toggle{
	position: absolute;
    right: 15px;
    top: 18px;
}
/* Initial state of the menu toggle icon (3 lines) */
.menu-toggle:after, .menu-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    top: 8px;
    border-radius: 3px;
	transition: all 0.2s ease-in-out;
}
.menu-toggle:before {
    width: 60%;
    top: auto;
    bottom: 8px;
}
.main-navigation.toggled .menu-toggle:after, .main-navigation.toggled .menu-toggle:before {
	width: 80%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.main-navigation.toggled .menu-toggle:after {
    transform: rotate(-45deg);
}
.main-navigation.toggled .menu-toggle:before {
    transform: rotate(45deg);
}
.main-navigation li.menu-item button.submenu-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
    background-color: #fff0;
    color: #000;
    font-size: 25px;
    box-shadow: 0 0 0 0;
    border: none;
    width: 30px;
    height: 30px;
    margin: auto;
    font-family: sans-serif;
}


	.header-center .main-navigation {
		width: 40px;
		height: 30px;
	}
	header.site-header #site-navigation .menu-toggle {
		display: block;
		order: 1;
	}
	header.site-header button.search-toggle {
		order: 0;
		width: 24px;
		margin-right:10px;
	}
	header.site-header.header-center button.search-toggle {
		margin-right:0px;
	}
	header.site-header #site-navigation.main-navigation.toggled .menu-toggle {
		position: fixed;
		right: 10px;
		top: 10px;
		z-index: 9;
	}
	.main-navigation .primary-menu-container {
        position: fixed;
        right: -100%;
        width: 30%;
        min-width: 300px;
        top: 0;
        padding: 60px 30px 30px;
        background-color: rgb(25 42 85 / 92%);
        backdrop-filter: blur(5px);
        transition: all 0.3s ease-in-out;
        height: 100vh;
        overflow: auto;
    }
	.main-navigation.toggled .primary-menu-container{
		right: 0%;
	}
	.main-navigation li.menu-item button.submenu-toggle {
		display: block;
	}
    .menu-item-has-children > ul {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .menu-item-has-children.submenu-open>ul {
        display: block;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
    }


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Footer
 * ------------------------------------------ */
footer.site-footer:not(.no-widget) {
    padding-top: 50px;
}
footer.site-footer {
    background-color: #192a55;
	color: #fff;
}
footer.site-footer a{color: #fff;}
footer.site-footer a:hover {border-color: #fff;}
footer.site-footer .footer-widgets {
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
    gap: 40px;
}
footer.site-footer .footer-widgets .footer-widget-col {
    width: 100%;
}
footer.site-footer .footer-widgets .footer-widget-col:nth-child(1) {
    text-align: center;
}
footer.site-footer .footer-widgets .footer-widget-col:not(:nth-child(1)) {
    padding-top: 30px;
}
.site-footer h3.footer-widget-title {
    font-size: 22px;
    text-transform: uppercase;
}
.footer-widgets a.footer-btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    background-color: #d2d3d5;
    padding: 10px 20px;
    display: inline-block;
    transition: all 1s ease-out;
    font-weight: 700;
    margin-top: 20px;
}
.footer-widgets a.footer-btn svg {
    display: inline-block;
    vertical-align: middle;
}
.footer-widgets a.footer-btn.sign-up {
    margin-top: 0;
    border-radius: 30px;
    padding: 10px 30px;
}
.footer-widgets a.footer-btn:hover {
    background-color: #fff;
}
.footer-widgets ul.footer-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
ul.social-media-icon {
    display: flex;
    list-style-type: none;
    margin: 20px 0 0;
    justify-content: center;
    gap: 24px;
}
#footer-widgets .footer-widget ul.social-media-icon li {
    padding-left: 0;
}

.footer-menu-container ul#footer-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
    margin-left: 0;
    justify-content: center;
    padding: 0 10px;
}
.footer-menu-container ul#footer-menu a { font-weight: bold; text-transform: uppercase;}
.footer-menu-container ul#footer-menu a:hover, .footer-menu-container ul#footer-menu li.current_page_item a {border-color:#ffffff; }

.copyright-foot {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
/* Sign Up Form css */

/* === Overlay (background) === */

form#forminator-module-255 {
    margin-top: 0px !important;
}

#forminator-popup-overlay {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  z-index: 99999;
  background: rgba(0, 0, 0, 0.65);
  display: none;              /* hidden by default, shown via JS */
  justify-content: center;
  align-items: center;
  padding: 20px;              /* small padding so popup doesn’t touch edges */
}

/* === Popup container === */
#forminator-popup {
  background: #ffffff;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;           /* never taller than viewport */
  overflow-y: auto;           /* scroll form if it’s long */
  border-radius: 10px;
  padding: 24px 24px 28px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  animation: popup-fade-in 0.25s ease-out;
}

/* Simple fade/slide animation */
@keyframes popup-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* === Close button (X) === */
#forminator-popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: transparent;
  line-height: 1;
  cursor: pointer;
  font-size: 35px;
  color: #000;
  padding: 0;
}

#forminator-popup-close:hover {
  color: #000;
}

/* Optional: style the title inside popup (if you add one) */
#forminator-popup h2,
#forminator-popup h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
}



#forminator-popup .forminator-button-submit {
  width: 100%;           
}


/* Sign Up Form css end */

@media (max-width: 980px) {
	footer.site-footer .footer-widgets {
		flex-wrap: wrap;
		gap: 30px;
	}
	footer.site-footer .footer-widgets .footer-widget-col {
		width: calc(50% - 20px);
	}
}
@media (max-width: 480px) {
	footer.site-footer .footer-widgets {
		gap: 20px;
	}
	footer.site-footer .footer-widgets .footer-widget-col {
		width: 100%;
	}
	footer.site-footer .footer-widgets .footer-widget-col:not(:nth-child(1)) {
	    padding-top: 0;
	}
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.entry-meta > span {
    display: inline-block;
    position: relative;
}
.entry-meta > span:not(:last-child):after {
    content: "|";
    position: absolute;
    right: -8px;
}
footer.entry-footer {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
aside#secondary {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Page Not found */
section.not-found {
    padding: 20px 0 50px;
    text-align: center;
    min-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.not-found form.search-form {
    margin-top: 30px;
}

/*  page */
main#primary {
    margin: 40px 0;
	min-height: 100vh;
}
.single h1.entry-title {
    margin-top: 0;
}
.post-single {
    padding: 0 15px;
}
.listing-block, .post-single {
    display: flex;
    gap: 40px;
}
.left-primary {width: calc(80% - 40px);}
.listing-block .left-primary {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	align-content: flex-start;
    align-items: stretch;
}
.listing-block .left-primary article {
    width: calc(33.33% - 20px);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #efefef;
    overflow: hidden;
}
.listing-block .left-primary article a.post-thumbnail {
    display: block;
    margin: -15px -15px 0;
}
.listing-block .left-primary article .entry-summary {
    margin-top: 15px;
}
.listing-block .left-primary article a.read-more {
    display: inline-block;
    margin-top: 15px;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/* Woocommerce */
main#main.site-main {
    max-width: 1320px;
    padding: 50px 15px;
    margin: 0 auto;
}


/*Pages CSS*/
.home-room-overlay-box .elementor-image-box-wrapper {
    position: relative;
}
.home-room-overlay-box .elementor-image-box-wrapper .elementor-image-box-img {
    display: block;
    overflow: hidden;
    position: relative;
}

.home-room-overlay-box .elementor-image-box-wrapper .elementor-image-box-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(transparent, rgba(0,0,0,0.5));
    z-index: 0;
    bottom: 0;
    pointer-events: none;
}

.home-room-overlay-box .elementor-image-box-wrapper .elementor-image-box-img img{
    transition: all 0.3s ease-in-out;
}
.home-room-overlay-box:hover .elementor-image-box-wrapper .elementor-image-box-img img{
    transform: scale(1.05);
}
.home-room-overlay-box .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    width: auto;
}
.home-room-overlay-box .elementor-image-box-title a {
    border-bottom: none;
}

.home-room-overlay-box .elementor-image-box-wrapper a.book-btn, .simple-room-box .elementor-image-box-wrapper a.book-btn {
    border: 1px solid #192a55;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #192a55;
    color: #fff;
    font-size: 14px;
    margin-top:15px;
	font-weight: 600;
	text-transform: uppercase;
}
.home-room-overlay-box .elementor-image-box-wrapper a.book-btn:hover, .simple-room-box .elementor-image-box-wrapper a.book-btn:hover {
    background-color: #ffffff;
    color: #192a55;
}
.home-room-overlay-box.text-center .elementor-image-box-wrapper .elementor-image-box-content {
	top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home-room-overlay-box.text-center .elementor-image-box-wrapper .elementor-image-box-img:after {
	bottom: 0;
	top: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.5), transparent);
	margin: auto;
}
.simple-room-box .elementor-image-box-wrapper .elementor-image-box-content {
    max-width: 90%;
    margin: auto;
	font-size: 15px;
}
ul.room-info {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    color: #fff;
}
ul.room-info > li:before {
    content: "";
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
ul.room-info > li.icon-guest:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIiBkPSJNMTcuOTI4IDE5LjYzNGgyLjEzOGExLjE2NSAxLjE2NSAwIDAgMCAxLjExNi0xLjU1NWE2Ljg1IDYuODUgMCAwIDAtNi4xMTctMy45NW0wLTIuNzU5YTMuNjY0IDMuNjY0IDAgMCAwIDMuNjY1LTMuNjY0YTMuNjY0IDMuNjY0IDAgMCAwLTMuNjY1LTMuNjc0bS0xLjA0IDE2Ljc5NWExLjkwOCAxLjkwOCAwIDAgMCAxLjUzNy0zLjAzNWE4LjAzIDguMDMgMCAwIDAtNi4yMjItMy4xOTZhOC4wMyA4LjAzIDAgMCAwLTYuMjIyIDMuMTk3YTEuOTA5IDEuOTA5IDAgMCAwIDEuNTM2IDMuMDM0ek05LjM0IDExLjQ4NWE0LjE2IDQuMTYgMCAwIDAgNC4xNS00LjE2MWE0LjE1MSA0LjE1MSAwIDAgMC04LjMwMiAwYTQuMTYgNC4xNiAwIDAgMCA0LjE1MSA0LjE2Ii8+PC9zdmc+);
}
ul.room-info > li.icon-bed:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMyA0LjVBMi41IDIuNSAwIDAgMSA1LjUgMmg1QTIuNSAyLjUgMCAwIDEgMTMgNC41djEuNTVhMi41IDIuNSAwIDAgMSAyIDIuNDV2NWEuNS41IDAgMCAxLTEgMFYxMUgydjIuNWEuNS41IDAgMCAxLTEgMHYtNWEyLjUgMi41IDAgMCAxIDItMi40NXpNMiAxMGgxMlY4LjVBMS41IDEuNSAwIDAgMCAxMi41IDdoLTlBMS41IDEuNSAwIDAgMCAyIDguNXptMTAtNS41QTEuNSAxLjUgMCAwIDAgMTAuNSAzaC01QTEuNSAxLjUgMCAwIDAgNCA0LjVWNmgxdi0uNWEuNS41IDAgMCAxIC41LS41SDdhLjUuNSAwIDAgMSAuNS41VjZoMXYtLjVBLjUuNSAwIDAgMSA5IDVoMS41YS41LjUgMCAwIDEgLjUuNVY2aDF6Ii8+PC9zdmc+);
}
ul.room-info > li.icon-area:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik03Ni42NDcgMzAuMzUzYTIgMiAwIDAgMS0yLTJ2LTNoLTNhMiAyIDAgMCAxIDAtNGg1YTIgMiAwIDAgMSAyIDJ2NWEyIDIgMCAwIDEtMiAybS0xMy42NTktNWgtOC42NTlhMiAyIDAgMCAxIDAtNGg4LjY1OWEyIDIgMCAwIDEgMCA0bS0xNy4zMTggMGgtOC42NTlhMiAyIDAgMCAxIDAtNGg4LjY1OWEyIDIgMCAwIDEgMCA0bS0yMi4zMTcgNWEyIDIgMCAwIDEtMi0ydi01YTIgMiAwIDAgMSAyLTJoNWEyIDIgMCAwIDEgMCA0aC0zdjNhMiAyIDAgMCAxLTIgMm0wIDM0LjYzNWEyIDIgMCAwIDEtMi0ydi04LjY1OWEyIDIgMCAwIDEgNCAwdjguNjU5YTIgMiAwIDAgMS0yIDJtMC0xNy4zMThhMiAyIDAgMCAxLTItMnYtOC42NTlhMiAyIDAgMCAxIDQgMHY4LjY1OWEyIDIgMCAwIDEtMiAybTUgMzAuOTc3aC01YTIgMiAwIDAgMS0yLTJ2LTVhMiAyIDAgMCAxIDQgMHYzaDNhMiAyIDAgMCAxIDAgNG0zNC42MzUgMGgtOC42NTlhMiAyIDAgMCAxIDAtNGg4LjY1OWEyIDIgMCAwIDEgMCA0bS0xNy4zMTggMGgtOC42NTlhMiAyIDAgMCAxIDAtNGg4LjY1OWEyIDIgMCAwIDEgMCA0bTMwLjk3NyAwaC01YTIgMiAwIDAgMSAwLTRoM3YtM2EyIDIgMCAwIDEgNCAwdjVhMiAyIDAgMCAxLTIgMm0wLTEzLjY1OWEyIDIgMCAwIDEtMi0ydi04LjY1OWEyIDIgMCAwIDEgNCAwdjguNjU5YTIgMiAwIDAgMS0yIDJtMC0xNy4zMThhMiAyIDAgMCAxLTItMnYtOC42NTlhMiAyIDAgMCAxIDQgMHY4LjY1OWEyIDIgMCAwIDEtMiAyIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkwLjIxNiA5Mi4yMTZIOS43ODRhMiAyIDAgMCAxLTItMlY5Ljc4NGEyIDIgMCAwIDEgMi0yaDgwLjQzMmEyIDIgMCAwIDEgMiAydjgwLjQzMmEyIDIgMCAwIDEtMiAybS03OC40MzItNGg3Ni40MzJWMTEuNzg0SDExLjc4NHoiLz48L3N2Zz4=);
}
ul.room-info > li.icon-mountain:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNjQgNzZhMjQgMjQgMCAxIDAtMjQtMjRhMjQgMjQgMCAwIDAgMjQgMjRtMC00MGExNiAxNiAwIDEgMS0xNiAxNmExNiAxNiAwIDAgMSAxNi0xNm04Ny40NCAxNjJsLTU0LjU2LTkyLjA4YTExLjkxIDExLjkxIDAgMCAwLTEwLjMzLTUuOTJhMTEuODkgMTEuODkgMCAwIDAtMTAuMzIgNS44OGwtMjkuNjEgNTBsLTQ4LjI4LTgxLjk3YTEyIDEyIDAgMCAwLTIwLjY4IDBMNC41NSAxOThBNCA0IDAgMCAwIDggMjA0aDI0MGE0IDQgMCAwIDAgMy40NC02TTg0LjU1IDc4YTQgNCAwIDAgMSA2LjkgMGwyNy4xMiA0Nkg1Ny40M1pNMTUgMTk2bDM3LjcxLTY0aDcwLjU4TDE2MSAxOTZabTE1NS4yOSAwbC0xOS0zMi4yOUwxODMuMTEgMTEwYTQgNCAwIDAgMSA2Ljg4IDBsNTEgODZaIi8+PC9zdmc+);
}
.text-top ul.room-info {justify-content: flex-end;}
.text-center ul.room-info { justify-content: center;}
.simple-room-box ul.room-info {
    justify-content: center;
    color: #000;
    margin-bottom: 10px;
}
.simple-room-box ul.room-info li:before {filter: invert(1);}
.service-icons-box img {
    margin: auto;
}

.g-map {
    line-height: 0px !important;
}

.special-offers .elementor-image-box-content {
    position: absolute;
    bottom: 0px;
}

.special-offers img { width: 100%; }


.special-offers p.elementor-image-box-description span:nth-child(1) {
    font-size: 33px;
    text-transform: uppercase;
     line-height: 1.1em;
}


.special-offers p.elementor-image-box-description span:nth-child(2) {
    font-size: 28px;
    line-height: 1.2em;
    padding-bottom: 15px;
    padding-top: 15px;
}

.special-offers p.elementor-image-box-description span:nth-child(1), .special-offers p.elementor-image-box-description span:nth-child(2) {
	padding-left: 30px;
}

.special-offers p.elementor-image-box-description span:nth-child(3) {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2em;
    position: relative;
    padding-left: 70px;
}

.special-offers p.elementor-image-box-description span:nth-child(3):before {
    content: '';
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
    background-color: #fff;
}

.special-offers p.elementor-image-box-description span:nth-child(4) {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 70px;
    padding-bottom: 40px;
	line-height: 1.2em;
}

.special-offers p.elementor-image-box-description span:nth-child(5) {
    font-size: 18px;
    padding-left: 32px;
    padding-bottom: 30px;
	line-height: 1.2em;
}

.special-offers p.elementor-image-box-description span:nth-child(6) {
    font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}


.special-offers span {
    display: block;
    color: #fff;
    text-align: left;
}

.heading-icon {
	vertical-align: middle;
	padding-right: 30px; 
}




.gallery-carousel .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
}

.gallery-carousel .swiper-wrapper .swiper-slide a figure.swiper-slide-inner {
    width: 100%;
}

.gallery-carousel .swiper-wrapper .swiper-slide a figure.swiper-slide-inner img {
    width: 100%;
	 height: 450px; 
    object-fit: cover;
}

.gallery-carousel .swiper-wrapper .swiper-slide a:hover {
    border: 0px solid transparent;
}

.elementor-widget-testimonial span.sub-text {
    font-size: 26px;
    display: block;
    font-weight: 400;
    max-width: 650px;
    margin: auto auto 30px auto;
    line-height: 1.2em;
}

.my-testimonial-slider .e-con-inner {
    display: block !important;
}
.my-testimonial-slider .swiper.testimonial-swiper {
    padding-bottom: 30px;
}



/* Media Queries */

@media (min-width: 768px) { 
	.sticky-top {
		position: sticky !important;
		top: 100px;
	}
	.home-room-overlay-box.text-top .elementor-image-box-wrapper .elementor-image-box-content {
	    bottom: auto;
	    top: 20px;
	}
	.home-room-overlay-box.text-top .elementor-image-box-wrapper .elementor-image-box-img:after {
	    bottom: auto;
	    top: 0;
	    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
	}
	
	
		.gallery-carousel .swiper-wrapper .swiper-slide:nth-child(odd) {
    width: 35% !important;
}

.gallery-carousel .swiper-wrapper .swiper-slide:nth-child(even) {
    width: 65% !important;
	margin-right: 0px !important;
}
	
/* 	.gallery-carousel .elementor-swiper-button-next {
    right: -10px !important;
}

.gallery-carousel .elementor-swiper-button-prev {
    left: -10px !important;
} */
	
}
@media (max-width: 980px) { 
	section.not-found svg {
		width: 128px;
		height: 128px;
	}
	.listing-block .left-primary article {
		width: calc(50% - 15px);
	}
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.listing-block, .post-single {
		flex-direction: column;
	}
	.left-primary, aside#secondary{
		width: 100%;
	}
	.post-single {
		padding: 30px 15px;
	}
	
	.special-offers p.elementor-image-box-description span:nth-child(1), .special-offers p.elementor-image-box-description span:nth-child(2), .special-offers p.elementor-image-box-description span:nth-child(5) { padding-left:20px; }
	
	.special-offers p.elementor-image-box-description span:nth-child(1) {     font-size: 30px; }
	 	.special-offers p.elementor-image-box-description span:nth-child(2) {     font-size: 20px; }
	
		.special-offers p.elementor-image-box-description span:nth-child(3) {     font-size: 40px; }
	.special-offers p.elementor-image-box-description span:nth-child(4) {  font-size: 25px; }
	.special-offers p.elementor-image-box-description span:nth-child(5) {
    font-size: 20px;
	}
	.special-offers p.elementor-image-box-description span:nth-child(6) { font-size: 15px;  }
	.heading-icon {
/* 	vertical-align: middle; */
	padding-right: 15px; 
}
	
	.gallery-carousel .swiper-wrapper .swiper-slide a figure.swiper-slide-inner img { height: 300px; }
	.home-room-overlay-box .elementor-image-box-wrapper .elementor-image-box-content {
		left: 10px;
		right: 10px;
	}
	.home-room-overlay-box .elementor-image-box-wrapper .elementor-image-box-img:after {
		height: 70%;
		background: linear-gradient(transparent, rgb(0 0 0 / .8));
	}
	
}
@media (max-width: 480px) {
	.listing-block .left-primary article {
		width: 100%;
	}
	.main-navigation {
	    gap: 15px;
	}
	.main-navigation a.header-action-btn {
	    padding: 10px 12px;
	}
	.g-map iframe {
    height: 300px;
	}
	.home-room-overlay-box .elementor-image-box-wrapper .elementor-image-box-img img {
		height: 300px;
		object-fit: cover;
	}
	ul.room-info {gap: 10px; font-size: 12px;}
	ul.room-info>li:before { width: 20px;height: 20px; margin-right: 3px;}
	
}