/*
Compiled: 2021-03-01 12:01:12
Errors: None
*/

.moduleSocial {
	float:left;
	clear:both;
	display:block;
	width:100%;
	min-height:55px;
	margin-top:15px;
}

ul.social-icons {
	align-items: flex-end;
	display: flex;
	flex-direction:row;
	padding:0px;
	margin:0px 0px 15px;
	list-style-type:none;
}
	
ul.social-icons li {
	width:auto;
	height:auto;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	float:left;
	text-indent: 0px;
}

ul.social-icons li a {
	float:left;
}
	
ul.social-icons li i {
	display:block;
	float:left;
	width:100%;
	height:100%;
	color:rgba(0, 0, 0, 1);
	font-size:30px;
}

ul.social-icons li i span {
	margin-left:10px;
	font-size:16px;
	font-weight:600;
	color:rgba(0, 0, 0, 1);
}

ul.social-icons li.circle .fa {
	display:grid;
	align-content:center;
	justify-content:center;
	width:50px !important;
	height:50px !important;
	line-height:50px;
	color: rgba(255, 255, 255, 1);
	border-radius:50% !important;
	margin-right:10px;
	float:none;
	text-align: center
}

.navbar.navbar-default .moduleSocial .social-icons li.square i  {
	background-color:rgba(255, 255, 255, 1);
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:rgba(205, 36, 43, 1);
	font-size:20px;
}

.navbar.navbar-default .moduleSocial .social-icons li.square i:hover {
	color:rgba(255, 255, 255, 1);
	background-color:rgba(0, 0, 0, 1);
}

	
/* SET DARK THEME */
	
.darkThemeFooter ul.social-icons li i {
	color:rgba(255, 255, 255, 1);
}

.darkThemeFooter ul.social-icons li i span {
	color:rgba(255, 255, 255, 1);
}	

/* SET LIGHT THEME */
.lightThemeFooter ul.social-icons li i {
	color:rgba(200, 200, 200, 1);
}

.lightThemeFooter ul.social-icons li i span {
	color:rgba(200, 200, 200, 1);
}


/* BURLEIGH TEMPLATE */
	.footer-content .moduleSocial .sub-section-height {
		color:rgba(255, 255, 255, 1);
		text-align:left;
	}

	.footer-content .social-icons li i {
		color:rgba(255, 255, 255, 1);
	}

/* SET PROPERTY MAP HEIGHT */

#property-map {
	float:left;
	height: 450px;
	position:relative;
	width:100%;
}

.property-map {
	width: 100%;
	height: 300px;
}

.property-map h3 {
	margin: 0 0 1px 0;
}	#inspections p {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	#inspections .inspectionTime {
		margin-right:5px;
	}
	
	#inspections .inspectionURL {
		font-size:16px;
		margin-right:10px;
	}
	
	#inspections .inspectionURL i {
		position:relative;
		top:4px;
		color:rgba(255, 255, 255, 1);
	}
	
	#inspections .inspectionURL i:hover {
		color: rgba(219, 195, 134, 1);
	}
	
	#inspections .inspectionAddress {
		margin-right:20px;
	}@media (min-width: 992px) {
    .propertyDetailAgent.staffTwoColumn .agentSingle{
        padding-left: 0;
    }
}.blogList {
    color:rgba(255, 255, 255, 1);
    margin-top: 60px;
}

.blogList a {
    text-transform: unset;
}

.blogList a .date,
.blogList a:hover .date {
    color:rgba(255, 255, 255, 1);
}

.blogList .date {
    border-radius: 5px;
    position: absolute;
    padding: 5px 15px;
    color: rgba(255, 255, 255, 1);
    right: 5%;
    top: -33px;
}

.blogList .heading,
.contentWrapper .blogList .details p.heading {
    color:rgba(255, 255, 255, 1);
}.blogDetail {
    color:rgba(255, 255, 255, 1);
    margin-top: 60px;
}

.blogDetail b,
.blogDetail h5 {
    text-transform: unset;
}

.blogDetail .blogShare {
    position: fixed;
    right: 0;
    width: auto;
    z-index: 10000;
}

.blogDetail .authorDetail img {
    height: 80px;
    margin-right: 20px;
}