/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Callout box heading 3 **/
.callout-box h3 {
	margin: 0 !important;
}

/** General >> Daexthefu buttons daexthefu button **/
.daexthefu-buttons .daexthefu-button {
	font-family: GothamBook, system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", sans-serif !important;
	background-color: #F7F7F7 !important;
	height: 30px !important;
	box-sizing: border-box !important;
	padding: 5px 15px 5px 15px !important;
	margin: 0 !important;
	border-radius: 15px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	cursor: pointer !important;
	-webkit-box-align: center !important;
	-webkit-box-pack: center !important;
}

/** General >> Daexthefu no daexthefu button text **/
.daexthefu-no .daexthefu-button-text {
	
}

/** General >> Daexthefu no daexthefu button text _2 **/
.daexthefu-no .daexthefu-button-text {
	height: auto !important;
}

/** General >> Daexthefu yes daexthefu button text **/
.daexthefu-yes .daexthefu-button-text {
	height: auto !important;
}

/** General >> Daexthefu container daexthefu text **/
#daexthefu-container .daexthefu-text {
	margin-top: 5px !important;
}

/** General >> Ah highlight wrapper heading 2 **/
.ah-highlight-wrapper h2 {
	
}

/** General >> Blog post header blog post category **/
.blog-post-header .blog-post-category {
	
}

/** General >> Blog post content attachment post thumbnail **/
.blog-post-content .attachment-post-thumbnail {
	
}

/** General >> Div (#2) featured post cta **/
.active_post > div:nth-of-type(2) > .featured-post-cta:hover {
	
}

/** General >> Header title link **/
.header-title a {
	
}


/*( < 480 )*/
@media (max-width: 479.98px) {

	/*= General =================== */

	/** General >> Mobile changes **/
	.container img:nth-of-type(1) {
	object-fit: contain !important;
}

	/** General >> Link (#1) image **/
	.featured-articles-slider-content > div:nth-of-type(3) > div:nth-of-type(1) > a:nth-of-type(1) > img {
	
}

	/** General >> Ah highlight wrapper heading 2 **/
	.ah-highlight-wrapper h2 {
	
}

	/** General >> Gform fields 2 field submit (::after) **/
	#gform_fields_2 #field_submit::after {
	display: none !important;
}


}

