/*
	Theme Name: Marketers Delight
	Version: 4.9.6
	Author: Alex Mangini
	Description: Marketers Delight is your smart website design system for the future. Built on a foundation of typography, MD's features and layout all work together to help you create stunning content on the web. Use the Site Designer to design your site with live preview, capture subscribers with MD's email and popups tools, and enable power features like the Stream and Bookshelf to deliver unique kinds of content to your audience. All of that and more in Marketers Delight.
	Theme URI: https://marketersdelight.com/
	Author URI: https://alexmangini.com/
	Text Domain: md
	Domain Path: lib/languages
*/
/*------------------------------*\
	$ATTRIBUTES
\*------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: md-icon;
	src: url('lib/assets/icons/md.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}
body,
.logo, .tagline,
.headline, h1, h2, h3, h4, h5, h6,
.large-title, .small-title, .med-title,
.button, button, input[type="submit"] {
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 		}
body {
	background-color: #F0F0F0;
	color: #1E1E1E;
	font-size: 16px;
	line-height: 26px;
	position: relative;
}
	.has-primary-background-color,
	.format-text-main .has-primary-background-color {
		background-color: #AE2525	}
	.has-primary-color,
	.format-text-main .has-primary-color {
		color: #AE2525	}
	.has-secondary-background-color,
	.format-text-main .has-secondary-background-color {
		background-color: #3E3E3E	}
	.has-secondary-color,
	.format-text-main .has-secondary-color {
		color: #3E3E3E	}
	.has-accent-background-color,
	.format-text-main .has-accent-background-color {
		background-color: #FFFBCC	}
	.has-accent-color,
	.format-text-main .has-accent-color {
		color: #FFFBCC	}
	.has-white-background-color,
	.format-text-main .has-white-background-color {
		background-color: #FFFFFF	}
	.has-white-color,
	.format-text-main .has-white-color {
		color: #FFFFFF	}
	.has-text-background-color,
	.format-text-main .has-text-background-color {
		background-color: #1E1E1E	}
	.has-text-color,
	.format-text-main .has-text-color {
		color: #1E1E1E	}
	.has-text-sec-background-color,
	.format-text-main .has-text-sec-background-color {
		background-color: #777777	}
	.has-text-sec-color,
	.format-text-main .has-text-sec-color {
		color: #777777	}
	.has-links-background-color,
	.format-text-main .has-links-background-color {
		background-color: #000000	}
	.has-links-color,
	.format-text-main .has-links-color {
		color: #000000	}
	.has-button-background-color,
	.format-text-main .has-button-background-color {
		background-color: #eeff00	}
	.has-button-color,
	.format-text-main .has-button-color {
		color: #eeff00	}
	.has-button-sec-background-color,
	.format-text-main .has-button-sec-background-color {
		background-color: #ffffff	}
	.has-button-sec-color,
	.format-text-main .has-button-sec-color {
		color: #ffffff	}
[class*="md-icon-"]:before {
	display: inline-block;
	font-family: md-icon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
}
#cancel-comment-reply-link:before,
.menu-icon a,
.list-check li:before {
	display: inline-block;
	font-family: md-icon;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
main {
	display: block;
}
ul {
	list-style: square;
}
p {
	position: relative;
}
a {
	color: #000000;
	text-decoration: none;
}
img, a img,
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
iframe, video, object {
	max-width: 100%;
}
sup {
	line-height: 1;
}
hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
pre, code {
	background-color: #ddd;
	color: #3e3e3e;
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	font-size: 0.9em;
}
pre {
	overflow: auto;
	padding: 26px;
}
code {
	border-radius: 3px;
	padding: 2px 5px;
}
abbr, acronym {
	border-bottom: 1px dotted #777;
	cursor: help;
	text-decoration: none;
}
a abbr, a acronym {
	border-bottom: none;
}
/*------------------------------*\
	$FORMS
\*------------------------------*/
label {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 13px;
}
label.required, .required { color: #ae2525; }
input, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 16px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #ddd;
	width: 100%;
	-webkit-appearance: none;
}
textarea {
	padding: 26px;
	width: 100%;
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 26px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	outline: none;
}
select {
	max-width: 100%;
}
.form-input-name,
.form-input-email {
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}
.form-input-name {
	background-image: url('lib/assets/images/user.png');
}
.form-input-email {
	background-image: url('lib/assets/images/mail.png');
}
.email-form-footer {
	clear: both;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.5em;
	text-align: center;
}
.form-input,
.form-submit {
	width: 100%;
}
.form-input {
	margin-bottom: 13px;
}
.form-full .form-input {
	display: block;
}
@media all and (min-width: 700px) {
	[class*="form-attached"] {
		position: relative;
	}
	[class*="form-attached"] .form-input {
		border-right-width: 0;
		margin-bottom: 0;
		float: left;
		width: 78%;
	}
	.form-attached-2 .form-input {
		width: 39%;
	}
	.form-attached-2 .form-input + .form-input {
		margin-left: -1px;
	}
	[class*="form-attached"] .form-submit {
		border-radius: 0 2px 2px 0;
		border-width: 3px 3px 3px 0;
		float: left;
		font-size: inherit;
		line-height: inherit;
		padding: 16px 7px;
		width: 22%;
	}
}
/*------------------------------*\
	$FORMAT
\*------------------------------*/
.format-text-main {
	word-wrap: break-word;
}
.format-text-main {
font-size: 16px;
line-height: 26px;
}
.format-text-main h1, .format-text-main h2.headline, .format-text-main .large-title, .large-title {
font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
font-size: 44px;
font-weight: bold;
line-height: 62px;
}
.format-text-main h2, .format-text-main .main-title, .main-title {
font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
font-size: 40px;
font-weight: bold;
line-height: 56px;
}
.format-text-main h3, .format-text-main .med-title, .med-title {
font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
font-size: 31px;
line-height: 47px;
}
.format-text-main h4, .small-title, .format-text-main .small-title, .format-text-main .comment-reply-title {
font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
font-size: 24px;
line-height: 36px;
}
.format-text-main h5, .format-text-main h6 {
font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
font-size: 22px;
line-height: 33px;
}
.format-text-main *:last-child {
	margin-bottom: 0;
}
.format-text-main a,
.links-main a {
	border-bottom: 1px solid #000000;
}
.format-text-main a:hover,
.format-text-main .no-border {
	border-bottom-width: 0;
}
.format-text-main .list:not(.list-check),
.format-text-main .list > ul,
.format-text-main .list > ol {
	margin-left: 0;
}
.format-text-main .alignleft {
	margin-right: 26px;
}
.format-text-main ul,
.format-text-main ol,
.format-text-main dl,
.format-text-main p,
.format-text-main blockquote,
.format-text-main pre,
.format-text-main table,
.format-text-main .wp-caption,
.format-text-main fieldset,
.format-text-main .gfield,
.format-text-main .alert:not(:last-child),
.format-text-main .note:not(:last-child),
.format-text-main .aligncenter,
.format-text-main hr,
.format-text-main .wp-block-image {
	margin-bottom: 26px;
}
.format-text-main ul,
.format-text-main ol,
.format-text-main .alignright {
	margin-left: 26px;
}
.format-text-main li ul,
.format-text-main li ol {
	margin-top: 9px;
}
.content-item-text .headline,
.content-item-text h1,
.content-item-text h2,
.content-item-text h3,
.content-item-text h4,
.content-item-text h5,
.content-item-text h6 {
	color: #1E1E1E;
}
.format-text-main .headline a,
.format-text-main h1 a,
.format-text-main h2 a,
.format-text-main h3 a,
.format-text-main h4 a,
.format-text-main h5 a,
.format-text-main h6 a {
	border-bottom: 0;
	color: #333132;
}
.format-text-main h1,
.format-text-main h2,
.format-text-main h3,
.format-text-main h4,
.format-text-main h5,
.format-text-main h6,
.format-text-main input,
.format-text-main img.alignright,
.format-text-main img.alignleft {
	margin-bottom: 13px;
	position: relative;
}
.content-item-text h1:not(:first-child),
.content-item-text h2:not(:first-child),
.content-item-text h3:not(:first-child),
.content-item-text h4:not(:first-child),
.content-item-text h5:not(:first-child) {
	margin-top: 39px;
}
.content-item-text p:last-child {
	margin-bottom: 0;
}
.format-text-main li,
.format-text-main dd {
	margin-bottom: 9px;
	position: relative;
}
@media all and (max-width: 900px) {
	.format-text-main { font-size: 15px; line-height: 25px; }
	.format-text-main h1, .format-text-main h2.headline, .format-text-main .large-title, .large-title { font-size: 31px; line-height: 43px; }
	.format-text-main h2, .format-text-main .main-title, .main-title { font-size: 30px; line-height: 42px; }
	.format-text-main h3, .format-text-main .med-title, .med-title { font-size: 23px; line-height: 35px; }
	.format-text-main h4, .small-title, .format-text-main .small-title, .format-text-main .comment-reply-title { font-size: 19px; line-height: 29px; }
	.format-text-main h5, .format-text-main h6 { font-size: 19px; line-height: 28px; }
}
@media all and (max-width: 700px) {
	.format-text-main { font-size: 15px; line-height: 25px; }
	.format-text-main h1, .format-text-main h2.headline, .format-text-main .large-title, .large-title { font-size: 31px; line-height: 43px; }
	.format-text-main h2, .format-text-main .main-title, .main-title { font-size: 30px; line-height: 42px; }
	.format-text-main h3, .format-text-main .med-title, .med-title { font-size: 23px; line-height: 35px; }
	.format-text-main h4, .small-title, .format-text-main .small-title, .format-text-main .comment-reply-title { font-size: 19px; line-height: 29px; }
	.format-text-main h5, .format-text-main h6 { font-size: 19px; line-height: 28px; }
}
/*------------------------------*\
	$BLOCKS
\*------------------------------*/
.block {
	padding: 26px 52px;
}
/* HALF */
.block-half,
.frame {
	padding: 13px;
}
.block-half-top {
	padding-top: 13px;
}
.block-half-bot,
.has-inline-post-thumbnail > .content-item-headline:not(.featured-image-cover) > [class*="block-"] {
	padding-bottom: 13px;
}
.block-half-tb {
	padding-bottom: 13px;
	padding-top: 13px;
}
/* SINGLE */
.block-single,
.pagination,
.box-style-list ul,
.tagcloud,
.note, .alert {
	padding: 26px;
}
.block-single-tb {
	padding-bottom: 26px;
	padding-top: 26px;
}
.block-single-lr {
	padding-left: 26px;
	padding-right: 26px;
}
.block-single-top,
.block-full-content {
	padding-top: 26px;
}
.block-single-bot {
	padding-bottom: 26px;
}
/* MID */
.block-mid {
	padding: 39px;
}
.block-mid-tb {
	padding-bottom: 39px;
	padding-top: 39px;
}
.block-mid-lr {
	padding-left: 39px;
	padding-right: 39px;
}
.block-mid-top {
	padding-top: 39px;
}
.block-mid-bot {
	padding-bottom: 39px;
}
/* DOUBLE */
.block-double {
	padding: 52px;
}
.block-double-tb {
	padding-bottom: 52px;
	padding-top: 52px;
}
.block-double-lr {
	padding-left: 52px;
	padding-right: 52px;
}
.block-double-top {
	padding-top: 52px;
}
.block-double-bot,
.block-full-content {
	padding-bottom: 52px;
}
.block-double-content {
	padding: 26px 52px 52px;
}
/* TRIPLE */
.block-triple {
	padding: 78px;
}
.block-triple-tb {
	padding-bottom: 78px;
	padding-top: 78px;
}
.block-triple-lr {
	padding-left: 78px;
	padding-right: 78px;
}
.block-triple-top {
	padding-top: 78px;
}
.block-triple-bot {
	padding-bottom: 78px;
}
.block-triple-double {
	padding: 78px 52px;
}
/* QUAD */
.block-quad {
	padding: 104px 156px;
}
.block-quad-tb {
	padding-bottom: 104px;
	padding-top: 104px;
}
.block-quad-lr {
	padding-left: 104px;
	padding-right: 104px;
}
.block-quad-top {
	padding-top: 104px;
}
.block-quad-bot {
	padding-bottom: 104px;
}
.block-full-quad {
	padding-bottom: 78px;
	padding-top: 104px;
}
/* FULL */
[class*="block-full"] {
	padding-left: 22.900763358779%;
	padding-right: 22.900763358779%; /* 240 / 1048 */ }
.block-full {
	padding-bottom: 52px;
	padding-top: 52px;
}
.block-full-top {
	padding-top: 52px;
}
[class*="block-full"] .wrap.alignright, [class*="block-full"] .wrap.aligncenter, [class*="block-full"] .alignfull {
	margin-right: -42.253521126761%; /* 240 / 568 */ }
[class*="block-full"] .wrap.alignleft, [class*="block-full"] .wrap.aligncenter, [class*="block-full"] .alignfull {
	margin-left: -42.253521126761%; /* 240 / 568 */ }
/* NONE */
.pt-none { padding-top: 0; }
.pr-none { padding-right: 0; }
.pb-none { padding-bottom: 0; }
.pl-none { padding-left: 0; }
@media all and (min-width: 1048px) {
	[class*="block-full"] .wrap-small.alignright, [class*="block-full"] .wrap-small.aligncenter, [class*="block-full"] .alignwide {
		margin-right: -104px;
	}
	[class*="block-full"] .wrap-small.alignleft, [class*="block-full"] .wrap-small.aligncenter, [class*="block-full"] .alignwide {
		margin-left: -104px;
	}
	.close-on-desktop {
		display: none !important;
	}
}
@media all and (max-width: 1048px) {
	.close-on-max {
		display: none;
	}
	[class*="block-full"] {
		padding-left: 78px;
		padding-right: 78px;
	}
	[class*="block-full"] .wrap.alignright,
	[class*="block-full"] .wrap.aligncenter,
	[class*="block-full"] .alignfull {
		margin-right: -78px;
	}
	[class*="block-full"] .wrap.alignleft,
	[class*="block-full"] .wrap.aligncenter,
	[class*="block-full"] .alignfull {
		margin-left: -78px;
	}
	.block-full {
		padding-bottom: 52px;
		padding-top: 52px;
	}
	.block-full-top {
		padding-top: 52px;
	}
}
@media all and (max-width: 900px) {
	/* TRIPLE */
	.block-quad {
		padding: 78px;
	}
	.block-quad-tb {
		padding-bottom: 78px;
		padding-top: 78px;
	}
	[class*="block-full"],
	.block-quad-lr {
		padding-left: 78px;
		padding-right: 78px;
	}
	.block-quad-top {
		padding-top: 78px;
	}
	.block-quad-bot {
		padding-bottom: 78px;
	}
	.block-full-quad {
		padding-bottom: 52px;
		padding-top: 78px;
	}
	/* DOUBLE */
	.block-triple, .block-triple-double {
		padding: 52px;
	}
	.block-triple-tb {
		padding-bottom: 52px;
		padding-top: 52px;
	}
	.block-triple-lr {
		padding-left: 52px;
		padding-right: 52px;
	}
	.block-triple-top {
		padding-top: 52px;
	}
	.block-triple-bot {
		padding-bottom: 52px;
	}
	/* SINGLE */
	.sidebar {
		padding-bottom: 26px;
		padding-top: 26px;
	}
}
@media all and (max-width: 700px) {
	/* SINGLE + HALF */
	.block-quad {
		padding: 26px 13px;
	}
	.block-triple,
	.block-triple-double,
	.block-double,
	.block-mid,
	.block-double-content,
	.block {
		padding: 26px;
	}
	.block-quad-tb,
	.block-triple,
	.block-triple-tb,
	.block-double-tb,
	.block-double {
		padding-bottom: 26px;
		padding-top: 26px;
	}
	.block-full {
		padding-bottom: 26px;
		padding-top: 26px;
	}
	.block-full-quad {
		padding-bottom: 26px;
		padding-top: 52px;
	}
	[class*="block-full"],
	.block-quad-lr,
	.block-triple,
	.block-triple-lr,
	.block-triple-double,
	.block-double,
	.block-double-content,
	.block-double-lr,
	.block-single-lr,
	.block,
	.sidebar,
	.blog-teasers,
	.block-single,
	.pagination,
	.tagcloud,
	.note, .alert {
		padding-left: 13px;
		padding-right: 13px;
	}
	.block-quad-top,
	.block-triple-top,
	.block-double-top {
		padding-top: 26px;
	}
	.block-quad-bot,
	.block-triple-bot,
	.block-double-bot {
		padding-bottom: 26px;
	}
}
/*------------------------------*\
	$SPACERS
\*------------------------------*/
.mt-none { margin-top: 0 !important; }
.mr-none { margin-right: 0; }
.mb-none { margin-bottom: 0 !important; }
.ml-none { margin-left: 0; }
.mb-quad:not(:last-child) {
	margin-bottom: 104px;
}
.mb-triple:not(:last-child) {
	margin-bottom: 78px;
}
.mt-double {
	margin-top: 52px;
}
.mb-double:not(:last-child) {
	margin-bottom: 52px;
}
.mt-mid {
	margin-top: 39px;
}
.mb-mid:not(:last-child),
.comments-title {
	margin-bottom: 39px;
}
.mt-single {
	margin-top: 26px;
}
.mr-single {
	margin-right: 26px;
}
.mb-single:not(:last-child) {
	margin-bottom: 26px;
}
.mt-half {
	margin-top: 13px;
}
.mr-half {
	margin-right: 13px;
}
.mb-half:not(:last-child),
.byline {
	margin-bottom: 13px;
}
.mt-small {
	margin-top: 4px;
}
.mr-small {
	margin-right: 4px;
}
.mb-small:not(:last-child) {
	margin-bottom: 4px;
}
.wrap.alignright,
.wrap.aligncenter,
.alignfull,
.alignwide {
	margin-right: -52px;
}
.wrap.alignleft,
.wrap.aligncenter,
.alignfull,
.alignwide {
	margin-left: -52px;
}
@media all and (max-width: 900px) {
	/* TRIPLE */
	.mb-quad:not(:last-child) {
		margin-bottom: 78px;
	}
	/* DOUBLE */
	.mb-triple:not(:last-child) {
		margin-bottom: 52px;
	}
}
@media all and (max-width: 700px) {
	/* DOUBLE */
	.mb-quad:not(:last-child) {
		margin-bottom: 52px;
	}
	/* SINGLE */
	.mb-triple:not(:last-child),
	.mb-double:not(:last-child) {
		margin-bottom: 26px;
	}
	/* HALF */
	[class*="block-"] .wrap.alignleft,
	[class*="block-"] .wrap.aligncenter,
	[class*="block-"] .alignfull,
	[class*="block-"] .alignwide {
		margin-left: -13px;
	}
	[class*="block-"] .wrap.alignright,
	[class*="block-"] .wrap.aligncenter,
	[class*="block-"] .alignfull,
	[class*="block-"] .alignwide {
		margin-right: -13px;
	}
}
/*------------------------------*\
	$COLUMNS
\*------------------------------*/
.col {
	position: relative;
}
@media all and (min-width: 900px) {
	.col {
		float: left;
	}
	.columns-flex:not([class*="block-"]) {
		padding-left: 5px;
		padding-right: 5px;
	}
	.columns-flex > .col {
		display: inline-block;
		float: none;
		margin-left: -5px;
		vertical-align: top;
	}
	[class*="columns-"] .col-right {
		float: right;
	}
	.columns-2 > .col {
		width: 50%;
	}
	.columns-3 > .col {
		width: 33.333333333%;
	}
	.columns-4 > .col {
		width: 25%;
	}
	.columns-5 > .col {
		width: 20%;
	}
	.columns-6 > .col {
		width: 16.666666667%;
	}
	.columns-80-20 > .col1,
	.columns-20-80 > .col2 {
		width: 80%;
	}
	.columns-25-75 > .col2 {
		width: 75%;
	}
	.columns-70-30 > .col1,
	.columns-30-70 > .col2 {
		width: 70%;
	}
	.columns-65-35 > .col1,
	.columns-35-65 > .col2 {
		width: 65%;
	}
	.columns-60-40 > .col1,
	.columns-40-60 > .col2 {
		width: 60%;
	}
	.columns-55-45 > .col1,
	.columns-45-55 > .col2 {
		width: 55%;
	}
	.columns-55-45 > .col2,
	.columns-45-55 > .col1 {
		width: 45%;
	}
	.columns-60-40 > .col2,
	.columns-40-60 > .col1 {
		width: 40%;
	}
	.columns-65-35 > .col2,
	.columns-35-65 > .col1 {
		width: 35%;
	}
	.columns-70-30 > .col2,
	.columns-30-70 > .col1 {
		width: 30%;
	}
	.columns-25-75 > .col1 {
		width: 25%;
	}
	.columns-80-20 > .col2,
	.columns-20-80 > .col1 {
		width: 20%;
	}
}
@media all and (min-width: 700px) {
	.columns-half {
		margin-left: -13px;
	}
	.columns-half > .col {
		padding-left: 13px;
	}
	.columns-single {
		margin-left: -26px;
	}
	.columns-single > .col {
		padding-left: 26px;
	}
	.columns-mid {
		margin-left: -39px;
	}
	.columns-mid > .col {
		padding-left: 39px;
	}
	.columns-double {
		margin-left: -52px;
	}
	.columns-double > .col {
		padding-left: 52px;
	}
}
@media all and (max-width: 700px) {
	.col.mt-single {
		margin-top: 0;
	}
}
/*------------------------------*\
	$BUTTONS
\*------------------------------*/
input[type="submit"],
button,
.button, a.button, .button a,
.format-text-main .button {
	background-color: #eeff00;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	color: #000000;
	cursor: pointer;
	font-size: inherit;
	display: inline-block;
	font-style: normal;
	padding: 13px 26px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	-webkit-appearance: none;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
input[type="submit"]:hover,
button:hover,
.button:hover, a.button:hover, .button a:hover,
.format-text-main .button:hover {
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
/* COLORS */
.button.button-sec, a.button.button-sec,
.button.button-sec a {
	background-color: #ffffff;
	color: #333132;
}
button.green a, button.green a, .button.green, .button.green a { background-color: #22A340; }
button.green:hover, button.green a:hover, .button.green:hover, .button.green a:hover { background-color: #128D2E; }
.button.button-outline.green, .button.button-outline.green a { border-color: #22A340; color: #22A340; }
button.orange a, button.orange a, .button.orange, .button.orange a { background-color: #f58f2a; }
button.orange:hover, button.orange a:hover, .button.orange:hover, .button.orange a:hover { background-color: #EB8928; }
.button.button-outline.orange, .button.button-outline.orange a { border-color: #f58f2a; color: #f58f2a; }
button.red a, button.red a, .button.red, .button.red a { background-color: #ae2525; }
button.red:hover, button.red a:hover, .button.red:hover, .button.red a:hover { background-color: #9C2121; }
.button.button-outline.red, .button.button-outline.red a { border-color: #ae2525; color: #ae2525; }
button.blue a, button.blue a, .button.blue, .button.blue a { background-color: #299efd; }
button.blue:hover, button.blue a:hover, .button.blue:hover, .button.blue a:hover { background-color: #2389dc; }
.button.button-outline.blue, .button.button-outline.blue a { border-color: #299efd; color: #299efd; }
button.purple a, button.purple a, .button.purple, .button.purple a { background-color: #9850f7; }
button.purple:hover, button.purple a:hover, .button.purple:hover, .button.purple a:hover { background-color: #803cd8; }
.button.button-outline.purple, .button.button-outline.purple a { border-color: #9850f7; color: #9850f7; }
button.gray a, button.gray a, .button.gray, .button.gray a { background-color: #999; }
button.gray:hover, button.gray a:hover, .button.gray:hover, .button.gray a:hover { background-color: #666; }
.button.button-outline.gray, .button.button-outline.gray a { border-color: #999; color: #999; }
button.white a, button.white a, .button.white, .button.white a { background-color: #fff; color: #1e1e1e; }
button.white:hover, button.white a:hover, .button.white:hover, .button.white a:hover { background-color: #eee; }
.button.button-outline.white, .button.button-outline.white a { border-color: #fff; color: #fff; }
button.dark a, button.dark a, .button.dark, .button.dark a { background-color: #2e2e2e; }
button.dark:hover, button.dark a:hover, .button.dark:hover, .button.dark a:hover { background-color: #1e1e1e; }
.button.button-outline.dark, .button.button-outline.dark a { border-color: #2e2e2e; color: #2e2e2e; }
/* SIZES */
.button.button-small {
	font-size: 15px;
	padding: 10px 20px;
}
.button.button-large {
	font-size: 1.4em;
	padding: 26px 39px;
}
/* OUTLINE */
.button.button-outline {
	background-color: transparent;
	border: 3px solid #eeff00;
	border-radius: 3px;
	color: #eeff00;
}
.button.button-outline:hover {
	background-color: transparent;
	border-width: 3px;
}
.menu .button.button-outline a {
	background-color: transparent;
}
/* ARROW */
.button.button-arrow:after,
.button.button-arrow.button-text:after,
.menu .button-arrow a:after,
.woocommerce ul.products li.product .button:after {
	content: '\e80f';
	display: inline-block;
	font-family: 'md-icon';
	margin-left: 13px;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.button.button-arrow:hover:after,
.button.button-arrow.button-text:after,
.menu .button-arrow a:hover:after,
.woocommerce ul.products li.product .button:after {
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
.menu .button-arrow:after {
	display: none;
}
/* BADGE */
.button.button-badge {
	border-bottom: 0;
	border-radius: 0 2px 2px 0;
	padding-right: 84px;
	position: relative;
}
.button.button-badge .badge {
	border-radius: 0 2px 2px 0;
	font-size: 20px;
	height: 100%;
	padding: 16px;
	position: absolute;
		top: 0;
		right: 0;
}
/* QUERIES */
@media all and (max-width: 700px) {
	.button, button,
	input[type="submit"] {
		display: block;
		width: 100%;
	}
}
/*------------------------------*\
	$HELPERS
\*------------------------------*/
/* ALIGNMENTS */
.alignleft, .alignright, .aligncenter, .alignnone {
	display: block;
	position: relative;
	z-index: 10;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignnone {
	clear: both;
	float: none;
}
.width-full {
	clear: both;
	display: block;
	width: 100%;
}
.display-block {
	display: block;
}
/* TEXT STYLES */
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-intro, .intro {
	font-size: 1.2em;
	line-height: 1.5em;
}
.caps {
	text-transform: uppercase;
}
.text-dark {
	color: #1e1e1e;
}
.text-sec,
.byline,
.entry-subtitle {
	color: #444;
}
.text-white .text-sec {
	color: #ddd;
}
.text-white {
	color: #fff;
}
.text-intro:first-letter,
.has-drop-cap:first-letter,
.drop {
	color: #000000;
	float: left;
	font-size: 4.5em;
	line-height: 1;
	margin-bottom: 0.1em;
	margin-right: 0.1em;
}
.text-sep {
	position: relative;
}
.text-sep:after {
	background-color: #ae2525;
	content: '';
	display: block;
	height: 4px;
	margin-top: 20px;
	width: 146px;
}
.text-center.text-sep:after,
.text-center .text-sep:after {
	margin-left: auto;
	margin-right: auto;
}
.badge {
    background-color: #f58f2a;
    border-radius: 2px;
    color: #fff;
    margin-left: 4px;
    font-size: 12px;
    padding: 3px 5px 3px 4px;
    position: relative;
    text-transform: uppercase;
}
.middot:not(:last-child):after {
	content: '\00b7';
	margin-left: 6px;
	margin-right: 3px;
}
/* LISTS */
.list, .list > ul, ul.list-check {
	list-style: none;
}
.list li, ul.list-check li {
	position: relative;
}
.list > li:not(:last-child),
.box-style-list ul > li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 13px;
	padding-bottom: 13px;
}
.list.list-large > li:not(:last-child) {
	margin-bottom: 26px;
	padding-bottom: 26px;
}
.list .children {
	border-left: 1px solid #ddd;
	margin-left: 0;
	margin-top: 26px;
	padding-left: 26px;
}
.list .children li:not(:last-child) {
	margin-bottom: 26px;
}
ul.list-check li:not(:last-child) {
	margin-bottom: 16px;
}
ul.list-check li:before {
	position: absolute;
		left: -26px;
		top: 3px;
}
/* QUOTE BOX / BLOCKQUTE */
blockquote,
.quote-box {
	background-color: #fff;
	border-left: 7px solid #DDDDDD;
	border-radius: 3px;
	color: #444;
	display: block;
	font-style: italic;
	padding: 26px;
	position: relative;
}
blockquote:before,
.quote-box:before {
	content: "\201C";
	color: #ddd;
	font-family: Georgia, serif;
	font-size: 69px;
	font-weight: bold;
	position: absolute;
		left: 6px;
		top: 28px;
}
blockquote.alignright,
blockquote.alignleft {
	width: 156px;
}
.quote-box,
.quote-box img.quote-box-image { margin-bottom: 13px; }
.quote-box {
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #eee;
	box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.07);
}
.quote-box:after {
	border-width: 26px 26px 0 0;
	border-style: solid;
	border-color: #fff transparent;
	content: '';
	display: block;
	position: absolute;
		bottom: -26px;
		right: 26px;
	width: 0;
}
.quote-box-author {
	color: #444;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
	margin-left: 26px;
	padding-right: 52px;
}
/* OVERLAY */
.image-overlay {
	background-position: center top;
	background-size: cover;
	display: block;
	position: relative;
	z-index: 10;
}
.image-overlay:after {
	z-index: -1;
}
.overlay,
.image-overlay:after {
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	width: 100%;
}
/* DESIGN */
.circle {
	border-radius: 50%;
}
.shadow,
.wp-block-image.shadow img {
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
.shadow-large {
	box-shadow: 0 5px 55px rgba(0, 0, 0, 0.15);
}
.shadow-small {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.box {
	background-color: #fff;
}
.note {
	background-color: #eee;
}
.box-sec,
.frame {
	background-color: #ddd;
}
.box-dark {
	background-color: #1e1e1e;
	color: #fff;
}
.box-dark .text-sec {
	color: #ddd;
}
.alert {
	background-color: #fffbcc;
}
.avatar {
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* VIDEO */
.video-wrap {
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
}
.video-wrap iframe {
	height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	width: 100%;
}
.play-button {
	border: 4px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 75px;
	padding: 20px 26px 26px;
	position: relative;
	text-align: center;
	width: 75px;
}
.play-button:after {
	content: '';
	display: block;
	border-style: solid;
	border-width: 15px 0 15px 22px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}
.play-button-text {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
/* TWITTER */
.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}
/* FIXES */
@media all and (max-width: 700px) {
	#wpadminbar { position: fixed; }
	.close-on-mobile { display: none; }
}
/*------------------------------*\
	$LAYOUT
\*------------------------------*/
.clear:after,
[class*="columns-"]:after,
.inner:after,
.menu:after,
.content-item:after,
.sidebar:after {
	clear: both;
	content: '';
	display: table;
}
.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1048px;
	position: relative;
}
/* CONTENT */
.content {
	position: relative;
}
.content-item,
.blog-teaser {
	background-color: #FFFFFF;
}
.content-item,
.page-numbers {
	border-color: #DDDDDD;
}
.content-item {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: relative;
}
.content-item-headline {
	border-bottom: none;
}
.content-item-text {
	color: #1E1E1E;
}
.loop-search-url {
	color: #006d21;
	font-size: 0.9em;
}
.loop-search .small-title {
	margin-bottom: 4px;
}
	.content-sidebar .sidebar {
		padding-left: 26px;
	}
	.sidebar-content .sidebar {
		padding-right: 26px;
	}
/* SIDEBAR */
.sidebar {
	background-color: transparent;
	color: #1E1E1E;
			}
.sidebar a:not(.button) {
	border-bottom: 1px solid #444444;
	color: #444444;
}
.format-text-main .sidebar-title {
	color: #1E1E1E;		}
/* QUERIES */
@media all and (min-width: 900px) {
	.content-box {
		margin-bottom: 52px;
		margin-top: 52px;
	}
	.content-sidebar .content,
	.content-sidebar .sidebar,
	.sidebar-content .sidebar {
		float: left;
	}
	.sidebar-content .content {
		float: right;
	}
	.content-sidebar .content,
	.sidebar-content .content,
	.content-width {
		width: 64.12213740458%; /* 672 / 1048 */	}
	.sidebar {
		width: 35.87786259542%; /* 376 / 1048 */	}
	/* LOOP: SEARCH */
	.loop-search .featured-image {
		float: left;
		width: 30%;
	}
	.loop-search .featured-image.wrap { margin: 0; }
	.loop-search .featured-image + .content-item-text {
		float: left;
		padding-left: 16px;
		width: 70%;
	}
}
@media all and (min-width: 700px) {
	.content-item-headline {
		text-align: center;
	}
	.content-sidebar .content-item-headline,
	.sidebar-content .content-item-headline {
		text-align: left;
	}
}
	@media all and (max-width: 1048px) {
		.sidebar {
			padding-left: 13px;
			padding-right: 13px;
		}
	}
@media all and (max-width: 900px) {
	.blog-teasers { padding-top: 26px; }
			.content-sidebar .sidebar,
	.sidebar-content .sidebar {
		padding-left: 13px;
		padding-right: 13px;
	}
	.footer .col:not(:first-child) {
		margin-top: 26px;
	}
}
@media all and (max-width: 800px) {
	.content-item .alignright,
	.content-item .alignleft {
		clear: both;
		display: block;
		float: none;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
	}
}
@media all and (max-width: 700px) {
		}
@media all and (max-width: 700px) {
	.content-item:not(:last-child) {
		margin-bottom: 0;
	}
}
/*------------------------------*\
	$MENUS
\*------------------------------*/
.menu,
.menu ul {
	list-style: none;
}
.current-menu-item > a > .menu-item-title {
	font-weight: bold;
}
/* MENU ITEM */
.menu-item {
	display: block;
	position: relative;
	text-align: left;
}
.menu-item a {
	display: block;
	position: relative;
}
.menu-item-title {
	position: relative;
}
/* SUB MENU */
.sub-menu {
	z-index: 50;
}
.sub-menu a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
/* BUTTON */
.menu-item.button {
	background-color: transparent;
	box-shadow: none;
}
.menu-item.button a,
.menu-item.button a:hover {
	color: #fff;
}
/* QUERIES */
@media all and (min-width: 900px) {
	.menu-item a {
		padding: 16px;
	}
	.sub-menu {
		background-color: #fff;
		border-bottom: 2px solid #ae2525;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		display: none;
		position: absolute;
		width: 234px;
	}
	.sub-menu .sub-menu {
		left: -234px;
		top: 0;
	}
	.menu .sub-menu a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	.menu-item-has-children:hover > .sub-menu {
		display: block;
	}
	.menu > .menu-item-has-children > a > .menu-item-title:after,
	.menu:not(.menu-header) .sub-menu .menu-item-has-children:after,
	.menu-header .sub-menu .menu-item-has-children:before {
		font-family: md-icon;
		position: absolute;
			top: 3px;
			right: -1em;
	}
	.menu > .menu-item-has-children > a > .menu-item-title:after {
		content: '\e80e';
		line-height: 1;
	}
	.menu:not(.menu-header) .sub-menu .menu-item-has-children:after,
	.menu-header .sub-menu .menu-item-has-children:before {
		content: '\e80f';
		margin-top: -14px;
		top: 50%;
		right: 17px;
	}
	.menu-header .sub-menu .menu-item-has-children:before {
		content: '\e816';
		color: #ebebe9;
		left: 13px;
		right: auto;
	}
}
@media all and (max-width: 900px) {
	.menu-item:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	.sub-menu .sub-menu {
		border-left: 1px solid rgba(0, 0, 0, 0.15);
	}
	.sub-menu .sub-menu .sub-menu {
		margin-left: 16px;
	}
	.sub-menu .sub-menu a {
		padding-left: 16px;
	}
}
/*------------------------------*\
	$HEADER
\*------------------------------*/
.header {
	background-color: #000000;
	padding-bottom: 26px;
	padding-top: 26px;
	position: relative;
}
.header-simple { text-align: center; }
.header-wrap {
	position: relative;
}
.header-trigger {
	margin-left: 13px;
}
/* LOGO + TAGLINE */
.logo {
			line-height: 1.4em;
}
.logo a {
	color: #1E1E1E;
}
.custom-logo-link {
	position: relative;
	width: 120px;	z-index: 10;
}
.header-standard .custom-logo-link {
	display: block;
	float: left;
	margin-right: 13px;
}
.header-simple .custom-logo-link {
	display: inline-block;
	margin-bottom: 13px;
}
.tagline {
	color: #444444;					line-height: 1.4em;
}
/* TRIGGERS */
.header-triggers {
	text-align: right;
}
.header-trigger {
	cursor: pointer;
	display: inline-block;
	font-size: 25px;
	line-height: 1;
}
.header-trigger:before {
	font-family: 'md-icon';
}
.header-menu-trigger:before {
	content: '\e815';
}
.has-mobile-menu .header-menu-trigger:before {
	content: '\e810';
}
/* MENU */
.menu-header .menu-item:not(.button) a,
.header-trigger {
	color: #ebebe9;
}
.menu-header .menu-item:not(.button) a:hover {
	color: #eeff00;
}
.menu-header > .current-menu-item > a {
	color: #eeff00;
}
.menu-header .menu-item.button a {
	padding-left: 26px;
	padding-right: 26px;
}
/* QUERIES */
@media all and (min-width: 900px) {
	.header-wrap {
		display: table;
		width: 100%;
	}
	.header-logo,
	.header-triggers,
	.header-aside {
		display: table-cell;
		vertical-align: middle;
	}
	.header-aside {
		text-align: right;
	}
	.header-menu {
		display: inline-block;
	}
	.header-menu-trigger {
		display: none;
	}
	.logo {
		font-size: 36px;
			}
	.menu > .menu-item {
		float: left;
	}
	.menu-item.button {
		margin-left: 13px;
		padding: 0;
		text-align: center;
	}
	.menu-header .menu-item:not(.button):last-child a {
		padding-right: 0;
	}
	.menu-header > .menu-item > a {
		padding-left: 16px;
		padding-right: 16px;
	}
	.menu-header > .menu-item-has-children > a {
		padding-right: 26px;
	}
	.menu-header .sub-menu {
		background-color: #FFFFFF;
	}
	.menu-header .sub-menu .sub-menu {
		right: 234px;
	}
	.menu-header .sub-menu > .menu-item-has-children > a {
		padding-left: 33px;
	}
	.menu-header .sub-menu a {
		color: #444444;
	}
	.menu-header .sub-menu a:hover {
		color: #2E2E2E;
	}
}
@media all and (max-width: 1048px) {
	.header .inner {
		padding-left: 13px;
		padding-right: 13px;
	}
}
@media all and (max-width: 900px) {
		.header-logo {
		display: inline-block;
	}
	.logo {
		font-size: 28px;
			}
	.tagline {
					}
		.header-triggers {
		position: absolute;
			top: 0;
			right: 0;
	}
	.header-menu {
		display: none;
		margin-top: 13px;
	}
	.has-mobile-menu .header-menu {
		display: block;
	}
	.menu-header .sub-menu {
		border-left: 1px solid rgba(0, 0, 0, 0.15);
		margin-left: 4px;
	}
	.menu-header .sub-menu .sub-menu {
		margin-left: 13px;
	}
	.menu-header .menu-item-has-children > a {
		padding-bottom: 13px;
	}
	.menu-header .menu-item a,
	.menu .current-menu-item.menu-item a {
		padding-bottom: 13px;
		padding-top: 13px;
	}
	.sub-menu .menu-item a {
		padding: 13px;
	}
		.menu-item.button {
		padding: 13px 0;
		text-align: center;
	}
}
@media all and (max-width: 700px) {
			.tagline {
		font-size: 14px;
			}
		}
/*------------------------------*\
	$POST
\*------------------------------*/
/* WP BLOCKS */
.format-text-main .wp-block-image {
	max-width: inherit;
}
.wp-block-image.shadow {
	box-shadow: none;
}
.wp-block-cover[class*="align"] {
	width: auto;
}
.callout {
	border: 4px solid #ecdc86;
	border-radius: 5px;
	position: relative;
}
.callout.has-icon {
	padding-top: 0;
}
.callout-title,
.callout-action {
	text-align: center;
}
.callout-icon {
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.callout-icon.icon {
	background-color: #1e1e1e;
	font-size: 43px;
	height: 80px;
	margin-top: -25px;
	padding-top: 18px;
	width: 80px;
}
.callout-icon.image {
	height: 100px;
	margin-top: -35px;
	width: 100px;
}
.callout-icon.image img {
	border-radius: 50%;
	height: 100px;
	width: 100px;
}
.callout-button {
	width: 100%;
}
.content-upgrade {
	border-radius: 5px;
}
.content-upgrade .button {
	width: 100%;
}
/* SHARE NOTICE */
.share-notice {
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	position: relative;
}
.share-notice.alignfull {
	border-radius: 0;
	border-width: 3px 0;
}
.share-notice-outline {
	border-style: solid;
	border-width: 3px;
}
.share-notice-full, .share-notice-full .share-notice-button,
.share-notice-full .share-notice-icon {
	border-color: #fff;
	color: #fff;
}
.share-notice-button { font-weight: bold; }
.share-notice-icon { line-height: 1; }
.share-notice-twitter.share-notice-outline,
.share-notice-twitter.share-notice-outline .button-outline {
	border-color: #1da1f2;
	color: #1da1f2;
}
.share-notice-twitter.share-notice-full,
.share-notice-twitter.share-notice-outline .button-full { background-color: #1da1f2; }
.share-notice-twitter.share-notice-outline .share-notice-icon,
.share-notice-twitter.share-notice-full .button-full { color: #1da1f2; }
.share-notice-facebook.share-notice-outline,
.share-notice-facebook.share-notice-outline .button-outline {
	border-color: #3b5998;
	color: #3b5998;
}
.share-notice-facebook.share-notice-full,
.share-notice-facebook.share-notice-outline .button-full { background-color: #3b5998; }
.share-notice-facebook.share-notice-outline .share-notice-icon,
.share-notice-facebook.share-notice-full .button-full { color: #3b5998; }
.share-notice-pinterest.share-notice-outline,
.share-notice-pinterest.share-notice-outline .button-outline {
	border-color: #bd081c;
	color: #bd081c;
}
.share-notice-pinterest.share-notice-full,
.share-notice-pinterest.share-notice-outline .button-full { background-color: #bd081c; }
.share-notice-pinterest.share-notice-outline .share-notice-icon,
.share-notice-pinterest.share-notice-full .button-full { color: #bd081c; }
.share-notice-linkedin.share-notice-outline,
.share-notice-linkedin.share-notice-outline .button-outline {
	border-color: #0077b5;
	color: #0077b5;
}
.share-notice-linkedin.share-notice-full,
.share-notice-linkedin.share-notice-outline .button-full { background-color: #0077b5; }
.share-notice-linkedin.share-notice-outline .share-notice-icon,
.share-notice-linkedin.share-notice-full .button-full { color: #0077b5; }
@media all and (min-width: 900px) {
	.box-lr {
		align-items: center;
		display: flex;
	}
	.box-lr .content-upgrade-text {
		margin-bottom: 0;
		width: 65%;
	}
	.box-lr .content-upgrade-action {
		padding-left: 26px;
		width: 35%;
	}
	.share-notice-icon {
		float: right;
		font-size: 42px;
		position: relative;
	}
}
@media all and (max-width: 900px) {
	.note-box-list {
		margin-left: 13px;
	}
	.share-notice-icon {
		display: block;
		font-size: 150px;
		line-height: 1;
		position: absolute;
			bottom: 0;
			right: 13px;
		opacity: 0.2;
		transform: rotateZ(-4deg);
	}
}
/* SUBTITLES */
.entry-subtitle {
	display: block;
	font-size: 24px;
	line-height: 36px;
	margin-top: 13px;
}
/* BYLINE */
.byline {
	font-size: 0.9em;
	position: relative;
}
.byline a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #444;
}
.byline-item { display: inline-block; }
.byline .byline-icon,
.format-text-main .byline .byline-icon a {
	border-bottom: 0;
}
.byline-item:not(:last-child) {
	margin-right: 16px;
}
.byline [class*="md-icon-"] {
	margin-right: 4px;
}
/* CAPTION */
.wp-caption {
	height: auto;
	max-width: 100%;
}
.wp-caption-text {
	border-bottom: 1px solid #ccc;
	color: #444;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	padding: 13px;
}
/* PAGINATION */
.pagination {
	position: relative;
	text-align: center;
}
.pagination .page-numbers {
	border-bottom: 0;
	display: inline-block;
	line-height: 32px;
}
.page-numbers:not(:first-child) {
	margin-left: 13;
}
.pagination .page-numbers:hover {
	opacity: 0.8;
}
.page-numbers.current,
.page-numbers.current:hover {
	cursor: default;
	font-weight: bold;
}
.page-numbers.prev [class*="md-icon-"] {
	padding-right: 4px;
}
.page-numbers.next [class*="md-icon-"] {
	padding-left: 4px;
}
/* FEATURD IMAGE */
.featured-image {
	position: relative;
}
.featured-image img,
.featured-image-tax img {
	width: 100%;
}
.featured-image-tax.alignleft img,
.featured-image-tax.alignright img {
	height: 150px;
	width: 150px;
}
.featured-image-caption {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	padding: 7px 13px;
	position: absolute;
		bottom: 0;
		left: 0;
	text-align: center;
	z-index: 10;
}
.featured-image-cover {
		background-position: center center;
	background-size: cover;
}
.featured-image-cover.has-image {
	background-repeat: no-repeat;
	background-size: cover;
}
.header.featured-image-cover,
.header.featured-image-cover .content-item {
	background-color: transparent;
}
	.featured-image-cover,
	.featured-image-cover .site-title,
	.featured-image-cover .menu > .menu-item > a,
	.featured-image-cover .header-trigger,
	.featured-image-cover .headline,
	.featured-image-cover .headline a,
	.featured-image-cover .byline {
		color: #fff;
	}
	.featured-image-cover .menu > .menu-item > a:hover,
	.featured-image-cover .tagline,
	.featured-image-cover .byline a,
	.featured-image-cover .entry-subtitle {
		color: #eee;
	}
	.featured-image-cover .byline a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.featured-image-covertext-alt,
	.featured-image-covertext-alt .site-title,
	.featured-image-covertext-alt .menu > .menu-item > a,
	.featured-image-covertext-alt .header-trigger,
	.featured-image-covertext-alt .headline,
	.featured-image-covertext-alt .headline a,
	.featured-image-covertext-alt .byline {
		color: #1E1E1E;
	}
	.featured-image-covertext-alt .menu > .menu-item > a:hover,
	.featured-image-covertext-alt .tagline,
	.featured-image-covertext-alt .byline a,
	.featured-image-covertext-alt .entry-subtitle {
		color: #444;
	}
	.featured-image-covertext-alt .byline a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
@media all and (max-width: 900px) {
	.featured-image-cover .sub-menu > .menu-item > a {
		color: #fff;
	}
	.featured-image-covertext-alt .sub-menu > .menu-item > a {
		color: #1E1E1E;
	}
}
/*------------------------------*\
	$COMMENTS
\*------------------------------*/
ol.comments-list, ul.children {
	margin-bottom: 0;
	margin-left: 0;
}
.comments .children {
	margin-top: 26px;
}
/* COMMENT */
.comment {
	background-color: #eee;
	list-style: none;
}
.children .comment:not(.bypostauthor) {
	border-left: 4px solid #777;
	padding-bottom: 13px;
	padding-top: 13px;
}
.bypostauthor {
	background-color: #DBF4FF;
	border-left: 4px solid #4ca6cf;
	box-shadow: 0 0 7px rgba(76, 166, 207, 0.3);
}
/* BYLINE */
.comment-byline .byline-avatar {
	float: left;
	margin-right: 13px;
}
.comment-byline .byline-date {
	font-size: 14px;
	line-height: 18px;
}
.comment-reply {
	margin-right: 7px;
}
/* COMMENTFORM */
.comment-form input[type="text"] {
	width: 75%;
}
.comments-area + .comment-respond {
	margin-top: 52px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: block;
}
#cancel-comment-reply-link {
	border-bottom: none;
	color: #000000;
	float: right;
	font-size: 13px;
	text-transform: uppercase;
}
#cancel-comment-reply-link:before {
	content: '\e810';
	margin-right: 7px;
}
.comment-respond + .comment-reply-actions {
	display: none;
}
.format-text-main .comment-form p.form-submit,
.format-text-main .form-submit .submit {
	margin-bottom: 13px;
}
/* PAGINATION */
.comments .pagination {
	border-top: 1px solid #ddd;
}
/*------------------------------*\
	$WIDGETS
\*------------------------------*/
.box-style,
.box-style-list ul,
.tagcloud, #wp-calendar {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
	color: #333;
}
/* CONTENT SPOTLIGHT */
.content-spotlight,
.widget_md_content_spotlight a.content-spotlight {
	background-color: #222;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom-width: 0;
	color: #fff;
	display: block;
	text-align: center;
}
.content-spotlight small {
	text-transform: uppercase;
}
.content-spotlight .content-spotlight-title {
	font-weight: bold;
}
/* RSS */
.rsswidget img {
	margin-right: 4px;
	margin-top: 9px;
}
.rss-date, .widget_rss cite {
	display: block;
	margin-top: 13px;
}
.rss-date {
	margin-bottom: 13px;
}
.widget_rss cite:before {
	content: "\2014\00a0";
}
/* CALENDAR */
.widget_calendar {
	overflow: hidden;
}
#wp-calendar {
	border-collapse: collapse;
	border-radius: 0 0 3px 3px;
	text-align: center;
	width: 100%;
}
#wp-calendar td { padding: 9px 13px; }
#wp-calendar thead th {
	padding-bottom: 9px;
	padding-top: 9px;
}
#wp-calendar thead th {
	background-color: #f9f9f9;
}
#wp-calendar tbody a {
	font-weight: bold;
}
#wp-calendar thead tr,
#wp-calendar tbody td {
	border-bottom: 1px solid #ddd;
}
#wp-calendar caption {
	background-color: #ae2525;
	border-radius: 2px 2px 0 0;
	color: #fff;
	padding: 13px;
}
/*------------------------------*\
	$FOOTER
\*------------------------------*/
.footer {
	background-color: #DDDDDD;
	color: #1E1E1E;
			padding-bottom: 52px;
	padding-top: 52px;
	position: relative;
}
.footer a:not(.button) {
	border-bottom-color: #444444;
	color: #444444}
.format-text-main .footer-title {
	color: #1E1E1E;
		}
@media all and (min-width: 900px) {
	.footer-columns + .footer-copy {
		border-top: 1px solid rgba(0, 0, 0, 0.15);
		margin-top: 52px;
		padding-top: 39px;
	}
}
@media all and (max-width: 1048px) {
	.footer .inner {
		padding-left: 13px;
		padding-right: 13px;
	}
}
@media all and (max-width: 900px) {
		}
@media all and (max-width: 700px) {
		}
/*------------------------------*\
	$POPUPS
\*------------------------------*/
.has-popup,
.md-popup-content {
	overflow: hidden;
}
.has-popup .md-popups,
.has-popup .md-popup-bg {
	opacity: 1;
	visibility: visible;
}
.has-popup .md-popups {
	height: 100%;
}
.has-popup .md-popup-active {
	display: block;
}
.md-popups {
	height: 0;
	opacity: 0;
	overflow: scroll;
	padding: 52px 0;
	position: fixed;
		left: 0;
		top: 0;
	transition: opacity 0.15s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 500;
}
.md-popup {
	background-color: #fff;
	background-size: cover;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	display: none;
	height: auto;
	position: relative;
	z-index: 1000;
}
.md-popup a:hover,
.md-popup-close-corner:hover {
	opacity: 0.95;
}
.md-popup-trigger {
	cursor: pointer;
}
.md-popup-close-corner {
	background-color: #ae2525;
	border-radius: 0 3px 3px 0;
	box-shadow: inset 3px 0 4px rgba(0, 0, 0, 0.15);
	color: #fff;
	cursor: pointer;
	font-size: 32px;
	height: 52px;
	line-height: 1;
	padding: 10px 16px;
	position: absolute;
		right: -52px;
		top: 16px;
	width: 52px;
	z-index: 100;
}
.md-popup-bg {
	background-color: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	height: 100%;
	position: fixed;
		left: 0;
		top: 0;
	transition: opacity 0.15s ease-in-out;
	opacity: 0;
	width: 100%;
	z-index: 999;
}
.md-popup-email {
	background-color: rgba(10, 0, 0, 0.1);
}
.md-popup-content .width-small {
	float: left;
	width: 45%;
}
.md-popup-content .width-wide {
	float: left;
	width: 55%;
}
.md-popup-email .form-input {
	border: 0;
}
.md-popup-email .form-attached-2 .form-input-email {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-popup [class*="md-icon-"] {
	line-height: 1;
}
@media all and (min-width: 1200px) {
	.md-popup.md-popup-auto {
		background-color: #010101;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		top: 5%;
		max-width: 1140px;
		width: auto;
	}
}
@media all and (min-width: 832px) {
	.md-popup {
		margin-left: -416px;
		left: 50%;
			top: 52px;
		width: 832px;
	}
}
@media all and (max-width: 930px) {
	.md-popup-close-corner {
		border-radius: 3px 0 0 3px;
		box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.3);
		position: fixed;
			right: 0;
			top: 0;
	}
}
@media all and (max-width: 832px) {
	.md-popup { width: 100%; }
	.md-popup .md-popup-content .width-small,
	.md-popup .md-popup-content .width-wide {
		clear: both;
		width: 100%;
	}
	.md-popup-bullets { text-align: left; }
	.md-popup-image { padding-bottom: 0; }
	.md-popup-featured-image {
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
}
/*------------------------------*\
	$FOOTNOTES
\*------------------------------*/
.footnotes {
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	margin-top: 39px;
	padding-top: 26px;
}
.footnote {
	transition: 0.3s;
}
.footnote.footnote-show .footnote-text,
.toggle-footnotes .footnote.footnote-show .footnote-text {
	display: block;
}
.footnote .footnote-number {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height: 19px;
	line-height: 1;
	padding-top: 3px;
	position: relative;
		top: 4px;
	text-align: center;
	width: 23px;
}
.footnote-show .footnote-number,
.footnote-number:hover {
	background-color: rgba(0, 0, 0, 0.25);
}
.footnote-text {
	color: #444;
	cursor: default;
	font-size: 13px;
	font-style: normal;
	line-height: 21px;
	padding-bottom: 26px;
	padding-top: 26px;
	position: relative;
	text-align: left;
}
.footnote-text:before {
	background-color: rgba(0, 0, 0, 0.2);
	content: "\0020";
	display: block;
	height: 1px;
	margin-bottom: 16px;
	width: 26px;
}
.footnote-text-number {
	color: #ae2525;
}
.footnote-show .footnote-triggers {
	position: absolute;
		top: 13px;
		right: 13px;
}
.footnote-show .footnote-trigger-list {
	border-bottom: none;
	color: #ccc;
	cursor: default;
	font-size: 16px;
	position: relative;
		top: -4px;
}
.footnote-show .footnote-trigger-close {
	color: #ccc;
	font-size: 28px;
	padding-left: 7px;
}
@media all and (min-width: 1048px) {
	.toggle-footnotes .footnote .footnote-text {
		background-color: rgba(0, 0, 0, 0.05);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 2px;
		display: none;
		margin-bottom: 13px;
		margin-top: 13px;
		padding-left: 26px;
		padding-right: 26px;
		position: static;
		width: auto;
	}
	.footnote .footnote-text {
		position: absolute;
			left: -195px;
			top: 0;
		width: 182px;
	}
	.footnote-text.right {
		left: auto;
		right: -195px;
	}
	.footnote-triggers {
		display: none;
	}
}
@media all and (max-width: 1048px) {
	.footnote-text {
		display: none;
	}
	.footnote-show .footnote-text {
		background-color: rgba(0, 0, 0, 0.05);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 2px;
		margin-bottom: 13px;
		margin-top: 13px;
		padding-left: 26px;
		padding-right: 26px;
	}
}
/*------------------------------*\
	$ICONS & EFFECTS
\*------------------------------*/
/* EFFECTS */
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
	40% { transform: translateY(-7px); }
	60% { transform: translateY(-4px); }
}
.bounce { animation: bounce 3s infinite; }
/* ICONS */
.md-icon-pencil:before{content:'\e80d'}.md-icon-quote:before{content:'\f10e'}.md-icon-pin:before{content:'\e803'}.md-icon-bell:before{content:'\f0f3'}.md-icon-cart:before{content:'\e825'}.md-icon-download:before{content:'\e822'}.md-icon-volume-up:before{content:'\e826'}.md-icon-ok:before,.md-icon-ok-circled:before,.list-check li:before{content:'\e804'}.md-icon-cancel:before{content:'\e810'}.md-icon-exclamation:before{content:'\f12a'}.md-icon-star:before{content:'\e81b'}.md-icon-bolt:before{content:'\e823'}.md-icon-trophy:before{content:'\e824'}.md-icon-mail-alt:before{content:'\e814'}.md-icon-phone:before{content:'\e806'}.md-icon-chat:before{content:'\e811'}.md-icon-eye:before{content:'\e81e'}.md-icon-like:before{content:'\e820'}.md-icon-heart:before{content:'\e821'}.md-icon-heart-empty:before{content:'\e801'}.md-icon-clock:before{content:'\e812'}.md-icon-loading:before{content:'\e832'}.md-icon-search:before{content:'\e813'}.md-icon-menu:before{content:'\e815'}.md-icon-code:before{content:'\f121'}.md-icon-share:before{content:'\e81c'}.md-icon-hand:before{content:'\f256'}.md-icon-user:before{content:'\e819'}.md-icon-user-add:before{content:'\e818'}.md-icon-angle-up:before{content:'\e817'}.md-icon-angle-down:before{content:'\e80e'}.md-icon-angle-right:before{content:'\e80f'}.md-icon-angle-left:before{content:'\e816'}.md-icon-twitter:before{content:'\e800'}.md-icon-facebook:before,.md-icon-facebook-squared:before{content:'\f09a'}.md-icon-instagram:before{content:'\e805'}.md-icon-linkedin:before,.md-icon-linkedin-squared:before{content:'\f0e1'}.md-icon-youtube-play:before{content:'\e807'}.md-icon-pinterest:before,.md-icon-pinterest-squared:before{content:'\f231'}.md-icon-wordpress:before{content:'\e80b'}.md-icon-github-squared:before{content:'\e802'}.md-icon-vimeo-squared:before{content:'\e809'}.md-icon-gplus:before{content:'\f0d5'}.md-icon-tumblr-squared:before{content:'\e808'}.md-icon-flickr:before{content:'\e80a'}.md-icon-dribbble:before{content:'\e80c'}.md-icon-medium:before{content:'\f23a'}.md-icon-periscope:before{content:'\e81d'}.md-icon-speakerdeck:before{content:'\e81f'}.md-icon-whatsapp:before{content:'\f232'}.md-icon-rss:before{content:'\f09e'}
/*
	Theme Name:     My MD Child Theme
	Theme URI:      http://mydomain.com/
	Description:    A custom child theme for my site.
	Author:         My name
	Author URI:     https://mydomain.com/
	Template:       marketers-delight
	Version:        1.0
*/
/*-------------------------------*\
	$TYPOGRAPHY
\*-------------------------------*/
/* BUTTONS */
input[type="submit"], button, .button, a.button, .button a, .format-text-main .button {
	font-weight: bold;
}
button.yellow a, button.yellow a, .button.yellow, .button.yellow a,
button.yellow, button.yellow a:hover, .button.yellow:hover, .button.yellow a:hover { background-color: #EEFF00; color: #000; }
.button.button-outline.yellow, .button.button-outline.yellow a { border-color: #EEFF00; color: #000; }
button.orange a, button.orange a, .button.orange, .button.orange a,
button.orange, button.orange a:hover, .button.orange:hover, .button.orange a:hover { background-color: #FFB700; color: #000; }
.button.button-outline.orange, .button.button-outline.orange a { border-color: #FFB700; color: #000; }
button.black a, button.black a, .button.black, .button.black a,
button.black, button.black a:hover, .button.black:hover, .button.black a:hover { background-color: #080611; color: #fff; }
.button.button-outline.black, .button.button-outline.black a { border-color: #080611; color: #fff; }
/* LINKS */
.box-dark a {
	border-bottom-color: #fff;
	color: #fff;
}
/* TEXT */
.h-light, .format-text-main .h-light {
	font-weight: 300;
}
.text-sec {
	color: #888;
}
.highlight {
	color: #EEFF00;
}
.quote-text {
	color: #fff;
}
.text-light,
.quote-text span {
	color: #B6B5B5;
}
/* ICONS */
.md-icon-ok-circled:before, .list-check li:before {
    content: '\e81a';
    color: #EEFF00;
}
/*-------------------------------*\
	$BLOCKS
\*-------------------------------*/
/* LOGOS */
.logos {
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
	text-align: center;
}
.logos-desktop {
	display: none;
}
ul.bjqs {
	display: none;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
li.bjqs-slide {
	display: none;
	position: absolute;
}
@media all and (min-width: 900px) {
	.logos-desktop {
		display: block;
	}
	.logos-mobile {
		display: none;
	}
}
/* BOX */
.box-dark {
	background-color: #333132;
}
/* TOUR */
.tour ul {
	list-style: none;
	margin-left: 0;
}
/* ABOUT */
.about {
	margin-top: -30px;
	position: relative;
	z-index: 10;
}
/* HERO */
.hero {
	background-color: #080611;
	color: #fff;
}
/* CALLOUT */
.callout {
	background-color: #EEFF00;
	border: 0px;
}
/* STATEMENT3 */
@media all and (min-width: 700px) {
	.statement3 {
		padding: 0 150px 0 150px;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.statement3 {
		padding: 0 20px 0 20px;
	}
}
/*-------------------------------*\
	$ELEMENTS
\*-------------------------------*/
/* CONTENT BOX */
.content-box {
	margin-bottom: 0;
}
.footer {
	background-color: transparent;
}
/* COLUMNS STYLE */
.columns-box-style .col-inner {
	border-bottom: 0;
	display: block;
}
/* VIDEO FRAME */
.video-frame {
	background-color: #111;
	border-radius: 3px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
	padding: 10px 15px 15px;
	position: relative;
}
.video-frame:hover .video-frame-action {
	opacity: 1;
}
.video-frame-bar {
	line-height: 1;
	padding-bottom: 10px;
	position: relative;
}
.video-frame-action {
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	opacity: 0.5;
	margin-right: 3px;
	width: 10px;
}
.video-frame-action.close {
	background-color: #F56A66;
}
.video-frame-action.minimize {
	background-color: #F0D13E;
}
.video-frame-action.open {
	background-color: #06DE95;
}
/*-------------------------------*\
	$EFFECTS
\*-------------------------------*/
/* BOUNCE */
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); transform: translateY(0); }
	40% { -moz-transform: translateY(-7px); transform: translateY(-7px); }
	60% { -moz-transform: translateY(-4px); transform: translateY(-4px); }
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
	40% { -webkit-transform: translateY(-7px); transform: translateY(-7px); }
	60% { -webkit-transform: translateY(-4px); transform: translateY(-4px); }
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }
	40% { -moz-transform: translateY(-7px); -ms-transform: translateY(-7px); -webkit-transform: translateY(-7px); transform: translateY(-7px); }
	60% { -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -webkit-transform: translateY(-4px); transform: translateY(-4px); }
}
.bounce {
	display: block;
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}