/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* remove newsletter homepage widget left image padding */
.single p a:link, .single p a:visited, .single p a:active, li.moreinfo a {
	color: #D27D46;
}

a.btn {
	color: #fff !important;
}

/* Styles for Articles */
.footnote {
	font-size: 14px;
	line-height: 23px;
	letter-spacing: .5px;
}

a.toc-entry {
	display: block;
	height: 1em;
}

article#post-824 {
	word-wrap: break-word;
}

#content p {
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: .8px;
}

/* Responsive Wrapper for Videos */
.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* global message breakpoints */
@media (max-width: 600px) {
	.global-desktop {
		display: none;
	}
}

@media (min-width: 600px) {
	.global-mobi {
		display: none;
	}
}

/* Resize banner for mobile */
@media screen and (max-width: 768px) {
	.module.slider {
		height: 100%;
	}
}

@media screen and (max-width: 568px) {
	.authorwidget-bg {
		height: 225px !important;
	}
}

/* Give lists on events pages some styles */
article.hh_events ul li:before {
	color: #006699;
	content: "\2022";
	font-size: 1.5em;
	padding-right: .25em;
	position: relative;
	top: .1em;
}

article.hh_events .event-directions ul li:before {
	display: none;
}

/* Featured product div */
.featuredProduct_blog {
	background-color: #F5FCFF;
	width: 100%;
	border: #DBEEF7 1px solid;
	border-radius: 3px;
	padding: 20px 20px 0;
	margin: 0;
	overflow: auto;
	width: 30%;
	float: right;
	text-align: center;
}

.featuredProduct_blog a.btn {
	margin-top: -10px;
}

.event-img {
	height: 336px;
}

.event-info {
	top: 110px;
}

.feat-prod-img img {
	width: 130px;
}

.home .nos {
	display: none;
}

.thrv_wrapper h2 span {
	position: static !important;
	font-size: inherit !important;
}

h3.subtitle {
	display: block;
}

#header > div.container > div.module.col-6.left > section > a > div > div.authorwidget-bg.mod-bg {
	background: no-repeat #fff;
}