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

body {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto !important;
	overflow-x: hidden;
}

/***
    Global Classes
***/
.p-last-mb-0 p:last-child {
	margin-bottom: 0;
}
body:not(.elementor-editor-active) .section-position-static > .elementor-container,
body:not(.elementor-editor-active) .section-position-static > .elementor-container > .elementor-row > .elementor-column,
body:not(.elementor-editor-active) .section-position-static > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap,
body:not(.elementor-editor-active) .section-position-static > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,
body:not(.elementor-editor-active) .section-position-static > .elementor-container > .elementor-column,
body:not(.elementor-editor-active) .section-position-static > .elementor-container > .elementor-column > .elementor-widget-wrap {
	position: static;
}
.overflow-hidden {
	overflow: hidden;
}
.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;
}
body.elementor-default .button-link .elementor-button {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    color: var(--e-global-color-primary);
    padding: 0;
}
body.elementor-default .button-link .elementor-button:hover {
    box-shadow: none;
}
.button-link .elementor-button-link {
    vertical-align: top;
}
.button-link .elementor-button-icon {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.button-link .elementor-button-icon svg {
    width: auto;
}
.archive-equalheight .elementor-post > .elementor,
.archive-equalheight .elementor-post > .elementor > .elementor-section-wrap,
.archive-equalheight .elementor-post > .elementor > .elementor-section-wrap > .elementor-section,
.archive-equalheight .elementor-post > .elementor > .elementor-section-wrap > .elementor-section > .elementor-container {
    height: 100%;
}
.el-eq-center .elementor-widget-container {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.valign-top .elementor-icon {
    vertical-align: top;
}
.elementor-nav-menu--main .elementor-nav-menu ul:before {
	background-color: #CA9134;
	content: "";
	height: 3px;
    top: -3px;
	position: absolute;
	left: 0;
	width: 100%;
}
/***
    Global Styles
***/
@media(min-width: 1200px) {
	.wholedivlink {
		min-height: 580px;
	}
}
@media(min-width: 1025px) {
	.elementor .elementor-element.elementor-element-5e4f7fa .swiper-pagination,
.elementor .testimonials-section .swiper-pagination,
.elementor .elementor-element.elementor-element-f0e62bd .swiper-pagination {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	bottom: auto;
	width: auto;
}
.elementor .elementor-element.elementor-element-f0e62bd .swiper-pagination,
.elementor .testimonials-section .swiper-pagination {
	right: 0;
}
.elementor .elementor-element.elementor-element-5e4f7fa .swiper-pagination-bullet,
.elementor .testimonials-section .swiper-pagination-bullet,
.elementor .elementor-element.elementor-element-f0e62bd .swiper-pagination-bullet {
	display: block;
	margin: 5px 0;
}
}

.hide-text.elementor-widget-text-editor {
	display: none;
}
.wholedivlink:hover .hide-text.elementor-widget-text-editor {
	display: block;
}


.wholedivlink {
	cursor: pointer;
}
.svg-index svg text tspan {
    font-family: var(--e-global-typography-primary-font-family);
}
.featured-posts-1 .elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide {
	max-width: none;
}
.custom-post-filter .searchandfilter ul {
	padding: 0;
	text-align: center;
}
.custom-post-filter .searchandfilter ul li {
	padding: 0;
}
.custom-post-filter .searchandfilter ul ul {
	display: inline-block;
	vertical-align: top;
}
.custom-post-filter .searchandfilter ul ul li {
	display: inline-block;
	padding: 10px 20px;
	vertical-align: top;
	cursor: pointer;
}
.custom-post-filter .searchandfilter ul ul li label {
	cursor: pointer;
}
.custom-post-filter .searchandfilter ul ul li.sf-option-active {
	font-weight: bold;
}
.custom-post-filter .searchandfilter ul h4 {
	color: #fff;
	display: inline-block;
	line-height: 1.33333333em;
	padding: 0 15px 0 0;
	vertical-align: top;
}
.custom-post-filter .searchandfilter ul ul li input {
	display: none;
}
.custom-post-filter .searchandfilter li[data-sf-field-input-type="radio"] label {
	padding-left: 0;
}
.featured-posts-1 .swiper-slide-inner,
.featured-posts-2 .swiper-slide-inner {
	align-items: center;
	display: flex;
}
.featured-posts-1 .post-caroulsel-image {
	order: 2;
}
.featured-posts-1 .elementor-image-carousel-caption,
.featured-posts-1 .post-caroulsel-image,
.featured-posts-2 .elementor-image-carousel-caption,
.featured-posts-2 .post-caroulsel-image {
	flex: 0 0 50%;
	max-width: 50%;
}
.featured-posts-1 .elementor-image-carousel-caption {
	padding-right: 15px;
	text-align: left;
}
.featured-posts-1 .post-carousel-cat,
.featured-posts-1 .post-carousel-title,
.featured-posts-1 .post-carousel-title a,
.featured-posts-1 .post-carousel-description,
.featured-posts-1 .post-carousel-more,
.featured-posts-1 .post-carousel-more a {
	font-style: normal;
	font-weight: 400;
	font-family: 'Jost', sans-serif;
	text-decoration: none !important;
}
.featured-posts-1 .post-carousel-cat,
.featured-posts-2 .post-carousel-cat {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.featured-posts-1 .post-carousel-title::after {
	background: #fff;
	bottom: 0;
	content: "";
	left: 0;
	height: 4px;
	max-width: 80%;
	position: absolute;
	width: 100%;
}
.featured-posts-1 .post-carousel-title {
	font-size: 55px;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0 0 23px;
	padding-bottom: 30px;
	position: relative;
}
.featured-posts-1 .post-carousel-title a,
.featured-posts-2 .post-carousel-title a {
	color: #131212;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.featured-posts-1 .post-carousel-description,
.featured-posts-2 .post-carousel-description {
	font-size: 18px;
	line-height: 1.33333333em;
	max-width: 495px;
}
.featured-posts-1 .post-carousel-more,
.featured-posts-2 .post-carousel-more {
	font-weight: bold !important;
	margin-top: 25px;
	text-decoration: underline;
}
.featured-posts-1 .post-carousel-more a,
.featured-posts-2 .post-carousel-more a {
	color: #131212;
}
.featured-posts-1 .post-caroulsel-image {
	padding: 47px 60px 0 15px;
	text-align: right;
}
.image-box-outline .elementor-widget-container {
	padding: 44px 44px 0 0;
}
/*.featured-posts-1 .post-caroulsel-image a::before,
.image-box-outline .elementor-image::before {
	border: 4px solid #EEECEC;
	content: "";
	height: 100%;
	filter: brightness(1) invert(1);
	position: absolute;
	right: -60px;
	top: -47px;
	width: 100%;
}
.image-box-outline .elementor-image::before {
	right: -44px;
	top: -44px;
}*/
.featured-posts-1 .post-caroulsel-image a,
.image-box-outline .elementor-image {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.featured-posts-1 .post-caroulsel-image a img,
.image-box-outline .elementor-image img {
	position: relative;
}
.custom-post-loop::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.elementor-default .elementor-element.custom-post-loop:not(.elementor-motion-effects-element-type-background):hover > .elementor-column-wrap {
	background-size: 0;
	box-shadow: inset 0 0 0 4px #fff;
}
.elementor-default .elementor-element.custom-post-loop:not(.elementor-motion-effects-element-type-background):hover .elementor-background-overlay {
	display: none;
}
.custom-post-loop .elementor-widget-wrap {
	bottom: 0;
	left: 0;
	padding: 40px;
	position: absolute;
	right: 0;
	top: 0;
}
.custom-post-loop .custom-post-loop-description,
.custom-post-loop .custom-post-loop-more {
	display: none;
}
.custom-post-loop:hover .custom-post-loop-description,
.custom-post-loop:hover .custom-post-loop-more {
	display: block;
}
.custom-post-list .elementor-widget-container {
	position: relative;
}
.custom-post-list.elementor-widget-posts .elementor-pagination {
	bottom: -20px;
	left: -65px;
	position: absolute;
}
body:not(.rtl).elementor-default .elementor .elementor-element.custom-post-list .elementor-pagination .page-numbers {
	margin: 12px 0;
}
.custom-post-list.elementor-widget-posts .elementor-pagination .page-numbers {
	color: #131212;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
}
.custom-post-list.elementor-widget-posts .elementor-pagination a.page-numbers:hover,
.custom-post-list.elementor-widget-posts .elementor-pagination .page-numbers.current {
	color: #CA9134;
}
.custom-post-list.elementor-widget-posts .elementor-pagination .page-numbers.prev::before,
.custom-post-list.elementor-widget-posts .elementor-pagination .page-numbers.next::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	line-height: 1.5em;
	text-indent: 0;
}
.custom-post-list.elementor-widget-posts .elementor-pagination .page-numbers.prev::before {
	content: "\f106";
}
.custom-post-list.elementor-widget-posts .elementor-pagination .page-numbers.next::before {
	content: "\f107";
}
.custom-post-list.elementor-widget-posts .elementor-pagination .page-numbers.prev,
.custom-post-list.elementor-widget-posts .elementor-pagination .page-numbers.next {
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
}
.bg-white-expand-right::after {
	background: #EEECEC;
	bottom: 0;
	content: "";
	left: 100%;
	position: absolute;
	top: 0;
	width: 9999em;
}
.bg-white-expand-right,
.bg-white-expand-left {
	background: #EEECEC;
}
/*.bg-white-expand-left > .elementor-container::after {
	background: #FDFDFD;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 9999em;
}
.bg-white-expand-left > .elementor-container > * {
	position: relative;
	z-index: 2;
}*/
.featured-posts-2 .elementor-pagination-position-outside .swiper-container {
	padding-bottom: 0;
}
.featured-posts-2 .post-carousel-cat,
.featured-posts-2 .post-carousel-title,
.featured-posts-2 .post-carousel-title a,
.featured-posts-2 .post-carousel-description,
.featured-posts-2 .post-carousel-more,
.featured-posts-2 .post-carousel-more a {
	color: #25262A;
	font-style: normal;
}
.featured-posts-2 .post-caroulsel-image img {
	vertical-align: top;
	width: 100%;
}
.featured-posts-2 .elementor-image-carousel-caption {
	padding-left: 7.7%;
	padding-right: 30px;
	text-align: left;
}
.featured-posts-2 .post-carousel-title::after {
	background: #25262A;
	bottom: 0;
	content: "";
	left: -13%;
	height: 4px;
	position: absolute;
	width: 327px;
}
.featured-posts-2 .post-carousel-title {
	font-size: 42px;
	font-weight: normal;
	line-height: 1.38095238em;
	margin: 0 0 23px;
	padding-bottom: 13px;
	position: relative;
}
.featured-posts-2 .post-carousel-description {
	max-width: none;
	padding-right: 50px;
}
.featured-posts-2 .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: auto;
	left: auto;
	right: 10px;
	top: 50%;
        -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: auto;
}
.featured-posts-2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	height: 13px;
	margin: 5px 0;
	width: 13px;
}
.custom-post-single-title .elementor-widget-container::after {
	background: #fff;
	content: "";
	height: 4px;
	left: 20%;
	position: absolute;
	right: 0;
	top: 68px;
}
.custom-post-single-title .elementor-widget-container,
.custom-post-single-title .elementor-widget-container > * {
	position: relative;
}
.post-single-content .elementor-inner .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: none;
}
.post-single-content > .elementor-widget-container {
	margin-left: -10px;
	margin-right: -10px;
}
.post-single-content h2::before,
.with-dash h2::before {
	background: var(--e-global-color-e36dbfa);
	content: "";
	height: 4px;
	position: absolute;
	right: calc(100% + 30px);
	top: 20px;
	width: 999em;
}
.with-dash.dash-white h2::before {
	background: #fff;
}
.elementor .post-single-content .elementor-widget-container h2,
.elementor .post-single-content .elementor-widget-container h2.elementor-heading-title,
.elementor .with-dash .elementor-widget-container h2,
.elementor .with-dash .elementor-widget-container h2.elementor-heading-title {
	font-size: 42px;
	position: relative;
}
.post-single-gallery .swiper-pagination-bullets {
	bottom: -10px;
	left: -6px;
	text-align: left;
}
.type-projects {
	position: relative;
}
.project-hover {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
}
.type-projects:hover .project-hover {
	display: block;
}
.page-id-1657 .hide-on-home-sellers,
.page-id-1656 .hide-on-home-sellers,
.page-id-1656 .hide-on-real-estate-landing,
.page-id-1657 .hide-on-real-estate-landing {
	display: none;
}
.icon-list {
	padding-left: 0;
	margin: 20px 0;
}
.icon-list li {
	background-size: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 35px;
	margin: 20px 0;
}
.icon-list li.il-1 {
	background-image: url(library/images/clock.png);
}
.icon-list li.il-2 {
	background-image: url(library/images/measuring.png);
}
.icon-list li.il-3 {
	background-image: url(library/images/warehouse-2.png);
}
.icon-list li.il-4 {
	background-image: url(library/images/living-room.png);
}
.icon-list li.il-5 {
	background-image: url(library/images/reliability.png);
}
.icon-list li.il-6 {
	background-image: url(library/images/profits-3.png);
}
.caption-style-1 .wp-caption {
	position: relative;
}
.caption-style-1 .wp-caption-text {
	bottom: 30px;
	color: #fff;
	font-style: normal;
	font-weight: 500;
	left: 10px;
	position: absolute;
	right: 10px;
	text-align: center;
}
body .elementor .elementor-element.custom-post-loop-title .elementor-heading-title {
		font-size: 35px;
		line-height: 1.1;
	}
@media (max-width: 1440px) {
	.featured-posts-1 .post-carousel-title,
	.featured-posts-2 .post-carousel-title {
		font-size: 40px;
	}
	.featured-posts-1 .post-caroulsel-image {
		padding: 37px 45px 0 15px;
	}
	.featured-posts-1 .post-caroulsel-image a::before {
		right: -45px;
		top: -37px;
	}
	body .elementor .elementor-element.custom-post-loop-title .elementor-heading-title {
		font-size: 30px;
	}
	.post-single-content h2::before,
	.with-dash h2::before {
		top: 15px;
	}
	.elementor .post-single-content .elementor-widget-container h2,
	.elementor .post-single-content .elementor-widget-container h2.elementor-heading-title,
	.elementor .with-dash .elementor-widget-container h2,
	.elementor .with-dash .elementor-widget-container h2.elementor-heading-title {
		font-size: 30px;
	}
}

@media (max-width: 1199px) and (min-width: 1025px) {
	body .elementor .elementor-element.custom-post-loop-title .elementor-heading-title {
		font-size: 26px;
	}
	body .elementor .elementor-element.custom-post-loop-cat .elementor-icon-list-item {
		font-size: 14px;
	}
	body .elementor .elementor-element.blog-archive-heading-learn {
		width: 220px;
		max-width: 220px;
	}
	body .elementor .elementor-element.custom-post-list > .elementor-widget-container {
		margin-left: 270px;
	}
	.custom-post-single-title .elementor-widget-container::after {
		top: 37px;
	}
	body .elementor .custom-post-single-title .elementor-widget-container .elementor-heading-title {
		font-size: 30px;
	}
}

@media (max-width: 1024px) {
	.custom-post-filter .searchandfilter ul ul li {
		padding: 10px 13px;
	}
	.featured-posts-1 .post-carousel-cat,
	.featured-posts-2 .post-carousel-cat {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.featured-posts-1 .post-carousel-title,
	.featured-posts-2 .post-carousel-title {
		font-size: 32px;
	}
	.featured-posts-1 .post-carousel-title::after,
	.featured-posts-2 .post-carousel-title::after {
		left: 0;
		width: 100%;
	}
	.featured-posts-1 .post-carousel-description,
	.featured-posts-2 .post-carousel-description {
		font-size: 16px;
		max-width: none;
	}
	.featured-posts-1 .post-caroulsel-image {
		padding: 25px 30px 0 15px;
	}
	.featured-posts-1 .post-caroulsel-image a::before {
		right: -30px;
		top: -25px;
	}
	.featured-posts-2 .elementor-image-carousel-caption {
		padding-left: 30px;
		padding-right: 40px;
	}
	.featured-posts-2 .post-carousel-description {
		padding-right: 0;
	}
	body .elementor .elementor-element.custom-post-loop-title .elementor-heading-title {
		font-size: 26px;
	}
	body .elementor .elementor-element.custom-post-loop-cat .elementor-icon-list-item {
		font-size: 14px;
	}
	.custom-post-list.elementor-widget-posts .elementor-pagination {
		position: static;
		text-align: center;
	}
	.custom-post-list.elementor-widget-posts .elementor-pagination .page-numbers {
		display: inline-block;
		vertical-align: top;
	}
	body:not(.rtl).elementor-default .elementor .elementor-element.custom-post-list .elementor-pagination .page-numbers {
		margin: 0 12px;
	}
	.custom-post-list.elementor-widget-posts .elementor-pagination .page-numbers.prev::before {
		content: "\f104";
	}
	.custom-post-list.elementor-widget-posts .elementor-pagination .page-numbers.next::before {
		content: "\f105";
	}
	.custom-post-single-title .elementor-widget-container::after {
		top: 37px;
	}
	body .elementor .custom-post-single-title .elementor-widget-container .elementor-heading-title {
		font-size: 30px;
	}
	.image-box-outline .elementor-image::before {
		right: -25px;
		top: -25px;
	}
	.image-box-outline .elementor-widget-container {
		padding: 25px 25px 0 0;
	}
	.post-single-content h2::before,
	.with-dash h2::before {
		top: 10px;
	}
	.elementor .post-single-content .elementor-widget-container h2,
	.elementor .post-single-content .elementor-widget-container h2.elementor-heading-title,
	.elementor .with-dash .elementor-widget-container h2,
	.elementor .with-dash .elementor-widget-container h2.elementor-heading-title {
		font-size: 1.6em;
	}
	.blog .black-bg, .post-type-archive-projects .black-bg {
		background: #000;
	}
	.caption-style-1 .wp-caption-text {
		bottom: 20px;
	}
}
@media (max-width: 767px) {
	.featured-posts-1 .swiper-slide-inner,
	.featured-posts-2 .swiper-slide-inner {
		flex-wrap: wrap;
	}
	.featured-posts-1 .elementor-image-carousel-caption,
	.featured-posts-1 .post-caroulsel-image,
	.featured-posts-2 .elementor-image-carousel-caption,
	.featured-posts-2 .post-caroulsel-image {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.featured-posts-1 .post-carousel-title::after,
	.featured-posts-2 .post-carousel-title::after,
	.custom-post-single-title .elementor-widget-container::after {
		left: 50%;
		max-width: none;
			-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100px;
	}
	.featured-posts-1 .post-carousel-title,
	.featured-posts-2 .post-carousel-title {
		font-size: 28px;
	}
	.featured-posts-1 .post-caroulsel-image {
		margin-top: 30px;
		padding: 17px 20px 0 0;
	}
	.featured-posts-1 .post-caroulsel-image a::before {
		right: -20px;
		top: -17px;
	}
	.featured-posts-2 .elementor-pagination-position-outside .swiper-container {
		padding-bottom: 50px;
	}
	.featured-posts-2 .elementor-image-carousel-caption,
	.featured-posts-2 .post-caroulsel-image {
		padding-left: 10px;
		padding-right: 10px;
	}
	.featured-posts-2 .post-caroulsel-image {
		margin-top: 40px;
		order: 2;
	}
	.featured-posts-2 .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.featured-posts-2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		display: inline-block;
		margin: 0 5px;
		vertical-align: top;
	}
	.custom-post-single-title .elementor-widget-container::after {
		bottom: -10px;
		top: auto;
	}
	.image-box-outline .elementor-image::before {
		right: -20px;
		top: -20px;
	}
	.image-box-outline .elementor-widget-container {
		padding: 20px 20px 0 0;
	}
	.post-single-content h2::before,
	.with-dash h2::before {
		display: none;
	}
	.post-single-gallery .swiper-pagination-bullets {
		left: 0;
		text-align: center;
	}
}
.postid-3392 .enquiry-buttons,
.enquiry-buttons.postid-3482,
.postid-3502 .enquiry-buttons,
.postid-1607 .enquiry-buttons {
	display: none;
}
.postid-3442 .enquiry-buttons-brief,
.postid-3392 .enquiry-buttons-brief,
.postid-3482 .enquiry-buttons-brief,
.postid-3502 .enquiry-buttons-brief,
.postid-1607 .enquiry-buttons-brief,
.postid-3488 .enquiry-buttons-brief {
	display: none;
}