/*

Theme Name: Novelo
Theme URI: http://www.m-themes.eu
Description: Theme made for bloggers. Use prepared layouts to create your own unique blog page.
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.202

Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin
	
--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Reset
2. Typography
3. Header
4. Site layout
5. Blog
6. Templates
7. Footer
8. Plugins
9. WordPress defaults
10. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. 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 {
  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;
  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;
  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;
  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 {
  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. Typography
--------------------------------------------------------------*/
.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
  content: " ";
  display: table;
}

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

.hidden {
  display: none;
}

.visuallyhidden {
  opacity: 0;
}

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

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

/* Text meant only for screen readers. */
.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;
  /* Above WP toolbar. */
}

body {
  font-size: 14px;
  line-height: 1.7em;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.2em 0;
  color: #000;
  font-weight: normal;
}

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

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

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

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

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

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

p {
  margin: 0 0 20px;
}

blockquote {
  position: relative;
  font-style: italic;
  padding-left: 3em;
}
blockquote::before {
  font-family: 'mt-icons';
  content: '\e900';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  color: #ffea00;
}

.pullquote-left {
  width: 40%;
  margin: 0 1em 0.5em 0;
  float: left;
}

.pullquote-right {
  width: 40%;
  margin: 0 0 0.5em 1em;
  float: right;
}

.highlight {
  background-color: #ffea00;
  color: #000;
  padding: 0 4px;
}

.dropcap {
  font-size: 80px;
  line-height: 60px;
  float: left;
  margin-right: 10px;
}

::-moz-selection {
  background-color: #ffea00;
}

::selection {
  background-color: #ffea00;
}

::-moz-selection {
  color: #000;
}

::selection {
  color: #000;
}

/* Font family */
body {
  font-family: Georgia, Times, serif;
}

.accent-font,
.mt-menu a,
.mt-menu-mobile a,
.mt-btn,
button,
input[type=button],
input[type=submit],
.sidebar-search-form,
.comment-metadata,
.comment-reply-link,
#cancel-comment-reply-link,
.logged-in-as a,
.tagcloud a,
.review-total-only,
.review-total-box,
.wp-review-tabs,
.wp-review-tab-postmeta {
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

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

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

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: #222;
  border-bottom: 1px dotted #222;
}
a:hover {
  color: #ffea00;
  border-bottom-color: transparent;
}

.header-wrapper a,
.footer a,
.widget a,
.sidebar a,
.images-sidebar a,
.mt-ads-sidebar a,
.gallery-icon a,
.tiled-gallery a,
.mt-grid-col a,
.mt-post-slider a,
.mt-posts-carousel a,
.mt-meta-tags a,
.mt-entry-meta-footer a,
.mt-post-navigation a,
.comment-body a,
.comments-navigation a,
.search-latest-items .entry-title a,
.entry-header a,
.social-icons a {
  border-bottom: none;
}

.header a,
.footer a,
.widget a,
.site-content a,
.mt-posts-carousel-item a,
.mt-grid-col a,
.mt-btn,
.wpcf7-submit,
.form-submit input,
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit],
.mt-anim,
.mt-anim::before,
.mt-anim::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mt-btn,
.wpcf7-form input.wpcf7-submit,
#commentform input#submit,
#cancel-comment-reply-link,
.comment-reply-link,
.logged-in-as a,
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit] {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
  padding: 12px 18px;
}

.mt-btn {
  background: #fff;
  color: #000;
  border: 2px solid #eee;
}
.mt-btn:hover {
  background: #ffea00;
  border-color: #ffea00;
  color: #000;
}

.mt-btn.mt-btn-sm,
#cancel-comment-reply-link,
.logged-in-as a,
.comment-reply-link {
  font-size: 10px;
  padding: 5px 10px;
}

.mt-btn.mt-btn-lg {
  font-size: 12px;
  padding: 16px 24px;
}

.mt-btn.mt-btn-block {
  display: block;
  clear: both;
}

.mt-btn.mt-btn-dark {
  background: #222;
  color: #fff;
  border: 2px solid #222;
}
.mt-btn.mt-btn-dark:hover {
  background: #ffea00;
  border-color: #ffea00;
  color: #000;
}

.mt-btn.mt-btn-color,
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit] {
  background: #ffea00;
  border-color: #ffea00;
  color: #000;
}
.mt-btn.mt-btn-color:hover,
.mc4wp-form button:hover,
.mc4wp-form input[type=button]:hover,
.mc4wp-form input[type=submit]:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

.wpcf7-form input.wpcf7-submit,
#commentform input#submit,
#cancel-comment-reply-link,
.comment-reply-link,
.logged-in-as a {
  background: #333;
  color: #fff;
}
.wpcf7-form input.wpcf7-submit:hover,
#commentform input#submit:hover,
#cancel-comment-reply-link:hover,
.comment-reply-link:hover,
.logged-in-as a:hover {
  background: #ffea00;
  color: #000;
}

@font-face {
  font-family: 'mt-icons';
  src: url("fonts/mt-icons.eot?ad2nmy");
  src: url("fonts/mt-icons.eot?ad2nmy#iefix") format("embedded-opentype"), url("fonts/mt-icons.ttf?ad2nmy") format("truetype"), url("fonts/mt-icons.woff?ad2nmy") format("woff"), url("fonts/mt-icons.svg?ad2nmy#mt-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="mt-icon-"], [class*=" mt-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mt-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mt-icon-heart-outlined:before {
  content: "\e901";
}

.mt-icon-heart:before {
  content: "\e902";
}

.mt-icon-quote:before {
  content: "\e900";
}

.mt-icon-envelope-o:before {
  content: "\f003";
}

.mt-icon-clock-o:before {
  content: "\f017";
}

.mt-icon-twitter:before {
  content: "\f099";
}

.mt-icon-facebook:before {
  content: "\f09a";
}

.mt-icon-facebook-f:before {
  content: "\f09a";
}

.mt-icon-feed:before {
  content: "\f09e";
}

.mt-icon-rss:before {
  content: "\f09e";
}

.mt-icon-pinterest:before {
  content: "\f0d2";
}

.mt-icon-google-plus:before {
  content: "\f0d5";
}

.mt-icon-linkedin:before {
  content: "\f0e1";
}

.mt-icon-angle-down:before {
  content: "\f107";
}

.mt-icon-calendar-o:before {
  content: "\f133";
}

.mt-icon-youtube:before {
  content: "\f167";
}

.mt-icon-dropbox:before {
  content: "\f16b";
}

.mt-icon-instagram:before {
  content: "\f16d";
}

.mt-icon-flickr:before {
  content: "\f16e";
}

.mt-icon-bitbucket:before {
  content: "\f171";
}

.mt-icon-dribbble:before {
  content: "\f17d";
}

.mt-icon-skype:before {
  content: "\f17e";
}

.mt-icon-foursquare:before {
  content: "\f180";
}

.mt-icon-stumbleupon:before {
  content: "\f1a4";
}

.mt-icon-delicious:before {
  content: "\f1a5";
}

.mt-icon-digg:before {
  content: "\f1a6";
}

.mt-icon-behance:before {
  content: "\f1b4";
}

.mt-icon-steam:before {
  content: "\f1b6";
}

.mt-icon-deviantart:before {
  content: "\f1bd";
}

.mt-icon-soundcloud:before {
  content: "\f1be";
}

.mt-icon-git:before {
  content: "\f1d3";
}

.mt-icon-twitch:before {
  content: "\f1e8";
}

.mt-icon-yelp:before {
  content: "\f1e9";
}

.mt-icon-paypal:before {
  content: "\f1ed";
}

.mt-icon-500px:before {
  content: "\f26e";
}

.mt-icon-amazon:before {
  content: "\f270";
}

.mt-icon-vimeo:before {
  content: "\f27d";
}

.mt-icon-link:before {
  content: "\e005";
}

.mt-icon-camera:before {
  content: "\e017";
}

.mt-icon-search:before {
  content: "\e036";
}

.mt-icon-arrow-left:before {
  content: "\e094";
}

.mt-icon-arrow-right:before {
  content: "\e095";
}

.mt-icon-arrow-up:before {
  content: "\e096";
}

.mt-icon-arrow-down:before {
  content: "\e097";
}

.mt-icon-cross:before {
  content: "\e117";
}

/*--------------------------------------------------------------
3. Header
--------------------------------------------------------------*/
.header-wrapper {
  position: relative;
  background: #fff;
}

.header {
  position: relative;
  z-index: 302;
}
.header > .container {
  position: relative;
}
.header .is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 600;
}

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

.header-top.header-1,
.header-top.header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.header-top.header-1 .social-icons,
.header-top.header-1 .logo,
.header-top.header-1 .sidebar-search-form,
.header-top.header-2 .social-icons,
.header-top.header-2 .logo,
.header-top.header-2 .sidebar-search-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-top.header-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-top.header-2 .social-icons {
  text-align: right;
}
.header-top.header-2 .social-icons li:last-child {
  padding-right: 0;
}
.header-top.header-2 .sidebar-search-form input {
  float: left;
}
.header-top.header-2 .sidebar-search-form::after {
  right: auto;
  left: 150px;
}

.header-3 .header-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.header .mt-ads-sidebar {
  margin: 0;
  width: auto;
}

.header .sidebar-search-form {
  position: relative;
}
.header .sidebar-search-form input {
  float: right;
  width: 180px;
  height: 30px;
  line-height: 30px;
  padding: 0 32px 0 12px;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  border-radius: 15px;
  background: #eee;
}
.header .sidebar-search-form input::focus {
  border: none;
}
.header .sidebar-search-form::after {
  font-family: 'mt-icons';
  content: '\e036';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  opacity: 0.3;
}

/*--------------------------------------------------------------
Logo
--------------------------------------------------------------*/
.logo {
  text-align: center;
  display: inline-block;
}
.logo .retina-logo {
  display: none;
}
.logo h1 {
  margin-bottom: 0;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), 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;
  }
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.header-nav {
  width: 100%;
  background: #222;
}

.mt-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mt-menu li {
  float: left;
  position: relative;
}
.mt-menu a {
  position: relative;
  display: block;
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  min-height: 50px;
  line-height: 25px;
  padding: 12.5px 20px;
  letter-spacing: 0.1em;
  color: #eee;
}
.mt-menu a:hover {
  background: #ffea00;
  color: #000;
}
.mt-menu li.menu-item-has-children > a {
  padding-right: 30px;
}
.mt-menu li.menu-item-has-children > a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #eee transparent transparent transparent;
}
.mt-menu > li > a {
  border-right: 1px solid #333;
}
.mt-menu > li:first-child > a {
  border-left: 1px solid #333;
}
.mt-menu ul {
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 0;
  width: 260px;
  background: #222;
  display: none;
  border-bottom: 1px solid #333;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.mt-menu ul li {
  width: 100%;
}
.mt-menu ul a {
  min-width: 140px;
  width: 100%;
  float: left;
  padding: 13px 15px;
  min-height: 16px;
  line-height: 16px;
  border-top: 1px solid #333;
}
.mt-menu li li ul,
.mt-menu li li li ul {
  left: 0;
}
.mt-menu li:hover ul {
  top: 50px;
  left: 0;
  z-index: 1001;
  display: block;
}
.mt-menu li:hover li ul,
.mt-menu li li:hover li ul {
  top: 0;
  left: 100%;
  display: none;
}
.mt-menu li li:hover ul,
.mt-menu li li li:hover ul {
  display: block;
  top: 0;
}
.mt-menu ul > li.menu-item-has-children > a,
.mt-menu ul ul > li.menu-item-has-children > a {
  padding-right: 25px;
}
.mt-menu ul > li.menu-item-has-children > a::after,
.mt-menu ul ul > li.menu-item-has-children > a::after {
  top: 50%;
  right: 15px;
  margin-top: -2px;
}
.mt-menu .last {
  margin-left: auto;
}
.mt-menu .last > a {
  border-left: none;
  border-right: none;
}
.mt-menu .last a {
  background: #ffea00;
  color: #000;
}
.mt-menu .last a:hover {
  background: #e6d300;
}
.mt-menu .last ul {
  left: auto !important;
  right: 0;
  border-bottom: 1px solid #ffed24;
}
.mt-menu .last ul a {
  border-top: 1px solid #ffed24;
}
.mt-menu .last li li ul,
.mt-menu .last li li li ul {
  left: auto !important;
  right: 100%;
}
.mt-menu .last li:hover ul {
  right: 100%;
}
.mt-menu .last li:hover li ul,
.mt-menu .last li li:hover li ul {
  left: auto !important;
  right: 100%;
}

/* mobile nav styles */
.mobile-nav-wrapper {
  display: none;
}

.mt-mobile-nav-trigger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 14px;
}
.mt-mobile-nav-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mt-mobile-nav-trigger span.bar1 {
  top: 0;
}
.mt-mobile-nav-trigger span.bar2 {
  top: 6px;
}
.mt-mobile-nav-trigger span.bar3 {
  top: 12px;
}
.mt-mobile-nav-trigger.opened .bar1 {
  -ms-transform: translateY(6px) translateX(0) rotate(45deg);
      transform: translateY(6px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
  -moz-transform: translateY(6px) translateX(0) rotate(45deg);
}
.mt-mobile-nav-trigger.opened .bar2 {
  opacity: 0;
  width: 0;
}
.mt-mobile-nav-trigger.opened .bar3 {
  -ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
      transform: translateY(-6px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
}

.mt-menu-mobile {
  display: none;
  min-width: 300px;
  max-width: 400px;
  padding: 0;
  margin: 30px auto;
  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 {
  display: block;
  padding: 5px 0;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fff;
}
.mt-menu-mobile li a:hover {
  opacity: 0.6;
}
.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: 3px;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mt-menu-mobile li.menu-item-has-children a.mt-submenu-trigger::after, .mt-menu-mobile li.menu-item-has-children a.mt-submenu-trigger::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: #fff;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mt-menu-mobile li.menu-item-has-children a.mt-submenu-trigger::after {
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mt-menu-mobile li.menu-item-has-children a.mt-submenu-trigger::before {
  margin-left: -1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mt-menu-mobile li.menu-item-has-children a.mt-submenu-trigger.opened::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mt-menu-mobile li.menu-item-has-children a.mt-submenu-trigger.opened::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mt-menu-mobile li li a {
  padding-left: 15px;
}
.mt-menu-mobile li li li a {
  padding-left: 30px;
}
.mt-menu-mobile li li li li a {
  padding-left: 45px;
}

/*--------------------------------------------------------------
4. Site layout
--------------------------------------------------------------*/
body {
  background: #eee;
  overflow-x: hidden;
}

body.hide-overflow {
  overflow-y: hidden;
}

.site {
  margin: 0 auto;
  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;
  padding-bottom: 30px;
}

.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: 40px;
  padding-bottom: 60px;
}

.single-portfolio .site-content {
  padding-top: 0;
}

.content-wrapper {
  position: relative;
  min-height: 100%;
}

.content-area {
  overflow: hidden;
}

.content-area .sidebar {
  padding-top: 40px;
}

.mt-boxed .site {
  max-width: 1200px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.sidebar {
  color: #777;
}

.widget {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.widget ul, .widget li {
  list-style: none;
  padding-left: 0;
}
.widget li {
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.widget 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;
  margin-bottom: 20px;
}
.widget .menu {
  margin: 0;
  border: 1px solid #eee;
  border-bottom: none;
}
.widget .menu li {
  padding: 0;
  margin: 0;
}
.widget .menu a {
  display: block;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  border-left: 3px solid transparent;
}
.widget .menu a:hover {
  border-left-color: #ffea00;
}
.widget .menu ul {
  background: rgba(0, 0, 0, 0.02);
}
.widget .menu ul a {
  padding-left: 30px;
}
.widget .menu ul ul a {
  padding-left: 40px;
}

.widget-title {
  position: relative;
  font-size: 13px;
  line-height: 13px;
  padding: 14px 10px;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #222;
  border-top: 4px solid #000;
}
.widget-title a,
.widget-title a:hover {
  color: #222;
}
.widget-title::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 10px;
  height: 4px;
  background: #ffea00;
}

.sidebar-search-form input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border: 1px solid #eee;
  color: #aaa;
  font-size: 14px;
  box-sizing: border-box;
}
.sidebar-search-form input:focus {
  border-color: #222;
  color: #222;
}

.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: #ffea00;
  border-color: #ffea00;
  color: #000;
}

.social-icons a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-bottom: 2px solid #eee;
}
.social-icons a:hover {
  color: #000;
  border-bottom-color: #ffea00;
}

.newsletter-sidebar {
  padding: 30px;
  text-align: center;
  background: #eee;
  color: #222;
}
.newsletter-sidebar .newsletter-sidebar-title {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #222;
}
.newsletter-sidebar .textwidget {
  opacity: 0.6;
  font-style: italic;
}
.newsletter-sidebar .mc4wp-form input,
.newsletter-sidebar .mc4wp-form input[type=submit] {
  border: none;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin: 0;
  float: left;
}
.newsletter-sidebar .mc4wp-form input[type=submit] {
  width: 20%;
  padding: 0 30px;
  font-size: 14px;
}
.newsletter-sidebar .mc4wp-form input[type=email] {
  width: 60%;
  margin-left: 10%;
  max-width: none;
  color: #444;
  box-shadow: 0 4px 10px -6px rgba(0, 0, 0, 0.2);
}
.newsletter-sidebar .mc4wp-form input[type=email]:focus {
  background: #fafafa;
}

.mt-ads-sidebar {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.mt-ads-sidebar a {
  display: block;
}

.mt-imgboxes-sidebar {
  margin-top: 45px;
}

.mt-imgboxes-column {
  position: relative;
  padding: 15px;
  float: left;
  text-align: center;
}
.mt-imgboxes-column a {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: none;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mt-imgboxes-column a:hover {
  box-shadow: 5px 5px 0 #ffea00;
}
.mt-imgboxes-column h6 {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 10px;
  min-height: 60px;
  line-height: 40px;
  font-size: 22px;
  margin-top: -30px;
  margin-bottom: 0;
  color: #fff;
}
.mt-imgboxes-column img {
  width: 100%;
  display: block;
}

.mt-imgboxes-1 .mt-imgboxes-column {
  width: 100%;
}

.mt-imgboxes-2 .mt-imgboxes-column {
  width: 50%;
}

.mt-imgboxes-3 .mt-imgboxes-column {
  width: 33.333%;
}

.mt-imgboxes-4 .mt-imgboxes-column {
  width: 25%;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* MT Latest Posts widget */
.widget .lp-sidebar li {
  text-align: left;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 60px;
  border-bottom: 1px solid #eee;
}
.widget .lp-sidebar li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.lp-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.lp-image img {
  display: block;
  width: 50px;
  height: 50px;
}

.lp-description {
  padding-left: 70px;
  min-height: 50px;
}
.lp-description h6 {
  font-size: 14px;
  margin-bottom: 0;
}
.lp-description span {
  font-size: 12px;
  opacity: 0.7;
}

.no-featured-image .lp-description {
  padding-left: 0;
}

/* MT About Me widget */
.mt-about-me-widget {
  text-align: center;
}
.mt-about-me-widget img {
  display: block;
  margin: 0 auto 20px;
}
.mt-about-me-widget .mt-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt-about-me-widget .social-icons {
  margin-bottom: 20px;
}
.mt-about-me-widget .social-icons a {
  font-size: 16px;
  margin: 4px;
}

/* MT Most Commented Posts widget */
.mt-most-commented-posts ul {
  list-style: none;
}
.mt-most-commented-posts li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.mt-most-commented-posts li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.mt-most-commented-posts .mt-mcp-title {
  position: relative;
  padding-left: 30px;
  margin: 0;
  font-size: 14px;
}
.mt-most-commented-posts small {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 6px;
  background: #ffea00;
  color: #000;
}

/* Easy Twitter Feed Widget */
.widget-easy-twitter-feed-widget-container .row {
  margin: 0;
}

/* MailChimp Widget */
.widget .mc4wp-form {
  padding: 15px;
  background: rgba(0, 0, 0, 0.02);
}
.widget .mc4wp-form label {
  font-weight: normal;
  margin-bottom: 10px;
}
.widget .mc4wp-form button,
.widget .mc4wp-form input[type=button],
.widget .mc4wp-form input[type=submit] {
  margin-top: 0;
  margin-bottom: 0;
}

/* WP Review Widget */
.wp_review_tab_widget_content {
  margin-bottom: 20px;
}

.widget .wp_review_tab_widget_content .entry-title {
  font-weight: normal;
}

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

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

.entry-header {
  padding: 40px 0;
  position: relative;
  z-index: 1;
  background-color: #222;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry-header > .container {
  position: relative;
  z-index: 3;
}
.entry-header .entry-title {
  padding-left: 100px;
}
.entry-header .mt-entry-meta.date {
  left: 15px;
  padding-top: 10px;
}

.entry-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

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

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

.post-thumbnail img {
  width: 100%;
}

.entry-title {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.2em;
  color: #fff;
}

.single .entry-title {
  margin-bottom: 0;
}

.page-title-wrapper {
  position: relative;
  text-align: center;
  padding: 20px 0 10px;
}

.page-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 20px;
  font-size: 32px;
  color: #000;
  border-bottom: 4px solid #000;
}
.page-title::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20px;
  height: 4px;
  background: #ffea00;
}

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

/*--------------------------------------------------------------
Meta
--------------------------------------------------------------*/
.entry-meta {
  margin-bottom: 10px;
}

.mt-entry-meta {
  font-size: 13px;
  line-height: 20px;
}

.mt-entry-meta.date {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 0;
  left: 20px;
  padding: 0 10px 10px;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.3);
}
.mt-entry-meta.date span {
  display: block;
  color: #000;
}
.mt-entry-meta.date .day {
  font-size: 26px;
  line-height: 26px;
}
.mt-entry-meta.date .month {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.mt-entry-meta.category {
  position: absolute;
  top: -15px;
  left: 20px;
}
.mt-entry-meta.category a {
  display: inline-block;
  background: #ffea00;
  color: #000;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.mt-entry-meta.bottom span {
  margin: 0 4px;
  color: #ffea00;
}
.mt-entry-meta.bottom a:hover {
  color: #000;
  opacity: 0.6;
}

.mt-meta-tags {
  display: block;
  margin-bottom: 30px;
}

.mt-meta-tags a {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aaa;
}
.mt-meta-tags a:hover {
  color: #000;
}

.mt-post-share-title,
.mt-meta-tags-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mt-meta-tags-title {
  padding: 0;
  margin: 0;
}

.mt-entry-meta-footer {
  position: relative;
  margin-top: 20px;
}
.mt-entry-meta-footer li {
  margin: 0 5px 5px 0;
  padding: 0;
}
.mt-entry-meta-footer a {
  color: #fff;
  font-size: 12px;
  padding: 10px 16px;
  border-radius: 2px;
}
.mt-entry-meta-footer a i {
  margin-right: 3px;
  padding-right: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.mt-entry-meta-footer a:hover {
  color: #fff;
}
.mt-entry-meta-footer a.share-facebook-icon {
  background: #507CBD;
}
.mt-entry-meta-footer a.share-facebook-icon:hover {
  background: #3c649e;
}
.mt-entry-meta-footer a.share-twitter-icon {
  background: #62CDF1;
}
.mt-entry-meta-footer a.share-twitter-icon:hover {
  background: #33beed;
}
.mt-entry-meta-footer a.share-pinterest-icon {
  background: #CB2027;
}
.mt-entry-meta-footer a.share-pinterest-icon:hover {
  background: #9f191f;
}
.mt-entry-meta-footer a.share-google-icon {
  background: #D13F2D;
}
.mt-entry-meta-footer a.share-google-icon:hover {
  background: #a73224;
}

.mt-meta-comments {
  float: right;
}
.mt-meta-comments a:hover {
  color: #000;
}

.post-rm {
  position: absolute;
  bottom: 0;
  right: 0;
}

.mt-grid-col-inner:hover .post-rm {
  -webkit-transform: translate(-10px, -10px);
      -ms-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}

.post-rm-lines {
  position: relative;
  width: 44px;
  height: 44px;
  background: #ffea00;
}
.post-rm-lines .bottom::before, .post-rm-lines .bottom::after,
.post-rm-lines .top::before,
.post-rm-lines .top::after {
  content: '';
  position: absolute;
  background: #000;
}
.post-rm-lines .bottom::before,
.post-rm-lines .bottom::after {
  bottom: 10px;
  right: 10px;
}
.post-rm-lines .top::before,
.post-rm-lines .top::after {
  bottom: 14px;
  right: 14px;
}
.post-rm-lines .bottom::before,
.post-rm-lines .top::before {
  width: 18px;
  height: 2px;
}
.post-rm-lines .bottom::after,
.post-rm-lines .top::after {
  width: 2px;
  height: 18px;
}

/*--------------------------------------------------------------
Post navigation
--------------------------------------------------------------*/
.mt-post-navigation {
  margin: 0;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mt-post-navigation > div {
  position: relative;
  width: 50%;
}
.mt-post-navigation > div.mt-post-next {
  border-left: 1px solid #eee;
}
.mt-post-navigation img {
  width: 44px;
  height: 44px;
}
.mt-post-navigation h5 {
  margin-bottom: 8px;
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mt-post-navigation a {
  position: relative;
  display: block;
  padding: 30px;
  font-size: 20px;
}
.mt-post-navigation a span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  opacity: 0.6;
  color: #000;
}
.mt-post-navigation a:hover h5 {
  opacity: 0.6;
}
.mt-post-navigation .mt-post-prev-text {
  margin-left: 64px;
}
.mt-post-navigation .mt-post-next-text {
  margin-right: 64px;
}

.mt-post-prev img {
  float: left;
}

.mt-post-next {
  text-align: right;
}
.mt-post-next img {
  float: right;
}

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.mt-pagination {
  margin: 40px 15px 0;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.mt-pagination a,
.mt-pagination span {
  text-align: center;
  display: inline-block;
  padding: 0 4px;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #f6f6f6;
  color: #222;
  border: none;
}
.mt-pagination a:hover,
.mt-pagination span.current {
  background: #ffea00;
  color: #000;
}

.mt-pagination.standard {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mt-pagination.standard a {
  display: inline-block;
  padding: 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

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

.format-quote {
  margin-bottom: 80px;
}
.format-quote blockquote.post-quote {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.03);
}
.format-quote blockquote.post-quote p {
  margin-bottom: 10px;
}
.format-quote blockquote.post-quote cite {
  opacity: 0.6;
  font-size: 0.8em;
}
.format-quote blockquote.post-quote i {
  position: absolute;
  top: -30px;
  left: -30px;
  opacity: 0.08;
  font-size: 8em;
}

.format-link {
  margin-bottom: 80px;
}
.format-link .post-link {
  border: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.03);
}
.format-link .post-link,
.format-link .post-link-title,
.format-link .post-link-url {
  display: block;
  color: #000;
}
.format-link .post-link-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.format-link .post-link-url {
  font-size: 14px;
  opacity: 0.3;
  font-style: italic;
}
.format-link .post-link > i {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 6em;
  opacity: 0.1;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.page #comments-wrapper {
  padding-top: 20px;
}

#comments {
  padding-bottom: 40px;
}

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

.comments-heading.widget-title {
  margin-bottom: 0;
}

.comment-body {
  list-style: none;
  padding: 30px 30px 20px 60px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.comment-body p {
  clear: both;
  margin-bottom: 10px;
}

li.depth-2 .comment-body {
  padding-left: 90px;
}
li.depth-2 .vcard .avatar {
  left: 30px;
}

li.depth-3 .comment-body {
  padding-left: 120px;
}
li.depth-3 .vcard .avatar {
  left: 60px;
}

li.depth-4 .comment-body {
  padding-left: 150px;
}
li.depth-4 .vcard .avatar {
  left: 90px;
}

span.says {
  display: none;
}

.vcard .avatar {
  position: absolute;
  top: 30px;
  left: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
}

.comment-author {
  display: inline-block;
  float: left;
}

.comment-author .fn {
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 4px;
  color: #000;
}
.comment-author .fn a {
  font-style: normal;
  color: #000;
}

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

.comment-metadata {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.comment-metadata::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: #ccc;
  border-radius: 50%;
}

.comment-reply-link {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 9px;
}

#commentform label {
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#commentform .comment-textarea {
  padding-top: 10px;
}
#commentform input, #commentform textarea {
  width: 100%;
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 1em;
  border: 1px solid #eee;
  box-sizing: border-box;
}
#commentform input:focus, #commentform textarea:focus {
  border-color: #000;
}
#commentform textarea {
  width: 100%;
  height: 100px;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  margin-right: 4%;
  margin-bottom: 10px;
  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 {
  background: transparent;
}

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

.comment .comment-respond {
  margin-top: 0;
  padding: 25px;
  background: rgba(0, 0, 0, 0.03);
}

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

h3#reply-title {
  position: relative;
  font-size: 18px;
}
h3#reply-title a {
  position: absolute;
  top: 0;
  right: 0;
}

.form-submit {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
}
.form-submit input#submit {
  background: none;
  margin-bottom: 0 !important;
  border: 0;
  padding: 0;
}

/*--------------------------------------------------------------
Grids
--------------------------------------------------------------*/
.mt-blog {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mt-grid-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 30px;
}
.mt-grid-col .hentry:not(.has-post-thumbnail) .post-text {
  padding-top: 60px;
}
.mt-grid-col .hentry:not(.has-post-thumbnail) .mt-entry-meta.category {
  top: 0;
  left: 100px;
}

.mt-grid-col-inner {
  position: relative;
  box-shadow: 5px 5px 0 #eee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mt-grid-col-inner:hover, .mt-grid-col-inner:hover .sticky {
  box-shadow: 5px 5px 0 #ffea00;
}
.mt-grid-col-inner .sticky {
  box-shadow: 5px 5px 0 #aaa;
}

.mt-first-big .mt-grid-col:nth-of-type(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.mt-all-big {
  display: block;
}
.mt-all-big .mt-grid-col {
  margin-bottom: 50px;
}
.mt-all-big .mt-ads-sidebar {
  margin-top: 0;
  margin-bottom: 50px;
}

.mt-list,
.mt-list-first-big {
  display: block;
}
.mt-list .mt-ads-sidebar,
.mt-list-first-big .mt-ads-sidebar {
  margin-top: 0;
}

.mt-list .mt-grid-col,
.mt-list-first-big .mt-grid-col:nth-child(n+2) {
  margin-bottom: 50px;
}
.mt-list .mt-grid-col .hentry,
.mt-list-first-big .mt-grid-col:nth-child(n+2) .hentry {
  padding-left: 280px;
}
.mt-list .mt-grid-col .hentry.format-quote, .mt-list .mt-grid-col .hentry.format-link,
.mt-list-first-big .mt-grid-col:nth-child(n+2) .hentry.format-quote,
.mt-list-first-big .mt-grid-col:nth-child(n+2) .hentry.format-link {
  padding: 0;
}
.mt-list .mt-grid-col .post-thumb,
.mt-list-first-big .mt-grid-col:nth-child(n+2) .post-thumb {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 280px;
  max-height: 100%;
}
.mt-list .mt-grid-col .post-text,
.mt-list-first-big .mt-grid-col:nth-child(n+2) .post-text {
  background: none;
  margin-top: 0;
  padding-top: 45px;
  padding-left: 30px;
}
.mt-list .mt-grid-col .mt-entry-meta.category,
.mt-list-first-big .mt-grid-col:nth-child(n+2) .mt-entry-meta.category {
  left: 30px;
  top: 0;
}

.mt-list-first-big .mt-grid-col:nth-child(1) {
  margin-bottom: 50px;
}

.mt-list .mt-grid-col .hentry:not(.has-post-thumbnail),
.mt-list-first-big .mt-grid-col:nth-child(n+2) .hentry:not(.has-post-thumbnail) {
  padding-left: 0;
}
.mt-list .mt-grid-col .hentry:not(.has-post-thumbnail) .post-text,
.mt-list-first-big .mt-grid-col:nth-child(n+2) .hentry:not(.has-post-thumbnail) .post-text {
  padding-top: 60px;
}
.mt-list .mt-grid-col .hentry:not(.has-post-thumbnail) .mt-entry-meta.date,
.mt-list-first-big .mt-grid-col:nth-child(n+2) .hentry:not(.has-post-thumbnail) .mt-entry-meta.date {
  left: 30px;
}
.mt-list .mt-grid-col .hentry:not(.has-post-thumbnail) .mt-entry-meta.category,
.mt-list-first-big .mt-grid-col:nth-child(n+2) .hentry:not(.has-post-thumbnail) .mt-entry-meta.category {
  top: 0;
  left: 100px;
}

.ie .mt-first-big .mt-grid-col:nth-of-type(n+2),
.ie .mt-all-grid .mt-grid-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 46%;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  max-width: 50%;
}

.mt-grid-col {
  position: relative;
}
.mt-grid-col .hentry {
  margin-bottom: 0;
}
.mt-grid-col .entry-title {
  font-size: 24px;
  color: #000;
}
.mt-grid-col .entry-title a {
  color: #000;
}
.mt-grid-col .entry-title a:hover {
  opacity: 0.6;
}
.mt-grid-col .post-thumb img {
  width: 100%;
}
.mt-grid-col .post-text {
  position: relative;
  padding: 35px 0 15px 20px;
  margin-top: -30px;
  margin-right: 40px;
  background: #fff;
}

.mt-grid-col .hentry:not(.has-post-thumbnail) .post-text {
  margin-top: 0;
}

.mt-grid-col .mt-entry-meta.bottom {
  display: block;
  font-size: 13px;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  background: #f7f7f7;
}

/*--------------------------------------------------------------
Related posts
--------------------------------------------------------------*/
.mt-related-items {
  margin-left: -15px;
  margin-right: -15px;
}
.mt-related-items a {
  border: none;
}
.mt-related-items .mt-grid-col {
  width: 50%;
  float: left;
  padding: 0 15px;
}

/*--------------------------------------------------------------
Sliders
--------------------------------------------------------------*/
/* Standard posts carousel */
.mt-posts-carousel {
  position: relative;
  height: 50vh;
  overflow: hidden;
  background: #000;
}

.mt-posts-carousel-item.slick-slide {
  opacity: 0.4;
}

.mt-posts-carousel-item.slick-slide.slick-center,
.mt-posts-carousel-item.slick-slide.slick-current {
  opacity: 1;
}

.mt-posts-carousel-item {
  position: relative;
}
.mt-posts-carousel-item .entry-title {
  margin: 10px 0;
  font-size: 20px;
}
.mt-posts-carousel-item .entry-title a {
  color: #fff;
}

.mt-posts-carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.mt-posts-carousel-inner {
  position: relative;
}
.mt-posts-carousel-inner > img.featured-image {
  height: 50vh;
}
.mt-posts-carousel-inner > .featured-image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mt-posts-carousel-inner article {
  position: absolute;
  bottom: 0;
  padding: 30px;
  margin-bottom: 0;
  z-index: 2;
}
.mt-posts-carousel-inner .mt-entry-meta.category {
  position: static;
  left: 30px;
}
.mt-posts-carousel-inner .mt-entry-meta.bottom {
  color: #ccc;
}

.mt-post-slider-item {
  position: relative;
}
.mt-post-slider-item .post-slider-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* Post news carousel */
.mt-news-carousel.royalSlider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  max-width: 1140px;
  margin: 0 auto;
}

.mt-news-carousel-overlay {
  position: absolute;
  z-index: 17;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
}
.mt-news-carousel-overlay .mt-spinner {
  position: absolute;
}

.mt-news-carousel-item {
  position: relative;
  width: 100%;
}

.mt-news-carousel {
  background: #222;
}
.mt-news-carousel .rsThumbsVer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.mt-news-carousel.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.mt-news-carousel .rsThumbs {
  width: 390px;
  padding: 30px 0;
}
.mt-news-carousel .rsThumb {
  width: 390px;
  height: 130px;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #222;
}
.mt-news-carousel .rsThumb.rsNavSelected {
  background: #333;
}
.mt-news-carousel .rsTmb {
  display: block;
}
.mt-news-carousel .rsPreloader,
.mt-news-carousel .mt-spinner {
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border: 2px solid #eee;
  border-radius: 100%;
  border-bottom-color: #333;
  background: none;
  -webkit-animation: spinnerRotate 0.5s linear 0s infinite;
          animation: spinnerRotate 0.5s linear 0s infinite;
}
.mt-news-carousel .rsThumbsArrow {
  height: 30px;
  width: 100%;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #222;
}
.mt-news-carousel .rsThumbsArrow:hover {
  background: #000;
}
.mt-news-carousel .rsThumbsArrow.rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.mt-news-carousel .rsThumbsArrow.rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.mt-news-carousel .rsThumbsArrow .rsThumbsArrowIcn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #fff transparent;
}
.mt-news-carousel .rsThumbsArrow.rsThumbsArrowRight .rsThumbsArrowIcn {
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.mt-news-carousel .rsThumbsArrowDisabled {
  opacity: 0.1;
}
.mt-news-carousel .rsABlock {
  width: 100%;
  height: 100%;
}
.mt-news-carousel .rsABlock a {
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mt-news-carousel .rsABlock:hover a {
  -webkit-transform: translate(-10px, -10px);
      -ms-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}
.mt-news-carousel .rsABlock .post-news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 30px;
  font-size: 18px;
  background: #fff;
}
.mt-news-carousel .news-excerpt-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

.news-carousel-text {
  height: 100%;
  padding: 44px 20px 20px;
  border-bottom: 1px solid #333;
}
.news-carousel-text .mt-entry-meta {
  display: inline-block;
  float: left;
  margin: 0 4px 0 0;
  color: #aaa;
}
.news-carousel-text .mt-entry-meta.category {
  top: 15px;
  left: 20px;
}
.news-carousel-text .mt-entry-meta.category a {
  border: none;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
}

.news-carousel-title {
  margin: 0 0 4px;
  display: block;
  font-size: 16px;
  border: none;
  white-space: nowrap;
  color: #fff;
}

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* News feed */
.news-feed {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.news-feed-carousel {
  width: 100%;
  height: 44px;
  overflow: hidden;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.news-feed-text {
  padding: 10px 100px 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-feed-text h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}

.news-feed-text a {
  color: #222;
}
.news-feed-text a:hover {
  color: #222;
  opacity: 0.7;
}

.news-feed-cats {
  margin: -2px 10px 0 0;
  float: left;
  height: 18px;
  line-height: 16px;
}
.news-feed-cats a {
  color: #000;
  background: #ffea00;
  padding: 0 8px;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  height: 22px;
  line-height: 22px;
  position: relative;
  display: inline-block;
}
.news-feed-cats a:hover {
  color: #000;
  background: #ffea00;
  opacity: 0.8;
}

.news-feed-meta {
  margin-left: 30px;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  opacity: 0.6;
}
.news-feed-meta span {
  margin: 0 4px;
}

.news-slick-prev,
.news-slick-next {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  cursor: pointer;
  background: #fff;
}
.news-slick-prev:hover,
.news-slick-next:hover {
  opacity: 0.6;
}

.news-slick-prev {
  right: 45px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.news-slick-prev::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #222 transparent transparent;
}

.news-slick-next::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #222;
}

/*--------------------------------------------------------------
6. Templates
--------------------------------------------------------------*/
/* Archive/search template */
.archive .page-title small,
.search .page-title small,
.error404 .page-title small {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.4;
}
.archive .archive-description,
.search .archive-description,
.error404 .archive-description {
  position: relative;
  display: block;
  margin-top: 15px;
  padding-top: 15px;
  color: #aaa;
}
.archive .archive-description p,
.search .archive-description p,
.error404 .archive-description p {
  margin-bottom: 0;
}
.archive .page-title,
.search .page-title,
.error404 .page-title {
  font-size: 36px;
}

/* 404 template */
.error-404 {
  text-align: center;
}
.error-404.site-content {
  padding-top: 20px;
}
.error-404 > h3 {
  font-size: 180px;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #aaa;
  opacity: 0.4;
}
.error-404 > p {
  font-size: 22px;
  margin-bottom: 30px;
}

/* Author archive template */
.author-area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.author-area img.avatar {
  margin-top: 5px;
  float: left;
  width: 60px;
  height: 60px;
}

.author-description {
  position: relative;
  padding-bottom: 44px;
  padding-left: 80px;
  min-height: 60px;
}
.author-description h5 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.author-description h5 span {
  font-weight: bold;
}
.author-description h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #eee;
}
.author-description .social-icons li {
  margin-top: 10px;
}

.author-archive-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  margin-top: 10px;
  border: 0;
  font-size: 14px;
}

.archive .author-area {
  padding-bottom: 50px;
  border-top: none;
  border-bottom: 1px solid #eee;
}

.archive .author-area {
  text-align: center;
  padding-top: 20px;
}
.archive .author-area img.avatar {
  float: none;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.archive .author-area .social-icons li {
  margin-top: 15px;
}
.archive .author-area .social-icons a {
  font-size: 16px;
}
.archive .author-description {
  padding-left: 0;
  color: #aaa;
}

/* Search */
.search-not-found {
  padding: 0 15px;
}

.search-result-title {
  margin-bottom: 10px;
}

.search-result {
  margin-bottom: 40px;
}
.search-result li {
  font-size: 18px;
  line-height: 1.6em;
}

.seach-notfound-title {
  margin-bottom: 10px;
}

.search-latest {
  margin-top: 60px;
}

.search-latest-items article {
  position: relative;
  margin-bottom: 30px;
  min-height: 60px;
  color: #777;
}
.search-latest-items article.has-post-thumbnail {
  padding-left: 85px;
}
.search-latest-items .entry-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.search-latest-items .search-li-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}

/* Pages */
.mt-template-full .entry-content,
.mt-template-full .site-content {
  padding-top: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
7. Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 30px;
  background: #fff;
  border-top: 1px solid #eee;
}

.footer-inner {
  position: relative;
  text-align: center;
}

/* footer widgets */
.footer-widgets {
  padding-top: 50px;
  background: #222;
  color: #ccc;
}
.footer-widgets .widget-title {
  background: transparent;
  border-top: 4px solid #333;
}
.footer-widgets a {
  color: #fff;
}
.footer-widgets .widget .lp-sidebar li,
.footer-widgets .mt-most-commented-posts li,
.footer-widgets .widget_archive li,
.footer-widgets .widget_categories li,
.footer-widgets .widget_pages li,
.footer-widgets .widget_meta li,
.footer-widgets .widget_recent_comments li,
.footer-widgets .widget_recent_entries li,
.footer-widgets .widget_rss li,
.footer-widgets #wp-calendar thead th,
.footer-widgets #wp-calendar tbody td,
.footer-widgets .widget .menu {
  border-color: #333;
}
.footer-widgets .widget .menu a {
  border-bottom-color: #333;
}
.footer-widgets .widget .menu a:hover {
  border-left-color: #ffea00;
}

.footer-col {
  padding-bottom: 10px;
}

/* footer bottom */
.copyright {
  display: inline-block;
  margin: 0;
  padding: 20px 0;
  color: #999;
}
.copyright p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
}
.copyright a {
  font-weight: bold;
}

.mt-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  background: #222;
}
.mt-to-top.tt-is-visible {
  visibility: visible;
  opacity: 1;
}
.mt-to-top:hover {
  background: #ffea00;
  color: #000;
}

/*--------------------------------------------------------------
8. Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Contact Form 7 / MailChimp
--------------------------------------------------------------*/
.wpcf7-form h1, .wpcf7-form h2, .wpcf7-form h3, .wpcf7-form h4, .wpcf7-form h5, .wpcf7-form h6,
.mc4wp-form h1,
.mc4wp-form h2,
.mc4wp-form h3,
.mc4wp-form h4,
.mc4wp-form h5,
.mc4wp-form h6 {
  margin: 0 0 0.3em 0;
}
.wpcf7-form p,
.mc4wp-form p {
  margin-bottom: 0;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select,
.mc4wp-form input,
.mc4wp-form textarea,
.mc4wp-form select {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1em;
  border: 1px solid #eee;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus,
.mc4wp-form input:focus,
.mc4wp-form textarea:focus,
.mc4wp-form select:focus {
  border-color: #000;
}
.wpcf7-form textarea,
.mc4wp-form textarea {
  height: 100px;
}
.wpcf7-form input.wpcf7-submit,
.mc4wp-form input.wpcf7-submit {
  width: auto;
  border: none;
}
.wpcf7-form input[type="radio"], .wpcf7-form input[type="checkbox"],
.mc4wp-form input[type="radio"],
.mc4wp-form input[type="checkbox"] {
  width: auto;
}
.wpcf7-form [class^="col-md-"], .wpcf7-form [class*=" col-md-"],
.mc4wp-form [class^="col-md-"],
.mc4wp-form [class*=" col-md-"] {
  padding-bottom: 0;
}
.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output,
.mc4wp-form .wpcf7-not-valid-tip,
.mc4wp-form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
  padding: 6px 10px;
  border: none;
  border-radius: 4px;
  color: #fff;
}
.wpcf7-form .wpcf7-not-valid-tip,
.mc4wp-form .wpcf7-not-valid-tip {
  background: #E74C3C;
}
.wpcf7-form .wpcf7-validation-errors,
.mc4wp-form .wpcf7-validation-errors {
  margin-top: 10px;
  padding: 10px 14px;
  background: #F1C40F;
}
.wpcf7-form .wpcf7-mail-sent-ok,
.mc4wp-form .wpcf7-mail-sent-ok {
  margin-top: 10px;
  padding: 10px 14px;
  background: #2ECC71;
}

.mc4wp-form input, .mc4wp-form textarea, .mc4wp-form select {
  padding: 10px;
}
.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
  width: 100%;
  font-size: 11px;
  padding: 10px;
}

/*--------------------------------------------------------------
Magnific Popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Fade-zoom animation for first dialog
 */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*--------------------------------------------------------------
Slick Slider
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 20px;
  line-height: 100px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -50px;
  display: block;
  width: 100px;
  height: 100px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.slick-prev.slick-disabled::before, .slick-prev.slick-disabled::after,
.slick-next.slick-disabled::before,
.slick-next.slick-disabled::after {
  opacity: 0.2;
}
.slick-prev::after, .slick-prev::before,
.slick-next::after,
.slick-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -16px;
  width: 30px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-prev {
  left: 0;
}
.slick-prev::after {
  margin-top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-prev::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slick-prev:hover::after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.slick-prev:hover::before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.slick-next {
  right: 0;
}
.slick-next::after {
  margin-top: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slick-next::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-next:hover::after {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.slick-next:hover::before {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 5px;
  padding: 3px 0;
  cursor: pointer;
}
.slick-dots li a {
  opacity: 0.5;
  display: block;
  width: 12px;
  height: 3px;
  cursor: pointer;
  background: #fff;
}
.slick-dots li a:hover, .slick-dots li a:focus {
  outline: none;
}
.slick-dots li a:hover::before, .slick-dots li a:focus::before {
  opacity: 1;
}
.slick-dots li.slick-active a {
  opacity: 1;
}

/*--------------------------------------------------------------
Royal Slider
--------------------------------------------------------------*/
/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(images/rs/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(images/rs/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(images/rs/blank.gif);
}

/*--------------------------------------------------------------
WP Review
--------------------------------------------------------------*/
.mt-grid-col .review-total-only {
  position: absolute;
  top: 0;
  right: 0;
}

.mt-news-carousel-item .review-total-only,
.mt-posts-carousel-item .review-total-only {
  position: absolute;
  z-index: 16;
  top: 0;
  right: 0;
}

.mt-grid-col .review-total-only,
.entry-header .review-total-only,
.mt-news-carousel-item .review-total-only,
.mt-posts-carousel-item .review-total-only {
  background: #ffea00;
  color: #000;
}

.entry-header .review-total-only {
  margin-top: 20px;
}

.widget .entry-title,
.widget .entry-title a {
  font-size: 14px;
  line-height: 1.2em;
}
.widget .wp_review_tab_thumbnail {
  margin-bottom: 10px;
}

.post .entry-content .review-title {
  font-size: 20px;
  background: #222;
  border-color: #222;
  color: #fff;
}
.post .entry-content .review-wrapper,
.post .entry-content .review-list li {
  border-color: #f6f6f6;
}
.post .entry-content .review-list li:nth-child(2n) {
  background: #f6f6f6;
}

.review-result-wrapper a {
  border-bottom: 0;
}

.news-feed-meta .review-total-only {
  padding: 0;
  margin: 0;
}
.news-feed-meta .review-total-only span {
  margin: 0;
}
.news-feed-meta .review-total-only .review-total-star {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  line-height: 11px;
}
.news-feed-meta .review-total-only .review-total-star i {
  font-size: 11px;
  line-height: 11px;
}

/*--------------------------------------------------------------
9. WordPress defaults
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Gallery
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 0;
}

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

.tiled-gallery-item a:hover img {
  opacity: 0.8;
}

.gallery-icon {
  margin: 0;
}

.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;
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1);
}
.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;
}
.wp-caption.aligncenter, .wp-caption.alignnone {
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
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 #eee;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  text-align: center;
  font-size: 12px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  max-width: 14%;
  border: 1px solid #eee;
}
#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 {
  font-weight: bold;
}

/*--------------------------------------------------------------
WordPress Media
--------------------------------------------------------------*/
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ffea00;
}

.mejs-container .mejs-poster {
  background-size: cover;
}

/*--------------------------------------------------------------
10. Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }

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

  .mt-sidebar.row {
    margin: 0;
  }
  .mt-sidebar .site-content {
    float: left;
    width: calc(100% - 330px);
  }
  .mt-sidebar .sidebar {
    float: left;
    width: 300px;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .mt-sidebar .site-content {
    width: 810px;
  }
  .mt-sidebar .mt-blog.site-content {
    width: 840px;
  }
}
@media only screen and (max-width: 991px) {
  .row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row .row {
    padding-right: 0;
    padding-left: 0;
  }

  .mt-imgboxes-sidebar .row {
    padding-right: 0;
    padding-left: 0;
  }

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

  .mt-pagination.paginated {
    margin-bottom: 20px;
  }

  .content-area .sidebar {
    padding-top: 0;
  }

  .header .is-sticky {
    position: relative;
  }

  .header-top.header-1,
  .header-top.header-2,
  .header-3 .header-bottom-info {
    display: block;
    text-align: center;
  }

  .header .mt-ads-sidebar {
    margin-bottom: 30px;
  }

  .header .sidebar-search-form {
    width: 180px;
    margin: 0 auto;
  }

  .header .sidebar-search-form input {
    float: none !important;
  }

  .logo {
    display: block;
    text-align: center;
    float: none;
    margin: 30px auto;
  }

  .header-nav {
    min-height: 50px;
    text-align: center;
  }

  .mt-menu {
    position: relative;
    display: none !important;
  }

  .mobile-nav-wrapper {
    margin-top: 13px;
    display: block;
  }

  .newsletter-sidebar .mc4wp-form input[type=submit] {
    width: 30%;
  }

  .newsletter-sidebar .mc4wp-form input[type=email] {
    margin-left: 0;
    width: 70%;
  }

  .mt-imgboxes-column h6 {
    font-size: 16px;
  }

  .copyright {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .news-feed-text {
    display: block;
  }

  .news-feed-meta {
    display: block;
    margin: 7px 0 0;
  }

  .site-content.mt-blog .mt-grid-col {
    width: 100%;
  }

  .mt-post-navigation {
    display: block;
  }

  .mt-post-navigation > div {
    width: 100%;
    float: none;
    border: none;
  }

  .mt-news-carousel .rsABlock {
    padding: 30px 20px;
  }
  .mt-news-carousel .news-carousel-text {
    padding: 10px;
  }
  .mt-news-carousel p {
    display: none;
  }

  .mt-posts-carousel-inner > img.featured-image {
    opacity: 0;
    height: 50vh;
  }
  .mt-posts-carousel-inner > .featured-image-cover {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .newsletter-sidebar .mc4wp-form input[type=submit] {
    width: 100%;
  }

  .newsletter-sidebar .mc4wp-form input[type=email] {
    width: 100%;
  }

  .mt-imgboxes-sidebar .mt-imgboxes-column {
    width: 100%;
    float: none;
  }

  .mt-imgboxes-column h6 {
    font-size: 22px;
  }

  .mt-news-carousel .rsTmb {
    display: none;
  }

  .mt-news-carousel .rsABlock a {
    top: 40px;
    bottom: auto;
  }

  .mt-news-carousel .rsABlock:hover a {
    -webkit-transform: translate(-10px, 10px);
        -ms-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }

  .mt-news-carousel .rsABlock .post-news-title {
    top: 40px;
    bottom: auto;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .mt-entry-meta-footer {
    text-align: center;
  }
  .mt-entry-meta-footer li, .mt-entry-meta-footer a {
    display: block;
    width: 100%;
  }

  .news-feed-carousel .slick-arrow {
    display: none !important;
  }

  .news-feed-text {
    padding-right: 20px;
  }

  .mt-entry-meta-footer {
    text-align: left;
  }

  .mt-blog {
    display: block;
  }
  .mt-blog .mt-grid-col {
    width: 100%;
  }

  .mt-list .mt-grid-col .hentry,
  .mt-list-first-big .mt-grid-col:nth-child(n+2) .hentry {
    padding-left: 0;
  }
  .mt-list .mt-grid-col .post-thumb,
  .mt-list-first-big .mt-grid-col:nth-child(n+2) .post-thumb {
    position: static;
    width: 100%;
  }
  .mt-list .mt-grid-col .post-text,
  .mt-list-first-big .mt-grid-col:nth-child(n+2) .post-text {
    padding-top: 30px;
    margin-top: -40px;
    background: #fff;
  }
  .mt-list .mt-grid-col .mt-entry-meta.category,
  .mt-list-first-big .mt-grid-col:nth-child(n+2) .mt-entry-meta.category {
    top: -15px;
  }
  .mt-list .mt-grid-col .hentry:not(.has-post-thumbnail) .post-text,
  .mt-list-first-big .mt-grid-col:nth-child(n+2) .hentry:not(.has-post-thumbnail) .post-text {
    margin-top: 0;
  }

  .single .mt-entry-meta.date {
    top: -40px;
  }
  .single .entry-header .entry-title {
    padding-left: 0;
    margin-top: 30px;
  }

  .mt-related-items .mt-grid-col {
    width: 100%;
  }
  .mt-related-items .mt-grid-col .mt-entry-meta.date {
    top: 0;
  }

  .author-archive-link {
    position: static;
  }

  .ie .mt-first-big .mt-grid-col:nth-of-type(n+2),
  .ie .mt-all-grid .mt-grid-col {
    max-width: 100%;
  }
}



.group::after { content: ""; display: table; clear: both; }
@media (min-width: 544px) {
  .tweet-grid:not(.single) .twitter-tweet { width: 49.8% !important; margin: 0 0 0.2em !important; }
  .tweet-grid:not(.single) .twitter-tweet:nth-child(odd) { float: left; }
  .tweet-grid:not(.single) .twitter-tweet:nth-child(even) { float: right; }
  .tweet-grid.single .twitter-tweet { margin: 0 auto !important; }
}