/*
Theme Name: Vista Travel
Template: hello-elementor
Author: Apex Solutions Limited
Author URI: www.apex.hk
Version: 1.00
Updated: 2022-11-21
*/
body {
	margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root {
	--theme-default-text-shadow: 0 1px 3px rgb(0 0 0 / 45%);
}

.elementor-location-header {
	position: absolute;
	z-index: 1;
	width: 100%;
	text-shadow: var(--theme-default-text-shadow);
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: inherit;
}

body.login {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("../../uploads/2022/11/joel-vodell-TApAkERW5pQ-unsplash.png");
	background-size: cover;
	background-repeat: no-repeat;
}

body.login #login {
	margin: 0 auto;
	padding: 0;
}

body.login #login h1 {
	display: none;
}

body.login #backtoblog a,
body.login #nav a,
body.login .language-switcher label .dashicons {
	text-shadow: var(--theme-default-text-shadow);
	color: #ffffff;
}