/*
Theme Name: Hello Elementor Child theme
Theme URI: dubailove.eu
Template: hello-elementor
Text Domain: hello-elementor-child
*/

body, #cookie-notice *{
	font-family:  'Poppins' !important;
}

body p {
	margin-bottom: 0;
}

body strong {
	font-weight: 700;
}

.ntzr-counter .elementor-counter {
	display: flex;
    align-items: center;
    gap: 15px;
}

body .site-header .header-inner, body .site-footer, .site-title-container, body.blog .site-main,  body.single-post .site-main, body.category .site-main, body:not(.home) .site-main, body:not(.home) .entry-title  { 
	max-width: 1600px!important;
	padding: 0 10px;
	margin: 0 auto;
}

body .site-header {
	position: fixed;
    width: 100%;
    z-index: 1010;
	background-color: #161616c4;
	transition: 0.2s ease;
	padding: 1.5rem 0;
}

body .site-header.is-scrolling {
	background-color: #11111190;
	padding: 1rem 0;
	top: 0;
}

.dubai-invest .elementor-tab-content {
	display: none !important;
}

.site-navigation-dropdown li {
	background-color: #111111;
}

.dubai-overlay {
	background: #111111b0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: none;
	z-index: 1020;
}
.dubai-overlay--active {
	display: block;
}

.elementor-editor-active .dubai-overlay {
	display: none;
}

.elementor-editor-active .invest-modal {
	display: none;
}

.invest-modal {
	position: fixed;
    width: 700px;
    height: 400px;
	overflow: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 12px;
	visibility: hidden;
	opacity: 0;
	padding: 30px;
	display: flex;
	align-content: center;
	justify-content: center;
	z-index: 1030;
}
.invest-modal--active {
	visibility: visible;
	animation: fadeIn 0.5s;
  animation-fill-mode: forwards;  
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.invest-modal-btn {
	position: absolute;
	top: 0px;
	right: 0px;
}
.invest-modal__text .elementor-tab-content {
    overflow: auto!important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block!important;
}
.invest-modal__text {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
}
.invest-modal-btn {
	color: #11111169;
    border: none;
}
.invest-modal-btn:hover {
	color: #111111;
	background-color: transparent;
}
.invest-modal-btn:focus {
	color: #111111;
	background-color: transparent;
	outline: none;
}
.dubai-invest .elementor-accordion .elementor-accordion-item {
	border: none;
}
.dubai-invest .elementor-tab-title {
	display: flex;
}
#site-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #111;
}
#site-footer * {
	color: #fff;
	margin-bottom: 0;
}
.footer-wrapper{
	display: flex;
	justify-content: space-between;
}
body:not(.home) .site-main {
	padding-top: 200px;
	padding-bottom: 100px;
}

body:not(.home) .entry-title {
	padding-left: 0;
	margin-bottom: 20px;
}

body.error404 .site-main {
	min-height: 90vh;
}

body .error-btn {
	display: block;
	margin-top: 20px;
	width: fit-content;
	border: 0;
}

.dubai-invest .elementor-accordion-icon i {
	padding: 8px 16px;
	background:  linear-gradient(to right, #d99c3c 0%, #f8e858 51%, #d58302 100%);
    text-align: center;
    color: #161616;
    border: 0;
    transition: 0.5s;
    background-size: 130% auto;
    border-radius: 3px;
}

.to-top {
	padding: 8px 16px;
	background:  linear-gradient(to right, #d99c3c 0%, #f8e858 51%, #d58302 100%);
    text-align: center;
    color: #161616;
    border: 0;
    transition: 0.5s;
    background-size: 130% auto;
}

.dubai-invest .elementor-tab-title {
	align-items: center;
	margin-bottom: 10px;
}

.dubai-invest .elementor-accordion-title {
	margin-left: 24px;
}

.dubai-invest .elementor-accordion-item:hover i, .to-top:hover {
	background: linear-gradient(to right, #d58302 0%, #f8e858 51%, #d58302 100%);
    background-size: 200% auto;
    transition: 0.5s;
    background-position: left center;
}

.dubai-invest .elementor-accordion .elementor-tab-title {
	padding: 0;
	margin-bottom: 16px;
}

.to-top {
	padding: 10px;
    position: fixed;
    right: 5%;
    bottom: 10%;
    border-radius: 50%;
    display: flex;
	opacity: 0;
  transition: 0.2s ease;
	pointer-events: none;
}
.to-top.active {
	opacity: 1;
	pointer-events: auto;
}
.to-top:hover {
	transform: translatey(-5px);
  transition: 0.2s ease;
}
.site-title a {
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
}
.site-navigation-mobile-toggle .site-navigation-toggle {
	    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: 0.1em 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #494c4f;
}

body .header-inner {
	align-items: center;
}

.weather {
	display: flex;
	align-items: center;
	gap: 15px;
}

#dubai-time {
	width: 160px;
	color: #fff;
	line-height: 52px;
}

@media screen and (max-width: 1380px) {
	#dubai-time {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	body .site-header .header-inner, body .site-footer, .site-title-container, body.blog .site-main, body.single-post .site-main, body.category .site-main, body.page .site-main, body:not(.home) .site-main, body:not(.home) .entry-title { 
		max-width: 1024px !important;
	}
}
@media screen and (max-width: 767px) {
	body .site-header .header-inner, body .site-footer, .site-title-container, body.blog .site-main, body.single-post .site-main, body.category .site-main, body.page .site-main, body:not(.home) .site-main, body:not(.home) .entry-title { 
		max-width: 767px !important;
	}
}

@media screen and (max-width: 991px) {
	.splw-lite-wrapper .splw-lite-current-temp span.cur-temp {
		font-size: 16px !important;
	}
	body .header-inner .site-branding  {
		max-width: 70% !important;
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	body .header-inner .site-branding  {
		max-width: 75% !important;
	}
	.weather-temperature {
		font-size: 16px !important;
	}
	body .site-navigation-toggle-holder {
		padding: 0;
	}
	
}

@media screen and (max-width: 576px) {
	.invest-modal {
		width: 350px;
		min-height: 200px;
		max-height: 450px;
	}
}

@media screen and (min-width: 768px) {
	.site-navigation-dropdown #menu-main-menu.active-mobile {
		max-height: 700px;
	}
}

@media screen and (min-width: 992px) {
	.site-navigation-mobile-toggle {
		display: none;
	}
}

h2 span, h3 span, .gold span {
	background-image: linear-gradient(to right, #d58302 0%, #f8e858 51%, #d58302 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}


.elementor-widget-button:not(.secondary) .elementor-button, .wpcf7 .wpcf7-submit, .primary-btn {
	background-image: linear-gradient(to right, #d99c3c 0%, #f8e858 51%, #d58302 100%);
    padding: 15px 30px;
    text-align: center;
    color: #161616;
    border: 0;
    transition: 0.5s;
    background-size: 130% auto;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 3px;
}
.elementor-widget-button:not(.secondary) .elementor-button:hover, .wpcf7 .wpcf7-submit:hover, .primary-btn:hover {
    background-image: linear-gradient(to right, #d58302 0%, #f8e858 51%, #d58302 100%);
    background-size: 200% auto;
    transition: 0.5s;
    background-position: left center;
}

#splw-location-weather-124 .splw-lite-wrapper, #splw-location-weather-124 .splw-forecast-weather option {
	background: transparent !important;
}

#splw-location-weather-124.splw-main-wrapper, #splw-location-weather-124 .splw-weather-title {
	margin-bottom: 0 !important;
}

.splw-lite-header {
	display: none !important;
}

.splw-lite-wrapper {
	padding: 10px;
}

.splw-lite-wrapper .splw-lite-header-title {
	font-size: 15px;
}

.splw-lite-wrapper .splw-lite-current-temp span.cur-temp {
	font-size: 38px;
}

.splw-lite-wrapper .splw-lite-body {
	padding: 0;
}

header a {
	color: #fff;
}

.weather-temperature {
	line-height: 52px;
	color: #fff;
}

.weather-icon {
	max-width: 52px;
}
.weather-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 4px 8px;
}


.top-bar-inner a, header body a, header .site-title a, .site-navigation-dropdown ul.menu li.current-menu-item a, .site-navigation-dropdown ul.menu li a {
    background-image: linear-gradient(to right, #d58302 0%, #f8e858 51%, #d58302 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    background-size: 200% auto!important;
    transition: 0.5s;
}


body a:not(.elementor-button):not(.to-top):not(.menu-item):hover {
    color: #ffc93c;
    background-image: linear-gradient(to right, #d58302 0%, #f8e858 51%, #d58302 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    transition: ease-in 0.5s;
    background-position: right center;
}

.cf7-row {
	display: flex;
	gap: 20px;
}

.wpcf7-form p label {
	margin-bottom: 20px;
	color: #fff;
	width: 100%;
}
.wpcf7-form p label span {
	display: block;
	margin-top: 10px;
}

.wpcf7-form textarea {
	max-height: 200px;
}

.wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	margin-top: 0;
	margin-left: 8px;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

body .wpcf7 form.invalid .wpcf7-response-output {
	background-color: #ffb903;
}
body .wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b451;
}


#cn-accept-cookie {
	background: linear-gradient(to right, #d99c3c 0%, #f8e858 51%, #d58302 100%);
    color: #161616 !important;
    border: 0;
    transition: 0.5s;
    background-size: 130% auto;
    border-radius: 3px;
}
#cn-accept-cookie:hover {
	background: linear-gradient(to right, #d58302 0%, #f8e858 51%, #d58302 100%);
    background-size: 200% auto;
    transition: 0.5s;
    background-position: left center;
    color: #161616 !important;
	    -webkit-background-clip: none !important;
     -webkit-text-fill-color: none !important;
	-webkit-text-fill-color: #111111 !important;	
}
.site-navigation-dropdown #menu-main-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.15s ease-out;
}
.site-navigation-dropdown #menu-main-menu.active-mobile {
	max-height: 500px;
	transition: max-height 0.15s ease-out;
	overflow: scroll;
}
