/*
	Theme Name: Marketers Delight
	Theme URI: https://marketersdelight.net/
	Description: Marketers Delight is a theme that builds its layout around your content. Built with simplicity, readability, and efficiency in mind, MD is a fast-loading theme that will look stunning on any screen device. You can also build custom layouts right from the Edit Post/Page screen.
	Author: Alex Mangini
	Author URI: https://kolakube.com/
	Version: 4.9.0.1
	Text Domain: md
*/

/*------------------------------*\
	$ASSETS
\*------------------------------*/

@font-face{
	font-family: md-icon;
	src: url('lib/assets/md.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}

#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;
}





/*------------------------------*\
	$ATTRIBUTES
\*------------------------------*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	color: #2e2e2e;
	position: relative;
}

main { display: block; }

ul { list-style: square; }

p { position: relative; }

a { 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; }

/* BLOCKQUOTE */

blockquote, .quote-box {
	background-color: #fff;
	border-left: 7px solid #777;
	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: 312px;
}

.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: #f0f0f0 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;
}



/*------------------------------*\
	$BUTTONS
\*------------------------------*/

.button, button, input[type="submit"] {
	border: none;
	cursor: pointer;
	font-size: inherit;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	-webkit-appearance: none;
}

input[type="submit"], button, .button, a.button, .button a, .format-text-main .button {
	border-bottom: 0;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	display: inline-block;
	font-style: normal;
	-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, .button a:hover, .format-text-main .button:hover {
	opacity: 0.85;
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

/* COLORS */

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-large {
	font-size: 21px;
	padding: 26px 39px;
}

.button.button-small {
	font-size: 15px;
	padding: 10px 20px;
}

/* OUTLINE */

.button.button-outline,
.format-text-main .button.button-outline {
	background-color: transparent;
	border-radius: 3px;
}

.menu .button.button-outline a {
	background-color: transparent;
}

/* ARROW */

.button.button-arrow:after,
.menu .button-arrow a: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,
.menu .button-arrow a:hover: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;
	right: 0;
	top: 0;
}



/*------------------------------*\
	$FORMS
\*------------------------------*/

label {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 13px;
}

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;
	-webkit-appearance: none;
}

textarea {
	padding: 26px;
	width: 100%;
	-webkit-appearance: none;
}

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%;
}

/* ICONS */

.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;
}

/* ATTACHED */

@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%;
	}
}

/* FULL */

.form-input, .form-submit {
	width: 100%;
}

.form-full .form-input {
	display: block;
}

/* GRAVITY + EDD */

.edd_price_options:not(:last-child) {
	margin-bottom: 26px;
}

[class*="format-text-"] .gform_fields,
[class*="format-text-"] .gfield_checkbox,
[class*="format-text-"] .edd_price_options ul {
	list-style: none;
	margin-left: 0;
}

.gfield_label {
	font-weight: bold;
}

.gform_fields input:not([type="checkbox"]) {
	width: 100%;
}

.gfield_checkbox label {
	margin-left: 13px;
}

.gfield_description {
	margin-top: 13px;
}

.gfield_description,
.ginput_complex label {
	font-size: 14px;
	font-style: italic;
}



/*------------------------------*\
	$HELPERS
\*------------------------------*/

/* BLOCKS */

.pt-none { padding-top: 0; }

.pr-none { padding-right: 0; }

.pb-none { padding-bottom: 0; }

.pl-none { padding-left: 0; }

/* SPACERS */

.mt-none { margin-top: 0 !important; }

.mb-none { margin-bottom: 0 !important; }

/* LISTS */

.list, .list > ul, ul.list-check {
	list-style: none;
}

.list 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 {
	position: relative;
}

ul.list-check li:before {
	position: absolute;
		left: -26px;
		top: 3px;
}

ul.list-check li:not(:last-child) {
	margin-bottom: 16px;
}

[class*="format-text-"] .list-check.small-title {
	font-size: 18px;
	line-height: 21px;
}

/* ALIGNMENTS */

.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignnone {
	clear: both;
	display: block;
	float: none;
}

/* BOXES */

.gform_confirmation_message,
.alert {
	background-color: #fffbcc;
	padding: 26px;
}

.note-box,
.note {
	background-color: #eee;
}

.frame {
	background-color: #ddd;
}

/* VIDEO */

.video-wrap {
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
}

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

/* MISC. */

.width-full {
	clear: both;
	display: block;
	width: 100%;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.avatar {
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.circle {
	border-radius: 50%;
}

.middot:not(:last-child):after {
	content: '\00b7';
	margin-left: 6px;
	margin-right: 3px;
}

.display-block,
.col .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
	display: block;
}

/* STATES */

.state-hidden {
	height: 0;
	visibility: hidden;
	width: 0;
}

@media all and (max-width: 900px) {
	.close-on-tablet {
		display: none;
	}
}

/* CLEARFIX */

.clear:after,
.inner:after,
.content-item:after,
.sidebar:after,
.menu:after,
[class*="columns-"]:after,
.ginput_complex:after {
	clear: both;
	content: " ";
	display: table;
}



/*------------------------------*\
	$DESIGN
\*------------------------------*/

/* STACKING */

.image-overlay { z-index: 10; }

.image-overlay:after { z-index: -1; }

.sub-menu { z-index: 50; }

/* SITE ELEMENTS */

.header-wrap, .header {
	position: relative;
}

.header-simple {
	text-align: center;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.custom-logo-link + .site-title {
	display: inline-block;
	padding-top: 16px;
}

.header-standard .custom-logo-link {
	float: left;
	margin-right: 13px;
	position: relative;
	z-index: 10;
}

.tagline {
	display: inline-block;
}

.content-item {
	position: relative;
}

.content-item.content-item-headline {
	border-bottom: none;
}

.loop-search-url {
	color: #006d21;
	font-size: 0.9em;
}

.loop-search .small-title {
	margin-bottom: 4px;
}

@media all and (min-width: 900px) {
	.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%;
	}
}

/* BOX STYLE */

.box {
	background-color: #fff;
}

.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;
}

.box-sec {
	background-color: #ddd;
}

.form-no-border input[type="text"],
.form-no-border input[type="email"] {
	border: 0;
}

.shadow {
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.shadow-large {
	box-shadow: 0 5px 55px rgba(0, 0, 0, 0.15);
}

/* BOX DARK */

[class*="box-dark"] {
	background-color: #1e1e1e;
	color: #fff;
}

[class*="box-dark"] .box-style,
[class*="box-dark"] .box-style-list ul,
[class*="box-dark"] #wp-calendar,
[class*="box-dark"] .tagcloud,
[class*="box-dark"] input[type="text"],
[class*="box-dark"] input[type="email"] {
	border: none;
}

[class*="box-dark"][class*="form-attached"] .form-submit {
	height: 56px;
}

[class*="box-dark"] [class*="box-style"] a,
[class*="box-dark"] #wp-calendar a,
[class*="box-dark"] .tagcloud a {
	border-color: #ae2525;
	color: #ae2525;
}

[class*="box-dark"] .text-sec,
[class*="box-dark"] .entry-subtitle {
	color: #ddd;
}

[class*="box-dark"].links-sec a,
[class*="box-dark"].links-sec a:hover {
	border-bottom-color: rgba(255, 255, 255, 0.4);
	color: #aaa;
}

/*---------------*\
 	LINKS
\*---------------*/

.format-text-main a:hover,
.format-text-main .no-border {
	border-bottom-width: 0;
}

.byline a,
.links-sec a {
	color: #444;
}

.links-sec a:hover {
	color: #2e2e2e;
}

.links-dark a {
	border-bottom: 1px solid #555;
	color: #aaa;
}

.links-white a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.byline a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.byline .byline-icon,
.featured-image-cover .byline .byline-icon {
	border-bottom: 0;
}

/* TEXT STYLES */

.text-sec,
.byline,
.gfield_description,
.ginput_complex label,
.entry-subtitle {
	color: #444;
}

.text-dark {
	color: #1e1e1e;
}

.text-white,
.text-white a,
a.text-white,
a.text-white:hover,
.text-white:hover,
.text-white .text-sec {
	color: #fff;
}

.headline a {
	display: block;
}

.required,
label.required,
.gfield_required {
	color: #ae2525;
}

.success {
	color: #22a340;
}

.caps {
	text-transform: uppercase;
}

.text-intro:first-letter, .drop {
	float: left;
	font-size: 4.5em;
	line-height: 1;
	margin-bottom: 0.1em;
	margin-right: 0.1em;
}

.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;
}

.text-center.text-sep:after,
.text-center .text-sep:after {
	margin-left: auto;
	margin-right: auto;
}

.text-sep {
	position: relative;
}

.text-sep:after {
	background-color: #ae2525;
	content: '';
	display: block;
	height: 4px;
	margin-top: 20px;
	width: 146px;
}

/* CALENDAR */

.widget_calendar {
	overflow: hidden;
}

#wp-calendar {
	border-collapse: collapse;
	border-radius: 0 0 3px 3px;
}

#wp-calendar caption {
	background-color: #ae2525;
	border-radius: 2px 2px 0 0;
	color: #fff;
}

#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;
}



/*------------------------------*\
	$POST_STYLES
\*------------------------------*/

/*---------------*\
  WP BLOCKS
\*---------------*/

.format-text-main .wp-block-image { max-width: inherit; }
.wp-block-cover[class*="align"] { width: auto; }

/*---------------*\
  FEATURED 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,
.image-overlay .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;
}

/* COVER */

.featured-image-cover {
	background-position: top center;
}

.featured-image-cover.has-image {
	background-repeat: no-repeat;
	background-size: cover;
}

.header-wrap.featured-image-cover .header,
.header-wrap.featured-image-cover .content-item {
	background-color: transparent;
}

/*--------------------*\
  / end FEATURED IMAGE
\*--------------------*/

/* SUBTITLES PLUGIN */

.entry-subtitle {
	display: block;
	font-size: 24px;
	line-height: 36px;
	margin-top: 13px;
}

/* BYLINE */

.byline {
	font-size: 0.9em;
	position: relative;
}

.byline-item:not(:last-child) {
	margin-right: 16px;
}

.inline-block, .byline-item {
	display: inline-block;
}

.byline [class*="md-icon-"] {
	margin-right: 4px;
}

.byline a:hover,
.format-text-main .byline a:hover,
.format-text-main .byline .byline-icon a {
	border-bottom: 0;
}

/* 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;
}


/* AUTHOR BOX */

.author-avatar {
	float: left;
	width: 20.833333333%; /* 130 / 624 */
}

.author-content {
	float: left;
	padding-left: 5.263157895%; /* 26 / 494 */
	width: 79.166666667%; /* 494 / 624 */
}


/* 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: 13px;
}

.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;
}


/* PAGE NAV */

.page-nav {
	border-bottom: 0;
}

.page-nav span {
	font-size: 14px;
}


/* TWITTER */

.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}





/*------------------------------*\
	$FORMATTING
\*------------------------------*/

[class*="format-text-"] {
	word-wrap: break-word;
}

[class*="format-text-"] *:last-child {
	margin-bottom: 0;
}

[class*="format-text-"] .list:not(.list-check),
[class*="format-text-"] .list > ul,
[class*="format-text-"] .list > ol {
	margin-left: 0;
}

.format-text-main .alignleft,
.format-text-main .alignright,
.format-text-main .aligncenter {
	z-index: 10;
}





/*------------------------------*\
	$COLUMNS
\*------------------------------*/

.col {
	position: relative;
}


/*----------*\
	MAIN
\*----------*/

/* SIZES */

.columns-5 > .col {
	float: left;
	width: 20%;
}

.columns-4 > .col {
	float: left;
	width: 25%;
}

.columns-3 > .col {
	float: left;
	width: 33.333333333%;
}

.columns-2 > .col,
.ginput_complex .ginput_right,
.ginput_complex .ginput_left {
	float: left;
	width: 50%;
}

.columns-1 > .col {
	width: 60%;
}

@media all and (min-width: 900px) {

	.columns-70-30 > .col1 {
		float: left;
		width: 70%;
	}

	.columns-70-30 > .col2 {
		float: left;
		width: 30%;
	}

	.columns-60-40 > .col1 {
		float: left;
		width: 60%;
	}

	.columns-60-40 > .col2 {
		float: left;
		width: 40%;
	}

	.columns-40-60 > .col1 {
		float: left;
		width: 40%;
	}

	.columns-40-60 > .col2 {
		float: left;
		width: 60%;
	}

	.columns-30-70 > .col1 {
		float: left;
		width: 30%;
	}

	.columns-30-70 > .col2 {
		float: left;
		width: 70%;
	}

	.columns-20-80 > .col1 {
		float: left;
		width: 20%;
	}

	.columns-20-80 > .col2 {
		float: left;
		width: 80%;
	}

	.columns-45-55 > .col1 {
		float: left;
		width: 45%;
	}

	.columns-45-55 > .col2 {
		float: left;
		width: 55%;
	}

}

@media all and (min-width: 700px) {

	.text-intro, .intro {
		font-size: 1.2em;
		line-height: 1.5em;
	}

	.is-full-width .content-item-headline,
	.header-wrap .content-item-headline {
		text-align: center;
	}


	/* FLEX */

	.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;
	}

}


/* DESIGN */

.col-style {
	border: 1px solid #ddd;
}

.col-featured {
	border: 5px solid #F2A846;
	box-shadow: 0 0 10px rgba(253, 226, 173, 0.3);
}

.form-highlight .email-form-email {
	border: 4px solid rgba(0, 0, 0, 0.08);
}

.col-featured .links-sec a {
	border-bottom-color: #F2A846;
}

.col-featured .buttons {
	background-color: #ffdaaa;
}

.format-text-main [class*="box"] h2:first-child,
.format-text-main [class*="box"] h3:first-child,
.format-text-main [class*="box"] h4:first-child,
.format-text-main .col h2,
.format-text-main .col h3,
.format-text-main .col h4 {
	margin-top: 0
}





/*------------------------------*\
	$LAYOUTS
\*------------------------------*/

.inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.content {
	position: relative;
}

@media all and (min-width: 900px) {

	/* LAYOUTS */

	[class*="columns-"] .col-right,
	.sidebar-content > .content {
		float: right;
	}


	/* ALIGNMENTS */

	.alignvertical {
		display: table;
		height: 100%;
		width: 100%;
	}

	.alignvertical .aligncontent {
		display: table-cell;
		vertical-align: middle;
	}


	/* FOOTER */

	.footer-columns + .footer-copy {
		border-top: 1px solid rgba(0, 0, 0, 0.15);
	}

}


/* FOOTER */

.footer {
	position: relative;
}





/*------------------------------*\
	$MENUS
\*------------------------------*/

.menu,
.menu ul {
	list-style: none;
}


/* MENU ITEM */

.menu-item {
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: top;
}

.menu-item a {
	display: block;
	position: relative;
}

.menu-item-title {
	position: relative;
}


/* SUB MENU */

.sub-menu .menu-item {
	display: block;
	font-size: 0.9em;
	line-height: 1.4em;
}

.sub-menu a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}


/* BUTTON */

.menu-item.button {
	margin-left: 13px;
	padding: 0;
}

.menu-item.button a,
.menu-item.button a:hover {
	color: #fff;
}


/* MEDIA QUERIES */

@media all and (min-width: 900px) {

	/* MENU ITEM */

	.menu-item a {
		padding: 16px;
	}


	/* SUB MENU */

	.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;
			left: 0;
	}

	.menu .sub-menu a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.menu-item-has-children:hover > .sub-menu { /* opens .sub-menu */
		display: block;
	}


	/* SUB MENU PARENT LINK */

	.menu > .menu-item-has-children > a > .menu-item-title:after,
	.menu .sub-menu .menu-item-has-children:after {
		font-family: md-icon;
		position: absolute;
	}

	.menu > .menu-item-has-children > a > .menu-item-title:after {
		content: '\e80e'; /* down */
	}

	.menu .sub-menu .menu-item-has-children:after {
		content: '\e80f'; /* right */
		line-height: 1;
		margin-top: -8px;
		right: 26px;
		top: 50%;
	}

}


@media all and (max-width: 900px) {

	/* MENU ITEMS */

	.menu-item:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}

	.menu-item.button,
	.menu-item.button:hover {
		display: block;
		margin-left: 0;
	}

	.current-menu-item.menu-item a {
		margin-left: 0;
		margin-right: 0;
	}


	/* SUB MENU */

	.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;
	}

}


/*---------------*\
	$HEADERMENU
\*---------------*/

.header-menu-trigger {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	display: inline-block;
    font-size: 34px;
    height: 50px;
    padding-top: 8px;
    position: absolute;
	    top: 0;
    text-align: center;
	text-transform: uppercase;
    width: 50px;
    z-index: 20;
}

.header-menu-trigger-text {
	margin-left: 7px;
}

.menu-header > .menu-item-has-children > a > .menu-item-title:after {
	position: relative;
		top: 0;
}

/* MEDIA QUERIES */

@media all and (min-width: 900px) {

	.header-standard .header-menu-wrap {
		margin-top: -25px;
		position: absolute;
		right: 0;
		top: 50%;
	}

	.header-menu-trigger {
		display: none;
	}

	.menu-header > .menu-item-has-children > a > .menu-item-title:after {
		right: -0.35em;
	}

}

@media all and (max-width: 900px) {

	.header-menu {
		display: none;
	}

	.has-mobile-menu .header-menu {
		display: block;
	}


	/* SUB MENU */

	.header-menu .sub-menu {
		border-left: 1px solid rgba(0, 0, 0, 0.15);
	}


	/* MENU ITEM */

	.header-menu .menu-item:not(.button) a:hover {
		background-color: rgba(0, 0, 0, 0.05);
	}

	.header-menu .menu-item {
		display: block;
	}

}



/*-------------*\
	$MAINMENU
\*-------------*/

.main-menu {
	position: relative;
}

.menu-trigger {
	cursor: pointer;
}


/* MENU ITEM TITLE + DESC */

.menu-main .menu-item-desc {
	display: block;
}

.menu-social.menu .menu-item a:hover,
.menu-trigger:hover {
	opacity: 0.8;
}


/* BUTTON */

.menu-main .button {
	border-radius: 0;
}

.menu-main .button .menu-item-title,
.menu-main .button .menu-item-desc {
	color: #fff;
}


/* SEARCH */

.main-menu-search {
	position: relative;
	z-index: 15;
}

.main-menu .search-input,
.main-menu .search-input:focus {
	background-color: transparent;
	border: none;
	box-shadow: none;
	width: 284px;
}

.main-menu .search-submit {
	background-color: transparent;
	border-bottom: none;
	border-radius: 0;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}


/* SOCIAL */

.menu-social .menu-item a {
	font-family: md-icon;
	font-size: 20px;
	padding: 0;
}


/* QUERIES */

@media all and (max-width: 900px) {

	.menu-main .sub-menu .sub-menu {
		margin-left: 0;
	}

	.menu-main .sub-menu .sub-menu .sub-menu {
		margin-left: 16px;
	}

	.main-menu .columns-3 .col {
		width: 33.333333333%;
	}

	.main-menu .columns-4 .col {
		width: 25%;
	}

}

@media all and (max-width: 700px) {

	.menu-main > .menu-item {
		margin-bottom: 13px;
		padding-left: 0;
		width: 100%;
	}

	.menu-main > .menu-item:not(:first-child) {
		padding-left: 0;
	}

}





/*------------------------------*\
	$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: #ae2525;
	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
\*------------------------------*/

/* LATEST POSTS */

.latest-posts .featured-image-wrap {
	display: block;
	height: 175px;
	overflow: hidden;
}

.latest-posts .featured-image {
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.latest-posts .latest-post:hover .featured-image {
	margin-top: -10px;
}

/* SPOTLIGHT */

.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;
	text-transform: uppercase;
}

/* 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 */

#wp-calendar {
	text-align: center;
	width: 100%;
}

#wp-calendar caption {
	padding: 13px;
}

#wp-calendar td {
	padding: 9px 13px;
}

#wp-calendar thead th {
	padding-bottom: 9px;
	padding-top: 9px;
}





/*------------------------------*\
	$POPUPS
\*------------------------------*/

.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: #ddd;
	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-content {
	overflow: hidden;
}

.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);
}

@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; /* 832 / 2 */
		left: 50%;
			top: 52px;
		width: 832px;
	}
}

@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;
	}

}

@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;
	}

}


/* IMAGE OVERLAY */

.image-overlay {
	background-position: center top;
	background-size: cover;
	display: block;
	position: relative;
}

.overlay,
.image-overlay:after {
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	width: 100%;
}





/*------------------------------*\
	$SHARE
\*------------------------------*/

.has-share .content-item-headline {
	padding-bottom: 32px;
}

.md-share.share-disable .share-text {
	display: none;
}

.md-share {
	font-size: 0;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.md-share .share-button {
	border-bottom: 0;
	color: #fff;
	display: inline-block;
	line-height: 15px;
	padding: 13px;
	vertical-align: bottom;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.md-share .share-button:hover {
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	z-index: 95;
}

.md-share .share-icon {
	display: block;
	font-size: 23px;
	line-height: 1;
}

.share-button .md-icon-twitter:before {
	color: #fff;
}

.md-share .share-text {
	display: block;
	font-size: 15px;
	margin-top: 10px;
}

@media all and (max-width: 700px) {

	.md-share .share-text {
		display: none;
	}

}


/**
 * Floating
 */

.md-share-float {
	display: block;
	z-index: 99;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.md-share-float.side-bottom {
	bottom: 0;
	width: 100%;
}

.md-share-float.side-v .share-text {
	display: none;
}

.md-share-float {
	position: fixed;
}





/*------------------------------*\
	$PAGE_LEADS
\*------------------------------*/

/*------------------*\
	$EMAIL_LEAD
\*------------------*/

.email-lead .email-form-intro-desc {
	color: #444;
	font-size: 24px;
	line-height: 34px;
}

.email-lead.text-white .email-form-intro-desc {
	color: #fff;
}

.email-lead.box-dark .email-form-intro-desc {
	color: #ddd;
}


/* LEFT RIGHT */

@media all and (min-width: 950px) {

	.email-lead-left-right .email-form-intro {
		float: left;
		margin-bottom: 0;
		padding-right: 52px;
		width: 54%;
	}

	.email-lead-left-right .email-form {
		float: left;
		width: 46%;
	}

}


/*------------------*\
	$VIDEO_LEAD
\*------------------*/

/* STRUCTURE */

@media all and (min-width: 900px) {

	.columns-video-lead .col1 {
		float: left;
		width: 42.754919499%; /* 478 / 1118 */
	}

	.columns-video-lead .col2 {
		float: left;
		width: 57.245080501%; /* 640 / 1118 */
	}

	.columns-video-lead .col-right {
		float: right;
	}

	.has-play-button .col1 {
		width: 65% !important;
	}

	.has-play-button .col2 {
		width: 35% !important;
	}

}

@media all and (min-width: 1150px) {

	.video-lead-embed iframe,
	.video-lead-embed video,
	.video-lead-embed object {
		max-width: inherit;
	}

}

@media all and (max-width: 1118px) {

	.columns-video-lead {
		margin-left: 0;
	}

	.columns-video-lead .video-lead-text {
		padding-left: 26px;
		padding-right: 26px;
	}

}

@media all and (max-width: 900px) {

	.columns-video-lead > .col2 {
		padding-left: 0;
	}

	.columns-video-lead.block-double-tb {
		padding-bottom: 0;
	}

	.video-lead-text:not(:last-child) {
		margin-bottom: 39px;
	}

}


/* PLAY BUTTON */

.video-lead-play-button:hover {
	opacity: 0.7;
}

.text-dark .play-button {
	border-color: #1e1e1e;
}

.text-dark .play-button:after {
	border-left-color: #1e1e1e;
}

.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;
}


/*------------------*\
	$FUNNEL_LEAD
\*------------------*/

.funnel-lead .col {
	vertical-align: bottom;
}

.funnel-lead .col2 {
	border-radius: 0;
	z-index: 1;
}


/* BUTTON */

.funnel-lead .col .button {
	display: block;
}

.funnel-lead .has-col-button .button {
	border: 3px solid #fff;
	position: relative;
	z-index: 1;
}


/* IMAGE */

.funnel-lead .has-col-button + .col-image {
	margin-top: -78px;
}

.funnel-lead .col-image img {
	width: 100%;
}


/* MEDIA QUERIES */

@media all and (max-width: 900px) {

	.funnel-lead-columns .col:not(:last-child) {
		margin-bottom: 26px;
	}

}

@media all and (max-width: 700px) {

	.funnel-lead-columns.block-double-top:first-child {
		padding-top: 0;
	}

	.funnel-lead-columns.columns-3 .col3 {
		width: 100%;
	}

	.funnel-lead-columns .col2:not(:first-child),
	.funnel-lead-columns .col3:not(:first-child) {
		margin-top: 0;
	}

}


/*------------------*\
	$TABLE_LEAD
\*------------------*/

.table-lead .caps {
	letter-spacing: 2px;
}


/* FEATURED */

.table-lead-featured {
	background-color: #32a4e6;
	color: #fff;
	font-size: 13px;
}


/* HEAD */

.table-lead-head-price {
	line-height: 1;
}

.table-lead-control {
	cursor: pointer;
}


/* BUTTON */

.table-lead-head-price:not(:first-child) {
	margin-top: 13px;
}


/* MEDIA QUERIES */

@media all and (min-width: 700px) {

	.table-lead .table-lead-head p {
		margin-bottom: 0;
	}

	.table-lead-control {
		display: none;
	}

}

@media all and (max-width: 700px) {

	.table-lead-head {
		padding: 52px;
	}

	.table-lead .table-lead-featured {
		font-size: 12px;
		padding-bottom: 7px;
		padding-top: 7px;
	}

}

@media all and (max-width: 900px) {

	.table-lead-foot {
		text-align: center;
	}

	.table-lead-foot-desc.alignright {
		float: none;
		margin-bottom: 13px;
	}

}


/*------------------*\
	$ACTION_LEAD
\*------------------*/

.action-lead {
	background-color: #0094f0;
}

.action-lead .col-featured {
	border-bottom: none;
	border-color: rgba(0, 0, 0, 0.15);
}

.alignvertical .content {
	width: auto;
}

.content .action-lead .content {
	float: none;
	width: 100%;
}

.content .action-lead .sidebar {
	float: none;
}

.content .action-lead .sidebar {
	padding-left: 0;
	padding-top: 0;
}

@media all and (min-width: 900px) {

	.content-sidebar .content .action-lead .sidebar {
		width: 60%;
	}

	.content .action-lead .sidebar {
		margin-left: auto;
		margin-right: auto;
		width: 40%;
	}

}

@media all and (max-width: 900px) {

	.action-lead {
		text-align: center;
	}

	.action-lead .content {
		padding-left: 26px;
		padding-right: 26px;
	}

	.action-lead .content-sidebar .content {
		margin-bottom: 26px;
	}

	.action-lead .content.mt-single {
		margin-top: 0;
	}

	.action-lead .content-sidebar .sidebar {
		padding-top: 0;
	}

	.action-lead .alignvertical .button {
		text-align: center;
		width: 100%;
	}

	.content .action-lead .content {
		padding-left: 0;
		padding-right: 0;
	}

}



/*----------------------------------*\
	$STREAM
\*----------------------------------*/

.stream-item-inner {
	position: relative;
}

/* ELEMENTS */

.stream-embed {
	border: 1px solid #ddd;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.stream-embed .stream-text {
	font-size: 0.95em;
	line-height: 1.35em;
}

.stream-item a {
	border-bottom: 1px solid #555;
}

.stream .stream-item a:hover,
.stream .stream-title a {
	border-bottom: 0;
}

.stream .stream-title {
	font-weight: 700;
}

.stream-list li {
	font-size: 0.9em;
}

.stream-list li:not(:last-child) {
	margin-bottom: 0;
}

.stream-bubble {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: inline-block;
}

/* TIMELINE */

.stream-timeline {
	position: relative;
}

.stream-timeline:last-child {
	margin-bottom: 26px;
}

.stream-timeline:before {
	background-color: #0098de;
	content: '';
	display: block;
	height: 100%;
	margin-left: -1px;
	position: absolute;
		bottom: 0;
		left: 50%;
	width: 2px;
}

.stream-timeline .stream-featured:after {
	background-color: #0098de;
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;
	margin-left: -10px;
	position: absolute;
		bottom: -5px;
		left: 50%;
	width: 20px;
}

/* STANDARD */

.stream-standard a,
.stream-standard .stream-title a {
	color: #1e1e1e;
}

.stream-standard .stream-item-inner {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* FEATURED */

.stream-featured {
	background-color: #222;
	color: #fff;
	position: relative;
}

.stream-featured code {
	background-color: #666;
	color: #fff;
}

.stream-featured .byline,
.stream-item.stream-featured a {
	color: #fff;
}

.stream-featured .stream-embed {
	border-color: #3e3e3e;
}


/* POST */

.stream-standard .stream-media {
	float: left;
	width: 15%;
}

.stream-standard .stream-media + .stream-content {
	float: left;
	padding-left: 16px;
	width: 85%;
}

.stream-featured .stream-media {
	float: left;
	width: 30%;
}

.stream-featured .stream-media + .stream-content {
	float: left;
	padding-left: 16px;
	width: 70%;
}

/* STATUS */

.stream-featured.status a {
	color: #eee;
}

/* BOX */

.stream-box {
	cursor: pointer;
	position: relative;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.stream-box:hover {
	opacity: 0.8;
}

.stream-icon {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
	color: #fff;
	display: block;
	font-size: 27px;
	height: 60px;
	line-height: 1;
	margin-left: -30px;
	margin-top: -30px;
	padding-top: .6em;
	position: absolute;
		left: 50%;
		top: 50%;
	text-align: center;
	width: 60px;
}

/* BAR */

.stream-bar {
	border-width: 0 0 1px;
	border-style: solid;
	padding-bottom: 3px;
}

.stream-standard .stream-bar { border-bottom-color: #ddd; color: #777; }
.stream-featured .stream-bar { border-bottom-color: rgba(255, 255, 255, 0.2); color: #eee; }

.stream-bar .md-icon-share {
	color: green;
}

/* BYLINE */

.stream-byline-avatar {
	position: relative;
		top: 3px;
}

.stream-actions {
	line-height: 1;
	position: absolute;
		top: 20px;
		right: -40px;
}

.stream-action {
	display: inline-block;
}

.stream-action a {
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom: 0;
	border-radius: 50%;
	display: block;
	font-size: 16px;
	height: 30px;
	padding-top: 7px;
	text-align: center;
	width: 30px;
}

@media all and (max-width: 700px) {
	.stream .stream-media {
		float: none;
		margin: 0 auto 26px;
		max-width: 200px;
		width: auto;
	}
	.stream .stream-item .stream-content {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	.stream-actions {
		top: 5px;
		right: 5px;
	}
}



/*----------------------------------*\
	$BOOKSHELF
\*----------------------------------*/

.md-popup-bookshelf {
	background-color: #F9FCE9;
}

.post-type-archive-bookshelf .content,
.tax-bookshelf_categories .content {
	box-shadow: none;
}

.bookshelf-category.is-active {
	font-weight: bold;
}

.bookshelf-row:after {
	background-color: rgba(255, 255, 255, 0.15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	content: '';
	display: block;
	height: 13px;
	width: 100%;
}

.book-thumb, .book-thumb a {
	border-bottom: 0;
	display: block;
}

.book-thumb img {
	box-shadow: 1px 0px 16px rgba(0, 0, 0, 0.1);
}

.bookshelf-grid,
.bookshelf-excerpt .book {
	text-align: center;
}

.bookshelf-grid .book {
	display: inline-block;
	float: none;
	margin-left: -5px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: bottom;
	width: 20%;
}

.book-rating {
	color: #999;
	font-size: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 900px) {
	.bookshelf-excerpt .book {
		float: left;
		position: relative;
		width: 30%;
		z-index: 10;
	}
	.bookshelf-excerpt .book-text {
		float: left;
		width: 70%;
	}
}

@media all and (max-width: 900px) {
	.bookshelf-grid .book {
		padding-left: 5px;
		padding-right: 5px;
	}
}



/*------------------------------*\
	$FOOTNOTES
\*------------------------------*/

.md-footnotes {
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	margin-top: 39px;
}

.md-footnote {
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.md-footnote.md-footnote-show .md-footnote-text {
	display: block;
}


/* NUMBER */

.md-footnote .md-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;
}

.md-footnote-show .md-footnote-number,
.md-footnote-number:hover {
	background-color: rgba(0, 0, 0, 0.25);
}


/* TEXT */

.md-footnote-text {
	color: #444;
	cursor: default;
	font-size: 13px;
	font-style: normal;
	line-height: 21px;
	padding-bottom: 26px;
	padding-top: 26px;
	position: relative;
}

.md-footnote-text:before {
	background-color: rgba(0, 0, 0, 0.2);
	content: "\0020";
	display: block;
	height: 1px;
	margin-bottom: 16px;
	width: 26px;
}

.md-footnote-text-number {
	color: #ae2525;
}


/* TRIGGERS */

.md-footnote-show .md-footnote-triggers {
	position: absolute;
		top: 13px;
		right: 13px;
}

.md-footnote-show .md-footnote-trigger-list {
	border-bottom: none;
	color: #ccc;
	cursor: default;
	font-size: 16px;
	position: relative;
		top: -4px;
}

.md-footnote-show .md-footnote-trigger-close {
	color: #ccc;
	font-size: 28px;
	padding-left: 7px;
}





/*------------------------------*\
	$MEDIAQUERIES
\*------------------------------*/

@media all and (max-width: 900px) {

	/* COLUMNS */

	.columns-3 .col,
	.columns-4 .col {
		width: 100%;
	}

	/* LAYOUT */

	.header-wrap, .content-box {
		margin-bottom: 0;
		margin-top: 0;
	}

	.content-box {
		padding-left: 0;
		padding-right: 0;
	}

}

@media all and (max-width: 800px) {

	[class*="format-text-"] .alignright,
	[class*="format-text-"] .alignleft {
		clear: both;
		display: block;
		float: none;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
	}

}

@media all and (max-width: 700px) {

	/* ADMIN BAR FIX */

	#wpadminbar {
		position: fixed;
	}


	/* SPACERS */

	.content-item:not(:last-child) {
		margin-bottom: 0;
	}


	/* BLOCKS */

	.col.mt-single {
		margin-top: 0;
	}


	/* HELPERS */

	.button,
	a.button,
	.button a,
	[class*="links-"] button,
	[class*="links-"] .button,
	input[type="submit"],
	button {
		display: block;
		text-align: center;
		width: 100%;
	}

	.close-on-mobile {
		display: none;
	}

	.show-on-mobile {
		display: block;
	}


	/* FORMS */

	.form-attached-2 .form-input {
		border-right-width: 1px;
		width: 100%;
	}

	.form-attached-2 .form-input:not(:last-child) {
		margin-bottom: 13px;
	}

	.form-attached-2 .form-submit {
		float: none;
		width: 100%;
	}


	/* LAYOUTS */

	.content-item input,
	.content-item textarea,
	.columns-2 > .col1,
	.columns-2 > .col2,
	.ginput_complex .ginput_right,
	.ginput_complex .ginput_left {
		width: 100%;
	}

	.columns-flex > .col {
		margin-left: 0;
		width: 100%;
	}


	/* BYLINE */

	.byline {
		font-size: 15px;
	}

	.byline-item:not(:last-child) {
		margin-right: 13px;
	}


	/* AUTHOR BOX */

	.author-box {
		text-align: center;
	}

	.author-avatar {
		float: none;
		margin-bottom: 26px;
		margin-right: 0;
		width: 100%;
	}

	.author-content {
		float: none;
		width: 100%;
	}

}





/*-----------*\
	$ICONS
\*-----------*/

[class*="md-icon-"]:before,[class^=md-icon-]:before{font-family:md-icon;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1}.md-icon-twitter:before{color:#55acee;content:'\e800'}.md-icon-linkedin-squared:before{content:'\e801'}.md-icon-github-squared:before{content:'\e802'}.md-icon-pinterest-squared:before{content:'\e803'}.md-icon-facebook-squared:before{content:'\e804'}.md-icon-instagram:before{content:'\e805'}.md-icon-gplus:before{content:'\f0d5';}.md-icon-youtube-play:before{content:'\e807'}.md-icon-tumblr-squared:before{content:'\e808'}.md-icon-vimeo-squared:before{content:'\e809'}.md-icon-flickr:before{content:'\e80a'}.md-icon-wordpress:before{content:'\e80b'}.md-icon-dribbble:before{content:'\e80c'}.md-icon-pencil:before{content:'\e80d'}.md-icon-angle-down:before{content:'\e80e'}.md-icon-angle-right:before{content:'\e80f'}.md-icon-cancel:before{content:'\e810'!important;}.md-icon-chat:before{content:'\e811'}.md-icon-clock:before{content:'\e812'}.md-icon-search:before{content:'\e813'}.md-icon-mail-alt:before{content:'\e814'}.md-icon-menu:before{content:'\e815'}.md-icon-angle-left:before{content:'\e816'}.md-icon-angle-up:before{content:'\e817'}.md-icon-user-add:before{content:'\e818';}.md-icon-user:before{content:'\e819'}.md-icon-ok-circled:before,.list-check li:before{content:'\e81a';color:#22a340;}.md-icon-medium:before{content:'\f23a'}.md-icon-rss:before{content:'\f09e'}.md-icon-periscope:before{content:'\e81d'}.md-icon-star:before{content:'\e81b';}.md-icon-speakerdeck:before{content:'\e81f'}.md-icon-phone:before{content:'\e806'}.md-icon-whatsapp:before{content:'\f232'}.md-icon-code:before{content:'\f121'}.md-icon-share:before{content: '\e81c'}.md-icon-eye:before{content:'\e81e'}

/* MAINMENU */

.menu-social .menu-item a[href*="wordpress.org"],.menu-social .menu-item a[href*="wordpress.com"]{color:#21759b}.menu-social .menu-item a[href*="wordpress.org"]:before,.menu-social .menu-item a[href*="wordpress.com"]:before{content:'\e80b'}.menu-social .menu-item a[href*="facebook.com"]{color:#3b5998}.menu-social .menu-item a[href*="facebook.com"]:before{content:'\e804'}.menu-social .menu-item a[href*="twitter.com"]{color:#55acee}.menu-social .menu-item a[href*="twitter.com"]:before{content:'\e800'}.menu-social .menu-item a[href*="dribbble.com"]{color:#ea4c89}.menu-social .menu-item a[href*="dribbble.com"]:before{content:'\e80c'}.menu-social .menu-item a[href*="plus.google.com"]{color:#dd4b39}.menu-social .menu-item a[href*="plus.google.com"]:before{content:'\f0d5'}.menu-social .menu-item a[href*="pinterest.com"]{color:#cc2127}.menu-social .menu-item a[href*="pinterest.com"]:before{content:'\e803'}.menu-social .menu-item a[href*="tumblr.com"]{color:#35465c}.menu-social .menu-item a[href*="tumblr.com"]:before{content:'\e808'}.menu-social .menu-item a[href*="youtube.com"]{color:#e52d27}.menu-social .menu-item a[href*="youtube.com"]:before{content:'\e807'}.menu-social .menu-item a[href*="flickr.com"]{color:#0063dc}.menu-social .menu-item a[href*="flickr.com"]:before{content:'\e80a'}.menu-social .menu-item a[href*="vimeo.com"]{color:#162221}.menu-social .menu-item a[href*="vimeo.com"]:before{content:'\e809'}.menu-social .menu-item a[href*="instagram.com"]{color:#3f729b}.menu-social .menu-item a[href*="instagram.com"]:before{content:'\e805'}.menu-social .menu-item a[href*="linkedin.com"]{color:#0976b4}.menu-social .menu-item a[href*="linkedin.com"]:before{content:'\e801'}.menu-social .menu-item a[href*="github.com"]{color:#0976b4}.menu-social .menu-item a[href*="github.com"]:before{content:'\e802'}.menu-social .menu-item a[href*="medium.com"]:before{content:'\f23a'}.menu-social .menu-item a[href*="medium.com"]{color:#58595b}.menu-social .menu-item.rss a:before {content:'\f09e';}.menu-social .menu-item.rss a{color:#ff9900;}.menu-social .menu-item a[href*="periscope.tv"]{color:#e94f3c;margin-left:-3px}.menu-social .menu-item a[href*="periscope.tv"]:before{content:'\e81d'}.menu-social .menu-item a[href*="speakerdeck.com"]:before{content:'\e81f';}.menu-social .menu-item a[href*="speakerdeck.com"]{color:#3AB278;margin-left:-5px;}