/*Theme Name: devdmbootstrap3-child
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Danny Machal
Author URI: http://devdm.com/
Description: devdmbootstrap3 v1.80 child theme upgraded to Bootstrap 5.3.8 (P3 migration). WP Engine
Version: 2.0.66
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3
Template: devdmbootstrap3
*/

/* BS5 compatibility: utilities removed or renamed upstream */
.text-right,
.text-end {
  text-align: right !important;
}
.text-left,
.text-start {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}
.list-inline-item {
  display: inline-block;
}
/* BS5 Reboot: hr opacity 0.25 — prod BS3 had no fade */
hr {
  opacity: 1;
}
#breadcrumbs hr {
  margin: 8px 0;
}
@media (min-width: 992px) {
  #breadcrumbs hr {
    margin: 20px 0;
  }
}




/* -------------------------------------- */
/* -- Global Theme Reset -- */
/* bookly orange: f4662f*/
body, html {
  height: 100%;
  width: 100%;
  margin: 0;
/*   padding: 0 !important; */
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-bottom: 51px;
  /* BS5 Reboot parity: prod BS3 body typography */
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
body p {
  color: #494949;
  font-size: 15px;
  line-height: 26px;
  /* BS5 Reboot parity: BS3 paragraph spacing */
  margin-bottom: 10px;
}
article p {
  margin-bottom: 10px;
}

a,
a:link,
a:active{
  color: #C53B33;
}
a:hover{
  color: #C53B33;
}


h1{
  font-family: 'Montserrat', serif !important;
  font-size: 40px;
  line-height: 50px;
  padding: 0 0 15px;
  text-transform: uppercase;
  /* BS5 Reboot parity: prod BS3 h1 margins (home splash) */
  margin-top: 20px;
  margin-bottom: 10px;
}
h2{
  font-family: 'Montserrat', serif !important;
  font-size: 40px;
  line-height: 50px;
  padding: 0 0 15px;
  text-transform: uppercase;
  /* BS5 Reboot parity: prod BS3 h2 top margin */
  margin-top: 20px;
}
h3{
  font-family: 'Montserrat', serif !important;
  font-size: 40px;
  line-height: 50px;
  padding: 0 0 15px;
  text-transform: uppercase;
}

.under::after {
  background-color: #766b50;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 170px;
}
.under {
  position: relative;
}


/* -------------------------------------- */
/* -- Read more styles -- */
/*a {
  color: #0254EB
}
a:visited {
  color: #0254EB
  }*/
  a.morelink {
    text-decoration:none;
    outline: none;
  }
  .morecontent span {
    display: none;
  }
/*.comment {
  width: 400px;
  background-color: #f0f0f0;
  margin: 10px;
  }*/



  /* -------------------------------------- */
  /* -- Global Google Map Styles -- */

  /* Flexible iFrame */
  .Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .Flexible-container iframe,
  .Flexible-container object,
  .Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  /* -------------------------------------- */
  /* -- Global Breadcrumb Styles -- */

  #breadcrumbs.breadcrumbs-con{
    margin: 40px 0 20px 0;
    padding: 0;
    /* BS5 Reboot parity: inherit prod BS3 base typography on block */
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }
  #breadcrumbs .breadcrumbs-title{
    font-family: 'Montserrat', serif !important;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #c53b33;
    margin: 0;
    padding: 0;
  }
  #breadcrumbs p,
  #breadcrumbs p a{
    color: #a4a4a4;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
  }



  /* -------------------------------------- */
  /* -- Global Flexbox Styles -- */
  .equal {
    display: flex;
    flex-wrap: wrap;
  }
  .equal > div[class*='col-'] {
    display: flex;
    flex-direction: column;
  }

  @media screen and (min-width: 768px) {
    .equal2, .equal2 > div[class*='col-'] {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex:1 0 auto;
    }

  }
  /* -- Flexbox Align Vertical -- */
  .Aligner {
    display: flex;
    align-items: center;
    min-height: 24em;
    justify-content: center;
  }
  .Aligner-item {
    flex: 1;
  }
  .Aligner-item-top {
    align-self: flex-start;
  }
  .Aligner-item-bottom {
    align-self: flex-end;
  }
  .Aligner-item-fixed {
    flex: none;
    max-width: 50%;
  }

  @media screen and (min-width: 768px) {
    .Aligner {
      display: inherit;
    }
    /* BS5: #tour has fixed height — drop Aligner min-height on tour wrapper only */
    #tour.Aligner {
      align-items: inherit;
      justify-content: inherit;
      min-height: 0;
    }
    /* Gallery text column: vertically center like prod BS3 */
    #homeowners #gallery .Aligner,
    #professionals #gallery .Aligner {
      align-items: stretch;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      justify-content: center;
      max-width: none;
      min-height: 100%;
      align-self: stretch;
    }
    #homeowners #gallery .gallery-con,
    #professionals #gallery .gallery-con {
      width: 100%;
    }
  }


  /* -------------------------------------- */
  /* -- Global Top Nav Styles -- */
  #nav.navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
    min-height: 50px;
    position: relative;
    border-radius: 0;
  }

  #nav.navbar-dark {
    background-color: #c53b33;
    border-color: #c53b33;
  }
  /* active parent */
  #nav.navbar-dark .navbar-nav > .active > a,
  #nav.navbar-dark .navbar-nav > .active > a:hover,
  #nav.navbar-dark .navbar-nav > .active > a:focus {
    background-color: #c53b33;
    color: #fff;
    font-family: 'Montserrat', serif !important;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
  }
  /* non active parent */
  #nav.navbar-dark .navbar-nav > li > a {
    font-family: 'Montserrat', serif !important;
    text-transform: uppercase;
    color: #fff;
    opacity: .7;
    text-decoration: none;
  }
  #nav.navbar-dark .navbar-nav > li > a:hover,
  #nav.navbar-dark .navbar-nav > li > a:focus {
    text-decoration: none;
  }
  #nav.navbar-dark .navbar-nav > li > a:hover {
    color: #fff;
    opacity: 1;
  }

  /* -------------------------------------- */
/* --#nav Media Query Styles
green #766b50 -- */


/* space between top parent nav links */
@media only screen and (min-width : 1200px) {
  #nav .navbar-nav > li,
  #nav .navbar-nav > .nav-item {
    margin-right: 100px;
  }
  #nav .navbar-nav > li:last-child,
  #nav .navbar-nav > .nav-item:last-child {
    margin-right: 0px;
  }
  /* end @media 1200px */
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  /* hover open dropdown */
  #nav .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  #nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  /* end @media 768px */
}
/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {
  #nav .navbar-nav > li {
    margin-right: 0px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  #nav .navbar-collapse {
    border-color: #d0453d;
    background: #f7f7f7;
  }
  #nav .dropdown-menu > li > a {
    color: #ccc;
  }
  #nav .navbar-dark .navbar-collapse, .navbar-dark .navbar-form {
    border-color: #fff;
    background-color: #fff;
  }
  #nav.navbar-dark .navbar-nav > li > a {
    color: #555;
  }
  #nav.navbar-dark .navbar-nav > li > a:hover {
    color: #d0453d;
    opacity: 1;
  }
  #nav .dropdown-menu > .active > a, #nav .dropdown-menu > .active > a:hover, #nav .dropdown-menu > .active > a:focus {
    background: none !important;
    color: #d0453d !important;
    font-weight: bold;
  }
  #nav.navbar-dark .navbar-nav > .active > a, #nav.navbar-dark .navbar-nav > .active > a:hover, #nav.navbar-dark .navbar-nav > .active > a:focus {
    background: none !important;
    color: #d0453d !important;
    font-weight: bold;
  }
  #nav.navbar-dark .navbar-nav > li.current-page-parent > a {
    background-color: #f1f1f1 !important;
    color: #d0453d !important;
    font-weight: bold;
  }
  #nav.navbar-dark .navbar-nav > .show > a, #nav.navbar-dark .navbar-nav > .show > a:hover, #nav.navbar-dark .navbar-nav > .show > a:focus {
    background-color: #fff !important;
    color: #d0453d !important;
    opacity: 1;
    font-weight: bold;
  }
  #nav.navbar-dark {
    background-color: #c53b33 !important;
    border: none;
  }
  #nav .navbar-nav .show .dropdown-menu {
    background-color: #fff !important;
  }

  /* end @media 768px */
}

#nav .dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}
#nav .dropdown-menu > li > a:hover,
#nav .dropdown-menu > li > a:focus {
  background-color: #eee;
  color: #c53b33;
  text-decoration: none;
}
#nav .dropdown-menu > li > a {
  clear: both;
  color: #494949;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}
#nav .dropdown-menu > .active > a,
#nav .dropdown-menu > .active > a:hover,
#nav .dropdown-menu > .active > a:focus {
  background-color: #c53b33;
  color: #fff;
  outline: 0 none;
  text-decoration: none;
}
#nav.navbar-dark .navbar-nav > .show > a,
#nav.navbar-dark .navbar-nav > .show > a:hover,
#nav.navbar-dark .navbar-nav > .show > a:focus {
  background-color: #d0453d;
  color: #fff;
  opacity: 1;
}
#nav.navbar-dark .navbar-nav > li.current-page-parent > a {
  background-color: #d0453d;
  color: #fff;
  font-family: 'Montserrat', serif !important;
  opacity: 1;
  text-transform: uppercase;
}


/* -------------------------------------- */
/* -- Navbar Hamburger Toggle to x -- */

#nav .navbar-dark .navbar-toggler .icon-bar {
  background-color: #fff;
}
#nav .navbar-toggler {
  border: none;
  background: transparent !important;
}
#nav .navbar-toggler:hover {
  background: transparent !important;
}
#nav .navbar-toggler .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
#nav .navbar-toggler.active .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  background-color: #fff;
}
#nav .navbar-toggler.active .middle-bar {
  opacity: 0;
}
#nav .navbar-toggler.active .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
#nav .navbar-toggler .top-bar {
  transform: rotate(0);
}
#nav .navbar-toggler .middle-bar {
  opacity: 1;
}
#nav .navbar-toggler .bottom-bar {
  transform: rotate(0);
}


/* -------------------------------------- */
/* -- Global Button Styles -- */

.btn{
  font-family: 'Montserrat', serif !important;
  font-size: 14px;
  font-weight: 700;

}
.btn-secondary {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50% / 25%;
  -moz-border-radius: 50% / 25%;
  -webkit-border-radius: 50% / 25%;
  color: #d9531e;
  font-size: 16px;
  line-height: 16px;
  margin: 20px 0;
  padding: 9px 70px;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  text-transform: uppercase;
}
.btn-secondary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: inherit;
  border-radius: 25% / 50%;
  -moz-border-radius: 25% / 50%;
  -webkit-border-radius: 25% / 50%;
}
.btn-secondary:hover {
  color: #fff;
  border: 1px solid #c53b33;
  background-color: #c53b33;
}

.btn-search {
  background-color: #766b50;
  border-color: #766b50;
  color: #fff;
}
.btn-search.focus, .btn-search:focus {
  background-color: #31b0d5;
  border-color: #1b6d85;
  color: #fff;
}
.btn-search:hover {
  background-color: #c53b33;
  border-color: #c53b33;
  color: #fff;
}
.jetpack_subscription_widget input[type="submit"] {
  background-color: #766b50;
  border: medium none;
  color: #fff;
  padding: 10px 15px;
  font-family: 'Montserrat', serif !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  line-height: 1.33333;
  padding: 10px 16px;
}
.jetpack_subscription_widget input[type="submit"]:focus {
  background-color: #766b50;
  border-color: #766b50;
  color: #fff;
}
.jetpack_subscription_widget input[type="submit"]:hover {
  background-color: #c53b33;
  border-color: #c53b33;
  color: #fff;
}
.jetpack_subscription_widget h2{
 color: #c53b33;
 content: "";
 font-family: 'Montserrat', serif !important;
 font-size: 28px;
 font-weight: 400;
 line-height: 28px;
 margin-bottom: 10px;
 padding: 0;
}


/* -------------------------------------- */
/* --#splash Page Styles -- */

/* BS5: restore full-bleed split layout (BS3 had no gutter on splash grid) */
/* Parent devdmbootstrap3 body had padding-bottom:51px (footer offset); BS5 CDN drops it */
#splash {
  box-sizing: border-box;
  padding-bottom: 51px;
}
#splash .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
#splash #photo-lg > .row,
#splash div#container > .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: 0;
  margin-right: 0;
}
#splash #photo-lg > .row > [class*="col-"],
#splash div#container > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

#splash #pro .btn-default,
#splash #pro .btn-secondary,
#splash #home .btn-default,
#splash #home .btn-secondary {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50% / 25%;
  -moz-border-radius: 50% / 25%;
  -webkit-border-radius: 50% / 25%;
  color: #c53b33;
  font-size: 16px;
  line-height: 16px;
  margin: 20px 0;
  padding: 9px 70px;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  text-transform: uppercase;
}
#splash #pro .btn-default:before,
#splash #pro .btn-secondary:before,
#splash #home .btn-default:before,
#splash #home .btn-secondary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: inherit;
  border-radius: 25% / 50%;
  -moz-border-radius: 25% / 50%;
  -webkit-border-radius: 25% / 50%;
}
#splash #pro .btn-default:hover,
#splash #pro .btn-secondary:hover,
#splash #home .btn-default:hover,
#splash #home .btn-secondary:hover {
  color: #fff;
  border: 1px solid #c53b33;
  background-color: #c53b33;
}

/* BS5: restore BS3 gutterless split on homeowner/professionals landing sections */
#homeowners #tour > .container-fluid,
#homeowners #gallery > .container-fluid,
#professionals #tour > .container-fluid,
#professionals #gallery > .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
#homeowners #intro > .container,
#homeowners #tour .container,
#homeowners #gallery .container,
#professionals #intro > .container,
#professionals #tour .container,
#professionals #gallery .container {
  max-width: 970px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* BS3 container tiers: 970 @ md/lg, 1170 @ 1200px, 1280 @ 1280px (child theme) */
@media (min-width: 1200px) {
  #homeowners #intro > .container,
  #homeowners #tour .container,
  #homeowners #gallery .container,
  #professionals #intro > .container,
  #professionals #tour .container,
  #professionals #gallery .container {
    max-width: 1170px;
    width: 1170px;
  }
}

@media (min-width: 1280px) {
  #homeowners #intro > .container,
  #homeowners #tour .container,
  #homeowners #gallery .container,
  #professionals #intro > .container,
  #professionals #tour .container,
  #professionals #gallery .container {
    max-width: 1280px;
    width: 1280px;
  }
}
#homeowners #intro > .container > .row,
#homeowners #tour .container > .row,
#homeowners #gallery .container > .row,
#homeowners #gallery .row.equal,
#professionals #intro > .container > .row,
#professionals #tour .container > .row,
#professionals #gallery .container > .row,
#professionals #gallery .row.equal {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: -15px;
  margin-right: -15px;
}
#homeowners #intro > .container > .row,
#professionals #intro > .container > .row {
  align-items: flex-start;
}
#homeowners #intro > .container > .row > [class*="col-"],
#homeowners #tour .container > .row > [class*="col-"],
#homeowners #gallery .container > .row > [class*="col-"],
#professionals #intro > .container > .row > [class*="col-"],
#professionals #tour .container > .row > [class*="col-"],
#professionals #gallery .container > .row > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
#homeowners #gallery .row.equal,
#professionals #gallery .row.equal {
  align-items: stretch;
}
#homeowners #gallery .row.equal > [class*="col-"],
#professionals #gallery .row.equal > [class*="col-"] {
  flex: 0 1 50%;
  max-width: 50%;
  align-self: stretch;
}
#homeowners #gallery .gallery-img img,
#professionals #gallery .gallery-img img {
  width: 100%;
  height: 100%;
}

/* BS5 col-sm-* starts at 576px; BS3 sm was 768px — stack landing splits below md */
@media (max-width: 767.98px) {
  #homeowners #intro > .container > .row > [class*="col-"],
  #homeowners #tour .container > .row > [class*="col-"],
  #homeowners #gallery .container > .row > [class*="col-"],
  #homeowners #gallery .row.equal > [class*="col-"],
  #professionals #intro > .container > .row > [class*="col-"],
  #professionals #tour .container > .row > [class*="col-"],
  #professionals #gallery .container > .row > [class*="col-"],
  #professionals #gallery .row.equal > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* BS5: restore BS3 .page-header (utility removed in BS5) */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* BS5 Reboot: restore BS3 heading bottom margin (h1 set above) */
h2,
h3 {
  margin-bottom: 20px;
}

/* BS5 Reboot parity: prod BS3 footer + breadcrumb block typography */
#footer,
#breadcrumbs {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

@media (min-width: 992px) {
  #breadcrumbs.breadcrumbs-con {
    min-height: 84px;
  }
}

@media (min-width: 1200px) {
  body.catalog #breadcrumbs.breadcrumbs-con {
    min-height: 96px;
  }
}

/* BS5 container parity: BS3 width tiers + 15px horizontal padding site-wide */
.container {
  --bs-gutter-x: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

/* BS5: nav container matches prod BS3 centered width + 15px inner padding */
#nav .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body .container {
    max-width: 750px !important;
    width: 750px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body .container {
    max-width: 970px !important;
    width: 970px;
  }
}

@media (min-width: 1200px) and (max-width: 1279.98px) {
  body .container {
    max-width: 1170px !important;
    width: 1170px;
  }
}

@media (min-width: 1280px) {
  body .container {
    max-width: 1280px !important;
    width: 1280px;
  }
}

/* BS5 style-parity v2.0.56–57: landing sm padding, intro/events rows, md cols, blog float */
@media (max-width: 767.98px) {
  #homeowners #intro > .container,
  #homeowners #tour .container,
  #homeowners #gallery .container,
  #professionals #intro > .container,
  #professionals #tour .container,
  #professionals #gallery .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #homeowners #intro > .container > .row,
  #professionals #intro > .container > .row,
  #events .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  #homeowners #intro > .container > .row > [class*="col-"],
  #professionals #intro > .container > .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  #events #header-top .list-inline {
    margin-bottom: 0;
  }
  #events #header-top .container > .row > .col-sm-12,
  #events .container > .row > .col-sm-12,
  #events .col-sm-12 {
    margin: 20px 18px;
    padding: 0;
  }
  #events #breadcrumbs .col-sm-12 {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #homeowners #intro > .container,
  #professionals #intro > .container {
    max-width: 750px !important;
    width: 750px !important;
  }
  #intro .intro-col1 {
    padding-right: 50px !important;
  }
  #homeowners #intro > .container > .row > [class*="col-"],
  #professionals #intro > .container > .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #homeowners #intro > .container > .row > [class*="col-"]:first-child,
  #professionals #intro > .container > .row > [class*="col-"]:first-child {
    padding-right: 0;
  }
  #events #header-top {
    margin-top: 30px;
  }
  #events #header-top .list-inline {
    height: auto;
    margin-bottom: 10px;
  }
  #events .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  #events .container > .row > .col-sm-12 {
    margin: 20px 18px;
    padding: 0;
  }
  #events #breadcrumbs .col-sm-12 {
    margin: 0;
    padding: 0;
  }
  #events .col-sm-8 {
    flex: 0 0 500px;
    max-width: 500px;
    width: 500px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #events .col-sm-8 .col-sm-12 {
    flex: 0 0 500px;
    margin: 20px 18px;
    max-width: 500px;
    min-width: 500px;
    padding: 0;
    width: 500px;
  }
  #events .col-sm-8 > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  #events #header-top .list-inline {
    align-items: center;
    display: flex;
    height: 34px;
    margin-bottom: 10px;
  }
  #booking .container.booking-con {
    max-width: none !important;
    width: 100% !important;
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Prod BS3 sm breakpoint includes 768px — style-parity md snapshot */
@media (max-width: 768px) {
  #events #breadcrumbs .col-sm-12 {
    margin: 0;
    padding: 0;
  }
  #breadcrumbs hr {
    margin: 15px 0;
  }
  #breadcrumbs .breadcrumbs-title {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (min-width: 992px) {
  .container.blog > .row {
    display: block;
  }
  .container.blog > .row::before,
  .container.blog > .row::after {
    content: " ";
    display: table;
  }
  .container.blog > .row::after {
    clear: both;
  }
  .container.blog > .row > [class*="col-"] {
    flex: none;
    float: left;
  }
  .container.blog > .row > .col-sm-4 {
    width: 33.33333333%;
  }
  .container.blog > .row > .col-sm-8 {
    width: 66.66666667%;
  }
}

/* BS5: parent theme default content grid (.dmbs-content from devdmbootstrap3) */
.row.dmbs-content {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.row.dmbs-content > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

/* BS5: restore BS3 15px grid gutters on standard content rows (style-parity) */
.container > .row {
  --bs-gutter-x: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.container > .row > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

/* BS5: BS3 float grid shim — content rows only (style-parity col/h3 width drift) */
@media (min-width: 768px) {
  .container > .row {
    display: block;
  }
  .container > .row::before,
  .container > .row::after {
    content: " ";
    display: table;
  }
  .container > .row::after {
    clear: both;
  }
  .container > .row > [class*="col-"] {
    flex: none;
    float: left;
  }
}

@media (min-width: 768px) {
  #header-top .container > .row,
  #header-bottom .container > .row,
  #homeowners #intro > .container > .row,
  #homeowners #tour .container > .row,
  #homeowners #gallery .container > .row,
  #homeowners #gallery .row.equal,
  #professionals #intro > .container > .row,
  #professionals #tour .container > .row,
  #professionals #gallery .container > .row,
  #professionals #gallery .row.equal {
    display: flex;
  }
  #header-top .container > .row > [class*="col-"],
  #header-bottom .container > .row > [class*="col-"],
  #homeowners #intro > .container > .row > [class*="col-"],
  #homeowners #tour .container > .row > [class*="col-"],
  #homeowners #gallery .container > .row > [class*="col-"],
  #homeowners #gallery .row.equal > [class*="col-"],
  #professionals #intro > .container > .row > [class*="col-"],
  #professionals #tour .container > .row > [class*="col-"],
  #professionals #gallery .container > .row > [class*="col-"],
  #professionals #gallery .row.equal > [class*="col-"] {
    float: none;
  }
}

@media (min-width: 768px) {
  #footer .row {
    display: block;
  }
  #footer .row::before,
  #footer .row::after {
    content: " ";
    display: table;
  }
  #footer .row::after {
    clear: both;
  }
  #footer .row > [class*="col-"] {
    flex: none;
    float: left;
  }
}

/* BS5 col-sm-* starts at 576px; BS3 sm was 768px — stack site-wide below md */
@media (max-width: 767.98px) {
  [class*="col-sm-"]:not(.col-sm-12) {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container > .row > .col-sm-12 {
    flex: 0 1 auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

/* BS5: footer + one-column containers — BS3 padding (widths via .container tiers above) */
#footer .footer-top .container,
#footer .footer-bottom .container,
#one-column .container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #footer .footer-top .container,
  #footer .footer-bottom .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  #footer .footer-top .container,
  #footer .footer-bottom .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #footer .footer-top .container,
  #footer .footer-bottom .container {
    width: 750px;
    max-width: 750px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #footer .footer-top .container,
  #footer .footer-bottom .container {
    width: 970px;
    max-width: 970px;
  }
}

@media (min-width: 1200px) and (max-width: 1279.98px) {
  #footer .footer-top .container,
  #footer .footer-bottom .container {
    width: 1170px;
    max-width: 1170px;
  }
}

@media (min-width: 1280px) {
  #footer .footer-top .container,
  #footer .footer-bottom .container {
    width: 1280px;
    max-width: 1280px;
  }
}

#footer .footer-top .container > .row,
#footer .footer-bottom .container > .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: -15px;
  margin-right: -15px;
}
#footer .footer-top .container > .row > [class*="col-"],
#footer .footer-bottom .container > .row > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
#footer .footer-top .logo {
  margin-bottom: 0;
  text-align: center;
}
#footer div.social {
  text-align: center;
}
#footer div.social .list-inline {
  margin-bottom: 10px;
  padding-left: 0;
}
#footer div.social .list-inline > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  line-height: 1;
}
#footer .footer-top address .row {
  --bs-gutter-x: 0;
  margin-left: -15px;
  margin-right: -15px;
}
#footer .footer-top address .row > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
#footer .footer-top address {
  /* BS5 Reboot sets address margin-bottom to 1rem (16px); prod BS3 uses 20px */
  margin-bottom: 20px;
}

#splash h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
#splash p {
  color: #fff;
}
#splash hr {
  border-color: #fff;
  border-width: 6px 0 0;
  display: block;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 20px;
  text-align: left;
  width: 200px;
}

#splash #photo-lg {
  background: rgba(0, 0, 0, 0) url("/images/dream-kitchen.jpg") no-repeat scroll center center / cover ;
  height: calc(100vh - 51px);
}
#splash #photo-lg > .row {
  height: 100%;
}

#splash div#container {
  border-left: 5px solid #e7dfd0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
}
#splash div#container div#pro,
#splash div#container div#home {
  display: block;
  flex: 1 1 50%;
  width: 100%;
  margin: 0;
  min-height: 0;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
#splash div#container div#pro {
  background: rgba(220, 137, 29, .8);
  border-bottom: 5px solid #e7dfd0;
  position: relative;
}
#splash div#container div#home {
  background: rgba(197, 59, 51, .8);
  border-top: none;
  position: relative;
}
#splash div#container div#pro div#pro-con {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64%;
}
#splash div#container div#home div#home-con {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64%;
}

@media (min-width: 1200px) {
  #splash div#container div#pro div#pro-con,
  #splash div#container div#home div#home-con {
    width: calc(64% + 6px);
  }
}

@media (min-width: 1280px) {
  #splash div#container div#pro div#pro-con,
  #splash div#container div#home div#home-con {
    width: calc(64% + 12px);
  }
}

#splash div#logo {
  background: rgba(0, 0, 0, 0);
  border-right: 5px solid #e7dfd0;
  height: 100%;
  position: relative;
  width: 50%;
}
#splash div#logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 2;
}
#splash div#logo h1 {
  color: #fff;
  left: 50%;
  opacity: 0.2;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

/* -------------------------------------- */
/* --#splash Media Query Styles -- */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #splash .col-sm-6 {
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  #splash div#photo-lg {
    background: none;
    height: auto;
  }
  #splash div#logo {
    background: rgba(0, 0, 0, 0) url("/images/dream-kitchen.jpg") no-repeat scroll center center / cover ;
    border-right: medium none;
    height: 50%;
    min-height: 424.5px;
    position: relative;
    width: 100%;
  }
  #splash div#container {
    border-left: none;
    display: block;
    height: auto;
    width: 100%;
  }
  #splash div#container div#pro,
  #splash div#container div#home {
    display: block;
    flex: none;
    height: auto;
    width: 100%;
  }
  #splash div#container div#home {
    border-top: 10px solid #e7dfd0;
  }
  #splash div#container div#home {
    background: rgba(197, 59, 51, 1) none repeat scroll 0 0;
    /*border-top: none;*/
    height: auto;
    position: relative;
  }
  #splash div#container div#pro {
    background: rgba(220, 137, 29, 1) none repeat scroll 0 0;
    border-bottom: none;
    border-top: 10px solid #e7dfd0;
    height: auto;
    position: relative;
  }
  #splash div#container div#pro div#pro-con {
    left: auto;
    padding: 40px 5px 20px;
    position: relative;
    text-align: center;
    top: auto;
    transform: inherit;
    width: 100%;
  }
  #splash div#container div#home div#home-con {
    left: auto;
    padding: 40px 5px 20px;
    position: relative;
    text-align: center;
    top: auto;
    transform: inherit;
    width: 100%;
  }
  #splash div#logo h1 {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  #splash hr {
    border-color: #fff;
    border-width: 6px 0 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-top: 20px;
    text-align: left;
    width: 200px;
  }

  /* end @media 768px */
}

/* Splash logo h1 vertical centering — md (style-parity) */
@media only screen and (min-width: 769px) and (max-width: 991px) {
  #splash div#logo {
    min-height: 424.5px;
  }
  #splash div#logo h1 {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

  #splash h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 0;
  }

  /* end @media 480px */
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  /* end @media 320px */
}



/* -------------------------------------- */
/* -- Interior Page Styles -- */
hr {
  border-color: #c8c0ab;
}
/* header top */
#toggle a {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #ffffff;
  font-family: 'Montserrat', serif !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.428571429;
  padding: 7px 15px 5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
#toggle a.pro-tog {
  background-color: rgba(118, 107, 80, 0.5);
  opacity: 1;
  padding: 7px 25px 5px 15px;
  z-index: 7;
}
#professionals #toggle a.pro-tog {
  background-color: #766b50;
  opacity: 1;
  z-index: 9;
}
  #toggle a.pro-tog:hover {
    background-color: #766b50;
    opacity: 1;
  }
  #toggle a.pro-tog img.icon-svg {
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 14px;
  }
  #toggle a.home-tog {
    background-color: rgba(220, 137, 39, 0.7);
    margin-left: -20px;
    opacity: 1;
    padding: 7px 20px 5px;
    position: relative;
    z-index: 7;
  }
  #homeowners #toggle a.home-tog {
    background-color: #dc8927;
    opacity: 1;
    z-index: 9;
  }
  #toggle a.home-tog:hover {
    background-color: #dc8927;
    opacity: 1;
  }
  #toggle a.home-tog img.icon-svg {
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 14px;
  }
  #header-top li {
    padding: 0;
  }
  #header-top {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #header-top .list-inline {
    margin-bottom: 10px;
  }
  #header-top .list-inline > li {
    vertical-align: baseline;
  }
  #header-top #social,
  #header-top #toggle {
    display: block;
    vertical-align: baseline;
  }
  #header-bottom {
    margin-bottom: 30px;
  }

  header .logo {
    position: relative;
    top: -20px;
  }


  div#social li {
    padding: 5px 2px;
  }
  div#social a i {
    background-color: #c53b33;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    color: #fff;
    font-size: 14px;
    height: 24px;
    padding: 6px;
    text-align: center;
    width: 24px;
  }
  div#header-bottom a.btn-scheduleanapp {
    background-color: #ffffff;
    border: 2px solid #c53b33;
    color: #c53b33;
    font-family: 'Montserrat', serif !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 15px;
  }
  div#header-bottom a.btn-scheduleanapp:hover {
    background-color: #c53b33;
    border: 2px solid #c53b33;
    color: #ffffff;
  }

  /* banner */
  #banner .banner-img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
  }
  #banner{
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }
  #banner .banner-con-sm {
    color: #494949;
    font-size: 16px;
    left: 50%;
    letter-spacing: 1px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 280px;
    transform: translate(-50%, -50%);
    width: 600px;
  }
  #banner .banner-con {
    background-image: url("/images/banner/banner-title-bgshape-lg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity : 1;
    width: 950px;
    height: 200px;
  }

  #brands #banner .banner-con,
  #events #banner .banner-con,
  #gallery #banner .banner-con,
  .remodeling-showroom-team #banner .banner-con {
    background-image: url("/images/banner/banner-title-bgshape-lg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 170px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 950px;
  }
  #products #banner .banner-con {
    background-image: url("/images/banner/banner-title-bgshape-lg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 120px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 950px;
  }

/*#gallery #banner .banner-con {
  top: 30%;
  }*/

/*.products #banner .banner-con {
  background-image: url("/images/banner/banner-title-bgshape.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity : 1;
  min-width: 950px;
  }*/

#homeowners #banner .banner-con,
#professionals #banner .banner-con{
	display: none;
}

  #banner .banner-con h1 {
    font-family: 'Montserrat', serif !important;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #766B50;
    margin: 0;
    padding: 60px;
    width: 100%;
    height: 100%;
    letter-spacing: 2px;
  }
  #banner .banner-con h1 span {
    font-family: 'Montserrat', serif !important;
    font-size: 35px;
    line-height: 35px;
    color: #c53b33;
    letter-spacing: normal;
  }
  #one-column #banner .banner-con h1 {
    color: #c53b33;
    font-family: 'Montserrat', serif !important;
    font-size: 35px;
    height: 100%;
    letter-spacing: normal;
    line-height: 35px;
    margin: 0;
    padding: 40px;
    width: 100%;
  }


  /* footer */
  #footer{
    margin-top: 50px;
  }
  #footer .footer-top{
    background: #FCFAF7;
    color: #494949;
    font-family: 'Montserrat', serif !important;
    font-size: 14px;
    padding: 50px 0;
  }
  #footer .footer-bottom{
    background: #fff;
    font-family: 'Montserrat', serif !important;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    color: #766B50;
    padding: 10px;
  }
  #footer .footer-top label {
    font-family: 'Montserrat', serif !important;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
    text-transform: uppercase;
    color: #766B50 !important;
  }
  #footer a{
    color: #766B50;
  }
  #footer h3,
  #products #footer h3 {
    color: #575023;
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 20px;
    padding: 0;
  }

  #footer div.social li {
    margin-left: 40px;
    margin-top: 40px;
    padding: 0;
  }
  #footer div.social a i {
    background-color: #c53b33;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    padding: 8px;
    text-align: center;
    width: 40px;
  }
  #footer .btn-primary {
    background-color: #dc8927;
    border: 1px solid #dc8927;
    border-radius: 50% / 25%;
    -moz-border-radius: 50% / 25%;
    -webkit-border-radius: 50% / 25%;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0;
    padding: 9px 70px;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    text-transform: uppercase;
  }
  #footer .btn-primary:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: inherit;
    border-radius: 25% / 50%;
    -moz-border-radius: 25% / 50%;
    -webkit-border-radius: 25% / 50%;
  }
  #footer .btn-primary:hover {
    color: #fff;
    border: 1px solid #c53b33;
    background-color: #c53b33;
  }
  #footer .footer-top address .row {
    margin-bottom: 15px;
  }

  /*- gallery */
  #homeowners #gallery,
  #professionals #gallery{
    background: #575023;
    color: #fff;
  }
  #homeowners #gallery p,
  #professionals #gallery p{
    color: #fff;
    font-size: 15px;
    line-height: 25px;
  }
  #homeowners #gallery h3,
  #professionals #gallery h3{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 40px 0;
    padding: 0;
  }
  #homeowners #gallery h3.under::after,
  #professionals #gallery h3.under::after {
    background-color: #fff;
    bottom: -20px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 170px;
  }
  #homeowners #gallery .gallery-img img,
  #professionals #gallery .gallery-img img {
    object-fit: cover;
  }

  #homeowners #gallery .gallery-con, 
  #professionals #gallery .gallery-con {
    padding-left: 20px;
  }

  #homeowners #gallery .btn-default,
  #homeowners #gallery .btn-secondary,
  #professionals #gallery .btn-default,
  #professionals #gallery .btn-secondary {
    background-color: #fff;
    border: 1px solid #575023;
    border-radius: 50% / 25%;
    -moz-border-radius: 50% / 25%;
    -webkit-border-radius: 50% / 25%;
    color: #575023;
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0;
    padding: 9px 70px;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    text-transform: uppercase;
  }
  #homeowners #gallery .btn-default:before,
  #homeowners #gallery .btn-secondary:before,
  #professionals #gallery .btn-default:before,
  #professionals #gallery .btn-secondary:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: inherit;
    border-radius: 25% / 50%;
    -moz-border-radius: 25% / 50%;
    -webkit-border-radius: 25% / 50%;
  }
  #homeowners #gallery .btn-default:hover,
  #homeowners #gallery .btn-secondary:hover,
  #professionals #gallery .btn-default:hover,
  #professionals #gallery .btn-secondary:hover {
    color: #fff;
    border: 1px solid #c53b33;
    background-color: #c53b33;
  }


  /*- tour */
  #tour{
    background: #eee8dd;
    color: #494949;
    height: 422px;
    position: relative;
    padding: 20px 0;
  }
  #tour p{
    color: #494949;
    font-size: 15px;
    line-height: 25px;
  }
  #tour h3{
    color: #575023;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 40px 0;
    padding: 0;
  }
  #tour h3.under::after {
    background-color: #575023;
    bottom: -20px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 170px;
  }
  #tour .tour-img {
    background-image: url("/images/homeowners/tour.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 422px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  #tour .tour-con {
    padding-right: 50px;
    padding-top: 40px;
  }
  #tour .col-sm-6,
  #tour .col-md-6{
    padding-right: 0;
  }
  #tour .btn-default,
  #tour .btn-secondary {
    background-color: #575023;
    border: 1px solid #575023;
    border-radius: 50% / 25%;
    -moz-border-radius: 50% / 25%;
    -webkit-border-radius: 50% / 25%;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0;
    padding: 9px 70px;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    text-transform: uppercase;
  }
  #tour .btn-default:before,
  #tour .btn-secondary:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: inherit;
    border-radius: 25% / 50%;
    -moz-border-radius: 25% / 50%;
    -webkit-border-radius: 25% / 50%;
  }
  #tour .btn-default:hover,
  #tour .btn-secondary:hover {
    color: #fff;
    border: 1px solid #c53b33;
    background-color: #c53b33;
  }



  /*- intro */
  #intro{
    background: #fff;
    color: #494949;
    padding: 20px 0;
  }
  #intro p{
    color: #494949;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  #intro .intro-col1{
    padding-right: 50px;
  }
  #intro .intro-col1 h3{
    color: #575023;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 40px 0;
    padding: 0;
  }
  #intro .intro-col1 h3.under::after {
    background-color: #575023;
    bottom: -20px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 170px;
  }
  #intro .intro-col2{
    border: 1px solid #dc8927;
    padding: 0 50px 30px;
    position: relative;
    border-radius: 30%/10%;
    -moz-border-radius: 30%/10%;
    -webkit-border-radius: 30%/10%;
    top: 15px;
  }
  #intro .intro-col2.unround-bottom-corners{
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #intro .intro-col2 h3 {
    background-color: #fff;
    clear: both;
    color: #dc8927;
    display: inline-block;
    font-size: 20px;
    left: 50%;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    text-align: center;
    top: 5%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
  #intro .intro-col2 p.intro-btn {
    text-align: center;
  }
  #intro .intro-col1 p.intro-btn {
    text-align: left;
  }
  #intro .intro-col1 .btn-default,
  #intro .intro-col1 .btn-secondary {
    background-color: #c53b33;
    border: 1px solid #c53b33;
    border-radius: 50% / 25%;
    -moz-border-radius: 50% / 25%;
    -webkit-border-radius: 50% / 25%;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0;
    padding: 9px 70px;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    text-transform: uppercase;
  }
  #intro .intro-col1 .btn-default:before,
  #intro .intro-col1 .btn-secondary:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: inherit;
    border-radius: 25% / 50%;
    -moz-border-radius: 25% / 50%;
    -webkit-border-radius: 25% / 50%;
  }
  #intro .intro-col1 .btn-default:hover,
  #intro .intro-col1 .btn-secondary:hover {
    color: #fff;
    border: 1px solid #575023;
    background-color: #575023;
  }
  #intro .intro-col2 .btn-default,
  #intro .intro-col2 .btn-secondary {
    background-color: #dc8927;
    border: 1px solid #dc8927;
    border-radius: 50% / 25%;
    -moz-border-radius: 50% / 25%;
    -webkit-border-radius: 50% / 25%;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0;
    padding: 9px 70px;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    text-transform: uppercase;
  }
  #intro .intro-col2 .btn-default:before,
  #intro .intro-col2 .btn-secondary:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: inherit;
    border-radius: 25% / 50%;
    -moz-border-radius: 25% / 50%;
    -webkit-border-radius: 25% / 50%;
  }
  #intro .intro-col2 .btn-default:hover,
  #intro .intro-col2 .btn-secondary:hover {
    color: #fff;
    border: 1px solid #c53b33;
    background-color: #c53b33;
  }

  /* -------------------------------------- */
  /* --Media Query Styles -- */

  /* Large Devices, Wide Screens */
  @media only screen and (max-width : 1200px) {
    #footer div.social li {
      margin-left: 25px;
      margin-top: 40px;
      padding: 0;
    }
  }
  @media only screen and (min-width : 1280px) {
    /* bootstrap adjust desktop width to 1280px */
    .container {
      width: 1280px;
    }
  }

  /* Medium Devices, Desktops */
  @media only screen and (max-width : 992px) {
   #footer div.social li {
    margin-left: 10px;
    margin-top: 40px;
    padding: 0;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
 #intro .intro-col1 {
  margin-bottom: 30px;
  padding-right: 0;
}
#tour {
  background: #eee8dd none repeat scroll 0 0;
  color: #494949;
  height: auto;
  position: relative;
}
#tour .tour-con {
  padding-right: 0;
}
#tour .tour-img {
  float: left;
  height: auto;
  max-height: 700px;
  min-height: 400px;
  position: relative;
  right: 0;
  width: 100%;
}
.Aligner {
  align-items: center;
  display: inherit;
  justify-content: center;
  min-height: 24em;
}
#header-top {
  margin-top: 30px;
  text-align: center;
}
#header-bottom .logo {
  text-align: center;
  margin: 0 0 20px;
}
header .logo {
  top: 0;
}
#header-top .text-right,
#header-top .text-end,
#header-bottom .text-right,
#header-bottom .text-end {
  text-align: center !important;
}
#footer .footer-bottom {
  text-align: center;
}
#footer .footer-bottom .text-right {
  text-align: center;
}
#footer h3 {
  margin: 20px 0;
}
#header-bottom .logo img,
#footer .footer-top .logo img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#gallery h3,
#tour h3,
#intro .intro-col1 h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 40px;
  padding: 0;
}
#gallery .gallery-img img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#gallery .gallery-img {
  margin-bottom: 30px;
}
#intro .intro-col2 {
  padding: 0 20px 20px;
}
.col-sm-6 {
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.col-sm-12 {
  padding: 0;
}
#footer .footer-top {
  background: #fcfaf7 none repeat scroll 0 0;
  color: #494949;
  font-family: 'Montserrat', serif !important;
  font-size: 14px;
  padding: 40px 20px;
  text-align: center;

}

/* end @media 768px */
}

/* BS5: header-top social/toggle + header-bottom logo/CATALOG at sm/md */
@media (max-width: 991.98px) {
  #header-top .container > .row,
  #header-bottom .container > .row {
    --bs-gutter-x: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  #header-top .container > .row > [class*="col-"],
  #header-bottom .container > .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header-top .list-inline {
    align-items: baseline;
    display: flex;
    height: 34px;
    justify-content: center;
    margin-bottom: 10px;
    padding-left: 0;
    text-align: center;
  }
  #header-top .list-inline > li {
    display: inline-block !important;
    float: none;
    vertical-align: baseline;
  }
  #header-top #social,
  #header-top #toggle {
    display: block;
    vertical-align: baseline;
  }
  #header-top #social .list-inline > li {
    display: inline-block;
    vertical-align: baseline;
  }
}

@media (max-width: 767.98px) {
  #header-bottom .container > .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #header-bottom .logo {
    margin: 20px 0 20px;
    text-align: center;
  }
  header .logo {
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #header-bottom .container > .row {
    align-items: flex-start;
  }
  #header-bottom .logo {
    margin: 20px 0 20px !important;
    text-align: left;
  }
  header .logo {
    top: 0;
  }
  #header-bottom .logo img {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: auto;
  }
  #header-bottom .text-right,
  #header-bottom .text-end {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* BS5 navbar: restore prod BS3 block + float layout + 15px nav link padding */
  #nav.navbar.navbar-expand-md {
    align-items: normal;
    display: block;
    padding-bottom: 0;
    padding-top: 0;
  }
  #nav .navbar-collapse.navbar-1-collapse {
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  #nav .navbar-nav {
    display: block;
    float: left;
  }
  #nav .navbar-nav > li,
  #nav .navbar-nav > .nav-item {
    display: block;
    float: left;
  }
  #nav .navbar-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  #nav .navbar-nav a {
    white-space: normal;
  }
  #nav .navbar-nav > li > a,
  #nav .navbar-nav > .nav-item > a,
  #nav .navbar-nav .nav-link {
    display: block;
    padding: 15px;
    text-decoration: none;
  }
  /* BS5: hide default dropdown-toggle caret; prod uses inline .caret span */
  #nav .dropdown-toggle::after {
    display: none !important;
  }
  #nav .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
  }
  /* Guard: never cap nav width (v2.0.62 regression was max-width:1104px at xl) */
  #nav .navbar-nav {
    max-width: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #nav .navbar-nav {
    max-width: 714px;
  }
  #header-bottom .logo img {
    display: block;
    height: auto;
    max-width: 310px;
    width: auto;
  }
}

@media (min-width: 992px) {
  #header-bottom .container > .row {
    align-items: flex-start;
  }
  #header-bottom .text-right,
  #header-bottom .text-end {
    text-align: right !important;
  }
  #header-bottom .logo img {
    display: block;
  }
  #header-top .list-inline {
    align-items: baseline;
    display: flex;
    height: 34px;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  #header-top .list-inline > li {
    display: block;
    vertical-align: baseline;
  }
  #header-top #social,
  #header-top #toggle {
    line-height: 20px;
  }
}

/* BS5: footer-top logo + social — stack below md, no column stretch */
@media (max-width: 767.98px) {
  #footer .footer-top .container > .row > [class*="col-"],
  #footer .footer-bottom .container > .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* BS3 stacked footer-bottom cols used 30px horizontal padding at sm */
  #footer .footer-bottom .container > .row > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer .footer-top address .row > [class*="col-sm-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* BS5 flex row: restore BS3 margin collapse when footer cols stack */
  #footer .footer-top address {
    margin-bottom: 0;
  }
  #footer .footer-top address .row:last-child {
    margin-bottom: 0;
  }
  #footer div.social .list-inline {
    margin-bottom: 0;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

  /* end @media 480px */
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  /* end @media 320px */
}



/* -------------------------------------- */
/* --Products Page Styles -- */

/*- products */
#products{
}
#products p{
  /*color: #fff;*/
  font-size: 15px;
  line-height: 25px;
}
#products h3{
  color: #575023;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 40px 0;
  padding: 0;
}
#products h3.under::after {
  background-color: #575023;
  bottom: -20px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 170px;
}
#products .gallery-img img {
  object-fit: cover;
}

#products .gallery-con{
  /*padding-top: 40px;*/
}

#products .btn-secondary {
  background-color: #dc8927;
  border: 1px solid #dc8927;
  border-radius: 50% / 25%;
  -moz-border-radius: 50% / 25%;
  -webkit-border-radius: 50% / 25%;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin: 20px 0;
  padding: 9px 70px;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  text-transform: uppercase;
}
#products .btn-secondary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: inherit;
  border-radius: 25% / 50%;
  -moz-border-radius: 25% / 50%;
  -webkit-border-radius: 25% / 50%;
}
#products .btn-secondary:hover {
  color: #fff;
  border: 1px solid #c53b33;
  background-color: #c53b33;
}

.products #banner .banner-con h1 {
  color: #c53b33;
  font-family: 'Montserrat', serif !important;
  font-size: 35px;
  line-height: 35px;
  height: 100%;
  letter-spacing: normal;
  margin: 0;
  padding: 40px;
  width: 100%;
}

/* -------------------------------------- */
/* -- GALLERY Styles -- */
#gallery .wcf-input_query {
  display: none !important;
}
#gallery #banner{
  margin-bottom: 50px;
}

#gallery .wcf-entry-content,
#gallery .wcf-entry-meta,
#gallery .wcf-post-title{
  display: none;
}
#gallery .wcf-field-label{
  content: "";
  color: #C53B33 !important;
  border-bottom: 1px solid #777;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px !important;
  font-weight: 400;
  font-family: 'Montserrat', serif !important;
  line-height: 25.7143px;
}
#gallery .wcf-form-search.wcf-arrow-field .wcf-label::before,
#gallery .wcf-form-search.wcf-arrow-field .wcf-field-heading::before {
  -moz-osx-font-smoothing: grayscale;
  content: "" !important;
  display: inline-block;
  font-family: "dashicons";
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  height: auto;
  line-height: inherit;
  text-align: center;
  text-decoration: inherit;
  transition: transform 0.1s ease 0s;
  vertical-align: top;
  width: 0px !important;
  color: #C53B33 !important;
}
#gallery .wcf-checkbox-label, .wcf-radio-label {
  color: #777 !important;
  font-size: 13px !important;
  line-height: 13px !important;
}

#gallery form.wcf-form-search h3.under::after {
  background-color: #575023;
  bottom: -20px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 170px;
}
#gallery form.wcf-form-search{
  border: 1px solid #c53b33;
  margin-top: 12px;
  padding: 0 50px 30px;
  position: relative;
  border-radius: 30%/10%;
  -moz-border-radius: 30%/10%;
  -webkit-border-radius: 30%/10%;
  top: 15px;
}
#gallery form.wcf-form-search.unround-bottom-corners{
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#gallery form.wcf-form-search h3,
#gallery form.wcf-form-search h3.under,
#gallery form.wcf-form-search h3.wcf-form-title {
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  display: inline-block;
  font-size: 20px;
  left: 50%;
  line-height: 20px;
  margin: 0 0 20px;
  max-width: none;
  padding: 0;
  position: relative;
  text-align: center;
  top: 5%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #gallery form.wcf-form-search h3,
  #gallery form.wcf-form-search h3.under,
  #gallery form.wcf-form-search h3.wcf-form-title {
    top: 23.3438px !important;
  }
}
#gallery .wcf-form-search .wcf-form-title {
  border-bottom: medium none;
  margin: auto;
}
/* checkbox */
/*
div: wcf-checkbox-wrapper
input: wcf-checkbox-item
label: wcf-checkbox-label
span: wcf-count-terms
*/

/*Move he original checkbox out of the way */
#gallery [type="checkbox"].wcf-checkbox-item {
  position: absolute;
  left: -9999px;
}
/*Align the icon and the label text to same height using tabl-cell display*/
/*If you change the font-size of the text, you may also want to do som padding or alignhment changes here*/
#gallery .wcf-checkbox-item ~ label >  span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
/*The label will contain the icon and the text, will grab the focus*/
#gallery [type="checkbox"].wcf-checkbox-item + label {
  cursor: pointer;
  display: table;
  margin-bottom: 5px;
}
/*The icon container, set it to fixed size and font size, the padding is to align the border*/
/*If you change the font-size of this icon, be sure to adjust the min-width as well*/
#gallery [type="checkbox"].wcf-checkbox-item + label:before {
  font-family: 'FontAwesome';
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid transparent;
  font-size: 18px;
  min-width: 20px;
  padding: 2px 0 0 3px;
}
/* toggle font awsome icon*/
#gallery [type="checkbox"].wcf-checkbox-item:checked + label:before {
  content: "\f058";
  color: #C53B33;
}
#gallery [type="checkbox"].wcf-checkbox-item:not(:checked) + label:before {
  /*content: "\f10c";*/
  content: "\f1db";
  color: #ccc;
}
/*Do something on focus, in this case show dashed border*/
#gallery [type="checkbox"].wcf-checkbox-item:focus + label:before {
  border: 1px dashed #777;
}
/*Do something on hover, in this case change the image color*/
#gallery [type="checkbox"].wcf-checkbox-item:hover + label:before {
 color: #c53b33;
}

/* -------------------------------------- */
/* -- Brands Styles -- */

#brands .brand-logo img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.brands #banner .banner-con h1 {
  color: #766b50;
  font-family: 'Montserrat', serif !important;
  font-size: 25px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 2px;
  line-height: 25px;
  margin: 0;
  padding: 60px;
  width: 100%;
}
body.brands #banner {
  margin-bottom: 50px;
}
.brands h3.wcf-post-title {
  background-color: #fff;
  clear: both;
  display: inline-block;
  font-size: 20px;
  left: 50%;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  max-width: none;
  padding: 0;
  position: relative;
  text-align: center;
  top: 0;
  transform: translate(-50%, -50%);
  width: 70%;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .brands .wcf-item-result.wcf-column-3,
  .remodeling-showroom-team .wcf-item-result.wcf-column-3 {
    flex: 0 0 240px;
    max-width: 240px;
    width: 240px;
  }
  .brands h3.wcf-post-title,
  .remodeling-showroom-team h3.wcf-post-title,
  .brands article h3,
  .remodeling-showroom-team article h3 {
    width: 70%;
  }
}
.brands h3 {
  border-bottom: none;
  margin: 0 0 20px !important;
}

.brands article .wcf-article-wrap{
  border: 1px solid #c53b33;
  padding: 0 30px 30px;
  position: relative;
  border-radius: 100%/10%;
  -moz-border-radius: 100%/10%;
  -webkit-border-radius: 100%/10%;
  top: 15px;
}
.brands .wcf-item-result .wcf-article-wrap{
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.brands .wcf-item-result .wcf-article-wrap {
  border-bottom: 1px solid #c53b33 !important;
  margin: 0 0 3.14286rem !important;
  padding-bottom: 30px !important;
}
.brands input[type=radio],
.brands input[type=checkbox] {
  display:none;
}
.brands .wcf-field-checkbox.wcf-horizontal .wcf-checkbox-wrapper,
.brands .wcf-field-taxonomy_checkbox.wcf-horizontal .wcf-checkbox-wrapper,
.brands .wcf-field-radio.wcf-horizontal .wcf-radio-wrapper,
.brands .wcf-field-taxonomy_radio.wcf-horizontal .wcf-radio-wrapper {
  margin: 10px 30px;
}
.brands input[type=radio] + label,
.brands input[type=checkbox] + label {
  display:inline-block;
  margin:-2px;
  padding: 8px 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 15px;
  color: #c53b33;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #c53b33;
  min-width: 200px;
  text-align: left;
}
.brands input[type=radio]:checked + label,
.brands input[type=checkbox]:checked + label{
 background-image: none;
 outline: 0;
 background-color:#c53b33;
 color: #fff;


}
/* hide fields */
.brands .wcf-input_query,
.brands .wcf-form-title{
  display: none;
}
.brands .wcf-field-body {
  text-align: center;
}

.brands label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: inherit;
}


/* checkbox */
/*
div: wcf-checkbox-wrapper
input: wcf-checkbox-item
label: wcf-checkbox-label
span: wcf-count-terms
*/

/*Move he original checkbox out of the way */
.brands [type="checkbox"].wcf-checkbox-item {
  position: absolute;
  left: -9999px;
}
/*Align the icon and the label text to same height using tabl-cell display*/
/*If you change the font-size of the text, you may also want to do som padding or alignhment changes here*/
.brands .wcf-checkbox-item ~ label >  span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
/*The label will contain the icon and the text, will grab the focus*/
.brands [type="checkbox"].wcf-checkbox-item + label {
  cursor: pointer;
  display: table;
}
/*The icon container, set it to fixed size and font size, the padding is to align the border*/
/*If you change the font-size of this icon, be sure to adjust the min-width as well*/
.brands [type="checkbox"].wcf-checkbox-item + label:before {
  font-family: 'FontAwesome';
  display: inline-block;
  box-sizing: border-box;
  border: none;
  font-size: 0;
  min-width: 0;
  padding: 0;
}

.brands [type="checkbox"].wcf-checkbox-item + label:after {
  font-family: 'FontAwesome';
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid transparent;
  font-size: 18px;
  min-width: 20px;
  padding: 0;
  margin-top: -1px;
  line-height: inherit;
}
/* toggle font awsome icon*/
.brands [type="checkbox"].wcf-checkbox-item:checked + label:before {
  content: "";
  color: #c53b33;
}
.brands [type="checkbox"].wcf-checkbox-item:checked + label:after {
  /*content: "\f00d";*/
  content: "\f057";
  color: #fff;
  float: right;
  position: relative;
}
.brands [type="checkbox"].wcf-checkbox-item:not(:checked) + label:before {
  content: "";
  color: #fff;
}
.brands [type="checkbox"].wcf-checkbox-item:not(:checked) + label:after {
  content: "\f138";
  color: #c53b33;
  float: right;
  position: relative;
}
/*Do something on focus, in this case show dashed border*/
.brands [type="checkbox"].wcf-checkbox-item:focus + label:before {
  border: 1px solid #777;
}
/*Do something on hover, in this case change the image color*/
.brands [type="checkbox"].wcf-checkbox-item:hover + label:before {
 color: #c53b33;
}


/* -------------------------------------- */
/* -- About Us Team --
.about-designer-showroom{}
.remodeling-showroom-team{}
*/
.remodeling-showroom-team a i.fa-envelope,
.remodeling-showroom-team a i.fa-phone {
  background-color: #c8c0ab;
  border-radius: 24px;
  color: #766b52;
  font-size: 20px;
  height: 40px;
  padding: 8px;
  text-align: center;
  width: 40px;
}
.remodeling-showroom-team #banner .banner-con h1 {
  color: #766b50;
  font-family: 'Montserrat',sans-serif;
  font-size: 25px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 2px;
  line-height: 25px;
  margin: 0;
  padding: 60px;
  width: 100%;
}
body.remodeling-showroom-team #banner {
  margin-bottom: 50px;
}
.remodeling-showroom-team h3.wcf-post-title {
  background-color: #fff;
  border-bottom: none;
  box-sizing: border-box;
  clear: both;
  color: #766B50;
  display: inline-block;
  font-size: 20px;
  left: 50%;
  line-height: 20px;
  margin: 0 !important;
  max-width: none;
  padding: 0;
  position: relative;
  text-align: center;
  top: 0;
  transform: translate(-50%, -50%);
  width: 70%;
}

.remodeling-showroom-team h3.team-name {
  border-bottom: medium none;
  color: #c53b33;
  font-size: 20px;
  line-height: 20px;
  margin: 20px 0 0 !important;
  padding: 0;
}

.remodeling-showroom-team article .wcf-article-wrap{
  border: 1px solid #dc8928;
  padding: 0 30px 30px;
  position: relative;
  border-radius: 100%/10%;
  -moz-border-radius: 100%/10%;
  -webkit-border-radius: 100%/10%;
  top: 15px;
}
.remodeling-showroom-team .wcf-item-result .wcf-article-wrap{
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.remodeling-showroom-team .wcf-item-result .wcf-article-wrap {
  border-bottom: 1px solid #c53b33 !important;
  margin: 0 0 3.14286rem !important;
  padding-bottom: 30px !important;
}

/* -------------------------------------- */
/* -- Contact Us Styles -- */
/*
brown #524133
orange #dc8927
*/
div#contact-form .btn-primary {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50% / 25%;
  -moz-border-radius: 50% / 25%;
  -webkit-border-radius: 50% / 25%;
  color: #524133;
  font-size: 16px;
  line-height: 16px;
  margin: 20px 0;
  padding: 9px 70px;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  text-transform: uppercase;
}
div#contact-form .btn-primary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: inherit;
  border-radius: 25% / 50%;
  -moz-border-radius: 25% / 50%;
  -webkit-border-radius: 25% / 50%;
}
div#contact-form .btn-primary:hover{
  color: #fff;
  border: 1px solid #c53b33;
  background-color: #c53b33;
}


div#sched .btn-primary {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50% / 25%;
  -moz-border-radius: 50% / 25%;
  -webkit-border-radius: 50% / 25%;
  color: #c53b33;
  font-size: 16px;
  line-height: 16px;
  margin: 20px 0;
  padding: 9px 70px;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  text-transform: uppercase;
}
div#sched .btn-primary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: inherit;
  border-radius: 25% / 50%;
  -moz-border-radius: 25% / 50%;
  -webkit-border-radius: 25% / 50%;
}
div#sched .btn-primary:hover{
  color: #fff;
  border: 1px solid #c53b33;
  background-color: #c53b33;
}
div#sched p {
  color: #fff;
}
div#contact-us {
  border-top: 1px solid #c8c0ab;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
#contact-form p {
  color: #fff;
}
#contact-form a {
  color: #fff;
  text-decoration: underline;
}
#contact-form a:hover {
  color: #c53b33;
}
#contact-form label {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', serif !important;
}
div#contact-us div#contact-form {
  background-color: #524133;
  float: left;
  width: 50%;
}

div#contact-form h3 {
  color: #fff;
}
div#contact-us h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
div#contact-form h3::after {
  background-color: #fff;
}
div.wpcf7 .screen-reader-response {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div#contact-us div#map-container {
  float: left;
  width: 50%;
}
div#contact-us div#map-container div#map {
  background-image: url("/images/contact/map.jpg");
  background-position: -210px center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  overflow: hidden;
  position: relative;
}
div#contact-us div#map-container div#map a.map {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div#contact-us div#map-container div#map div#contact-in {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  padding: 0 30px;
  position: absolute;
  width: 340px;
  z-index: 99;
}
div#contact-us div#map-container div#map div#contact-in a {
  color: #494949;
  height: auto;
  left: inherit;
  position: relative;
  text-decoration: none;
  top: inherit;
  width: inherit;
}
div#contact-us div#map-container div#map div#contact-in div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
div#contact-us div#sched {
  background-color: #d4602f;
  background-image: url("/images/contact/schedule-visit.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 40%;
  position: relative;
}
div#contact-us div#sched div {
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
div#contact-us div#sched h3 {
  color: #fff;
}
div#contact-us div#sched h3::after {
  background-color: #fff;
}

div#contact-us div#contact-form form {
  float: right;
  max-width: 640px;
  padding: 60px 40px;
  width: 100%;
}
div#contact-us div#contact-form form input {
  margin: 0 0 30px;
  /*padding-left: 10px;*/
}
div#contact-us div#contact-form form select {
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: url("/images/contact/tiny-tri.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  /*border-radius: 0;*/
  margin: 0 0 25px;
  position: relative;
  text-indent: 0px;
}
div#contact-us div#map-container div#map div#contact-in h3 {
  color: #d4602f;
}
div#contact-us div#map-container div#map div#contact-in h3::after {
  background-color: #d4602f;
}

.group::after, .row {
  clear: both;
}
.group::after, .group::before {
  content: "";
  display: table;
}


/* -------------------------------------- */
/* -- Contact - Media Query Styles -- */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
@media only screen and (min-width : 1280px) {
  /* bootstrap adjust desktop width to 1280px */

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  div#contact-us div#contact-form {
    float: none;
    width: 100%;
  }
  div#contact-us div#map-container {
    float: none;
    width: 100%;
  }
  div#contact-us div#contact-form form {
    float: none;
    max-width: inherit;
    padding: 30px;
    width: 100%;
  }

  div#contact-us div#contact-form form .col-sm-6 {
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  div#contact-us div#map-container div#map a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  div#contact-us div#map-container div#map div#contact-in {
    height: auto;
    padding: 0 30px;
    position: relative;
    width: 60%;
    z-index: 99;
  }
  div#contact-us div#map-container div#map div#contact-in div {
    padding: 30px 15px;
    position: relative;
    top: 0;
    transform: none;
  }
  div#contact-us div#map-container div#map {
    height: auto;
  }
  div#contact-us div#map-container {
    float: none;
    height: auto !important;
    width: 100%;
  }
  div#contact-us div#contact-form {
    float: none;
    height: auto !important;
    width: 100%;
  }
  div#contact-us div#sched {
    height: auto;
  }
  div#contact-us div#sched div {
    left: 0;
    padding: 40px;
    position: relative;
    top: 0;
    transform: none;
  }
  div#contact-us .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* end @media 768px */
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

  /* end @media 480px */
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  /* end @media 320px */
}





/* -------------------------------------- */
/* -- Experience Styles -- */

/*- exp */

#exp-sched{
  background: #d5d3c8;
  color: #494949;
  height: 345px;
  position: relative;
  padding: 20px 0;
}
#exp-sched p{
  color: #494949;
  font-size: 15px;
  line-height: 25px;
}
#exp-sched h3{
  color: #575023;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 40px 0;
  padding: 0;
}
#exp-sched h3.under::after {
  background-color: #575023;
  bottom: -20px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 170px;
}
#exp-sched .exp-sched-con {
  padding-top: 50px;
  position: relative;
}
#exp-sched .exp-sched-img {
  /*background-image: url("/images/homeowners/tour.jpg");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 345px;
  position: absolute;
  right: 0;
  top: 0;
  width: 49%;
}
#exp-sched .exp-con {
  padding-right: 50px;
}
#exp-sched .col-sm-6{
  padding-right: 0;
}
#exp-sched .btn-default,
#exp-sched .btn-secondary {
  background-color: #575023;
  border: 1px solid #575023;
  border-radius: 50% / 25%;
  -moz-border-radius: 50% / 25%;
  -webkit-border-radius: 50% / 25%;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0;
  padding: 9px 70px;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  text-transform: uppercase;
}
#exp-sched .btn-default:before,
#exp-sched .btn-secondary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: inherit;
  border-radius: 25% / 50%;
  -moz-border-radius: 25% / 50%;
  -webkit-border-radius: 25% / 50%;
}
#exp-sched .btn-default:hover,
#exp-sched .btn-secondary:hover {
  color: #fff;
  border: 1px solid #c53b33;
  background-color: #c53b33;
}
/*#exp-sched .exp-sched-con {
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  }*/



  /* -------------------------------------- */
  /* -- Events Styles -- */
  #events .event-image-con {
    position: relative;
  }
  #events .event-image-date {
    background-image: url("/images/events/e-poli.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    bottom: -50px;
    height: auto;
    padding: 15px 0 40px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
  }
  #events h3.event-title {
    color: #575023;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 20px;
  }
  #events h3.under::after {
    background-color: #575023;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 170px;
  }
  #events .event-image-date p {
    color: #c53b33;
    font-family: 'Montserrat', serif !important;
    font-size: 35px;
    font-weight: 700;
    padding: 10px 0 0;
  }
  #events .event-image {
    position: relative;
  }
  #events .event-image img {
  }
  #events .event-details.card {
    background-color: #fff;
    border: 1px solid #c8c0ab;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin: 20px 0;
    min-height: 20px;
    padding: 19px;
  }
  #events .event-details p {
    text-align: center;
  }
  #events .event-details i.fa {
    color: #c53b33;
    font-size: 60px;
  }
  #events .event-rsvp .btn-secondary {
    background-color: #dc8927;
    border: 1px solid #dc8927;
    border-radius: 50% / 25%;
    -moz-border-radius: 50% / 25%;
    -webkit-border-radius: 50% / 25%;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0;
    padding: 9px 70px;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    text-transform: uppercase;
  }
  #events .event-rsvp .btn-secondary:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: inherit;
    border-radius: 25% / 50%;
    -moz-border-radius: 25% / 50%;
    -webkit-border-radius: 25% / 50%;
  }
  #events .event-rsvp .btn-secondary:hover {
    color: #fff;
    border: 1px solid #c53b33;
    background-color: #c53b33;
  }
  #events .event-details .e-line-dot::after {
    background-image: url("/images/events/e-line-dot.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 140px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 20px;
  }

  /* -------------------------------------- */
  /* -- Booking "bookly" Styles -- */

  #booking .booking-con{
    margin-bottom: 50px;
  }
  #booking .booking-con h3{
    color: #575023;
  }
  #booking .booking-con .bookly-form {
    border: 1px solid #eee;
    margin: 0 auto;
    padding: 20px;
  }

  /* -------------------------------------- */
  /* -- Blog Styles -- */
  .blog #banner{
    margin-bottom: 50px;
  }
  .blog h2,
  .blog h2 a{
    content: "";
    color: #C53B33;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Montserrat', serif !important;
    line-height: 28px;
  }
  .blog .sidebar a{
    content: "";
    color: #DC8927;
  }
  .blog .sidebar h3{
    content: "";
    color: #C53B33 !important;
    border-bottom: 1px solid #777;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px !important;
    font-weight: 400;
    font-family: 'Montserrat', serif !important;
    line-height: 20px;
  }
  .blog .sidebar h3.under::after {
    background-color: #575023;
    bottom: -20px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 170px;
  }
  .blog .sidebar ul{
    margin: 0;
    padding: 0;
  }
  .blog .sidebar ul li {
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 0;
  }
  .blog .sidebar .tagcloud a{
    margin-right: 10px;
    color: #DC8927;
    font-size: 12px !important;
  }

  .blog .sidebar h3.sidebar-title {
    background-color: #fff;
    clear: both;
    display: inline-block;
    font-size: 20px;
    left: 50%;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    max-width: none;
    padding: 0;
    position: relative;
    text-align: center;
    top: 5%;
    transform: translate(-50%, -50%);
    width: 70%;
    border: none;
    color: #766B50 !important;
  }
  .blog .sidebar{
    border: 1px solid #c53b33;
    box-sizing: border-box;
    padding: 0 50px 30px;
    position: relative;
    border-radius: 30%/10%;
    -moz-border-radius: 30%/10%;
    -webkit-border-radius: 30%/10%;
    top: 15px;
    width: 100%;
  }
  .blog .sidebar.unround-bottom-corners{
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .blog .subscribebtn {
    border-top: 1px solid #766b50;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
  }
  .blog .sidebar .subscribebtn a,
  #blog a.btn-search  {
    color: #fff;
  }
  .blog article {
    border-bottom: 1px solid #766b50;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  @media (min-width: 992px) {
    .blog article {
      padding-right: 0;
    }
  }
  #blog .screen-reader-text,
  #blog .all-posts .screen-reader-text {
    clip: inherit;
    height: inherit;
    position: relative !important;
    width: inherit;
  }
  #blog .blogsingle-con,
  #blog .blogsearch-con {
    margin-bottom: 50px;
    margin-top: 50px;
  }


  /* -------------------------------------- */
  /* -- Product brand pages -- */

  #products.cabinetry .products-img-wrap{
    position: relative
  }
  #products.cabinetry .products-img-logo{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #products.cabinetry .products-img-logo {
    background-image: url("/images/products/product-logo-bgshape.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    height: 70px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0%);
    opacity : 1;
    width: 400px;
    height: 70px;
  }

  #products.cabinetry .products-img-logo img {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }


  /* -------------------------------------- */
  /* -- Privacy & Terms -- */
  .terms-of-use h3,
  .privacy-policy h3 {
    font-size: 20px;
    line-height: 20px;
  }




  /* -------------------------------------- */
  /* -- Global - Media Query Styles -- */

  /* Large Devices, Wide Screens */
  @media only screen and (max-width : 1200px) {

  }
  @media only screen and (min-width : 1280px) {
    /* bootstrap adjust desktop width to 1280px */

  }

  /* Medium Devices, Desktops */
  @media only screen and (max-width : 992px) {

  }

  /* Small Devices, Tablets */
  @media only screen and (max-width : 768px) {
    hr {
      margin-top: 15px;
      margin-bottom: 15px;
      border: 0;
      border-top: 1px solid #eeeeee;
    }
    h3{
      font-family: 'Montserrat', serif !important;
      font-size: 30px;
      line-height: 30px;
      padding: 0 0 15px;
      text-transform: uppercase;
    }
    #gallery h3, #tour h3, #intro .intro-col1 h3 {
      font-size: 22px;
      line-height: 26px;
      margin: 0 0 40px;
      padding: 0;
    }
    /* nav */
    .navbar-nav {
      margin: 0;
    }
    /* banner */
    #banner .banner-con {
      min-width: 320px;
    }
    #banner .banner-con h1,
    #brands #banner .banner-con h1,
    .remodeling-showroom-team #banner .banner-con h1 {
      font-family: 'Montserrat', serif !important;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      color: #766B50;
      margin: 0;
      padding: 20px;
      width: 100%;
      height: 100%;
      letter-spacing: 2px;
    }
    #banner .banner-con-sm {
      font-size: 13px;
      line-height: 22px;
      width: 100%;
    }
    #banner .banner-con {
      height: auto;
      top: 30%;
    }
    .experience-home-remodeling #banner .banner-con,
    .blog #banner .banner-con,
    #contact #banner .banner-con {
      height: auto;
      top: 50%;
    }
    #brands #banner .banner-con,
    #events #banner .banner-con,
    #gallery #banner .banner-con,
    .remodeling-showroom-team #banner .banner-con {
      height: auto;
      top: 30%;
      width: inherit;
    }


    /* breadcrumbs */
    #breadcrumbs.breadcrumbs-con {
      margin: 20px;
      padding: 0;
    }
    #breadcrumbs .breadcrumbs-title {
      font-family: 'Montserrat', serif !important;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase;
      color: #c53b33;
      margin: 0;
      padding: 0;
    }

    #gallery form.wcf-form-search h3,
    #gallery form.wcf-form-search h3.under,
    #gallery form.wcf-form-search h3.wcf-form-title {
      clear: both;
      display: inline-block;
      font-size: 20px;
      left: 50%;
      line-height: 20px;
      margin: 0 0 20px;
      max-width: none;
      padding: 0;
      position: relative;
      top: 5%;
      transform: translate(-50%, -50%);
      width: 70%;
    }

    /* banner */
    #banner .banner-con h1 span {
      font-family: 'Montserrat', serif !important;
      font-size: 25px;
      line-height: 25px;
      color: #c53b33;
      letter-spacing: normal;
    }
    #banner {
      margin-bottom: 30px;
    }
    #banner .banner-con {
      background-size: cover;
      width: 90%;
    }
    #banner .banner-con h1 {
      padding: 30px;
    }

    #banner .banner-con-sm {
      width: 100%;
      padding: 20px;
    }
    #products #banner .banner-con {
      background-image: url("/images/banner/banner-title-bgshape-lg.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 120px;
      left: 50%;
      opacity: 1;
      position: absolute;
      top: 40%;
      transform: translate(-50%, -50%);
      width: auto;
    }

    /* mobile container padded sides */
    .container {
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 20px;
      padding-right: 20px;
    }
    #brands .container {
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 20px;
      padding-right: 20px;
    }
    nav .container {
      margin: 0;
      padding: 0;
    }
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
      margin-left: 0;
      margin-right: 0;
    }

    /* brand gallery */

    .brands .wcf-field-checkbox.wcf-horizontal .wcf-checkbox-wrapper, .brands .wcf-field-taxonomy_checkbox.wcf-horizontal .wcf-checkbox-wrapper, .brands .wcf-field-radio.wcf-horizontal .wcf-radio-wrapper, .brands .wcf-field-taxonomy_radio.wcf-horizontal .wcf-radio-wrapper {
      margin: 10px 5px;
    }
    .brands [type="checkbox"].wcf-checkbox-item:not(:checked) + label:after {
      margin-left: 5px;
    }
    .brands [type="checkbox"].wcf-checkbox-item:checked + label:after {
      margin-left: 5px;
    }

    .brands input[type=radio] + label, .brands input[type=checkbox] + label {
      display: inline-block;
      margin: 0;
      padding: 8px 10px;
      margin-bottom: 0;
      font-size: 13px;
      line-height: 14px;
      color: #c53b33;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      background-color: #fff;
      background-repeat: repeat-x;
      border: 1px solid #ccc;
      border-color: #c53b33;
      min-width: auto;
      text-align: left;
    }
    .brands .wcf-input_query, .brands .wcf-form-title {
      display: none !important;
    }
    body.brands #banner {
      margin-bottom: 30px;
    }

    /* experience */
    .intro-col1 {
      margin-bottom: 20px;
    }
    #exp-sched {
      background: #d5d3c8;
      color: #494949;
      height: auto;
      position: relative;
      padding: inherit;
    }
    #exp-sched .col-sm-6 {
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      position: relative;
    }
    #exp-sched .exp-sched-img {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 345px;
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
    }
    #exp-sched .btn-default,
    #exp-sched .btn-secondary {
      padding: 9px 30px;
    }
    #exp-sched .exp-sched-con {
      position: relative;
      top: inherit;
      padding: 20px;
    }

    /* blog */
    .blog .sidebar {
      border: 1px solid #c53b33;
      padding: 0 30px 30px;
      position: relative;
      border-radius: 30%/10%;
      -moz-border-radius: 30%/10%;
      -webkit-border-radius: 30%/10%;
      top: 15px;
    }
    /* team page */
    .wcf-form-wrapper {
      margin: 0 20px;
    }

    /* contact page */
    div#contact-us div#contact-form form input {
      margin: 0 0 10px;
      /* padding-left: 10px; */
    }
    div#contact-us div#map-container div#map div#contact-in {
      height: auto;
      padding: 0;
      position: relative;
      width: 100%;
      z-index: 99;
      clear: both;
    }
    div#contact-us div#map-container div#map div#contact-in div {
      padding: 20px;
      position: relative;
      top: 0;
      transform: none;
    }
    div#contact-us div#map-container div#map div#contact-in h3 {
      color: #d4602f;
      margin: 0px 0px 30px 0px;
    }

    #events .event-details .e-line-dot::after {
      background-image: none;
    }
    #events .event-rsvp {
      text-align: center;
    }
    #events .event-image-date p {
      color: #c53b33;
      font-family: 'Montserrat', serif !important;
      font-size: 24px;
      font-weight: 700;
      padding: 15px 0 0;
    }
    #events h3.event-title {
      color: #575023;
      font-size: 30px;
      line-height: 30px;
      margin: 0 0 20px;
    }
    #events .event-details.card {
      margin: 0;
    }

    /* footer */
    #footer {
      margin-top: 30px;
    }

    /* end @media 768px */
  }

  /* Extra Small Devices, Phones */
  @media only screen and (max-width : 480px) {
    /* end @media 480px */
  }

  /* Custom, iPhone Retina */
  @media only screen and (max-width : 320px) {
    /* end @media 320px */
  }




  /* -------------------------------------- */
  /* End CSS 

