/*

Theme Name: Amaysn Properties

Author: Murphy Consulting

Version: 2.0

*/

/* Vars */

:root {
  --color-green: #00c056;
  --color-dark-green: #02a049;
  --color-gray: #636367;
  --color-light-gray: #aaa;
  --color-whitesmoke: #f8f8f8;
  --color-salmon: #f08080;
  --ff-georgia: "Georgia", sans-serif;
}

/* Base */
body {
  font-family: "Poppins", sans-serif;
  color: var(--color-gray);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(51, 51, 53, 0.6);
  box-shadow: 0 0 2px 2px rgba(51, 51, 53, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: var(--orange);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--color-green);
}

a:hover {
  color: var(--color-green);
}

/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Classes */
.ff-georgia,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.message--reviews {
  font-family: var(--ff-georgia);
}

.lh-2,
.lh-2 p {
  line-height: 1.875rem;
}

.brand {
  transition: 0.3s ease-in-out;
}

.brand:hover {
  transform: scale(0.98);
}

.brand img {
  max-width: 140px;
}

.btn-main {
  display: block;
  padding: 1rem 2rem;
  box-shadow: 0 1rem 3rem rgba(61, 175, 77, 0.175);
  text-align: center;
  width: 100%;
}

.btn-main:hover {
  background-color: var(--color-dark-green);
  color: #fff;
}

.btn-main,
.home-value input[type="submit"] {
  background-color: var(--color-green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  font-weight: 400 !important;
  border: none;
}

.btn-main:hover,
.home-value input[type="submit"]:hover {
  background-color: var(--color-dark-green);
  color: #fff;
}

.section-spacing {
  margin-top: 100px;
}

/* Header */
.site-header {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
}

/* Footer */
.site-footer {
  background-color: var(--color-whitesmoke);
  padding-top: 80px;
  padding-bottom: 80px;
}

.site-footer .custom-link {
  color: var(--color-gray);
}

.site-footer .custom-link:hover {
  opacity: 0.75;
}

/* Hero */
.hero {
  background-position: center;
  background-size: cover;
  min-height: 480px;
}

.heading--hero {
  letter-spacing: 2px;
}

.tagline--hero {
  letter-spacing: 6px;
}

.tagline--hero h3,
.tagline--hero h4,
.tagline--hero h5,
.tagline--hero h6 {
  font-weight: 300;
}

/* Search Location */
.home .search-location {
  margin-top: -72px;
}

.home-value {
  border: none;
  background-color: #fff !important;
  box-shadow: 0 1rem 3rem rgb(221 221 221 / 50%);
  width: 100%;
}

.home-value h1,
.home-value h2,
.home-value h3,
.home-value h4,
.home-value h5,
.home-value h6 {
  margin-bottom: initial;
  font-weight: 300;
}

.home-value input[type="text"],
.home-value input[type="email"] {
  border: 1px solid #eee !important;
  box-shadow: none;
  border-radius: initial;
}

.home-value p {
  font-weight: 300;
  margin-top: 10px;
}

.home-value .street_view {
  margin-top: 30px;
}

.wrapper--search-location {
  position: relative;
}

.search-location-ils {
  position: absolute;
  top: -40px;
  left: 50px;
}

/* Illustrations */
.title--illustrations {
  font-weight: 600;
  font-size: 18px;
}

/* Reviews */
.list-item--reviews {
  position: relative;
}

.message--reviews {
  font-size: 18px !important;
  line-height: 2.375rem;
}

.message--quote {
  margin-bottom: 1rem;
  width: 48px;
  height: auto;
}

.reviews .tns-nav {
  margin-top: 2rem;
  text-align: center;
}

.reviews .tns-nav button {
  border: none;
  background-color: #58585c;
  margin-left: 8px;
  width: 16px;
  opacity: 0.3;
}

.reviews .tns-nav button:first-child {
  margin-left: initial;
}

.reviews .tns-nav .tns-nav-active {
  opacity: 1;
}

/* WYSIWYG */
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-top: initial;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
}

/* Owner */
.search-location .owner {
  width: 100%;
}

.img--owner {
  position: relative;
  box-shadow: 0 0.5rem 0rem rgba(0, 0, 0, 0.15);
}
.details--owner {
  margin-left: -1.2rem;
  background-color: #fff;
  padding: 0.8rem 1.8rem 0.8rem 2.4rem;
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
}

.img--owner,
.details--owner {
  box-shadow: 0 1rem 3rem rgb(221 221 221 / 50%);
}

/* Placeholders */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-light-gray);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-light-gray);
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-light-gray);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-light-gray);
}

/* Forms */
.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: var(--color-gray) !important;
}

.gform_wrapper label {
  color: var(--color-light-gray) !important;
}

.gform_legacy_markup_wrapper .gfield_required {
  color: var(--color-salmon) !important;
}

input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #eee !important;
  padding: 0.5rem 1rem !important;
}

#get-cash-offer .ginput_left,
#get-cash-offer .ginput_right {
  width: 100% !important;
  margin-right: initial !important;
  margin-left: initial !important;
  padding-right: initial !important;
  padding-left: initial !important;
}

#get-cash-offer .gform_footer .btn-main {
  width: 100%;
}

.ginput_container_address > span {
  margin-top: 8px !important;
}

.note--form {
  font-size: 12px;
}
/* Media Queries */
@media (min-width: 768px) {
  .btn-main {
    display: inline-block;
  }
  .brand img {
    max-width: initial;
  }
  .site-footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-spacing {
    margin-top: 160px;
  }
  .hero {
      min-height: 680px;
  }
  .heading--hero {
    font-size: 64px;
  }
  .tagline--hero {
    font-size: 32px;
  }
  .list-item--reviews,
  .reviews .tns-nav {
    padding-left: 4rem;
  }
  section.illustrations.section-spacing {
    margin-top: calc(160px - 3rem);
  }
  .reviews .tns-nav {
    text-align: left;
  }
  .message--reviews {
    font-size: 20px !important;
  }
  .message--quote {
    position: absolute;
    top: 0;
    left: 0;
  }
  .search-location .owner {
    position: absolute;
    top: -100px;
    right: 16px;
    width: initial;
  }
  .btn-main {
    width: initial;
  }

  .home-value input[type="text"],
  .home-value input[type="email"] {
    width: 70%;
  }

  .home-value input[type="submit"] {
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .search-location-ils {
    left: 48px;
  }
}

@media (min-width: 1200px) {
  .hero {
    height: calc(100vh - 72px);
    min-height: 480px;
    max-height: 1080px;
  }
  .search-location-ils {
    left: 114px;
  }
}
