/* CSS Document */
body{background: url(../img/dots-patt.png) !important;}
header{background: url(../img/dots-patt.png) !important;}

.box-p, .box-p1{/*background-image: url(../img/dots-patt.png);color: #efde7e;*/}
.box-black{   background-image: url(../img/dots-patt.png);color: #efde7e;border: solid 2px #efde7e;}
.box-black2{background-color: #efde7e; color: #efde7e;}
.box-p1 [type="button"], .box-p1 [type="submit"]{background-color: #efde7e;}
.post-thumb .tu-img .dt.mm{background-color: #efde7e;}

.textDiv_Seconds {background: #000; border-radius: 50%;width: 100px;height: 100px;float:right;padding-top:50px;padding-right:20px;margin-right:5px;}
.span_Seconds{font-size: 19px; line-height: 6px;color:#efde7e;}
.h4_Seconds{font-size: 6px; line-height: 6px;color:#efde7e;}
.f-call{background-image: url(../img/dots-patt.png);}
.container-fluid{background-image: url(../img/dots-patt.png);}
.single-real-estate #project-features{background-image: url(../img/dots-patt.png);}
.header_back{background:#D4AF37  !important;}
.slick-arrow.slick-next:before{content:"" !important;display:none;}
.slick-arrow.slick-prev:before{content:"" !important;display:none;}
.wpcf7-form P{color:rgb(212,175,55) !important;}
/*pop*/


{box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #D4AF37;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #D4AF37;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}