/*--- General Typography ---*/
a {
	text-decoration: none;
}
h1 {
	font-size: 3.75em;
	letter-spacing: .01em;
	line-height: 1.05em;
	text-transform: uppercase;
}
h2 {
	font-size: 3em;
	letter-spacing: .01em;
	line-height: 1.05em;
	text-transform: uppercase;
}
h3 {
	font-size: 2.25em;
}
h4 {
	font-size: 1.75em;
}
h5 {
	font-size: 1.375em;
}
h6 {
	font-size: .875em;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.ml-entry-title h1,
.ml-entry-title h2 {
	margin: .25em auto 0;
}
.ml-post-title {
	border-right: 4px solid;
	font-size: 3.75em;
}
	.ml-grid.ml-one_half .ml-post-title,
	.ml-grid.ml-one_third .ml-post-title,
	.ml-grid.ml-two_third .ml-post-title,
	.ml-grid.ml-one_fourth .ml-post-title,
	.ml-grid.ml-three_fourth .ml-post-title {
		border-right: 0;
		font-size: 2em;
	}
	.ml-full-bg .ml-post-title {
		padding-left: 10px;
	}
.ml-entry-subtitle {
	font-weight: normal;
	margin: -.4em 0 0 .15em;
}
.widgettitle:before,
.ml-filter-title:before {
	border-bottom: 1px solid;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	position: absolute;
	width: 40%;
}
.ml-entry-info {
	border-left: 4px solid;
	clear: both;
	font-size: .75em;
	line-height: 200%;
	margin: 4em auto;
	padding-left: .5em;
}
	.ml-post-index .ml-entry-info {
		margin-bottom: 0;
	}
	.ml-grid.ml-one_half .ml-entry-info,
	.ml-grid.ml-one_third .ml-entry-info,
	.ml-grid.ml-two_third .ml-entry-info,
	.ml-grid.ml-one_fourth .ml-entry-info,
	.ml-grid.ml-three_fourth .ml-entry-info {
		display: none;
	}

.ml-entry-text {
	max-width: 500px;
}
.ml-entry-text p a {
	font-weight: bold;
}
blockquote {
	font-size:1.125em;
	margin: 0 2em;
}
.ml-page-wrapper {
	display: inline-block;
	margin: 1em auto;
	width: 100%;
}



/*--- Grid ---*/
.ml-grid {
	margin-left: 0;
	margin-right: 1.85185185%;
}
.ml-grid.ml-one_full {
	width: 98.14814815%;
}
.ml-grid.ml-one_half {
	width:48.14814815%;
}
.ml-grid.ml-one_third {
	width:31.4814814833333%;
}
.ml-grid.ml-two_third {
	width:64.8148148166667%;
}
.ml-grid.ml-one_fourth {
	width:23.14814815%;
}
.ml-grid.ml-three_fourth {
	width:73.14814815%;
}



/*--- General Divs ---*/
.ml-wrapper-all {
	margin: 0 auto;
	padding-left: 20px;
	max-width: 1080px;
}
.ml-block {
	position: relative;
	float:left;
	margin: 0 20px 20px 0;
}
.ml-block-1x1,
.ml-pseudo-block {
	height: 250px;
	width: 340px;
}
	.ml-layout-columns-4 .ml-block-1x1,
	.ml-layout-columns-4 .ml-pseudo-block {
		height: 184px;
		width: 250px;
	}
.ml-block-large {
	float:right;
}
.ml-block.ml-block-large {
	margin-right: 1.85185185%;
	width: 64.8148148%;
}
	.ml-layout-columns-4 .ml-block.ml-block-large {
		width: 73.1481481%;
	}
	.ml-layout-full-width .ml-block.ml-block-large {
		width: 98.14814815% !important;
	}
.ml-block.ml-block-side {
	margin-right: 1.85185185%;
	padding-bottom: 1.25em;
	width: 31.4814814%;
}
	.ml-layout-columns-4 .ml-block.ml-block-side {
		width: 23.1481481%;
	}
.ml-block-padding {
	padding: 10px;
}
.ml-mini-divider-40 {
	border-top: 1px solid;
	width: 40px;
}
.ml-mini-divider-20 {
	border-top: 1px solid;
	width: 20px;
}



/*--- Header ---*/
.ml-full-bg .ml-block.ml-logo-block,
.ml-block.ml-logo-block {
	background-color: transparent;
}
.ml-logo-block img {
	width: 100%;
}
.ml-menu-block {
	z-index: 10;
}
.ml-logo,
.ml-logo-obj {
	float:left;
}
.ml-logo-obj {
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
.ml-logo-obj .ml-title {
	font-size: 3em; /* 60/16px */
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	padding: 10px;
}
.ml-logo-obj .ml-tagline {
	line-height: 1em;
	margin: 0;
	padding: 10px;
}



/*--- Menu ---*/
.ml-responsive-menu-bar,
.ml-responsive-menu-area {
	display: none;
}
.ml-responsive-menu-area {
	margin-bottom: 2em;
	padding: 1em 0;
}
.ml-responsive-menu {
	border-left: 1px solid;
	list-style: none;
	margin: 0 auto;
	padding-left: 1em;
	max-width: 300px;
}
.ml-responsive-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 1.5em;
}
.ml-responsive-menu li {
	width: auto;
}
.ml-responsive-menu a {
	font-size: .875em; /* 14/16px */
	display: inline-block;
	line-height: 2.5em;
	width: 100%;
}
.ml-responsive-menu > li > a {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.ml-responsive-menu-bar {
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.ml-responsive-menu-title {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 10px;
}
.ml-responsive-menu-icon {
	display: inline-block;
	font-size: 60px;
	font-family: 'MLBaseIcons';
	line-height: .34em;
	margin: 0;
	width: 100%;
}
.ml-main-menu {
	list-style: none;
	margin: 0;
	padding: .5em 1em;
}
.ml-main-menu > li {
	line-height: 240%;
}
.ml-main-menu > li > a {
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
	font-size: 1.125em; /* 18/16px */
	font-weight: bold;
	letter-spacing: .1em;
	padding: .05em .2em .1em .25em;
	text-transform: uppercase;
}
	.ie .ml-main-menu > li > a {
		padding-top: .15em;
	}
	.ml-layout-columns-4 .ml-main-menu > li {
		font-size: .8125em; /* 13/16px */
	}
.ml-main-menu ul {
	font-size: 13px;
	list-style: none;
	left: 16.9em;
	margin: 0;
	padding: 4px 0;
	top: 0px;
	z-index: 200;
}
.ml-main-menu ul li a {
	display: inline-block;
	font-weight: bold;
	padding: 0 1em;
	width: 14em;
}



/*--- Widget Related ---*/
.ml-widget-area {
	list-style: none;
	margin: 0;
	padding: 10px;
}
.ml-social li {
	float: left;
	margin-right: 1em;
}
.ml-social li a {
	font-size: 22px;
	height: 22px;
	width: 22px;
}
	.ml-layout-columns-4 .ml-social li a {
		font-size: 18px;
		height: 18px;
		width: 18px;
	}
.textwidget {
	bottom:10px;
	left: 10px;
	position: absolute;
}
	.ml-layout-columns-4 .textwidget {
		font-size: .92307692307692em;
	}
.textwidget p:last-child {
	margin-bottom: 0;
}
.ml-sidebar {
	list-style: none;
	margin: 0;
	padding: 10px;
}
.ml-block-side {
	float:left;
}
.ml-block-side .ml-sidebar:first-child {
	margin-top: 1.25em;
}
.widget {
	font-size: .8125em; /* 13/16px */
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}
.widgettitle {
	letter-spacing: .1em;
	font-size: 1.07692307692308em;
	margin:0 0 .4em;
	position: relative;
	text-transform: uppercase;
}
.widget_meta > ul,
.widget_pages > ul,
.widget_links > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > div > ul,
.widget_recent_entries > ul,
.widget_recent_comments > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_meta,
.widget_pages,
.widget_links,
.widget_archive,
.widget_categories,
.widget_nav_menu,
.widget_recent_entries,
.widget_recent_comments {
	border-left: 4px solid;
	padding-left: 7px;
}
.widget_meta > ul ul,
.widget_pages > ul ul,
.widget_links > ul ul,
.widget_archive > ul ul,
.widget_categories > ul ul,
.widget_nav_menu > div > ul ul,
.widget_recent_entries > ul ul,
.widget_recent_comments > ul ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 .75em;
}
.widget_calendar caption {
	text-align: left;
}
#wp-calendar {
	border:1px solid;
	width: 15em !important;
}
.ml-music-bg-controls {
	float:left;
	height: 36px;
	position: relative;
	width: 36px;
}
	.ml-header-block .ml-music-bg-controls,
	.ml-footer-block .ml-music-bg-controls {
		right: 10px;
		position: absolute;
		top: 10px;
	}
.ml-music-bg-controls a {
	display: block;
	height: 36px;
	font-family: 'MLBaseIcons';
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 36px;
}
	.ml-header-block .ml-music-bg-controls a,
	.ml-footer-block .ml-music-bg-controls a {
		left: 0px;
		right: auto;
	}
.ml-music-bg-controls a span {
	margin-left: 8px;
}



/*--- Forms ---*/
#searchform,
.wpcf7-text,
.input-text,
.wpcf7-textarea,
textarea,
.wpcf7-quiz,
.wpcf7-captchar {
	border: 2px solid;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
	max-width: 90%;
	padding: .5em;
}
#submit,
.wpcf7-submit,
.ml-readm-link,
.ml-loop-nav a,
.ml-button {
	border: 0 none;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
	font-weight: bold;
	padding: 1em 2em;
}
#searchform {
	display: inline-block;
	height:22px;
	position: relative;
	width: 93%;
}
	.ml-layout-columns-4 #searchform {
		width: 91%;
	}
.ml-search {
	background: transparent;
	border: 0 none;
	font-size: 14px;
	line-height: 150%;
}
.ml-search-submit {
	border: 0 none;
	background: transparent;
	display: block;
	font-size: 20px;
	height:38px;
	position: absolute;
	right: -2px;
	top: -2px;
	width:38px;
}
	.ml-search-submit:active {
		top: -1px;
	}
span.wpcf7-not-valid-tip {
	bottom: -3.25em;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
	background-color: #fff;
	left: auto !important;
	right: 0px;
	top: auto !important;
}
.wpcf7-form-control-wrap.captcha-demo span.wpcf7-not-valid-tip {
	bottom: -5.25em;
}
.wpcf7-response-output {
	background-color: #fff;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
	color: #222;
	margin: 2em auto;
	text-align: center;
}
span.wpcf7-not-valid-tip {
	color: #222;
}



/*--- Portfolio ---*/
.ml-filter-title {
	margin: 0;
	position: relative;
}
.ml-filters {
	margin-top: .5em;
}
.ml-filters li {
	float:left;
	margin-right: 5%;
	width: 40%;
}
.ml-filters li a {
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
	display: inline-block;
	padding: .15em .4em .1em;
	font-size: .8125em; /* 13/16px */
}
	.ml-layout-columns-4 .ml-filters li a {
		font-size: .75em; /* 12/16px */
	}
.ml-pthumb.ml-block {
	position: absolute;
}
.ml-pthumb-block {
	background: transparent url(../framework/images/ajax-loader.gif) no-repeat 50% 55%;
}
.ml-pthumb-block.ml-block {
	overflow: hidden;
}
.ml-pthumb-header {
	font-size: 16px;
	height: 23.6%;
	left: 0px;
	position: absolute;
	top:0px;
	width: 100%;
}
	.ml-layout-columns-4 .ml-pthumb-header {
		height: 43px;
		font-size: 13px;
	}

.ml-pthumb-title {
	font-weight:bold;
	left: 1.1em;
	line-height: 1em;
	margin-top: -.55em;
	position: absolute;
	top: 50%;
}
.ml-pthumb-border {
	border-top: 4px solid;
	bottom: 0px;
	left: 0;
	position: absolute;
	width: 100%;
}
.ml-pthumb-img {
	left: 0px;
	bottom: 0px;
	margin-bottom: -11.8%;
	position: absolute;
	width: 100%;
}
	.ie .ml-pthumb-img {
		margin-bottom: -7.4%;
	}
	.ml-ploading .ml-pthumb-img {
		opacity: 0.1;
			filter: alpha(opacity = 10);
	}
.ml-picon {
	font-size: 1em;
	line-height: 160%;
	margin-top: -.75em;
	position: absolute;
	right: .525em;
	top: 50%;
}
.ml-picon-link {
	font-family: 'MLPostIcons';
	font-size: 1.5em;
}
.ml-picon-images {
	font-family: 'MLPostIcons';
	font-size: 1.6875em;
	line-height: 155%;
}
.ml-picon-embedded {
	font-family: 'MLBaseIcons';
	right: .225em;
	font-size: 1.9375em;
}
.ml-pimgnum {
	border-right: 2px solid;
	font-size: .875em;
	font-weight: bold;
	height: 60%;
	line-height: 245%;
	margin-top: -.8em;
	padding-right: .8em;
	position: absolute;
	right: 3.8em;
	top: 40%;
}
	.ml-ptype-link .ml-pimgnum {
		right: 3.5em;
	}
	.ml-ptype-embedded .ml-pimgnum {
		right: 3.2em;
	}
.flex-direction-nav a,
.flex-direction-nav a:visited,
.ml-thumbsnav a,
.ml-thumbsnav a:visited,
.ml-pbutton,
.ml-pbutton:visited,
.ml-pthumbs {
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
}
.ml-passp-title {
	border-left: 4px solid;
	display: inline-block;
	letter-spacing: .01em;
	line-height: 1.05em;
	margin: .75em auto 0;
	padding: .2em 0 0 .2em;
}
.ml-passp-subtitle {
	border-left: 4px solid;
	font-size: 1.25em; /* 20/16px */
	margin: 0 0 2em !important;
	padding: 0 0 .6em .6em;
}



/*--- Blog ---*/
.ml-posts-divider {
	border-top: 4px solid;
	margin: 6em auto;
}
.ml-frame-blog,
.ml-ftrd-img {
	border-bottom: 4px solid;
	border-top: 4px solid;
	width: 100%;
}
.ml-entry-text {
	max-width: 31.25em
}
	.ml-post-index .ml-entry-text {
		margin-top: 2.5em;
	}
	.ml-full-bg .ml-entry-text {
		padding-left: 10px;
	}
.ml-comments {
	margin: 2em auto 4em;
}
.ml-comments-title {
	border-left: 4px solid;
	padding: .2em 0 .2em .2em;
}
.ml-all-comments {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ml-all-comments ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5%;
}
.ml-post-icon {
	font-size: 52px;
	float:right;
	line-height: 1.8em;
	margin: 0 2%;
}
.ml-tags {
	font-size: .8125em; /* 13/16px */
}
.ml-tags strong {
	font-size: .75em;
	text-transform: uppercase;
}
.ml-thin-divider {
	border-top: 1px solid;
	display: block;
	width: 100%;
}
li.comment {
	float: left;
}
.ml-comment-ava {
	border: 2px solid;
	border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-ms-border-radius: 7px;
		-o-border-radius: 7px;
	float:left;
	margin-top: 2px;
	overflow: hidden;
}
.ml-comment-content {
	border: 2px solid;
	border-radius: 8px;
	margin-left: 65px;
	padding: .25em 1.5em 1.5em 1.75em;
}
.ml-comment-content p:first-child {
	position: relative;
}
.ml-comment-content p:first-child:before {
	content: "\0022";
	font-family: Helvetica;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	left: -.55em;
	position: absolute;
	top: 0px;
}
.ml-comment-box {
	margin-bottom: 2em;
}
.ml-comment-info {
	border-left: 3px solid;
	display: inline-block;
	font-size: .75em; /* 12/16px */
	float: right;
	padding-left: 6px;
}
.ml-comment-form-p {
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}
.ml-comment-form label {
	display: inline-block;
	text-align: right;
	width: 20%;
}
.ml-comment-form input,
.ml-comment-form textarea {
	margin-left: 4%;
	width: 67%;
}
#submit {
	float: right;
	margin-right: 6%;
	width: auto;
}
p.logged-in-as,
p.comment-notes {
	border-left: 4px solid;
	font-size: 1.25em; /* 20/16px */
	margin: 0 0 2em !important;
	padding: 0 0 .6em .6em;
}
.form-allowed-tags {
	font-size: .75em; /* 12/16px */
	margin-right: 6%;
}
#reply-title {
	border-left: 4px solid;
	display: inline-block;
	font-size: 3em;
	letter-spacing: .01em;
	line-height: 1.05em;
	margin: .75em auto 0;
	padding: .2em 0 0 .2em;
	text-transform: uppercase;
}
#reply-title span {
	font-size: .4em;
	line-height: 4em;
	text-transform: none;
}
.ml-read-more {
	display: inline-block;
	margin-top: 3em;
}
.ml-post-format {
	border-right: 4px solid #EEE;
	float:right;
	padding: 0 1em .25em;
}
	.ml-entry-standard .ml-post-format {
		float:none;
	}
.ml-post-index .ml-entry-title {
	margin-bottom: -.5em;
}
.ml-entry-audio p:first-child {
	margin: 0;
}
.ml-entry-quote blockquote {
	border-left: 4px solid;
	font-size: 1.5em;
	margin:0;
	padding-left: 1em;
}
.ml-entry-quote blockquote p:first-child:before {
	font-size: 1.5em;
	left: .1em;
}
.ml-quote-author {
	font-weight: bold;
	letter-spacing: .1em;
	margin-left: 1.6em;
	text-transform: uppercase;
}
.ml-status-text,
.ml-chat-text {
	border-left: 4px solid;
	font-size: 1.25em;
	padding: .75em 0 .75em 1em;
}
.ml-chat-text p {
	margin: .25em 0;
}
.ml-status-text {
	font-size: 1.5em;
	font-weight: bold;
}
.ml-entry-aside .ml-entry-text {
	margin-top: -1em;
}
.ml-loop-nav {
	display: inline-block;
	margin-bottom: 5em;
	width: 100%;
}
.ml-nav-next a span,
.ml-nav-prev a span {
		font-size: 24px;
		font-weight: normal;
		margin-top: -5px;
		margin-bottom: -24px;
}
.ml-nav-prev a {
	float:left;
	padding-left: 1em;
	padding-right: 2em;
	text-align: right
}
	.ml-nav-prev a span {
		float: left;
		padding-right: 12px;
	}
.ml-nav-next a {
	float:right;
	padding-left: 2em;
	padding-right: 1em;
}
	.ml-nav-next a span {
		float: right;
		padding-left: 12px;
	}
	.webkit .ml-nav-next a span {
		margin-top: -27px;
	}
.ml-loop-nav a span {
	font-family: 'MLBaseIcons';
}
.ml-link-text a {
	border-bottom: 3px solid;
	font-size: 3em;
	font-weight: bold;
	padding: 0 .1em;
}
.ml-ext-ico {
	font-family: 'MLPostIcons';
	font-size: .675em;
	padding-left: .25em;
}



/*--- Content Stacker ---*/
.ml-wrapper-all .ml-cta .ml-button {
	border: 4px solid;
	padding: .9em 1.8em;
}
.ml-wrapper-all .ml-wlcm {
	font-size: 2em;
}



/*--- Misc ---*/
.ml-back-to-top.ml-back-button:hover {
	text-decoration: none;
}
.ml-back-button {
	display: table-cell;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
	.ml-layout-columns-4 .ml-back-button {
		font-size: 1.5em;
	}
.ml-back-button-wrap {
	margin-top: -.75em;
}
.ml-back-button span {
	font-family: 'MLBaseIcons';
	font-size: 1.4em;
	font-weight: normal;
	line-height: 0%;
	text-transform: none;
}



/*--- Transitions ---*/
.wpcf7-submit,
.wpcf7-submit:hover,
#submit,
#submit:hover,
.ml-readm-link,
.ml-readm-link:hover,
.ml-loop-nav a,
.ml-loop-nav a:hover,
.ml-button,
.ml-button:hover,
.ml-back-button,
.ml-back-button:hover,
.ml-pthumb-block.ml-block .ml-pthumb-header,
.ml-pthumb-block.ml-block:hover .ml-pthumb-header,
.ml-main-menu > li > a,
.ml-main-menu > li > a:hover,
.flex-direction-nav a,
.flex-direction-nav a:hover {
	transition: background-color 0.15s ease-in-out;
		-webkit-transition: background-color 0.15s ease-in-out;
		-moz-transition: background-color 0.15s ease-in-out;
		-ms-transition: background-color 0.15s ease-in-out;
		-o-transition: background-color 0.15s ease-in-out;
}
a,
a:hover,
.ml-entry-title-link h2,
.ml-entry-title-link:hover h2 {
	transition: color 0.15s ease-in-out;
		-webkit-transition: color 0.15s ease-in-out;
		-moz-transition: color 0.15s ease-in-out;
		-ms-transition: color 0.15s ease-in-out;
		-o-transition: color 0.15s ease-in-out;
}
.ml-filters li a,
.ml-filters li a:hover,
.ml-filters li a.ml-selected {
	transition: all 0.15s ease-in-out;
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
}
.ml-pthumb-img,
.ml-ploading .ml-pthumb-img {
	transition: opacity 0.15s ease-in-out;
		-webkit-transition: opacity 0.15s ease-in-out;
		-moz-transition: opacity 0.15s ease-in-out;
		-ms-transition: opacity 0.15s ease-in-out;
		-o-transition: opacity 0.15s ease-in-out;
}
#searchform,
#searchform:hover,
.wpcf7-text,
.wpcf7-text:hover,
.wpcf7-text:focus,
.input-text,
.input-text:hover,
.input-text:focus,
.wpcf7-textarea,
.wpcf7-textarea:hover,
.wpcf7-textarea:focus,
textarea,
textarea:hover,
textarea:focus,
.wpcf7-quiz,
.wpcf7-quiz:hover,
.wpcf7-quiz:focus,
.wpcf7-captchar,
.wpcf7-captchar:hover,
.wpcf7-captchar:focus,
.ml-pthumb-block.ml-block .ml-pthumb-border,
.ml-pthumb-block.ml-block:hover .ml-pthumb-border,
.ml-comment-ava,
.ml-comment-ava:hover,
.ml-post-ftrd:hover .ml-ftrd-img,
.ml-post-ftrd .ml-ftrd-img {
	transition: border-color 0.15s ease-in-out;
		-webkit-transition: border-color 0.15s ease-in-out;
		-moz-transition: border-color 0.15s ease-in-out;
		-ms-transition: border-color 0.15s ease-in-out;
		-o-transition: border-color 0.15s ease-in-out;
}



/*--- Responsive ---*/
@media screen and (max-width: 960px) {
	.ml-main-menu ul {
		font-size: 12px;
	}
	.widget {
		font-size: .75em;
	}
	.ml-pthumb-header {
		font-size: 14px;
	}
	.ml-main-menu > li {
		line-height: 200%;
	}
	.ml-main-menu > li > a {
		font-size: 1em;
	}
}
@media screen and (min-width: 811px) {
	.ml-responsive-menu-area {
		display: none !important;
	}
}
@media screen and (max-width: 810px) {
	.ml-grid {
		width: 98.14814815% !important;
		margin-bottom: 20px;
	}
	.ml-cs-space {
		display: none;
	}
	.ml-block-large,
	.ml-block-side {
		float:none;
		width: 98.14814815% !important;
	}
	.ml-main-menu {
		display: none;
	}
	.ml-responsive-menu-bar {
		display: table-cell;
	}
	.widget {
		font-size: .875em; /* 14/16px */
	}
	.ml-pthumb-header {
		font-size: 16px;
	}
	.ml-main-menu > li {
		line-height: 240%;
	}
	.ml-main-menu > li > a {
		font-size: 1.25em;
	}
	.ml-post-title,
	h1 {
		font-size: 2.75em;
	}
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.75em;
	}
	h4 {
		font-size: 1.25em;
	}
}
@media screen and (max-width: 660px) {
	.widget {
		font-size: .75em;
	}
	.ml-pthumb-header {
		font-size: 14px;
	}
	.ml-main-menu > li {
		line-height: 200%;
	}
	.ml-main-menu > li > a {
		font-size: 1em;
	}
	.ml-comment-content {
		padding-bottom: 2.5em;
	}
	.protected-post-form .ml-button {
		margin-top: 1em;
	}
}
@media screen and (max-width: 540px) {
	.widget {
		font-size: .75em;
	}
	.ml-pthumb-header {
		font-size: 14px;
	}
	.ml-main-menu > li {
		line-height: 200%;
	}
	.ml-main-menu > li > a {
		font-size: 1em;
	}
	.ml-back-block,
	.ml-responsive-menu-bar,
	.ml-menu-block,
	.ml-header-widget-block,
	.ml-footer-block,
	.ml-filter {
		height: auto !important;
		padding: 2em 0;
	}
	.ml-back-button {
		height: auto !important;
		padding: 2em 0 1.25em;
	}
	.ml-header-block,
	.ml-footer-block {
		padding: 1.5em 0;
	}
	.ml-filter {
		padding: .5em 0 1em;
	}
	.ml-logo-block {
		padding: 0;
	}
	.ml-pimgnum {
		height: 40%;
	}
}
@media screen and (max-width: 420px) {
	.ml-pimgnum {
		height: 50%;
	}
}