/*

Theme Name: Minoo
Theme URI: http://www.m-themes.eu
Description: Theme created for Creative Agencies, Portfolio and Gallery sites
Author: Marcin Michalak
Author URI: http://themeforest.net/user/maarcin
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-menu, custom-header, featured-images, translation-ready, full-width-template, post-formats, theme-options
Version: 1.0

Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin
	
--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Typography
# Elements
# Header
# Site layout
# Blog
# Templates
# Footer
# Plugins
# WordPress defaults
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------
# 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;
}

.text-bold {
  font-weight: bold;
}

.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: 16px;
  line-height: 1.7em;
  color: #777;
}

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

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: 40px;
  color: #000;
}
blockquote::before {
  font-family: 'mt-icons';
  content: "\e900";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
}

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

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

.mt-highlight {
  background-color: #6190df;
  color: #fff;
  padding: 2px 6px 3px;
  border-radius: 2px;
}

.mt-dropcap {
  font-size: 80px;
  line-height: 80px;
  float: left;
  margin-right: 10px;
  color: #6190df;
}

.mt-heading {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 1.4em;
}
.mt-heading::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}
.mt-heading.light .mt-heading-title {
  color: #fff;
}
.mt-heading.light::before {
  background: rgba(255, 255, 255, 0.08);
}

.mt-heading-title {
  display: inline-block;
  position: relative;
  color: #000;
}
.mt-heading-title::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #6190df;
}

code, kbd, pre, samp {
  background: rgba(0, 0, 0, 0.05);
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
}

pre {
  padding: 20px;
}

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

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

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

::selection {
  color: #000;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.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;
  -webkit-transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
  transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
}
a:hover {
  color: #6190df;
}

p a {
  font-weight: bold;
}

.mt-anim,
.mt-anim::before,
.mt-anim::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@font-face {
  font-family: 'mt-icons';
  src: url("fonts/mt-icons.ttf?t36uzm") format("truetype"), url("fonts/mt-icons.woff?t36uzm") format("woff"), url("fonts/mt-icons.svg?t36uzm#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-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-left:before {
  content: "\f104";
}

.mt-icon-angle-right:before {
  content: "\f105";
}

.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-eye:before {
  content: "\e000";
}

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

.mt-icon-lock:before {
  content: "\e007";
}

.mt-icon-ribbon:before {
  content: "\e009";
}

.mt-icon-image:before {
  content: "\e010";
}

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

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

.mt-icon-layers:before {
  content: "\e031";
}

.mt-icon-stack:before {
  content: "\e032";
}

.mt-icon-stack-2:before {
  content: "\e033";
}

.mt-icon-paper:before {
  content: "\e034";
}

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

.mt-icon-speech-bubble:before {
  content: "\e076";
}

.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-bag:before {
  content: "\e106";
}

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
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;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  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;
}

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

.mt-btn,
.wpcf7-form input.wpcf7-submit,
#commentform input#submit,
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit],
.tagcloud a {
  position: relative;
  text-align: center;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 12px 18px;
  border-radius: 2px;
  color: #fff;
  background: #6190df;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.mt-btn:hover,
.wpcf7-form input.wpcf7-submit:hover,
#commentform input#submit:hover,
.mc4wp-form button:hover,
.mc4wp-form input[type=button]:hover,
.mc4wp-form input[type=submit]:hover,
.tagcloud a:hover {
  color: #fff;
  background: #1F2532;
}

.mt-btn-sm {
  font-size: 10px;
  padding: 5px 10px;
}

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

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

.mt-pricing-column {
  position: relative;
  width: 100%;
  padding: 2em 2.5em;
  text-align: center;
  background: #eee;
  border-top: 2px solid #eee;
  -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
  transition: border-color 0.3s, -webkit-transform 0.3s;
  transition: border-color 0.3s, transform 0.3s;
  transition: border-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.mt-pricing-column:hover {
  border-top-color: #6190df;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.mt-pricing-column h3 {
  font-size: 16px;
  margin-bottom: 1em;
  color: #000;
  font-weight: bold;
}
.mt-pricing-column .price {
  font-size: 2em;
  font-weight: bold;
  padding: 0.5em 0 0.75em;
  color: #000;
  border-top: 2px solid rgba(0, 0, 0, 0.06);
}
.mt-pricing-column .price span {
  font-size: 0.5em;
  vertical-align: super;
}
.mt-pricing-column .description {
  padding: 0 0 0.5em;
  color: #999;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.mt-pricing-column p {
  margin: 0;
  padding: 0;
}
.mt-pricing-column ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  font-size: 0.9em;
}
.mt-pricing-column .mt-btn {
  margin-top: 30px;
  padding: 1.4em;
}

.mt-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mt-box > img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.585, 0.96);
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.585, 0.96);
  transition: transform 2s cubic-bezier(0.19, 1, 0.585, 0.96);
  transition: transform 2s cubic-bezier(0.19, 1, 0.585, 0.96), -webkit-transform 2s cubic-bezier(0.19, 1, 0.585, 0.96);
}
.mt-box:hover > img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.mt-box:hover .mt-box-overlay {
  opacity: 1;
  visibility: visible;
}
.mt-box:hover .mt-box-social li {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.mt-box-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 30px 70px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.mt-box-description {
  font-size: 14px;
  line-height: 1.6em;
  color: #eee;
  margin: 8px 0;
}

.mt-box-social {
  margin: 0;
}
.mt-box-social li {
  margin: 2px;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.mt-box-social a {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.mt-box-social a:hover {
  background: #6190df;
  color: #fff;
}
.mt-box-social li:nth-child(1) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}
.mt-box-social li:nth-child(2) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.mt-box-social li:nth-child(3) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
.mt-box-social li:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.mt-box-social li:nth-child(5) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.mt-box-social li:nth-child(6) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.mt-box-social li:nth-child(7) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}

.mt-box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  padding: 15px 60px 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
}
.mt-box-title h4 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  color: #fff;
}
.mt-box-title p {
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 4px;
  color: #6190df;
}
.mt-box-title a {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 14px;
  padding: 0;
  margin: 0;
  height: 31px;
  width: 31px;
  line-height: 31px;
  text-align: center;
}

.mt-testimonial {
  position: relative;
  text-align: center;
}
.mt-testimonial > i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 9em;
  opacity: 0.06;
}
.mt-testimonial > p {
  margin: 0 0 30px;
}
.mt-testimonial > img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
}
.mt-testimonial > h5 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.mt-testimonial > span {
  font-size: 13px;
  opacity: 0.6;
}
.mt-testimonial.light {
  color: #eee;
}
.mt-testimonial.light h5,
.mt-testimonial.light span {
  color: #fff;
}

.mt-step {
  position: relative;
}
.mt-step.light .mt-step-number,
.mt-step.light .mt-step-title {
  color: #fff;
}

.mt-step-number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #000;
}

.mt-step-title {
  position: relative;
  padding-top: 20px;
  margin-left: 60px;
  font-size: 14px;
  font-weight: bold;
}
.mt-step-title::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #6190df;
}

.mt-step-text {
  margin-left: 60px;
  font-size: 14px;
}

.mt-milestone {
  position: relative;
  text-align: center;
}
.mt-milestone.light .mt-milestone-title {
  color: #fff;
}
.mt-milestone.light .mt-milestone-number {
  color: rgba(255, 255, 255, 0.2);
}

.mt-milestone-number {
  position: relative;
  font-size: 90px;
  font-weight: bold;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.1);
}

.mt-milestone-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

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

.mt-tooltip {
  position: relative;
}
.mt-tooltip:hover::before {
  top: -48px;
  opacity: 1;
  visibility: visible;
}
.mt-tooltip:hover::after {
  top: -18px;
  opacity: 1;
  visibility: visible;
}
.mt-tooltip::before, .mt-tooltip::after {
  position: absolute;
  text-align: center;
  text-transform: initial;
  font-weight: normal;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mt-tooltip::before {
  content: attr(data-tooltip);
  top: -40px;
  background: #000;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 0;
  padding: 0 20px;
  border-radius: 4px;
  white-space: nowrap;
}
.mt-tooltip::after {
  content: "";
  width: 0;
  height: 0;
  top: -10px;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.header-inner {
  padding: 20px 0;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-inner.center {
  display: block;
  text-align: center;
  padding-top: 40px;
}
.header-inner.center .logo {
  float: none;
  margin-bottom: 30px;
}
.header-inner.center .mt-menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-header {
  padding: 5px 0;
  position: relative;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.top-header > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mt-social-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mt-social-menu a {
  font-weight: bold;
  font-size: 14px;
  margin-right: 15px;
}
.mt-social-menu i {
  margin-right: 2px;
}

.top-header-r {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mt-phone {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  color: #000;
}

.mt-search-init {
  font-size: 14px;
  font-weight: bold;
}
.mt-search-init i {
  margin-right: 5px;
}
.mt-search-init .to-close {
  display: none;
}
.mt-search-init.opened .to-open {
  display: none;
}
.mt-search-init.opened .to-close {
  display: inline-block;
}

.mt-header-search {
  position: absolute;
  top: calc( 100% + 1px );
  left: 0;
  z-index: 101;
  width: 100%;
  padding: 60px 0 40px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.mt-header-search.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mt-header-search .widget {
  padding-bottom: 0;
}
.mt-header-search .search-form {
  margin-bottom: 40px;
}
.mt-header-search .search-form input {
  margin: 0;
  padding-right: 150px;
  padding-left: 20px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 10em;
}
.mt-header-search .search-form button {
  top: 4px;
  right: 4px;
  width: auto;
  padding: 0 30px;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  line-height: 53px;
  border-radius: 10em;
  background: #6190df;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.mt-header-search .search-form button i {
  margin-right: 5px;
}
.mt-header-search .search-form button span {
  display: inline-block;
  text-transform: uppercase;
}
.mt-header-search .search-form button:hover {
  color: #fff;
  background: #1F2532;
}

/*--------------------------------------------------------------
Logo
--------------------------------------------------------------*/
.logo {
  float: left;
  display: inline-block;
  margin-right: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.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: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .logo .default-logo {
    display: none;
  }
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.mt-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mt-menu li {
  float: left;
  position: relative;
}
.mt-menu li.current-menu-item > a {
  font-weight: bold;
}
.mt-menu a {
  position: relative;
  display: block;
  text-align: left;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: bold;
  color: #000;
  -webkit-transition: color 0.3s, background 0.3s, padding 0.15s;
  transition: color 0.3s, background 0.3s, padding 0.15s;
}
.mt-menu a:hover,
.mt-menu li.menu-item-has-children:hover > a {
  color: #6190df;
}
.mt-menu li.menu-item-has-children > a::after {
  font-family: 'mt-icons';
  content: '\f107';
  font-size: 0.8em;
  margin-left: 0.5em;
  line-height: 40px;
}
.mt-menu ul {
  padding: 15px;
  list-style: none;
  position: absolute;
  z-index: 1;
  width: 240px;
  border-bottom: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  background: #1F2532;
  border-radius: 4px;
}
.mt-menu ul li {
  width: 100%;
}
.mt-menu ul a {
  min-width: 140px;
  width: 100%;
  float: left;
  padding: 10px;
  min-height: 18px;
  line-height: 18px;
  color: #fff;
}
.mt-menu ul a:hover {
  padding-left: 13px;
  padding-right: 7px;
  color: #6190df;
}
.mt-menu ul li.menu-item-has-children:hover > a,
.mt-menu ul li.menu-item-has-children > a:hover {
  color: #6190df;
}
.mt-menu li li ul,
.mt-menu li li li ul {
  left: 100%;
}
.mt-menu li:hover ul {
  left: 0;
}
.mt-menu li:hover li ul,
.mt-menu li li:hover li ul {
  top: -15px;
  left: 100%;
}
.mt-menu li li:hover ul,
.mt-menu li li li:hover ul {
  top: -15px;
}
.mt-menu ul li.menu-item-has-children > a::after {
  font-family: 'mt-icons';
  content: '\f105';
  margin-left: 1em;
  line-height: 18px;
}
.mt-menu ul,
.mt-menu li:hover li ul,
.mt-menu li li:hover li ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.mt-menu li:hover ul,
.mt-menu li li:hover ul,
.mt-menu li li li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mt-menu .last ul {
  left: auto !important;
  right: 0;
}
.mt-menu .last li ul,
.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: #000;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.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: 80%;
  padding: 0;
  margin: 30px auto;
  list-style: none;
  text-align: left;
  border-bottom: 0 !important;
}
.mt-menu-mobile.opened {
  display: block;
}
.mt-menu-mobile ul {
  padding: 0;
  margin: 0;
}
.mt-menu-mobile ul.sub-menu {
  display: none;
}
.mt-menu-mobile ul.sub-menu.opened {
  display: block;
}
.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: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}
.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: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.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: #000;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.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 {
  font-size: 14px;
  padding: 2px 0;
  opacity: 0.7;
}
.mt-menu-mobile li li a {
  padding-left: 10px;
}
.mt-menu-mobile li li li a {
  padding-left: 20px;
}
.mt-menu-mobile li li li li a {
  padding-left: 30px;
}

.mt-menu-mobile .mt-social-menu {
  margin-top: 20px;
}

.mt-menu-mobile .mt-social-menu li a {
  text-transform: initial;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 10px;
  padding: 0;
  opacity: 1;
}
.mt-menu-mobile .mt-social-menu li a:hover {
  color: #6190df;
}

/*--------------------------------------------------------------
# Site layout
--------------------------------------------------------------*/
body {
  background: #fff;
  overflow-x: hidden;
}

.content-wrapper {
  position: relative;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container.no-pd, .container.with-sidebar {
  padding-left: 0;
  padding-right: 0;
}

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

.site {
  position: relative;
}

.site-content > .container {
  padding-top: 60px;
  padding-bottom: 40px;
}
.site-content > .container.comments-container {
  padding-top: 0;
  padding-bottom: 0;
}
.site-content > .container.tags-container {
  padding-top: 30px;
  padding-bottom: 10px;
}
.site-content > .container.no-tb-pd {
  padding-top: 0;
  padding-bottom: 0;
}

.tags-container .meta-tags {
  margin: 0 0 10px;
}

.row.with-sidebar {
  margin-left: 0;
  margin-right: 0;
}

.sidebar {
  padding: 35px 20px;
}

.container .row.with-sidebar {
  margin-left: -15px;
  margin-right: -15px;
}
.container .sidebar {
  padding: 0;
}

/*--------------------------------------------------------------
Site Preloader
--------------------------------------------------------------*/
#mt-preload {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#mt-preload-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: -25px 0 0 -25px;
  border: 2px solid #eee;
  border-bottom-color: #333;
  -webkit-animation: spinnerRotate 0.5s linear 0s infinite;
          animation: spinnerRotate 0.5s linear 0s infinite;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
  position: relative;
  width: 100%;
}
.sidebar .widget {
  padding-bottom: 30px;
}
.widget ul, .widget li {
  list-style: none;
  padding-left: 0;
}
.widget ul li {
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget select {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 4px 8px;
}
.widget .menu {
  margin: 0;
  padding: 0;
}
.widget .menu a {
  position: relative;
}
.widget .menu li li a {
  padding-left: 5px;
}
.widget .menu li li li a {
  padding-left: 10px;
}
.widget .menu li li li li a {
  padding-left: 15px;
}
.widget .menu .current-menu-item > a {
  font-weight: bold;
}

.sidebar .menu {
  margin: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.sidebar .menu a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.sidebar .menu a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #6190df;
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.585, 0.96);
  transition: width 0.3s cubic-bezier(0.19, 1, 0.585, 0.96);
}
.sidebar .menu a:hover::after {
  width: 100%;
}
.sidebar .menu li li a {
  padding-left: 5px;
}
.sidebar .menu li li li a {
  padding-left: 10px;
}
.sidebar .menu li li li li a {
  padding-left: 15px;
}
.sidebar .menu .current-menu-item > a {
  color: #6190df;
}
.sidebar .menu .current-menu-item > a::after {
  width: 100%;
}

.footer-widgets .widget .menu {
  padding: 0;
}

.widget-title {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.widget-title span {
  display: inline-block;
  position: relative;
  color: #000;
}
.widget-title span::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #6190df;
}
.widget-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}

.sidebar .widget a {
  font-weight: bold;
}

.search-form {
  position: relative;
}
.search-form input {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 40px 0 10px;
  margin: 0 0 20px;
  border: none;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 44px;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
}
.search-form input:focus {
  background-color: #f6f6f6;
  color: #000;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 46px;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 48px;
  color: #000;
}
.search-form button span {
  display: none;
}

.site-content .sidebar-search-form {
  position: relative;
}
.site-content .sidebar-search-form input {
  padding-right: 40px;
}
.site-content .sidebar-search-form i {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tagcloud a {
  font-size: 11px !important;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  padding: 6px 16px;
  margin: 0 2px 5px 0;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s;
}

/* MT Latest Posts widget */
.widget .lp-sidebar li {
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  border-bottom: none;
  min-height: 60px;
}

.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;
}
.lp-description h6 {
  margin-bottom: 0;
}
.lp-description span {
  font-size: 0.85em;
  opacity: 0.5;
}

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

/* MT About Me widget */
.mt-about-me-widget img {
  display: block;
  margin: 0 auto 20px;
}
.mt-about-me-widget .mt-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 11px;
  padding: 8px;
}
.mt-about-me-widget .social-icons a {
  font-size: 16px;
  margin: 4px;
}

/* MT Image Box widget */
.mt-sidebar-imgboxes {
  margin-bottom: 60px;
}
.with-sidebar .mt-sidebar-imgboxes {
  padding: 0 15px;
}

.mt-imgboxes-column {
  position: relative;
  overflow: hidden;
  float: left;
  text-align: center;
  padding: 15px;
}
.mt-imgboxes-column .mt-imgboxes-inner {
  position: relative;
  overflow: hidden;
}
.mt-imgboxes-column a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.3);
}
.mt-imgboxes-column a span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px;
  margin: 0;
  padding: 7px 16px;
  background: #fff;
  color: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.mt-imgboxes-column img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}
.mt-imgboxes-column:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
      -ms-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}
.mt-imgboxes-column:hover span {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

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

/* Instagram */
.sidebar-images {
  text-align: center;
}
.sidebar-images #sbi_load {
  padding-top: 0 !important;
}

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

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

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Hentry
--------------------------------------------------------------*/
/* standard post */
.hentry {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.hentry::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background: #ddd;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.hentry:last-of-type::before {
  display: none;
}

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

.post-thumbnail {
  width: 100%;
  margin-bottom: 40px;
}
.post-thumbnail img {
  width: 100%;
}
.post-thumbnail a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.post-thumbnail a:hover {
  opacity: 0.8;
}

.entry-hero {
  width: 100%;
  margin-bottom: 40px;
}

.entry-title {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
}
.entry-title a {
  color: #000;
}
.entry-title a:hover {
  color: #6190df;
}

.page-title-wrapper {
  position: relative;
  margin: 0;
  padding: 40px 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.page-title-wrapper a {
  font-weight: bold;
  text-decoration: underline;
}
.page-title-wrapper.no-pd {
  padding: 0;
}
.page-title-wrapper small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #bbb;
}
.page-title-wrapper .page-subtitle {
  position: relative;
  padding-top: 20px;
  margin: 20px 0 0;
  font-size: 14px;
  max-width: 800px;
}
.page-title-wrapper .page-subtitle::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
}
.page-title-wrapper.text-center .page-subtitle {
  margin-left: auto;
  margin-right: auto;
}
.page-title-wrapper.text-center .page-subtitle::before {
  left: 50%;
  margin-left: -10px;
}
.page-title-wrapper.text-right .page-subtitle {
  margin-left: auto;
  margin-right: 0;
}
.page-title-wrapper.text-right .page-subtitle::before {
  left: auto;
  right: 0;
}

.page-title {
  position: relative;
  margin-bottom: 0;
  font-size: 28px;
  color: #222;
}

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

form.mt-pp-form {
  position: relative;
}

input.protected-post-input {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin: 0;
  border: 1px solid #eee;
  font-size: 14px;
  border-radius: 10em;
  box-sizing: border-box;
}

input.protected-post-button {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 42px;
  line-height: 43px;
  padding: 0 32px;
  margin: 0;
  border-radius: 10em;
  border: none;
}

.sticky .entry-content::before {
  font-family: 'mt-icons';
  content: "\e009";
  font-size: 100px;
  line-height: 100px;
  position: absolute;
  top: -30px;
  left: -30px;
  color: rgba(0, 0, 0, 0.04);
}

/* Grid blog */
.mt-blog-grid {
  margin: 0 -15px 40px;
}
.mt-blog-grid > .hentry {
  width: 50%;
  margin-bottom: 60px;
  padding: 0 15px;
}
.mt-blog-grid > .hentry::before {
  display: none;
}
.mt-blog-grid .post-thumbnail,
.mt-blog-grid .entry-hero {
  margin-bottom: 20px;
}
.mt-blog-grid .entry-hero .open-gal-btn {
  left: 15px;
}
.mt-blog-grid .entry-hero .open-gal-txt {
  left: 55px;
}

/* Single hentry */
.single .hentry {
  padding-bottom: 0;
}
.single .entry-title {
  margin-bottom: 20px;
}
.single .post-with-tags .entry-content {
  padding-bottom: 10px;
}
.single .entry-header.center {
  text-align: center;
}
.single .entry-header.center .entry-meta.top {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single .entry-header.center .entry-meta.top .comments-link {
  margin-left: 20px;
}
.single .entry-meta-footer span {
  width: 100%;
}

/*--------------------------------------------------------------
Meta
--------------------------------------------------------------*/
.entry-meta {
  font-size: 14px;
  line-height: 20px;
  color: #aaa;
}
.entry-meta a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.entry-meta a:hover {
  color: #6190df;
}

.entry-meta.top {
  position: relative;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.entry-meta.top b {
  margin: 0 8px;
  font-weight: normal;
  opacity: 0.4;
}
.entry-meta.top .meta-date a {
  color: #aaa;
  text-transform: initial;
  font-weight: normal;
}
.entry-meta.top .meta-date a:hover {
  color: #000;
}
.entry-meta.top .comments-link {
  color: #000;
  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;
  margin-left: auto;
}
.entry-meta.top .comments-link i {
  font-size: 18px;
  margin-right: 3px;
}
.entry-meta.top .comments-link:hover {
  color: #6190df;
}

.entry-meta-footer {
  position: relative;
  color: #aaa;
  line-height: 14px;
  margin-top: 5px;
}
.entry-meta-footer span {
  display: inline-block;
  width: 50%;
}
.entry-meta-footer .meta-rm {
  float: right;
  text-align: right;
}
.entry-meta-footer .meta-rm a {
  position: relative;
}

.meta-tags {
  display: block;
  margin-bottom: 50px;
}
.meta-tags li {
  padding: 0;
}
.meta-tags a {
  font-size: 11px;
  line-height: 11px;
  padding: 6px 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  color: #777;
  background: #f6f6f6;
}
.meta-tags a:hover {
  background: #6190df;
  color: #fff;
}

.meta-tags-title {
  margin-right: 10px;
}

.post-share {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-share ul li {
  padding: 0;
  margin: 0 10px 10px 0;
}
.post-share a {
  position: relative;
  display: inline-block;
  width: auto;
  height: 34px;
  line-height: 34px;
  padding: 0 18px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  background: #f6f6f6;
  color: #777;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.post-share a:hover {
  color: #fff;
  background: #6190df;
}

.page-meta-bar {
  padding: 10px 0;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.page-meta-bar .container {
  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;
}
.page-meta-bar .container > div {
  width: 50%;
}
.page-meta-bar a {
  font-weight: bold;
}

.page-share {
  text-align: right;
}
.page-share li {
  padding-right: 0;
}
.page-share a {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.03);
}
.page-share a:hover {
  background: #6190df;
  color: #fff;
}

/*--------------------------------------------------------------
Post navigation
--------------------------------------------------------------*/
.post-navigation {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.post-navigation > div {
  position: relative;
  width: 50%;
  display: inline-block;
  float: left;
}
.post-navigation > div.post-next {
  text-align: right;
  float: right;
}
.post-navigation img {
  width: 44px;
  height: 44px;
  border-radius: 4px;
}
.post-navigation h5 {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.1em;
  color: #fff;
}
.post-navigation a {
  position: relative;
  display: block;
  padding: 30px 0 0;
  font-size: 20px;
  color: #fff;
}
.post-navigation a span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  opacity: 0.5;
}
.post-navigation a:hover {
  color: #fff;
  opacity: 0.6;
}

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.pagination {
  display: block;
}
.pagination > div {
  display: block;
}
.pagination a,
.pagination span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  margin: 0;
  font-size: 12px;
  border-top: 2px solid #eee;
  color: #000;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}
.pagination a:hover,
.pagination span.current {
  color: #6190df;
  border-top-color: #6190df;
}
.pagination span.current {
  font-weight: bold;
}
.pagination .newer {
  float: left;
}
.pagination .newer i {
  margin-right: 5px;
}
.pagination .older {
  float: right;
}
.pagination .older i {
  margin-left: 5px;
}

.pagination.paginated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination.paginated a,
.pagination.paginated span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 14px;
}
.pagination.paginated .prev,
.pagination.paginated .next {
  font-size: 18px;
  line-height: 43px;
}

.page-link {
  padding: 5px;
  border: 1px solid #eee;
  text-align: center;
}

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

.entry-hero .gallery {
  position: relative;
}
.entry-hero .gallery > .gallery-item {
  display: none;
}
.entry-hero .gallery > .gallery-item:first-of-type {
  display: block;
}

.entry-hero .open-gal-btn,
.entry-hero .open-gal-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
}
.entry-hero .open-gal-btn i,
.entry-hero .open-gal-txt i {
  line-height: 40px;
}
.entry-hero .open-gal-txt {
  width: auto;
  padding: 0 20px;
  font-size: 14px;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.entry-hero:hover .open-gal-txt {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.format-quote blockquote.post-quote {
  padding-top: 40px;
  padding-left: 0;
  text-align: center;
}
.format-quote blockquote.post-quote::before {
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
}
.format-quote blockquote.post-quote p {
  margin-bottom: 10px;
}
.format-quote blockquote.post-quote cite {
  font-size: 14px;
  opacity: 0.6;
}

.format-link .post-link {
  border: 0;
  position: relative;
  margin-bottom: 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.03);
}
.format-link .post-link:hover {
  background: #6190df;
}
.format-link .post-link:hover .post-link-title,
.format-link .post-link:hover .post-link-url,
.format-link .post-link:hover i {
  color: #fff;
}
.format-link .post-link,
.format-link .post-link-title,
.format-link .post-link-url {
  display: block;
  color: #000;
}
.format-link .post-link-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.format-link .post-link-url {
  font-size: 12px;
  opacity: 0.3;
  font-style: italic;
}
.format-link .post-link > i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  opacity: 0.1;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments-wrapper {
  margin-top: 30px;
}
.single-post #comments-wrapper {
  margin-top: 0;
}

#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 0 30px 80px;
  position: relative;
}
.comment-body p {
  clear: both;
  margin-bottom: 10px;
}

.comment-content {
  position: relative;
  padding: 20px 20px 10px;
  background: #f6f6f6;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5em;
}
.comment-content::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f6f6f6 transparent transparent;
}

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

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

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

span.says {
  display: none;
}

.vcard .avatar {
  position: absolute;
  top: 50px;
  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: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #000;
}
.comment-author .fn a {
  font-style: normal;
  color: #000;
}

.comment-meta {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  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: 12px;
}
.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: 14px;
  line-height: 14px;
  color: #aaa;
  opacity: 0;
}
.comment-reply-link:hover {
  color: #000;
}

.comment-body:hover .comment-reply-link {
  opacity: 1;
}

.comments-navigation {
  padding-top: 20px;
}

#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 {
  background-color: #f6f6f6;
  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.01);
  border: 1px solid #eee;
}

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

/*--------------------------------------------------------------
Related posts
--------------------------------------------------------------*/
.related-items-wrapper {
  padding-bottom: 40px;
}
.related-items-wrapper a.thumb {
  display: block;
}
.related-items-wrapper a.thumb:hover {
  opacity: 0.6;
}
.related-items-wrapper img {
  width: 100%;
  margin-bottom: 15px;
}
.related-items-wrapper .entry-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.related-items-wrapper .meta-date {
  color: #aaa;
  font-size: 14px;
}
.related-items-wrapper [class^="col-md-"], .related-items-wrapper [class*=" col-md-"] {
  padding-bottom: 0;
}

.related-items-title {
  padding-right: 60px;
}

.related-arrows {
  position: absolute;
  top: 0;
  right: 0;
}
.related-arrows a {
  cursor: pointer;
  font-size: 18px;
}
.related-arrows a.related-next {
  margin-left: 10px;
}

/*--------------------------------------------------------------
Sliders
--------------------------------------------------------------*/
.mt-pcar-wrapper {
  background: #f6f6f6;
  margin-bottom: 60px;
}

.mt-pcar {
  padding: 60px 100px 40px;
  display: none;
}
.mt-pcar.slick-initialized {
  display: block;
}
.mt-pcar .slick-slide {
  opacity: 0.4;
}
.mt-pcar .slick-center {
  opacity: 1;
}
.mt-pcar.mt-pc-text-only .mt-pcar-thumb {
  display: none;
}
.mt-pcar.mt-pc-center-scale .mt-pcar-thumb {
  width: 100%;
}
.mt-pcar.mt-pc-center-scale .slick-slide {
  opacity: 0.4;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.mt-pcar.mt-pc-center-scale .slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mt-pcar.mt-pc-center-single {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.mt-pcar.mt-pc-center-single .mt-pcar-inner {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.mt-pcar.mt-pc-center-single .mt-pcar-thumb {
  position: relative;
  width: 460px;
  margin-right: -160px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.mt-pcar.mt-pc-center-single .mt-pcar-text {
  padding: 60px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.mt-pcar.mt-pc-center-single .has-post-thumbnail .mt-pcar-text {
  padding-left: 200px;
}
.mt-pcar.mt-pc-center-single-full {
  padding: 0;
}
.mt-pcar.mt-pc-center-single-full .mt-pcar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mt-pcar.mt-pc-center-single-full .mt-pcar-text {
  max-width: 400px;
  padding: 80px 60px 40px;
  margin-right: 160px;
}
.mt-pcar.mt-pc-center-single-full .slick-arrow {
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  border-bottom: 1px solid #eee;
  top: 0;
  left: auto;
  right: auto;
  margin: 0;
  border-radius: 0;
}
.mt-pcar.mt-pc-center-single-full .slick-arrow i {
  line-height: 40px;
}
.mt-pcar.mt-pc-center-single-full .slick-arrow.slick-prev {
  right: 360px;
}
.mt-pcar.mt-pc-center-single-full .slick-arrow.slick-next {
  right: 160px;
}

.mt-pcar-inner {
  position: relative;
}

.mt-pcar-text {
  background: #fff;
  padding: 30px;
}
.mt-pcar-text .entry-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.mt-pgrid {
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.mt-pgrid-item {
  position: relative;
  float: left;
}

.mt-pgrid-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.3158%;
}
.mt-pgrid-inner > img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.mt-pgrid-inner .lazyload,
.mt-pgrid-inner .lazyloading {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.mt-pgrid-inner .lazyloaded {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mt-pgrid-inner:hover > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.mt-pgrid-search {
  display: none;
}

.mt-pgrid-item,
.grid-sizer {
  width: 50%;
}
.mt-pgrid-col-1 .mt-pgrid-item, .mt-pgrid-col-1
.grid-sizer {
  width: 100%;
}
.mt-pgrid-col-3 .mt-pgrid-item, .mt-pgrid-col-3
.grid-sizer {
  width: 33.333%;
}
.mt-pgrid-col-4 .mt-pgrid-item, .mt-pgrid-col-4
.grid-sizer {
  width: 25%;
}
.mt-pgrid-col-5 .mt-pgrid-item, .mt-pgrid-col-5
.grid-sizer {
  width: 20%;
}
.mt-pgrid-col-6 .mt-pgrid-item, .mt-pgrid-col-6
.grid-sizer {
  width: 16.666%;
}
.mt-pgrid-col-7 .mt-pgrid-item, .mt-pgrid-col-7
.grid-sizer {
  width: 14.285%;
}
.mt-pgrid-col-8 .mt-pgrid-item, .mt-pgrid-col-8
.grid-sizer {
  width: 12.5%;
}
.mt-pgrid-col-9 .mt-pgrid-item, .mt-pgrid-col-9
.grid-sizer {
  width: 11.111%;
}

/* project overlay description */
.mt-pgrid-preload {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  border: 2px solid #eee;
  border-bottom-color: #333;
  -webkit-animation: spinnerRotate 0.5s linear 0s infinite;
          animation: spinnerRotate 0.5s linear 0s infinite;
}

@-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);
  }
}
.mt-pgrid-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mt-pgrid-over {
  height: 100%;
  overflow: hidden;
}

.mt-pgrid-image-id {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  padding: 0 6px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 2px;
  background: #fff;
  color: #000;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.mt-pgrid-over-inner {
  position: relative;
  margin: 10px;
  z-index: 2;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 30px;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.mt-pgrid-over-inner .mt-title {
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.mt-pgrid-over-inner .mt-category {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.mt-pgrid-over-inner .mt-category span {
  display: inline-block;
  margin: 2px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #aaa;
}
.mt-pgrid-over-inner .mt-count,
.mt-pgrid-over-inner .mt-comments {
  opacity: 0;
  margin: 0 10px;
  font-size: 18px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.mt-pgrid-over-inner .mt-count i,
.mt-pgrid-over-inner .mt-comments i {
  opacity: 0.6;
}
.mt-pgrid-over-inner .mt-comments {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mt-pgrid-over-inner:hover .mt-title,
.mt-pgrid-over-inner:hover .mt-category {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mt-pgrid-over-inner:hover .mt-count,
.mt-pgrid-over-inner:hover .mt-comments {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mt-pgrid-over-inner.caption-standard {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mt-pgrid-over-inner.caption-gallery .mt-count,
.mt-pgrid-over-inner.caption-gallery .mt-comments {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.mt-pgrid-over-inner.caption-gallery .mt-comments {
  left: auto;
  right: 20px;
}

.mt-plus {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.mt-plus::before, .mt-plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.mt-plus::before {
  width: 2px;
  height: 20px;
  margin-top: -10px;
  margin-left: -1px;
}
.mt-plus::after {
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
}

.mt-pgrid-link:hover .mt-pgrid-over-inner {
  opacity: 1;
}
.mt-pgrid-link:hover .mt-pgrid-over-title,
.mt-pgrid-link:hover .mt-plus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.mt-pgrid-caption {
  padding: 20px 30px;
  background: #fafafa;
  position: relative;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mt-pgrid-caption p {
  margin: 0;
}
.mt-pgrid-caption a {
  margin-bottom: 5px;
  font-weight: bold;
}
.mt-pgrid-caption .categories {
  position: absolute;
  z-index: 3;
  top: -20px;
}
.mt-pgrid-caption .categories span {
  display: inline-block;
  padding: 0 6px;
  margin: 0 2px 2px 0;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  background: #6190df;
  color: #fff;
}
.mt-pgrid-caption .excerpt {
  font-size: 14px;
  line-height: 1.5em;
}
.mt-pgrid-caption.center {
  text-align: center;
}
.mt-pgrid-caption.center .categories {
  width: 100%;
  left: 0;
}
.mt-pgrid-caption ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.mt-pgrid-caption ul li {
  padding: 0;
  margin: 0;
  width: 50%;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #000;
}
.mt-pgrid-caption ul li i {
  font-size: 24px;
  color: #6190df;
  display: block;
  margin-bottom: 8px;
}

.mt-pgrid-inner > img,
.mt-pgrid-over-inner,
.mt-pgrid-over-title,
.mt-plus {
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

/* Live search form */
.mt-live-search {
  position: relative;
  max-width: 100%;
}
.archive .mt-live-search {
  margin-bottom: 30px;
}
.mt-live-search input {
  height: 70px;
  line-height: 70px;
}
.mt-live-search input {
  padding: 0 100px 0 20px;
  font-size: 18px;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 100em;
}
.mt-live-search.bdtop input {
  border-top: 1px solid #eee;
}
.mt-live-search .mt-filter-count-wrapper {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 90px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  border-radius: 100em;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #6190df;
  color: #fff;
}
.mt-live-search .mt-filter-count-wrapper i {
  margin-right: 5px;
}

.mt-live-search-nf {
  display: none;
  text-align: center;
  padding: 30px;
  font-size: 18px;
  border-radius: 4px;
  background: #6190df;
  color: #fff;
}

.mt-live-search-wrapper.with-sorter {
  position: relative;
}
.mt-live-search-wrapper.with-sorter .mt-live-search {
  margin-left: 180px;
}
.mt-live-search-wrapper.with-sorter .mt-sort-dropdown-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mt-live-search-wrapper.with-sorter .mt-sort-dropdown {
  width: 180px;
}
.mt-live-search-wrapper.with-sorter .mt-sort-list {
  margin-top: 0;
  border-radius: 0;
}
.mt-live-search-wrapper.with-sorter .mt-sort-button {
  padding: 0 16px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 0;
}
.mt-live-search-wrapper.with-sorter .mt-sort-button::after {
  top: auto;
  bottom: 15px;
  right: 50%;
  margin-top: 0;
  margin-right: -4px;
  border: 4px solid transparent;
  border-top-color: #fff;
}
.mt-live-search-wrapper.with-sorter input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Filter and sorter */
.mt-filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.portfolio-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 0 auto;
}
.container .portfolio-filters {
  padding-right: 0;
  padding-left: 0;
}
.portfolio-filters li {
  margin: 0 0 4px 4px;
  padding: 0;
}
.portfolio-filters a {
  display: block;
  padding: 10px 16px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background: #fafafa;
  color: #000;
  border-radius: 4px;
}
.portfolio-filters a:hover,
.portfolio-filters li.current a {
  color: #fff;
  background: #6190df;
}

.archive .mt-sort-dropdown-wrapper {
  margin-bottom: 30px;
}

.mt-sort-dropdown {
  position: relative;
  display: block;
  text-align: left;
  width: 200px;
}
.mt-sort-dropdown.is-open .mt-sort-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.mt-sort-list {
  list-style: none;
  position: absolute;
  z-index: 4;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 6px 0;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  background: #1F2532;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.mt-sort-item {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  -webkit-transition: background-color 0.2s, padding 0.2s;
  transition: background-color 0.2s, padding 0.2s;
}
.mt-sort-item:hover {
  padding-left: 20px;
  padding-right: 12px;
  background-color: rgba(0, 0, 0, 0.15);
}

.mt-sort-button {
  display: block;
  margin: 0;
  padding: 10px 34px 10px 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 4px;
  overflow: visible;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #6190df;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.mt-sort-button:hover, .mt-sort-button:focus {
  background-color: #1F2532;
  color: #fff;
}
.mt-sort-button:hover:after, .mt-sort-button:focus:after {
  border-top-color: #fff;
}
.mt-sort-button:not(:disabled) {
  cursor: pointer;
}
.mt-sort-button::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border: 4px solid transparent;
  border-top-color: #fff;
}

/* Protected page */
.mt-protected-page {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mt-protected-page form {
  min-width: 300px;
}
.mt-protected-page i {
  display: block;
  font-size: 90px;
  margin-bottom: 20px;
  color: #000;
}
.mt-protected-page h4 {
  margin-bottom: 10px;
}
.mt-protected-page p {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/* Archive/search template */
.archive .archive-description,
.search .archive-description,
.error404 .archive-description {
  position: relative;
  display: block;
  margin-top: 15px;
}
.archive .archive-description p,
.search .archive-description p,
.error404 .archive-description p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0;
}
.archive .page-title-wrapper,
.search .page-title-wrapper,
.error404 .page-title-wrapper {
  text-align: center;
}
.archive .page-title,
.search .page-title,
.error404 .page-title {
  font-size: 30px;
}

/* 404 template */
.error-404 {
  text-align: center;
}
.error-404.site-content {
  padding-bottom: 80px;
}
.error-404 .title-404 {
  font-size: 200px;
  line-height: 200px;
  margin-bottom: 20px;
  color: #aaa;
  opacity: 0.4;
}
.error-404 p {
  font-size: 22px;
  margin-bottom: 30px;
}

/* Author archive template */
.author-area {
  padding-bottom: 40px;
}
.author-area img.avatar {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  margin-right: 30px;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.author-area h5 {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
}
.author-area h5 a {
  font-weight: bold;
}

.author-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.author-description {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.author-description p {
  margin-bottom: 10px;
}

.archive.author .page-title-wrapper {
  margin-bottom: 30px;
}
.archive .author-area {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-top: none;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.archive .author-area img.avatar {
  float: none;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: auto;
}

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

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

.sr-group {
  margin-bottom: 60px;
}
.sr-group:last-of-type {
  margin-bottom: 0;
}
.sr-group .mt-pgrid-wrapper {
  padding: 0;
}
.sr-group .mt-pgrid {
  min-height: 50px;
}
.sr-group .mt-pgrid > p {
  padding: 0 15px;
}

.sr-woo-thumb {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.search-nothing-found .search-form input {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widgets {
  padding: 50px 0 20px;
  font-size: 14px;
}
.footer-widgets .footer-col {
  padding-bottom: 0;
}

.footer-bottom {
  background: #fff;
  border-top: 1px solid #eee;
}
.footer-bottom .col-md-6 {
  padding-bottom: 0;
}
.footer-bottom .mt-social-menu {
  padding: 20px 0;
}

.copyright {
  text-align: right;
  margin: 0;
  padding: 20px 0;
  color: #999;
}
.copyright p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
.copyright a {
  font-weight: bold;
}

.footer-widgets {
  background: #1F2532;
  color: #6b6f7f;
}
.footer-widgets a,
.footer-widgets .widget-title span {
  color: #fff;
}
.footer-widgets a:hover {
  color: #6b6f7f;
}
.footer-widgets .widget-title::before {
  background: #333e56;
}
.footer-widgets #wp-calendar thead th {
  border-bottom-color: #333e56;
}
.footer-widgets #wp-calendar tbody {
  color: #6b6f7f;
}
.footer-widgets #wp-calendar tbody td {
  border-color: #333e56;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Contact Form 7 / MailChimp
--------------------------------------------------------------*/
input, textarea, select {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1em;
  border: 1px solid #eee;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
input:focus, textarea:focus, select:focus {
  background-color: #f6f6f6;
  color: #000;
}

.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 {
  background-color: #f6f6f6;
  color: #000;
}
.wpcf7-form textarea,
.mc4wp-form textarea {
  height: 100px;
}
.wpcf7-form input.wpcf7-submit,
.wpcf7-form input[type="submit"],
.mc4wp-form input.wpcf7-submit,
.mc4wp-form input[type="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 label {
  text-align: center;
}
.mc4wp-form input, .mc4wp-form textarea, .mc4wp-form select {
  padding: 10px;
  font-size: 14px;
}
.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
  width: auto;
}

/*--------------------------------------------------------------
Breadcrumbs
--------------------------------------------------------------*/
.mt-breadcrumbs {
  font-size: 0.9em;
}
.mt-breadcrumbs [class^="mt-icon-"],
.mt-breadcrumbs [class*=" mt-icon-"] {
  margin: 0 5px;
}

/*--------------------------------------------------------------
Magnific Popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
}

.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: #000;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

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

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

.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: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.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 30px rgba(0, 0, 0, 0.1);
  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 30px rgba(0, 0, 0, 0.1);
  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: 16px;
  font-size: 14px;
  color: #fff;
  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;
}

.mfp-gallery .mfp-first .mfp-arrow-left,
.mfp-gallery .mfp-last .mfp-arrow-right {
  display: none;
}

/**
 * Preloader
 */
.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #ddd;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  text-indent: -9999px;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/**
 * Fade-zoom animation for modal
 */
/* start state */
.modal-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

/* animate in */
.modal-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* animate out */
.modal-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.modal-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.modal-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.modal-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Custom arrows
 */
.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:after {
  font-family: "mt-icons";
  font-size: 24px;
  color: #fff;
}

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

.mfp-arrow:hover {
  opacity: 0.5;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  content: "\e094";
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  content: "\e095";
}

/* Transition */
.mfp-ready .mfp-figure {
  opacity: 0;
}

.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.85;
}

.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}

.mfp-iframe-scaler {
  overflow: visible;
  /*so the close button is shown*/
}

.mfp-zoom-out-cur {
  cursor: auto;
}

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

/*--------------------------------------------------------------
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;
  z-index: 1;
}

.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 {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  color: #000;
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s;
}
.slick-prev i,
.slick-next i {
  line-height: 50px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #6190df;
  color: #fff;
}

.slick-prev {
  left: 30px;
}

.slick-next {
  right: 30px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 4px;
  cursor: pointer;
}
.slick-dots li a {
  opacity: 0.2;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50em;
  cursor: pointer;
  background: #000;
  -webkit-transition: opacity 0.3s, width 0.3s;
  transition: opacity 0.3s, width 0.3s;
}
.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;
  width: 20px;
}

/*--------------------------------------------------------------
Jetpack
--------------------------------------------------------------*/
.navigation.posts-navigation {
  display: none;
}

#infinite-handle {
  text-align: center;
}

.site-content #infinite-handle span {
  font-size: 12px;
  padding: 12px 30px;
  border-radius: 1px;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
.site-content #infinite-handle span button {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-content #infinite-handle span:hover {
  background: #6190df;
  border-color: #6190df;
  color: #fff;
}

.infinite-loader .spinner {
  left: 50% !important;
}

/*--------------------------------------------------------------
WooCommerce
--------------------------------------------------------------*/
.archive.woocommerce .page-title-wrapper {
  text-align: left;
  padding: 40px 0 10px;
}

.woocommerce ul.products {
  padding-top: 40px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 30.8%;
}

.woocommerce .products .star-rating {
  color: #6190df;
  float: right;
  margin-top: 8px;
}

.woocommerce ul.products li.product .star-rating {
  font-size: 12px;
}

.woocommerce ul.products li.product h3 {
  font-size: 18px;
  padding: 0;
  margin-bottom: 5px;
}

.woocommerce ul.products li.product .price {
  padding: 7px 0;
  color: #6190df;
  font-size: 16px;
  line-height: 16px;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
  font-size: 14px;
  opacity: 0.5;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
}

.woocommerce .woocommerce-result-count {
  color: #bbb;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 40px;
}

.woocommerce .woocommerce-ordering select {
  margin-top: 0;
}

.woocommerce .container .sidebar {
  padding-top: 40px;
}

.woocommerce span.onsale {
  top: 5px;
  left: 5px;
  margin: 0;
  border-radius: 2px;
  width: auto;
  min-height: 0;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px;
  background: #6190df;
  color: #fff;
}

.woocommerce ul.products li.product .onsale {
  margin: 0;
}

.woocommerce ul.products li.product .onsale {
  top: 5px;
  right: 5px;
}

.woocommerce table.shop_table .coupon {
  margin-right: 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 10px 8px 6px;
  margin-right: 10px;
  border-radius: 2px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: 120px;
}

.woocommerce .order-total .amount {
  color: #000;
}

.woocommerce table.shop_table td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.woocommerce table.shop_table td.product-subtotal span {
  font-weight: bold;
  color: #000;
}

.woocommerce a.remove {
  color: #fff !important;
  background-color: #ddd;
  border-radius: 2px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 26px;
  height: 26px;
  line-height: 27px;
}

.woocommerce a.remove:hover {
  background: #e74c3c;
}

.cart_totals h2,
.checkout h3 {
  font-size: 22px;
}

.cart-contents {
  margin-left: 25px;
  font-weight: bold;
  font-size: 14px;
}
.cart-contents::before {
  font-family: 'mt-icons';
  content: "\e106";
}

.woocommerce .woocommerce-message::before {
  color: #6190df;
}

.woocommerce .woocommerce-message {
  border-top-color: #6190df;
  line-height: 38px;
}

.woocommerce #customer_details {
  margin-bottom: 40px;
}

#add_payment_method #payment,
.woocommerce-checkout #payment {
  background: #f6f6f6;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: #e6e6e6;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: right;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #000;
  font-weight: bold;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  opacity: 0.6;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce-product-search input[type=submit] {
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 12px 18px;
  border-radius: 2px;
  background: #6190df;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce-product-search input[type=submit]:hover {
  color: #fff;
  background: #1F2532;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-product-search input[type=submit] {
  color: #fff;
  background: #6190df;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-product-search input[type=submit]:hover {
  color: #fff;
  background: #1F2532;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 14px;
}

.woocommerce a.added_to_cart {
  margin-top: 10px;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  vertical-align: middle;
  top: 12px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 12px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ddd;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #6190df;
}

.woocommerce-product-search .search-field {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  border: 1px solid #eee;
  font-size: 14px;
  box-sizing: border-box;
}
.woocommerce-product-search .search-field:focus {
  background-color: #f6f6f6;
  color: #000;
}

.woocommerce-product-search input[type=submit] {
  display: block;
  width: 100%;
}

.single.woocommerce div.product {
  margin-top: 40px;
}

.woocommerce .star-rating,
.woocommerce p.stars a {
  color: #6190df;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background-color: #fafafa;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal;
  color: #aaa;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-top-color: #6190df;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000;
  font-weight: bold;
}

.wc-tab h2,
.related.products h2 {
  font-size: 20px;
}

.woocommerce table.shop_attributes {
  border-top: 1px solid #eee;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border-bottom: 1px solid #eee;
}

.woocommerce table.shop_attributes th {
  color: #000;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  line-height: 20px;
  color: #000;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 16px;
  opacity: 0.3;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
  font-size: 20px;
}

.woocommerce div.product .product_title {
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-top: -20px;
}

.woocommerce .product_meta > span {
  display: block;
}

.woocommerce .product_meta a {
  font-size: 11px;
  line-height: 11px;
  padding: 6px 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  color: #777;
  background: #f6f6f6;
}
.woocommerce .product_meta a:hover {
  background: #6190df;
  color: #fff;
}

.woocommerce .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .quantity input {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  line-height: 38px;
  border-radius: 0;
  background: none;
}
.woocommerce .quantity .qty-pm:hover {
  background: #eee;
}
.woocommerce .quantity .qty {
  margin: 0 -1px;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
}

.woocommerce button.button.alt {
  padding: 0 auto;
  height: 40px;
}

.woocommerce #review_form #respond p {
  width: 48%;
}
.woocommerce #review_form #respond p.stars, .woocommerce #review_form #respond p.comment-form-comment {
  width: 100%;
}
.woocommerce #review_form #respond p.comment-form-author {
  margin-right: 4%;
}

.woocommerce #review_form_wrapper {
  padding: 30px;
  background: rgba(0, 0, 0, 0.02);
}

/*--------------------------------------------------------------
Visual Composer
--------------------------------------------------------------*/
.site-content .vc_tta.vc_general .vc_tta-tab > a {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
.site-content .vc_tta.vc_general .vc_tta-panel-body {
  padding: 25px 30px;
}
.site-content button.vc_general,
.site-content a.vc_general {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.site-content .vc_btn3.vc_btn3-size-md {
  font-size: 12px;
}
.site-content .vc_tta-panel-title,
.site-content .vc_toggle_title h4 {
  font-size: 18px;
  font-weight: bold;
}
.site-content .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #000;
}
.site-content .vc_progress_bar .vc_single_bar .vc_label {
  font-weight: bold;
  padding-top: .1em;
  padding-bottom: .1em;
}
.site-content .wpb_column.zi1 {
  z-index: 1;
}

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

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

.gallery-item a,
.tiled-gallery-item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.gallery-item a:hover,
.tiled-gallery-item a:hover {
  opacity: 0.7;
}

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

/*--------------------------------------------------------------
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: #6190df;
}

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

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .container {
    width: 970px;
    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%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .container.no-pd {
    padding-right: 15px;
    padding-left: 15px;
  }

  .top-header > .container {
    display: block;
  }

  .top-header-l {
    display: none;
  }

  .top-header-r {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .mt-social-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mt-social-menu a {
    margin: 0 10px 10px;
  }

  .mt-header-search {
    text-align: left;
  }
  .mt-header-search .widget {
    padding-bottom: 30px;
  }

  .header-inner {
    padding: 30px 0;
    display: block;
  }

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

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

  .mobile-nav-wrapper {
    display: block;
    text-align: center;
  }

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

  .footer-bottom .mt-social-menu {
    padding: 20px 0 0;
  }
  .footer-bottom .copyright {
    text-align: center;
  }

  .woocommerce p.stars a {
    font-size: 22px;
  }

  .mt-pgrid-gallery .mt-pgrid-item,
  .mt-pgrid-gallery .grid-sizer {
    width: 50%;
  }

  .mt-pgrid-gallery.mt-pgrid-col-1 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-1 .grid-sizer {
    width: 100%;
  }

  .mt-pgrid-gallery.mt-pgrid-col-3 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-3 .grid-sizer {
    width: 33.333%;
  }

  .mt-pgrid-gallery.mt-pgrid-col-4 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-4 .grid-sizer {
    width: 25%;
  }

  .mt-pgrid-gallery.mt-pgrid-col-5 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-5 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-6 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-6 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-7 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-7 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-8 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-8 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-9 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-9 .grid-sizer {
    width: 20%;
  }

  .mt-pgrid-item,
  .grid-sizer {
    width: 50%;
  }
  .mt-pgrid-col-3 .mt-pgrid-item, .mt-pgrid-col-4 .mt-pgrid-item, .mt-pgrid-col-3
  .grid-sizer, .mt-pgrid-col-4
  .grid-sizer {
    width: 33.333%;
  }
}
@media only screen and (max-width: 768px) {
  .mt-filter-wrapper {
    display: block;
  }

  .portfolio-filters li {
    margin: 2px;
  }

  .mt-sort-dropdown {
    margin: 2px;
    width: 100%;
  }

  .mt-live-search-wrapper.with-sorter .mt-live-search {
    margin: 0 0 2px;
  }
  .mt-live-search-wrapper.with-sorter .mt-sort-dropdown-wrapper {
    width: 100%;
    position: static;
    border: none;
  }
  .mt-live-search-wrapper.with-sorter .mt-sort-dropdown {
    width: 100%;
    margin: 0;
  }
  .mt-live-search-wrapper.with-sorter .mt-sort-button {
    line-height: 50px;
    height: 50px;
  }
  .mt-live-search-wrapper.with-sorter .mt-sort-button::after {
    bottom: 5px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48%;
  }

  .woocommerce .cart_item .quantity {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .woocommerce-page #content table.cart td.actions > input.button {
    width: 100%;
  }

  .woocommerce-page #content table.cart td.actions .input-text {
    width: 48%;
  }

  .woocommerce table.shop_table .coupon {
    margin-right: 0;
  }

  .page-link {
    font-size: 20px;
    line-height: 34px;
  }

  .mt-testimonial {
    margin-bottom: 30px;
  }

  .mt-pgrid-gallery .mt-pgrid-item,
  .mt-pgrid-gallery .grid-sizer {
    width: 50%;
  }

  .mt-pgrid-gallery.mt-pgrid-col-1 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-1 .grid-sizer {
    width: 100%;
  }

  .mt-pgrid-gallery.mt-pgrid-col-3 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-3 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-4 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-4 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-5 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-5 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-6 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-6 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-7 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-7 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-8 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-8 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-9 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-9 .grid-sizer {
    width: 33.333%;
  }

  .mt-pgrid-item,
  .grid-sizer {
    width: 50%;
  }
  .mt-pgrid-col-3 .mt-pgrid-item, .mt-pgrid-col-4 .mt-pgrid-item, .mt-pgrid-col-3
  .grid-sizer, .mt-pgrid-col-4
  .grid-sizer {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .mt-social-menu {
    display: block;
    text-align: center;
  }
  .mt-social-menu li {
    display: inline-block;
  }

  .page-meta-bar {
    text-align: center;
  }
  .page-meta-bar .container {
    display: block;
  }
  .page-meta-bar .container > div {
    width: 100%;
    margin: 5px 0;
  }

  .mt-blog-grid > .hentry {
    width: 100%;
  }

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

  .single .entry-hero,
  .single .post-thumbnail {
    display: block;
  }

  .vcard .avatar {
    top: 80px;
    width: 30px;
  }

  .comment-reply-link {
    position: static;
    font-size: 14px;
    line-height: 14px;
    color: #aaa;
    opacity: 1;
  }
  .comment-reply-link:hover {
    color: #000;
  }

  .comment-metadata {
    padding: 0;
    margin: 0;
  }
  .comment-metadata::before {
    display: none;
  }

  .comment-author {
    float: none;
    display: block;
    margin-bottom: 3px;
  }

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

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

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

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

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
  }

  .mt-pgrid-gallery.mt-pgrid-col-1 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-1 .grid-sizer {
    width: 100%;
  }

  .mt-pgrid-gallery.mt-pgrid-col-2 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-2 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-3 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-3 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-4 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-4 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-5 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-5 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-6 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-6 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-7 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-7 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-8 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-8 .grid-sizer,
  .mt-pgrid-gallery.mt-pgrid-col-9 .mt-pgrid-item,
  .mt-pgrid-gallery.mt-pgrid-col-9 .grid-sizer {
    width: 50%;
  }

  .mt-pgrid-item,
  .grid-sizer {
    width: 100%;
  }
  .mt-pgrid-col-3 .mt-pgrid-item, .mt-pgrid-col-4 .mt-pgrid-item, .mt-pgrid-col-3
  .grid-sizer, .mt-pgrid-col-4
  .grid-sizer {
    width: 100%;
  }
}
