/*
Theme Name:   Jelly
Theme URI:    https://github.com/PGeorgiev/Jelly
Description:  Simple Blog theme based on underscores.me
Author:       Plamen Georgiev
Author URI:   https://pgeorgiev.dev/
License:      Commercial
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         portfolio, blog, retina, responsive, full screen, vector, clean, simple, minimalistic, flat, one page, shortcodes, mpc, photography, fluid-layout, fixed-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, post-formats, theme-options, translation-ready
Version:      1.1.2
*/
/* ========================================================================== *
 * Table of Content:
 *   1. Normalize
 *     1.1. Defaults
 *   2. Layout
 *     2.1. Header
 *     2.2. Sidebar
 *   3. Page
 *     3.1. Blog
 *     3.2. Portfolio
 *     3.3. 404
 *     3.4. Archive
 *     3.5. Single
 *   4. Menu
 *   5. Pagination
 *   6. Comments
 *   7. Contact
 *   8. Widgets
 *   9. Socials
 * ========================================================================== */
.animation-slided, .mpcth-post .mpcth-waypoint.mpcth-waypoint-triggered,
.mpcth-post .mpcth-secondary-background.mpcth-waypoint-triggered {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.transition, #mpcth_password_form input[type=password], #mpcth_password_form input[type=submit], #mpcth_preloader .mpcth-half, #mpcth_page_wrap a, #fp-nav a span, #mpcth_page_wrap .mpcth-single-read-more, .mpcth-menu-toggle .mpcth-menu-icon span, .single .mpcth-post-nav, #mpcth_page_wrap #mpcth_comment_form .comment-form-author label,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email label,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url label, #mpcth_page_wrap #mpcth_comment_form .comment-form-author input,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email input,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url input, #mpcth_page_wrap #mpcth_comment_form .comment-form-comment label, #mpcth_page_wrap #mpcth_comment_form .comment-form-comment textarea, #mpcth_page_wrap #mpcth_comment_form .form-submit #mpcth_comment_submit, #mpcth_page_wrap .wpcf7 .contact-form-input input, #mpcth_page_wrap .wpcf7 .contact-form-message textarea, #mpcth_page_wrap .wpcf7 .form-submit .wpcf7-submit, #mpcth_page_wrap .bra-photostream-widget ul li img, #mpcth_main .wpb_button, .mfp-fade.mfp-bg, .mfp-fade.mfp-wrap .mfp-content {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.box-sizing, #mpcth_password_form input[type=password], #mpcth_password_form input[type=submit], #mpcth_page_header_content #mpcth-header-slider .mpcth-header-widget-wrap, #mpcth_page_wrap .mpcth-post, #mpcth_page_wrap .mpcth-post .mpcth-content-alignment, .format-status .mpcth-post-thumbnail .twitter-tweet, #mpcth_comments .mpcth-comment .mpcth-comment-footer, #mpcth_page_wrap #mpcth_comment_form .comment-form-author input,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email input,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url input, #mpcth_page_wrap #mpcth_comment_form .comment-form-comment textarea, #mpcth_page_wrap .wpcf7 .contact-form-input input, #mpcth_page_wrap .wpcf7 .contact-form-message textarea, #mpcth_page_wrap .wpcf7 .form-submit .wpcf7-submit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ========================================================================== *
 * 1. Normalize
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: .9em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* ========================================================================== *
 * 1.1. Defaults
 * ========================================================================== */
html {
  margin-top: 0 !important;
}

html, body {
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  line-height: 1.5em;
  color: #ffffff;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.5em;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.mpcth-main-section h1,
.mpcth-post-content h1 {
  margin-bottom: .25em;
  font-size: 3em;
}
.mpcth-main-section h2,
.mpcth-post-content h2 {
  margin-bottom: .3em;
  font-size: 2.5em;
}
.mpcth-main-section h3,
.mpcth-post-content h3 {
  margin-bottom: .38em;
  font-size: 2em;
}
.mpcth-main-section h4,
.mpcth-post-content h4 {
  margin-bottom: .5em;
  font-size: 1.5em;
}
.mpcth-main-section h5,
.mpcth-post-content h5 {
  margin-bottom: .6em;
  font-size: 1.25em;
}
.mpcth-main-section h6,
.mpcth-post-content h6 {
  margin-bottom: .75em;
  font-size: 1em;
}

pre {
  direction: ltr;
  margin: 0;
  background: #f7f7f7;
  border: 1px dashed #e0e0e0;
  padding: 1em;
  color: #666;
  font-size: .8em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  white-space: pre-wrap;
  background-image: linear-gradient(bottom, #f9f9f9 50%, whitesmoke 50%);
  background-image: -o-linear-gradient(bottom, #f9f9f9 50%, whitesmoke 50%);
  background-image: -moz-linear-gradient(bottom, #f9f9f9 50%, whitesmoke 50%);
  background-image: -webkit-linear-gradient(bottom, #f9f9f9 50%, whitesmoke 50%);
  background-image: -ms-linear-gradient(bottom, #f9f9f9 50%, whitesmoke 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #f9f9f9), color-stop(0.5, whitesmoke));
  background-size: 3em 3em;
  background-position: 0 1em;
}

th, td {
  padding: .25em .5em;
}

tr:nth-child(even),
thead {
  background: rgba(0, 0, 0, 0.03);
}

.sticky {
  border-width: 1px;
}

.wp-caption-text {
  font-style: italic;
}

.gallery-caption {
  font-style: italic;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption {
  max-width: 100%;
}

#mpcth_page_wrap .gallery-item .gallery-icon a {
  border-bottom: none;
}

#mpcth_password_form input[type=password] {
  -webkit-font-smoothing: antialiased;
  width: 65.41%;
  line-height: 2em;
  height: 2.5em;
  margin: 0;
  position: relative;
  z-index: 10;
  background: #dddddd;
  border: none;
  padding: .25em .5em;
  color: #555555;
  border-radius: 2px;
}
#mpcth_password_form input[type=password]:focus, #mpcth_password_form input[type=password]:active {
  outline: none;
  border: none;
  text-shadow: none;
  background: #cccccc;
  color: #666666;
}

#mpcth_password_form input[type=submit] {
  color: #555555;
  background: #dbf0f3;
  line-height: 2em;
  padding: .25em .5em;
  width: 32.08%;
  outline: none;
  border: 0;
  border-radius: 2px;
  margin-left: 2.5%;
}
#mpcth_password_form input[type=submit]:focus, #mpcth_password_form input[type=submit]:active {
  color: #ffffff;
  background: #a4d9e0;
}

#mpcth_preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#mpcth_preloader .mpcth-half {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}

#mpcth_preloader .mpcth-top {
  height: 0;
  top: 0;
  z-index: 2;
}

#mpcth_preloader .mpcth-bottom {
  height: 100%;
  bottom: 0;
  z-index: 1;
}

#mpcth_preloader .mpcth-percent {
  position: absolute;
  bottom: 0;
  right: 1em;
  line-height: .75em;
  font-size: 5em;
}

#mpcth_preloader.mpcth-loaded .mpcth-half {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* ========================================================================== *
 * 2. Layout
 * ========================================================================== */
html, body {
  height: 100%;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

#mpcth_page_wrap {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#mpcth_page_wrap a {
  text-decoration: none;
}
#mpcth_page_wrap a:hover {
  color: inherit;
}

#mpcth_main,
#mpcth_content,
#mpcth_content_wrap {
  height: 100%;
}

.single #mpcth_main,
.single #mpcth_content,
.single #mpcth_content_wrap,
.page-template-default #mpcth_main,
.page-template-default #mpcth_content,
.page-template-default #mpcth_content_wrap {
  height: auto;
}

@media only screen and (max-width: 1024px) {
  html body {
    overflow: auto;
    height: auto;
    max-height: initial;
  }
  html body #mpcth_page_wrap {
    height: auto;
  }
}
/* ========================================================================== *
 * 2.1. Header
 * ========================================================================== */
header#mpcth_page_header_wrap {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 767px) {
  header#mpcth_page_header_wrap {
    position: fixed;
  }
}

#mpcth_page_header_background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#mpcth_page_header_content {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  z-index: 2;
}

#mpcth_logo_wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding-top: 2em;
}
#mpcth_logo_wrap h2 {
  margin: 0;
  width: 100%;
  text-align: center;
  display: inline;
}
#mpcth_logo_wrap a {
  display: inline-block;
}

#mpcth_page_header_content #mpcth-header-slider {
  width: 100%;
  height: 100%;
  text-align: center;
}
#mpcth_page_header_content #mpcth-header-slider > ul {
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
#mpcth_page_header_content #mpcth-header-slider > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mpcth_page_header_content #mpcth-header-slider > ul > li {
  max-height: 100%;
}
#mpcth_page_header_content #mpcth-header-slider img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#mpcth_page_header_content #mpcth-header-slider > .flex-direction-nav a {
  opacity: 1;
  filter: alpha(opacity=100);
}
#mpcth_page_header_content #mpcth-header-slider > .flex-direction-nav a.flex-next {
  right: 100px !important;
}
#mpcth_page_header_content #mpcth-header-slider > .flex-direction-nav a.flex-prev {
  left: 100px !important;
}
#mpcth_page_header_content #mpcth-header-slider > .flex-control-nav {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mpcth_page_header_content #mpcth-header-slider > .flex-direction-nav a.flex-next {
    right: 10px !important;
  }
  #mpcth_page_header_content #mpcth-header-slider > .flex-direction-nav a.flex-prev {
    left: 10px !important;
  }
}
#mpcth_page_header_content #mpcth-header-slider .mpcth-header-widget-wrap {
  font-size: 1.25em;
  margin: 0 auto;
  padding: 0 20px 10px 20px;
  width: 500px;
  max-height: 62.5%;
  overflow: auto;
}
#mpcth_page_header_content #mpcth-header-slider .mpcth-header-widget-wrap .photostream,
#mpcth_page_header_content #mpcth-header-slider .mpcth-header-widget-wrap #calendar_wrap,
#mpcth_page_header_content #mpcth-header-slider .mpcth-header-widget-wrap .textwidget {
  display: block;
}
#mpcth_page_header_content #mpcth-header-slider .mpcth-header-widget-wrap input,
#mpcth_page_header_content #mpcth-header-slider .mpcth-header-widget-wrap textarea,
#mpcth_page_header_content #mpcth-header-slider .mpcth-header-widget-wrap select {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #mpcth_page_header_content #mpcth-header-slider .mpcth-header-widget-wrap {
    font-size: 1em;
    padding: 0 50px 10px 50px;
    width: 100%;
  }
}

@media screen and (max-width: 480px), screen and (max-height: 480px) {
  #mpcth_page_header_wrap {
    overflow: auto;
  }

  #mpcth_page_header_background {
    position: fixed;
  }

  #mpcth_page_header_content {
    height: auto;
  }

  #mpcth_page_header_content #mpcth_logo_wrap {
    position: relative;
    padding-top: 1em;
  }

  #mpcth_page_header_content #mpcth-header-slider {
    margin: 0;
    height: auto;
  }
  #mpcth_page_header_content #mpcth-header-slider > ul > li {
    display: block;
    margin: 1.5em 0;
    position: relative;
    padding-bottom: 1.5em;
  }
  #mpcth_page_header_content #mpcth-header-slider > ul > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3em;
    margin-left: -1.5em;
    opacity: .5;
    border-top: 2px solid transparent;
    border-color: inherit;
  }

  html #mpcth_page_wrap .bra-photostream-widget ul {
    width: 230px;
  }

  html #mpcth_footer_copyrights_wrap {
    margin-top: 1em;
    position: relative;
  }

  html .mpcth-menu > .menu-item.current-menu-item:before,
  html #mpcth_menu > .menu-item.current-menu-item:before {
    font-size: 48px;
  }

  html .mpcth-menu .children,
  html .mpcth-menu .sub-menu,
  html #mpcth_menu .children,
  html #mpcth_menu .sub-menu {
    display: block;
  }
}
.mpcth-side-header #mpcth_page_header_wrap {
  float: left;
  margin-right: -300px;
}
.mpcth-side-header #mpcth_page_header_wrap + * {
  margin-left: 300px;
}

.mpcth-side-header #mpcth_page_header_content {
  display: block;
  width: 300px;
}
.mpcth-side-header #mpcth_logo_wrap {
  display: block;
}
.mpcth-side-header #mpcth_nav {
  display: block;
}

/* ========================================================================== *
 * 2.2. Sidebar
 * ========================================================================== */
#mpcth_sidebar {
  width: 300px;
}
#mpcth_sidebar > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mpcth_sidebar > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mpcth_sidebar a {
  color: inherit;
}

.mpcth-sidebar-none #mpcth_sidebar {
  display: none;
}

.mpcth-sidebar-left #mpcth_sidebar {
  float: left;
  margin-right: -300px;
}
.mpcth-sidebar-left #mpcth_sidebar + * {
  margin-left: 300px;
}

.mpcth-sidebar-right #mpcth_sidebar {
  float: right;
  margin-left: -300px;
}
.mpcth-sidebar-right #mpcth_sidebar + * {
  margin-right: 300px;
}

@media only screen and (max-width: 767px) {
  .mpcth-sidebar-left #mpcth_sidebar,
  .mpcth-sidebar-right #mpcth_sidebar {
    display: none;
    float: none;
    margin-left: 0;
  }
  .mpcth-sidebar-left #mpcth_sidebar + *,
  .mpcth-sidebar-right #mpcth_sidebar + * {
    margin-right: 0;
  }
}

/* ========================================================================== *
 * 3. Page
 * ========================================================================== */
.single .article {
  background: #cccccc;
}

.page-template-default #mpcth_page_wrap .mpcth-post {
  width: 100%;
  min-height: 100%;
  float: none;
  display: table;
}

.page-template-default #mpcth_page_wrap .mpcth-post-meta {
  margin-top: 0;
}

.page-template-default .mpcth-header-image {
  position: relative;
  margin-top: -3em;
  z-index: 2;
}
.page-template-default .mpcth-header-image.mpcth-header-image-left {
  text-align: left;
}
.page-template-default .mpcth-header-image.mpcth-header-image-center {
  text-align: center;
}
.page-template-default .mpcth-header-image.mpcth-header-image-right {
  text-align: right;
}

/* ========================================================================== *
 * 3.1. Blog
 * ========================================================================== */
@media only screen and (max-width: 767px) {
  #mpcth_page_wrap .mpcth-post .mpcth-waypoint,
  #mpcth_page_wrap .mpcth-post .mpcth-secondary-background {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 192dpi) {
  #mpcth_page_wrap .mpcth-post .mpcth-waypoint,
  #mpcth_page_wrap .mpcth-post .mpcth-secondary-background {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.mpcth-content-alignment.mpcth-waypoint {
  visibility: hidden;
  -webkit-transform: translate(0, 5em);
  -ms-transform: translate(0, 5em);
  transform: translate(0, 5em);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}

.mpcth-secondary-background.mpcth-waypoint.mpcth-post-visible,
.mpcth-content-alignment.mpcth-waypoint.mpcth-post-visible {
  filter: none;
}

#mpcth_page_wrap .mpcth-post {
  width: 50%;
  height: 100%;
  overflow: hidden;
  float: left;
  display: block;
}
#mpcth_page_wrap .mpcth-post .mpcth-table-overflow {
  display: table;
  width: 100%;
  height: 100%;
}
#mpcth_page_wrap .mpcth-post .mpcth-content-alignment {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 5% 10%;
  overflow: hidden;
  position: relative;
  z-index: 4;
  top: 0;
}
#mpcth_page_wrap .mpcth-post .mpcth-post-date span {
  display: block;
  font-size: 1.5em;
}
#mpcth_page_wrap .mpcth-post .mpcth-post-date a {
  width: 4.17em;
  height: 4.17em;
  display: table;
  margin: 0 auto 2em;
  border-radius: 9999px;
  border: 1px solid transparent;
  border-color: inherit;
  font-weight: 300;
}
#mpcth_page_wrap .mpcth-post .mpcth-post-date a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#mpcth_page_wrap .mpcth-post .mpcth-post-date a time {
  display: table-cell;
  vertical-align: middle;
}
#mpcth_page_wrap .mpcth-post .mpcth-post-date .mpcth-date-day {
  display: block;
  font-size: 1.5em;
}
#mpcth_page_wrap .mpcth-post .mpcth-post-date .mpcth-date-day small {
  font-size: 0.39em;
  letter-spacing: 0;
  margin-left: 5px;
}
#mpcth_page_wrap .mpcth-post .mpcth-post-date .mpcth-date-month {
  font-size: 1em;
  margin-top: -.3em;
}
#mpcth_page_wrap .mpcth-post h1.mpcth-post-title {
  font-size: 3em;
  margin-bottom: .2em;
  margin-top: .5em;
  line-height: 1.4em;
  font-weight: 300;
}
#mpcth_page_wrap .mpcth-post h1.mpcth-post-title .fa-thumb-tack {
  font-size: .8em;
  vertical-align: middle;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
#mpcth_page_wrap .mpcth-post h1.mpcth-post-title .fa-thumb-tack + a {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #mpcth_page_wrap .mpcth-post h1.mpcth-post-title {
    font-size: 2em;
  }
}
#mpcth_page_wrap .mpcth-post .mpcth-post-header:after {
  content: "~";
  color: inherit;
  font-size: 3em;
  font-weight: 300;
  display: block;
  margin-bottom: .4em;
  text-align: center;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#mpcth_page_wrap .mpcth-post .mpcth-post-thumbnail img {
  max-width: 100%;
  height: auto;
}
#mpcth_page_wrap .mpcth-post .mpcth-post-content {
  width: 100%;
}
#mpcth_page_wrap .mpcth-post .mpcth-post-footer {
  margin-top: 3em;
}
#mpcth_page_wrap .mpcth-post .mpcth-post-read-more {
  color: inherit;
  padding: .2em .7em;
  background: transparent;
  font-size: .9em;
  border-radius: 2px;
  border: 1px solid transparent;
  display: inline-block;
}
#mpcth_page_wrap .mpcth-post a.mpcth-post-read-more:hover {
  background: transparent !important;
  border: 1px solid transparent;
  border-color: inherit;
}
#mpcth_page_wrap .mpcth-post a {
  color: inherit;
}

@media only screen and (max-width: 1024px) {
  .page-template-template-blog-php #mpcth_page_wrap .mpcth-post {
    width: 100%;
    padding: 2em 0;
  }
}
.ie .page-template-template-blog-php #mpcth_page_wrap .mpcth-post .mpcth-post-header,
.ie .page-template-template-blog-php #mpcth_page_wrap .mpcth-post .mpcth-post-content,
.ie .page-template-template-blog-php #mpcth_page_wrap .mpcth-post .mpcth-post-footer {
  max-width: 80%;
  margin: 0;
}

#mpcth_page_wrap .mpcth-post.format-aside .mpcth-post-header:after {
  display: none;
}
#mpcth_page_wrap .mpcth-post.format-aside .mpcth-post-content {
  margin-top: -1em;
}

#mpcth_page_wrap .mpcth-post.format-status .mpcth-post-date a {
  margin-bottom: 1.5em;
}
#mpcth_page_wrap .mpcth-post.format-status .mpcth-post-header:after {
  display: none;
}

.mpcth-no-more {
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  text-align: center;
  display: block;
}
.mpcth-no-more .mpcth-align {
  display: table;
  width: 100%;
  height: 50%;
  font-size: 2em;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.mpcth-no-more .mpcth-align div {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mpcth-no-more.right .mpcth-align {
  width: 50%;
  height: 100%;
  right: 0;
}
.mpcth-no-more.one-fourth .mpcth-align {
  width: 100%;
  right: 0;
}
.mpcth-no-more.one-fourth-right .mpcth-align {
  width: 50%;
  height: 50%;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .mpcth-mobile-view .mpcth-post {
    padding: 2em 0;
  }
}
/* ========================================================================== *
 * 3.2. Portfolio
 * ========================================================================== */
.mpcth-secondary-background.mpcth-waypoint {
  visibility: hidden;
  -webkit-transform: translate(12em, 0);
  -ms-transform: translate(12em, 0);
  transform: translate(12em, 0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}

.page-template-template-portfolio-php #mpcth_page_wrap .mpcth-post {
  width: 100%;
  position: relative;
}
.page-template-template-portfolio-php #mpcth_page_wrap .mpcth-post .fp-scrollable {
  width: 100% !important;
}
.page-template-template-portfolio-php #mpcth_page_wrap .mpcth-post .mpcth-post-footer {
  margin-bottom: 1em;
}
.page-template-template-portfolio-php .format-audio .mpcth-audio-wrap.mpcth-audio-shortcode {
  margin: 1.5em 0 .5em 0;
}

.page-template-template-portfolio-php #mpcth_page_wrap .mpcth-simple-view .mpcth-post-header,
.page-template-template-portfolio-php #mpcth_page_wrap .mpcth-simple-view .mpcth-post-meta,
.page-template-template-portfolio-php #mpcth_page_wrap .mpcth-simple-view .mpcth-post-footer {
  display: none;
}

#mpcth_page_wrap .mpcth-post .mpcth-secondary-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  #mpcth_page_wrap .mpcth-post .mpcth-secondary-background {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
}

#mpcth_page_wrap .mpcth-post.page h1.mpcth-post-title,
#mpcth_page_wrap .mpcth-post.mpc_portfolio h1.mpcth-post-title {
  margin-top: 0;
  margin-bottom: 0;
}

.page-template-default #mpcth_page_wrap .mpcth-post .mpcth-portfolio-content,
.single-mpc_portfolio #mpcth_page_wrap .mpcth-post .mpcth-portfolio-content,
.page-template-template-portfolio-php #mpcth_page_wrap .mpcth-post .mpcth-portfolio-content,
.tax-mpc_portfolio_cat #mpcth_page_wrap .mpcth-post .mpcth-portfolio-content {
  max-width: 700px;
  height: auto;
  position: relative;
  display: inline-block;
  z-index: 6;
  padding: 2em;
}
.page-template-default #mpcth_page_wrap .mpcth-post .mpcth-portfolio-content-background,
.single-mpc_portfolio #mpcth_page_wrap .mpcth-post .mpcth-portfolio-content-background,
.page-template-template-portfolio-php #mpcth_page_wrap .mpcth-post .mpcth-portfolio-content-background,
.tax-mpc_portfolio_cat #mpcth_page_wrap .mpcth-post .mpcth-portfolio-content-background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
}

.single-mpc_portfolio #mpcth_page_wrap .mpcth-post .mpcth-post-footer {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

.page-template-template-portfolio-php #mpcth_page_wrap .mpcth-post .mpcth-post-header:after,
.single #mpcth_page_wrap .mpcth-post .mpcth-post-header:after,
.tax-mpc_portfolio_cat #mpcth_page_wrap .mpcth-post .mpcth-post-header:after,
.archive #mpcth_page_wrap .mpcth-post .mpcth-post-header:after,
.search #mpcth_page_wrap .mpcth-post .mpcth-post-header:after,
.category #mpcth_page_wrap .mpcth-post .mpcth-post-header:after {
  display: none;
}

.ie .page-template-template-portfolio-php #mpcth_page_wrap .mpcth-content-alignment {
  padding-left: 0;
  padding-right: 0;
}

/* ========================================================================== *
 * 3.3. 404
 * ========================================================================== */
.mpcth-post-404 {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
.mpcth-post-404 .mpcth-align {
  display: table-cell;
  padding: 0 10%;
  vertical-align: middle;
}

.search .mpcth-post-404 .mpcth-post-content {
  margin-top: 2em;
}

/* ========================================================================== *
 * 3.4. Archive
 * ========================================================================== */
#mpcth_author_bio {
  overflow: hidden;
}
#mpcth_author_bio .avatar {
  float: left;
  margin-right: 1em;
}

#mpcth_archive_header {
  font-size: 1.5em;
}

#mpcth_archive_title div {
  font-style: italic;
}

@media only screen and (max-width: 1024px) {
  .search #mpcth_page_wrap .mpcth-post,
  .archive #mpcth_page_wrap .mpcth-post {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .search #mpcth_archive_title,
  .archive #mpcth_archive_title {
    font-size: 1.5em;
  }
  .search #mpcth_page_wrap .mpcth-post .mpcth-content-alignment,
  .archive #mpcth_page_wrap .mpcth-post .mpcth-content-alignment {
    padding: 10%;
  }
}
/* ========================================================================== *
 * 3.5. Single
 * ========================================================================== */
.page-template-default #mpcth_page_wrap .mpcth-post,
.single #mpcth_page_wrap .mpcth-post {
  width: 100%;
  min-height: 100%;
  float: none;
  display: table;
  position: relative;
}
.page-template-default #mpcth_page_wrap .mpcth-post .mpcth-content-alignment,
.single #mpcth_page_wrap .mpcth-post .mpcth-content-alignment {
  display: table-cell;
  text-align: center;
  max-height: 98%;
  padding: 6% 10%;
}
.page-template-default #mpcth_page_wrap .mpcth-post .mpcth-post-content,
.single #mpcth_page_wrap .mpcth-post .mpcth-post-content {
  margin-top: 1.5em;
}
.page-template-default #mpcth_page_wrap .mpcth-post .mpcth-post-content,
.page-template-default #mpcth_page_wrap .mpcth-post .mpcth-portfolio-content,
.single #mpcth_page_wrap .mpcth-post .mpcth-post-content,
.single #mpcth_page_wrap .mpcth-post .mpcth-portfolio-content {
  display: inline-block;
  max-width: 700px;
}
.page-template-default #mpcth_page_wrap .mpcth-post .mpcth-post-meta,
.single #mpcth_page_wrap .mpcth-post .mpcth-post-meta {
  margin-bottom: 0;
}
.page-template-default #mpcth_page_wrap .mpcth-post .fp-scrollable,
.single #mpcth_page_wrap .mpcth-post .fp-scrollable {
  width: 100% !important;
  display: table;
}

.page-template-default #mpcth_page_wrap .mpcth-post .mpcth-post-content {
  margin-top: 0;
}
.page-template-default #mpcth_page_wrap .mpcth-post .mpcth-post-header:after {
  margin-bottom: .1em;
}

#mpcth_page_wrap .mpcth-enable-mpcth-scroll article.mpcth-single-page-wrap {
  overflow: visible;
  height: 100%;
  width: 100%;
  top: 0;
}
#mpcth_page_wrap .mpcth-post-meta {
  display: inline-block;
  font-style: italic;
  font-size: .9em;
  margin: 1em 0;
}
#mpcth_page_wrap .mpcth-post-meta a:hover {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: inherit;
}
#mpcth_page_wrap .mpcth-post-footer {
  text-align: center;
}
#mpcth_page_wrap .mpcth-single-read-more {
  font-size: 3em;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#mpcth_page_wrap .mpcth-single-read-more:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#mpcth_page_wrap #mpcth-main-section-wrap {
  width: 100%;
  height: auto;
}
#mpcth_page_wrap .mpcth-main-section,
#mpcth_page_wrap .mpcth-post-content {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  padding: 3em 0;
}
#mpcth_page_wrap .mpcth-main-section p,
#mpcth_page_wrap .mpcth-post-content p {
  margin: .5em 0 1.5em 0;
}
#mpcth_page_wrap .mpcth-main-section a,
#mpcth_page_wrap .mpcth-post-content a {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  font-style: italic;
  margin-right: .2em;
}
#mpcth_page_wrap .mpcth-main-section .wp-caption a,
#mpcth_page_wrap .mpcth-post-content .wp-caption a {
  border-bottom: none;
}
#mpcth_page_wrap .mpcth-main-section img,
#mpcth_page_wrap .mpcth-post-content img {
  max-width: 100%;
  height: auto;
}
.ie #mpcth_page_wrap .mpcth-main-section img, .ie
#mpcth_page_wrap .mpcth-post-content img {
  width: inherit;
}
#mpcth_page_wrap .mpcth-post-content {
  padding: 0;
  margin-bottom: -1em;
}
#mpcth_page_wrap .mpcth-no-content .mpcth-main-section {
  padding: 0;
}
#mpcth_page_wrap .mpcth-no-content .mpcth-single-read-more {
  display: none;
}
#mpcth_page_wrap .mpcth-no-content .mpcth-single-read-more {
  display: none;
}

#mpcth_page_wrap .mpcth-post-pagination a {
  margin: 0 .2em;
  font-style: normal;
}

body.single,
body.page-template-default {
  overflow: auto;
}

.page-template-default #mpcth_page_wrap,
.single #mpcth_page_wrap {
  height: auto;
}

.format-image .mpcth-post-thumbnail img,
.format-standard .mpcth-post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.format-image .mpcth-post-header,
.format-standard .mpcth-post-header {
  max-width: 650px;
  margin: 0 auto;
}

.format-gallery .mpcth-post-thumbnail img {
  height: 35%;
}
.format-gallery .mpcth-post-thumbnail .flexslider li {
  text-align: center;
}
.format-gallery .mpcth-post-thumbnail .flexslider li img {
  display: inline-block;
  width: auto;
  height: auto;
}
.format-gallery .mpcth-post-thumbnail .flex-control-nav.flex-control-paging {
  display: none;
}

.format-gallery .mpcth-post-header {
  max-width: 650px;
  margin: 0 auto;
}

#mpcth_page_wrap .format-gallery .mpcth-post-thumbnail .flex-direction-nav .flex-prev {
  left: -4% !important;
}
#mpcth_page_wrap .format-gallery .mpcth-post-thumbnail .flex-direction-nav .flex-prev:hover {
  left: -5% !important;
}
#mpcth_page_wrap .format-gallery .mpcth-post-thumbnail .flex-direction-nav .flex-next {
  right: -4% !important;
}
#mpcth_page_wrap .format-gallery .mpcth-post-thumbnail .flex-direction-nav .flex-next:hover {
  right: -5% !important;
}

.format-video .mpcth-post-header .mpcth-video-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.format-video .mpcth-post-header {
  max-width: 650px;
  margin: 0 auto;
}
.format-video .mpcth-post-thumbnail .mpcth-video-wrap.mpcth-video-embed > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.format-video .mpcth-post-thumbnail .mpcth-video-wrap.mpcth-video-shortcode > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.format-video .mpcth-post-thumbnail .mpcth-video-wrap.mpcth-video-shortcode .mejs-layer,
.format-video .mpcth-post-thumbnail .mpcth-video-wrap.mpcth-video-shortcode .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}
.format-video .mpcth-post-thumbnail .mpcth-video-wrap.mpcth-video-shortcode .mejs-overlay-button {
  margin-top: -50px !important;
}

.format-aside .mpcth-post-title,
.format-aside .mpcth-post-header:after {
  display: none;
}
.search .format-aside .mpcth-post-title, .archive .format-aside .mpcth-post-title, .search
.format-aside .mpcth-post-header:after, .archive
.format-aside .mpcth-post-header:after {
  display: block;
}

.format-audio .mpcth-audio-wrap.mpcth-audio-shortcode {
  margin: 5px 0 15px 0;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.format-audio .mejs-controls,
.format-audio .mejs-container {
  border-radius: 6px;
}

.format-status .mpcth-post-footer {
  display: none;
}
.format-status .mpcth-post-title,
.format-status .mpcth-post-header:after {
  display: none;
}
.search .format-status .mpcth-post-title, .archive .format-status .mpcth-post-title, .search
.format-status .mpcth-post-header:after, .archive
.format-status .mpcth-post-header:after {
  display: block;
}
.format-status .mpcth-post-thumbnail {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.format-status .mpcth-post-thumbnail a {
  border-bottom: 1px dotted;
  border-color: inherit;
  text-decoration: underline;
  font-style: italic;
}
.format-status .mpcth-post-thumbnail .twitter-tweet {
  width: 100%;
  max-width: 100% !important;
}

.mpcth-post-content blockquote,
#mpcth-main-section-wrap blockquote {
  font-style: italic;
  padding: 0;
  margin: 3em 0 2.5em 0;
  position: relative;
}
.mpcth-post-content blockquote:before,
#mpcth-main-section-wrap blockquote:before {
  color: #000;
  opacity: .1;
  filter: alpha(opacity=10);
  font-size: 3em;
  position: absolute;
  width: 1.2em;
  top: -.1em;
  left: -.15em;
  font-style: normal;
  content: "\f10d";
  font-family: "FontAwesome";
}

.format-quote .mpcth-post-thumbnail {
  margin-bottom: 2.5em;
}
.format-quote .mpcth-post-thumbnail .mpcth-quote-text {
  margin: 0;
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: justify;
  position: relative;
}
.format-quote .mpcth-post-thumbnail .mpcth-quote-text .fa-quote-left {
  color: #000;
  opacity: .1;
  filter: alpha(opacity=10);
  font-size: 2.5em;
  position: absolute;
  z-index: -1;
  top: -.31em;
  left: -.1em;
}
@media only screen and (max-width: 767px) {
  .format-quote .mpcth-post-thumbnail .mpcth-quote-text {
    font-size: 1em;
  }
}
.format-quote .mpcth-post-thumbnail .mpcth-quote-author {
  text-align: right;
  font-size: 0.88em;
  margin-top: .5em;
}

.format-chat .mpcth-post-thumbnail {
  position: relative;
  font-weight: 300;
}
.format-chat .mpcth-post-thumbnail .mpcth-chat-message,
.format-chat .mpcth-post-thumbnail .mpcth-chat-message-odd {
  display: block;
  font-size: .9em;
  text-align: left;
}
.format-chat .mpcth-post-thumbnail .mpcth-chat-message {
  left: 0;
}
.format-chat .mpcth-post-thumbnail .mpcth-chat-message-odd {
  text-align: right;
  right: 0;
}
.format-chat .mpcth-post-thumbnail .mpcth-chat-content {
  display: inline-block;
  width: 70%;
  position: relative;
  padding: .5em .9em;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.format-chat .mpcth-post-thumbnail .mpcth-chat-name {
  font-style: italic;
  display: block;
  font-size: .8em;
  color: #fff;
}
.format-chat .mpcth-post-thumbnail .mpcth-chat-message-odd .mpcth-chat-name {
  text-align: right;
}

.format-link .mpcth-post-header .mpcth-post-title a .fa {
  position: relative;
  top: -.5em;
  font-size: .5em;
}

.ie .page-template-default #mpcth_page_wrap .mpcth-content-alignment,
.ie .single #mpcth_page_wrap .mpcth-content-alignment {
  padding-left: 0;
  padding-right: 0;
}

/* ========================================================================== *
 * 4. Menu
 * ========================================================================== */
.mpcth-menu,
#mpcth_menu {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.6em;
  display: inline-block;
}
.mpcth-menu .children,
.mpcth-menu .sub-menu,
#mpcth_menu .children,
#mpcth_menu .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  font-size: .7em;
  line-height: 1.6em;
}
.mpcth-menu .children .children,
.mpcth-menu .children .sub-menu,
.mpcth-menu .sub-menu .children,
.mpcth-menu .sub-menu .sub-menu,
#mpcth_menu .children .children,
#mpcth_menu .children .sub-menu,
#mpcth_menu .sub-menu .children,
#mpcth_menu .sub-menu .sub-menu {
  font-size: .8em;
  top: 0;
  left: 100%;
}
.mpcth-menu > ul,
#mpcth_menu > ul {
  margin: 0;
  padding: 0;
}
.mpcth-menu > ul > .page_item,
.mpcth-menu > .menu-item,
#mpcth_menu > ul > .page_item,
#mpcth_menu > .menu-item {
  display: block;
  text-align: center;
  position: relative;
}
.mpcth-menu > .menu-item.current-menu-item:before,
#mpcth_menu > .menu-item.current-menu-item:before {
  font-family: 'FontAwesome';
  content: "\f05d";
  display: block;
  width: 100%;
  opacity: .2;
  filter: alpha(opacity=20);
  text-align: center;
  font-size: 60px;
  line-height: .9em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #333333;
}
.ie .mpcth-menu > .menu-item.current-menu-item:before, .ie
#mpcth_menu > .menu-item.current-menu-item:before {
  display: none;
}
.mpcth-menu .page_item,
.mpcth-menu .menu-item,
#mpcth_menu .page_item,
#mpcth_menu .menu-item {
  position: relative;
  white-space: nowrap;
  list-style: none;
  margin: 0;
}

.mpcth-menu-toggle {
  position: fixed;
  top: 10px;
  right: 5px;
  z-index: 9999;
  font-size: 1.2em;
}
.mpcth-menu-toggle a {
  padding: 5px 10px;
  display: block;
  outline: none;
}
.mpcth-menu-toggle .mpcth-menu-label {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 40px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  padding: .2em .75em;
  margin-top: -.1em;
  line-height: 1.5em;
  font-size: .6em;
  color: #ffffff;
  font-weight: 300;
  white-space: nowrap;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mpcth-menu-toggle .mpcth-menu-label .mpcth-menu-label-close {
  display: none;
}
.mpcth-menu-opened .mpcth-menu-toggle .mpcth-menu-label .mpcth-menu-label-open {
  display: none;
}
.mpcth-menu-opened .mpcth-menu-toggle .mpcth-menu-label .mpcth-menu-label-close {
  display: block;
}
.mpcth-menu-toggle .mpcth-menu-label:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.3);
  border-width: 3px;
  margin-top: -3px;
}
.mpcth-menu-toggle .mpcth-menu-icon {
  position: relative;
}
.mpcth-menu-toggle .mpcth-menu-icon span {
  width: 20px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 0 0 3px;
  position: relative;
  top: 0;
  left: 0;
}
.mpcth-menu-toggle.close .mpcth-menu-icon span:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mpcth-menu-toggle.close .mpcth-menu-icon span:first-child {
  top: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
}
.mpcth-menu-toggle.close .mpcth-menu-icon span:last-child {
  top: -6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
}
.admin-bar .mpcth-menu-toggle {
  top: 42px;
}
@media only screen and (max-width: 767px) {
  .mpcth-menu-toggle {
    position: fixed;
  }
}

/* ========================================================================== *
 * 5. Pagination
 * ========================================================================== */
.mpcth-post-pagination a[rel=prev] {
  float: left;
}
.mpcth-post-pagination a[rel=next] {
  float: right;
}
.mpcth-post-pagination:after {
  content: '.';
  visibility: hidden;
  height: 1px;
  display: block;
  clear: both;
}

.mpcth-post-nav {
  display: none;
}

.single .mpcth-post-nav {
  display: block;
  position: fixed;
  top: 40px;
  right: 5px;
  width: 40px;
  z-index: 9999;
  font-size: 24px;
  padding: 0;
  text-align: center;
}
.single .mpcth-post-nav a {
  outline: none;
  color: #ffffff;
}
.single .mpcth-post-nav a[rel="prev"] {
  float: left;
}
.single .mpcth-post-nav i {
  width: 20px;
}

.admin-bar.single .mpcth-post-nav {
  top: 72px;
}

.mpcth-menu-opened.single .mpcth-post-nav {
  right: -45px;
}

@media only screen and (max-width: 1024px) {
  .single .mpcth-post-nav a {
    display: block;
    text-align: center;
    width: 100%;
    float: none;
    font-size: 30px;
  }
  .single .mpcth-post-nav i {
    width: auto;
  }
}
#fp-nav.right {
  right: 11px !important;
}
#fp-nav li span {
  border-color: #fff;
}
#fp-nav li a span {
  width: 6px;
  height: 6px;
  border: none;
  background: #FFF;
  top: 5px;
  left: 5px;
}
#fp-nav li a.active span {
  border: 1px solid;
  border-color: #fff;
  background: none !important;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
}
#fp-nav .fp-tooltip {
  white-space: nowrap;
  top: -4px;
}

.single #fp-nav {
  display: none;
}

#mpcth_pagination {
  clear: both;
}

#mpcth_load_more {
  text-align: center;
  display: block;
  padding: 1em;
  background: #ffffff;
}

html.ie .blog #fp-nav li.hidden,
html.ie .page-template-template-blog-php #fp-nav li.hidden {
  display: none;
}

@media only screen and (min-width: 979px) {
  .blog #fp-nav li:nth-child(2n),
  .page-template-template-blog-php #fp-nav li:nth-child(2n) {
    display: none;
  }

  .archive #fp-nav li,
  .search #fp-nav li {
    display: none;
  }
  .archive #fp-nav li:nth-child(2n+1),
  .search #fp-nav li:nth-child(2n+1) {
    display: block;
  }
  .archive #fp-nav li:last-child, .archive #fp-nav li:nth-last-child(2),
  .search #fp-nav li:last-child,
  .search #fp-nav li:nth-last-child(2) {
    display: none;
  }

  .archive .mpcth-post,
  .search .mpcth-post {
    height: 50% !important;
  }
}
@media only screen and (max-width: 978px) {
  .archive #fp-nav li:last-child,
  .search #fp-nav li:last-child {
    display: none;
  }

  .archive .mpcth-post,
  .search .mpcth-post {
    height: 50% !important;
  }
}
/* ========================================================================== *
 * 6. Comments
 * ========================================================================== */
#mpcth_comments {
  margin: -3em 0 0 0;
  padding: 0 0 2em 0;
}
#mpcth_comments #mpcth_comments_wrap {
  margin: 0;
  padding: 0;
}
#mpcth_comments .mpcth-main-section {
  padding: 0;
}
#mpcth_comments .comment-form {
  margin-bottom: 2em;
  position: relative;
}
#mpcth_comments li {
  list-style: none;
}
#mpcth_comments .pingback {
  margin-bottom: 1.5em;
}
#mpcth_comments .mpcth-comments-title,
#mpcth_comments .comment-reply-title {
  font-size: 2.25em;
  text-align: center;
  margin-top: 1.5em;
}
#mpcth_comments .comment-reply-title {
  margin-bottom: 1.25em;
}
#mpcth_comments .mpcth-comment-avatar-wrap {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
#mpcth_comments .mpcth-comment-avatar-wrap img {
  border-radius: 100%;
  max-width: 100%;
  height: auto;
}
#mpcth_comments .mpcth-comment-author {
  margin-top: 0;
  margin-bottom: .5em;
}
#mpcth_comments .mpcth-comment-date {
  font-size: 1em;
}
#mpcth_comments .mpcth-comment-content {
  margin-left: 120px;
  position: relative;
}
#mpcth_comments .comment-edit-link,
#mpcth_comments .comment-reply-link {
  margin-left: 0.5em;
}
#mpcth_comments .mpcth-comment-not-approved {
  text-align: left;
  font-style: italic;
  font-size: 0.9em;
  position: relative;
  margin-top: -1.4em;
  text-indent: 1.3em;
  margin-bottom: 0em;
}
#mpcth_comments .mpcth-comment {
  overflow: hidden;
}
#mpcth_comments .mpcth-comment a {
  color: inherit;
  border: none;
}
#mpcth_comments .mpcth-comment .mpcth-comment-header {
  margin-bottom: -1em;
}
#mpcth_comments .mpcth-comment .mpcth-comment-header .fa {
  margin-left: .5em;
  display: none;
}
#mpcth_comments .mpcth-comment .mpcth-comment-author {
  font-size: 1.5em;
  display: inline-block;
}
#mpcth_comments .mpcth-comment .mpcth-comment-permalink {
  color: #999999;
  font-size: 0.875em;
  font-style: italic;
  margin-left: 0.3em;
}
#mpcth_comments .mpcth-comment .mpcth-comment-footer {
  color: #999999;
  width: 100%;
  font-size: 0.88em;
  text-align: right;
  margin-top: 0em;
  padding-left: 120px;
  position: relative;
  top: -0.5em;
}
#mpcth_comments .mpcth-comment .mpcth-comment-footer a {
  margin-left: .5em;
}
@media only screen and (max-width: 480px) {
  #mpcth_comments .mpcth-comment .mpcth-comment-avatar-wrap {
    width: 50px;
  }
  #mpcth_comments .mpcth-comment .mpcth-comment-author {
    display: block;
    margin-bottom: 0;
  }
  #mpcth_comments .mpcth-comment .mpcth-comment-permalink {
    display: inline-block;
    margin: 0 0 1em 0;
  }
  #mpcth_comments .mpcth-comment .mpcth-comment-content {
    margin-left: 70px;
  }
}
#mpcth_comments .bypostauthor > .mpcth-comment .mpcth-comment-header .fa {
  display: inline-block;
}
#mpcth_comments .children {
  padding-left: 0;
  margin-left: 2.5em;
}
@media only screen and (max-width: 767px) {
  #mpcth_comments .children {
    margin-left: 0;
  }
}

#reply-title {
  margin-bottom: 0.6em;
}

/* Comments form */
#mpcth_page_wrap #mpcth_comment_form .comment-notes {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: -0.5em;
  margin-top: 0em;
  display: none;
}
#mpcth_page_wrap #mpcth_comment_form .form-allowed-tags {
  font-size: 0.857em;
  line-height: 1.5em;
  display: none;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-wrap {
  float: left;
  width: 48%;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-author,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url {
  margin-top: 0;
  margin-bottom: 1em;
  width: 49%;
  position: relative;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-author label,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email label,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url label {
  z-index: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 0.88em;
  white-space: nowrap;
  margin-right: 1em;
  color: #ffffff;
  background: #ff7f7f;
  padding: .6em .75em;
  line-height: 1em;
  border-radius: 3px;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-author label:after,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email label:after,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.85em;
  right: -0.5em;
  border: 0.3em solid transparent;
  border-left: 0.3em solid #ff7f7f;
}
@media only screen and (max-width: 978px) {
  #mpcth_page_wrap #mpcth_comment_form .comment-form-author label,
  #mpcth_page_wrap #mpcth_comment_form .comment-form-email label,
  #mpcth_page_wrap #mpcth_comment_form .comment-form-url label {
    display: none;
  }
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-author .mpcth-input-invalid + label,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email .mpcth-input-invalid + label,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url .mpcth-input-invalid + label {
  top: 0;
  right: 100%;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-author input,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email input,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url input {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  line-height: 2em;
  height: 2.5em;
  margin: 0;
  position: relative;
  z-index: 10;
  background: #eeeeee;
  border: none;
  padding: .25em .5em;
  color: #999999;
  border-radius: 2px;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-author input:focus, #mpcth_page_wrap #mpcth_comment_form .comment-form-author input:active,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email input:focus,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email input:active,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url input:focus,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url input:active {
  outline: none;
  border: none;
  text-shadow: none;
  background: #dbf0f3;
  color: #555555;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-author input:hover,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email input:hover,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url input:hover {
  background: #dbf0f3;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-author input.mpcth-input-invalid,
#mpcth_page_wrap #mpcth_comment_form .comment-form-email input.mpcth-input-invalid,
#mpcth_page_wrap #mpcth_comment_form .comment-form-url input.mpcth-input-invalid {
  color: #555555;
}
@media only screen and (max-width: 978px) {
  #mpcth_page_wrap #mpcth_comment_form .comment-form-author input.mpcth-input-invalid,
  #mpcth_page_wrap #mpcth_comment_form .comment-form-email input.mpcth-input-invalid,
  #mpcth_page_wrap #mpcth_comment_form .comment-form-url input.mpcth-input-invalid {
    color: #ffffff;
    background: #ff7f7f;
  }
}
@media only screen and (max-width: 767px) {
  #mpcth_page_wrap #mpcth_comment_form .comment-form-author,
  #mpcth_page_wrap #mpcth_comment_form .comment-form-email,
  #mpcth_page_wrap #mpcth_comment_form .comment-form-url {
    float: none;
    width: 100%;
  }
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-url {
  margin-right: 0px;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-comment {
  position: absolute;
  top: 0;
  right: 0;
  width: 49%;
  border-radius: 2px;
  margin: 0 0 1.5em 0;
}
.logged-in #mpcth_page_wrap #mpcth_comment_form .comment-form-comment {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #mpcth_page_wrap #mpcth_comment_form .comment-form-comment {
    width: 100%;
    position: relative;
  }
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-comment label {
  z-index: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 0.88em;
  white-space: nowrap;
  margin-left: 1em;
  color: #ffffff;
  background: #ff7f7f;
  padding: .6em .75em;
  line-height: 1em;
  border-radius: 3px;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-comment label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.5em;
  border: 0.3em solid transparent;
  border-right: 0.3em solid #ff7f7f;
}
@media only screen and (max-width: 978px) {
  #mpcth_page_wrap #mpcth_comment_form .comment-form-comment label {
    display: none;
  }
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-comment .mpcth-input-invalid + label {
  top: 0;
  left: 100%;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-comment textarea {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 13em;
  z-index: 10;
  background: #eeeeee;
  border: none;
  padding: 5px 10px;
  color: #999999;
  position: relative;
  border-radius: 2px;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-comment textarea:focus, #mpcth_page_wrap #mpcth_comment_form .comment-form-comment textarea:active {
  outline: none;
  border: none;
  text-shadow: none;
  background: #dbf0f3;
  color: #555555;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-comment textarea:hover {
  background: #dbf0f3;
}
#mpcth_page_wrap #mpcth_comment_form .comment-form-comment textarea.mpcth-input-invalid {
  color: #555555;
}
@media only screen and (max-width: 978px) {
  #mpcth_page_wrap #mpcth_comment_form .comment-form-comment textarea.mpcth-input-invalid {
    color: #ffffff;
    background: #ff7f7f;
  }
}
.ie #mpcth_page_wrap #mpcth_comment_form .comment-form-comment textarea {
  min-height: 12.5em;
}
#mpcth_page_wrap #mpcth_comment_form .form-submit {
  width: 49%;
  margin-top: 0;
  margin-bottom: 1em;
}
#mpcth_page_wrap #mpcth_comment_form .form-submit #mpcth_comment_submit {
  color: #999999;
  background: #dbf0f3;
  line-height: 1.9em;
  padding: .25em .5em;
  width: 100%;
  outline: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.logged-in #mpcth_page_wrap #mpcth_comment_form .form-submit {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #mpcth_page_wrap #mpcth_comment_form .form-submit {
    width: 100%;
    position: relative;
  }
}
#mpcth_page_wrap #mpcth_comment_form.form-invalid input[type=text],
#mpcth_page_wrap #mpcth_comment_form.form-invalid textarea, #mpcth_page_wrap #mpcth_comment_form.form-active input[type=text],
#mpcth_page_wrap #mpcth_comment_form.form-active textarea, #mpcth_page_wrap #mpcth_comment_form:hover input[type=text],
#mpcth_page_wrap #mpcth_comment_form:hover textarea {
  color: #555555;
}
@media only screen and (max-width: 978px) {
  #mpcth_page_wrap #mpcth_comment_form.form-invalid input[type=text].mpcth-input-invalid,
  #mpcth_page_wrap #mpcth_comment_form.form-invalid textarea.mpcth-input-invalid, #mpcth_page_wrap #mpcth_comment_form.form-active input[type=text].mpcth-input-invalid,
  #mpcth_page_wrap #mpcth_comment_form.form-active textarea.mpcth-input-invalid, #mpcth_page_wrap #mpcth_comment_form:hover input[type=text].mpcth-input-invalid,
  #mpcth_page_wrap #mpcth_comment_form:hover textarea.mpcth-input-invalid {
    color: #ffffff;
    background: #ff7f7f;
  }
}
#mpcth_page_wrap #mpcth_comment_form.form-invalid .form-submit #mpcth_comment_submit, #mpcth_page_wrap #mpcth_comment_form.form-active .form-submit #mpcth_comment_submit, #mpcth_page_wrap #mpcth_comment_form:hover .form-submit #mpcth_comment_submit {
  color: #555555;
}
#mpcth_page_wrap #mpcth_comment_form.form-invalid .form-submit #mpcth_comment_submit:hover, #mpcth_page_wrap #mpcth_comment_form.form-invalid .form-submit #mpcth_comment_submit:focus, #mpcth_page_wrap #mpcth_comment_form.form-invalid .form-submit #mpcth_comment_submit:active, #mpcth_page_wrap #mpcth_comment_form.form-active .form-submit #mpcth_comment_submit:hover, #mpcth_page_wrap #mpcth_comment_form.form-active .form-submit #mpcth_comment_submit:focus, #mpcth_page_wrap #mpcth_comment_form.form-active .form-submit #mpcth_comment_submit:active, #mpcth_page_wrap #mpcth_comment_form:hover .form-submit #mpcth_comment_submit:hover, #mpcth_page_wrap #mpcth_comment_form:hover .form-submit #mpcth_comment_submit:focus, #mpcth_page_wrap #mpcth_comment_form:hover .form-submit #mpcth_comment_submit:active {
  background: transparent;
  border-color: #86C9D3;
  color: #86C9D3;
}
#mpcth_page_wrap #mpcth_comment_form .logged-in-as {
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .mpcth-sidebar-right #mpcth_comment_form .comment-form-author,
  .mpcth-sidebar-right #mpcth_comment_form .comment-form-email,
  .mpcth-sidebar-right #mpcth_comment_form .comment-form-url,
  .mpcth-sidebar-right #mpcth_comment_form .form-submit #mpcth_comment_submit,
  .mpcth-sidebar-left #mpcth_comment_form .comment-form-author,
  .mpcth-sidebar-left #mpcth_comment_form .comment-form-email,
  .mpcth-sidebar-left #mpcth_comment_form .comment-form-url,
  .mpcth-sidebar-left #mpcth_comment_form .form-submit #mpcth_comment_submit {
    float: none;
    width: 100%;
  }
}

/* ========================================================================== *
 * 7. Contact
 * ========================================================================== */
#mpcth_page_wrap .wpcf7 {
  position: relative;
  margin-bottom: 1em;
}
#mpcth_page_wrap .wpcf7 .contact-form-input {
  margin: 0 0 1em 0;
  width: 49%;
  position: relative;
}
#mpcth_page_wrap .wpcf7 .contact-form-input input {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  line-height: 2em;
  height: 2.5em;
  margin: 0;
  position: relative;
  z-index: 10;
  background: #eeeeee;
  border: none;
  padding: .25em .5em;
  color: #999999;
  border-radius: 2px;
}
#mpcth_page_wrap .wpcf7 .contact-form-input input:focus, #mpcth_page_wrap .wpcf7 .contact-form-input input:active {
  outline: none;
  border: none;
  text-shadow: none;
  background: #dbf0f3;
  color: #555555;
}
#mpcth_page_wrap .wpcf7 .contact-form-input input:hover {
  background: #dbf0f3;
}
#mpcth_page_wrap .wpcf7 .contact-form-input input.wpcf7-not-valid {
  color: #555555;
}
@media only screen and (max-width: 978px) {
  #mpcth_page_wrap .wpcf7 .contact-form-input input.wpcf7-not-valid {
    color: #ffffff;
    background: #ff7f7f;
  }
}
@media only screen and (max-width: 767px) {
  #mpcth_page_wrap .wpcf7 .contact-form-input {
    float: none;
    width: 100%;
  }
}
#mpcth_page_wrap .wpcf7 .contact-form-message {
  position: absolute;
  top: 0;
  right: 0;
  width: 49%;
  border-radius: 2px;
  margin: 0 0 1.5em 0;
}
@media only screen and (max-width: 767px) {
  #mpcth_page_wrap .wpcf7 .contact-form-message {
    width: 100%;
    position: relative;
  }
}
#mpcth_page_wrap .wpcf7 .contact-form-message textarea {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 13em;
  z-index: 10;
  background: #eeeeee;
  border: none;
  padding: 5px 10px;
  color: #999999;
  position: relative;
  border-radius: 2px;
}
#mpcth_page_wrap .wpcf7 .contact-form-message textarea:focus, #mpcth_page_wrap .wpcf7 .contact-form-message textarea:active {
  outline: none;
  border: none;
  text-shadow: none;
  background: #dbf0f3;
  color: #555555;
}
#mpcth_page_wrap .wpcf7 .contact-form-message textarea:hover {
  background: #dbf0f3;
}
#mpcth_page_wrap .wpcf7 .contact-form-message textarea.wpcf7-not-valid {
  color: #555555;
}
@media only screen and (max-width: 978px) {
  #mpcth_page_wrap .wpcf7 .contact-form-message textarea.wpcf7-not-valid {
    color: #ffffff;
    background: #ff7f7f;
  }
}
.ie #mpcth_page_wrap .wpcf7 .contact-form-message textarea {
  min-height: 12.5em;
}
#mpcth_page_wrap .wpcf7 .form-submit {
  position: relative;
  width: 49%;
  margin: 0 0 1em 0;
}
#mpcth_page_wrap .wpcf7 .form-submit .wpcf7-submit {
  color: #999999;
  background: #dbf0f3;
  line-height: 1.9em;
  padding: .25em .5em;
  width: 100%;
  outline: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
#mpcth_page_wrap .wpcf7 .form-submit .ajax-loader {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  #mpcth_page_wrap .wpcf7 .form-submit {
    width: 100%;
    position: relative;
  }
}
#mpcth_page_wrap .wpcf7 .wpcf7-form.invalid input[type=text],
#mpcth_page_wrap .wpcf7 .wpcf7-form.invalid input[type=email],
#mpcth_page_wrap .wpcf7 .wpcf7-form.invalid input[type=url],
#mpcth_page_wrap .wpcf7 .wpcf7-form.invalid textarea, #mpcth_page_wrap .wpcf7:hover input[type=text],
#mpcth_page_wrap .wpcf7:hover input[type=email],
#mpcth_page_wrap .wpcf7:hover input[type=url],
#mpcth_page_wrap .wpcf7:hover textarea, #mpcth_page_wrap .wpcf7.form-active input[type=text],
#mpcth_page_wrap .wpcf7.form-active input[type=email],
#mpcth_page_wrap .wpcf7.form-active input[type=url],
#mpcth_page_wrap .wpcf7.form-active textarea {
  color: #555555;
}
@media only screen and (max-width: 978px) {
  #mpcth_page_wrap .wpcf7 .wpcf7-form.invalid input[type=text].wpcf7-not-valid,
  #mpcth_page_wrap .wpcf7 .wpcf7-form.invalid input[type=email].wpcf7-not-valid,
  #mpcth_page_wrap .wpcf7 .wpcf7-form.invalid input[type=url].wpcf7-not-valid,
  #mpcth_page_wrap .wpcf7 .wpcf7-form.invalid textarea.wpcf7-not-valid, #mpcth_page_wrap .wpcf7:hover input[type=text].wpcf7-not-valid,
  #mpcth_page_wrap .wpcf7:hover input[type=email].wpcf7-not-valid,
  #mpcth_page_wrap .wpcf7:hover input[type=url].wpcf7-not-valid,
  #mpcth_page_wrap .wpcf7:hover textarea.wpcf7-not-valid, #mpcth_page_wrap .wpcf7.form-active input[type=text].wpcf7-not-valid,
  #mpcth_page_wrap .wpcf7.form-active input[type=email].wpcf7-not-valid,
  #mpcth_page_wrap .wpcf7.form-active input[type=url].wpcf7-not-valid,
  #mpcth_page_wrap .wpcf7.form-active textarea.wpcf7-not-valid {
    color: #ffffff;
    background: #ff7f7f;
  }
}
#mpcth_page_wrap .wpcf7 .wpcf7-form.invalid .form-submit .wpcf7-submit, #mpcth_page_wrap .wpcf7:hover .form-submit .wpcf7-submit, #mpcth_page_wrap .wpcf7.form-active .form-submit .wpcf7-submit {
  color: #555555;
}
#mpcth_page_wrap .wpcf7 .wpcf7-form.invalid .form-submit .wpcf7-submit:hover, #mpcth_page_wrap .wpcf7 .wpcf7-form.invalid .form-submit .wpcf7-submit:focus, #mpcth_page_wrap .wpcf7 .wpcf7-form.invalid .form-submit .wpcf7-submit:active, #mpcth_page_wrap .wpcf7:hover .form-submit .wpcf7-submit:hover, #mpcth_page_wrap .wpcf7:hover .form-submit .wpcf7-submit:focus, #mpcth_page_wrap .wpcf7:hover .form-submit .wpcf7-submit:active, #mpcth_page_wrap .wpcf7.form-active .form-submit .wpcf7-submit:hover, #mpcth_page_wrap .wpcf7.form-active .form-submit .wpcf7-submit:focus, #mpcth_page_wrap .wpcf7.form-active .form-submit .wpcf7-submit:active {
  background: transparent;
  border-color: #86C9D3;
  color: #86C9D3;
}
#mpcth_page_wrap .wpcf7 .wpcf7-not-valid-tip {
  position: relative;
  color: #ffffff;
  background: #ff7f7f;
  display: inline-block;
  padding: .2em .5em;
  border-radius: 2px;
  margin-top: .5em;
}
#mpcth_page_wrap .wpcf7 .wpcf7-not-valid-tip:before {
  content: '';
  display: block;
  position: absolute;
  top: -.5em;
  left: 1em;
  border: 0.3em solid transparent;
  border-bottom: 0.3em solid #ff7f7f;
}
@media only screen and (min-width: 1025px) {
  #mpcth_page_wrap .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    top: -0.25em;
    right: 100%;
    white-space: nowrap;
    margin-top: 0;
    margin-right: 1em;
  }
  #mpcth_page_wrap .wpcf7 .wpcf7-not-valid-tip:before {
    left: auto;
    top: 50%;
    right: -0.5em;
    border: 0.3em solid transparent;
    border-left: 0.3em solid #ff7f7f;
    margin-top: -0.25em;
  }
}
@media only screen and (max-width: 978px) {
  #mpcth_page_wrap .wpcf7 .wpcf7-not-valid-tip {
    display: none;
  }
}
#mpcth_page_wrap .wpcf7 .wpcf7-mail-sent-ok,
#mpcth_page_wrap .wpcf7 .wpcf7-validation-errors {
  margin: 0;
  color: #ffffff;
  background: #ff7f7f;
  border: none;
  padding: .2em .5em;
  border-radius: 2px;
}
#mpcth_page_wrap .wpcf7 .wpcf7-mail-sent-ok {
  background: #6cce68;
}

/* ========================================================================== *
 * 7. Widgets
 * ========================================================================== */
.widget li {
  line-height: 1.5em;
  max-height: 80%;
  overflow: hidden;
}
.widget .widget-title,
.widget .widget_title {
  font-size: 1.6em;
  margin-bottom: .4em;
}

body .widget .flexslider .slides > li {
  display: table-cell;
  vertical-align: middle;
}

.widget_text .textwidget {
  -webkit-font-smoothing: antialiased;
  line-height: 1.3em;
}

.mpc-w-twitter-widget ul {
  text-align: center;
}
.mpc-w-twitter-widget .tweet {
  clear: both;
  max-width: 500px;
  margin: 0 auto;
  font-size: 1em;
  position: relative;
}
.mpc-w-twitter-widget .tweet:before {
  color: #000000;
  opacity: 0.1;
  filter: alpha(opacity=10);
  font-size: 3em;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  top: 60%;
  left: 50%;
  margin-top: -.6em;
  margin-left: -.6em;
  font-style: normal;
  content: "\f099";
  font-family: "FontAwesome";
  z-index: -1;
  line-height: 1;
}
.mpc-w-twitter-widget .tweet .e-entry-title {
  line-height: 1.5em;
}
.mpc-w-twitter-widget .widget_title {
  font-size: 2.5em;
  margin-bottom: 1em;
}
.mpc-w-twitter-widget .avatar {
  float: left;
  margin-right: .5em;
}
.mpc-w-twitter-widget .u-url,
.mpc-w-twitter-widget .u-url * {
  vertical-align: top;
  line-height: 1em;
  text-align: center;
}
.mpc-w-twitter-widget .e-entry-content {
  clear: both;
}
.mpc-w-twitter-widget .e-entry-title {
  margin-bottom: .5em;
}
.mpc-w-twitter-widget:after {
  content: '';
  clear: both;
  display: block;
}
.mpc-w-twitter-widget b.p-nickname {
  font-weight: normal;
}
.mpc-w-twitter-widget .retweet-credit,
.mpc-w-twitter-widget .header {
  display: none;
}
.mpc-w-twitter-widget a {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.mpc-w-twitter-widget a.link {
  word-break: break-all;
}
.mpc-w-twitter-widget a.u-url {
  position: relative;
  margin-bottom: 2.5em;
  margin-top: 1em;
  font-size: .9em;
  border-bottom: none;
}
.mpc-w-twitter-widget abbr {
  text-decoration: none;
  border-bottom: none;
}

.mpc-w-recent-posts-widget .mpc-w-recent-post {
  clear: both;
}
.mpc-w-recent-posts-widget .mpc-w-recent-post-title img {
  float: left;
  margin-right: .5em;
  width: 60px;
  height: 60px;
}
.mpc-w-recent-posts-widget .mpc-w-recent-post-meta {
  display: block;
}

.widget_pages li {
  list-style: none;
}
.widget_pages .children {
  margin: 0;
  padding: 0 0 0 1em;
}

.widget_nav_menu li {
  list-style: none;
}
.widget_nav_menu .menu {
  margin: 0;
  padding: 0;
}
.widget_nav_menu .sub-menu {
  margin: 0;
  padding: 0 0 0 1em;
}

.widget_calendar th, .widget_calendar td {
  text-align: center;
  padding: .25em;
  line-height: 1em;
}
.widget_calendar #wp-calendar {
  margin: 0 auto;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}

#searchform {
  position: relative;
  display: inline-block;
}
#searchform input.mpcth-search {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: inherit;
  border: none;
  padding: 7px 10px;
  width: 211px;
  outline: none;
  -webkit-font-smoothing: antialiased;
}
#searchform i {
  position: absolute;
  top: 7px;
  right: .5em;
  font-size: .8em;
  line-height: 1.69em;
  width: 1.5em;
}
#searchform input.submit {
  outline: none;
  background: none;
  border: none;
  text-indent: -99999px;
  width: 2em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
#searchform ::-webkit-input-placeholder {
  color: inherit;
}
#searchform :-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#searchform ::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#searchform :-ms-input-placeholder {
  color: inherit;
}

.ie #searchform input.mpcth-search {
  border-width: 1px;
  border-style: solid;
}

#mpcth_page_wrap .bra-photostream-widget .widget-title {
  margin-bottom: 0.7em;
}
#mpcth_page_wrap .bra-photostream-widget ul {
  list-style: none;
  padding: 0px;
  margin: 0 auto !important;
  overflow: hidden;
  width: 345px;
}
#mpcth_page_wrap .bra-photostream-widget ul li {
  height: auto;
  border: none;
  margin: 0px 5px 5px 0px !important;
  padding: 0px;
}
#mpcth_page_wrap .bra-photostream-widget ul li a {
  display: block !important;
  margin: 10px !important;
  padding: 0px !important;
  width: 90px !important;
  height: 90px !important;
  border: none !important;
  overflow: hidden !important;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
#mpcth_page_wrap .bra-photostream-widget ul li a:hover {
  background: transparent !important;
}
#mpcth_page_wrap .bra-photostream-widget ul li:hover {
  box-shadow: none;
}
#mpcth_page_wrap .bra-photostream-widget ul li:hover img {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
#mpcth_page_wrap .bra-photostream-widget ul li img {
  margin: 0px;
  border: none;
  display: block;
  max-width: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#mpcth_page_wrap .bra-photostream-widget ul li img.landscape {
  height: 100% !important;
  width: auto !important;
}
#mpcth_page_wrap .bra-photostream-widget ul li img.portrait {
  width: 100% !important;
  height: auto !important;
}

.page .flexslider:hover .flex-next,
.post .flexslider:hover .flex-next {
  right: 0;
}
.page .flexslider:hover .flex-prev,
.post .flexslider:hover .flex-prev {
  left: 0;
}
.page .flexslider,
.post .flexslider {
  margin-bottom: 0.5em;
}
.page .flexslider .flex-next,
.page .flexslider .flex-prev,
.post .flexslider .flex-next,
.post .flexslider .flex-prev {
  color: white !important;
  font-size: 0;
}
.page .flexslider .flex-direction-nav a,
.post .flexslider .flex-direction-nav a {
  text-shadow: none;
}
.page .flexslider .flex-control-nav,
.post .flexslider .flex-control-nav {
  z-index: 100;
  bottom: 0;
}
.page .flexslider .flex-control-nav li,
.post .flexslider .flex-control-nav li {
  margin: 0 0.3em;
}
.page .flexslider .flex-control-nav li a,
.post .flexslider .flex-control-nav li a {
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
}

#mpcth_content .flexslider {
  background: none;
}

.single-mpc_portfolio #mpcth_content .mpcth-flexslider-background,
.page-template-template-portfolio-php #mpcth_content .mpcth-flexslider-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.single-mpc_portfolio #mpcth_content .mpcth-flexslider-background .slides li img,
.page-template-template-portfolio-php #mpcth_content .mpcth-flexslider-background .slides li img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .single-mpc_portfolio #mpcth_content .mpcth-flexslider-background,
  .page-template-template-portfolio-php #mpcth_content .mpcth-flexslider-background {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
}
.single-mpc_portfolio #mpcth_content .mpcth-flexslider-background .flexslider,
.single-mpc_portfolio #mpcth_content .mpcth-flexslider-background .flexslider .slides,
.single-mpc_portfolio #mpcth_content .mpcth-flexslider-background .flexslider .slides li,
.single-mpc_portfolio #mpcth_content .mpcth-flexslider-background .flexslider .slides li img,
.page-template-template-portfolio-php #mpcth_content .mpcth-flexslider-background .flexslider,
.page-template-template-portfolio-php #mpcth_content .mpcth-flexslider-background .flexslider .slides,
.page-template-template-portfolio-php #mpcth_content .mpcth-flexslider-background .flexslider .slides li,
.page-template-template-portfolio-php #mpcth_content .mpcth-flexslider-background .flexslider .slides li img {
  vertical-align: inherit;
}

#mpcth_content .mpcth-flexslider-background .flex-direction-nav,
#mpcth_content .mpcth-flexslider-background .flex-control-nav {
  display: none;
}

.single-post .mpcth-flexslider-background .slides li {
  text-align: center;
}

.single-post .mpcth-flexslider-background .slides img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

body #mpcth_page_wrap .flexslider {
  background: none;
}
#mpcth_page_wrap .flex-direction-nav .flex-prev,
#mpcth_page_wrap .flex-direction-nav .flex-next {
  width: 36px;
  height: 72px;
  text-indent: -9999px;
}
#mpcth_page_wrap .flex-direction-nav .flex-prev {
  left: 50px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  background: url(img/arrow-left.png);
}
#mpcth_page_wrap .flex-direction-nav .flex-prev:hover {
  left: 60px !important;
}
#mpcth_page_wrap .flex-direction-nav .flex-next {
  right: 50px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  background: url(img/arrow-right.png);
}
#mpcth_page_wrap .flex-direction-nav .flex-next:hover {
  right: 60px !important;
}
#mpcth_page_wrap .flex-direction-nav a {
  margin: -36px 0 0 0;
}
#mpcth_page_wrap .flex-direction-nav a:before {
  display: none;
}
#mpcth_page_wrap .mpc-sh-flexslider-wrap .flex-direction-nav .flex-next {
  width: 80px;
  height: 80px;
  background: url(img/arrow-right-dark.png) no-repeat center center;
  right: -95px !important;
}
#mpcth_page_wrap .mpc-sh-flexslider-wrap .flex-direction-nav .flex-prev {
  width: 80px;
  height: 80px;
  background: url(img/arrow-left-dark.png) no-repeat center center;
  left: -95px !important;
}
#mpcth_page_wrap .mpc-sh-flexslider-wrap .flex-direction-nav .flex-next:hover {
  right: -100px !important;
}
#mpcth_page_wrap .mpc-sh-flexslider-wrap .flex-direction-nav .flex-prev:hover {
  left: -100px !important;
}
@media only screen and (max-width: 979px) {
  #mpcth_page_wrap .mpc-sh-flexslider-wrap .flex-direction-nav .flex-next {
    right: 20px !important;
  }
  #mpcth_page_wrap .mpc-sh-flexslider-wrap .flex-direction-nav .flex-prev {
    left: 20px !important;
  }
  #mpcth_page_wrap .mpc-sh-flexslider-wrap .flex-direction-nav .flex-next:hover {
    right: 25px !important;
  }
  #mpcth_page_wrap .mpc-sh-flexslider-wrap .flex-direction-nav .flex-prev:hover {
    left: 25px !important;
  }
}

#mpcth-header-slider .flex-direction-nav a {
  font-size: 0;
}

#mpcth-main-section-wrap .flex-direction-nav a .flex-next {
  right: -10% !important;
  background: url(img/arrow-right.png);
}
#mpcth-main-section-wrap .flex-direction-nav a .flex-prev {
  left: -10% !important;
  background: url(img/arrow-left.png);
}
#mpcth-main-section-wrap .flex-direction-nav a a {
  font-size: 0;
}

#mpcth_main .flexslider .slides > li {
  -webkit-backface-visibility: visible;
}
#mpcth_main .wpb_separator, #mpcth_main .vc_text_separator {
  border-color: #e0e0e0;
  margin-bottom: 2.5em;
}
#mpcth_main .vc_text_separator div {
  background: #eeeeee;
  top: -0.8em;
}
#mpcth_main .wpb_alert {
  border-radius: 0;
  border: none;
  margin-bottom: 2em;
}
#mpcth_main .wpb_alert > div {
  background: none;
  padding-left: 0;
}
#mpcth_main .wpb_alert > div p {
  text-shadow: none;
}
#mpcth_main .wpb_toggle {
  background: none;
  padding-left: 0;
  font-size: 1.3em !important;
}
#mpcth_main .wpb_toggle_content {
  padding-left: 0;
  margin-top: 0;
}
#mpcth_main .wpb_flexslider {
  box-shadow: none;
  border: none;
}
#mpcth_main .flex-control-nav {
  bottom: 0.5em;
  z-index: 100;
}
#mpcth_main .flex-control-nav li a {
  background: rgba(238, 238, 238, 0.9);
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
}
#mpcth_main .nivoSlider {
  box-shadow: none;
  background: none;
}
#mpcth_main .nivo-directionNav a {
  color: transparent;
  background: none;
  text-indent: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 0;
}
#mpcth_main .nivo-directionNav a:before {
  color: white;
  font-size: 38px;
}
#mpcth_main .nivo-directionNav a.nivo-prevNav {
  left: 0;
}
#mpcth_main .nivo-directionNav a.nivo-nextNav {
  right: 0;
}
#mpcth_main .nivo-controlNav {
  bottom: 3em;
  z-index: 100;
  position: relative;
}
#mpcth_main .nivo-controlNav .nivo-control {
  background: rgba(238, 238, 238, 0.9);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  border: none;
  margin: 0 6px;
}
#mpcth_main .ui-tabs-nav .ui-state-default a {
  background: #e8e8e8;
}
#mpcth_main .ui-tabs-nav .ui-tabs-active a {
  background: #eeeeee;
}
#mpcth_main .wpb_tab {
  background: #eeeeee;
  padding: 1em;
}
#mpcth_main .wpb_next_slide a,
#mpcth_main .wpb_prev_slide a {
  border: none;
}
#mpcth_main .wpb_tour_next_prev_nav {
  padding-left: 0;
}
#mpcth_main .wpb_accordion_header {
  margin-bottom: 0 !important;
}
#mpcth_main .wpb_accordion_header:focus, #mpcth_main .wpb_accordion_header:active {
  outline: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
#mpcth_main .wpb_accordion_header a {
  background: #eeeeee;
  font-size: 0.8em;
  color: #444444;
}
#mpcth_main .wpb_accordion_section.group {
  margin-bottom: 0.5em;
}
#mpcth_main .wpb_teaser_grid .post-title {
  font-size: 1.2em !important;
}
#mpcth_main .wpb_button {
  border: none;
  border-radius: 0;
  text-shadow: none;
}
#mpcth_main .wpb_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#mpcth_main .wpb_map_wraper {
  padding: 0;
}

/* Lightbox */
.mfp-fade.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  filter: alpha(opacity=0);
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* ========================================================================== *
 * 8. Socials
 * ========================================================================== */
#mpcth_footer_copyrights_wrap {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-bottom: 1em;
  font-style: italic;
  z-index: 2;
}
#mpcth_footer_copyrights_wrap #searchform {
  margin-bottom: 1em;
}

#mpcth_footer_socials-wrap {
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 3;
}

#mpcth_footer_socials {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}
#mpcth_footer_socials li {
  display: block;
}

@media only screen and (max-width: 767px) {
  #mpcth_footer_socials-wrap {
    display: block;
    height: auto;
    top: 3em;
  }

  #mpcth_footer_socials {
    display: block;
  }
}
