/*
 Theme Name: Leigia Bootstrap
 Theme URI: http://leigia.com
 Description: WordPress Theme built using the latest version of Bootstrap.
 Version: 1.0.0
 Author: Alvin Araujo
 Author URI: http://leigia.com
 Tags: Blank, HTML5, CSS3, Bootstrap
 License: MIT
 License URI: http://opensource.org/licenses/mit-license.php
*/
@import url('fonts/fontello/css/fontello.css');
.overlay{
  position: relative;
}
.overlay:after{
  content:'';
  position: absolute;
  width:100%;
  height:100%;
  background: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.3) 30%,transparent);
  left:0;
  right:0;
  bottom:0;
}
main{
  padding:2em 0;
}
.single-property main{
  padding-top:0;
}
a{
  color:inherit;
}
/*
Buttons
*/
.btn-1 {
  margin-top: 20px;
  background-color: #0b2e4f;
  font-weight: 700;
  border-radius: 0;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 16px 20px;
  white-space:normal;
  display:inline-block;
}
/*
Title
*/
.title-1{
  font-weight: bold;
  font-size: 1.3em;
  margin: 20px 0 30px;
}
.title-2,.widgettitle{
  color: #fff;
  margin: 25px 0;
  font-size: 1.125rem;
}
.title-small{
  font-size:1em;
  font-weight:bold;
}
/* Navbrand*/
.navbar-brand{
  padding:0;
}
.navbar-brand img{
  max-width:150px;
}
/*
Navigation
*/
header.affix nav.navbar{
  background:#fff;
}
header.affix nav.navbar li a{
  color:#000;
}
nav.navbar{
  box-shadow:0 2px 6px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.1);
  position: fixed;
  width:100%;
  z-index:999;
  background: rgb(0,0,0);
  transition:all .2s linear;
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
}
.navbar-nav li a{
  color:#fff;
  transition:all .2s linear;
  text-transform: uppercase;
  border-top:2px solid transparent;
  font-weight:bold;
}
.navbar-nav li a.active{
  border-top:2px solid #0b2e4f;
}
/*
Single Property
*/
.single-property .row.title-price {
  border-bottom: 1px solid #d1e8f3;
  margin-bottom: 30px;
  align-items: center;
}

.single-property .inner-titles {
  font-weight: 800;
  margin-bottom: 20px;
}
.single-property .single-room-price-wrap {
  background: #fff;
  border: 1px solid #d1e8f3;
  border-bottom: 0;
  margin: auto;
  height: max-content;
  padding: 0 20px 20px;
  position:relative;
  z-index:99;
}

.single-property .single-room-price-wrap .unit, .single-property .single-room-price-wrap .title-price {
  color: #16131b;
}

@media (min-width: 1024px) {
  .single-property .single-room-price-wrap {
    margin-top: -115px;
    padding: 40px;
  }
  .single-property .single-room-price-wrap .price {
    line-height: 30px;
    font-weight: 800;
    font-size: 60px;
    margin-top: 0;
    color: #85b5cc;
    font-family: nanum myeongjo, helveticaneue-light, helvetica neue light, helvetica neue, Helvetica, Arial, lucida grande, sans-serif;
  }
  .single-property .single-room-price-wrap .price span.title-price {
    color: #16131b;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
  }
  .single-property .single-room-price-wrap .unit {
    font-size: 14px;
  }
}
/*Amenities*/
.single-property .amenities{
  width:auto;
  display:flex;
  overflow-x:hidden;
}
.single-property .amenities .key-value{
  min-width:100px;
  min-height:75px;
  display:inline-block;
  margin-right:15px;
  text-align:center;
  background:#f7f7f7;
  display:flex;
  flex-direction: column;
  justify-content: center;
}
/*
Single Property
*/
.sidebar-item .pxp-single-property-sec {
  padding: 30px 0;
}
.single-property .single-property-title {
  font-weight: bold;
  font-size: 1.3em;
  margin: 20px 0 30px;
}
.sidebar-item .pxp-sp-key-value-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar-item .pxp-sp-kd-item-label {
  font-size: 0.7rem;
  text-transform: uppercase;
}
.sidebar-item .pxp-sp-kd-item-value {
  font-weight: 700;
}
.single-property .icon-value-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
}
.single-property .icon-value-item .icon-value-icon {
  margin-right: 10px;
}
/* agents */
.sidebar-item .pxp-sp-agent-section {
  margin-top: 30px;
}
.sidebar-item .pxp-sp-agent-section .pxp-sp-agent-fig {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sidebar-item .pxp-sp-agent-section .pxp-sp-agent-info a {
  display: block;
  color: #747474 !important;
  font-size: 0.8rem;
}
.sidebar-item .pxp-sp-agent-section .pxp-sp-agent-btns{
  display:flex;
  width:100%;
}
/*property-content-block*/
.property-content-block{
  padding-bottom:2em;
}
/*Property Areas*/
.single-property .property-areas .room-title{
  position: relative;
  margin-bottom:15px;
}
.single-property .property-areas .room-subtitle{
  color:#717171;
  margin-bottom:15px;
}
.single-property .property-areas .room-title:after{
  content:'';
  width:75px;
  height:1px;
  background:#dddddd;
  position: absolute;
  left:0;
  bottom:-5px;
}
.single-property .property-areas .price-with-buttons .price{
  margin-right:15px;
}
.single-property .property-areas .room{
  box-shadow:0px 0px 30px 0px rgba(0,0,0,0.1);
  padding:10px;
}
.single-property .property-areas .room:not(:last-child){
  margin-bottom:15px;
}
.single-property .property-areas .room .room-image{

}
.single-property .property-areas .room .room-image img{
  border-radius:10px;
}
.single-property .property-areas .room .room-details{
  
}
.single-property .property-areas .keyfacts{
  display:flex;
  flex-wrap: wrap;
}
.single-property .property-areas .keyfacts > div{
  border: 1px solid #dddddd;
  border-radius:20px;
  font-size:.85em;
  padding:5px;
  margin-right:5px;
  font-weight:bold;
  margin-bottom:5px;
}
.single-property .property-areas .keyfacts span{
  font-weight:normal;
}
/*Navtabs*/
.nav-tabs .title-1{
  margin-bottom:0;
}
.nav-tabs .nav-link{
  color:#898989;
}
.nav-tabs .nav-link.active{
  position: relative;
  border-top:0;
  border-left:0;
  border-right:0;
  color:#212529;
}
.nav-tabs .nav-link.active:after{
  content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #5d5d5d;
}
.tab-content{
  padding-top:15px;
}
.tab-content #location .title-1{
  margin:0;
}
.tab-content #location .row{
  font-size:.9em;
  margin-bottom:5px;
}
.tab-content #location .title-1 span{
  font-weight:normal;
  font-size:.8em;
  margin-left:10px;
  color:#898989;
}
/*
Sticky
*/

.sidebar-item.position-absolute{
	position:static!important;
}
.sidebar-item {
	margin-bottom:15px;
}
@media screen and (min-width:992px) {
    .sidebar-item {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Position the items */
		margin-bottom:unset;
    }
	.sidebar-item.position-absolute{
		position:absolute!important;
	}
    .make-me-sticky {
        position: sticky;
        top: 0;
        padding:15px;
    }
}
/*
Home - Locations
*/
.location-block{
  position: relative;
  margin-bottom:30px;
}
.location-image{
  height:300px;
  width:100%;
  background-size: cover;
  background-position:center center;
  background-repeat: no-repeat;
}
.location-content{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index:99;
  color:#fff;
  padding-left:15px;
}
.location-content i{
  display:inline-block;
  margin-left:15px;
}
/*
Home - Property
*/
.property-block{
  position:relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow:0 25px 50px -12px rgba(0,0,0,.25)!important;
}
.property-block .property-image{
  min-height:250px;
  background-size:cover;
  background-repeat: no-repeat;
}
.property-block a.location{
  position: absolute;
  top:5px;
  right:5px;
  background:rgba(255,255,255,.75);
  padding:2px 5px;
  border-radius: 20px;
  font-size:.85em;
}
.property-block i{
  margin-right:5px;
}
.property-block .property-content{
  padding:2px 10px;
  margin-top:10px;
}
.property-block .price{
  font-size:.8em;
  margin-top:15px;
  position: relative;
}
.property-block .price:before{
  content:'';
  width:50%;
  height:1px;
  position: absolute;
  background:#bdbdbd;
  top:-5px;
}
.property-block .price .amount{
  font-weight:bold;
  font-size:1rem;
}
.property-block .price .unit{
  font-style: italic;
}
/*
Home - USP's
*/
.usps{
  display:flex;
}
.usps .usp-container{
  padding:10px;
}
.usps .usp{
  display:flex;
  align-items:center;
  margin:10px;
  padding: 13px 14px 14px 8px;
  border-radius: 6px;
  padding: 16px 30px;
  min-height: 80px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.usps .usp-img{
  width:60px;
  height:60px;
  margin-right:15px;
  display:flex;
  align-items:center
}
/*
Footer
*/
footer{
  background-color: #121921;
  color:#fff;
  padding:2em 0;
}
footer .widgets img{
  margin-bottom:1em;
}
footer .widgets .menu{
  list-style: none;
  padding-left: 0;
}
footer .widgets .menu a{
  color:#fff;
  border-bottom:1px dotted #fff;
}
footer .tagcloud a{
  position: relative;
    float: left;
    margin: 0px 5px 10px 0px;
    background: #282e3a;
    border-radius: 30px;
    padding: 5px 7px;
    text-transform: capitalize;
    font-size:.8em!important;
    z-index: 0;
}
footer hr{
  margin: 30px 0 30px 0;
  border-color: #ededed;
}
footer .language{
  margin-right:10px;
  max-width:250px;
  background:rgba(255,255,255,0.05);
}
footer .language select{
  background:transparent;
  border:none;
  color:#fff;
}
/*
Social Widget
*/
.social-connect a{
  position: relative;
    float: left;
    font-size: 22px;
    color: #fff;
    margin: 0px 20px 0px 0px;
}
/*
Home Slider
*/
.carousel-caption{
  text-align:left;
  bottom:25%;
  font-size:3em;
  max-width:500px;
  display:none!important;
}
.offer-container{
  position:absolute;
  right:15%;
  bottom:30vh;
  background:rgba(255,255,255,.5);
  padding:5px;
  width:300px;
}
.offer{
  background:rgba(255,255,255,.85);
  height:100%;
  width:100%;
}
.offer p{
  margin-bottom:0;
  padding:1em 10px;
}
/*
Book Widget
*/
/*
Widget
*/
#bookingForm{
  background:#fff;
  border-radius:15px;
  transform:translateY(-50px);
  padding-left:30px;
  padding:1em;
  position: relative;
  padding-bottom:50px;
  box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;
  border-top:2px solid #065af3;
}
#bookingForm .row{
  border-top:1px solid #eeeeee;
  border-bottom:1px solid #eeeeee;
  margin-left: 15px;
  margin-right: 15px;
}
#bookingForm .title-1{
  margin-top:0;
  color:#065af3;
  text-transform: uppercase;
  margin-bottom:2em;
}
#bookingForm .or-container{
  display:flex;
  align-items:center;
  transform: translateY(10px);
}
#bookingForm .or{
  width:50px;
  height:50px;
  text-align:center;
  background:#065af3;
  color:#fff;
  line-height: 35px;
  border:5px solid #fff;
  border-radius: 50%;
  position: relative;
}
#bookingForm .or:before{
  position: absolute;
  width:1px;
  content:'';
  height:200%;
  left:50%;
  top:-50%;
  background:#bdbdbd;
  z-index:-1;
}
#bookingForm label{
  color:#bdbdbd;
}
#bookingForm select{
  border:none;
  font-size:1.5em;
  line-height:2em;
  height:auto;
}
#bookingForm .date-picker{
  font-size:1.5em;
  line-height:2em;
}
#bookingForm .offset-button{
  position:absolute;
  margin:0 auto;
  left:0;
  right:0;
  bottom:-25px;
  background:#000;
  color:#fff;
  min-width:250px;
  font-size: 24px;
  height:50px;
  line-height: 24px;
  font-weight: bold;
  background-image: linear-gradient(96deg, #53b2fe, #065af3);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 34px;
}
/*
Floating buttons
*/

.floating-buttons {
  position: fixed;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999;
  right: 0px;
  bottom: 15px;
}

@media screen and (min-width:768px) {
  .floating-buttons {
      right: 50px;
      bottom: 50px;
  }
}

/*
Pulsating add colors in .pulsating-circle:before, .pulsating-circle:after, .pulsating-circle i
* */

.pulsating-circle {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.pulsating-circle i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 30px !important;
  line-height: 30px;
  font-size: 2em;
  text-align: center;
  color: #25D366;
  /*change color of icon*/
}

.pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #0d6f45;
  /*change colorof rings*/
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(116, 76, 7, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
      -webkit-transform: scale(0.33);
      transform: scale(0.33);
  }
  80%, 100% {
      opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
      -webkit-transform: scale(0.33);
      transform: scale(0.33);
  }
  80%, 100% {
      opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }
  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }
  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }
}
/*
Archive
*/
body.archive .property-block{
  display:flex;
  margin-bottom:2em;
  box-shadow: 0 1px 5px 1px rgba(0,0,0,.05);
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    padding:10px;
}
body.archive .property-block .property-image{
  min-width:25%;
  width:25%;
  border-radius:8px 0 0 8px;
  overflow: hidden;
}
body.archive .property-block .property-content{
  margin-left:5%;
  width:70%;
  margin-top:0;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}
body.archive .property-block a.location{
  background:#f7f7f7;
}
body.archive .property-block .property-content .cta a{
  margin-right:10px;
  text-transform: uppercase;
  font-weight:bold;
  font-size:.9em;
}
body.archive .property-block .property-content .cta a:nth-child(2){
  border-bottom:1px dotted #000;
  font-weight:bold;
  color:#d21f1f;
}
body.archive .property-block .feat-amenities{
  display:flex;
  flex-wrap:wrap;
}
body.archive .property-block .feat-amenities .amenity{
  text-align:center;
  margin:5px;
}
body.archive .property-block .feat-amenities .amenity i{
  display:block;
  font-size:1.5em;
}
body.archive .property-block .feat-amenities .amenity p{
  font-size:.75em;
}
/*
.Header
*/
.header{
  height:350px;
  position: relative;
  background-image:url('img/island-3542290.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-bottom:50px;
}
.header>.container{
  z-index:9;
  color:#fff;
}
.header .header-title{

}
.header .header-location select{
  background:rgba(255,255,255,.5);
  color:#000;
  font-weight:bold;
  text-transform: capitalize;
  min-width:320px;
  border-radius:18px;
  padding:5px 15px;
}
/*
Widget Sidebar Filter
*/
.filter-widget .filter-widget-content{
  height:100px;
  margin-bottom:3em;
  overflow-y: scroll;
}
/*
Chaitan
*/
.single-property .row.title-price .pxp-sp-top-title {
  font-weight: 100;
}
.single-property .row.title-price .pxp-sp-top-address {
  color: #85b5cc;
}
.single-property .row.title-price .pxp-sp-top-address i {
  margin-right: 10px;
  color: #0b2e4f;
}
.property-content-block .pxp-sp-key-value-item-wrapper .pxp-sp-key-value-item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.property-content-block
  .pxp-sp-key-value-item-wrapper
  .pxp-sp-key-value-item
  .pxp-sp-kd-item-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #0b2e4f;
}
.single-property .amenities .key {
  color: #0b2e4f;
}
.nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5d5d5d;
}
.single-property .property-areas .room-title {
  font-size: 1.1em;
  color: grey;
  font-weight: bold;
}
.single-property .property-areas .room-subtitle {
  color: #7d93b2;
  text-align: left;
  font-size: 0.8em;
  position: relative;
  padding-bottom: 10px;
}
.single-property .property-areas .room-subtitle:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.single-property .property-areas .keyfacts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.single-property .property-areas .keyfacts > div {
  border: 1px solid #dddddd;
  border-radius: 20px;
  font-size: 0.85em;
  padding: 5px 15px;
  margin-right: 5px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #384f95;
}
.single-property .property-areas .keyfacts span {
  font-weight: normal;
  color: #909090;
}
.single-property .property-areas .price-with-buttons .price {
  margin-right: 15px;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #909090;
}
.single-property .property-areas .price-with-buttons .price strong {
  color: #384f95;
  font-size: 1.8em;
}
.single-property .property-areas .price-with-buttons .buttons a {
  background: #384f95;
  border-radius: 10px;
  color: #fff !important;
  padding: 8px 20px;
  text-align: center;
  font-size: 0.7em;
}
.nav-tabs .nav-link {
  border: none !important;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 1px;
  font-weight: bold;
  color: #0b2e4f;
}
.nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5d5d5d;
}
.sidebar-item
  .pxp-sp-agent-section
  .pxp-sp-agent-info
  .pxp-sp-agent-info-rating
  i {
  color: gold;
}
