
div#media_image-40 {
	max-width:245px;
}

aside.mh-container.mh-header-widget-1 div {
    max-height: 120px;
		display:inline-block;
		margin: 20px;
    max-width: calc(50% - 40px);
}
@media screen and (max-width:400px) {
	aside.mh-container.mh-header-widget-1 .widget_media_image {
		width: calc(50% - 40px);
	}
}
img[alt="AD: Drury Hotels logo"] {
    width: 222px;
}
img[alt="AD: Slyman Brothers"]{
		width: 180px
}
article .mh-social-top {
	display:none;
}
.textwidget p.subTitle {
    color: #a30036;
}
ol.flex-control-nav.flex-control-paging {
    display: none;
    border: none;
}

.slide-data {
    display: none;
}

a.flex-next,
a.flex-prev {
    color: #fff;
}
@media screen and (max-width:499px) {
	.post-content img {
		display: block !important;
    float: none !important;
    margin: auto;
    margin-bottom: 1rem;
	}
	.entry-content p img {
    float: none !important;
    width: 100%;
	}
}

@media screen and (min-width:769px) {
	aside.mh-container.mh-header-widget-1 div:not(:last-of-type) {
		margin-right:50px
	}
	aside.mh-container.mh-header-widget-1 div:first-of-type {
		margin-left:50px
	}
	aside.mh-container.mh-header-widget-1 img {
    max-height: 120px;
	}
	body.custom-background { /*trial*/
    background-position: top;
    background-attachment: fixed;
    background-size: 100%;
    background-color: #A3002E;
	}
	body.custom-background.admin-bar {
		background-position:0 32px;
	}
	aside.mh-container.mh-header-widget-1 { /*trial*/
    	background: rgba(255, 255, 255, 0.7);
    	padding-bottom: 20px;
    	margin-bottom: -25px;
	}
}

/* Reorder single post contents so social share bar is above featured image | 8384413-hc-kf */
/* .single .entry-content {
    display: flex;
    flex-direction: column;
}
.single .entry-content .mh-social-bottom {
    order: 1;
}
.single .entry-content .entry-thumbnail {
    order: 2;
}
.single .entry-content  {
    order: 3;
}
.single .entry-content .sharedaddy {
    order: 4;
} */
/* Adjust font weight of top menu text 15213284-hc cc */
.mh-preheader {
    font-weight: bolder;
}
.mh-widget-title {
    background-color: #a30036;
    color: #fff;
    padding: 5px 10px;
}