/*
	Theme Name: Addis Woods
	Description: Sledgehammer Base Theme w/ Bootstrap 5.3.3
	Version: 3.2.0
	Author: Sledgehammer Creative
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* ----------BASE STYLES---------- */
:root {
	--bgcolor: #141414;
  --gray: #232323;
  --blue: #87becb;
  --dkblue: #6995a1;
  --green: #b8c834;
  --dkgreen: #95a12a;
  --space: #2a3b3f;
  --text: #e0e0e0;
  --inputs: #e0e0e0;
  --labels: #e0e0e0;
}
#mapsvg-map-11 {
	border: 15px solid var(--gray) !important;
}
.mapsvg-controller-container.mapsvg-details-container {
	padding: 20px;
  max-width: 300px !important;
  max-height: 400px !important;
  border-right: 15px solid var(--gray) !important;
  border-bottom: 15px solid var(--gray) !important;
}
.mapsvg-popover-close {
	top: 10px !important;
	right: 10px !important;
}
h4.mapsvg-details-header {
	color: var(--gray) !important;
}
body {
	background-color: var(--bgcolor);
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: "bicyclette", Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: var(--text);
	line-height: 1.6;
}
p, ul, ol {
  font-size: 1.25rem;
	margin-bottom: 1.25rem;
}
a, a:link, a:visited {
	color: var(--green);
	font-weight: 300;
	text-decoration: none;
	transition: all 0.4s ease !important;
}
a:hover, a:active, a:focus {
	color: var(--blue);
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.25rem 0;
	font-weight: 400;
	color: var(--text);
	line-height: 1.1;
}
h1 {font-size: 3.125rem;}
h2 {font-size: 2.25rem;}
h3 {font-size: 2rem;}
h4 {font-size: 1.5rem;}
h5 {font-size: 1.25rem;}
h6 {font-size: 1rem;}
@media (min-width : 1200px) {
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 1.5rem 0;
	}
	h1 {
		margin-bottom: 3rem;
		font-size: 5rem;
	}
	h2 {font-size: 3.25rem;}
	h3 {font-size: 3rem;}
	h4 {font-size: 2rem;}
	h5 {font-size:1.5rem;}
	h6 {font-size:1.25rem;}
	p, ul, ol {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}
}

/* ---Buttons--- */
button, a.btn-primary, a.btn-secondary {
  display: inline-block;
  margin: 7px 0;
	padding: 14px;
  vertical-align: middle;
  border: none;
	border-radius: 3px;
  font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
  transition: all 0.4s ease;
}
button:hover, button:active, button:focus,
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus,
a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus {
  box-shadow: none;
}
button, a.btn-primary {
	background-color: var(--dkblue);
	color: #fff;
}
button:hover, button:active, button:focus,
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
	background-color: var(--green);
	color: #fff;
}
a.btn-secondary {
	background-color: var(--green);
	color: #fff;
}
a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus {
	background-color: var(--dkblue);
	color: #fff;
}
.btn-small {
	padding: 10px 20px;
	font-size: 1rem;
}
.btn-close {
	background-color: var(--bgcolor);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%236995a1' d='M15.76 15.77c-.31.31-.82.31-1.13 0L8 9.13l-6.63 6.64c-.31.31-.82.31-1.13 0a.803.803 0 0 1 0-1.13l6.63-6.63L.23 1.36a.803.803 0 0 1 0-1.13c.32-.31.82-.31 1.14 0L8 6.87 14.63.23c.31-.31.82-.31 1.13 0 .31.32.31.82 0 1.13L9.13 7.99l6.63 6.64c.31.31.31.82 0 1.13Z'/%3e%3c/svg%3e");
	background-size: 16px;
	background-repeat: no-repeat;
	border: 1px solid var(--dkblue);
  border-radius: 5px;
	opacity: 1;
}
.btn-close:hover {
	background-color: var(--bgcolor);
	opacity: 1;
}
@media (min-width : 768px) {
	button, a.btn-primary, a.btn-secondary {
	  font-size: 1.25rem;
	}
}

/* ---Misc Sitewide--- */
.overlay {
  position: absolute;
  top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: rgba(0,0,0,.5);
	z-index: 9;
}
.corners {
	border-radius: 7px;
}
.border {
	border: 15px solid var(--gray) !important;
}
/* Image Placeholders */
.ratio > * {
	/*bootstrap overrides */
  top: auto;
  left: auto;
  width: auto;
	height: auto;
}
.ratio {
  position: relative;
  aspect-ratio: 3 / 2;
  background-color: var(--gray);
}
.ratio .featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.wrapper .ratio {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: var(--bgcolor);
}
.ratio .wrapper img {
  width: 110px;
  height: auto;
  opacity: .6;
  transition: all 0.4s ease;
}
.ratio .wrapper img:hover {
  opacity: 1;
}
.filter {
  display: block;
  margin: 2rem 0;
}
.filter label {
	font-weight: 400;
  color: #fff;
}
.filter select {
  background: var(--bgcolor);
  color: var(--text);
  border: 1px solid #5a5a5a;
  padding: 8px;
  border-radius: 7px;
}
::placeholder {
	color:var(--gray) !important;
	opacity: .7;
	font-style: italic;
}
@media (max-width : 768px) { /* Increase side padding on mobile */
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left: calc(var(--bs-gutter-x) * 1);
		padding-right: calc(var(--bs-gutter-x) * 1);
	}
}

/* ---Carousels--- */
.carousel button {
	margin: 0;
	padding: 10px;
	width: auto;
	background-color: transparent;
	border: 1px solid var(--text);
	border-radius: 5px;
	opacity: 1;
	transition: all 0.4s ease;
}
.carousel button:hover  {
	background-color: var(--blue);
	opacity: 1;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
	position: absolute;
	top: auto;
	bottom: -55px;
	left: auto;
	right: 55px;
}
.carousel .carousel-control-next {
	right: 0;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath fill='%23e8e8e8' d='M21.56 10.52H1.62l8.02-7.67c.18-.18.2-.48.04-.68a.42.42 0 0 0-.63-.04l-8.9 8.51v.01c-.03.03-.06.07-.08.11 0 .02-.02.03-.03.04-.02.06-.04.12-.04.19s.01.13.04.19c0 .02.02.03.03.04.02.04.05.08.08.11v.01l8.9 8.52c.08.08.19.12.29.12.12 0 .25-.06.33-.16.16-.2.14-.51-.04-.68l-8.01-7.66h19.93c.25 0 .44-.22.44-.48s-.2-.48-.44-.48Z'/%3e%3c/svg%3e");
  background-size: 22px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath fill='%23e8e8e8' d='M.44 11.48h19.93l-8.01 7.67c-.18.18-.2.48-.04.68s.44.22.63.04l8.9-8.52v-.01c.03-.03.06-.07.08-.11 0-.02.02-.03.03-.04.02-.06.04-.12.04-.19s-.01-.13-.04-.19c0-.02-.02-.03-.03-.04a.4.4 0 0 0-.08-.11v-.01l-8.9-8.53a.42.42 0 0 0-.29-.12c-.12 0-.25.06-.33.16-.16.2-.14.51.04.68l8.01 7.67H.44c-.25 0-.44.22-.44.48s.2.48.44.48Z'/%3e%3c/svg%3e");
  background-size: 22px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

/* ----------HEADER---------- */
header.main {
	background-color: var(--gray);
}
.navbar > .container {
	align-items: center;
}
.navbar-brand {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.navbar-brand .brand {
	display: block;
	width: 140px;
	height: 105px;
}
.navbar-details {
	display: flex;
	align-items: center;
}
.phone-wrap {
	/*position: absolute;
	top: 15px;
	right: 74px;*/
	position: relative;
	padding: 6px;
	background-color: var(--bgcolor);
	border-radius: 5px;
	border: 1px solid var(--blue);
	z-index: 99;
}
.icon-phone {
	width: 32px;
	height: 32px;
}
.int-header {
	position: relative;
}
.int-header h1 {
  position: relative;
	margin: 0;
	/*padding: 150px 0;*/
	padding: 30px 0;
	text-align: center;
  color: #fff;
  z-index: 99;
}
@media (min-width : 1200px) {
	.navbar-details {
		margin-left: 50px;
		width: 100%;
	}
	.phone-wrap {
		padding: 0;
		background-color: transparent;
		font-size: 1.5rem;
		color: #87becb;
		border: none;
	}
}
@media (min-width : 1400px) {
	.navbar-details {
		margin-left: 80px;
	}
}

/* ----------NAVIGATION---------- */
.navbar-nav .nav-link,
.navbar-nav .nav-link:link,
.navbar-nav .nav-link:visited {
	font-size: 1.75rem;
	font-weight: 400;
	color: #fff;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
	color: var(--green);
}
.dropdown-item,
.dropdown-item:link,
.dropdown-item:visited {
	font-size: 1.5rem;
	color: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
	background-color: transparent;
	color: var(--green);
}
.dropdown-menu {
	position: static !important;
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	transform: none !important;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
}
.dropdown-toggle::after {
	border-top: .2em solid;
  border-right: .2em solid transparent;
  border-left: .2em solid transparent;
  transition: transform 0.4s ease;
}
.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.navbar .navbar-toggler {
	/*position: absolute;
	top: 15px;
	right: 1rem;*/
	position: relative;
	margin: 0;
	padding: 6px;
	background-color: var(--bgcolor);
	border: 1px solid var(--blue);
  border-radius: 5px;
	z-index: 99;
}
.navbar .navbar-toggler:focus {
	background-color: var(--bgcolor);
  box-shadow: none;
}
.navbar-toggler-icon {
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
  background-size: 32px;
}
.offcanvas {
	background-color: var(--gray);
}
@media (min-width : 1200px) {
	.navbar-nav .nav-link,
	.navbar-nav .nav-link:link,
	.navbar-nav .nav-link:visited {
		padding-left: .75rem;
		padding-right: .75rem;
		font-size: 1.25rem;
	}
	.dropdown-menu {
		position: absolute !important;
		padding-top: .5rem;
		padding-bottom: .5rem;
		background-color: var(--bgcolor);
		transform: none !important;
	}
	.dropdown-item,
	.dropdown-item:link,
	.dropdown-item:visited {
		font-size: 1rem;
	}
}
@media (min-width : 1400px) {
	.navbar-nav .nav-link,
	.navbar-nav .nav-link:link,
	.navbar-nav .nav-link:visited {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* ----------HERO---------- */
.hero-wrap {
	padding-top: 2rem;
	background: linear-gradient(to bottom,  #232323 0%,#232323 80%,#141414 80%,#141414 100%);
}
.hero-wrap .content {
	position: relative;
	z-index: 9;
}
.hero-wrap .content .line-one {
	font-size: 2.75rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}
.hero-wrap .content .line-one .last-word {
  color: var(--green);
}
.hero-wrap .content .line-two {
	font-size: 1.875rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
}
.hero-wrap .content .price {
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
}
.hero-wrap .content .price span {
	font-size: 1rem;
	color: var(--blue);
}
.hero-wrap .content .price:first-of-type {
	border-right: 1px solid var(--blue);
}
.hero-wrap .btn-primary {
	margin: 2rem auto;
	padding: 21px 14px;
	font-size: 1.25rem;
}
@media (min-width : 576px) {
	.hero-wrap .content .line-one {
		font-size: 4.25rem;
	}
	.hero-wrap .content .line-two {
		font-size: 2.875rem;
	}
	.hero-wrap .content .price {
		font-size: 2.125rem;
	}
	.hero-wrap .content .price span {
		font-size: 1.25rem;
	}
}
@media (min-width : 768px) {
	.hero-wrap {
		background: linear-gradient(to bottom,  #232323 0%,#232323 70%,#141414 70%,#141414 100%);
	}
	.hero-wrap .content {
		position: absolute;
	}
	.hero-wrap .btn-primary {
		margin: 1rem auto 0;
		padding: 14px;
		max-width: 230px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.hero-wrap .content .line-one {
		font-size: 3rem;
	}
	.hero-wrap .content .line-two {
		font-size: 2rem;
	}
	.hero-wrap .content .price {
		font-size: 1.5rem;
	}
	.hero-wrap .content .price span {
		font-size: 1rem;
	}
}

/* ----------CONTENT---------- */
main {
	position: relative;
	padding: 40px 0;
	background-color: var(--bgcolor);
}
main .kicker {
	font-size: 1.125rem;
	color: var(--blue);
}
#home main h1 {
	font-size: 2rem;
	max-width: 312px;
}
a.btn-lot-map {
	display: flex;
	justify-content: center;
	align-items: last baseline;
	padding: 2rem 1rem;
	width: 100%;
	max-width: 540px;
	height: auto;
	background-image: url(/wp-content/themes/shbase/img/btn-lot-map.jpg);
	background-size: cover;
	font-size: 1rem;
	color: #fff;
	border: 15px solid var(--gray);
}
a.btn-lot-map:hover {
	color: var(--blue);
}
a.btn-lot-map svg {
	position: relative;
	top: 3px;
}
a.btn-lot-map svg path {
	transition: all 0.4s ease;
}
a.btn-lot-map:hover svg path {
	fill: var(--blue);
}
@media (min-width : 428px) {
	#home main h1 {
		font-size: 2.5rem;
		max-width: 380px;
	}
	a.btn-lot-map {
		font-size: 1.25rem;
	}
}
@media (min-width : 576px) {
	main .kicker {
	font-size: 1.25rem;
	}
	#home main h1 {
		font-size: 2.75rem;
		max-width: 430px;
	}
}
@media (min-width : 768px) {
	main {
		padding: 60px 0;
	}
	a.btn-lot-map {
		max-width: 400px;
		font-size: 1.25rem;
	}
}
@media (min-width : 1200px) {
	main {
		padding: 80px 0;
	}
	#home main h1 {
		font-size: 3.25rem;
		max-width: 510px;
	}
}

/* ----------FLOOR PLANS---------- */
.plans-wrap {
	position: relative;
	padding: 40px 0;
	background-color: var(--space);
	color: #fff;
}
.plans-wrap h2 {
	color: #fff;
}
.plans-wrap h3 {
	font-size: 1.875rem;
	color: #fff;
}
.plans-wrap ul.nav {
	display: block;
}
.plans-wrap ul.nav a {
	display: block;
	padding: 7px 0;
	font-size: 1.25rem;
	font-weight: 300;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.plans-wrap ul.nav a:hover, .plans-wrap ul.nav a:active, .plans-wrap ul.nav a:focus, .plans-wrap ul.nav a.active {
	color: var(--green);
}
.plans-wrap ul.nav a svg {
	position: relative;
	top: -1px;
}
.plans-wrap ul.nav a svg path {
	transition: all 0.4s ease;
}
.plans-wrap ul.nav a:hover svg path, .plans-wrap ul.nav a:active svg path, .plans-wrap ul.nav a:focus svg path, .plans-wrap ul.nav a.active svg path {
	fill: var(--green);
}
.plans-wrap .tab-pane {
	font-size: 1.25rem;
}
.plans-wrap .tab-pane span {
	display: block;
	margin: .5rem auto;
	font-size: 1.125rem;
}
.plans-wrap .tab-pane .first span:last-of-type {
	margin: .5rem auto 0;
}
.plans-wrap a:hover, .plans-wrap a:active, .plans-wrap a:focus {
	color: #fff;
}
.plans-wrap a.plan-details svg {
	position: relative;
	top: -1px;
}
.plans-wrap a.plan-details svg path {
	transition: all 0.4s ease;
}
.plans-wrap a.plan-details:hover svg path, .plans-wrap a.plan-details:active svg path, .plans-wrap a.plan-details:focus svg path {
	fill: #fff;
}
.plans-wrap .plan-details .icon-arrow {
	position: relative;
	top: -1px;
}
.archive.plans .wrapper {
	padding: 1.5rem;
	background-color: var(--gray);
	border-radius: 7px;
}
.archive.plans .wrapper .logo-builder {
	max-width: 150px;
	height: auto;
}
.archive.plans .wrapper a {
	font-size: 1.25rem;
}
.archive.plans .wrapper a:hover, .archive.plans .wrapper a:active, .archive.plans .wrapper a:focus {
}
.archive.plans .wrapper a svg path {
	transition: all 0.4s ease;
}
.archive.plans .wrapper a:hover svg path, .archive.plans .wrapper a:active svg path, .archive.plans .wrapper a:focus svg path {
	fill: var(--blue);
}
.plans-loop .plan {
	display: block;
	margin: 1.25rem auto 0;
	font-size: 1.125rem;
	transition: all 0.4s ease;
}
.plans-loop .wrapper span {
	display: block;
	margin: .5rem auto;
	font-size: 1rem;
}
.plans-loop.wrapper svg {
	position: relative;
	top: -1px;
}
.plans-loop a.details {
	display: block;
	font-size: 1.125rem;
	border-top: 1px solid #848484;
}
.plans-loop a.details:hover, .plans-loop a.details:active, .plans-loop a.details:focus {
	color: var(--blue);
}
.plans-loop a.details svg {
	position: relative;
	top: -1px;
}
.plans-loop a.details svg path {
	transition: all 0.4s ease;
}
.plans-loop a.details:hover svg path, .plans-loop a.details:active svg path, .plans-loop a.details:focus svg path {
	fill: var(--blue);
}
.single.plan .single-img {
	margin-bottom: 40px
}
.single.plan .sidebar-details .details {
	margin: 0 0 1.5rem;
	padding: 0 0 1rem;
	border-bottom: 1px solid #5a5a5a;
	font-size: 1.125rem;
}
.single.plan .sidebar-details .col-6 {
	margin: .5rem 0;
}
.single.plan .sidebar-details a.btn-primary {
	margin: 15px 0;
}
@media (min-width : 576px) {
	.plans-loop .plan {
		font-size: 1.5rem;
	}
	.plans-loop .wrapper span {
		font-size: 1.125rem;
	}
}
@media (min-width : 768px) {
	.plans-wrap {
		padding: 60px 0;
	}
}
@media (min-width : 1200px) {
	.plans-wrap {
		padding: 80px 0;
	}
	.plans-wrap .tab-pane {
		font-size: 1.5rem;
	}
	.plans-wrap .tab-pane span {
		font-size: 1.25rem;
	}
	.plans-wrap .tab-pane span svg {
		position: relative;
		top: -1px;
	}
	.plans-loop .wrapper {
		padding: 1.5rem;
	}
	.plans-loop .plan {
		font-size: 1.5rem;
	}
	.plans-loop a.details {
		font-size: 1.25rem;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.plans-loop .wrapper span {
		font-size: 1rem;
	}
}

/* ----------HOMES---------- */
.homes-wrap {
	position: relative;
	padding: 40px 0;
	background-color: var(--bgcolor);
	background-image: url(/wp-content/themes/shbase/img/pattern.svg);
	background-size: 200px;
	color: #fff;
}
.archive.home h1, .single.home h1 {
	margin-bottom: 0;
	line-height: 1;
}
.homes-wrap h2 {
	margin-bottom: 0;
	color: #fff;
}
.homes-wrap a.view-all {
	font-size: 1.25rem;
	color: var(--blue);
}
.homes-wrap a.view-all:hover, .homes-wrap a.view-all:active, .homes-wrap a.view-all:focus {
	color: var(--green);
}
.homes-wrap a.view-all svg {
	position: relative;
	top: -1px;
}
.homes-wrap a.view-all svg path {
	transition: all 0.4s ease;
}
.homes-wrap a.view-all:hover svg path, .homes-wrap a.view-all:active svg path, .homes-wrap a.view-all:focus svg path {
	fill: var(--green);
}
.homes-wrap .wrapper, .homes-loop .wrapper {
	padding: 1rem;
	background-color: var(--gray);
	border-radius: 7px;
}
.homes-wrap .wrapper .ratio div, .homes-loop .wrapper .ratio div {
	color: var(--text);
	opacity: 1;
}
.homes-wrap .overlay, .homes-loop .overlay {
	top: auto !important;
	bottom: 0;
	height: 50% !important;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	opacity: 1 !important;
}
.homes-wrap .wrapper span.status, .homes-loop .wrapper span.status {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 5px 10px;
	background-color: var(--dkblue);
	border-radius: 0 0 0 7px;
	box-shadow: -3px 0 10px 0 rgba(0,0,0,.25);
	font-size: 1.125rem;
	line-height: 1;
	z-index: 99;
}
.homes-wrap .wrapper span.price, .homes-loop .wrapper span.price {
	display: block;
	position: absolute;
	left: 10px;
	bottom: 5px;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
	z-index: 99;
}
.homes-wrap .address, .homes-loop .address {
	display: block;
	margin: 1.25rem auto 0;
	font-size: 1.5rem;
	transition: all 0.4s ease;
}
.homes-wrap .wrapper span, .homes-loop .wrapper span {
	display: block;
	margin: .5rem auto;
	font-size: 1rem;
}
.homes-wrap .wrapper svg, .homes-loop .wrapper svg {
	position: relative;
	top: -1px;
}
.homes-wrap a.details, .homes-loop a.details {
	display: block;
	font-size: 1.125rem;
	border-top: 1px solid #848484;
}
.homes-wrap a.details:hover, .homes-wrap a.details:active, .homes-wrap a.details:focus,
.homes-loop a.details:hover, .homes-loop a.details:active, .homes-loop a.details:focus {
	color: var(--blue);
}
.homes-wrap a.details svg, .homes-loop a.details svg {
	position: relative;
	top: -1px;
}
.homes-wrap a.details svg path, .homes-loop a.details svg path {
	transition: all 0.4s ease;
}
.homes-wrap a.details:hover svg path, .homes-wrap a.details:active svg path, .homes-wrap a.details:focus svg path,
.homes-loop a.details:hover svg path, .homes-loop a.details:active svg path, .homes-loop a.details:focus svg path {
	fill: var(--blue);
}
.single.home .model {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	color: var(--blue);
}
.single.home .carousel {
	margin-bottom: 80px
}
.single.home .single-img {
	margin-bottom: 40px
}
.single.home .sidebar-details .details {
	margin: 1rem 0 1.5rem;
	padding: 1rem 0;
	border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #5a5a5a;
	font-size: 1.125rem;
}
.single.home .sidebar-details .col-6 {
	margin: .5rem 0;
}
.single.home .sidebar-details .price {
	font-size: 2.75rem;
	font-weight: 400;
	color: var(--green);
	line-height: 1;
}
.single.home .sidebar-details a.btn-primary {
	margin: 15px 0;
}
@media (min-width : 576px) {
	.homes-wrap a .address, .homes-loop a .address {
		font-size: 1.5rem;
	}
	.homes-wrap .wrapper span, .homes-loop .wrapper span {
		font-size: 1.125rem;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.homes-wrap .address, .homes-loop .address {
		font-size: 1.25rem;
	}
	.homes-wrap .wrapper span, .homes-loop .wrapper span {
		font-size: 1rem;
	}
}
@media (min-width : 768px) {
	.homes-wrap {
		padding: 60px 0;
	}
}
@media (min-width : 1200px) {
	.homes-wrap {
		padding: 80px 0;
	}
	.homes-wrap a.view-all {
		font-size: 1.5rem;
	}
	.homes-wrap .wrapper, .homes-loop .wrapper {
		padding: 1.5rem;
	}
	.homes-wrap .address, .homes-loop .address {
		font-size: 1.5rem;
	}
	.homes-wrap .wrapper span.price, .homes-loop .wrapper span.price {
		font-size: 1.75rem;
	}
	.homes-wrap a.details, .homes-loop a.details {
		font-size: 1.25rem;
	}
	.single.home .carousel {
		margin-bottom: 100px
	}
	.single.home .single-img {
		margin-bottom: 60px
	}
}

/* ----------REQUEST INFO---------- */
.request-wrap {
	position: relative;
	padding: 40px 0;
	background-color: var(--bgcolor);
	background-image: url(/wp-content/themes/shbase/img/sunset-sm.jpg);
	background-size: cover;
	background-position: center;
}
.request-wrap .container {
	position: relative;
	z-index: 99;
}
.request-wrap .gform_wrapper {
	max-width: 600px;
}
.request-wrap h2 {
	font-size: 2rem;
}
@media (min-width : 768px) {
	.request-wrap {
		padding: 60px 0;
		background-image: url(/wp-content/themes/shbase/img/sunset-lg.jpg);
	}
	.request-wrap h2 {
		font-size: 3rem;
		text-align: center;
	}
}
@media (min-width : 1200px) {
	.request-wrap {
		padding: 80px 0;
	}
}

/* ----------LOTS---------- */
main.lots h2 {
	font-size: 2rem;
}
@media (min-width : 1200px) {
	main.lots h2 {
		margin-bottom: 3rem;
		font-size: 2.75rem;
	}
}

/* ----------BUILDER---------- */
.archive.builder .wrapper {
	padding: 1.5rem;
	background-color: var(--gray);
}
.archive.builder .wrapper .logo, .single.builder .logo {
	width: 100%;
	height: auto;
}
.archive.builder .wrapper a {
	font-size: 1.25rem;
}
.archive.builder .wrapper a:hover, .archive.builder .wrapper a:active, .archive.builder .wrapper a:focus {
}
.archive.builder .wrapper a svg path {
	transition: all 0.4s ease;
}
.archive.builder .wrapper a:hover svg path, .archive.builder .wrapper a:active svg path, .archive.builder .wrapper a:focus svg path {
	fill: var(--blue);
}
.single.builder aside .logo {
	max-width: 200px;
}
.single.builder aside .details {
	margin: 1.5rem 0;
	padding: 1rem 0;
	border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #5a5a5a;
	font-size: 1.125rem;
}

/* ----------GALLERY---------- */
main.gallery .border {
	border: 7px solid var(--gray) !important;
}
 .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
 	padding: 10px;
 	background-color: transparent !important;
	border: 1px solid var(--text);
	border-radius: 5px;
 }
  .glightbox-clean .gclose, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
 	background-color: var(--blue) !important;
 }

/* ----------MAPS---------- */
.map-wrap {
	background-color: var(--bgcolor);
	background-image: url(/wp-content/themes/shbase/img/location-map-sm.svg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 300px;
}
@media (min-width : 768px) {
  .map-wrap {
		background-image: url(/wp-content/themes/shbase/img/location-map-lg.svg);
		height: 400px;
	}
}

/* ----------SIDEBARS---------- */
.sidebar-widget, .sidebar-form, .sidebar-details {
	background-color: var(--gray);
	margin: 15px 0;
	padding: 25px 15px;
	border-radius: 7px;
}
.sidebar-widget h3, .sidebar-form h3 {
	font-size: 1.5rem;
}
.sidebar-widget ul, .sidebar-form ul {
	margin: 0 0 15px 0;
	padding-left: 0;
	font-size: 1rem;
}
.sidebar-widget li {
	list-style: none;
	padding: 3px 0;
	line-height: 1.2;
}
.sidebar-widget li a {
	font-weight: 700;
}
.sidebar-widget .post-date {
	display: block;
	font-size: .875rem;
}
.sidebar-form .gform_wrapper input[type="submit"].gform_button {
	width: 100% !important;
}
@media (min-width : 768px) {
  .sidebar-widget, .sidebar-form, .sidebar-details {
  	margin: 0;
  }
}
@media (min-width : 1200px) {
  .sidebar-widget, .sidebar-form, .sidebar-details {
  	padding: 30px;
  }
}

/* ----------ARTICLES---------- */
.archive h2 {
	margin-bottom: 0;
	font-size: 1.5rem;
}
.archive h2 a {
	font-weight: 400;
}
.archive .meta, .single .meta {
	display: block;
	margin-bottom: 15px;
	font-size: .875rem;
}
.archive .excerpt p, .archive .excerpt {
	font-size: 1.125rem;
}
.archive .excerpt p:last-of-type {
	margin-bottom: 0;
}
.pagination {
	padding: 7px;
	background-color: var(--gray);
	border-radius: 7px;
}
.page-numbers {
	margin-right: 10px;
	background-color: transparent;
	border-radius: 5px;
}
.prev.page-numbers, .next.page-numbers {
	padding: 0 5px;
	background-color: var(--bgcolor);
	border-radius: 5px;
}

/* ----------SEARCH---------- */
form.search {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.search-input {
	padding: 0 5px;
  background-color: #fff;
  width: 100%;
  height: 40px;
  color: var(--gray);
  border: none;
  border-radius: 5px;
}
.search-submit {
  position: absolute;
  top: -1px;
  right: 5px;
  padding: 8px;
  font-size: .875rem;
}
.archive.search article h2 {
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.archive.search .result {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--gray);
}
@media (min-width : 992px) {
    button.search-toggler {
    top: 10px;
    right: 30px;
  }
  .search-toggler-icon {
    width: 20px;
  	height: 20px;
  }
}

/* ----------FOOTER---------- */
footer {
	position: relative;
	padding: 40px 0;
	background-color: var(--gray);
	background-image: url(/wp-content/themes/shbase/img/watermark.svg);
	background-size: 90%;
	background-position: bottom left;
	background-repeat: no-repeat;
	color: var(--text);
}
footer h4 {
	margin: 1.5rem 0;
	padding-top: 1.5rem;
	color: #fff;
	border-top: 1px solid #848484;
}
footer p {
	font-size: 1rem;
}
footer a, footer a:link, footer a:visited {
	font-size: 1rem;
	color: var(--text);
	transition: all 0.4s ease !important;
}
footer a:hover, footer  a:active, footer  a:focus {
	color: var(--green);
	text-decoration: none;
}
#menu-footer-navigation {
	padding: 0;
	margin: 0;
}
#menu-footer-navigation li {
	padding: 0;
	list-style: none;
	line-height: 1;
}
#menu-footer-navigation .nav-link {
	display: inline-block;
  padding: 7px 0;
  line-height: 1;
}
#menu-footer-navigation .nav-link:hover, #menu-footer-navigation .nav-link:active, #menu-footer-navigation .nav-link:focus {
	color: var(--green);
}
footer .gform-footer.gform_footer.top_label {
	margin-top: 10px !important;
}
footer .gform_wrapper input[type="submit"].gform_button {
	padding: 7px 14px !important;
}
.credit-wrap {
	padding: 20px 0 40px;
	font-size: .875rem;
	color: var(--text);
}
.credit-wrap a, .credit-wrap a:link, .credit-wrap a:visited {
	color: var(--text);
	transition: all 0.4s ease !important;
}
.credit-wrap a:hover, .credit-wrap a:active, .credit-wrap  a:focus {
	color: var(--green);
	text-decoration: none;
}
#menu-tertiary-navigation {
	padding: 0;
	margin: 0;
}
#menu-tertiary-navigation li {
	display: inline-block;
	margin-right: 5px;
	padding: 0;
	list-style: none;
	line-height: 1;
}
#menu-tertiary-navigation .nav-link {
  padding: 7px 0;
  font-size: .875rem;
  line-height: 1;
}
#menu-tertiary-navigation .nav-link:hover, #menu-tertiary-navigation .nav-link:active, #menu-tertiary-navigation .nav-link:focus {
	color: var(--green);
}
@media (min-width : 768px) {
	footer {
		padding: 60px 0;
		background-size: 50%;
	}
}
@media (min-width : 1200px) {
	footer {
		padding: 80px 0;
		background-size: 550px 396px;
	}
}

/* ----------FORMS---------- */
form .small {font-size: .875rem}
.grecaptcha-badge {z-index: 9 !important;}
.gform_required_legend {margin: 0 !important;}
.gform-theme--framework .gform_validation_errors { border-color: #FAAF9E !important;}
.gform-theme--framework .gform_validation_errors .gform_submission_error, .gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform_editor legend.gform-field-label > span > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: #FAAF9E !important;
}
.gform-theme--framework .gform_validation_errors:focus {
	outline: #FAAF9E !important;
}
 .gform-theme--foundation .gform_fields { grid-row-gap: 10px !important; }
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: var(--labels) !important;
}
.gform-field-label--type-sub {
	color: var(--labels) !important;
}
.gform_wrapper input, .gform_wrapper textarea {
	background-color: var(--inputs) !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  color: var(--gray) !important;
}
.gform_wrapper select {
	background-color: var(--inputs) !important;
	border: none !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  color: var(--gray) !important;
}
.gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: var(--labels) !important;
}
.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color: var(--blue) !important;
}
.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	color: var(--blue) !important;
}
.gform_wrapper .datepicker {
	color: var(--labels) !important;
}
.gform_wrapper .charleft {
	color: var(--labels) !important;
}
.gform_wrapper input[type="submit"].gform_button {
	padding: 14px !important;
	background-color: var(--dkblue) !important;
	border: none !important;
	font-size: 1.125rem !important;
	font-weight: 400 !important;
	color: #fff !important;
}
.gform_wrapper input[type="submit"].gform_button:hover, .gform_wrapper input[type="submit"].gform_button:active, .gform_wrapper input[type="submit"].gform_button:focus {
	background-color: var(--green) !important;
}

/* ----------WP 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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.wp-block-image {
	margin:25px 0;
}
.wp-block-image figcaption {
	text-align: left;
	font-size: .875em;
}
.wp-block-image img {
	height: auto;
}
 .wp-block-buttons {
   margin-bottom: 15px;
 }
.wp-block-button__link {
	margin: 7px 0;
	padding: 14px;
	background-color: var(--dkblue);
	font-size: 1.125rem;
	font-weight: 400 !important;
	color: #fff !important;
	line-height: 1;
	border: none;
	border-radius: 3px;
}
.wp-block-button__link:hover {
	background-color: var(--green);
	color: #fff;
}
.wp-block-search__button {
	margin: 0 0 0 5px;
}

/* ----------MENU ANIMATIONS---------- */
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* ----------ACCESSIBILITY---------- */
@media screen and (prefers-reduced-motion) {
* {transition:none !important; transition-duration: 0s !important;}
}
* a:focus-visible, * button:focus-visible {
  outline: 3px solid #0000ff !important;
}
.skip-link {
  display: block;
  position: absolute !important;
  transform: translateY(-100%);
  overflow: hidden;
  margin-left: -100px;
  padding: 5px 0;
  background-color: var(--bgcolor);
  width: 200px !important;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
  left: 50%;
  z-index: 999;
}
.skip-link:focus {
  transform: translateY(0%);
}

/* ----------PRINT---------- */
@media print {
	blockquote,img,pre,tr{page-break-inside:avoid}*{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]::after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]::after,a[href^="#"]::after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}
}