/*

Theme Name: Blogo WP
Theme URI: http://www.m-themes.eu
Description: Theme made for bloggers. Clean and modern looking theme focused on content
Author: Marcin Michalak
Author URI: http://themeforest.net/user/maarcin
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-menu, custom-header, featured-images, translation-ready, full-width-template, post-formats, theme-options
Version: 1.0

Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin
	
--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Header
	3.1 Logo
	3.2 Navigation
	3.3 Featured Area
4.0 Site layout
	4.1 Sidebar
	4.2 Widgets
5.0 Blog
	5.1 Hentry
	5.2 Meta
	5.3 Post share
	5.4 Post navigation
	5.5 Pagination
	5.6 Post formats
	5.7 Comments
6.0 Templates
	6.1 404 template
	6.2 Archive template
	6.3 Author archive template
7.0 Footer
8.0 Plugins
	8.1 Contact Form 7
	8.2 To Top
	8.3 OwlCarousel
	8.4 PrettyPhoto
	8.5 Jetpack custom styles
9.0 WordPress defaults
	9.1 Gallery
	9.2 Calendar
10.0 Media
11.0 Media queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

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

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

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

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

b, strong {
  font-weight: 700;
}

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: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

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

pre {
  overflow: auto;
}

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

blockquote {
  margin: 0;
  font-size: 18px;
  line-height: 1.7em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type=email], input[type=password], input[type=submit], input[type=text], input[type=url], textarea {
  -webkit-appearance: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

td, th {
  padding: 0;
  text-align: left;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

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

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

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  background: #fff;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, serif;
  margin: 0 0 1.2em 0;
  color: #000;
  font-weight: 400;
}

h1 {
  font-size: 26px;
  line-height: 1em;
}

h2 {
  font-size: 24px;
  line-height: 1.1em;
}

h3 {
  font-size: 22px;
  line-height: 1.2em;
}

h4 {
  font-size: 20px;
  line-height: 1.3em;
}

h5 {
  font-size: 18px;
  line-height: 1.3em;
}

h6 {
  font-size: 16px;
  line-height: 1.3em;
}

p {
  margin: 0 0 20px;
}

blockquote {
  padding-left: 30px;
  margin-left: -32px;
  border-left: 3px solid #a58673;
}

ul, ol {
  margin: 0 0 20px;
  padding-left: 35px;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > td, table > thead > tr > th,
table > tbody > tr > td, table > tbody > tr > th,
table > tfoot > tr > td, table > tfoot > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > td, table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > td, table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.alignnone {
  margin: 5px 0 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 15px 20px;
}
a img.alignnone {
  margin: 5px 0 20px;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 15px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #a58673;
}
a:hover {
  color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.mt-button,
#commentform input#submit,
.entry-footer .post-edit-link,
.wpcf7-form input.wpcf7-submit {
  width: auto;
  display: inline-block;
  border: 0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  padding: 16px 32px;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  border: 2px solid #ccc;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.mt-button:hover,
#commentform input#submit:hover,
.entry-footer .post-edit-link:hover,
.wpcf7-form input.wpcf7-submit:hover {
  background: #a58673;
  border-color: #a58673;
  color: #fff;
}

.wpcf7-form input.wpcf7-submit,
.main-nav a,
.entry-header a, .entry-content a,
.meta-tags a,
.mt-news-feed a,
.comment-body a,
#commentform input, #commentform textarea,
.mt-pagination a, .post-navigation a, .post-navigation i,
.show-post-share a, a.post-share-button,
#toTop,
.post-edit-link,
.owl-buttons div,
#infinite-handle span,
.widget a,
.social-icons a,
.copyright a,
.gallery-item img,
.mt-anim,
.mt-anim::before,
.mt-anim::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
.header-wrapper {
  position: relative;
}
<!-- Start Alexa Certify Javascript -->
<script type="text/javascript">
_atrk_opts = { atrk_acct:"viGvl1aYizr0Io", domain:"dorisknowsfashion.com",dynamic: true};
(function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })();
</script>
<noscript><img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=viGvl1aYizr0Io" style="display:none" height="1" width="1" alt="" /></noscript>
<!-- End Alexa Certify Javascript -->  
.header {
  position: relative;
  z-index: 302;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

/*--------------------------------------------------------------
3.1 Logo
--------------------------------------------------------------*/
.logo {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.logo .retina-logo {
  display: none;
}
.logo h1 {
  margin-bottom: 0;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .logo .retina-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .logo .default-logo {
    display: none;
  }
}
/*--------------------------------------------------------------
3.2 Navigation
--------------------------------------------------------------*/
.header-nav {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: #111;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.admin-bar .header-nav {
  top: 30px;
}

.navigation-wrapper {
  display: inline-block;
  width: 100%;
  padding: 0;
  position: relative;
  vertical-align: bottom;
}

.main-nav,
.main-nav ul {
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  z-index: 600;
  margin: 0;
  padding: 0;
}

.main-nav a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
  color: #eee;
}
.menu-item-14334 a, .menu-item-14337 a{color:#000!important;}
.main-nav a:hover {
  color: #a58673;
}
.main-nav > li:hover > a,
.main-nav > li.current-menu-item > a,
.main-nav > li.current-menu-ancestor > a,
.main-nav > li.current-menu-parent > a {
  color: #a58673;
}
.main-nav li {
  float: left;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0;
}
.main-nav li:last-child {
  margin-right: 0;
}
.main-nav ul {
  margin-top: 0;
  position: absolute;
  left: 0;
  width: 220px;
  display: none;
  padding: 0;
  background: #111;
  text-align: left;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.main-nav ul a {
  width: 220px;
  float: left;
  padding: 6px 16px;
  margin: 0;
  color: #bbb;
}
.main-nav ul a:hover {
  border-bottom: 0;
  color: #888;
}
.main-nav ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.main-nav ul > li.current-menu-item > a,
.main-nav ul > li.current-menu-ancestor > a,
.main-nav ul > li.current-menu-parent > a {
  color: #888;
}
.main-nav ul ul {
  top: auto;
  left: 220px;
  margin: 0;
}
.main-nav li.last ul {
  right: 0;
  left: auto;
}
.main-nav ul li.last ul {
  right: 100%;
  left: auto;
}

.main-nav li:hover ul ul,
.main-nav li:hover ul ul ul,
.main-nav li:hover ul ul ul ul {
  display: none;
}

.main-nav li:hover ul,
.main-nav li li:hover ul,
.main-nav li li li:hover ul,
.main-nav li li li li:hover ul {
  display: block;
}

.sf-menu > li.current-menu-item > a,
.sf-menu > li.current-menu-ancestor > a,
.sf-menu > li.current-menu-parent > a {
  color: #222;
}

.sf-menu ul a:hover,
.sf-menu ul li.current-menu-item > a,
.sf-menu .current-menu-item ul.sub-menu li a:hover {
  color: #fff;
}

/* mobile nav styles */
.mobile-nav-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
}

.mt-mobile-nav-trigger {
  display: none;
  width: 55px;
  height: 55px;
  padding-top: 13px;
  position: absolute;
  left: 0;
  top: 0;
}

.mobile-menu-bar {
  display: block;
  height: 3px;
  margin: 5px auto;
  width: 30px;
}

.mt-menu-mobile {
  display: none;
  min-width: 300px;
  max-width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  border-bottom: 0 !important;
}
.mt-menu-mobile ul {
  padding: 0;
  margin: 0;
}
.mt-menu-mobile ul.sub-menu {
  display: none;
}
.mt-menu-mobile li {
  position: relative;
  list-style: none;
  padding: 0;
}
.mt-menu-mobile li a {
  padding: 5px 15px;
  font-size: 12px;
  display: block;
}
.mt-menu-mobile li.menu-item-has-children a {
  margin-right: 40px;
}
.mt-menu-mobile li.menu-item-has-children a.mt-submenu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  padding: 5px 0;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.mt-menu-mobile li.menu-item-has-children a.mt-submenu-trigger::before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  content: "\f078";
  font-size: 10px;
}
.mt-menu-mobile li.menu-item-has-children a.mt-submenu-trigger.open::before {
  content: "\f077";
}
.mt-menu-mobile li li a {
  padding-left: 20px;
}
.mt-menu-mobile li li li a {
  padding-left: 25px;
}
.mt-menu-mobile li li li li a {
  padding-left: 30px;
}

/* mobile nav colors */
.mobile-menu-bar {
  background: #fff;
}

.mt-mobile-nav-trigger:hover .mobile-menu-bar {
  opacity: 0.6;
}

.mt-menu-mobile {
  background: #222;
}
.mt-menu-mobile ul {
  background: rgba(0, 0, 0, 0.08);
}
.mt-menu-mobile a, .mt-menu-mobile #navigation-searchform input {
  color: #ccc;
}
.mt-menu-mobile a:hover, .mt-menu-mobile #navigation-searchform input:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}

.mt-submenu-trigger {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* nav search */
.main-nav li.nav-search {
  float: right;
  color: #eee;
}

#navigation-searchform {
  float: right;
}
#navigation-searchform input {
  min-height: 20px;
  line-height: 20px;
  padding: 15px 10px;
  font-size: 12px;
  background: transparent;
  color: #eee;
  border: none;
}

/*--------------------------------------------------------------
3.3 Featured Area
--------------------------------------------------------------*/
.featured-area-wrapper {
  position: relative;
  width: 100%;
  z-index: 301;
  color: #fff;
}

.featured-area-open {
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -24px;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  outline: 0 none;
}
.featured-area-open:hover {
  background: #a58673;
  border-color: #a58673;
}
.featured-area-open:hover span {
  background: #fff;
}

.featured-lines-wrapper {
  position: relative;
}
.featured-lines-wrapper span {
  display: block;
  position: absolute;
  background: #ccc;
}
.featured-lines-wrapper .vertical-line {
  width: 2px;
  height: 20px;
  top: 13px;
  left: 21px;
}
.featured-lines-wrapper .horizontal-line {
  width: 20px;
  height: 2px;
  top: 22px;
  left: 12px;
}

.featured-area {
  display: none;
  height: auto;
  padding: 40px 0;
}
.featured-area.sidebar {
  margin-top: 0;
}
.featured-area.carousel {
  padding: 0;
}
.featured-area .widget {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #888;
}
.featured-area .widget ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.featured-area .widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.featured-area-wrapper.opened {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.featured-area-wrapper.opened .featured-area-open {
  background: #fff;
  border-color: #eee;
}
.featured-area-wrapper.opened .featured-area-open:hover {
  background: #a58673;
  border-color: #a58673;
}
.featured-area-wrapper.opened .featured-area-open:hover span {
  background: #fff;
}
.featured-area-wrapper.opened .featured-lines-wrapper span {
  color: #aaa;
}
.featured-area-wrapper.opened .vertical-line {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.featured-area-wrapper.opened .horizontal-line {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
3.4 News feed
--------------------------------------------------------------*/
.mt-news-feed {
  background: #111;
  color: #ccc;
  height: 40px;
  line-height: 26px;
  padding: 7px 0;
}
.mt-news-feed h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}
.mt-news-feed a {
  color: #fff;
}
.mt-news-feed a:hover {
  opacity: 0.7;
}
.mt-news-feed ul {
  white-space: nowrap;
}
.mt-news-feed .owl-slide-item {
  overflow: hidden;
}
.mt-news-feed .owl-slide-item ul {
  position: relative;
}
.mt-news-feed .gradient-fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(left, transparent 0%, #111 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, #111));
  background: -webkit-linear-gradient(left, transparent 0%, #111 100%);
  background: -o-linear-gradient(left, transparent 0%, #111 100%);
  background: -ms-linear-gradient(left, transparent 0%, #111 100%);
  background: linear-gradient(to right, transparent 0%, #111 100%);
}

.news-feed-date {
  font-size: 12px;
  opacity: 0.8;
}

/*--------------------------------------------------------------
4.0 Site layout
--------------------------------------------------------------*/
body.single,
body.page {
  background: #fff;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.content-area {
  position: relative;
}

.site-content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.site-content.mt-blog {
  padding-bottom: 0;
}

.search-no-results .site-content {
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
4.1 Sidebar
--------------------------------------------------------------*/
.sidebar {
  margin-top: 60px;
  color: #777;
}
.sidebar a {
  color: #000;
}
.sidebar a:hover {
  color: #a58673;
}

.sidebar-toggle {
  position: absolute;
  top: 102px;
  right: 10px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  z-index: 303;
}
.sidebar-toggle:hover {
  cursor: pointer;
}
.sidebar-toggle .sidebar-toggle-init {
  display: block;
  overflow: hidden;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.sidebar-toggle .sidebar-toggle-init:hover {
  opacity: 0.6;
}

.sidebar-content {
  position: fixed;
  right: -500px;
  top: 0;
  padding: 0;
  margin-top: 0;
  width: 500px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.99);
  color: #888;
}
.sidebar-content .widget {
  padding: 0 60px 60px;
}
.sidebar-content .widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-content .widget-title {
  color: #000;
}
.sidebar-content .sidebar-toggle-close {
  display: block;
  margin-bottom: 60px;
  height: 75px;
  line-height: 75px;
  width: 100%;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  z-index: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #aaa;
}
.sidebar-content .sidebar-toggle-close:hover {
  cursor: pointer;
  color: #000;
}
.sidebar-content .sidebar-toggle-close i {
  line-height: 75px;
}
.sidebar-content.active {
  right: -20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

/*--------------------------------------------------------------
4.2 Widgets
--------------------------------------------------------------*/
.widget {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.widget ul, .widget li {
  list-style: none;
  padding-left: 0;
}
.widget ul li {
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget select {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 4px 8px;
}
.widget .menu, .widget .menu li, .widget .menu ul {
  margin: 0;
  padding: 0;
}
.widget .menu a {
  display: block;
  padding: 2px 0;
}
.widget .menu li li a:before,
.widget .menu li li li a:before,
.widget .menu li li li li a:before {
  content: '-';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.widget .menu li li li a:before {
  content: '--';
}
.widget .menu li li li li a:before {
  content: '---';
}

.widget-title {
  font-size: 14px;
  margin-bottom: 30px;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
}
.widget-title > span {
  display: inline-block;
  position: relative;
  margin-left: 2em;
  margin-right: 2em;
}
.widget-title > span::before, .widget-title > span::after {
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 10000%;
}
.widget-title > span::before {
  margin-right: 1em;
  right: 100%;
}
.widget-title > span::after {
  left: 100%;
  margin-left: 1em;
}

#searchform input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.015);
  border: 2px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#searchform input:focus {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.tagcloud a {
  font-size: 10px !important;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  padding: 4px 12px;
  margin: 0 2px 5px 0;
  border: 2px solid #eee;
  color: #000;
}
.tagcloud a:hover {
  background: #a58673;
  border-color: #a58673;
  color: #fff;
}

.widget .lp-sidebar li {
  margin-bottom: 20px;
  border-bottom: none;
}

.lp-image {
  position: relative;
  float: left;
  margin-right: 15px;
  display: block;
  width: 75px;
  height: 75px;
}
.lp-image img {
  display: block;
  width: 75px;
  height: 75px;
}

.lp-description h6 {
  font-size: 1em;
  margin-bottom: 0;
}
.lp-description span {
  font-size: 0.85em;
}
.lp-description span i {
  margin-right: 2px;
}

/*--------------------------------------------------------------
5.0 Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Hentry
--------------------------------------------------------------*/
.hentry {
  margin-bottom: 60px;
  position: relative;
}

.mt-blog .hentry {
  opacity: 0;
}

.page .hentry {
  margin-bottom: 0;
}

.entry-header {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.entry-hero,
.post-thumbnail {
  position: relative;
  margin-bottom: 40px;
}

.post-thumbnail img:hover {
  opacity: 0.8;
}

.entry-title {
  margin-bottom: 10px;
  color: #000;
  font-weight: normal;
  line-height: 1.2em;
}
.entry-title a {
  color: #000;
}
.entry-title a:hover {
  color: #a58673;
}

.page-title {
  text-align: center;
  margin-bottom: 40px;
}
.page-title span {
  width: 50px;
  height: 2px;
  background: #a58673;
  display: block;
  margin: 10px auto 0;
}

.entry-content {
  position: relative;
}
.entry-content a {
  color: #000;
  border-bottom: 2px solid #ddd;
  padding-bottom: 2px;
}
.entry-content a:hover {
  border-bottom: 2px solid transparent;
  color: #a58673;
}

.single .entry-content {
  padding-bottom: 0;
}
.single .entry-content > p:first-of-type {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 40px;
}
.single .entry-content > p:first-of-type::first-letter {
  color: #a58673;
  float: left;
  font-size: 62px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: -1px;
  margin-top: 10px;
  padding-right: 10px;
}

.entry-footer {
  margin: 30px 0 10px;
}

input.protected-post-input {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.015);
  border: 2px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.protected-post-input:focus {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

input.protected-post-button {
  height: 50px;
  line-height: 51px;
  padding: 0 32px;
}

.mt-blog-loading {
  display: block;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 32px;
  height: 34px;
  margin-left: -16px;
  background-image: url(images/spinner.gif);
  background-size: 32px 34px;
}

.mt-blog .hentry.sticky::before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  content: "\f0c6";
  font-size: 70px;
  line-height: 70px;
  position: absolute;
  top: 20px;
  left: 20px;
  color: rgba(0, 0, 0, 0.04);
}

.mt-blog-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.mt-blog-grid .hentry {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 30px;
}
.mt-blog-grid .entry-header {
  margin-bottom: 10px;
}
.mt-blog-grid .entry-title {
  font-size: 20px;
}
.mt-blog-grid:before, .mt-blog-grid:after {
  content: " ";
  display: table;
}
.mt-blog-grid:after {
  clear: both;
}
.mt-blog-grid .entry-hero, .mt-blog-grid .post-thumbnail, .mt-blog-grid .format-audio .post-thumbnail {
  margin-bottom: 20px;
}

.container-grid-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-grid-full .sidebar {
  padding-left: 0;
  padding-right: 30px;
}

.mt-blog-grid-full .hentry {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 40px;
}
.mt-blog-grid-full .entry-title {
  font-size: 22px;
}
.mt-blog-grid-full:before, .mt-blog-grid-full:after {
  content: " ";
  display: table;
}
.mt-blog-grid-full:after {
  clear: both;
}
.mt-blog-grid-full .entry-hero, .mt-blog-grid-full .post-thumbnail, .mt-blog-grid-full .format-audio .post-thumbnail {
  margin-bottom: 20px;
}

.mt-blog-grid .hentry,
.mt-blog-grid-full .hentry,
.mt-grid-inner .grid-sizer {
  width: 50%;
}

.mt-blog-grid.mt-grid-3 .hentry,
.mt-blog-grid-full.mt-grid-3 .hentry,
.mt-grid-3 .mt-grid-inner .grid-sizer {
  width: 33.3%;
}

.mt-blog-grid.mt-grid-4 .hentry,
.mt-blog-grid-full.mt-grid-4 .hentry,
.mt-grid-4 .mt-grid-inner .grid-sizer {
  width: 25%;
}

.mt-blog-list .hentry {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mt-blog-list .entry-title {
  font-size: 24px;
}
.mt-blog-list .post-thumbnail {
  width: 150px;
  float: left;
  margin-bottom: 0;
}
.mt-blog-list .post-thumbnail img {
  border-radius: 50%;
}
.mt-blog-list .has-post-thumbnail .entry-content {
  margin-left: 190px;
}
.mt-blog-list p.read-more-p {
  text-align: right;
}

.post-preview-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #222;
  border-radius: 50%;
  font-size: 14px;
  z-index: 1;
}

.mt-blog-list-big .hentry {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mt-blog-list-big .entry-title {
  font-size: 24px;
}
.mt-blog-list-big .post-thumbnail {
  width: 45%;
  float: left;
  margin-bottom: 0;
}
.mt-blog-list-big .has-post-thumbnail .entry-content {
  margin-left: 50%;
}
.mt-blog-list-big p.read-more-p {
  text-align: right;
}
.mt-blog-list-big .post-preview-icon {
  border-radius: 0;
}

.mt-blog-boxed.mt-blog-grid .hentry, .mt-blog-boxed.mt-blog-grid-full .hentry {
  margin-bottom: 30px;
}
.mt-blog-boxed.mt-blog-list .hentry, .mt-blog-boxed.mt-blog-list-big .hentry {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0;
}
.mt-blog-boxed .mt-blog-boxed-inner {
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.mt-blog-boxed.mt-blog-shadow .mt-blog-boxed-inner {
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
}
.mt-blog-boxed .mt-pagination > div a {
  background: #fff;
  border-color: #ddd;
}

.mt-sidebar-boxed .widget {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.mt-sidebar-boxed.mt-blog-shadow .widget {
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
5.2 Meta
--------------------------------------------------------------*/
.entry-meta {
  margin-bottom: 10px;
}
.entry-meta.list-inline > li {
  padding-left: 0;
  padding-right: 0;
}

.sep-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
}
.sep-dot span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 4px;
  background: #a58673;
  border-radius: 50%;
}

.meta-date, .meta-category, .meta-tags, .meta-edit, .meta-comments {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #aaa;
}

.meta-category a, .meta-tags a, .meta-edit a, .meta-comments a {
  margin-right: 3px;
  margin-left: 3px;
  padding-bottom: 2px;
  color: #aaa;
  border-bottom: 2px solid #eee;
}
.meta-category a:hover, .meta-tags a:hover, .meta-edit a:hover, .meta-comments a:hover {
  color: #a58673;
  border-bottom: 2px solid transparent;
}

.meta-category, .meta-tags, .meta-edit {
  margin-right: 0;
}

.meta-tags a {
  margin-right: 12px;
}

.meta-comments i {
  vertical-align: 3%;
}

.more-link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-right: 0;
  display: inline-block;
}

p.read-more-p {
  text-align: center;
  margin-bottom: 0;
}

.mt-meta-center .entry-header {
  text-align: center;
}
.mt-meta-center .post-share {
  float: none;
}

/*--------------------------------------------------------------
5.3 Post share
--------------------------------------------------------------*/
.post-share {
  position: relative;
  float: right;
}
.post-share .share-border {
  position: absolute;
  top: 22px;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #f6f6f6;
  z-index: 2;
}
.post-share a.post-share-button {
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-bottom: 2px;
  color: #aaa;
  border-bottom: 2px solid #eee;
  z-index: 3;
}
.post-share a.post-share-button:hover {
  border-bottom: 2px solid transparent;
  color: #a58673;
}
.post-share a.post-share-button i {
  line-height: 25px;
  margin-left: 3px;
}

.show-post-share {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  background: #fff;
  border: 1px solid #f6f6f6;
  padding: 6px 0;
  text-align: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}
.show-post-share a {
  color: #aaa;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 0;
  padding: 0 20px;
  display: block;
  width: 100%;
}
.show-post-share a.share-facebook-icon:hover {
  background: #507CBD;
  color: #fff;
}
.show-post-share a.share-twitter-icon:hover {
  background: #62CDF1;
  color: #fff;
}
.show-post-share a.share-pinterest-icon:hover {
  background: #CB2027;
  color: #fff;
}
.show-post-share a.share-google-icon:hover {
  background: #D13F2D;
  color: #fff;
}
.show-post-share a.share-linkedin-icon:hover {
  background: #0077B5;
  color: #fff;
}

/*--------------------------------------------------------------
5.4 Post navigation
--------------------------------------------------------------*/
.post-navigation {
  margin-top: 50px;
}
.post-navigation > div {
  width: 50%;
  display: inline-block;
  float: left;
}
.post-navigation > div.post-next {
  float: right;
}
.post-navigation a {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.post-navigation a span {
  display: block;
  font-size: 14px;
  color: #aaa;
}
.post-navigation a:hover i {
  color: #a58673;
}
.post-navigation i {
  line-height: 50px;
  position: absolute;
  top: 0;
  color: #aaa;
}

.post-prev a {
  padding-left: 36px;
}
.post-prev a:hover {
  padding-left: 46px;
}
.post-prev i {
  left: 0;
}

.post-next {
  text-align: right;
}
.post-next a {
  padding-right: 36px;
}
.post-next a:hover {
  padding-right: 46px;
}
.post-next i {
  right: 0;
}

/*--------------------------------------------------------------
5.5 Pagination
--------------------------------------------------------------*/
.mt-pagination {
  margin-bottom: 40px;
  display: block;
}
.mt-pagination > div {
  display: inline-block;
}
.mt-pagination > div a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #000;
  padding: 14px 30px;
  font-size: 11px;
  border: 2px solid rgba(0, 0, 0, 0.08);
}
.mt-pagination > div a:hover {
  background: #a58673;
  border-color: #a58673;
  color: #fff;
}
.mt-pagination .newer {
  float: left;
}
.mt-pagination .older {
  float: right;
}

/*--------------------------------------------------------------
5.6 Post formats
--------------------------------------------------------------*/
.format-audio .post-thumbnail {
  margin-bottom: 0;
}

.format-quote {
  margin-bottom: 80px;
}
.format-quote blockquote.post-quote {
  border: 0;
  margin: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  padding: 42px 56px;
}
.format-quote blockquote.post-quote cite {
  opacity: 0.6;
  font-size: 0.8em;
}
.format-quote > .fa, .format-quote .mt-blog-boxed-inner > .fa {
  position: absolute;
  font-size: 26px;
  opacity: 0.1;
}
.format-quote > .fa.fa-quote-right, .format-quote .mt-blog-boxed-inner > .fa.fa-quote-right {
  top: 20px;
  left: 20px;
}
.format-quote > .fa.fa-quote-left, .format-quote .mt-blog-boxed-inner > .fa.fa-quote-left {
  bottom: 20px;
  right: 20px;
}

.mt-blog-grid .format-quote > .fa.fa-quote-right,
.mt-blog-grid .format-quote > .mt-blog-boxed-inner .fa.fa-quote-right, .mt-blog-grid-full .format-quote > .fa.fa-quote-right,
.mt-blog-grid-full .format-quote > .mt-blog-boxed-inner .fa.fa-quote-right {
  left: 35px;
}
.mt-blog-grid .format-quote > .fa.fa-quote-left,
.mt-blog-grid .format-quote > .mt-blog-boxed-inner .fa.fa-quote-left, .mt-blog-grid-full .format-quote > .fa.fa-quote-left,
.mt-blog-grid-full .format-quote > .mt-blog-boxed-inner .fa.fa-quote-left {
  right: 35px;
}

.format-link {
  margin-bottom: 80px;
}
.format-link .post-link {
  border: 0;
  position: relative;
  margin-bottom: 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.03);
}
.format-link .post-link:hover {
  background: #a58673;
}
.format-link .post-link:hover .post-link-title,
.format-link .post-link:hover .post-link-url,
.format-link .post-link:hover i {
  color: #fff;
}
.format-link .post-link,
.format-link .post-link-title,
.format-link .post-link-url {
  display: block;
  color: #000;
}
.format-link .post-link-title {
  margin-bottom: 10px;
}
.format-link .post-link-url {
  opacity: 0.6;
}
.format-link .post-link > i {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.1;
}

.format-link .mt-blog-boxed-inner, .format-quote .mt-blog-boxed-inner {
  padding: 0;
}

/*--------------------------------------------------------------
5.7 Comments
--------------------------------------------------------------*/
#comments {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.commentlist {
  margin-bottom: 40px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.commentlist ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.commentlist ul.children {
  position: relative;
}
.commentlist ul ul,
.commentlist ul ul ul {
  list-style: none;
}
.commentlist li {
  position: relative;
}
.commentlist .children li {
  margin-left: 3em;
}

.comment-body {
  list-style: none;
  margin-top: 30px;
  padding: 0 20px 20px 80px;
  position: relative;
}
.comment-body p {
  clear: both;
  margin-bottom: 10px;
}

span.says {
  display: none;
}

.vcard .avatar {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 100em;
}

cite.fn {
  padding: 4px 0 0;
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  color: #000;
}
cite.fn a {
  font-weight: bold;
  font-style: normal;
  color: #000;
}

.comment-meta {
  display: block;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.comment-meta a {
  font-weight: normal;
  opacity: 0.5;
  color: #000;
}
.comment-meta a:hover {
  opacity: 1;
}
.comment-meta .comment-metadata {
  font-size: 12px;
  line-height: 18px;
}

.comment-reply-link {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.comment-reply-link:hover {
  color: #a58673;
}
.comment-reply-link > i {
  margin-right: 5px;
}

#commentform label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
}
#commentform .comment-textarea {
  padding-top: 10px;
}
#commentform input, #commentform textarea {
  width: 100%;
  display: block;
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 1em;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#commentform input:focus, #commentform textarea:focus {
  background: transparent;
  border-bottom-color: #a58673;
}
#commentform textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  margin-right: 4%;
  width: 30.6%;
  float: left;
  position: relative;
}
#commentform .comment-form-url {
  margin-right: 0;
}
#commentform .comment-form-comment {
  margin-bottom: 5px;
  clear: both;
  display: block;
}
#commentform .form-allowed-tags {
  display: none;
}
#commentform .form-allowed-tags code {
  font-size: .9em;
  margin: 0;
  padding: 0;
}
#commentform .comment-notes {
  font-size: .9em;
}

.bypostauthor > .comment-body {
  padding: 20px 40px 20px 100px;
  background: rgba(0, 0, 0, 0.02);
}
.bypostauthor > .comment-body .vcard .avatar {
  top: 20px;
  left: 20px;
}

.comment #respond {
  margin-top: 40px;
}

.logged-in-as a {
  margin-bottom: 0 !important;
}

h3#reply-title {
  font-size: 18px;
}

.form-submit {
  margin-bottom: 0;
}
.form-submit input#submit {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
6.0 Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 404 template
--------------------------------------------------------------*/
.error-404 {
  text-align: center;
}
.error-404 > h3 {
  font-size: 200px;
  line-height: 200px;
  margin-bottom: 30px;
  font-weight: bold;
  opacity: 0.5;
}
.error-404 > p {
  font-size: 22px;
}

/*--------------------------------------------------------------
6.2 Archive template
--------------------------------------------------------------*/
.archive-title {
  padding: 40px 0;
  background: #eee;
  text-align: center;
}
.archive-title h1 {
  margin-bottom: 0;
  font-weight: normal;
  color: #333;
}
.archive-title h1 > span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.6;
}

.mt-archive .hentry {
  margin-bottom: 50px;
}
.mt-archive .sidebar {
  margin-top: 60px;
}
.mt-archive .widget {
  padding-bottom: 20px;
}
.mt-archive .mt-pagination {
  padding-left: 0;
  padding-right: 0;
}
.mt-archive .site-content.mt-blog {
  padding-bottom: 30px;
}

/*--------------------------------------------------------------
6.3 Author archive template
--------------------------------------------------------------*/
.author-area {
  padding-top: 50px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.author-area img.avatar {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-description {
  position: relative;
  padding-left: 95px;
  min-height: 70px;
  font-size: 14px;
}
.author-description h5 {
  margin-bottom: 5px;
}
.author-description h5 span {
  opacity: 0.4;
  display: block;
  font-size: 0.7em;
}

.archive .author-area {
  padding-bottom: 50px;
  border-top: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
7.0 Footer
--------------------------------------------------------------*/
.footer-wrapper {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-icons {
  height: 50px;
  line-height: 50px;
  float: right;
}
.social-icons li {
  padding: 0;
  margin: 0;
}
.social-icons a {
  display: block;
  color: #000;
  font-size: 14px;
  text-align: center;
  margin: 0 0 4px 10px;
}
.social-icons a:hover {
  color: #a58673;
}

.copyright {
  padding: 14px 0;
  color: #aaa;
}
.copyright p {
  margin-bottom: 0;
  font-size: 13px;
}
.copyright a {
  color: #000;
  font-weight: bold;
}
.copyright a:hover {
  color: #a58673;
}

/*--------------------------------------------------------------
8.0 Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form h1, .wpcf7-form h2, .wpcf7-form h3, .wpcf7-form h4, .wpcf7-form h5, .wpcf7-form h6 {
  margin: 0 0 0.3em 0;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.015);
  border: 2px solid rgba(0, 0, 0, 0.04);
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.wpcf7-form input.wpcf7-submit {
  background: none;
  width: auto;
}
.wpcf7-form input[type="radio"], .wpcf7-form input[type="checkbox"] {
  width: auto;
}

/*--------------------------------------------------------------
8.2 To Top
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 34px;
  border: 2px solid #eee;
  font-size: 12px;
  text-align: center;
  color: #000;
  background: #fff;
}
#toTop i {
  line-height: 34px;
}
#toTop:hover {
  background: #a58673;
  border-color: #a58673;
  color: #fff;
}
#toTop:active, #toTop:focus {
  outline: none;
}

/*--------------------------------------------------------------
8.3 OwlCarousel
--------------------------------------------------------------*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-slide-item {
  position: relative;
}
.owl-slide-item > img {
  width: 100%;
  height: auto;
}

/* mouse grab icon */
.grabbing {
  cursor: url(images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* owl arrows */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-buttons {
  text-align: center;
}
.owl-buttons > div {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 46px;
  height: 46px;
  line-height: 42px;
  margin-top: -23px;
  z-index: 100;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.owl-buttons > div:hover {
  opacity: 0.6;
}
.owl-buttons .owl-next {
  left: auto;
  right: 20px;
}

/* owl paging */
.owl-pagination {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  margin: 2px;
}
.owl-pagination .owl-page {
  display: inline-block;
  vertical-align: middle;
}
.owl-pagination .owl-page span {
  border-radius: 100em;
  display: block;
  height: 10px;
  margin: 2px;
  width: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.owl-pagination .owl-page.active span, .owl-pagination .owl-page:hover span {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/* owl caption */
.owl-caption {
  position: absolute;
  bottom: 14px;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 6;
}
.owl-caption span {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 4px 20px;
  background: rgba(0, 0, 0, 0.6);
  max-width: 80%;
  border-radius: 2px;
}

/* Featured Area carousel styles */
.owl-slider-wrapper {
  margin-top: 60px;
}

.owl-carousel-slider .entry-header-wrapper, .owl-slider .entry-header-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
}
.owl-carousel-slider .entry-header-wrapper .entry-header, .owl-slider .entry-header-wrapper .entry-header {
  margin-bottom: 0;
}
.owl-carousel-slider .entry-header-wrapper h2, .owl-slider .entry-header-wrapper h2 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  font-weight: 300;
}
.owl-carousel-slider .entry-header-wrapper h2 a, .owl-slider .entry-header-wrapper h2 a {
  color: #fff;
  display: block;
}
.owl-carousel-slider .entry-header-wrapper h2:hover, .owl-slider .entry-header-wrapper h2:hover {
  opacity: 0.85;
}
.owl-carousel-slider .entry-header-wrapper::before, .owl-slider .entry-header-wrapper::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.owl-carousel-slider .entry-header, .owl-slider .entry-header {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  height: auto;
}
.owl-carousel-slider .carousel-meta, .owl-slider .carousel-meta {
  color: #ddd;
}
.owl-carousel-slider .carousel-meta a, .owl-slider .carousel-meta a {
  color: #ddd;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.owl-carousel-slider .carousel-meta a:hover, .owl-slider .carousel-meta a:hover {
  color: #a58673;
  border-bottom-color: transparent;
}
.owl-carousel-slider .mt-button, .owl-slider .mt-button {
  background: transparent;
  color: #fff;
  padding: 8px 14px;
  margin-top: 18px;
  font-size: 10px;
}

.post-carousel-buttons {
  text-align: center;
}
.post-carousel-buttons > div {
  position: absolute;
  top: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  line-height: 44px;
  margin-top: -25px;
  font-size: 28px;
  background: #fff;
  color: #aaa;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.post-carousel-buttons > div:hover {
  background: #a58673;
  color: #fff;
}
.post-carousel-buttons > div i {
  line-height: 44px;
}
.post-carousel-buttons .carousel-prev {
  margin-left: -48px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.post-carousel-buttons .carousel-next {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-left: none;
}

/* owl carousel transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*--------------------------------------------------------------
8.4 PrettyPhoto
--------------------------------------------------------------*/
.pp_mthemes .pp_next:hover {
  background: url(images/prettyPhoto/next.png) center right no-repeat;
  background-size: 50px 60px;
}

.pp_mthemes .pp_previous:hover {
  background: url(images/prettyPhoto/prev.png) center left no-repeat;
  background-size: 50px 60px;
}

.pp_mthemes .pp_expand {
  background: rgba(0, 0, 0, 0.5) url(images/prettyPhoto/expand.png) no-repeat;
  background-size: 40px 40px;
}
.pp_mthemes .pp_expand:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.pp_mthemes .pp_contract {
  background: rgba(0, 0, 0, 0.5) url(images/prettyPhoto/contract.png) no-repeat;
  background-size: 40px 40px;
}
.pp_mthemes .pp_contract:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.pp_mthemes .pp_close {
  background: url(images/prettyPhoto/close.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

.pp_mthemes .pp_gallery ul li a {
  background: url(images/prettyPhoto/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

.pp_mthemes .pp_social {
  margin-top: 7px;
}

.pp_mthemes .pp_gallery a.pp_arrow_previous,
.pp_mthemes .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

.pp_mthemes a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

.pp_mthemes .pp_content_container .pp_details {
  margin-top: 5px;
}

.pp_mthemes .pp_nav {
  clear: none;
  height: 30px;
  position: relative;
  float: left;
  margin: 3px 0 0;
}
.pp_mthemes .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #aaa;
  font-size: 12px;
  line-height: 20px;
  margin: 0 10px;
  padding: 0;
}
.pp_mthemes .pp_nav .pp_play,
.pp_mthemes .pp_nav .pp_pause {
  display: none;
}
.pp_mthemes .pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_mthemes .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

.pp_mthemes .pp_loaderIcon {
  background: #fff url(images/prettyPhoto/loader.gif) center center no-repeat;
}

.pp_pic_holder a:focus {
  outline: none;
}

.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  margin: 0 auto;
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 125px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  text-align: center;
  float: left;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  width: 20px;
  color: #fff;
}
a.pp_arrow_previous:hover,
a.pp_arrow_next:hover {
  color: #ccc;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
  width: 50px;
  height: 33px;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(images/prettyPhoto/default_thumb.png) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  cursor: pointer;
  margin-top: 7px !important;
}

a.pp_next {
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none !important;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  text-indent: -10000px;
  z-index: 20000;
}

a.pp_close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -40px;
  right: -40px;
  height: 40px;
  width: 40px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 44px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 44px;
  margin: -22px 0 0 -22px;
  border-radius: 4px;
}

#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
  color: #000;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

.ppt {
  color: #fff;
  display: none;
  z-index: 9999;
  margin: 0 0 10px;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}

.pp_mthemes .pp_details {
  position: relative;
}

.pp_top,
.pp_bottom {
  position: relative;
}

.pp_fade,
.pp_gallery li.default a img {
  display: none;
}

/* remove description and social icons from prettyPhoto */
.pp_description,
.pp_social {
  display: none !important;
}

/*--------------------------------------------------------------
9.0 WordPress defaults
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Gallery
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item:hover img {
  opacity: 0.8;
}

.gallery-icon {
  margin: 3px;
}

.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 {
  display: none;
}

.wp-caption {
  max-width: 96%;
  padding: 5px 3px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 8px 10px;
}

/*--------------------------------------------------------------
9.2 Calendar
--------------------------------------------------------------*/
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  font-size: 12px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  text-align: center;
  font-size: 12px;
  padding: 8px 0;
  max-width: 14%;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.02);
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tbody .pad:hover {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
#wp-calendar td a {
  color: #000;
}
#wp-calendar td a:hover {
  color: #a58673;
}

/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
.wp-video {
  height: auto !important;
  max-width: 100% !important;
}

.mejs-overlay,
.mejs-poster {
  height: 100% !important;
  width: 100% !important;
}

.wp-video-shortcode .mejs-container .mejs-poster {
  overflow: hidden;
}

.mejs-container.mejs-video {
  height: auto !important;
  padding-top: 56.3%;
  width: 100% !important;
}
.mejs-container .mejs-poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.mejs-container .mejs-poster {
  overflow: hidden;
}
.mejs-container .mejs-poster img {
  border: 0 none;
  padding: 0;
}
.mejs-container .mejs-inner .mejs-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
}
.mejs-container .mejs-inner .mejs-controls button {
  background: none;
  margin: 17px 0;
  visibility: inherit;
}
.mejs-container .mejs-inner .mejs-controls .mejs-playpause-button button,
.mejs-container .mejs-inner .mejs-controls .mejs-volume-button button,
.mejs-container .mejs-inner .mejs-controls .mejs-fullscreen-button button {
  text-align: left;
}
.mejs-container .mejs-inner .mejs-controls .mejs-playpause-button button {
  margin-left: 12px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-volume-button button,
.mejs-container .mejs-inner .mejs-controls .mejs-fullscreen-button button {
  margin-left: 4px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-container .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 10px;
  top: 19px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-play button::after,
.mejs-container .mejs-inner .mejs-controls .mejs-pause button::after,
.mejs-container .mejs-inner .mejs-controls .mejs-stop button::after,
.mejs-container .mejs-inner .mejs-controls .mejs-mute button::after,
.mejs-container .mejs-inner .mejs-controls .mejs-unmute button::after,
.mejs-container .mejs-inner .mejs-controls .mejs-fullscreen-button button::after,
.mejs-container .mejs-inner .mejs-controls .mejs-unfullscreen button::after {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 14px;
  position: absolute;
}
.mejs-container .mejs-inner .mejs-controls .mejs-play button::after {
  content: "\f04b";
}
.mejs-container .mejs-inner .mejs-controls .mejs-pause button::after {
  content: "\f04c";
}
.mejs-container .mejs-inner .mejs-controls .mejs-stop button::after {
  content: "\f04d";
}
.mejs-container .mejs-inner .mejs-controls .mejs-mute button::after {
  content: "\f028";
}
.mejs-container .mejs-inner .mejs-controls .mejs-unmute button::after {
  content: "\f026";
}
.mejs-container .mejs-inner .mejs-controls .mejs-fullscreen-button button::after {
  content: "\f065";
}
.mejs-container .mejs-inner .mejs-controls .mejs-unfullscreen button::after {
  content: "\f066";
}
.mejs-container .mejs-inner .mejs-controls .mejs-time {
  padding: 20px 6px 0;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time span {
  font-size: 12px;
  font-weight: bold;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail {
  padding-top: 14px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-float {
  display: none;
  position: absolute;
  top: -50px;
  width: 50px;
  height: 25px;
  line-height: 25px;
  margin-left: -18px;
  text-align: center;
  border-radius: 4px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-float-current {
  display: block;
  left: 0;
  margin: 0;
  text-align: center;
  width: 50px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  display: none;
}

.mejs-container .mejs-overlay-loading {
  display: none;
}

.mejs-overlay-button {
  margin-top: -50px !important;
}

/* hide arrow notifications */
.mejs-offscreen {
  display: none !important;
}

/* media element colors */
.content-area .mejs-container,
.content-area .mejs-embed,
.content-area .mejs-embed body,
.content-area .mejs-container .mejs-controls {
  background: #fafafa;
}
.content-area .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.content-area .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #eaeaea;
}
.content-area .mejs-container .mejs-controls .mejs-time,
.content-area .mejs-container .mejs-controls .mejs-time span {
  color: #777;
}
.content-area .mejs-container .mejs-controls button {
  color: #555;
}
.content-area .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.content-area .mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle,
.content-area .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #a58673;
}
.content-area .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  color: #fff;
  background: #222;
}
.content-area .me-cannotplay a {
  color: #fff;
}

.distraction-free-toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.distraction-free-toggle .df-off {
  display: none;
}
.distraction-free-toggle .df-on {
  display: block;
}
.distraction-free-toggle a {
  position: relative;
  margin-left: 3px;
  padding-bottom: 2px;
  font-size: 16px;
  color: #aaa;
}
.distraction-free-toggle a:hover {
  color: #a58673;
}
.distraction-free-toggle a::before, .distraction-free-toggle a::after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  bottom: 14px;
}
.distraction-free-toggle a::before {
  content: attr(data-tooltip);
  width: 180px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  left: -82px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 2px;
}
.distraction-free-toggle a::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: '';
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom: none;
  left: 50%;
  margin-left: -6px;
  margin-bottom: 4px;
}
.distraction-free-toggle a:hover::before, .distraction-free-toggle a:hover::after {
  visibility: visible;
  opacity: 1;
  bottom: 18px;
}

.distraction-free-on .distraction-free-toggle .df-off {
  display: block;
}
.distraction-free-on .distraction-free-toggle .df-on {
  display: none;
}
.distraction-free-on.mt-hide-header .header-wrapper, .distraction-free-on.mt-hide-newsfeed .mt-news-feed, .distraction-free-on.mt-hide-featuredarea .featured-area-wrapper, .distraction-free-on.mt-hide-tags .meta-tags, .distraction-free-on.mt-hide-post-share .post-share, .distraction-free-on.mt-hide-sidebar .sidebar-toggle, .distraction-free-on.mt-hide-author-info .author-info, .distraction-free-on.mt-hide-comments #comments-wrapper, .distraction-free-on.mt-hide-post-nav .post-navigation, .distraction-free-on.mt-hide-footer .footer-wrapper {
  display: none;
}

/*--------------------------------------------------------------
11.0 Media queries
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .featured-area.mt-col .widget {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .featured-area.mt-col-1 .widget {
    width: 100%;
  }

  .featured-area.mt-col-2 .widget {
    width: 50%;
  }

  .featured-area.mt-col-3 .widget {
    width: 33.33333333%;
  }

  .featured-area.mt-col-4 .widget {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .df-on.mt-anim, .df-off.mt-anim, .df-on.mt-anim::after, .df-off.mt-anim::after, .df-on.mt-anim::before, .df-off.mt-anim::before {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 90%;
  }

  .header-nav {
    display: none !important;
  }

  .navigation-wrapper {
    margin: 0 auto;
    padding: 0;
  }

  #navigation-searchform {
    float: none;
    padding-left: 15px;
  }
  #navigation-searchform input#s:hover {
    background: none;
  }

  .mt-mobile-nav-trigger {
    display: inline-block;
  }

  .logo {
    text-align: center;
    float: none;
    margin: 0 auto;
  }

  .sidebar-toggle {
    top: 51px;
  }

  .footer-social {
    float: none;
    text-align: center;
    margin-top: 0;
  }
  .footer-social a {
    margin: 0 7px 4px;
  }

  .copyright {
    text-align: center;
  }

  .content-area .mt-blog-grid .hentry,
  .content-area .mt-blog-grid-full .hentry,
  .content-area .mt-grid-inner .grid-sizer {
    width: 50%;
  }

  .container-grid-full .sidebar {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    margin-left: 0;
  }

  #commentform .comment-form-author,
  #commentform .comment-form-email,
  #commentform .comment-form-url {
    margin: 0;
    width: 100%;
    float: none;
  }

  .sidebar-content {
    width: 100%;
    right: -100%;
  }
  .sidebar-content.active {
    right: 0;
  }

  .mt-blog-list-big .post-thumbnail {
    width: auto;
    float: none;
    margin-bottom: 30px;
    text-align: center;
  }
  .mt-blog-list-big .post-thumbnail img {
    margin: 0 auto;
  }
  .mt-blog-list-big .post-preview-icon {
    top: -25px;
    left: 50%;
    margin-left: -25px;
  }
  .mt-blog-list-big .has-post-thumbnail .entry-content {
    margin-left: 0;
  }
  .mt-blog-list-big p.read-more-p {
    text-align: center;
  }

  .content-area .mt-blog-grid .hentry,
  .content-area .mt-blog-grid-full .hentry,
  .content-area .mt-grid-inner .grid-sizer {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .mt-blog-list .post-thumbnail {
    width: auto;
    float: none;
    margin-bottom: 30px;
    text-align: center;
  }
  .mt-blog-list .post-thumbnail img {
    margin: 0 auto;
  }
  .mt-blog-list .post-preview-icon {
    top: -25px;
    left: 50%;
    margin-left: -25px;
  }
  .mt-blog-list .has-post-thumbnail .entry-content {
    margin-left: 0;
  }
  .mt-blog-list p.read-more-p {
    text-align: center;
  }

  .entry-title {
    text-align: center;
    font-size: 28px;
  }

  .entry-content {
    /*display: none;*/
  }

  .single .entry-content {
    display: block;
  }

  .entry-meta li {
    display: block;
    padding: 0;
    margin-bottom: 5px;
  }
  .entry-meta .sep-dot {
    display: none;
  }
  .entry-meta .meta-date, .entry-meta .meta-category, .entry-meta .meta-tags, .entry-meta .meta-edit, .entry-meta .meta-comments {
    text-align: center;
  }
  .entry-meta .meta-category a {
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
  }

  .distraction-free-toggle {
    text-align: center;
  }
  .distraction-free-toggle a::before {
    left: 90px;
  }

  .mt-pagination > div {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .mt-pagination > div.newer {
    margin-top: 10px;
  }
}