/* =WordPress Core
-------------------------------------------------------------- */

#div-page-title {
	background: #468ac9;
	margin-top: 15px;
    margin-bottom: 30px;
}

#div-page-title h1 {
	color: #fff;
    padding-top: 20px;
    padding-bottom: 12px;
    font-size: 24px !important;
}

#div-page-title-img, .property-img  {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
}

#div-page-title-img {
	height: 100%;
    border-left: #D22127 4px solid;
}

nav .news-and-events {
	background: #ccc;	
}

nav .news-and-events .news {
	padding: 10px 10px 20px 10px;
}

.sidebar-container-image {
	position: relative;
}
.sidebar-container-image .sidebar-over-img {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)), color-stop(1,black));
}
.sidebar-container-image .sidebar-over-img .sidebar-over-img-text {
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
}
.sidebar-container-image .sidebar-over-img .sidebar-over-img-text a {
	color: #fff;
	text-decoration: none;
}
.sidebar-container-image .sidebar-over-img .sidebar-over-img-text a:hover {
	color: #fff;
	text-decoration: underline;	
}


@media only screen and (max-width: 768px) {
	nav .news-and-events {
		display: none;
	}
}

.news-and-events h1 , .news-and-events .info-holder h5 a {
	color: #094a62;
    font-size: 22px !important;
}

.news-and-events .info-holder h5 {
	margin-bottom: 0;
}

.news-and-events .news .date-holder span {
	font-size: 12px;
	color: #89898c;
}

.news-custom-btn {
    width: calc(100% - 30px);
    background-color: #D22127;
    text-align: center;
    color: #fff;
    position: absolute;
    padding: 8px;
    margin-top: 20px;
    margin-left: -10px;
}
.news-custom-btn:hover {
	color: #fff;
}

.property-img {
	height: 200px;
}

.page-feature {
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-feature h1 {
	margin-top: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #084a62;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px !important;
}

.page-feature h2.red {
	color: #D22127;
}

.property {
	margin-bottom: 25px; 
	position: relative;
}

.property-title {
	color: #094a62;
    font-size: 30px !important;
    margin-bottom: 0;
}

h2.property-subtitile {
	font-size: 18px !important;
	color: #89898c;
}

.property-content {
	line-height: 18px;
}

.property .property-hover {
	display: none;
	width: calc(100% - 15px);
    background: rgb(0,0,0,.4);
    height: 100%;
    margin-left: 15px;
    position: absolute;
    text-align: center;
}
.property:hover .property-hover {
	display: block;
}

.property .property-hover .button-details, .property .property-hover .button-action {
	display: inline-block;
	color: #fff;
	min-width: 180px;
	padding: 10px;
	border-radius: 5px;
	margin-top: 76px;
}
.property .property-hover .button-details {
	background: #004a63;
}
.property .property-hover .button-details a {
	color: #fff;
}
.property .property-hover .button-details a:hover {
	color: #fff;
	text-decoration: underline;
}
.property .property-hover .button-action {
	background: #d22027;
}

@media only screen and (max-width: 768px) {
	.property .property-hover .button-action {
		margin-top: 20px;
	}
}

.featured-row {
	margin-bottom: 30px;
}
.featured-row .property {
	position: relative;
	width: 100%;
    height: 100%;

}
.featured-row .property .property-contaniner-txt {
	position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)), color-stop(1,black));
}
.featured-row .property .property-txt {
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
}
.featured-row .property .property-txt a {
	color: #fff;
    font-size: 20px;
}
.featured-row .property .property-txt a:hover {
	text-decoration: underline;
}