.ie-warning {
	display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .ie-warning {
        display: block !important;
        color: red;
        font-size: 20px;
        padding: 20px 10px;
        text-align: center;
   }
}

@supports (-ms-ime-align:auto) {
    .ie-warning {
        display: none !important;
    }
}

.post-type-archive #main-content .container:before{display: none;}
.post-type-archive article span{font-weight: bold;}

.search-results-excerpt {display: none;}

/*Search Results*/
.archive .et_pb_post p img {display: none;}
.et_pb_post {clear: both;}
.archive .et_pb_post img,
.search .et_pb_post img,
.page .et_pb_post img,
.search .custom-search-results-fields .image img {width: 150px;}

.et_pb_posts a.more-link {
	clear: none;
	text-transform: capitalize;
}

/*Single Post Type View*/
html .bbd-field.address {margin: 0;}
.custom-search-results-description {clear: both;}
.custom-search-results-fields {margin: 1em 0;}
.custom-locations-search-results .image {height: 150px;}
.custom-locations-search-results .image,
.custom-providers-search-results .image {
	float: left;
    margin-right: 1em;
}

.custom-locations-search-results .image img,
.custom-providers-search-results .image img {
    margin-bottom: 1em;
}

html .bbd-field.image.arhs_provider_image img,
html .search-results-fields .bbd-field.image.arhs_provider_image img {
    float: none;
    width: 40px;
    margin: 0;
}

html .bbd-field.address label {
	display: inline-block;
}

@media all and (max-width:767px) {
	.bbd-field.image.photo.right img {
	    float: none;
	    margin-left: 0;
	}
}

/*Serach Results Archive Views*/
html .search-results-fields .bbd-field.image img {
	float: left;
	margin-right: 1em;
	margin-left: 0;
}

/*Tribe Events*/
.tribe-events-calendar thead th {color: #fff;}
.single-tribe_events .tribe-events-event-url a {word-wrap: break-word;}
.tribe-events-list-widget .tribe-events-list-widget-events {padding: 0;}

html .tribe-mini-calendar-event .list-date {
	width: 20%;
}

html .tribe-mini-calendar-event .list-info {
    width: 75%;
}

@media screen and (max-width:75em) and (min-width:61.31em) {
	html .tribe-mini-calendar-event .list-date {
		width: 25%;
	}

	html .tribe-mini-calendar-event .list-info {
	    width: 70%;
	}
}

/*Responsive Views*/
@media screen and (max-width:47.94em) {
	.archive .et_pb_post img,
	.search .et_pb_post img,
	.page .et_pb_post img,
	.single-post .et_pb_post img,
	.home .entry-featured-image-url img {
		width: 100%;
		float: none;
		margin: 0;
	}
}

.single-post .et_pb_section_0 .et_pb_row {
	width: 100% !important;
}

/*Download Manager*/
.w3eden .col-lg-4 {
	flex: 100%;
	max-width: 100%;
}

.single .wpdm-link-template,
.media-body > div {
	margin-bottom: 10px;
}