  
define('WP_AUTO_UPDATE_CORE', 'minor');
/* Enter Your Custom CSS Here */

body {
  background-color: transparent;
  text-align: left;
}

img.fullBackground {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  z-index: -1;	
  
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

.epl-property-blog{
  text-align:left;
}

.listing-info  {
  margin-left:10px;
}

.epl-button{    
  background: #F96D62;
  color: #fff;
}

.epl-button:visited, .epl-button:focus {
  color:#fff;
}

.entry-gallery .gallery {
    margin-bottom: 0;
}
.entry-gallery .gallery-item {
    margin: auto auto;
}

.entry-title {
  margin-bottom: 20px;
}
@media {
  #cboxCurrent {
  	left: auto!important;
    right:60px!important;
  }
  
  #cboxNext {
    left:90px!important;
  }
}
.team-member, .member-details{
      text-align: center;
}
.team-member .profile-pic {
    border-radius: 0;
    width: auto;
}
.row-floorplans{
  text-align:center;
}