
/* RESET.CSS STARTS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    -webkit-print-color-adjust: exact;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* RESET.CSS ENDS */

/*
  DESKTOP.CSS STARTS
  NOTE: Print friendly version is set only for desktop at the moment
*/
/*font-family: 'Roboto Slab', serif;*/
/*font-family: 'Fira Sans', sans-serif;*/

/*font-family: 'Roboto Slab', serif;*/
/*font-family: 'Fira Sans', sans-serif;*/

/* Color Palette Start */
.has-mawilliams-olive-color {
  color: #90993d;
}
.has-mawilliams-olive-background-color,
.wp-block-button__link.has-mawilliams-olive-background-color {
  background-color: #90993d;
}

.has-mawilliams-celadon-color {
  color: #f3f3eb;
}
.has-mawilliams-celadon-background-color,
.wp-block-button__link.has-mawilliams-celadon-background-color {
  background-color: #f3f3eb;
}

.has-mawilliams-brown-color {
  color: #695b4b;
}
.has-mawilliams-brown-background-color,
.wp-block-button__link.has-mawilliams-brown-background-color {
  background-color: #695b4b;
}

.has-mawilliams-brick-red-color {
  color: #b43b2b;
}
.has-mawilliams-brick-red-background-color,
.wp-block-button__link.has-mawilliams-brick-red-background-color {
  background-color: #b43b2b;
}

.has-mawilliams-saffron-light-color {
  color: #f4c84e;
}
.has-mawilliams-saffron-light-background-color,
.wp-block-button__link.has-mawilliams-saffron-light-background-color {
  background-color: #f4c84e;
}
/* Color Palette End */

html, body {
  height: 100%;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Fira Sans', sans-serif;
  color: #333;
  background: #fff;
}

.wrap {
  width: 960px;
  margin: 0 auto
}

body.model, body.brochure, body.has_carousel {
  color: #5e5141;
}

section .fullwidth.wrap {
  width: 100%;
}

section .wrap > .flex-wrapper {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section .wrap > .flex-wrapper > .flex-wrapper,
.content-wrapper > *:not(hr):not(.wp-block-kadence-spacer),
.brochure .page-photos > *,
.brochure .page-features {
  margin: auto;
  position: relative;
  width: 90%;
  max-width: 960px;
}

section .wrap > .flex-wrapper > *,
section .page-photos h2 {
  margin: auto;
}

.brochure .wrap > .flex-wrapper > .flex-wrapper,
.brochure .wrap > .flex-wrapper > section {
  width: 90%;
}

.model .page-floorplan,
.model .page-tour,
.brochure .page-floorplan {
  margin-bottom: 25px;
  margin-right: auto;
  width: 60%;
  max-width: 500px;
}

.model .page-description,
.model .page-specifications {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: 0;
}

.model .page-description,
.brochure .page-description {
  width: 25%;
  min-width: 320px;
}

.model .single-section .page-description {
  margin-right: auto;
  width: 100%;
}

.model .page-tour,
.model .page-description {
  height: auto;
  position: relative;
}

.model .page-specifications {
  width: 38%;
}

div.left {
  float: left;
  width: 49%;
}

div.right {
  float: right;
  width: 49%;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

p.no-line-spacing {
  margin-bottom: 0;
}

.color-black {
  color: black;
}

.color-olive {
  color: #90993d;
}

.clear {
  clear: both;
}

h2.fontsize-150x,
.content-wrapper > h2.fontsize-150x {
  font-size: 1.5em;
  margin-bottom: 20px;
}

hr.spacer-celadon {
  border-top: 25px solid #f3f3eb;
}

hr.spacer-olive {
  border-top: 25px solid #90993d;
}

hr.spacer-95,
section .wrap > .flex-wrapper > hr.spacer-95 {
  margin-left: 0;
  width: 95%;
}

input,
select,
textarea,
button {
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

.wrapper {
  min-height: 1px;
  height: auto !important;
  height: 100%;
}

header {
  width: 100%;
  height: 40px;
  background: #695b4b;
}

header #logo {
  height: 26px;
  float: left;
  margin: 7px 0 0 0 ;
}

header span.tagline {
  float: left;
}

header .meta {
  float: right;
}

header .meta li {
  float: left;
}

header span.tagline {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
  margin: 7px 0 0 20px;
}

ul.horizon-list,
ul.vertical-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.horizon-list {
  height: auto;
}

ul.vertical-list > li {
  display: block;
}

ul.horizon-list > li {
  display: inline-block;
}

li.social a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 20px;
  width: 20px;
  padding: 10px !important;
}

a.facebook {
  background: #3b5998;
}

a.facebook:hover {
  background: #2e487f;
}

a.twitter {
  background: #55acee;
}

a.twitter:hover {
  background: #4899d7;
}

a.yelp {
    background: #3bc9db;
}
a.yelp:hover {
    background: #15aabf;
}

a.google {
    background: #DE0035;
}
a.google:hover {
    background: #B8002C;
}



.meta li a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  padding: 6px 15px;
  display: block;
}

.meta li a:hover {
  text-decoration: underline;
}

a.call_us {
  pointer-events: none;
  cursor: default;
}

nav {
  width: 100%;
  height: 50px;
  background: #90993d;
}

nav ul.mobile_nav {
  display: none;
}

nav ul.main_nav {
  width: 959px;
  margin: 0 auto;
  height: 50px;
  border-left: 1px solid #868d38;
}

nav ul.main_nav li {
  float: left;
  border-right: 1px solid #868d38;
  height: 50px;
  position: relative;
}

nav ul.main_nav li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  height: 30px;
  font-size: 12px;
  padding: 10px 9px;
  display: block;
}

nav ul.main_nav li a:hover {
  background: #79812F;
}

nav ul.main_nav li ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 10;
  background: #9FA84E;
}

nav ul.main_nav li ul.sub-menu li {
  height: auto;
  float: none;
}

nav ul.main_nav li ul.sub-menu li a {
  height: auto;
  padding: 7px;
  line-height: 22px;
  border-bottom: 1px solid #868D38;
}

nav.side-nav {
  background: none;
  float: right;
  height: 100%;
  padding-bottom: 20px;
  width: 275px;
  padding-left: 80px;
}

.wrap-menu {
  float: left;
  width: calc(100% - 375px);
}

.wrap-menu * {
  box-sizing: border-box;
}

nav.side-nav ul {
  display: inline-block;
  list-style: none;
}

nav.side-nav ul li {
  border: 1px solid #90993d;
  margin: 0;
}

nav.side-nav ul li ul.sub-menu {
  line-height: 0;
  margin: 0;
  width: 100%;
}

nav.side-nav ul li ul.sub-menu li {
  line-height: initial;
}

nav.side-nav ul li + li {
  border-top: 0;
}

nav.side-nav ul li li {
  border-left: 0;
  border-right: 0;
}

nav.side-nav ul li a {
  color: #695b4b;
  display: inline-block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

nav.side-nav ul li:hover > a,
nav.side-nav ul li:active > a {
  background: #90993d;
  color: #fff;
}

nav.side-nav ul > li a {
  padding: 14px;
  padding-left: 60px;
}

nav.side-nav ul li ul.sub-menu li:last-of-type {
  border-bottom: 0;
}

nav.side-nav ul li ul.sub-menu li a {
  padding-left: 80px;
}

nav.side-nav .nav-title {
  background: #695b4b;
  color: #fff;
  padding: 5px;
  padding-left: 60px;
}

.nav.nav-tabs {
  border-bottom: 0;
  margin: 15px 0;
  margin-top: 25px;
}

.nav.nav-tabs li {
  margin: 5px 8px 5px 0;
}

.nav.nav-tabs a:link,
.nav.nav-tabs a:visited {
  color: #5e5141;
  text-decoration: none;
}

.nav.nav-tabs a:hover,
.nav.nav-tabs a:active,
.nav.nav-tabs a.active:link,
.nav.nav-tabs a.active:visited {
  color: #90993d;
  border-bottom: 2px solid #90993d;
}

.tab-content {
  font-size: 0.88em;
  margin: 10px 0;
}

.tab-content p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.tab-content .spec-name {
  flex-shrink: 0;
  margin-left: 0;
}

.tab-content .spec-value {
  color: #90993d;
  flex-shrink: 1;
}

#mobile_close {
  display: none;
}

.hero {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #e1e1e1;
  border-bottom: 5px solid #222222;
  position: relative;
}

.hero.frontpage {
  height: 550px;
}

.model .hero,
.brochure .hero {
  border-bottom: 0;
  height: 200px;
}

.hero #ma_logo {
  height: 86px;
  width: 368px;
}

.logo_wrap {
  width: 100%;
  height: 200px;
  padding: 30px 0 0 0;
  background: url(../images/logo_bg.png) top no-repeat;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.logo_wrap h2,
.overlay-address h2 {
  text-indent: -99999px;
}

.custom-slider.owl-carousel .overlay-address h2 {
  font-size: 1.5em;
  text-indent: initial;
}

.hero .intro_wrap {
  z-index: 3;
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  top: 150px;
}

.hero.frontpage .intro_wrap {
  z-index: 3;
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  top: 170px;
}

.has_carousel .hero .intro_wrap {
  text-align: initial;
}

.hero .intro_wrap.overlay-address {
  left: 0;
  margin-left: 0;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255,255,255, 0.6);
  height: 120px;
  position: relative;
  top: 40px;
}

.hero .intro_wrap.overlay-address .overlay-content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hero .intro_wrap.overlay-address .overlay-content > * {
  display: inline-block;
}

.hero .intro_wrap.overlay-address .overlay-content > .desktop_hide {
  display: none;
}

.hero .intro_wrap.overlay-address .overlay-content .btn-wrapper {
  padding-right: 30px;
  position: absolute;
  right: 0;
}

.hero .intro_wrap h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.hero .intro_wrap.overlay-address > * {
  position: relative;
  top: 50%;
}

.hero .intro_wrap.overlay-address h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
  text-shadow: none;
}

.hero .intro_wrap p {
  /* font-size: 24px; */
  /* line-height: 42px; */
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.intro_wrap a {
    text-decoration: none;
}

.intro_wrap a.btn {
  font-family: 'Roboto Slab', serif;
}

.intro_wrap blockquote {
  background: none;
  color: #fff;
  font-size: 1.3em;
  margin: 0;
}

.intro_wrap blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0 10px 0 0;
  font-size: 1.2em;
}

.intro_wrap blockquote:after {
  content: "\f10e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0 0 0 10px;
  font-size: 1.2em;
}

.intro_wrap ol.dots li {
  background: rgba(255,255,255,.1);
  border: none;
}

.intro_wrap ol.dots li.active {
  background: rgba(0,0,0,.1);
}

.image_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.image_wrap img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.model .image_wrap img,
.brochure .image_wrap img {
  height: auto;
  width: 100%;
}

.image-wrapper {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.image-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-wrapper > * {
  margin: 0 auto;
  width: 100%;
}

.flex-wrapper *:not(iframe) {
  height: 100%; /* for IE */
  min-height: 1px;
}

.flex-desktop-first {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.flex-desktop-second {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.flex-desktop-second {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.flex-desktop-third {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

section {
  margin: 40px 0;
}

.model section,
.brochure section {
  margin: 0;
}

#breadcrumbs {
  font-size: 12px;
  color: #666;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
  color: #666;
  text-decoration: none;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
  text-decoration: underline;
}

section p,
.content-wrapper > p:not(hr):not(.wp-block-kadence-spacer) {
  margin: auto;
  margin-bottom: 20px;
  line-height: 26px;
}

section ul, ol {
  margin: 0 0 20px 0;
  overflow: hidden;
}

section ul {
  list-style: disc;
}

section ol {
  list-style: decimal;
}

section li {
  margin: 5px 0 5px 30px;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  font-family: 'Roboto Slab', serif;
  margin: 15px 0;
  color: #b43b2b;
}

section h1 a,
section h2 a,
section h3 a,
section h4 a,
section h5 a,
section h6 a {
  text-decoration: none !important
}

section h1 {
  font-size: 38px;
  line-height: 48px;
}

.content-wrapper section h1 {
  font-weight: bold;
  margin-bottom: 25px;
}

section h2 {
  font-size: 34px;
  line-height: 44px;
}

.model section h2,
.brochure section h2 {
  color: #5e5141;
  font-size: 1.25em;
  font-weight: bold;
}

.brochure section h2 {
  color: #90993d;
}

section h3 {
  font-size: 30px;
  line-height: 40px;
}

section h4 {
  font-size: 26px;
  line-height: 36px;
}

section h5 {
  font-size: 22px;
  line-height: 32px;
}

section h6 {
  font-size: 18px;
  line-height: 28px;
}

section a:link,
section a:visited{
  color: #b43b2b;
  text-decoration: underline;
}

section a:hover,
section a:active {
  color: #9b3224;
}

section a.wp-block-button__link {
  color: inherit;
  text-decoration: none;
}

section strong {
  font-weight: bold;
}

.widgets {
  margin: 50px 0;
}

.widgets .su-column {
  border: 1px solid #cbcbcb;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.widgets .su-column h1,
.widgets .su-column h2,
.widgets .su-column h3,
.widgets .su-column h4,
.widgets .su-column h5,
.widgets .su-column h6 {
  font-size: 26px;
  line-height: 34px;
  display: block;
  height: 70px;
}

section a.article {
  text-decoration: none;
}

section article {
  border: 1px solid #cbcbcb;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  min-height: 200px;
  width: 190px;
  margin: 10px;
}

section article:hover {
  border: 1px solid #b43b2b;
}

section article .thumbnail {
  width: 190px;
  height: 140px;
  overflow: hidden;
  display: block;
  vertical-align: middle;
  text-align: center;
  background: #f8f8f8;
  border-bottom: 1px solid #f1f1f1;
}

article.testimonials {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

article.testimonials:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
}

article.testimonials .thumbnail {
    float: left;
    margin: 0 15px 15px 0;
}

section article h3 {
  font-size: 16px;
  line-height: 20px;
}

span.no_thumb {
  display: block;
  color: #999;
  margin: 50px auto;
}

span.no_thumb1 {
  display: block;
  color: #999;
  margin: 25px auto;
}

section input,
section select {
  display: inline-block;
  padding: 10px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
  margin: 0 0 15px 0;
  outline: none;
}

section button {
  display: block;
  padding: 10px;
  border: none;
  background: #b43b2b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
  margin: 0 0 15px 0;
  outline: none;
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  cursor: pointer;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

section button:hover {
  background: #8F2A1D;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

section .wp-block-button__link {
  padding: 12px 36px;
}

section a.btn {
  display: inline-block;
  padding: 10px;
  border: none;
  background: #b43b2b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  outline: none;
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  cursor: pointer;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  text-decoration: none;
}

section a.btn:hover {
  background: #8F2A1D;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}


section a.btn.print-img {
  background: #fff;
  color: #695b4b;
  padding: 0;
}

section a.btn.print-img:hover {
  color: #79812F;
}

section a.btn.print-img i.fa {
  font-size: 20px;
}

label.error {
  background: #CC3E3E;
  padding: 5px 10px;
  color: #fff;
  margin: -15px 0 10px 0;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}

.required.error {
  border: 1px solid #CC3E3E;
}

.success {
  width: 600px;
  text-align: center;
  margin: 25px auto;
  padding: 15px;
  background: #9EC76D;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div.error {
  width: 600px;
  text-align: center;
  margin: 25px auto;
  padding: 15px;
  background: #CC3E3E;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.model img.aligncenter,
.brochure img.aligncenter {
  float: left !important;
  margin: 10px !important;
}

table td {
  padding: 10px;
}

.sub_categories {
  list-style: none;
}

.sub_categories li {
  float: left;
  margin: 5px;
}

.sub_categories li a {
  display: block;
  padding: 10px;
  background: #b43b2b;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.sub_categories li a:hover {
  background: #9b3224;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.push {
  height: 50px;
  clear: both;
}

.model .push,
.brochure .push {
  height: 0;
}

footer {
  padding: 10px 0;
  width: 100%;
  background: #222222;
  color: #fff;
  text-align: center;
  clear: both;
}

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

.detail {
    padding: 0;
    font-size: 1.25em;
    line-height: 1.5em;
}

.single-section .detail_wrapper {
  display: inline-block;
  width: 30%;
}

.detail + .detail {
    border-top: 3px solid #90993d;
}

.detail .detail-name {
    min-width: 200px;
    display: inline-block;
    margin-right: auto;
}

.detail span.text-right {
    color: #90993d;
    float: right;
}

.single-section .detail_describe_wrapper {
  float: right;
  width: 65%;
}

.detail_describe {
  padding: 25px 0;
  text-align: justify;
}

.single-section .detail_describe {
  padding-top: 0;
}

.thumbnail {
    width: 298px;
    height: 238px;
    border: 1px solid #e1e1e1;
    background: #f3f3f3;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.thumbnail img {
    max-width: 90%;
    height: auto;
}

.testimonials_slider_wrap {
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  padding: 10px;
}

.testimonials_slider {
  position: relative;
  overflow: auto;
  min-height: 150px;
}

.testimonials_slider li {
  list-style: none;
}

.testimonials_slider ul li {
  float: left;
}

.testimonials_slider li {
    float: left;
    margin: 0;
}

ol.dots {
/*     background: red; */
    display: block;
    overflow: visible;
    height: 20px;
    position: absolute;
    bottom: 0px;
    margin: 0;
    width: 100%;
    text-align: center;
}

ol.dots li {
  display: inline-block;
  border: 1px double #bebebe;
  background: #fff;
  height: 10px;
  width: 10px;
  margin: 2px;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: none;
}

ol.dots li.active {
  background: #666;
}

.monthly_special {
  margin: 0 0 -80px 0;
  position: relative;
  top: -100px;
  z-index: 100;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90993d+0,9ba350+52,9ba350+52,90993d+53,90993d+100,90993d+100 */
  background: rgb(144,153,61); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(144,153,61,1) 0%, rgba(155,163,80,1) 52%, rgba(155,163,80,1) 52%, rgba(144,153,61,1) 53%, rgba(144,153,61,1) 100%, rgba(144,153,61,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(144,153,61,1)), color-stop(52%,rgba(155,163,80,1)), color-stop(52%,rgba(155,163,80,1)), color-stop(53%,rgba(144,153,61,1)), color-stop(100%,rgba(144,153,61,1)), color-stop(100%,rgba(144,153,61,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(144,153,61,1) 0%,rgba(155,163,80,1) 52%,rgba(155,163,80,1) 52%,rgba(144,153,61,1) 53%,rgba(144,153,61,1) 100%,rgba(144,153,61,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(144,153,61,1) 0%,rgba(155,163,80,1) 52%,rgba(155,163,80,1) 52%,rgba(144,153,61,1) 53%,rgba(144,153,61,1) 100%,rgba(144,153,61,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(144,153,61,1) 0%,rgba(155,163,80,1) 52%,rgba(155,163,80,1) 52%,rgba(144,153,61,1) 53%,rgba(144,153,61,1) 100%,rgba(144,153,61,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(144,153,61,1) 0%,rgba(155,163,80,1) 52%,rgba(155,163,80,1) 52%,rgba(144,153,61,1) 53%,rgba(144,153,61,1) 100%,rgba(144,153,61,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90993d', endColorstr='#90993d',GradientType=0 ); /* IE6-9 */
}

.monthly_special h1 {
  margin: 0 0 10px 0;
  font-size: 28px;
  color: #fff
}

/*.monthly_special a:link,
.monthly_special a:visited {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  text-decoration: none;
  background: #7b832e;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.monthly_special a:hover,
.monthly_special a:active {
  background: #697024;
}*/

.wp-caption {
  color: #666;
}

ul.resource_widgets {
    list-style: none;
}

ul.resource_widgets li {
    margin: 1%;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    padding: 1%;
    border: 1px solid #d1d1d1;
}

ul.resource_widgets h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 32px;
}

ul.resource_widgets textarea {
  width: 98%;
  padding: 1%;
  min-height: 200px;
}

.resource_fav_list {
    border-bottom: 1px solid #d1d1d1;
    padding: 0 0 10px 0;
    margin: 0 10px 0;
    clear: both;
}

.resource_fav_list img {
    float: left;
    width: 60px;
    height: auto;
    display: block;
    margin: 0 0 10px 0;
}

.resource_fav_list .no_thumb {
    float: left;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: block;
    margin: 0 0 10px 0;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    background: #f1f1f1;
}

.resource_fav_list p {
    margin: 0 0 0 70px;

}
.resource_fav_list a {
    margin: 0 0 0 10px;
}

table.search_results {
    width: 100%;
    text-align: center;
}

table.search_results img {
    width: 100px;
    height: auto;
}

table.search_results thead {
    background: #90993D;
    color: #fff;
}

table.search_results thead th {
    padding: 5px;
}

table.search_results tr:nth-child(even) {
    background: #f7f7f7;
}

table.search_results td {
    vertical-align: middle;
}

table.search_results span.no_thumb {
    width: 100px;
    height: 30px;
    padding: 20px 0;
    margin: 0 auto;
    background: #e1e1e1;
    font-size: 12px;
    line-height: 14px;
}

table.search_results tr td:first-of-type a {
    text-decoration: none;
}

table.search_results th.headerSortUp,
table.search_results th.headerSortDown {
    background: #777F31;
}

.search_models p,
.search_models input,
.search_models button,
.search_models select {
    display: inline-block;
    width: 12%;
    margin: 0 1%;
}

.search_models {
    text-align: center;
    margin: 0 0 30px;
}

span.future {
    font-weight: 500;
    color: #fff;
    background: #90993D;
    padding: 3px 10px;
    font-size: 13px;
    margin: 0 0 5px 0;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /* height: auto; */
}

nav.navigation.pagination h2 {
    display: none;
}

nav.navigation.pagination {
    background: none;

}

ul.cities-served {
    list-style: none;
    margin: 10px 0;
}

ul.cities-served li {
    margin: 0 15px 0 0;
    display: inline-block;
}

blockquote {
    background: #ECECEC;
    color: #333;
    margin: 0 0 25px 0;
    padding: 20px;
    border-left: 5px solid #90993d;
}

blockquote p {
    margin: 0 0 0 40px;
    font-size: 24px;
    line-height: 32px;
}

blockquote p:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #79812f;
    font-size: 36px;
    float: left;
    margin: 0 10px 10px -40px;
}

.img-box > a {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.img-box img {
  height: auto;
  width: 100%;
}

.model .page-description .btn-wrapper a.btn {
  margin-left: 0;
}

.page-specifications > h2 {
  line-height: 44px;
  position: relative;
}

.page-specifications > h2 .print-img {
  position: absolute;
  right: 0;
  top: 0;
}

.page-description {
  line-height: 24px;
  margin: 20px 0;
}

.page-description ul.description-heading {
  margin: 15px 0;
  line-height: 44px;
}

.page-description ul.description-heading li {
  color: #90993d;
  font-family: 'Roboto Slab', serif;
  font-size: 1.25em;
  font-weight: bold;
  margin: 5px 30px 5px 0;
}

.page-features .flex-wrapper > * {
  padding: 0 20px;
}

.brochure .page-photos,
.page-features {
  padding: 20px 0;
}

.page-tour > * {
  height: auto;
  width: 100%;
}

.page-tour .tour-content {
  height: 100%;
  width: 100%;
}

.page-tour iframe {
  width: 100%;
}

/* CUSTOM OWLCAROUSEL SLIDER START */
.custom-slider.owl-carousel {
  background-color: #f3f3eb;
  overflow: hidden;
}

.custom-slider.owl-carousel .owl-item .item {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.custom-slider.owl-carousel .owl-item a {
  display: inline-block;
  overflow: hidden;
}

.custom-slider.owl-carousel .owl-item .item img {
  height: auto;
}

.custom-slider.owl-carousel .owl-nav div,
.custom-slider.owl-carousel .owl-nav button {
  border-radius: 50%;
  width: 40px !important;
  position: absolute;
  top: 50%;
  padding: 2px 0px !important;
  display: inline-block;
  margin-top: -20px !important;
  line-height: 30px !important;
  height: 40px !important;
  opacity: 1;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}

.custom-slider.owl-carousel .owl-nav .owl-prev {
  background: url('../images/icon-prev.png') no-repeat center center !important;
  left: 10px;
}

.custom-slider.owl-carousel .owl-nav .owl-next {
  background: url('../images/icon-next.png') no-repeat center center !important;
  right: 10px;
}

.custom-slider.owl-carousel .owl-dots {
  margin-top: -60px;
  position: relative;
}

.custom-slider.owl-carousel .owl-dots .owl-dot {
  width: auto;
}

.custom-slider.owl-carousel .owl-dots .owl-dot span {
  background: none;
  border: 2px solid #FFF;
}

.custom-slider.owl-carousel .owl-dots .owl-dot.active span,
.custom-slider.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #FFF;
}

.page-photos {
  position: relative;
}

.page-photos .custom-slider.owl-carousel {
  width: 100%;
}

.page-photos .custom-slider.owl-carousel .item {
  height: 300px;
  width: 100%;
}

.page-photos .custom-slider.owl-carousel .item .image-wrapper {
  width: 100%;
}

.page-photos .custom-slider.owl-carousel + .btn-wrapper {
  position: absolute;
  top: 60%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -40%);
  height: auto;
  z-index: 20;
}

.has_carousel .custom-slider.owl-carousel,
.has_carousel .custom-slider.owl-carousel .owl-stage {
  height: 400px;
  width: 100%;
}

.has_carousel .custom-slider.owl-carousel {
  color: initial;
  overflow: hidden;
}

.has_carousel .custom-slider.owl-carousel .slide {
  height: 400px;
  width: 100%;
}


.has_carousel .custom-slider.owl-carousel .intro_wrap.overlay-address {
  height: 180px;
  top: 150px;
}

.has_carousel .custom-slider.owl-carousel .owl-item .item.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.has_carousel .hero-vertical-stack .custom-slider.owl-carousel .owl-item .item.flex-wrapper {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.has_carousel .custom-slider.owl-carousel .intro_wrap .item  > * {
  margin: 20px;
  width: auto;
}

.has_carousel .hero-vertical-stack .custom-slider.owl-carousel .intro_wrap .item > * {
  margin: 5px;
}

.has_carousel .custom-slider.owl-carousel .intro_wrap .item p {
  color: inherit;
  text-shadow: none;
}


.has_carousel .custom-slider.owl-carousel .intro_wrap .item img {
  width: auto;
  max-width: 250px;
  max-height: 200px;
}

.has_carousel .custom-slider.owl-carousel .image-wrapper {
  height: 400px;
  width: 100%;
  position: absolute;
  top: 0;
}

.has_carousel .custom-slider.owl-carousel .image-wrapper img {
  height: auto;
}

.has_carousel .custom-slider.owl-carousel .wp-block-button a.wp-block-button__link {
  background: #90993d;
  border-radius: 0;
  padding: .35rem 1rem;
  margin-right: 6px;
  white-space: nowrap;
}

.has_carousel .custom-slider.owl-carousel a.wp-block-button__link:hover,
.has_carousel .custom-slider.owl-carousela.wp-block-button__link:active {
  background: #79812F;
}

.has_carousel .custom-slider.owl-carousel .owl-dots {
  margin-top: -50px;
}

/* CUSTOM OWLCAROUSEL SLIDER ENDS */

/* CUSTOM MOSAIC STARTS */
.custom-mosaic {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 0;
  height: 400px;
}

.custom-mosaic .tile a {
  width: 100%;
  height: 100%;
}
.custom-mosaic .tile:nth-child(1) {
  -ms-grid-column-span: 5;
  grid-column: span 5;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  height: 400px;
}

.custom-mosaic .tile:nth-child(2),
.custom-mosaic .tile:nth-child(3),
.custom-mosaic .tile:nth-child(4),
.custom-mosaic .tile:nth-child(5) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  height: 200px;
}

.custom-mosaic .tile:nth-child(2) {
  -ms-grid-column: 6;
}

.custom-mosaic .tile:nth-child(3) {
  -ms-grid-column: 6;
}

.custom-mosaic .tile:nth-child(4) {
  -ms-grid-column: 6;
  -ms-grid-row: 2;
}

.custom-mosaic .tile:nth-child(5) {
  -ms-grid-column: 8;
  -ms-grid-row: 2;
}

/* CUSTOM MOSAIC ENDS */

/* ICONS START */
.icon-wrapper {
  list-style: none;
}

.model hr + .icon-wrapper {
  height: 28px;
  margin-top: -30px;
  text-align: right;
  width: 80%;
}

.model hr + .icon-wrapper a:link,
.model hr + .icon-wrapper a:visited {
  color: #fff;
  text-decoration: none;
}

.icon-wrapper li {
  list-style-type: none;
  padding: 0 6px;
  margin: 5px 0;
}

.icon-wrapper li[class|="icon"] {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  display: inline-block;
  height: 22px;
  width: auto;
  padding-left: 25px
}

.icon-wrapper li.icon-locator {
  background-image: url("../images/locator.png");
}

.icon-wrapper li.icon-pushpin {
  background-image: url("../images/pushpin.png");
}

.icon-wrapper li.icon-mail {
  background-image: url("../images/mail.png");
}

.icon-wrapper li .icon-bed {
  background-image: url("../images/search-icons/bed.png");
}

.icon-wrapper li .icon-bath {
  background-image: url("../images/search-icons/bath.png");
}

.icon-wrapper li .icon-sqft {
  background-image: url("../images/search-icons/sqft.png");
}

.icon-wrapper li .icon-dimension {
  background-image: url("../images/search-icons/dimension.png");
}

.icon-wrapper li .icon-floorplan {
  background-image: url("../images/search-icons/icon-floorplan.png");
}

.icon-wrapper li .icon-tour {
  background-image: url("../images/search-icons/icon-tour.png");
}

.model hr + .icon-wrapper li span {
  margin-left: 4px;
  margin-right: 8px;
}
/* ICON END */

/* BOX WRAPPER START */
.box-wrapper {
  margin: auto
  width: 90%;
  max-width: 960px;
}

.box {
  border: 1px solid #90993d;
  margin: 20px 1%;
  width: 32%;
}

.box .box-heading {
  background-color: #90993d;
  border-top: 10px solid #f4c84e;
  color: #fff;
  padding: 10px;
}

.box .box-heading h2,
.box .box-heading h3 {
  color: #fff;
  font-weight: bold;
  margin: 5px 0;
}

.box .box-heading h2 {
  font-size: 1em;
  line-height: 1.25em;
  position: relative;
}

.box .box-heading h2 a {
  display: inline-block;
}

.box .box-heading h2 a:link,
.box .box-heading h2 a:visited {
  color: #fff;
}

.box .box-heading h2 a:hover,
.box .box-heading h2 a:active {
  text-decoration: underline;
}

.box .image-wrapper {
  background-color: #EEE;
  height: 300px;
  width: 100%;
}

.box .image-wrapper span.no_thumb {
  color: #666;
  text-align: center;
  margin: 140px auto;
}

.box .image-wrapper a {
  display: inline-block;
  height: 300px
}

.box .box-content {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  height: 230px;
  padding: 20px 10px;
}

.box .box-content.flex-wrapper > * {
  height: auto;
}

.box .box-content .details-list {
  margin: 10px auto 10px 0;
  width: 60%;
}

.box .box-content .details-list li {
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0;
}

.box .box-content .details-list li div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  display: inline-block;
  height: 20px;
  width: 40px;
  vertical-align: middle;
}

.box .box-content .media-list {
  margin-bottom: 10px;
  margin-left: auto;
  width: 40%;
}

.box .box-content .media-list li {
  text-align: center;
}

.box .box-content .media-list li div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40px;
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
}

.box .box-content .media-list a:link,
.box .box-content .media-list a:visited {
  color: #90993d;
  text-decoration: none;
}

.box .box-content .media-list a:hover,
.box .box-content .media-list a:active {
  color: #79812F;
  text-decoration: none;
}
.box .box-content .box-description {
  width: 100%;
}

.box .box-content .btn-wrapper {
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.box .box-content .btn-wrapper .btn.btn-rect {
  font-size: 14px;
  padding: .3rem .6rem;
}
/* BOX WRAPPER END */

/* SEARCH PAGE FORM START */
.has_carousel .search_models_container {
  background-color: #90993d;
  width: 100%;
}
.has_carousel .search_models {
  font-family: 'Roboto Slab', serif;
  margin: 0 auto;
  padding: 20px 0;
  color: #FFF;
  text-align: center;
  width: auto;
  max-width: 960px;
}

.has_carousel .search_models form {
  display: inline-block;
  margin-left: 20px;
}

.has_carousel .search_models input,
.has_carousel .search_models .selectcontainer,
.has_carousel .search_models select,
.has_carousel .search_models button {
  border: 0;
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  height: 32px;
  margin: 0;
  position: relative;
  width: 108px;
}

.has_carousel .search_models input,
.has_carousel .search_models .selectcontainer,
.has_carousel .search_models button {
  margin-left: -4px;
}

.has_carousel .search_models input,
.has_carousel .search_models select {
  padding-left: 8px;
}

.has_carousel .search_models input {
  border-right: 1px solid #CCC;
  height: 30px;
}

.has_carousel .search_models input::placeholder {
  color: #90993d;
  font-family: 'Roboto Slab', serif;
}

.has_carousel .search_models .selectcontainer {
  width: 190px;
}

.has_carousel .search_models .selectcontainer:after {
  content: '>';
  color: #90993d;
  font-size: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  top: 2px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

.has_carousel .search_models .selectcontainer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  display: block;
  color: #90993d;
  background-color: #ffffff;
  background-image: none;
  width: 100%;
}

/* IE11 hide native button (thanks Matt!) */
.has_carousel .search_models .selectcontainer select::-ms-expand {
  display: none;
}

.has_carousel .search_models button {
  background-color: #695b4b;
  border-radius: 0;
  color: #FFF;
  width: auto;
}

.has_carousel .title-results {
  font-family: 'Roboto Slab', serif;
  font-size: 1em;
  font-weight: bold;
}

.has_carousel .paginate {
  text-align: center;
}

/* SEARCH PAGE FORM END */

/* BOOTSTRAP START */
/* bootstrap box-sizing overrider */
.model *, .model ::after, .model ::before,
.brochure *, .brochure ::after, .brochure ::before,
.has_carousel *, .has_carousel ::after, .has_carousel ::before {
  box-sizing: initial;
}

a.btn.btn-rect {
  border-radius: 0;
  padding: .35rem 1rem;
  margin-right: 6px;
}

a.btn.btn-brown {
  background: #695b4b;
  color: #fff;
}

a.btn.btn-brown:hover,
a.btn.btn-brown:active {
  background: #54483c;
}

a.btn.btn-olive {
  background: #90993d;
  color: #fff;
}

a.btn.btn-olive:hover,
a.btn.btn-olive:active {
  background: #79812F;
}

a.btn.btn-light {
  font-weight: 300;
}

.border-olive {
  border: 1px solid #90993d !important;
}

.card {
  border-radius: 0;
}

.card .image-wrapper {
  height: 250px;
}

.card .image-wrapper img {
  height: auto;
  width: 100%;
}

.card .card-title {
  height: auto;
  margin: 0;
}

.card .card-title-overlay {
  background-color: #695b4b;
  color: #fff;
  font-size: 1em;
  position: absolute;
  width: 100%;
}
/* BOOTSTRAP END */

/* DOUBLE ROW SLIDER START */
.double-row-slider {
  width: auto;
  padding-right: 20px;
}
.double-row-slider .blocks-gallery-item figure {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    align-items: center !important;
    height: 250px !important;
    position: relative;
}
.double-row-slider  .blocks-gallery-item figure img {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.double-row-slider.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  margin: 0;
  width: auto;
}
.double-row-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #695b4b;
  opacity: 1;
}
.double-row-slider .owl-nav [class*="owl-"] span,
.double-row-slider.owl-theme .owl-dots .owl-dot span {
  color: #b43b2b;
  background: transparent;
  text-decoration: underline;
  height: auto;
  width: auto;
}
.double-row-slider.owl-theme .owl-dots .owl-dot.active span {
  color: black;
  text-decoration: none;
}
.double-row-slider .owl-nav [class*="owl-"] span:hover,
.double-row-slider.owl-theme .owl-dots .owl-dot span:hover,
.double-row-slider.owl-theme .owl-dots .owl-dot.active span:hover {
  color: #695b4b;
}
.owl-theme .owl-nav .disabled {
  display: none;
}
/* DOUBLE ROW SLIDER END */

/* PLUGIN: Display Post Types START */
.display-post-types .sub-entry h3.dpt-title a.dpt-title-link,
.display-post-types .wide-wrap .sub-entry h3.dpt-title a.dpt-title-link {
  color: #b43b2b;
  font-size: 34px;
  font-weight: 300;
  line-height: 44px;
}
.display-post-types .no-thumbnail .dpt-featured-content {
  background-image: url('../images/no_image_thumb.png');
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
}
.display-post-types .no-thumbnail .dpt-featured-content::after,
.display-post-types .dpt-cropped .dpt-featured-content::after {
  background-color: transparent;
}
.display-post-types .dpt-list1.mob-wrap .dpt-featured-content,
.display-post-types .dpt-list1.tab-wrap .dpt-featured-content,
.display-post-types .dpt-list1.wide-wrap .dpt-featured-content {
  flex-basis: 20%;
}
.display-post-types .dpt-list1.mob-wrap .sub-entry,
.display-post-types .dpt-list1.tab-wrap .sub-entry,
.display-post-types .dpt-list1.wide-wrap .sub-entry {
  justify-content: flex-start;
}
.display-post-types .dpt-excerpt p {
  display: inline;
}
.display-post-types .screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}
/* PLUGIN: Display Post Types END */

/* PLUGIN: Kadence Block START */
.wp-block-kadence-spacer.margin-20 {
  position: relative;
}
.wp-block-kadence-spacer.margin-20 .kt-block-spacer {
  margin-bottom: 20px;
  margin-top: 20px;
}
.wp-block-media-text .wp-block-media-text__media {
  align-self: flex-start;
}
.kadence-info-box-image-inner-intrisic img {
  height: auto;
}
.wp-block-kadence-rowlayout.no-line-spacing p {
  line-height: 1.5em;
  margin-bottom: 0;
}
.wp-block-kadence-rowlayout.no-line-spacing .wp-block-button {
  margin-top: 1.5em;
}
.category-feature-boxes .kt-row-layout-inner > .kt-row-column-wrap {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}
.category-feature-boxes a.btn {
  font-size: 1em;
}
.resources-boxes .kt-row-layout-inner > .kt-row-column-wrap {
  padding-top: 12px;
  padding-bottom: 12px;
}
.resources-boxes .kt-row-column-wrap > .wp-block-kadence-column {
  margin-right: 80px;
}
.resources-boxes .kt-row-column-wrap:not(.kt-gutter-none) > .wp-block-kadence-column:last-child {
  margin-right: 0px;
}
.resources-boxes .kt-blocks-info-box-media-align-top .kt-blocks-info-box-media-container {
  line-height: 0;
}
.resources-boxes .kadence-info-box-image-intrisic {
  padding-bottom: 250px !important;
}
.resources-boxes .kadence-info-box-image-inner-intrisic {
  background: lightgrey;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.resources-boxes .kadence-info-box-image-inner-intrisic img {
    height: 100%;
    width: auto;
    max-width: none !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.resources-boxes .kt-infobox-textcontent {
  height: 75px;
  position: relative;
}
.resources-boxes h2.kt-blocks-info-box-title {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.resources-boxes .wp-block-kadence-infobox > .kt-blocks-info-box-link-wrap {
  padding: 0px 0px 0px 0px;
}
.kt-blocks-info-box-title {
  display: inline-block;
}
.kt-blocks-info-box-link-wrap.kt-blocks-info-box-media-align-left .kt-blocks-info-box-media {
  display: block !important;
}

/* PLUGIN: Kadence Block END */

.desktop_hide {
  display: none;
}

.visually-hidden {
  /* Accessibility CSS: For elements that are only readable for screen-reader */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}
/* DESKTOP.CSS ENDS */
