/*
Theme Name: michel
Theme URI: http://theme-preview.com/michel/
Author: IPkabuto
Author URI: http://theme-preview.com/
Description: michel a theme with a clean and creative design
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-colors, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: michel
Domain Path: /languages

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

michel is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# __NORMALIZE 
# __TYPOGRAPHY
# __ELEMENTS
# __FORMS
# __NAVIGATION
	## __LINKS
	## __MENU
# __ACCESSIBILITY
# __ALIGNMENTS
# __CLEARINGS
# __WIDGETS
# __CONTENT
	## __POSTS AND PAGES
	## __COMMENTS
# __INFINITE SCROLL
# __CAPTIONS
# __SIDEBAR
# __AUTHOR BOX
# __FOOTER
    # __FOOTER WIDGETS
# __MEDIA
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# __NORMALIZE
--------------------------------------------------------------*/

body {
	font-size: 14px;
	background-color: #fff;
	color: #767676;
	overflow-x: hidden;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
main,
menu,
nav,
section,
summary {
	display: block;
	position: relative;
}

article {
	overflow: hidden;
	background-color: #fff;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	max-width: 100%;
    height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	color: #222;
}

td,
th {
	padding: 5px;
}


/*--------------------------------------------------------------
# __TYPOGRAPHY
--------------------------------------------------------------*/

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
}

/*--------------------------------------------------------------
# __ELEMENTS
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #757575;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

li {
    position: relative;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 1em 0; 
}

table {
	margin: 0;
	width: 100%;  
}

td,
tr {
    border: 1px solid #666;
    padding: 5px;
}

/*--------------------------------------------------------------
# __FORMS
--------------------------------------------------------------*/

option {
    outline: none;
}

textarea {
	width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap {
	overflow: hidden;
	display: block;
}

.wpcf7-form .contact-form-fields {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}

.wpcf7-form .contact-form-fields:last-child {
	margin-bottom: 0;
}

.wpcf7-submit {
	padding: 10px;
}

/*--------------------------------------------------------------
# __NAVIGATION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## __LINKS
--------------------------------------------------------------*/

a {
	color: #222;
}

a:hover,
a:focus, 
a:active {
	color: #222;
	text-decoration: none;
}

/*--------------------------------------------------------------
# __ACCESSIBILITY
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# __ALIGNMENTS
--------------------------------------------------------------*/

.size-full img,
.wp-caption img {
    border: none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.alignleft,
.alignright {
    height: auto;
    max-width: 100%;
}

.alignright {
    margin: 30px 0 30px 15px;
    float: right;
}

.alignleft {
    margin: 30px 15px 30px 0;
    float: left;
}

.aligncenter {
    display: block;
    margin: 30px auto;
    height: auto;
}

.alignnone {
    margin: 30px 0;
    width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# __CLEARINGS
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# __WIDGETS
--------------------------------------------------------------*/

.michel-sidebar-left,
.michel-sidebar-right {
	padding: 0;
}

.instagram-pics .owl-dots {
	bottom: 1em;
}

.widget {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #eaeaea;
}

.widget .widget-title {
	margin: 0 0 30px 0;
	padding: 0;
	color: #222;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-wrap: break-word;
}

.widget .widget-title:before {
	content: '';
	position: absolute;
	width: 20%;
	height: 1px;
	bottom: -10px;
	background-color: #82b093;
	left: 50%;
	word-wrap: break-word;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.widget input {
	color: #bbb;
	font-size: 12px;
	width: 100%;
	padding: 10px;
	outline: none;
	border: 1px solid;
	border-color: #eaeaea;
}

.widget input[type="submit"] {
	margin: 15px 0;
	color: #fff;
	font-size: 14px;
	background-color: #82b093;
}

.widget input[type="submit"]:hover {
	background-color: #58b178;
	color: #fff;
}

.widget li.cat-item {
	color: #82b093;
}

.widget select {
	width: 100%;
	color: #bbb;
	font-size: 12px;
	padding: 10px;
	outline: none;
	border-color: #eaeaea;
}

td, tr {
	border-color: #eaeaea;
	font-size: 14px;
}

.rssSummary,
.widget p,
.widget a {
	color: #767676;
	font-size: 14px;
}

.widget > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_categories ul > li > a,
.widget_archive ul > li > a {
	width: 90%;
	font-size: 14px;
	font-family: inherit;
	display: inline-block;
}

.widget_archive ul > li > a:before,
.widget_categories ul > li > a:before {
	content: '\f07b';
	font-family: 'FontAwesome';
	color: #82b093;
	float: left;
	margin-right: 10px;
}

.michel_latest_posts_widget ul > li,
.widget_recent_entries ul > li,
.widget_archive ul > li,
.widget_meta ul > li,
.widget_pages ul > li,
.widget_categories ul > li,
.widget_rss ul > li {
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #eaeaea;
}

.about-widget .widget-title {
	margin-top: 15px;
	font-size: 18px;
	word-wrap: break-word;
}

.michel_latest_posts_widget ul > li:last-child,
.widget_recent_entries ul > li:last-child,
.widget_archive ul > li:last-child,
.widget_meta ul > li:last-child,
.widget_pages ul > li:last-child,
.widget_categories ul > li:last-child,
.widget_rss ul > li:last-child {
	border-bottom: none;
	padding: 0;
}

.michel_latest_posts_widget ul > li:before,
.widget_recent_entries ul > li:before,
.widget_archive ul > li:before,
.widget_meta ul > li:before,
.widget_pages ul > li:before,
.widget_categories ul > li:before,
.widget_rss ul > li:before {
	content: ' / ';
	background-color: #fff;
	width: 30px;
	font-size: 10px;
	position: absolute;
	bottom: -8px;
	color: #eaeaea;
	text-align: center;
	overflow: hidden;
	left: 50%;
	display: inline-block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rsswidget {
	color: #222 !important;
	font-size: 18px !important;
}

.michel_latest_posts_widget ul > li:last-child:before,
.widget_recent_entries ul > li:last-child:before,
.widget_archive ul > li:last-child:before,
.widget_meta ul > li:last-child:before,
.widget_pages ul > li:last-child:before,
.widget_categories ul > li:last-child:before,
.widget_rss ul > li:last-child:before {
	content: none;
}

.widget.widget_archive li {
  color:#82b093;
}

.widget.michel_social_widget i {
	color: #222;
	background-color: #fff;
	font-size: 14px;
	padding: 0 5px;
	display: inline-block;
}

.michel_social_widget .social-widget {
	text-align: center;
}

.instagram-size-small li,
.instagram-size-thumbnail li {
	width: 33.333%;
	padding: 2.5px;
	float: left;
}

.instagram-size-large li {
	padding: 2.5px;
	float: left;
	width: 50%;
}

.clear {
	margin: 0;
	display: block;
	width: 100%;
	margin-top: 15px;
	float: left;
	text-align: center;
}

.instagram-size-original .clear {
	display: none;
	margin: 0;
	padding: 0;
}

.michel-author-box {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #eaeaea;
}

.author-img {
	padding-left: 0;
}

.author-content {
	padding-right: 0;
}

.author-title {
	margin: 0 0 30px 0;
	word-wrap: break-word;
}

.author-img img {
	width: 100%;
}

.widget .rpwe-thumb {
  border: none !important;
  box-shadow: none !important;
  margin: 0;
}

.widget .rpwe-block li {
  border: none;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.widget .rpwe-block li:last-child {
	margin: 0;
}

.widget .rpwe-li {
	text-align: center;
}

.widget .rpwe-block h3 {
  margin-bottom: 0px !important;
  margin-top: 15px !important;
  font-size: 18px !important;
}

.widget .rpwe-block h3 a {
	font-size: 18px;
	text-transform: uppercase;
}

.widget .rpwe-time {
	font-size: 12px;
	color: #bbb;
}

.widget .rpwe-ul {
	margin: 0;
}

.owl-dots {
	position: absolute;
	bottom: 6em;
	font-size: 14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.owl-dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
	background-color: #fff;
	border: #eaeaea;
	border-radius: 50%;
}

.owl-dot.active {
	background-color: #82b093;
}

.owl-dot:last-child {
	margin: 0;
}

/*--------------------------------------------------------------
## __MENU
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# __CONTENT
--------------------------------------------------------------*/

.michel-full {
	padding: 0;
}

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

.site-title {
	text-align: center;
	font-size: 70px;
	margin: 150px 0 0 0;
	word-wrap: break-word;
}

.site-description {
	display: block;
	font-size: 14px;
	word-wrap: break-word;
	text-align: center;
}

.michel-header-logo {
	display: block;
	margin: 150px 0 60px 0;
	overflow: hidden;
	text-align: center;
}

.michel-logo {
	display: none;
	line-height: 90px;
	max-width: 350px;
	padding-left: 5%;
	position: absolute;
	top: 0;
}

.michel-logo img {
	width: 60%;
}


/*--------------------------------------------------------------
## __POSTS AND PAGES
--------------------------------------------------------------*/

.michel-post-format {
	position: relative;
	overflow: hidden;
}

.archive-description {
	margin-top: 15px;
}

article.sticky .michel-post-format:before {
  font-family: 'FontAwesome';
  position: absolute;
  color: #222;
  font-size: 1.2em;
  width: 3em;
  z-index: 15;
  text-align: center;
  content: '\f005';
  line-height: 3.5em;
  opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}

article.sticky .michel-post-format:after {
	content: '';
	position: absolute;
	left: -5.5em;
	width: 15em;
	top: -6em;
	height: 9em;
	background-color: #fff;
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}

article.sticky .michel-post-format:hover:before {
	-webkit-transform: scale(0.3);
	-ms-transform: scale(0.3);
	opacity: 0;
	-o-transform: scale(0.3);
	transform: scale(0.3);

}

article.sticky .michel-post-format:hover:after {
	left: -15em;
}

.single .michel-post-format {
	margin-top: 30px;
}

.michel-page-header {
	padding: 30px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eaeaea;
	margin-bottom: 30px;
}

li.michel-no-results.not-found {
	width: 100%;
}

.page-title {
	text-align: center;
	word-wrap: break-word;
}

.page-result {
	background-color: #fff;
}

.michel-page {
	overflow: hidden;
}

.michel-page .entry-content {
	background-color: #fff;
	overflow: hidden;
	padding: 30px 0;
}

.michel-page-title {
	margin: 0;
	word-wrap: break-word;
	text-transform: uppercase;
	text-align: center;
}

.michel-page-header .michel_post_title {
	margin: 0;
}

.michel-standard .entry-meta {
	margin: 0 0 30px 0;
}

.michel-standard .michel-post-format {
	margin-bottom: 30px;
}

.michel_post_title {
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-wrap: break-word;
}

.michel-grid .michel_post_title,
.michel-chess .michel_post_title,
.michel-list .michel_post_title {
	text-align: center;
	margin: 5px 0 5px 0;
}

.michel-grid,
.michel-chess,
.michel-list,
.michel-standard {
	list-style: none;
	padding: 0;
	background-color: #fff;
	margin: 0;
}

.michel-grid > li,
.michel-chess > li,
.michel-list > li,
.michel-standard > li {
	float: inherit;
}

.michel-post-img {
  position: relative;
  overflow: hidden;
}

.post_footer {
	display: inline-block;
	width: 100%;
	position: relative;
}

.michel-standard .porotfolio-wish {
	float: left;
}

.michel-standard .porotfolio-wish i {
	font-size: 12px;
	color: #222;
	cursor: pointer;
}

.michel-standard .porotfolio-wish i:focus,
.michel-standard .porotfolio-wish i:active {
	color: #f38844;
}

.michel-standard .michel-like-post-count {
	font-size: 12px;
}

.michel-grid > li,
.michel-chess > li,
.michel-list > li,
.michel-standard > li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}

.michel-grid > li:before,
.michel-chess > li:before,
.michel-list > li:before,
.michel-standard > li:before {
	content: ' / ';
	background-color: #fff;
	width: 30px;
	font-size: 10px;
	position: absolute;
	bottom: -8px;
	color: #eaeaea;
	text-align: center;
	overflow: hidden;
	left: 50%;
	display: inline-block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.michel-grid > li:last-child,
.michel-chess > li:last-child,
.michel-list > li:last-child,
.michel-standard > li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.michel-grid > li:last-child:before,
.michel-chess > li:last-child:before,
.michel-list > li:last-child:before,
.michel-standard > li:last-child:before {
	content: none;
}

.michel-standard .michel-content {
	text-align: center;
}

p {
	line-height: 23px;
	letter-spacing: 1px;
}

.michel-content p {
	text-align: left;
	font-size: 14px;
}

.michel-chess .michel-content p:first-letter,
.michel-list .michel-content p:first-letter,
.michel-grid .michel-content p:first-letter,
.michel-standard .michel-content p:first-letter {
	font-size: 45px;
	float: left;
	font-weight: 700;
	line-height: 1em;
	color: #222;
	margin-bottom: -0.4em;
	margin-right: 0.09em;
	position: relative;
}

.michel-chess .michel-post-button,
.michel-list .michel-post-button,
.michel-grid .michel-post-button,
.michel-standard .michel-post-button {
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 50px;
  color: #fff;
  background-color: #82b093;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.michel-post-button:focus,
.michel-post-button:active,
.michel-post-button:hover {
	background-color: #58b178;
	color: #fff;
}

.michel-chess .entry-footer,
.michel-list .entry-footer,
.michel-grid .entry-footer,
.michel-standard .entry-footer {
	text-align: center;
}

.entry-footer {
	margin-top: 30px;
}

.post-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-categories li {
	display: inline-block;
	margin-right: 5px;
}

.michel-post-date,
.post-categories li a {
	color: #777;
	font-size: 14px;
}

.michel-post-date {
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}

.widget .rss-date {
	position: relative;
	display: block;
	font-size: 12px;
	color: #bbb;
	line-height: 23px;
}

.slider-info span,
.rpwe-time,
.michel-date {
	position: relative;
}

.commentmetadata:before,
.slider-info span:before,
.rpwe-time:before,
.michel-date:before,
.widget.michel_latest_posts_widget time:before,
.widget .rss-date:before,
.michel-post-author a:before, 
.michel-post-date:before {
	content: '\f017';
	font-family: 'FontAwesome';
	float: left;
	padding-right: 5px;
	font-size: 14px;
	color: #82b093;
}

.commentmetadata:before,
.slider-info span:before,
.rpwe-time:before,
.michel-date:before {
	float: none;
}

.commentmetadata:before,
.widget.michel_latest_posts_widget time:before {
	line-height: 23px;
}

.widget.michel_latest_posts_widget .post-item-text {
	display: inline-block;
	width: calc(100% - 115px); 
	padding-left: 15px;
	position: absolute;
	top: 0;
}

.post-image {
	display: inline-block;
}

.widget.michel_latest_posts_widget time a {
	line-height: 23px;
	font-size: 12px;
	color: #777;
}

.michel-post-author {
	display: inline-block;
	line-height: 23px;
}

.michel-post-author a:before {
	content: '\f040';
	line-height: 23px;
	padding-left: 5px;
}

.michel-post-author a {
	color: #777;
	line-height: 20px;
	margin-right: 5px;
}

.michel-social-share {
  list-style: none;
  right: -50px;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 15;
  top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.michel-post-img:hover .michel-social-share {
	right: 0;
}

.michel-social-share li {
	display: block;
}

.fa-facebook {
	background-color: #3b5998;
}

.fa-twitter {
	background-color: #1da0f2;
}

.fa-pinterest {
	background-color: #bd081c;
}

.fa-google-plus {
	background-color: #dc4c41;
}

.michel-social-share i {
	padding: 15px;
	color: #fff;
	float: right;
	min-width: 44px;
	font-size: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.michel-social-share i:hover {
	padding: 15px 25px;
}

.post-categories li:last-child,
.michel-social-share li:last-child {
	margin: 0;
}

.michel-social-share li a {
	font-size: 12px;
	color: #000;
}

.nav-search,
.nav-search-icon {
	position: absolute;
	line-height: 90px;
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.nav-search-icon {
	right: 0;
	cursor: pointer;
	padding: 0 2em 0 1em;
	overflow: hidden;
	background-color: #fff;
}

.nav-search {
	right: -10em;
}

.nav-search.active {
	right: 2em;
}

.michel-search {
	display: inline-block;
	line-height: 35px;
}

.michel-search input {
	outline: none;
	border: none;
	background-color: #fff;
	font-size: 12px;
	border-bottom: 1px #7d7d7d;
}

.menu-icon:before {
  font-family: 'FontAwesome';
  content: "\f107";
  margin-left: 5px;
  color: #b5b5b5;
  font-size: 12px;
}

.sticky {

}

.bypostauthor {
	
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    margin: 0 0 15px 0 !important;
}

.gallery-item img {
    border: none !important;
    padding: 2px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	font-style: italic;
  display: block;
  font-size: 13px;
}

.michel-link-pages > a,
.michel-link-pages > span {
	margin-right: 5px;
}

.michel-link-pages > a,
.michel-link-pages > span {
	padding: 5px 10px;
	margin-top: 20px;
	float: left;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	border: 1px solid #eaeaea;
	-webkit-transition: .3s;
	 -o-transition: .3s;
	 transition: .3s; 
}

.michel-link-pages > a:hover,
.michel-link-pages > span:hover {
	background-color: #82b093;
	color: #fff;
}

.michel-link-pages > span {
	background-color: #82b093;
	color: #fff;
}

/*--------------------------------------------------------------
## __LIST & __CHESS & __GRID
--------------------------------------------------------------*/

.michel-chess .michel-post-img,
.michel-list .michel-post-img {
  display:block;
}

.michel-grid .entry-content,
.michel-chess .entry-content,
.michel-list .entry-content {
	text-align: left;
}

.michel-grid .entry-meta,
.michel-list .entry-meta, 
.michel-chess .entry-meta {
	padding: 0;
	text-align: center;
	margin: 30px 0;
}

.michel_post_title {
	margin: 10px 0;
}

li.michel-pagination {
  display: block;
  width: 100% !important;
}

/*--------------------------------------------------------------
## __QUOTE POST
--------------------------------------------------------------*/

blockquote {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
	border: none;
}

.michel-chess .post-quote blockquote,
.michel-list .post-quote blockquote,
.michel-grid .post-quote blockquote {
	display: none;
}
.michel-chess .entry-content-without-img .post-quote blockquote,
.michel-list .entry-content-without-img .post-quote blockquote,
.michel-grid .entry-content-without-img .post-quote blockquote {
	text-align: center;
	display: block;
}

.single blockquote {
  margin: 20px 0;
  border: 1px solid #eaeaea;
  padding: 15px;
}

.single .post-quote {
	margin: 0;
}

.post-quote blockquote:first-child {
	margin-top: 0;
}

.michel-chess.michel-full-width .post-quote blockquote,
.michel-list.michel-full-width .post-quote blockquote,
.michel-grid.michel-full-width .post-quote blockquote {
	display: block;
}

/*--------------------------------------------------------------
## __PAGE
--------------------------------------------------------------*/

#back-top {
  position: fixed;
  width: 3em;
  height: 3em;
  background-color: #fff;
  bottom: 2em;
  right: 2em;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
}

#back-top:before {
	content: '\f106';
	font-family: 'FontAwesome';
	color: #82b093;
	font-size: 25px;
	padding: 10px;
	line-height: 2em;
}

.michel-clear {
	padding: 0;
}

.michel-center {
	float: none;
	margin: 0 auto;
}

/*--------------------------------------------------------------
## __404 PAGE
--------------------------------------------------------------*/

.title_404 {
	text-align: center;
	overflow: hidden;
	word-wrap: break-word;
}

input[type="password"],
.content_404 input {
	color: #bbb;
	font-size: 12px;
	width: 40%;
	padding: 10px;
	float: left;
	line-height: 23px;
	outline: none;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-right: none;
	border-color: #eaeaea;
}

input[type="password"] {
	float: none;
	width: 100%;
	border-right: 1px solid #eaeaea;
}

.content_404 input[type="submit"] {
	width: 20%;
	margin: 0;
}

.post-password-form input[type="submit"] {
	padding: 10px;
	width: 15%;
	margin: 0;
	outline: none;
}

input[type="submit"] {
	margin: 15px 0;
	color: #fff;
	border: 1px solid #82b093;
	font-size: 14px;
	background-color: #82b093;
}

input[type="submit"]:hover {
  background-color: #58b178;
}

.post-password-form label {
	margin: 0;
}


/*--------------------------------------------------------------
## __SINGLE PAGE
--------------------------------------------------------------*/

.michel-tags-area .tags {
	margin-bottom: 25px;
}

.michel-tags-area ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.reply,
.newer, 
.older,
.no-comments, 
.michel-tags-area ul li {
	display: inline-block;
	border-radius: 50px;
	margin-right: 15px;
	background-color: #82b093;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.michel-tags-area ul li {
	margin-bottom: 5px;
}

.newer, 
.older,
.no-comments:hover, 
.reply:hover,
.michel-tags-area ul li:hover {
	background-color: #58b178;
}

.michel-tags-area ul li:last-child {
	margin: 0;
}

.newer a, 
.older a,
.no-comments, 
.reply a,
.michel-tags-area ul li a {
	color: #fff;
	display: block;
	padding: 10px 15px;
}

.single_footer {
	padding: 30px;
	margin-top: 0;
	margin-bottom: 30px;
	border: 1px solid #eaeaea;
}

.social_share {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

.michel-date {
  line-height: 23px;
  font-size: 12px;
  color: #bbb;
}

.single .entry-content {
	padding: 30px 0 20px 0;
}

.social_share li {
  display: inline-block;
  padding-right: 5px;
  border-right: 1px solid #eaeaea;
}

.social_share li:last-child {
	padding: 0;
	border: none;
}

.porotfolio-wish {
	cursor: pointer;
}

.social_share i {
  color: #222;
  background-color: #fff;
  font-size: 14px;
  padding: 0 5px;
  display: inline-block;
}

.also-like-posts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.also-title {
	margin: 0;
	word-wrap: break-word;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;

}

.also-posts {
	float: left;
}

.also-posts .michel-post-format {
	margin-top: 0;
}

.comments-title,
.michel-post-title {
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word;
}

.comments-title {
	margin: 30px;
}

.michel-post-title,
.also-posts .michel-post-title {
	margin: 0 30px 30px 30px;
}

.comments-area {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  display: inline-block;
}

.comment-reply-title {
	text-transform: uppercase;
	margin: 0 0 30px 0;
	word-wrap: break-word;
}

.also-like-posts li:nth-child(2) {
	padding-left: 0;
}

.also-like-posts li:nth-child(3) {
	padding-right: 0;
}

/*--------------------------------------------------------------
## __PROMO BOX
--------------------------------------------------------------*/

.michel-promo-area {
	list-style: none;
	padding: 0;
	display: none !important;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.michel-promo-area .owl-dots {
	bottom: 4em;
}

.michel-promo-area li {
	text-align: center;
}

.michel-promo-title {
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-wrap: break-word;
	padding: 15px;
}

.michel-promo-area.michel-static li {
  display: inline-block;
  width: 31.2%;
  margin-right: 30px;
  float: left;
  padding: 0;
}

.michel-promo-area.michel-static li:last-child {
  margin: 0;
}

/*--------------------------------------------------------------
## __FEATURED SLIDER
--------------------------------------------------------------*/

.michel-slider-full,
.michel-slider-container {
	display: none;
}

.michel-featured-area {
	margin-bottom: 30px;
}

.michel-slider-full {
	width: 100%;
	padding: 0;
}

.michel-classic-slider .michel-featured-area,
.michel-classic-slider .michel-slide-item,
.michel-classic-slider .owl-item,
.michel-classic-slider .owl-stage-outer {
	height: 600px;
}

.michel-classic-slider .owl-dots {
	bottom: 1em;
}

.michel-slider-full .michel-classic-slider .michel-featured-area,
.michel-slider-full .michel-classic-slider .michel-slide-item,
.michel-slider-full .michel-classic-slider .owl-item,
.michel-slider-full .michel-classic-slider .owl-stage-outer {
	height: 750px;
}

.michel-slide-item-text h3 {
	text-transform: uppercase;
	margin: 5px 0 5px 0;
}

.michel-slide-item-text {
	background-color: #fff;
	text-align: center;
	padding: 30px;
	border: 1px solid #eaeaea;
}

.michel-classic-slider.michel-slider-layout-first .michel-slide-item-text {
	top: 50%;
	left: 50%;
	position: absolute;
	max-width: 450px;
	z-index: 2;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.michel-slider-full .michel-classic-slider.michel-slider-layout-first .michel-slide-item-text {
	max-width: 600px;
	min-width: 600px;
}

.michel-classic-slider.michel-slider-layout-second.owl-carousel .owl-item img {
	position: absolute;
	top: 0;
}

.michel-classic-slider.michel-slider-layout-second .michel-slide-item-text {
	position: relative;
	z-index: 5;
}

.michel-slider-grid .michel-slide-item-text {
	top: 100%;
	width: 100%;
}

.owl-prev .michel-prev {
	position: absolute;
	left: -90px;
	top: 50%;
	display: block;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-next .michel-next {
	position: absolute;
	right: -90px;
	top: 50%;
	display: block;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-gallery .owl-prev .michel-prev {
	left: 0px;
}

.michel-slider-full .owl-prev .michel-prev {
	left: 30px;
}

.post-gallery .owl-next .michel-next {
	right: 0px;
}

.michel-slider-full .owl-next .michel-next {
	right: 30px;
}

.owl-prev .michel-prev:before,
.owl-next .michel-next:before {
	font-family: 'FontAwesome';
	border: 1px solid #eaeaea;	
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	color: #767676;
}

.post-gallery .owl-prev .michel-prev:before,
.post-gallery .owl-next .michel-next:before {
	border: none;
	color: #fff;
	font-size: 25px;
}

.michel-slider-full  .owl-prev .michel-prev:before,
.michel-slider-full  .owl-next .michel-next:before {
	color: #fff;
}

.owl-prev .michel-prev:before {
	content: '\f104';
	padding: 10px 22px;
}

.owl-next .michel-next:before {
	content: '\f105';
	padding: 10px 22px;
}

.slider-info span {
	color: #777;
	font-size: 14px;
}


/*--------------------------------------------------------------
## __COMMENTS
--------------------------------------------------------------*/

.newer, 
.older {
	display: inline-block;
	margin: 0;
}

.textarea-form {
	height: 15em;
	border-color: #eaeaea;
	padding: 15px;
	outline: none;
	margin-bottom: 30px;
	font-size: 12px;
	color: #bbb;
}

.input-form {
	padding: 15px;
	border: 1px solid;
	border-color: #eaeaea;
	outline: none;
	width: 100%;
	font-size: 12px;
	color: #bbb;
}

.h_filds {
	margin-bottom: 30px;
}

.form-submit .submit {
	outline: none;
	padding: 10px 15px;
	color: #fff;
	background-color: #82b093;
	border: none
}

.admin-bar .form-submit .submit {
	margin-top: 0;
}

.form-submit .submit:hover {
	background-color: #58b178;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-body {
  padding-left: 85px;
}

.vcard {
  margin: 0;
}

.vcard img {
  left: 0;
}

.reply,
.vcard img {
  position: absolute;
}

.reply {
  top: 0;
  right: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.comment {
  margin-top: 50px;
}

.fn {
  letter-spacing: .1em;
  font-style: normal;
}

.says {
  display: none;
}

.commentmetadata {
  margin: 5px 0 30px 0;
}

.comments-area .children {
  list-style: none;
  padding-left: 30px;
}

.comment-respond {
	margin-top: 20px;
}

.commentmetadata a {
  color: #bbb;
  font-size: 12px;
}

.commentmetadata {
	display: inline-block;
	position: relative;
}

.pingback .comment-body {
	padding: 0;
}

.comment-list .pingback {
	margin-bottom: 30px;
}

.comment-list .pingback:last-child {
	margin-bottom: 0;
}

.no-comments {
	margin: 15px 0;
	display: inline-block;
}

/*--------------------------------------------------------------
# __INFINITE SCROLL
--------------------------------------------------------------*/

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { 
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	width: 100%;
}

/*--------------------------------------------------------------
## __CAPTIONS
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	margin: 0 !important;
  font-style: italic;
  font-size: 13px;
	text-align: center !important;
}

/*--------------------------------------------------------------
## __SIDEBAR
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## __AUTHOR BOX
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## __FOOTER
--------------------------------------------------------------*/

.site-footer {
	background-color: #fff;
	padding: 60px 0 30px 0;
	margin-top: 30px;
	position: relative;
}

.site-footer:after {
	content: '';
	display: inline-block;
	width: 50%;
	height: 1px;
	top: 0;
	position: absolute;
	left: 50%;
	background-color: #eaeaea;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.site-footer:before {
	content: '';
	width: 30px;
	display: inline-block;
	height: 30px;
	position: absolute;
	left: 50%;
	top: -5px;
	z-index: 15;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	-o-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

.site-info {
	text-align: center;
	color: #767676;
	font-size: 12px;
}


/*--------------------------------------------------------------
## __FOOTER WIDGETS
--------------------------------------------------------------*/

.footer-sidebar > ul {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.footer-sidebar > ul > li {
  width: 100%;
  position: relative;
  float: left;
  display: inline-block;
  padding: 0;
}

.footer-sidebar .widget {
	padding: 0;
	border: none;
}

.footer-sidebar .widget li {
	border: none;
}

.footer-sidebar .widget li:before {
	content: none;
}

.footer-sidebar .widget li {
	padding-bottom: 0;
}


.footer-sidebar .widget .social-widget a {
	border: 1px solid #eaeaea;
	border-radius: 50%;
	margin-right: 15px;
	padding: 5px;
	background-color: #fff;
	display: inline-block;
}

.footer-sidebar .widget .social-widget a:last-child {
	margin-right: 0;
}

.footer-sidebar .widget .social-widget i {
	padding: 0;
	width: 28px;
	background-color: rgba(255,255,255,0);
	height: 28px;
	line-height: 28px;
}

/*--------------------------------------------------------------
## __MEDIA
--------------------------------------------------------------*/

@media ( max-width: 992px ) {

	.michel-content-right,
	.michel-content-left {
		margin-top: 130px;
	}

	.michel-header-logo img {
		width: 50%;
	}

	.michel-header-logo {
    margin: 140px 0 50px 0;
	}

	.enabled-logo .michel-content-right,
	.enabled-logo .michel-content-left {
		margin-top: 0px;
	}

	.single .michel-content-right,
	.single .michel-content-left {
		margin-top: 70px;
	}

	.instagram-pics li img {
		width: 100%;
	}

	article {
		float: inherit;
	}

	.michel-content-left,
	.michel-content-right {
		float: none;
	}

	.michel-sidebar-right,
	.michel-sidebar-left {
		margin-top: 30px;
	}

	.also-like-posts li:nth-child(3) {
		padding: 0 0 0 15px;
	}

	.also-like-posts li:nth-child(2) {
		padding: 0 15px 0 0;
	}

	.menu-michel-container {
		text-align: center;
	}

	.menu {
    float: none !important;
	}

}

@media ( max-width: 768px ) {

	.michel-header-logo img {
		width: 60%;
	}

	.michel-header-logo {
    margin: 110px 0 40px 0;
	}

	.also-like-posts li:nth-child(3) {
		padding: 0;
	}

	.also-like-posts li:nth-child(2) {
		margin-bottom: 30px;
		padding: 0;
	}

	.site-title {
		margin-top: 130px;
	}

	#back-top {
		display: none !important;
	}

	.michel-grid,
	.michel-chess,
	.michel-list,
	.michel-standard {
		float: inherit;
	}

	.michel-grid > li,
	.michel-chess > li,
	.michel-list > li,
	.michel-standard > li {
		float: inherit;
	}

	.michel-main-navigation {
    background: #fff;
    height: 70px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.47);
    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.47);
    -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.47);
    width: 100%;
    top: 0;
	}

	.admin-bar .michel-main-navigation {
		top: 46px;
	}

	.michel-main-navigation .menu {
    -ms-overflow-style: none;
	}

	.michel-main-navigation .menu {
	  overflow: -moz-scrollbars-none;
	}

	.michel-main-navigation .menu::-webkit-scrollbar {
    width: 0;
}

	.michel-main-navigation .menu {
		padding: 0 15px;
		width: 60%;
		position: fixed;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		z-index: 99;
		top: 70px;
		cursor: auto;
		background-color: #fff;
		height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
	}

	.admin-bar .michel-main-navigation .menu {
		top: 105px;
	}

	.michel-main-navigation .menu.active {
		 -webkit-transform: translateX(0%);
		 -ms-transform: translateX(0%);
		 -o-transform: translateX(0%);
		 transform: translateX(0%);
	} 

	.michel-background-area {
		left: 0;
		right: 0;
		top: 0;
		position: fixed;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		height: 100vh;
		z-index: 0;
		cursor: pointer;
		background-color: rgba(255, 255, 255. 0);
	}

	body.active .michel-background-area {
		z-index: 99;
		background-color: rgba(34, 34, 34, 0.65);
	}

	.michel-nav-button {
    position: fixed;
    display: inline-block;
    padding: 2em;
    cursor: pointer;
    width: 90%;
    top: 0px;
    z-index: 10000;
	}

	.admin-bar .michel-nav-button {
		top: 45px;
	}

	.michel-nav-button span {
		width: 2em;
    display: block;
    height: 1px;
    background-color: #000;
  
	}

	.michel-nav-button span.two {
    margin: 0.5em 0;
    opacity: 1;
	}

	.nav-search,
	.nav-search-icon {
		line-height: 70px;
		z-index: 1000;
	}

	.michel-main-navigation .michel-logo {
		display: none;
    z-index: 1111;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    line-height: 70px;
    width: 150px;
    padding: 0;
	}

	.michel-main-navigation .michel-logo img {
    width: 100%;
	}

	.michel-main-navigation .menu {
		list-style: none;
		padding: 0 30px !important;
		margin: 0;
		text-align: left;
	}

	.michel-main-navigation .menu ul {
		padding: 0 0 0 15px;
		margin: 0;
		background-color: #fff;
		list-style: none;
	}

	.michel-main-navigation .menu li {
		line-height: 30px;
		background-color: #fff;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.michel-main-navigation .menu > li > ul > li > ul > li:hover,
	.michel-main-navigation .menu > li > ul > li:hover,
	.michel-main-navigation .menu > li:hover {
		background-color: #000;
	}

	.michel-main-navigation .menu-icon:before {
    font-size: 20px;
    margin: 0;
    line-height: 40px;
    cursor: pointer;
    padding: 10px 15px;
	}

	.michel-main-navigation .menu-icon {
		float: right;
	}

	.michel-main-navigation .menu .sub-menu {
		display: none;
	}

	.michel-main-navigation .menu a {
		font-size: 12px;
		padding: 5px 15px;
		line-height: 30px;
		display: block;
		color: #000;
		font-family: monospace;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.michel-main-navigation .menu > li > ul > li > ul > li:hover > a,
	.michel-main-navigation .menu > li > ul > li:hover > a,
	.michel-main-navigation .menu > li:hover > a {
		color: #fff;
		padding: 5px 15px 5px 20px;
	}

}

@media ( max-width: 600px ) {

	.michel-main-navigation .menu {
		width: 70%;
	}

	.content_404 input {
		width: 80%;
	}

	.comments-area .children  {
		padding-left: 15px;
	}

}

@media ( max-width: 480px ) {

	.footer-sidebar > ul > li {
		padding: 0;
	}

	.michel-header-logo img {
		width: 70%;
	}

	.owl-dots {
		bottom: 7.5em;
	}

	.reply {
    position: relative;
	}

	.comments-area .children  {
		padding-left: 0px;
	}

	.michel-page-header .michel_post_title {
		font-size: 20px;
	}

	.widget {
		padding: 15px;
	}

	blockquote,
	.text-q,
	blockquote p,
	body {
		font-size: 12px;
	}

	.michel-main-navigation .menu {
		width: 80%;
	}

	.michel-main-navigation .menu-icon:before {
    font-size: 14px;
	}

	.michel-nav-button {
		width: 80%;
	}	

	.michel-grid .michel_post_title,
	.michel-standard .michel_post_title,
	.michel-list .michel_post_title,
	.michel-chess .michel_post_title {
		font-size: 20px;
		margin: 5px 0;
	}

	.michel-grid .entry-meta,	
	.michel-chess .entry-meta,
	.michel-list .entry-meta,
	.michel-standard .entry-meta {
    margin: 20px 0 20px 0;
	}

	.entry-footer {
    margin-top: 20px;
	}

	.michel-content p {
		font-size: 12px;
	}

}

@media ( min-width: 600px ) and ( max-width: 783px ) {

	.admin-bar .michel-main-navigation {
		top: 46px !important;
	}

} 

@media ( min-width: 769px ) {

	/* Desktop nav */

	.michel-main-navigation {
    background: #fff;
    height: 90px;
    position: fixed;
    z-index: 9999;
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.47);
    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.47);
    -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.47);
    width: 100%;
    top: 0;
	}

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

	.admin-bar .michel-main-navigation {
		top: 32px;
	}

	.michel-main-navigation .menu {
		padding: 0;
		display: inline-block;
		list-style: none;
		margin: 0;
		text-align: left;
	}

	.michel-main-navigation .menu > li > a {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: monospace;
    color: #000;
    line-height: 90px;
    text-transform: uppercase;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s; 
	}

	.michel-main-navigation .menu > li {
		position: relative;
		float: left;
		margin-right: 15px;
	}

	.michel-main-navigation .menu > li:last-child {
		margin: 0;
	}

	.michel-main-navigation .sub-menu {
		padding: 0;
		display: none;
		list-style: none;
	}

	.michel-main-navigation .sub-menu li {
		background-color: #fff;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.michel-main-navigation .menu > li > .sub-menu > li:hover > .sub-menu,
	.michel-main-navigation .menu > li:hover > .sub-menu {
		display: block;
	}

	.michel-main-navigation .menu .sub-menu a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px;
    font-family: monospace;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    padding: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	}

	.michel-main-navigation .menu .sub-menu {
    padding: 0;
    position: absolute;
    margin-top: -1px;
    left: 0;
    z-index: 99999;
    min-width: 180px;
    -webkit-box-shadow: 0 3px 2px 0px rgba(0,0,0,.06);
    -moz-box-shadow: 0 3px 2px 0px rgba(0,0,0,.06);
    box-shadow: 0 3px 2px 0px rgba(0,0,0,.06);
	}

	.menu-icon:before {
		background-color: rgba(255,255,255,0);
	}

	.michel-main-navigation .menu li .sub-menu > li .sub-menu {
		left: 180px;
		top: 0;
	}

	.michel-main-navigation .menu > li > .menu-icon {
		line-height: 90px;
		float: right;
		display: inline-block;
	}

	.michel-main-navigation .menu .sub-menu .menu-icon {
		line-height: 35px;
		float: right;
		padding-right: 12px;
		margin-left: 0;
		display: inline-block;
	}

	.michel-main-navigation .menu > li > .sub-menu > li:hover,
	.michel-main-navigation .menu > li > .sub-menu > li > .sub-menu > li:hover {
		background-color: #222;
	}

	.michel-main-navigation .menu > li > .sub-menu > li:hover > .menu-icon:before {
		color: #fff;
	}

	.michel-main-navigation .menu > li > .sub-menu > li:hover > a,
	.michel-main-navigation .menu > li > .sub-menu > li > .sub-menu > li:hover > a {
		color: #fff;
		padding: 10px 10px 10px 15px;
	}

	.nav-search,
	.nav-search-icon {
		position: absolute;
		line-height: 90px;
		display: inline-block;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.nav-search-icon {
		right: 0;
		cursor: pointer;
		padding: 0 2em 0 1em;
		overflow: hidden;
		background-color: #fff;
	}

	.nav-search {
		right: -10em;
	}

	.michel-search {
		display: inline-block;
		line-height: 35px;
	}

	.michel-search input {
		outline: none;
		border: none;
		border-bottom: 1px #7d7d7d;
	}

	.menu-without-logo .menu-michel-container {
		text-align: center;
	}

	.menu-without-logo .menu {
		padding: 0 10%;
		float: none;
	}

	/* end */

	/*--------------------------------------------------------------
	## __LIST & __CHESS
	--------------------------------------------------------------*/

	.michel-chess .michel-post-img,
	.michel-list .michel-post-img {
		width: 50%;
	  position: relative;
	  display: inline-block;
	  overflow: hidden;
	}

	.michel-chess li:nth-child(2n) .michel-post-img {
		float: right;
	}

	.michel-chess .entry-content,
	.michel-list .entry-content {
		width: 50%;
		top: 0;
		bottom: 0;
		position: absolute;
		text-align: center;
	}

	.michel-list .entry-meta, 
	.michel-chess .entry-meta {
		padding: 0 0 0 15px;
	}

	.michel-chess li:nth-child(2n) .entry-meta {
		padding: 0 15px 0 0;
	}

	.michel-list .entry-content {
		right: 0;
	}

	.michel-chess .entry-content  {
		right: 0;
	}

	.michel-chess li:nth-child(2n) .entry-content  {
		left: 0;
	}

	.michel-chess .michel-content,
	.michel-list .michel-content {
	  position: absolute;
	  top: 50%;
	  width: 100%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.michel-chess .michel-content p,
	.michel-list .michel-content p {
		display: none;
	}

	.michel-chess .entry-footer,
	.michel-list .entry-footer {
		display: none;
	}


	/*--------------------------------------------------------------
	## __GRID
	--------------------------------------------------------------*/

	.michel-grid .entry-meta {
		text-align: center;
		margin: 30px 0;
	}

	.michel-grid > li {
		width: 47.4%;
		float: left;
		margin-right: 30px;
	}

	.michel-grid > li:nth-child(2n) {
		margin-right: 0;
	}

	/* First Post Large */ 

	.michel-chess.michel-first-post > li:first-child,
	.michel-list.michel-first-post > li:first-child,
	.michel-grid.michel-first-post > li:first-child {
		width: 100%;
		margin-right: 0;
	}

	.michel-grid.michel-first-post > li {
		margin-right: 0;
	}

	.michel-grid.michel-first-post > li:nth-child(2n) {
		margin-right: 30px;
	}

	.michel-chess.michel-first-post > li:first-child .michel-content,
	.michel-list.michel-first-post > li:first-child .michel-content {
		position: relative;
		float: none;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(00%);
		transform: translateY(0%);
	}

	.michel-chess.michel-first-post > li:first-child .entry-content,
	.michel-list.michel-first-post > li:first-child .entry-content {
		width: 100%;
		position: relative;
		float: none;
	}

	.michel-chess.michel-first-post > li:first-child .michel-post-img,
	.michel-list.michel-first-post > li:first-child .michel-post-img {
		position: relative;
		float: none;
		width: 100%;
	}

	.michel-chess.michel-first-post > li:first-child .michel-content p,
	.michel-list.michel-first-post > li:first-child .michel-content p {
		display: block;
	}

	.michel-chess.michel-first-post > li:first-child .entry-footer,
	.michel-list.michel-first-post > li:first-child .entry-footer {
		display: block;
	}

	.entry-content-without-img .michel-content {
		position: relative;
		top: 0%;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}

	.entry-content-without-img .michel-content p {
		display: block;
	}

	.michel-chess .entry-content-without-img .entry-footer,
	.michel-list .entry-content-without-img .entry-footer {
		display: block;
	}

}

@media ( min-width: 993px ) {

	.michel-promo-area {
		display: block !important;
	}

	.michel-chess.michel-full-width .post-quote blockquote,
	.michel-list.michel-full-width .post-quote blockquote,
	.michel-grid.michel-full-width .post-quote blockquote {
		padding: 0 30px;
	}

	.michel-slider-full,
	.michel-slider-container {
		display: block;
	}

	.michel-sidebar-left {
		padding: 0;
		margin-right: 30px;
	}

	.michel-content-right {
		float: right;
	}

	.michel-sidebar-right {
		padding: 0;
		margin-left: 30px;
	}

	.michel-logo img {
		width: 100%;
	}
	
	.site-content {
		margin-top: 120px;
	}

	.site-content.enabled-logo {
		margin-top: 0;
	}

	.menu {
		padding: 0 25% 0 0;
	}

	.michel-logo {
	  max-width: 200px;
	}

	.michel-logo {
		display: inline-block;
	}

	.michel-list.michel-full-width p,
	.michel-chess.michel-full-width p {
		display: inline-block;
		padding-left: 30px;
		margin: 0;
	}

	.michel-list.michel-full-width p,
  .michel-chess.michel-full-width p {
		-webkit-column-width: 230px;
		-moz-column-width: 230px;
		column-width: 230px;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		-webkit-column-rule: 1px solid #eaeaea;
		-moz-column-rule: 1px solid #eaeaea;
		column-rule: 1px solid #eaeaea;
  }

  .michel-chess.michel-full-width li:nth-child(2n) .michel-content p {
  	padding-left: 0;
  	padding-right: 30px;
  }

	.entry-content-without-img .michel-content p,
	.michel-list.michel-first-post > li:first-child .michel-content p,
	.michel-grid.michel-first-post > li:first-child .michel-content p,
	.michel-chess.michel-first-post > li:first-child .michel-content p,
	.michel-standard .michel-content p {
		-webkit-column-width: 335px;
	  -moz-column-width: 335px;
	  column-width: 335px;
	  -webkit-column-count: 2;
	  -moz-column-count: 2;
	  column-count: 2;
	  -webkit-column-gap: 30px;
	  -moz-column-gap: 30px;
	  column-gap: 30px;
	  -webkit-column-rule: 1px solid #eaeaea;
	  -moz-column-rule: 1px solid #eaeaea;
	  column-rule: 1px solid #eaeaea;
	}

	.michel-full .michel-grid > li {
    width: 48.333%;
	}

	.michel-chess.michel-full-width .entry-footer,
	.michel-list.michel-full-width .entry-footer {
		display: block;
	}

	.footer-sidebar > ul > li {
		width: 33.333%;
		padding: 0 15px;
	}

	.michel-header-logo img {
		width: 35%;
	}

}

@media ( min-width: 1200px ) {

	.menu {
		padding: 0 20% 0 0;
	}

	.michel-header-logo img {
		width: 40%;
	}

	.michel-logo {
	  max-width: 230px;
	}

	.nav-search.active {
    right: 2em;
	}

	.michel-promo-area.michel-static li {
    width: 31.555%;
    margin-right: 30px;
    float: left;
    padding: 0;
	}

	.michel-full .michel-grid > li {
    width: 48.6%;
	}

}