/*
Theme Name: Zenterra
Theme URI: http://www.graphicallyspeaking.ca
Author: Graphically Speaking
Author URI: http://www.graphicallyspeaking.ca/
Description: GSSI Starter theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zenterra
Tags: custom

This theme, like WordPress, is licensed under the GPL.

Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.

*/

.postid-8715 .get-direction {
    display: none;
}

.content-right .mapper > img {
    max-width: 100% !important;
  width: 250px;
    height: auto;
}

.wrapper-build {
  width: 100%;
display:flex;
}
.row-half {
  float: left;
  
  padding: 0 40px;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.row-half.row-40{
width:40%
}
.row-half.row-60{
width:60%
}
.image-wrapper{
  position: relative;
}
.img-buld img{
  max-width: 1000px;
  width: 100%;
}
.tool-click  {
  /* FONT-WEIGHT: 300; */
  position: absolute;
  z-index: 99;
  
  background:rgba(255, 255, 255, 0.7);
  /* padding: 10px; */
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-decoration: none;
  font-weight: normal;
  font-size: 33px;
  line-height: 35px;
  text-align: center;
  color: #878686;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%) !important;
}
.tool-click.num-1 {
    top: 63%;
    left: 21%;
    cursor: pointer;
}

.tool-click.num-2 {
    top: 45%;
    left: 43%;
    cursor: pointer;
}
.tool-click.num-3 {
    top: 53%;
    right: 40%;
    cursor: pointer;
}
.tool-click.num-4 {
  top: 30%;
  right: 17%;
  cursor: pointer;
  display: none;
}
.tool-click.num-5 {
    top: 35%;
    right: 48%;
    cursor: pointer;
  display:none;
}
.tool-click.num-6 {
  top: 49%;
  right: 43%;
  cursor: pointer;
}
.tool-click.num-7 {
  top: 70%;
  right: 61%;
  cursor: pointer;
}

.tool-click.num-8 {
    top: 36%;
    right: 53%;
    cursor: pointer;
}

.tool-click.num-9 {
    top: 45%;
    right: 16%;
    cursor: pointer;
}
.tool-click.num-10 {
    top: 24%;
    right: 34%;
    cursor: pointer;
}
  .tool-click.num-11 {
    top: 58%;
    right: 78%;
    cursor: pointer;
  }
  .tool-click.num-12 {
    top: 62%;
    right: 46%;
    cursor: pointer;
}
.tool-click.num-13 {
  top: 74%;
  right: 48%;
  cursor: pointer;
}
.tool-click.num-14 {
    top: 61%;
    right: 29%;
  cursor: pointer;
}
  .add-square {
    list-style: square;
    padding-left: 31px;
    padding-top: 5px;
}
  @media (max-width: 767px){
    .tool-click{
        width: 25px;
        height: 25px;
        font-size: 24px;
    }
  }


/* The Modal (background) */


/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  max-width: 1000px;
  width:100%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 15px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
  border-radius: 10px;
}
#modal-1.modal-content{
    margin: -50px 0 0 -50px;
}
.modal-content img{
    width: 100%;
}
.modal-content.active{
    display: block;
}
.build-title {
  font-size: 22px;
  text-align: center;
  padding: 0 15px 10px;
  box-sizing: border-box;
}

/* The Close Button */
.close:before, .close:after {
  position: absolute;
  left: 16px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
  top: 7px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
span.close {
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
  right: -10px;
  top: -13px;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
  cursor: pointer;
}
.dollhouse-heading{
padding: 30px 10px 20px 0px;
  font-size: 32px;
  color: #343A40;
  font-family: "Gotham Bold";
text-transform:uppercase;
}
/* Image Comparsion style  */
.slider-wrapper-build{
width:100%;
display:flex;
padding: 25px 0;
overflow:hidden;
max-width:1680px;
margin:0 auto;

}
.row-half.row-70{
width:70%;
}
.row-half.row-30{
width:30%;
}

.img-comp-container {
position: relative;

}

.img-comp-img {
position: absolute;
width: auto;
height: auto;
overflow:hidden;
border-right:solid 1px #fff;
}

.img-comp-img img {
display:block;
vertical-align:middle;
max-width:none !important;

}

.img-comp-slider {
position: absolute;
z-index:9;
cursor: col-resize;
/*set the appearance of the slider:*/
width: 40px;
height: 40px;
background:url(../zenterra/slider-comp-arrow.svg);
opacity: 1;
border-radius: 50%;
}

section.ss4-fraser{
z-index: auto !important;
}
.ss3-fraser.slide-hover .list-item.list-item-project button.slick-arrow{
display: block !important;
top: 0 !important;
bottom: 0 !important;
height: 100%;
width: 50%;
background: none;
z-index: 999;
}
.ss3-fraser.slide-hover .list-item button.slick-arrow.slick-next{
cursor:url(images/new-arrow-next.svg), auto;
right: 0;
}
.ss3-fraser.slide-hover .list-item button.slick-arrow.slick-prev{
cursor:url(images/new-arrow-prev.svg), auto;
left: 0;
}
@media (max-width: 767px){
.wrapper-build{
display:block;
}
.row-half.row-40{
width:100%
}
.row-half.row-60{
width:100%
}
.dollhouse-heading{
font-size:25px;
}
.row-half{
    padding: 0 15px;
}
#modal-1.modal-content{
    margin: 0;
}

}
@media (min-width: 1500px){
.img-comp-container {
height: 600px; /*should be the same height as the images*/
}
}
@media(max-width: 1499px) and (min-width: 1300px) {
.img-comp-container {
height: 480px; /*should be the same height as the images*/
}
.img-comp-img img{
    width:800px
}
}
@media(max-width: 1299px) and (min-width: 1024px) {
.img-comp-container {
height: 420px; /*should be the same height as the images*/
}
.img-comp-img img{
    width:690px
}
}
@media(max-width: 1023px) and (min-width: 768px) {
.img-comp-container {
height: 420px; /*should be the same height as the images*/
  width:700px;
  margin:0 auto;
}
.img-comp-img img{
    width:690px
}

}
@media (max-width: 1023px){
.row-half.row-70,
.row-half.row-30
{
width:100%;
}
.slider-wrapper-build{
display:block;
}
}
@media(max-width: 767px) and (min-width: 450px) {
  .img-comp-container {
      height: 270px; /*should be the same height as the images*/
        width:450px;
        margin:0 auto;
    }
      .img-comp-img img{
          width:445px
      }
}
@media (max-width: 449px){
  .img-comp-container {
      height: 210px; /*should be the same height as the images*/
        width:345px;
        margin:0 auto;
    }
      .img-comp-img img{
          width:345px
      }

}

#post-3448 #project-form {display:none;}
#post-3549 #project-form {display:none !important;}
#post-3719 #project-form {display:none;}
#post-2990 #project-form {display:none;}
#post-3329 #project-form {display:none;}

@media screen and (max-width: 1080px){
  .list-item .item .content-right{
      position: static;
      max-width: 100%;
      height: auto;
      float: left;
      margin-top: 50px;
  }

}


