body {
  font-family: 'Gotham Book';
  color: #343A40;
  font-size: 16px;
  line-height: 1.5; }
  body * {
    box-sizing: border-box; }
  body:not(.elementor-editor-active) #wrapper {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    transition: top 1.2s; }
  body:not(.elementor-editor-active).bg_after_loading_show .bg_after_loading span {
    height: 100%; }
  body:not(.elementor-editor-active).bg_after_loading_show #wrapper {
    top: 0; }
  body:not(.elementor-editor-active).bg_after_loading_less .bg_after_loading {
    height: 0; }
  body:not(.elementor-editor-active).bg_after_loading_hidden .bg_after_loading {
    visibility: hidden;
    opacity: 0; }
  body:not(.elementor-editor-active).bg_after_load_done .bg_after_loading {
    display: none; }
  body:not(.elementor-editor-active).bg_after_load_done #wrapper {
    position: static; }
  body:not(.elementor-editor-active) .bg_after_loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    transition: height 0.3s;
    overflow: hidden; }
    body:not(.elementor-editor-active) .bg_after_loading span {
      position: absolute;
      height: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #d5a29e;
      transition: height 0.8s; }

h1, h2, h3, h4, h5, h6, strong {
  font-family: 'Gotham Medium'; }

@media (min-width: 768px) {
  .for_mobile {
    display: none; } }

@media (max-width: 767px) {
  .for_desktop {
    display: none; } }

a {
  color: #343A40;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .container {
      padding: 0 15px; } }

.textwidget .line {
  width: 100%;
  position: relative;
  font-size: 0;
  margin-top: 17px;
  margin-bottom: 17px; }
  @media (max-width: 767px) {
    .textwidget .line {
      margin-top: 7px;
      margin-bottom: 7px; } }
  .textwidget .line:first-child {
    margin-top: 0; }
  .textwidget .line:last-child {
    margin-bottom: 0; }
  .textwidget .line:before {
    content: '';
    background-color: #3E87CB;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
     }

.site-footer {
  padding-top: 54px;
  padding-bottom: 37px;
  /*margin-top: 136px;*/
  border-top: 2px solid #e8e8e8; }
  @media (max-width: 767px) {
    .site-footer {
      padding-bottom: 47px;
      margin-top: 0;
      border-top: none; } }
  .site-footer .f-w1 {
    font-size: 16px; }
  .site-footer .f-w2 {
    margin-top: 64px;
    font-size: 15px; }
    @media (max-width: 767px) {
      .site-footer .f-w2 {
        margin-top: 25px;
        font-size: 12px; } }
  .site-footer .section-inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-footer .footer_logo {
    padding-right: 17px;
    margin-right: 17%; }
    @media (max-width: 1280px) {
      .site-footer .footer_logo {
        margin-right: 12%; } }
    @media (max-width: 991px) {
      .site-footer .footer_logo {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 15px;
        width: 100%; } }
    @media (max-width: 767px) {
      .site-footer .footer_logo {
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
        margin-bottom: 19px;
        margin-top: 35px; } }
    @media (max-width: 375px) {
      .site-footer .footer_logo img {
        max-width: 141px; } }
  @media (max-width: 767px) {
    .site-footer .widget-area .widget {
      margin-bottom: 5px; }
      .site-footer .widget-area .widget:last-child {
        margin-bottom: 0; } }
  .site-footer #footer-widgets {
    width: calc(100% - (191px + 36.7%));
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 550px; }
    @media (max-width: 1280px) {
      .site-footer #footer-widgets {
        width: calc(100% - (150px + 36.7%)); } }
    @media (max-width: 991px) {
      .site-footer #footer-widgets {
        width: 65%; } }
    @media (max-width: 767px) {
      .site-footer #footer-widgets {
        max-width: 100%;
        width: 100%;
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
        font-size: 14px; } }
    .site-footer #footer-widgets .widget {
      width: calc((100% - 30px)/2);
      margin-right: 15px; }
      @media (max-width: 767px) {
        .site-footer #footer-widgets .widget:last-child {
          margin-right: 0; } }
      @media (max-width: 425px) {
        .site-footer #footer-widgets .widget {
          width: 100%;
          margin-right: 0; } }
          .site-footer a{
            text-decoration: none;
          }
      .site-footer #footer-widgets .widget ul li a.address {
        line-height: 36px;
        padding-top: 4px;
        display: inline-block;
        padding-right: 15px;
         }
        .site-footer a:hover{
          color: #3E87CB;
        }
        .site-footer #footer-widgets .widget ul li a.address br {
          display: none; }
      @media (max-width: 1280px) {
        .site-footer #footer-widgets .widget ul li a {
          line-height: 36px;
          padding-top: 4px;
          display: inline-block;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        .site-footer #footer-widgets .widget ul li {
          margin-top: 0; } }
  .site-footer #footer-widgets-2 {
    width: 20%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 290px; }
    @media (max-width: 991px) {
      .site-footer #footer-widgets-2 {
        width: 35%; } }
    @media (max-width: 767px) {
      .site-footer #footer-widgets-2 {
        max-width: 100%;
        width: 100%; } }
    .site-footer #footer-widgets-2 .widget {
      width: 100%; }
      .site-footer #footer-widgets-2 .widget > h6 {
        display: none; }
  @media (max-width: 767px) {
    .site-footer .copyright {
      width: 100%;
      -webkit-order: 3;
      -ms-order: 3;
      order: 3; } }
  @media (max-width: 767px) {
    .site-footer .nav {
      width: 100%;
      -webkit-order: 2;
      -ms-order: 2;
      order: 2; } }
  .site-footer .nav .menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .site-footer .nav .menu .menu-item {
      margin-left: 73px; }
      @media (max-width: 991px) {
        .site-footer .nav .menu .menu-item {
          margin-left: 50px; } }
      @media (max-width: 767px) {
        .site-footer .nav .menu .menu-item:first-child {
          margin-left: 0; } }
      @media (max-width: 375px) {
        .site-footer .nav .menu .menu-item {
          margin-left: 0;
          width: 100%;
          margin-bottom: 5px; } }
  .site-footer .social {
    margin-left: auto; }
    @media (max-width: 767px) {
      .site-footer .social {
        width: 100%;
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
        margin-bottom: 34px; } }
    .site-footer .social ul {
      display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
      .site-footer .social ul li {
        margin-right: 40px; }
        .site-footer .social ul li:last-child {
          margin-right: 0; }
        .site-footer .social ul li a {
          font-size: 0;
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          height: 24px;
          width: 24px;
          font-family: "Font Awesome 5 Brands";
          color: #343A40;
          text-decoration: none; }
          .site-footer .social ul li a:before {
            content: '';
            margin: auto;
            font-size: 24px;
            line-height: 1; }
          .site-footer .social ul li a:hover:before {
            color: #3E87CB; }
        .site-footer .social ul li.instagram a:before {
          content: "\f16d"; }
        .site-footer .social ul li.twitter a:before {
          content: "\f099"; }
        .site-footer .social ul li.facebook a:before {
          content: "\f09a"; }

.ss3-fraser {
  padding:35px 0; }
  .ss3-fraser .list-item.list-item-project .item {
    transition: transform .4s; }
    .ss3-fraser .list-item.list-item-project .item.slick-current {
      padding: 0; }
      .ss3-fraser .list-item.list-item-project .item.slick-current img {
        display: block;
        /*max-height: 859px;*/ }
      .ss3-fraser .list-item.list-item-project .item.slick-current .item-1 {
        padding: 0;
        opacity: 1;
        backdrop-filter: none;
        -webkit-backdrop-filter: none; }
    .ss3-fraser .list-item.list-item-project .item .item-1 {
      padding: 0;
      opacity: 0.5;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      position: relative; }
      .ss3-fraser .list-item.list-item-project .item .item-1:before {
        content: "";
        width: 50px;
        height: 100%;
        background: #fff;
        position: absolute;
        right: 0;
        z-index: 2;
        top: 0; }
      .ss3-fraser .list-item.list-item-project .item .item-1:after {
        content: "";
        width: 50px;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        z-index: 2;
        top: 0; }
    .ss3-fraser .list-item.list-item-project .item img {
      margin: 0 auto;
      float: none;
      width: 100%;
      /* max-height: 689px;*/ }
    .ss3-fraser .list-item.list-item-project .item .content-wrapper {
      display: none; }
    .ss3-fraser .list-item.list-item-project .item:before {
      content: "";
      width: 100%;
      height: 85px;
      background: #fff;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 2;
      top: 0; }
    .ss3-fraser .list-item.list-item-project .item:after {
      content: "";
      width: 100%;
      height: 85px;
      background: #fff;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 2;
      bottom: 0; }
    .ss3-fraser .list-item.list-item-project .item.slick-current:before, .ss3-fraser .list-item.list-item-project .item.slick-current:after {
      background: transparent; }
    .ss3-fraser .list-item.list-item-project .item.slick-current .item-1:before, .ss3-fraser .list-item.list-item-project .item.slick-current .item-1:after {
      background: transparent; }
  .ss3-fraser .list-item.list-item-project button.slick-arrow {
    display: none !important; }

.project-2 .list-item-project .item {
  padding: 0 142px; }
.project-2 .list-item-project button.slick-arrow {
  right: 122px;
  top: 37%; }

.videobedroom {
  display: none; }

.swl-block .finishes-wrapper {
  width: 1143px;
  height: 696px;
  margin: 0 auto; }
  .swl-block .finishes-wrapper .finish {
    display: none;
    position: relative; }
    .swl-block .finishes-wrapper .finish.active {
      display: inline-block; }
    .swl-block .finishes-wrapper .finish#finish-night .finish-inner .finish-tile-1 .ct-t .description, .swl-block .finishes-wrapper .finish#finish-night .finish-inner .finish-tile-3 .ct-t .description {
      color: #fff; }
    .swl-block .finishes-wrapper .finish .finish-brush {
      position: absolute;
      right: 0;
      bottom: 115px; }

    .swl-block .finishes-wrapper .finish .finish-inner {
      width: 1143px;
      height: 696px; }
      .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-1 {
        z-index: 1;
        background: #E5E5E5;
        width: 563px;
        height: 563px;
        position: absolute;
        bottom: 0;
        left: 0; }
      .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-2 {
        z-index: 3;
        left: 469px;
        bottom: 72px;
        width: 329px;
        height: 329px;
        max-width: 329px;
        width: 100%; }
        /*.swl-block .finishes-wrapper .finish .finish-inner .finish-tile-2 .ct-t .description {
          color: #fff; }*/
      .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-3 {
        z-index: 2;
        max-width: 449px;
        height: 449px;
        left: 276px;
        bottom: 247px;
        width: 100%; }
        .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-3 .ct-t .description {
          top: 20px;
          bottom: auto;
          color: #343A40; }
      .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-4 {
        z-index: 4;
        max-width: 287px;
        height: 298px;
        top: 69px;
        left: 589px;
        width: 100%; }
        .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-4 .ct-t .description {
          top: 20px;
          bottom: auto;
           }
      .swl-block .finishes-wrapper .finish .finish-inner .section-fade {
        position: absolute; }
        .swl-block .finishes-wrapper .finish .finish-inner .section-fade .description {
          left: 18px;
          bottom: 20px;
          position: absolute;
          font-size: 16px;
          line-height: 19px;
          font-family: 'Gotham Book';
          color: #343A40; }
          .swl-block .finishes-wrapper .finish .finish-inner .light .description{
            color: #fff;
          }
        .swl-block .finishes-wrapper .finish .finish-inner .section-fade .ct-t {
          position: relative;
          width: 100%;
          height: 100%; }
        .swl-block .finishes-wrapper .finish .finish-inner .section-fade .img {
          padding-top: 100%;
          width: 100%;
          height: 100%;
          background-size: cover; }
          @media screen and (max-width:767px){
              .swl-block .finishes-wrapper .finish .finish-inner .section-fade .img {
                padding-top: 0; }
          }

/*.mapper.full {
  position: static; }*/

.videobedroom {
  display: none; }

.list-video {
  position: relative;
  text-align: center; }
  .list-video .lightbox-video-1 {
    display: none;
    position: absolute;
    left: 0;
    top: -300px;
    width: 100%; }
    .list-video .lightbox-video-1.active {
      display: block;
      height: 1170px;
      padding: 157px 100px 151px;
      background: #343A40; }
    .list-video .lightbox-video-1 iframe {
      height: 100%;
      max-width: 1640px; }
  .list-video .btn-close {
    position: absolute;
    width: 50px;
    height: 49px;
    top: 62px;
    right: 130px;
    background: url(../../assets/img/close1.jpg) no-repeat left top;
    cursor: pointer; }
  .list-video .left {
    display: inline-block;
    padding-right: 102px; }
  .list-video .right {
    display: inline-block;
    padding-left: 104px; }
  .list-video h3 {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 56px 19px 57px;
    background: #343A40;
    color: #fff;
    font-family: 'Gotham Medium';
    margin-top: 34px;
    transition:all 0.2s ease;
     }
     .list-video h3 a{
      color: #fff;
      text-decoration: none;
     }
    @media screen and (min-width:640px){
        .list-video h3:hover{
            background: #004677;
        }
    }

h3.section-fade.activated {
  text-align: center; }

.ss9-fraser {
  z-index: 9; }

section.list-bedroom {
  z-index: 10; }

    @media screen and (min-width: 992px){
      section.list-bedroom.active {
        padding-bottom: 615px; }
    }

.logo_mb {
  display: none; }

.single-project_list .site-footer {
  margin-top: 0; }
.single-project_list .project-last {
  margin-bottom: 0; }

.list-2-image a {
  font-size: 16px;
  line-height: 19px;
  font-family: 'Gotham Medium';
  color: #343A40;
  padding: 21px 26px 18px 23px;
  border: 2px solid #343A40;
  /*position: absolute;*/
  bottom: 55px; 
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}

  @media screen and (min-width:640px){
        .list-2-image a:hover{
            border-color:#004677;
            background: #004677;
            color: #fff;
        }
    }

.tab1 {
  position: absolute;
  right: 77px;
  bottom: 50px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Gotham Medium';
  color: #343A40; }

.slick-active .tab1 {
  display: inline-block; }

body .site-footer .social ul li.linked a:before, .social ul li.linked a:before {
  content: "";
  background: url(../../assets/img/LinkedIn.svg) no-repeat left top;
  width: 24px;
  height: 24px;
  border-radius: 50%; }

body .site-footer .social ul li.linked a:hover:before, .social ul li.linked a:hover:before {
  background: url(../../assets/img/linke_hover.jpg) no-repeat left top; }

/*.wrapper-slider .btn-link a:before {
  transition: all ease .4s; }*/

.banner-top .banner_mb {
  display: none; }
.banner-top img {
  height: auto; }

body .entry-content .lightbox-video {
  padding: 190px 335px; }

section.ss9-fraser .heading-project-center .elementor-text-editor h3.section-fade a.active {
  cursor: pointer; }

.checkbox-fraser input:checked ~ .wpcf7-list-item-label {
  background-color: #fff;
  border: 1px solid #343A40;
  border-radius: 50%; }

.checkbox-fraser .wpcf7-list-item-label {
  font-size: 0;
  position: absolute;
  top: 4px;
  right: -31px;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #343A40;
  border-radius: 50%; }

.checkbox-fraser .wpcf7-list-item-label:after {
  left: 1px;
  top: 1px;
  width: 13px;
  height: 13px;
  background: #343A40;
  border-radius: 50%; }

.checkbox-fraser input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none; }

section.project-last .form-bottom .right span.wpcf7-form-control-wrap {
  display: inline-block; }

h3.section-fade.activated a {
  cursor: pointer; }

.list-video img {
  width:80%;
   }
   @media screen and (min-width:768px){
      .list-video img {
        width:90%;
      }
   }

section.ss9-fraser .heading-project .elementor-text-editor {
  color: #343A40; }

.elementor-widget-text-editor {
  color: #343A40 !important; }

.content-menu .project-last {
  background: none;
  padding: 0 20px 0 0; }
  .content-menu .project-last a:first-child {
    color: #3E87CB;
    /*text-decoration: underline;*/ }

.ss-farse-top.lightbox-video .elementor-container:after {
  display: none; }
.ss-farse-top.lightbox-video .elementor-column.elementor-col-50, .ss-farse-top.lightbox-video .elementor-column[data-col="50"] {
  width: 100%; }
.ss-farse-top.lightbox-video .close-top-fr {
  position: absolute; }
  .ss-farse-top.lightbox-video .close-top-fr .btn-close {
    width: 66px;
    height: 66px;
    top: -62px;
    right: -126px;
    background: url(../../assets/img/close1.jpg) no-repeat left top;
    cursor: pointer;
    position: absolute;
    background-size: cover; }
    @media (max-width: 1199px) {
      .ss-farse-top.lightbox-video .close-top-fr .btn-close {
        width: 50px;
        height: 50px;
        top: -60px;
        right: 0; } }
    @media (max-width: 767px) {
      .ss-farse-top.lightbox-video .close-top-fr .btn-close {
        width: 40px;
        height: 40px; } }

.banner-top .content-banner-top h3 {
  margin-bottom: 12px; }

section.head-projects .header-project ul.list-tab li a {
  outline: none;
  position: relative; }
  section.head-projects .header-project ul.list-tab li a.active {
    position: relative; }
    /*section.head-projects .header-project ul.list-tab li a.active:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 2px;
      background: #E8E8E8;
      bottom: 12px;
      left: 0; }*/

.list-tab a {
  margin: 0 21px;
  padding: 0; }
  .list-tab a:first-child {
    margin-left: 0; }

/*.fix-search-1 #logo {
  display: none; }
.fix-search-1 #logo.logo_mb {
  display: inline-block; }*/

.csre-popup-main img {
  display: block;
  margin: 0 auto; }

.ss4-fraser ul.list-item-ct {
  position: relative; }
.popup-pin-wrapper{
  padding:0 15%;
}
.popup-pin-wrapper.open .close {
  width: 66px;
  height: 66px;
  background: url(../../assets/img/close1.jpg) no-repeat left top;
  cursor: pointer;
  background-size: cover; }
.popup-pin-wrapper.open .close:hover {
  background: url(../../assets/img/close2.jpg) no-repeat left top;
  background-size: cover; }

.willowbrook-wrapper .elementor-widget:not(:last-child) {
  margin-bottom: 0; }

.bottom.mobile {
  display: none; }

.wrap-content-menu {
  width: 814px;
  right: 0; }

@media screen and (max-width: 991px){
  .wrap-content-menu {
      width: 90%;
  }
}
@media screen and (max-width: 767px){
  .wrap-content-menu {
      width: 100%;
  }
}


/*#filter-sidebar.active.active1 {
  background: rgba(0, 0, 0, 0.7); }*/

/*.no-scroll {
  height: 100vh;
  overflow: hidden; }*/

.wrap-content-menu a:hover {
  text-decoration: none; }

.finishes-wrapper .section-fade.activated1 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,transform .5s ease;
  transition: opacity .5s ease,transform .5s ease,-webkit-transform .5s ease; }

.finishes-wrapper .section-fade {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  will-change: opacity,transform; }

/*.wrap-content-menu .project-last a:hover {
  text-decoration: underline; }*/

.home-text-static {
  background-color: #3E87CB;
  text-align: center; }

.homeowner-3 {
  margin-bottom: 62px; }

.homeowner-1:hover:after, .homeowner-2:hover:after {
  top: -5px; }

.homeowner-1:after, .homeowner-2:after {
  cursor: pointer;
  -webkit-transition: all ease .4s;
transition: all ease .4s;
   }

.list-projects-item .right h1 a:hover, div#navigation-4 p a:hover {
  color: #707070 }

.ss-farse-top.lightbox-video .close-top-fr .btn-close:hover {
  background: url(../../assets/img/close2.jpg) no-repeat left top;
  background-size: cover; }

.right p.note {
  display: none;
  font-size: 10px;
  line-height: 16px;
  text-align: left;
  font-family: 'Gotham Book'; }

.lightbox-video.open {
  position: fixed;
  height: 100vh; }

.banner-video-lightbox {
  display: inline-block;
  cursor: pointer; }

body.single-project_list .entry-content .lightbox-video {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  vertical-align: middle;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center; }
  body.single-project_list .entry-content .lightbox-video .ss-farse-top-wrapper {
    width: 100%; }
    body.single-project_list .entry-content .lightbox-video .ss-farse-top-wrapper .video-1 {
      position: relative;
      max-width: 1250px;
      margin: 0 auto; }
      body.single-project_list .entry-content .lightbox-video .ss-farse-top-wrapper .video-1 .close-top-fr {
        position: static; }

.list-video h3 {
  cursor: pointer; }

  header .h-w1 #logo img, .footer_logo img{
    width: 176px;
    height: auto;
  }
  header .h-w1 #logo.logo_mb img{
    width:30px;
  }

@media screen and (min-width:768px){
  .content-menu .project-last {
    margin-top: 60px;
    padding-top: 60px; }
}

@media screen and (min-width: 992px) {

  section.ss6-fraser .elementor-text-editor {
    padding-top: 164px; }

  .ss4-fraser ul.list-item-ct {
    padding-bottom: 40px; } }
@media screen and (max-width: 1280px) and (min-width: 992px) {
  .site-footer .nav .menu {
    display: block;
    text-align: right; }
    .site-footer .nav .menu .menu-item {
      display: inline-block; }
  .site-footer .social ul {
    display: block;
    text-align: right; }
    .site-footer .social ul li {
      display: inline-block; } }
@media screen and (max-width: 1800px) {
  .ss3-fraser .list-item.list-item-project .item .item-1 {
    padding: 50px; }

  .project-2 .list-item-project .item {
    padding: 0 50px; } }
/*@media (min-width: 1024px)  and (max-width: 1650px){
	.wrapper-slider .btn-link a:before{
		right: 0;
	}
	.wrapper-slider .btn-link a:hover:before{
		right: -6px;
	}
}*/
@media screen and (max-width: 1650px) {
  .home .list-item {
    /*padding: 0 20px;*/ }
    .home .list-item .item img {
      max-width: 55%; }
    .home .list-item .item .content-right {
      max-width: 42%; }
  .home .slider-home-3 .list-item .item .content-right {
    padding: 0; }

  .close {
    right: 20px;
    top: 20px; }

  /*.popup-pin-wrapper .csre-popup-main img {
    height: 660px; }*/

  .popup-pin-wrapper {
    padding: 0 130px; } }
@media (max-width: 1500px) {
  body .entry-content .lightbox-video {
    padding: 150px; }
    body .entry-content .lightbox-video .elementor-container:after {
      top: -88px;
      right: 0; }

  .ss3-fraser .list-item.list-item-project .item img {
    max-height: 470px; }

  section.ss6-fraser .elementor-text-editor {
    padding-top: 100px; }

  section.ss9-fraser .heading-project-top .elementor-text-editor {
    padding-top: 120px; }
  section.ss9-fraser .heading-project-bottom .elementor-text-editor {
    padding-top: 120px; }

  .text-murrayville .elementor-text-editor {
    padding-top: 120px; }

  body.single-project_list .entry-content .lightbox-video {
    padding: 0 150px; }
    body.single-project_list .entry-content .lightbox-video .ss-farse-top-wrapper .video-1 {
      max-width: 1000px; }
      body.single-project_list .entry-content .lightbox-video .ss-farse-top-wrapper .video-1 .close-top-fr .btn-close {
        top: -5%;
        right: -100px; } }
@media (max-width: 1300px) {
  body .entry-content .lightbox-video {
    padding: 140px; }

  .popup-pin-wrapper.open {
    padding: 10px 61px; }

  .list-video .lightbox-video-1 iframe {
    max-width: 100%;
    padding: 0 50px; } }
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .ct-top {
    position: absolute; }

  .ss4-fraser ul.list-item-ct li.city .content-left .plan-type {
    padding-top: 110px; } }
@media (max-width: 1199px) {
  .banner-content-wrap {
    top: 100px; }

  .swl-block .finishes-wrapper .finish .finish-brush {
    height: 265px;
    width: auto;
    bottom: 16.523%; }
  .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-1 {
    width: 49.256%;
    height: auto; }
  .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-3 {
    width: 39.283%;
    height: auto;
    left: 24.147%;
    bottom: 35.489%; }
  .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-2 {
    width: 28.784%;
    height: auto;
    left: 30.621%;
    bottom: 10.244%; }
  .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-4 {
    width: 25.109%;
    height: auto;
    left: 51.531%;
    top: auto;
    bottom: 47.270%; }

  body .entry-content .lightbox-video {
    padding: 105px 80px; }

  .ss3-fraser .list-item.list-item-project .item img {
    max-height: 300px; }

  .looking-for .heading-project .elementor-text-editor {
    padding-top: 80px; }

  .project-2 .list-item-project button.slick-arrow {
    right: 122px;
    top: 25%; }

  #map {
    width: 55% !important;
    height: 730px !important; }

  .list-video .lightbox-video-1.active {
    height: 960px;
    padding: 140px 70px 140px;
    top: -180px; }

  .list-video .lightbox-video-1 iframe {
    max-width: 100%; }

  .ss3-fraser .list-item.list-item-project .item:before, .ss3-fraser .list-item.list-item-project .item:after {
    height: 40px; } }
@media screen and (max-width: 991px) {
  .home .list-item .item img {
    max-width: 100%; }
  .home .list-item .item .content-right {
    max-width: 100%; }

  .swl-block .finishes-wrapper .finish .finish-inner {
    height: 520px; }

  .mapper.full {
    position: relative; }

  .popup-pin-wrapper.open {
    padding: 50px 61px; }

  .ss4-fraser ul.list-item-ct li.city .content-right a {
    margin-top: 50px;
    display: inline-block;
    float: none; }

  .text-murrayville .elementor-text-editor {
    padding-top: 70px; }

  .list-video .lightbox-video-1.active {
    height: 500px;
    padding: 60px 30px; }

  .list-video .right .btn-close {
    top: 15px;
    right: 15px; }

  section.list-bedroom.come-in.active {
    padding-bottom: 0; }

  .list-video .btn-close {
    top: 62px;
    right: 15px; }

  .ss3-fraser .list-item.list-item-project .item:before, .ss3-fraser .list-item.list-item-project .item:after {
    height: 20px; }

  body.single-project_list .entry-content .lightbox-video {
    padding: 0 50px; }
    body.single-project_list .entry-content .lightbox-video .ss-farse-top-wrapper .video-1 {
      max-width: 1000px; }
      body.single-project_list .entry-content .lightbox-video .ss-farse-top-wrapper .video-1 .close-top-fr .btn-close {
        top: -100px;
        right: 0px; } }
@media (max-width: 767px) {
  #logo {
    display: none; }
    #logo.logo_mb {
      display: inline-block; }

  .banner-top .banner_mb {
    display: block; }
  .banner-top img {
    display: none; }

  header .h-w1 {
    padding: 26px 0 21px; }

  .site-content {
    padding-top: 72px; }

  header .h-w1 #logo img {
    width: 115px; }
  header .h-w1 .icon {
    width: 21px;
    margin: 2px 0; }

  .fix-search section.head-projects {
    border: none;
    padding-bottom:5px;
    top: 56px; }
    .fix-search section.head-projects .header-project {
      padding-top: 0;
      padding-bottom: 0;
      text-align: center; }
      .fix-search section.head-projects .header-project h1.title {
        display: inline-block; }

  .swl-block .finishes-wrapper .finish .finish-brush {
    height: 24.138%;
    width: auto;
    bottom: 3.879%; }
  .swl-block .finishes-wrapper .finish .finish-inner {
    height: 464px; }
    .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-1 {
      width: 72.384%;
      height: 53.233%;
      top: 0;
      bottom: auto;
      z-index: 3; }
    .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-3 {
      width: 68.023%;
      height: 50.431%;
      left: 21.429%;
      bottom: 29.310%;
      z-index: 4; }
      /*.swl-block .finishes-wrapper .finish .finish-inner .finish-tile-3 .ct-t .description {
        left: 23px;
        bottom: 15px;
        top: auto; }*/
    .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-2 {
      width: 43.314%;
      height: 32.112%;
      left: auto;
      right: 0;
      bottom: 60.129%;
      z-index: 5; }
      .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-2 .ct-t .description {
        top: auto;
        left: 20px;
        bottom: 16px; }
    .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-4 {
      width: 63.372%;
      height: 48.491%;
      left: 5.495%;
      top: auto;
      bottom: 0; }
      .swl-block .finishes-wrapper .finish .finish-inner .finish-tile-4 .ct-t .description {
        bottom: 15px;
        left: 24px;
        top: auto; }
    .swl-block .finishes-wrapper .finish .finish-inner .section-fade .description {
      font-size: 14px;
      line-height: 16px;
      bottom: auto;
      left: 15px;
      top: 15px; }

  .popup-pin-wrapper.open {
    padding: 60px 61px; }

  #map {
    width: 100% !important;
    height: 314px !important; }

  .list-video .lightbox-video-1 iframe {
    max-width: 100%; }

  .looking-for .heading-project .elementor-text-editor {
    padding-top: 30px; }

  .elementor-86 .elementor-element.elementor-element-aaf5f68 {
    margin-top: 43px !important;
    margin-bottom: 70px !important; }

  body .entry-content .lightbox-video {
    padding: 105px 20px 50px; }

  .list-video .lightbox-video-1.active {
    padding: 105px 20px 50px; }
  .list-video .lightbox-video-1 iframe {
    padding: 0; }
  .list-video .btn-close {
    top: 25px;
    right: 15px; }

  section.ss9-fraser .heading-project-top .elementor-text-editor {
    padding-top: 49px;
    padding-bottom: 18px; }
  section.ss9-fraser .heading-project-center .elementor-text-editor h3.section-fade {
    padding-bottom: 45px; }
    section.ss9-fraser .heading-project-center .elementor-text-editor h3.section-fade a {
      font-size: 14px;
      line-height: 16px; }
    section.ss9-fraser .heading-project-center .elementor-text-editor h3.section-fade small {
      padding: 0px 40px; }
  section.ss9-fraser .heading-project-bottom .elementor-text-editor {
    padding-top: 87px; }
    section.ss9-fraser .heading-project-bottom .elementor-text-editor p {
      color: #343A40; }

  .text-murrayville .elementor-text-editor {
    font-size: 24px;
    line-height: 34px;
    padding-top: 0;
    color: #343A40; }

  .content-menu .project-last {
    padding:45px 0 0 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-justify-content:center;
    -ms-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    align-items:center;
     }
     .content-menu .project-last a{
      display: block;
      margin:0 0 30px;
     }
     .content-menu .project-last a:last-child{
      margin:0;
     }

  ul.tab li {
    margin: 10px 9px; }
    ul.tab li:first-child {
      margin-right: 5px; }

  .wrap-content-menu.open .homeowner-1, .wrap-content-menu.open .homeowner-2 {
    padding-right: 20px; }
    .wrap-content-menu.open .homeowner-1:after, .wrap-content-menu.open .homeowner-2:after {
      bottom: 7px;
      top: auto;
      right: 0; }

  .willowbrook-wrapper img {
    width: 100%; }

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

  section.project-last .content-form-left .elementor-text-editor a.btn {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 66px; }

  .bottom {
    display: none; }
    .bottom.mobile {
      display: inline-block; }

  .site-footer .nav .menu .menu-item {
    width: 100%;
    margin-left: 0; }

  .forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper, .rev_slider, .tp-videolayer {
    height: 100vh !important; }

  .ss3-fraser .list-item.list-item-project .item:before, .ss3-fraser .list-item.list-item-project .item:after {
    display: none; }
  .ss3-fraser .list-item.list-item-project .item .item-1:before, .ss3-fraser .list-item.list-item-project .item .item-1:after {
    display: none; }

  .site-footer #footer-widgets .widget ul li a {
    line-height: 24px;
    padding-top: 0; }
    .site-footer #footer-widgets .widget ul li a.address {
      line-height: 24px;
      padding-top: 0; }
      .site-footer #footer-widgets .widget ul li a.address br {
        display: inline-block; }

  .banner-content-wrap {
    top: 35px; }

  .content-banner-top h1 {
    margin-bottom: 7px; }

  section.project-last .form-bottom .right span.wpcf7-form-control-wrap {
    display: block;
    padding-bottom: 9px; }

  .checkbox-fraser {
    margin-bottom: 0; }
    .checkbox-fraser .wpcf7-list-item-label {
      left: 0;
      top: 10px; }

  .right p.note {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 25px; }

  .left p.note {
    display: none; }

  .zen-care-video-pop.active {
    position: fixed;
    z-index: 910;
    top: 50%;
    transform: translateY(-50%);
  }

  /*.page-template-about #filter-sidebar.active.active1 {
    background: rgba(0, 0, 0, 0.9); }*/

  body.single-project_list .entry-content .lightbox-video {
    padding: 0; }
    body.single-project_list .entry-content .lightbox-video .ss-farse-top-wrapper .video-1 {
      max-width: 400px; }
      body.single-project_list .entry-content .lightbox-video .ss-farse-top-wrapper .video-1 .close-top-fr .btn-close {
        top: 0;
        right: -65px; } }
@media (max-width: 639px) {
  .list-video .lightbox-video-1.active {
    height: 300px;
    padding: 60px 30px; }
  .list-video .btn-close {
    top: 12px;
    right: 15px;
    width: 35px;
    height: 35px;
    background-size: cover; }

  .wrap-content-menu.open {
    width: 100%; }
    .wrap-content-menu.open .homeowner-1, .wrap-content-menu.open .homeowner-2 {
      padding-right: 25px; }

  body.single-project_list .entry-content .lightbox-video .ss-farse-top-wrapper .video-1 .close-top-fr .btn-close {
    top: -60px;
    right: 10px; } }
@media screen and (min-width: 568px) and (max-width: 767px) {
  .banner-top .banner_mb {
    /*  width: 100%;
      height: 100vh;*/ } }
@media screen and (max-width: 400px) {
  .wrap-content-menu.open {
    width: 100%; }

  ul.tab li {
    margin: 10px 9px;
    width: auto; }
    ul.tab li:last-child {
      margin-right: 0; } }
@media (max-width: 360px) {
  .swl-block .finishes-wrapper .finish .finish-brush {
    width: 60%; }

  section.ss9-fraser .heading-project-bottom .elementor-text-editor {
    padding-top: 40px; }

  ul.tab li {
    margin: 10px 4px;
    font-size: 13px; }

  .wrap-content-menu.open .homeowner-1, .wrap-content-menu.open .homeowner-2 {
    padding-right: 25px; } }

/*# sourceMappingURL=custom1.css.map */


