/*--------------------------------------------------------------

Template: Theme Name
Author: 
Version:  1
Design and Developed by: 

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.static-block-2 .text .link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid red;
  color: red;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 30px;
  padding: 10px 33px;
  text-transform: uppercase;
}

.phb-icon{

}
.phb-info{
  margin-left: 15px;
}

.phb-info h6{
  margin-bottom: 5px;
}
.phb-info p{
  margin-bottom: 0;
}

.viber-color{
  color: #675da9;
}
.whatsapp-color{
  color: #00e676;
}

@media (max-width: 991px){
  .logo {
    margin: auto;
    padding: 15px 0;
    text-align: center;
    width: 139px;
  }
}

@media (max-width: 767px){
  body .book-house {
    float: none;
    width: 100%;
  }

  body .book-house h2 a{
    font-size: 25px;
  }
}

.find-home-box{
  background-color: rgba(31, 34, 62, 0.95);
}

