/*!
Theme Name: HomeVzn_Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: homevzn_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

HomeVzn_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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

body {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

@media screen and (min-width: 1441px) {
  .grid-container {
    max-width: 70vw !important;
  }
}
@media screen and (min-width: 2000px) {
  .grid-container {
    max-width: 75vw !important;
  }
}

#page {
  width: 100% !important;
  max-width: none !important;
}

.img-responsive {
  width: 100%;
  display: block;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
input:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

@media screen and (max-width: 991px) {
  .section .generate-sections-inside-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.section:not(.dont-hire-hero) {
  padding: 4.8125rem 30px;
}

.download-badge {
  display: inline-block;
}
.download-badge img {
  height: 70px;
  width: auto;
}

button, input.btn.btn-submit, input.submit {
  color: #fff;
  background-color: #009B7C;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  cursor: pointer;
}
button:hover, input.btn.btn-submit:hover, input.submit:hover {
  background-color: #008268;
}
button:active, input.btn.btn-submit:active, input.submit:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.hidden {
  display: none !important;
}

.modal button:hover {
  outline: none;
}

.login-modal .modal-header {
  background-color: #009B7C;
  color: #fff;
}
.login-modal .modal-header .modal-title {
  color: #fff;
  font-weight: 700;
}
.login-modal .modal-header .close {
  color: #fff;
}
.login-modal button {
  margin-top: 15px;
  padding: 15px 25px;
  text-transform: uppercase;
}
.login-modal #firebase-form-submit, .login-modal .reg-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 15px auto;
}
.login-modal .no-account-yet {
  margin: 15px auto 5px;
}
.login-modal .option-links {
  text-align: center;
}
.login-modal form > div {
  margin-bottom: 10px;
}
.login-modal form > div label {
  font-size: 14px;
  margin-bottom: 2px;
}

.reg-promo {
  text-align: center;
}

.register-wrapper p {
  text-align: center;
}

section {
  padding: 0 30px;
}
section .section-header {
  position: relative;
  text-align: center;
}
section .section-header p {
  font-size: 18px;
  margin-bottom: 10px;
}
section .section-header h3 {
  font-size: 32px;
}
section .section-content {
  position: relative;
  z-index: 1;
}

form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
  display: inline-block;
  min-height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  padding: 6px 12px;
  vertical-align: middle;
  background-color: transparent;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#sr-search-keywords {
  width: 100%;
}

.sr-search-field {
  display: inline-block;
}

#sr-search-keywords input {
  width: 100%;
}

.sr-minmax-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sr-minmax-filters > div {
  margin-bottom: 15px;
}
.sr-minmax-filters .sr-search-field {
  width: 47%;
}

#sr-search-maxprice input[type=number], #sr-search-minprice input[type=number] {
  background-position: 5px center;
  background-repeat: no-repeat;
}

#sr-search-ptype {
  width: 100%;
}

#sr-listings-results-list hr {
  display: none;
}

.sr-search .button.submit {
  width: 100%;
}

.sr-sort-wrapper {
  margin-top: 20px;
  margin-right: 0;
}

.notification {
  text-align: center;
  display: block !important;
  font-size: 12px;
  margin: 10px auto 5px;
  display: none;
}
.notification.error {
  color: #FF0000;
}
.notification.success {
  color: #4BB542;
}

.sr-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 4px 8px #e1e1e1;
          box-shadow: 0 4px 8px #e1e1e1;
  border-radius: 10px;
  -webkit-transition: linear 200ms transform;
  transition: linear 200ms transform;
}
.sr-listing:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  cursor: pointer;
}
.sr-listing > a {
  width: 30%;
  color: #fff;
  text-decoration: none;
}
.sr-listing > a .sr-photo {
  height: 100%;
  width: 100%;
  background-position: center center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sr-listing .sr-listing-data-wrapper {
  width: 70%;
  padding: 20px;
}
.sr-listing .sr-listing-data-wrapper a {
  color: #333;
  text-decoration: none;
}
.sr-listing .sr-listing-data-wrapper h4 {
  line-height: 1.5;
  font-size: 21px;
}
.sr-listing .sr-listing-data-wrapper .sr-secondary-data ul {
  padding-left: 20px;
}
.sr-listing .more-details-wrapper {
  width: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.sr-listing .sr-listing-status-banner {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  margin-left: 0px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
}
.sr-listing .sr-listing-status-banner.sr-listing-status-banner-active {
  background-color: #339900;
}
.sr-listing .sr-listing-status-banner.sr-listing-status-banner-pending {
  background-color: #ffcc00;
}
.sr-listing .sr-primary-data {
  background-color: transparent;
}
.sr-listing .sr-primary-data .sr-price i {
  font-style: normal;
  font-size: 21px;
  font-weight: 700;
  color: #339900;
}

.sr-details {
  opacity: 0;
  -webkit-transition: 300ms linear opacity;
  transition: 300ms linear opacity;
}
.sr-details.sr-loaded {
  opacity: 1;
}

.btn-site-primary {
  padding: 15px 20px;
  background-color: #009B7C;
  color: #fff;
}
.btn-site-primary:hover {
  background-color: #008268;
  color: #fff;
}

.btn-site-secondary {
  padding: 15px 20px;
  background-color: #FFBF5E;
  color: #fff;
}
.btn-site-secondary:hover {
  background-color: #ffb545;
  color: #fff;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 0;
  z-index: 1;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
header .main-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .main-menu .link-home {
  display: inline-block;
}
header .main-menu .link-home img {
  width: 50px;
}
header #firebase-signout {
  background: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  color: #fff;
}

body:not(.home) #firebase-signout {
  background: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000;
}

footer {
  display: block;
  background-color: #000;
  height: auto;
  width: 100%;
  padding: 20px 30px;
  text-align: center;
}
footer .copyright-container {
  margin-top: 15px;
  text-align: center;
}
footer .copyright-container span {
  text-align: center;
  color: #fff;
}
footer .link-home img {
  max-width: 200px;
}

.hero {
  height: 60vh;
  background-image: url("img/bg.jpg");
  position: relative;
  background-size: cover;
  background-position: center 65%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.hero:after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  top: 0;
  left: 0;
}
.hero .section-content {
  max-width: 720px;
  width: 95%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero .section-content .hero-logo {
  max-width: 420px;
  margin: auto;
}
.hero .search-form-container {
  margin-top: 21px;
}
.hero .search-form-container .form-control {
  font-size: 22px;
  padding: 12px 18px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hero .search-form-container button {
  font-size: 24px;
  padding: 12px 24px 12px 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 100%;
}
.hero .search-form-container #sr-search-wrapper h3 {
  display: none;
}
.hero .search-form-container #sr-search-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .search-form-container #sr-search-wrapper form .sr-minmax-filters {
  margin: 0;
  width: 90%;
}
.hero .search-form-container #sr-search-wrapper form .sr-minmax-filters > div:not(#sr-search-keywords) {
  display: none;
}
.hero .search-form-container #sr-search-wrapper form .sr-minmax-filters .sr-search-field {
  margin: 0;
}
.hero .search-form-container #sr-search-wrapper form .sr-minmax-filters .sr-search-field input {
  font-size: 22px;
  padding: 12px 18px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
}
.hero .search-form-container #sr-search-wrapper form .sr-minmax-filters .sr-search-field input:focus, .hero .search-form-container #sr-search-wrapper form .sr-minmax-filters .sr-search-field input:active {
  outline: none;
}
.hero .search-form-container #sr-search-wrapper form .submit {
  margin: 0;
  display: none;
}
.hero .search-form-container #sr-search-wrapper .sr-sort-wrapper {
  display: none;
}

.section-download .download-badge {
  margin-top: 15px;
}
.section-download .screenshot-wrapper {
  margin-top: 30px;
}
.section-download .screenshot-wrapper .screenshot {
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 3px 2px 9px 1px #bab9b9;
          box-shadow: 3px 2px 9px 1px #bab9b9;
}

.cta-container {
  margin-top: 32px;
  text-align: center;
}
.cta-container .btn {
  text-transform: uppercase;
  font-size: 18px;
}

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-results #sr-search-wrapper {
  width: 20%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 20px;
}
.search-results #sr-listings-results-list {
  width: 80%;
  padding-left: 40px;
}
.search-results #sr-search-minprice input, .search-results #sr-search-maxprice input, .search-results #sr-search-minbaths input, .search-results #sr-search-maxbaths input, .search-results #sr-search-minbeds input, .search-results #sr-search-maxbeds input, .search-results #sr-search-ptype select {
  width: 100%;
}
.search-results .sr-pagination-wrapper {
  width: 100%;
  text-align: center;
}

.sr-details-links {
  text-align: left;
  font-size: 16px;
}
.sr-details-links span:first-child {
  float: none;
}
.sr-details-links span:first-child:after {
  content: " | ";
  margin: 0 10px 0 6px;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-wrapper .sr-detail-wrapper {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 20px;
}
.content-wrapper table {
  width: 48% !important;
  margin-top: 15px;
  margin-left: 20px;
}
.content-wrapper table h5 {
  margin: 0;
}
.content-wrapper table th {
  background-color: #FFBF5E;
}
.content-wrapper table tr[data-attribute=price] {
  color: #009B7C;
  font-weight: 700;
}
.content-wrapper .sr-primary-details {
  padding-top: 0;
  padding-bottom: 15px;
}
.content-wrapper .sr-primary-details h3 {
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
.content-wrapper .sr-primary-details small {
  font-size: 100%;
}
.content-wrapper .sr-primary-details .sr-detail {
  border-bottom: none;
}
.section-contact-form {
  background-color: #eee;
}
.section-contact-form h3 {
  margin-bottom: 30px;
}
.section-contact-form form input:not(.btn), .section-contact-form form textarea {
  margin-top: 10px;
  background-color: #fff !important;
  margin-bottom: 20px;
}

tr[data-attribute=latitude] {
  display: none;
}

tr[data-attribute=longitude] {
  display: none;
}

.firebase-test-page {
  padding-top: 20%;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
}

.mobile-download-overlay {
  display: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mobile-download-overlay {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #fff;
  }
}
.mobile-download-overlay .mobile-logo {
  max-width: 220px;
  margin: 0 auto 20px;
}
.mobile-download-overlay .section-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}
.mobile-download-overlay .download-badge img {
  height: 50px;
  margin-bottom: 30px;
}
.mobile-download-overlay .screenshot {
  width: 50%;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 3px 2px 9px 1px rgba(45, 45, 45, 0.5098039216);
          box-shadow: 3px 2px 9px 1px rgba(45, 45, 45, 0.5098039216);
  max-width: 195px;
}
.mobile-download-overlay:before {
  content: " ";
  display: block;
  position: absolute;
  top: -25%;
  left: 0;
  height: 300px;
  width: 120%;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
  background-color: #009B7C;
}
.mobile-download-overlay::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -25%;
  left: -25%;
  height: 300px;
  width: 130%;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
  background-color: #009B7C;
  z-index: 0;
}
/*# sourceMappingURL=style.css.map */