/*
Theme Name:     ASHRM
Theme URI:      http://mekshq.com
Description:    Custom theme for forum.ashrm.org
Author:         Big Tech, Inc.
Author URI:     https://www.bigtech.com
Template:       herald
Version:        0.1.0
*/

/* Space ads as on main site */
body > .herald-ad img {
	display: inline-block;
	margin: 6px 4px;
}
.herald-sticky img {
	display: inline-block;
	margin: 4px 1px;
}

/* Size and position mobile logo better */
@media (max-width: 1249px) and (min-width: 768px) {
	.site-title {
		line-height: 44px;
	}
	.site-title img {
		max-height: 40px;
	}
}
@media (max-width: 767px) {
	.site-title {
		line-height: 44px;
	}
	.site-title img {
		max-height: 40px;
	}
}

/* Fix display issues with RealMagnet embedded signup form */
.he_nodrop {
	padding: 0;
}

.he_nodrop table {
	border: 0;
}

.he_nodrop table td {
	border: 0;
	padding: 0;
}
