/*
Theme Name: G'day (Hello Elementor Child)
Theme URI: https://github.com/elementor/hello-theme/
Description: G'day is a child theme of Hello Elementor, created by Excitemedia
Author: Excitemedia
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: gday-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/******************************************
 LAYOUT STYLES
******************************************/
/*** Enter your style for global layout here ***/
a.em-button {
    background-color: #FFA259;
    border: 2px solid rgba(0,0,0,0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: "proxima-nova", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.65px;
    line-height: 22px;
    padding: 18px 40px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
a.em-secondary {
    background-color: #D4C2B6;
}
a.em-green-background {
    background-color: #6A993C;
    color: #ffffff;
}
a.em-blue-background {
    background-color: #166988;
}
a.em-blue-border {
    background-color: rgba(0,0,0,0);
    border: 2px solid #009ED2;
    color: #166988;
}
a.em-white-border {
    background-color: rgba(0,0,0,0);
    border: 2px solid #fff;
    color: #fff;
}
a.em-green-border {
    background-color: rgba(0,0,0,0);
    border: 2px solid #6A993C;
    color: #6A993C;
}
a.em-orange-border {
    background-color: rgba(0,0,0,0);
    border: 2px solid #FFA259;
    color: #FFA259;
}
a.em-white-background {
    background-color: #fff;
    color: #3E4047;
}
a.em-black-border {
    background-color: rgba(0,0,0,0);
    border: 2px solid #272525;
    color: #272525;
}
a.em-black-background {
    background-color: #272525;
    color: #fff;
}
a.em-red-border {
    background-color: rgba(0,0,0,0);
    border: 2px solid #ED1B24;
    color: #ED1B24;
}
a.em-red-background {
    background-color: #ED1B24;
    color: #fff;
}
a.em-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.em-button:hover {
    background-color: #F28B00;
    color: #fff;
    text-decoration: none;
}
a.em-secondary:hover {
    background-color: #DFA5A5;
}
a.em-blue-background:hover {
    background-color: #1d88af;
}
a.em-blue-border:hover {
    background-color: #166988;
    color: #fff;
}
a.em-black-border:hover,
a.em-white-border:hover,
a.em-white-background:hover,
a.em-orange-border:hover {
    background-color: #FFA259;
    border-color: #FFA259;
    color: #fff;
}
a.em-green-border:hover {
    background-color: #6A993C;
    border: 2px solid #6A993C;
    color: #ffffff;
}
a.em-black-border:hover,
a.em-black-background:hover {
    background-color: #FFA259;
    color: #fff;
}
a.em-red-border:hover {
    background-color: #ED1B24;
    color: #fff;
}
a.em-red-background:hover {
    background-color: #d4111b;
    color: #fff;
}
a.em-phone {
    background-image: url(library/images/icon-phone@2x.png);
    background-position: left 34px center;
    background-repeat: no-repeat;
    -webkit-background-size: 21px;
    background-size: 21px;
    font-size: 22px;
    letter-spacing: 1.5px;
    padding-left: 64px !important;
    padding-right: 35px !important;
}
.elementor-text-editor p:last-child {
	margin-bottom: 0px;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.section-position-static > .elementor-container,
.section-position-static > .elementor-container > .elementor-row > .elementor-column,
.section-position-static > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap,
.section-position-static > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
	position: static;
}
.overflow-hidden {
	overflow: hidden;
}

.elementor-blockquote__content{
	margin-bottom: 0.6em !important
}

.translate-y {
    	-webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.translate-ny {
    	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.translate-x {
    	-webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.translate-nx {
    	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.link-cover.elementor-widget {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.link-cover.elementor-widget > .elementor-widget-container,
.link-cover.elementor-widget > .elementor-widget-container > .elementor-button-wrapper {
	height: 100%;
}
.link-cover.elementor-widget .elementor-button-link {
	background: none;
	display: block;
	font-size: 0;
	height: 100%;
	line-height: 0;
	opacity: 0;
	text-indent: -999em;
	width: 100%;
}
.link-cover.elementor-widget .elementor-button-link:hover,
.link-cover.elementor-widget .elementor-button-link:focus {
	background: none;
}

/******************************************
 GLOBAL STYLES
******************************************/
body {
    margin: 0 auto !important;
    max-width: 1920px;
    width: 100%;
}
.elementor-location-header {
    position: relative;
}
.image-offset img {
    max-width: none !important;
}

/* FONT FAMILY */
.font-sunvalley {
    font-family: 'SunValley', sans-serif !important;
    font-weight: 400;
}
/* FONT SIZE */
.fz-86 {
    font-size: 86px;
}
.fz-45 {
    font-size: 45px;
}
.fz-34 {
	font-size: 34px;
}
/* TEXT COLOR */
.text-gold {
    color: #E6B455;
}
.text-orange {
    color: #FFA259;
}
.text-gray {
    color: #504F4E;
}

.cta-button {
    margin: 0 -10px;
}
.cta-button li {
    padding: 0 10px;
}

/* LEAF BACKGROUND OFFSET */
.overflow-x {
    overflow-x: hidden;
}
.bg-leaf-offset,
.bg-leaf2-offset{
    position: relative;
}
.bg-leaf-offset:before,
.bg-leaf2-offset:before{
    background-image: url(library/images/bg-leaf-offset@2x.png);
    background-position: left -8px center;
    background-repeat: no-repeat;
    -webkit-background-size: 107px 170px;
    background-size: 107px 170px;
    bottom: -77px;
    content: ' ';
    height: 170px;
    left: 0px;
    position: absolute;
    width: 107px;
    z-index: 8;
}
.bg-leaf2-offset:before{
    background-image: url(library/images/bg-leaf-offset-2@2x.png);
    background-position: right -8px center;
	left: auto;
	right: 0;
}

/* MAIN HEADER */
.header-button {
    margin: 0 -15px;
}
.header-button li {
    padding: 0 15px;
}
.header-button li a.em-button {
    padding: 23px 40px 20px;
}
.header-button li:first-child a.em-button {
    width: 269px;
}
.header-button li:last-child a.em-button {
    width: 310px;
}
.header-nav


/* BANNER AREA */
.banner-heading h1 span {
    display: inline-block;
    position: relative;
}
.banner-heading h1 span:before {
    background-image: url(library/images/icon-branch@2x.png);
    -webkit-background-size: 155px 176px;
    background-size: 155px 176px;
    bottom: -16px;
    content: " ";
    height: 176px;
    position: absolute;
    right: -125px;
    width: 155px;
}
.banner-button li a.em-button {
    padding: 18px 33px 16px;
    width: 310px;
	max-width: 100%;
}
.project-banner-heading h1 span:before {
    bottom: -4px;
    right: -139px;
}

/* PORTAL SECTION */
.section-portal a.elementor-cta__button {
    padding: 21px 10px;
    width: 100%;
}

/* Custom Styles */
body .elementor .elementor-element.header-nav .e--pointer-underline .elementor-item::after {
    background: none;
    border-top: 2px dashed rgb(var(--colour));
	height: 0;
}
.sticky-pass-banner.elementor-sticky__spacer {
    display: none;
}
.sticky-pass-banner {
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    visibility: hidden;
}
body.sticky-match .sticky-pass-banner {
    opacity: 1;
    visibility: visible;
}


/*ACCOMMODATION*/
.extras-inner {
    background-color: #FFF;
    margin-bottom: 54px;
}
.extras-inner .extras-description h2 {
    color: #292827;
    font-family: 'le-monde-livre-classic-byol', sans-serif;
    margin-bottom: 29px;
}
.extras-inner .extras-description p {
    margin-bottom: 34px;
}
.extras-inner .extras-image img {
    display: none;
}
.extras-inner .em-button {
    font-size: 1.1875rem;
}
.features li {
    background-image: url(library/images/line-bg@2x.png);
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
    font-family: 'proxima-nova', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    list-style: none;
    margin-bottom: 30px;
    padding-left: 39px;
}
.features  {
    columns: 2;
    padding-left: 0;
}
.accommodation-gallery {
    overflow: hidden;
}
.accommodation-gallery .elementor-swiper-button {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100% 100% 100% 100%;
    height: 86px;
    width: 86px;
    overflow: hidden;
    vertical-align: middle;
}
.accommodation-gallery .elementor-swiper-button-prev {
    left: -43px;
}
.accommodation-gallery .elementor-swiper-button-next {
    right: -43px;
}
.accommodation-gallery .elementor-swiper-button-next i {
    line-height: 86px;
    text-align: center;
    width: 53px;
}
.accommodation-gallery .elementor-swiper-button-prev i {
    line-height: 86px;
    text-align: right;
    width: 73px;
}
.elementor .elementor-background-video-container {
    transition: 1s all ease-in 4s;
	opacity: 0;
}

.elementor .elementor-background-video-container[data-vimeo-initialized="true"] {
    opacity: 1;
}
.extras-inner.align-items-stretch {
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
/******************************************
 RESPONSIVE
******************************************/
@media (min-width: 768px) {
    .list-inline li {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .extras-inner {
        display: flex;
        align-items: center;
        align-content: center;
    }
    .extras-inner .extras-image {
        background-repeat: no-repeat;
        background-size: cover;
        width: 58%;
    }
    .extras-inner .extras-description {
        padding: 62px 40px 50px 72px;
        width: 42%;
    }
}
@media (min-width: 1025px) {
	.elementor-container.elementor-column-gap-wide .elementor-row {
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
	}
	.elementor-widget-wrap > .elementor-element.elementor-inner-section {
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
	}
}

@media (max-width: 1366px) and (min-width: 1025px) {
	.elementor-default .contact-map.elementor-element {
		padding: 50px 0px;
	}
	.elementor-default .contact-map-left.elementor-element {
		width: 50%;
	}
	.elementor-default .contact-map-right.elementor-element {
		width: 50%;
	}
	.elementor-default .contact-map-right.elementor-element > .elementor-element-populated > .elementor-widget-wrap {
		padding: 40px 40px 50px 40px;
	}
}

@media (max-width: 1800px) {
	body:not(.rtl).elementor-default .elementor .elementor-element.header-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) {
		margin-right: 30px;
	}
	body .elementor .elementor-element.header-nav .elementor-nav-menu .elementor-item {
		font-size: 15px;
        letter-spacing: 2.25px;
	}
}

@media (max-width: 1440px) {
    body .elementor .elementor-element.main-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    body:not(.rtl).elementor-default .elementor .elementor-element.header-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) {
    	margin-right: 20px;
    }
	body .elementor .elementor-element.header-nav .elementor-nav-menu .elementor-item {
		letter-spacing: 1px;
	}
    body.elementor-default .header-btn .elementor-button {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1360px) {
    .page-id-679 .banner-heading {
        max-width: 670px;
    }
    .elementor-widget-button.header-btn .elementor-button {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1360px) and (min-width: 1025px) {
    body .elementor .elementor-element.logo .elementor-image img {
    	width: 150px;
    }
}

@media (max-width: 1199px) {
    body:not(.rtl).elementor-default .elementor .elementor-element.header-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) {
    	margin-right: 10px;
    }
    body .elementor .elementor-element.header-nav .elementor-nav-menu .elementor-item {
    	font-size: 13px;
    }
    body .elementor .elementor-element.header-nav-new .elementor-nav-menu .elementor-item {
		letter-spacing: 0.5px;
    }
    body.elementor-default .header-btn .elementor-button {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 1024px) {
    .image-offset img {
        max-width: 100% !important;
    }
    body .elementor .elementor-element.main-header {
    	padding-left: 0;
    	padding-right: 0;
    }
    body .elementor .elementor-element.header-right {
        background: #F5F0E7;
    }
    body .elementor .elementor-element.header-nav div.elementor-menu-toggle::before {
        color: rgb(var(--colour-site-text));
        content: "MENU";
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.25em;
        padding-right: 5px;
    }
	.extras-inner.align-items-stretch {
		flex-wrap: wrap;
	}
    .extras-inner .extras-image,
	.extras-inner .extras-description {
        width: 100%;
    }
	.extras-inner .extras-image {
		background-image: none !important;
	}
	.extras-inner .extras-image img {
		display: block;
	}
}

@media (max-width: 992px) {
    a.em-button {
        font-size: 18px;
        padding: 13px 30px 10px;
    }
/*     .banner-heading h1 span:before {
        display: none !important;
    } */
}

@media (max-width: 767px) {
    .equalHeight,
    .equalHeight > .elementor-container,
	.equalHeight > .elementor-widget-container,
	.equalHeight.equalHeight-inner > .elementor-container > *,
	.equalHeight.equalHeight-inner > .elementor-widget-container > *,
	.equalHeight.equalHeight-parent {
        min-height: 1px !important;
    }
    .list-inline li {
        margin: 10px 0;
    }
	.inline-block-mobile {
		display: inline-block;
	}
	.elementor-testimonial__text p {
		text-align: center;
	}
	.mobile-button li a.em-button {
		padding: 18px 33px 16px;
		width: 310px;
	}
	a.em-button {
		font-size: 16px !important;
        padding-top: 19px;
        padding-bottom: 16px;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.bg-leaf-offset:before {
		display: none;
	}
	.home-portals .elementor-widget-image {
		margin-bottom: 0;
	}
	.home-portals .mobile-heading.elementor-widget-heading {
		background-color: rgba(255, 255, 255, 0.8);
		margin: 0;
		position: absolute;
		bottom: 0;
	}
    .no-br-mobile br {
        display: none;
    }
    .extras-inner .extras-image {
        width: 100%;
    }
    .extras-inner .extras-description {
        width: 100%;
    }
    .accom-details ul.elementor-icon-list-items.elementor-inline-items {
        display: block;
    }
    .accom-details ul.elementor-icon-list-items.elementor-inline-items li {
        border-bottom: solid 1px #E3D8C5;
        padding-bottom: 23px;
        padding-top: 29px;
    }
    .accom-details ul.elementor-icon-list-items.elementor-inline-items li:last-child {
        border: 0;
    }
    .elementor-1607 .elementor-element.elementor-element-4ba9e64 ul.elementor-inline-items li:nth-child(2) span.elementor-icon-list-text:before {
        line-height: 1;
        top: 17px;
    }
    .features-list {
        text-align: center;
    }
    .features {
        display: inline-block;
        columns: 1;
    }
    .features li {
        text-align: left;
    }
    .extras-inner .extras-image img {
        display: block;
    }
    .extras-inner .extras-image {
        background: none !important;
    }
    .extras-inner div {
        min-height: 1px !important;
    }
    .extras-inner .extras-description {
        padding: 29px 50px 40px 50px;
        text-align: center;
    }
    .extras-inner .extras-description h2 {
        font-size: 1.625rem;
    }
    .elementor .accommodation-details .elementor-widget-button .elementor-button {
        width: 100%;
        max-width: 240px;
    }
    .elementor .elementor-widget-button.em-back .elementor-button{
        background: none !important;
        border: 0 !important;
        padding: 0 !important;
        text-decoration: underline;
    }
}
@media(max-width: 480px) {
	.banner-heading h1 span {
		line-height: 0.7;
	}
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    	width: 50%;
    }
}

@media(max-width: 640px) {
	.gform_wrapper .gform_footer input[type="submit"]{
		margin: 0 !important;
		text-align: center;
		width: 100% !important;
	}
}
