/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-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 {
  background-color: #ffffff;
}

body {
  background-image: url(assets/images/austin-tx-nearurbanliving-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
  -webkit-margin-after: 0.5rem;
  margin-block-end: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

a {
  color: var(--e-global-color-primary);
}

a:hover {
  color: var(--e-global-color-primary);
}

.no-margin * {
  margin-bottom: 0;
}
/* navigation */

/* .main-menu
  .hfe-submenu-icon-arrow
  .hfe-nav-menu
  .parent-has-child
  .sub-arrow
  i:before {
  content: "\f0d7";
} */
.elementor-widget-button a:hover,
.main-menu a:hover {
  text-decoration: none;
}

.elementor-widget-button a,
.main-btn a {
  display: block;
  /* max-width: 197px; */
}

.main-menu .current-menu-item.parent a,
.main-menu .current-menu-parent > div > a {
  border-top: 1px solid var(--e-global-color-primary);
  border-bottom: 1px solid var(--e-global-color-primary);
}

.main-menu .sub-menu {
  box-shadow: 0px 20px 32px -12px rgba(2, 58, 81, 0.2);
}
/* Hide Header */

/*on desktop make navigation sticky*/
@media screen and (min-width: 1025px) {
  header {
    position: fixed !important;
    background-color: rgb(255, 255, 255, 0);
  }
}
@media screen and (max-width: 1024px) {
  header {
    background-color: #ffffff !important;
  }
}

header {
  top: 0;
  width: 100%;
  background-image: none;
  /* -webkit-transition: background-color 2s ease;
  -moz-transition: background-color 2s ease;
  transition: background-color 2s ease; */
  transition: all 0.3s ease !important;
}
.logged-in header {
  top: 32;
}
.nav-up {
  top: -176px;
}

.top-part {
  background-color: rgb(255, 255, 255, 0);
}

.mid-part {
  background-color: rgb(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* Hero Container */

.hero-container::before {
  content: " ";
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.hero-container p,
.hero-container h1,
.hero-container h2,
.hero-container h3,
.hero-container h4,
.hero-container h5,
.hero-container h6 {
  text-shadow: 5px 0px 10px #000000;
}

/*current Listangs Page*/
#pw-listing-widget {
  background-color: #ffffff;
  padding-top: 2%;
  padding-bottom: 2%;
}
#pw-listing-widget .ms-scroll {
  font-size: 1rem;
  max-width: 1146px;
  margin: auto;
  padding: 0px 10px;
  color: var(--e-global-color-primary);
  font-family: "Montserrat", Sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
}
#pw-listing-widget .card {
  box-shadow: 0 2px 21px -5px rgba(0, 0, 0, 0.54);
  border-radius: 10px;
  padding: 10px;
}

/* Testimonials Edit */

.testimonial-img figure {
  max-height: 80px;
}

/* Contact form WP Ninja */
@media screen and (min-width: 769px) {
  .near-urban-form .nf-form-content nf-fields-wrap {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }

  .nf-form-content input:not([type="button"]) {
    width: 100%;
    min-width: 300px;
  }

  .list-checkbox-wrap .nf-field-element li input,
  .list-image-wrap .nf-field-element li input,
  .list-radio-wrap .nf-field-element li input {
    width: auto;
    min-width: auto;
  }
  /* .become-a-vendor-form .nf-form-content nf-fields-wrap {
    display: grid;
    grid-template-rows: repeat(7, 1fr);
    grid-template-columns: 1fr;
    gap: 2%;
  } */
}
.nf-field-description {
  line-height: 1rem;
  margin-bottom: 10px;
}
.nf-form-fields-required {
  display: none;
}
.nf-form-fields-required,
.nf-field-label,
.become-a-vendor-form .nf-form-fields-required {
  /* display: none; */
  font-family: "Montserrat", Sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  color: var(--e-global-color-primary);
}

.nf-field-container,
.become-a-vendor-form .nf-field-container {
  margin-bottom: 0px;
}
.nf-response-msg,
.nf-field-element,
.become-a-vendor-form .nf-field-element {
  font-size: 1rem;
  line-height: 1rem;
}

.become-a-vendor-form .nf-response-msg {
  color: var(--e-global-color-secondary);
}

.nf-error.field-wrap .nf-field-element:after,
.become-a-vendor-form .nf-error.field-wrap .nf-field-element:after {
  background: none;
  color: red;
  font-family: FontAwesome;
  font-size: 1rem;
  content: "\f12a";
  position: absolute;
  top: 18px;
  bottom: 1px;
  right: 6px;
  height: auto;
  width: 6px;
  line-height: 1rem;
  text-align: center;
  transition: all 0.5s;
}

.nf-error .nf-error-msg {
  display: none;
}

.nf-after-form-content {
  font-size: 1rem;
}

.near-urban-form .submit-container input[type="submit"] {
  width: 100% !important;
  background-color: var(--e-global-color-primary);
}

.become-a-vendor-form .submit-container input[type="submit"] {
  width: 100% !important;
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}

.near-urban-form .submit-container input[type="submit"]:hover {
  color: var(--e-global-color-primary);
  background-color: var(--e-global-color-secondary);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-primary);
}

.become-a-vendor-form .submit-container input[type="submit"]:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-secondary);
}

.near-urban-recaptcha .recaptcha-wrap {
  justify-content: flex-end;
}
.near-urban-recaptcha .recaptcha-wrap .nf-field-element {
  width: auto;
}

.near-urban-recaptcha .recaptcha-wrap .nf-field-label {
  display: none;
}

/* Blog Single Post */
.blog-post-template {
  max-width: 100%;
}

.blog-single-hero {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --align-items: center;
  --background-transition: 0.3s;
  --overlay-opacity: 0.5;
  --margin-block-start: 0px;
  --margin-block-end: 0px;
  --margin-inline-start: 0px;
  --margin-inline-end: 0px;
  --padding-block-start: 230px;
  --padding-block-end: 50px;
  --padding-inline-start: 0px;
  --padding-inline-end: 0px;
}

/* .blog-single-hero::before {
  --background-overlay: "";
  background-color: var(--e-global-color-0cf74ff);
} */

.blog-single-hero .elementor-heading-title {
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}

.blog-post-content {
  color: var(--e-global-color-primary);
  font-family: "Montserrat", Sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
  background-color: var(--e-global-color-secondary);
}

.blog-post-content-inner {
  max-width: 1140px;
  margin: auto;
  padding-top: 4%;
  padding-bottom: 4%;
}

.blog-post-featured-img {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
}

.blog-post-featured-img img {
  border-radius: 15px;
}

/* Footer */

.equal-housing-opportunity-img .elementor-widget-container {
  display: flex;
}
.equal-housing-opportunity-text p {
  margin-bottom: 0;
}

/* hide 1st item of accordion that is open by default - whats left are closed accordions  */
.elementor-accordion .elementor-accordion-item:first-of-type {
  display: none;
}
.near-urban-faq .elementor-accordion .elementor-accordion-item {
  border-bottom: 1px solid var(--e-global-color-primary) !important;
}
.near-urban-faq .elementor-accordion .elementor-accordion-item:last-of-type {
  border-bottom: 0px !important;
}
.near-urban-faq .elementor-accordion .elementor-accordion-item a {
  text-decoration: none !important;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
}
