 /*
Compiled: 2020-02-27 12:03:33
Errors: None
*/

#map_wrapper {
	width:100%;
	height: 400px;
	margin-top:20px;
	float:left;
}

#map_canvas, #map_canvas_mobile {
	width: 100%;
	height: 100%;
}.ruralDetail h2 span {
	text-shadow: none;
}

.ruralDetail .thumbnails ul {
    list-style: none;
}

.ruralDetail table th,
.ruralDetail table td {
    border: 1px solid #ddd;
}

.ruralDetail #selectorContentWrapper {
    padding: 0;
}

.ruralDetail #selectorContentWrapper .nav-tabs li.active a {
    font-weight: bold;
}

.ruralDetail form#Contact li.preferredContactMethod,
.ruralDetail form#Contact li.mailList {
    width: 100%;
}

.ruralDetail .tab-content #slider .carousel,
.ruralDetail .tab-content #slider .carousel-inner > .item {
    background-color: transparent;
    height: 0px;
    padding-bottom: 56.25%;
}

.ruralDetail #myCarousel.slide img {
    width: auto;
    margin: auto;
}

.ruralDetail .tab-content #slider .carousel-control {
    top: 50%;
}

@media(min-width:768px) {
    .ruralDetail #selectorContentWrapper {
        padding-left: 15px;;
    }
}#blogListWrapper .blogItem:hover {
    background: none;
    box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
}

#blogListWrapper .blogItem {
    padding: 15px;
    text-align: left;
}

#blogListWrapper .blogItem .imgWrapper {
    height:0;
    padding-bottom:66%;
    overflow:hidden;
}

#blogListWrapper .blogItem .imgWrapper > .img-responsive-height {
    position:absolute;
    top:0;
    bottom:0;
    height:100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width:auto;
}

#blogListWrapper .blogItem .details {
    display: inline-block;
    position: relative;
}

#blogListWrapper .blogItem .date {
    background: rgba(40, 40, 40, 1);
    border-radius: 5px;
    position: absolute;
    padding: 5px 15px;
    color: rgba(255, 255, 255, 1);
    right: 5%;
    top: -40px;
}

#blogListWrapper .blogItem .heading span {
    font-size: 18px;
    font-weight: bold;
}

#blogListWrapper .img-overlay {
    position: relative;
}.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);
	}

