/*

Theme Name: Pixeels
Theme URI: http://www.mpcraetion.pl/themeforest/
Description: Pixeels
Author: massivePixelCreation
Author URI: http://www.blog.mpcreation.pl
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Version: 1

*/
/* ========================================================================== *
 * Table of Content:
 *   1. Normalize
 *   2. Layout
 *     2.1. Header
 *     2.2. Sidebar
 *     2.3. Footer
 *   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 {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.transition, #mpcth_page_wrap a, .mpcth-license-info p .mpcth-close-info, #mpcth_logo_wrap #mpcth_logo img, #mpcth_sidebar li.mpc-w-recent-portfolio-widget .mpcth-post-overlay, #mpcth_footer #mpcth_footer_socials li > a, #mpcth_footer_content > ul .widget a, #mpcth_footer_content > ul .textwidget > form input, #mpcth_content .mpcth-filters #searchform, #mpcth_content .mpcth-filters #searchform .mpcth-search, #mpcth_content .mpcth-filters #searchform i, #mpcth_content .post .mpcth-post-overlay, .page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio .mpcth-post-overlay, #mpcth_nav_secondary ul li a, .mpcth-menu .children,
.mpcth-menu .sub-menu,
#mpcth_menu .children,
#mpcth_menu .sub-menu, .mpcth-menu .page_item a,
.mpcth-menu .menu-item a,
#mpcth_menu .page_item a,
#mpcth_menu .menu-item a, .mpcth-mobile-menu .page_item > a > i,
.mpcth-mobile-menu .menu-item > a > i,
#mpcth_mobile_menu .page_item > a > i,
#mpcth_mobile_menu .menu-item > a > i, #mpcth_comment_form .comment-form-author label,
#mpcth_comment_form .comment-form-email label,
#mpcth_comment_form .comment-form-url label, #mpcth_comment_form .comment-form-author input,
#mpcth_comment_form .comment-form-email input,
#mpcth_comment_form .comment-form-url input, #mpcth_comment_form .comment-form-comment label, #mpcth_comment_form .comment-form-comment textarea, #mpcth_comment_form .form-submit #mpcth_comment_submit, .wpcf7 .contact-form-input label, .wpcf7 .contact-form-message label, #mpcth_page_wrap .bra-photostream-widget ul li img, #mpcth_main .wpb_button, form.wpcf7-form textarea,
form.wpcf7-form input, .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-sidebar-right #mpcth_content_wrap, #mpcth_footer_content > ul .widget, .mpcth-post .mpcth-post-thumbnail .mpcth-lightbox span, .format-status .mpcth-post-thumbnail .twitter-tweet, #mpcth_comments .mpcth-comment .mpcth-comment-footer, #mpcth_comment_form .comment-form-author input,
#mpcth_comment_form .comment-form-email input,
#mpcth_comment_form .comment-form-url input, #mpcth_comment_form .comment-form-comment textarea, .wpcf7 .contact-form-input input, .wpcf7 .contact-form-message textarea {
  -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;
}

/* ========================================================================== *
 * 2. Layout
 * ========================================================================== */
html, body {
  height: 100%;
  line-height: 1.5em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
}

#mpcth_page_wrap {
  min-height: 100%;
  width: 1200px;
  margin: 0 auto;
  overflow: visible;
}
#mpcth_page_wrap #mpcth_pagination {
  margin-bottom: 2em;
}
#mpcth_page_wrap a {
  color: #e45555;
  text-decoration: none;
}
#mpcth_page_wrap a:hover {
  color: #666666;
}

@media only screen and (min-width: 980px) and (max-width: 1239px) {
  #mpcth_page_wrap {
    width: 960px;
  }
  #mpcth_page_wrap #mpcth_content .post {
    width: 293px;
  }
  #mpcth_page_wrap #mpcth_main #mpcth_sidebar {
    width: 293px;
    margin-left: -293px;
  }
  #mpcth_page_wrap .mpc-w-recent-portfolio .mpcth-post-header .mpcth-post-thumbnail img {
    width: 100% !important;
    height: auto !important;
  }
  #mpcth_page_wrap #mpcth_content .mpcth-filters .mpcth-sort {
    right: 60px;
  }
  #mpcth_page_wrap .mpcth-thanks-info {
    width: 960px;
  }

  .mpcth-license-info > p {
    width: 910px !important;
  }

  .single-post #mpcth_page_wrap article.post {
    width: 630px !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-header {
    float: none;
    width: 630px !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-content {
    height: auto;
    margin-right: 0px;
  }
  .single-post #mpcth_page_wrap article.post .zilla-share {
    position: absolute !important;
    top: 13px !important;
  }
  .single-post #mpcth_page_wrap article.post .zilla-likes {
    top: -440px !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-single-download-wrap {
    margin-right: 0px;
    position: relative;
    bottom: 65px;
    margin-right: 0px;
    top: auto !important;
    left: 377px;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-single-download-wrap span {
    display: none !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-download-count {
    display: block !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-footer {
    margin-left: 0px !important;
    width: 630px !important;
    margin-top: 3em !important;
  }

  .page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio {
    width: 293px !important;
  }

  #mpcth_footer_copyrights_wrap {
    width: 960px !important;
  }

  #mpcth_footer_content {
    width: 960px !important;
  }
  #mpcth_footer_content .mpcth-widget-columns li {
    width: 293px !important;
    margin-right: 40px !important;
  }
  #mpcth_footer_content .mpcth-widget-columns li:last-child {
    margin-right: 0 !important;
  }
  #mpcth_footer_content .widget_categories {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .mpcth-sidebar-right #mpcth_sidebar + * {
    margin-right: 364px !important;
  }

  .page-template-default #mpcth_page_wrap #mpcth_content_wrap {
    margin-right: 0px !important;
    float: none;
  }
  .page-template-default #mpcth_page_wrap #mpcth_content_wrap .mpcth-post-content {
    margin-right: 0px;
    margin-bottom: 2em;
  }
  .page-template-default #mpcth_page_wrap #mpcth_sidebar {
    display: none;
  }

  .mpcth-license-info > p {
    width: 718px !important;
  }

  #mpcth_page_wrap {
    width: 768px;
  }
  #mpcth_page_wrap #mpcth_content .post {
    width: 364px;
  }
  #mpcth_page_wrap #mpcth_main #mpcth_sidebar {
    width: 364px;
    margin-left: -364px;
  }
  #mpcth_page_wrap .mpc-w-recent-portfolio .mpcth-post-header .mpcth-post-thumbnail img {
    width: 100% !important;
    height: auto !important;
  }
  #mpcth_page_wrap #mpcth_content .mpcth-filters .mpcth-sort {
    right: 35px;
  }
  #mpcth_page_wrap .mpcth-thanks-info {
    width: 768px;
  }

  .single-post #mpcth_page_wrap #mpcth_main #mpcth_sidebar {
    margin-left: -499px;
    width: 229px;
  }

  .single-post #mpcth_page_wrap article.post {
    width: 499px !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-header {
    float: none;
    width: 499px !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-content {
    height: auto;
    margin-right: 0px;
  }
  .single-post #mpcth_page_wrap article.post .zilla-share {
    position: absolute !important;
    top: 13px !important;
  }
  .single-post #mpcth_page_wrap article.post .zilla-likes {
    top: -340px !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-single-download-wrap {
    margin-right: 0px;
    position: relative;
    bottom: 65px;
    margin-right: 0px;
    top: auto !important;
    left: 244px;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-single-download-wrap span {
    display: none !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-download-count {
    display: block !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-footer {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 499px !important;
    margin-top: 3em !important;
  }

  .page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio {
    width: 364px !important;
  }

  #mpcth_footer_copyrights_wrap {
    width: 768px !important;
  }

  #mpcth_footer_content {
    width: 768px !important;
  }
  #mpcth_footer_content .mpcth-widget-columns li {
    width: 364px !important;
    margin-right: 40px !important;
  }
  #mpcth_footer_content .mpcth-widget-columns li:last-child {
    margin-right: 0 !important;
  }
  #mpcth_footer_content .widget_nav_menu,
  #mpcth_footer_content .widget_categories {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mpcth-license-info {
    display: none !important;
  }

  .mpcth-sidebar-right #mpcth_sidebar + * {
    margin-right: 0px !important;
  }

  .page-template-default #mpcth_page_wrap #mpcth_content_wrap {
    margin-right: 0px !important;
    float: none;
  }
  .page-template-default #mpcth_page_wrap #mpcth_content_wrap .mpcth-post-content {
    margin-right: 0px;
    margin-bottom: 2em;
  }
  .page-template-default #mpcth_page_wrap #mpcth_sidebar {
    display: none;
  }

  #mpcth_page_wrap {
    width: 90%;
    max-width: 530px;
    min-width: 280px;
    margin: 0 auto;
    font-size: 16px;
  }
  #mpcth_page_wrap #mpcth_page_header_content {
    display: block;
    margin-right: 0px;
  }
  #mpcth_page_wrap #mpcth_logo_wrap {
    display: block;
    width: 100%;
    text-align: center;
  }
  #mpcth_page_wrap #mpcth_nav {
    display: block;
    width: 100%;
    padding: 0;
    height: 50px;
    text-align: center;
  }
  #mpcth_page_wrap #mpcth_nav .mpcth-menu, #mpcth_page_wrap #mpcth_nav #mpcth_menu {
    text-align: center;
    margin-top: 20px;
  }
  #mpcth_page_wrap #mpcth_nav .mpcth-menu li a, #mpcth_page_wrap #mpcth_nav #mpcth_menu li a {
    font-size: 18px;
  }
  #mpcth_page_wrap #mpcth_nav .mpcth-menu li:last-child a, #mpcth_page_wrap #mpcth_nav #mpcth_menu li:last-child a {
    padding-right: 0px;
  }
  #mpcth_page_wrap #mpcth_menu_secondary {
    margin-top: -10px;
    text-align: center;
    padding: 0;
    width: 180px;
    margin: -5px auto 0px auto;
  }
  #mpcth_page_wrap #mpcth_menu_secondary li a {
    font-size: 16px !important;
  }
  #mpcth_page_wrap #mpcth_menu_secondary li:last-child a {
    padding-left: 0px !important;
  }
  #mpcth_page_wrap .widget,
  #mpcth_page_wrap form input,
  #mpcth_page_wrap form textarea,
  #mpcth_page_wrap .zilla-likes .fa-heart,
  #mpcth_page_wrap .zilla-likes .fa-heart-o,
  #mpcth_page_wrap .zilla-likes-count,
  #mpcth_page_wrap .mpcth-freebie-type-psd,
  #mpcth_page_wrap .mpcth-post-content,
  #mpcth_page_wrap .dk_options_inner a,
  #mpcth_page_wrap .dk_toggle,
  #mpcth_page_wrap .fa-search,
  #mpcth_page_wrap .mpcth-search {
    font-size: 16px !important;
  }
  #mpcth_page_wrap .widget-title,
  #mpcth_page_wrap #mpcth_content .post .mpcth-post-title a {
    font-size: 20px !important;
  }
  #mpcth_page_wrap .mpcth-post-overlay p,
  #mpcth_page_wrap #mpcth_content .post .mpcth-post-overlay p {
    font-size: 24px;
    margin-top: 0em;
  }
  #mpcth_page_wrap #mpcth_content .post {
    width: 100%;
  }
  #mpcth_page_wrap #mpcth_main #mpcth_sidebar {
    display: none;
  }
  #mpcth_page_wrap .mpc-w-recent-portfolio .mpcth-post-header .mpcth-post-thumbnail img {
    width: 100% !important;
    height: auto !important;
  }
  #mpcth_page_wrap #mpcth_content .mpcth-filters .mpcth-sort {
    right: 0px;
  }
  #mpcth_page_wrap .mpcth-thanks-info {
    width: 100%;
  }
  #mpcth_page_wrap .mpcth-thanks-info > p {
    line-height: 1.2em;
  }
  #mpcth_page_wrap .wpb_column {
    width: 100% !important;
    margin: 0 !important;
  }

  #mpcth_content_wrap {
    float: none !important;
  }

  .single-post #mpcth_page_wrap #mpcth_main #mpcth_sidebar {
    display: none;
  }

  .single-post #mpcth_page_wrap article.post {
    width: 100% !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-header {
    float: none;
    width: 100% !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-content {
    height: auto;
    margin-right: 0px;
  }
  .single-post #mpcth_page_wrap article.post .zilla-share,
  .single-post #mpcth_page_wrap article.post .mpcth-single-download-wrap,
  .single-post #mpcth_page_wrap article.post .mpcth-single-navigation,
  .single-post #mpcth_page_wrap article.post .zilla-likes {
    display: none !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-content {
    padding-top: 20px !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-single-download-wrap {
    margin-right: 0px;
    position: relative;
    bottom: 65px;
    margin-right: 0px;
    top: auto !important;
    left: 244px;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-single-download-wrap span {
    display: none !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-download-count {
    display: block !important;
  }
  .single-post #mpcth_page_wrap article.post .mpcth-post-footer {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    margin-top: 3em !important;
  }

  .page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio {
    width: 100% !important;
  }

  #mpcth_footer_copyrights_wrap {
    width: 90% !important;
    max-width: 530px;
    min-width: 280px;
    margin: 0 auto;
    font-size: 16px;
  }

  #mpcth_footer_content {
    width: 90% !important;
    max-width: 530px;
    min-width: 280px;
    margin: 0 auto;
    font-size: 16px;
  }
  #mpcth_footer_content .mpcth-widget-columns li {
    width: 100% !important;
    margin-right: 0px !important;
  }
  #mpcth_footer_content .mpcth-widget-columns li:last-child {
    margin-right: 0 !important;
  }
  #mpcth_footer_content .widget_nav_menu,
  #mpcth_footer_content .widget_categories {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #mpcth_menu > li:first-child {
    margin-bottom: 7px;
  }

  .mpcth-thanks-info {
    width: 90%;
  }
  .mpcth-thanks-info > p {
    line-height: 1.2em;
  }

  #mpcth_nav_secondary {
    margin-top: 15px !important;
  }

  #mpcth_footer #mpcth_footer_content > ul .textwidget > form .mpcth-first-name input {
    margin-bottom: 15px;
  }
  #mpcth_footer #mpcth_footer_content > ul .textwidget > form input {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #mpcth_footer #mpcth_footer_copyrights_wrap #mpcth_download_count {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }
  #mpcth_footer #mpcth_footer_copyrights_wrap #mpcth_footer_socials {
    display: block;
    text-align: center;
    margin: 5px 0px;
  }
  #mpcth_footer #mpcth_footer_copyrights_wrap #mpcth_footer_socials li {
    margin: 5px 0px;
    width: 100%;
  }
  #mpcth_footer #mpcth_footer_copyrights_wrap #mpcth_footer_socials li a {
    font-size: 16px;
    margin-left: 0px;
  }
}
#mpcth_main a {
  border-bottom: 1px dotted;
}

::selection {
  background: #e45555;
  color: white;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #e45555;
  color: white;
  -webkit-font-smoothing: antialiased;
}

/* ========================================================================== *
 * 2.1. Header
 * ========================================================================== */
#mpcth_page_header_content {
  display: table;
  margin: 40px 20px 40px 0px;
  width: 100%;
}

.mpcth-license-info {
  position: relative;
  top: 0px;
  background: #e45555;
  color: white;
  -webkit-font-smoothing: antialiased;
}
.mpcth-license-info p {
  width: 1150px;
  margin: 0 auto;
  padding: 1em 50px 1em 0em;
  font-style: italic;
  position: relative;
  font-size: 14px;
}
.mpcth-license-info p .mpcth-close-info {
  position: absolute;
  top: 1em;
  right: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.25);
  border: 3px solid #F26E71;
  cursor: pointer;
}
.mpcth-license-info p .mpcth-close-info:hover {
  border-color: #ff7575;
}
.mpcth-license-info p i {
  position: absolute;
  top: 2px;
  left: 4px;
  color: #F26E71;
  font-size: 15px;
}

#mpcth_logo_wrap {
  vertical-align: middle;
  display: table-cell;
  width: 130px;
}
#mpcth_logo_wrap h2 {
  margin: 0;
}
#mpcth_logo_wrap #mpcth_logo {
  position: relative;
}
#mpcth_logo_wrap #mpcth_logo .mpcth-logo-hover {
  position: absolute;
  top: -22px;
  left: -1px;
  opacity: 0;
}
#mpcth_logo_wrap #mpcth_logo:hover img {
  opacity: 0.8;
}

#mpcth_nav {
  vertical-align: bottom;
  display: table-cell;
  padding-left: 30px;
  padding-bottom: 2px;
}

.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: 270px;
}
#mpcth_sidebar > ul {
  margin: 0;
  list-style: none;
}
#mpcth_sidebar > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mpcth_sidebar a {
  color: inherit;
}
#mpcth_sidebar .mpcth-widget-column {
  padding: 0;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget .widget_title {
  margin-bottom: 13px;
  font-size: 16px;
  color: #444444;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget .mpcth-post-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget .mpcth-post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget header.mpcth-post-header {
  z-index: 1;
  position: relative;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget .mpcth-post-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #e45555;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget .mpcth-post-overlay p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  top: 50%;
  position: relative;
  margin-top: -1em;
  line-height: 2em;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget .mpcth-post-overlay a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-bottom: none;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget div.mpc-w-recent-portfolio {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 2.5em;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget div.mpc-w-recent-portfolio .flex-next,
#mpcth_sidebar li.mpc-w-recent-portfolio-widget div.mpc-w-recent-portfolio .flex-prev {
  color: #444444 !important;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget div.mpc-w-recent-portfolio .flex-next:before,
#mpcth_sidebar li.mpc-w-recent-portfolio-widget div.mpc-w-recent-portfolio .flex-prev:before {
  font-size: 16px;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget div.mpc-w-recent-portfolio .mpc-w-recent-portfolio-column ul, #mpcth_sidebar li.mpc-w-recent-portfolio-widget div.mpc-w-recent-portfolio .mpc-w-recent-portfolio-column li {
  list-style: none;
  padding: 0;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget div.mpc-w-recent-portfolio .mpc-w-recent-portfolio-column li {
  font-size: 14px;
  margin-bottom: 30px;
  color: #444444;
  -webkit-font-smoothing: auto;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget div.mpc-w-recent-portfolio .mpc-w-recent-portfolio-column li.last-in-column {
  margin-bottom: 0px;
}
#mpcth_sidebar li.mpc-w-recent-portfolio-widget div.mpc-w-recent-portfolio .mpc-w-recent-portfolio-column li a img {
  margin-bottom: 10px;
}

.mpcth-sidebar-none #mpcth_sidebar {
  display: none;
}

.mpcth-sidebar-left #mpcth_sidebar {
  float: left;
  margin-right: -270px;
}
.mpcth-sidebar-left #mpcth_sidebar + * {
  margin-left: 270px;
}

.mpcth-sidebar-right #mpcth_sidebar {
  float: right;
  margin-left: -270px;
}
.mpcth-sidebar-right #mpcth_sidebar + * {
  margin-right: 270px;
}

@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;
  }
}

.mpcth-sidebar-right #mpcth_content_wrap {
  float: left;
}

/* ========================================================================== *
 * 2.3. Footer
 * ========================================================================== */
#mpcth_footer_content {
  clear: both;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#mpcth_footer_content > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mpcth_footer {
  clear: both;
  float: none;
}
#mpcth_footer a {
  color: inherit;
}
#mpcth_footer .mpcth_footer_small_bg {
  background: #f3f3f3;
  padding: 0.5em 0em;
}
#mpcth_footer #mpcth_footer_copyrights_wrap {
  width: 1200px;
  margin: 0 auto;
}
#mpcth_footer #mpcth_download_count {
  font-size: 14px;
  color: #555555;
}
#mpcth_footer #mpcth_download_count span {
  font-size: 16px;
  font-weight: bold;
}
#mpcth_footer #mpcth_footer_socials li > a {
  font-size: 12px;
  color: #555555;
  margin-left: 1.5em;
  text-decoration: none;
  border-bottom: none;
}
#mpcth_footer #mpcth_footer_socials li > a i {
  font-size: 14px;
}
#mpcth_footer #mpcth_footer_socials li > a:hover i {
  color: #e45555;
}

#mpcth_footer_content {
  margin-top: 2em;
  padding-bottom: 1em;
}
#mpcth_footer_content > ul .widget {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #555555;
}
#mpcth_footer_content > ul .widget a {
  text-decoration: none;
}
#mpcth_footer_content > ul .widget a:hover {
  color: #e45555;
}
#mpcth_footer_content > ul .widget .widget-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #444444;
}
#mpcth_footer_content > ul .widget_categories ul {
  list-style: none;
  padding-left: 0;
}
#mpcth_footer_content > ul .textwidget > form input {
  box-sizing: border-box;
  background: #f3f3f3;
  color: #555555;
  padding: 0.5em;
  text-indent: 0.5em;
  border: none;
  box-shadow: none;
}
#mpcth_footer_content > ul .textwidget > form input:hover, #mpcth_footer_content > ul .textwidget > form input:focus {
  border: none;
  box-shadow: none;
  outline: none;
  background: #e9e9e9;
  color: #444444;
}
#mpcth_footer_content > ul .textwidget > form input[type=submit] {
  background: #e45555;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-indent: 0;
  padding: 0.5em 1em;
  border-radius: 3px;
}
#mpcth_footer_content > ul .textwidget > form input[type=submit]:hover {
  opacity: 0.9;
}
#mpcth_footer_content > ul .textwidget > form .mpcth-first-name input {
  width: 47%;
  margin-right: 6%;
  float: left;
}
#mpcth_footer_content > ul .textwidget > form .mpcth-last-name input {
  width: 47%;
}
#mpcth_footer_content > ul .textwidget > form .mpcth-info-text {
  margin-bottom: 0;
}
#mpcth_footer_content > ul .textwidget > form .mpcth-info-text span {
  font-weight: bold;
}
#mpcth_footer_content > ul .textwidget > form .mpcth-submit {
  text-align: left;
}
#mpcth_footer_content > ul.mpcth-widget-columns-4 .widget {
  width: 23.6%;
  margin-right: 1.8%;
}
#mpcth_footer_content > ul.mpcth-widget-columns-4 .widget:last-child {
  margin-right: 0;
}
#mpcth_footer_content > ul.mpcth-widget-columns-3 .widget {
  width: 33.33%;
}
#mpcth_footer_content > ul.mpcth-widget-columns-2 .widget {
  width: 50%;
}

/* ========================================================================== *
 * 3. Page
 * ========================================================================== */
.page-template-default #mpcth_page_wrap .mpcth-page-title {
  font-size: 16px;
  color: #444444;
  margin-bottom: 13px;
}
.page-template-default #mpcth_page_wrap .mpcth-post-content {
  font-size: 14px;
  color: #444444;
  text-align: justify;
  -webkit-font-smoothing: auto;
  margin-right: 40px;
}
.page-template-default #mpcth_page_wrap .mpcth-post-content .vc_row-fluid .vc_span6 {
  width: 47.75%;
}
.page-template-default #mpcth_page_wrap .mpcth-post-content .vc_row-fluid [class*="vc_span"] {
  margin-left: 4.5%;
}
.page-template-default #mpcth_page_wrap .mpcth-post-content .vc_row-fluid [class*="vc_span"]:first-child {
  margin-left: 0;
}

/* ========================================================================== *
 * 3.1. Blog
 * ========================================================================== */
.mpcth-post.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-clear {
  clear: both;
}

#mpcth_content .mpcth-filters {
  position: relative;
}
#mpcth_content .mpcth-filters #searchform {
  margin-bottom: 0.75em;
  width: 150px;
}
#mpcth_content .mpcth-filters #searchform .mpcth-search {
  border: none;
  text-indent: none;
  background: transparent;
  color: #555555;
  font-style: 14px;
  padding: 0;
  font-size: 14px;
  -webkit-font-smoothing: auto;
  width: 94%;
}
#mpcth_content .mpcth-filters #searchform .mpcth-search:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
#mpcth_content .mpcth-filters #searchform .submit:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
#mpcth_content .mpcth-filters #searchform:hover {
  width: 200px;
}
#mpcth_content .mpcth-filters #searchform i {
  position: absolute;
  top: 0.45em;
  right: 0.8em;
  font-size: 14px;
  color: #666666;
  background: white;
}
#mpcth_content .mpcth-filters .mpcth-sort {
  display: block;
  position: absolute;
  top: -6px;
  right: 40px;
}
#mpcth_content .mpcth-filters .mpcth-sort a {
  border-bottom: none;
}
#mpcth_content .mpcth-filters .mpcth-sort ul {
  list-style: none;
}
#mpcth_content .post {
  width: 270px;
  margin-right: 40px;
  margin-bottom: 40px;
  float: left;
  display: inline-block;
  background: #F3f3f3;
  color: #555555;
}
#mpcth_content .post .mpcth-freebie-type-psd,
#mpcth_content .post .mpcth-freebie-type-js,
#mpcth_content .post .mpcth-freebie-type-css,
#mpcth_content .post .mpcth-freebie-type-ai {
  font-size: 14px;
}
#mpcth_content .post .mpcth-freebie-type-psd {
  color: #008ab4;
}
#mpcth_content .post .mpcth-freebie-type-js {
  color: #d35400;
}
#mpcth_content .post .mpcth-freebie-type-css {
  color: #24a058;
}
#mpcth_content .post .mpcth-freebie-type-ai {
  color: #fe7818;
}
#mpcth_content .post .mpcth-post-wrapper {
  position: relative;
  overflow: hidden;
}
#mpcth_content .post header.mpcth-post-header {
  z-index: 1;
  position: relative;
}
#mpcth_content .post .mpcth-post-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #e45555;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
}
#mpcth_content .post .mpcth-post-overlay p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  top: 50%;
  position: relative;
  margin-top: -1em;
}
#mpcth_content .post .mpcth-post-overlay a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-bottom: none;
}
#mpcth_content .post .zilla-likes {
  position: absolute;
  top: 20px;
  left: -5px;
  background: rgba(228, 85, 85, 0.9);
  padding-left: 0px !important;
  z-index: 10;
}
#mpcth_content .post .zilla-likes:hover {
  padding-left: 0px !important;
}
#mpcth_content .post .zilla-likes:hover .fa-heart {
  display: inline-block;
}
#mpcth_content .post .zilla-likes:hover .fa-heart-o {
  display: none;
}
#mpcth_content .post .zilla-likes:hover.active .fa-heart {
  display: inline-block;
}
#mpcth_content .post .zilla-likes:hover.active .fa-heart-o {
  display: none;
}
#mpcth_content .post .zilla-likes .zilla-likes-count {
  padding: 2px 10px 2px 0px;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-weight: bold;
}
#mpcth_content .post .zilla-likes i {
  color: white;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 7px;
}
#mpcth_content .post .zilla-likes i.fa-heart {
  display: none;
}
#mpcth_content .post .zilla-likes.active .fa-heart {
  display: inline-block;
}
#mpcth_content .post .zilla-likes.active .fa-heart-o {
  display: none;
}
#mpcth_content .post .mpcth-post-footer,
#mpcth_content .post .mpcth-post-meta {
  display: none;
}
#mpcth_content .post .mpcth-post-title {
  text-align: left;
  margin-bottom: 0.6em;
}
#mpcth_content .post .mpcth-post-title a {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  border-bottom: none;
}
#mpcth_content .post .mpcth-post-title a:hover {
  color: #e45555;
}
#mpcth_content .post .mpcth-post-content {
  font-size: 14px;
  padding: 20px;
  text-align: justify;
}
#mpcth_content .post .mpcth-post-content > p {
  margin-bottom: 0;
  margin-top: 0;
}

#mpcth_content_wrap #mpcth_archive_header {
  color: #555555;
}
#mpcth_content_wrap #mpcth_archive_header > h1 {
  font-size: 16px !important;
}

#mpcth_pagination {
  text-align: center;
}
#mpcth_pagination > span {
  border-bottom: none;
  color: #555555;
  font-size: 16px;
  margin: 0 0.75em;
}
#mpcth_pagination > span.current {
  color: #e45555;
}
#mpcth_pagination > a {
  border-bottom: none;
  color: #555555;
  font-size: 16px;
  margin: 0 0.75em;
}
#mpcth_pagination > a:hover {
  color: #e45555;
}

/* ========================================================================== *
 * 3.2. Portfolio
 * ========================================================================== */
.page-template-template-download-php #mpcth_page_wrap #mpcth_content {
  margin-right: -40px;
}
.page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio {
  width: 270px;
  margin-right: 40px;
  background: #f3f3f3;
  float: left;
  margin-bottom: 40px;
}
.page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio .mpcth-post-header {
  margin: 20px 20px 13px 20px;
  overflow: hidden;
}
.page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio .mpcth-post-thumbnail {
  margin: 0px;
}
.page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio .mpcth-post-title {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 0 20px 0px 20px;
}
.page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio .mpcth-post-title span {
  color: #666666;
  border: none;
  cursor: default;
  -webkit-font-smoothing: auto;
}
.page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio .mpcth-post-wrapper {
  position: relative;
  overflow: hidden;
}
.page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio header.mpcth-post-header {
  z-index: 1;
  position: relative;
}
.page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio .mpcth-post-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #e45555;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
}
.page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio .mpcth-post-overlay p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  top: 50%;
  position: relative;
  margin-top: -1em;
  line-height: 0em;
}
.page-template-template-download-php #mpcth_page_wrap article.mpc_portfolio .mpcth-post-overlay a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-bottom: none;
}
.page-template-template-download-php #mpcth_page_wrap .mpcth-thanks-info p {
  font-size: 36px;
  font-weight: bold;
  color: #444444;
  text-align: center;
  margin-top: 0.4em;
  margin-bottom: 0.5em;
}
.page-template-template-download-php #mpcth_page_wrap .mpcth-thanks-info p span {
  color: #e45555;
  width: 67px;
  height: 36px;
  display: inline-block;
  background: transparent url("http://www.pixeels.net/wp-content/uploads/2014/01/eels.png") no-repeat;
}
.page-template-template-download-php #mpcth_page_wrap .mpcth-thanks-info > span {
  text-align: center;
  display: block;
  margin-bottom: 4em;
  font-size: 14px;
  font-style: italic;
  color: #555555;
}

/* ========================================================================== *
 * 3.3. 404
 * ========================================================================== */
/* ========================================================================== *
 * 3.4. Archive
 * ========================================================================== */
#mpcth_author_bio {
  overflow: hidden;
}
#mpcth_author_bio .avatar {
  float: left;
  margin-right: 1em;
}

/* ========================================================================== *
 * 3.5. Single
 * ========================================================================== */
.single-post #mpcth_page_wrap article.post {
  width: 890px;
  position: relative;
  background: none;
}
.single-post #mpcth_page_wrap article.post p {
  margin-bottom: 1.5em;
}
.single-post #mpcth_page_wrap article.post .mpcth-post-footer {
  display: block;
  width: 580px;
  margin-left: 310px;
}
.single-post #mpcth_page_wrap article.post .zilla-share a {
  border-bottom: none;
}
.single-post #mpcth_page_wrap article.post .mpcth-post-date {
  color: #888888;
  font-size: 12px;
}
.single-post #mpcth_page_wrap article.post .mpcth-post-date span {
  color: #555555;
  font-size: 14px;
}
.single-post #mpcth_page_wrap article.post .mpcth-post-tags {
  color: #555555;
  font-style: normal;
}
.single-post #mpcth_page_wrap article.post .mpcth-post-tags a {
  color: #888888;
  font-size: 12px;
  border-bottom: none;
}
.single-post #mpcth_page_wrap article.post .mpcth-post-tags a:hover {
  color: #e45555;
}
.single-post #mpcth_page_wrap article.post .mpcth-post-download-count {
  display: none;
}
.single-post #mpcth_page_wrap article.post .mpcth-post-download-count .mpcth-dl-count {
  color: #888888;
  font-size: 12px;
}
.single-post #mpcth_page_wrap article.post #mpcth_comments {
  margin-top: -2.4em;
}
.single-post #mpcth_page_wrap article.post .mpcth-single-download-wrap {
  width: 310px;
  margin-right: 580px;
  text-align: center;
  position: relative;
  top: 3em;
}
.single-post #mpcth_page_wrap article.post .mpcth-single-download-wrap span {
  display: block;
  margin-top: 1.75em;
  font-style: italic;
  font-size: 12px;
  color: #888888;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.single-post #mpcth_page_wrap article.post .mpcth-single-download-wrap span > span.mpcth-dl-count {
  margin-top: 0;
  display: inline;
}
.single-post #mpcth_page_wrap article.post .mpcth-single-download {
  padding: 1em 2em;
  background: #e45555;
  color: white;
  border: none;
  border-radius: 3px;
  position: relative;
  padding: 1.25em 1.5em;
  font-size: 16px;
}
.single-post #mpcth_page_wrap article.post .mpcth-single-download .fa-cloud-download {
  font-size: 24px;
  top: 2px;
  position: relative;
  margin-right: 10px;
}
.single-post #mpcth_page_wrap article.post .mpcth-single-download:hover {
  opacity: 0.9;
}
.single-post #mpcth_page_wrap article .mpcth-post-header {
  width: 580px;
  float: right;
}
.single-post #mpcth_page_wrap .mpcth-post-content {
  margin-right: 580px;
  background: #f3f3f3;
  height: 350px;
  position: relative;
  padding-top: 65px;
}
.single-post #mpcth_page_wrap .mpcth-post-content .mpcth-single-navigation {
  position: absolute;
  top: 24px;
  right: 20px;
  font-size: 16px;
}
.single-post #mpcth_page_wrap .mpcth-post-content .mpcth-single-navigation .fa-table {
  margin: 0 0.2em;
}
.single-post #mpcth_page_wrap .mpcth-post-content .mpcth-single-navigation > a {
  color: #555555;
  border-bottom: none;
}
.single-post #mpcth_page_wrap .mpcth-post-content .mpcth-single-navigation > a:hover {
  color: #e45555;
}
.single-post #mpcth_page_wrap .mpcth-post-content .zilla-likes {
  padding: 0.2em 0 0.1em 0;
}
.single-post #mpcth_page_wrap .mpcth-post-content .zilla-likes .zilla-likes-count {
  font-size: 14px;
}
.single-post #mpcth_page_wrap .mpcth-post-content .zilla-likes > i {
  font-size: 16px;
}

.page-template-template-blog .mpcth-lightbox {
  display: none;
}
.mpcth-post .mpcth-post-thumbnail {
  position: relative;
}
.mpcth-post .mpcth-post-thumbnail .mpcth-lightbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.85);
  border-bottom: none !important;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mpcth-post .mpcth-post-thumbnail .mpcth-lightbox span {
  background: #e45555;
  color: #ffffff !important;
  display: inline-block;
  line-height: 2em;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -2.286em;
  padding: 0 .75em;
  -webkit-font-smoothing: antialiased;
}
.mpcth-post .mpcth-post-thumbnail:hover .mpcth-lightbox {
  opacity: 1;
  filter: alpha(opacity=100);
}

.format-image .mpcth-post-thumbnail img,
.format-standard .mpcth-post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.format-gallery .mpcth-post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.format-video .mpcth-post-thumbnail .mpcth-video-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.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 {
  display: none;
}

.format-quote .mpcth-post-thumbnail .mpcth-quote-text {
  margin: 0;
  padding: 1em 1.5em;
  font-style: italic;
}
.format-quote .mpcth-post-thumbnail .mpcth-quote-author {
  text-align: right;
}

.format-status .mpcth-post-thumbnail .twitter-tweet {
  width: 100%;
  max-width: 100% !important;
}

.format-chat .mpcth-post-thumbnail .mpcth-chat-message-odd {
  background: #f5f5f5;
}
.format-chat .mpcth-post-thumbnail .mpcth-chat-name {
  margin-right: .5em;
  font-weight: bold;
}

/* ========================================================================== *
 * 4. Menu
 * ========================================================================== */
#mpcth_nav_secondary ul {
  list-style: none;
  overflow: hidden;
  margin: 0px;
  margin-top: 18px;
}
#mpcth_nav_secondary ul li {
  float: right;
}
#mpcth_nav_secondary ul li a {
  color: #666666;
  font-size: 12px;
  padding-left: 15px;
}
#mpcth_nav_secondary ul li a:hover {
  color: #e45555;
}
#mpcth_nav_secondary ul li.current-menu-item a {
  color: #e45555;
}

.mpcth-menu,
#mpcth_menu {
  margin: 0;
  padding: 0;
  text-align: left;
}
.mpcth-menu .children,
.mpcth-menu .sub-menu,
#mpcth_menu .children,
#mpcth_menu .sub-menu {
  margin: 0;
  padding: 0;
  visibility: hidden;
  position: absolute;
  top: 1em;
  left: 0;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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 {
  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: inline-block;
}
.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 .page_item a,
.mpcth-menu .menu-item a,
#mpcth_menu .page_item a,
#mpcth_menu .menu-item a {
  font-size: 14px;
  color: #666666;
  padding-right: 15px;
}
.mpcth-menu .page_item a:hover,
.mpcth-menu .menu-item a:hover,
#mpcth_menu .page_item a:hover,
#mpcth_menu .menu-item a:hover {
  color: #e45555;
}
.mpcth-menu .page_item:hover > .children, .mpcth-menu .page_item:hover > .sub-menu,
.mpcth-menu .menu-item:hover > .children,
.mpcth-menu .menu-item:hover > .sub-menu,
#mpcth_menu .page_item:hover > .children,
#mpcth_menu .page_item:hover > .sub-menu,
#mpcth_menu .menu-item:hover > .children,
#mpcth_menu .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mpcth-menu .page_item.current-menu-item a,
.mpcth-menu .menu-item.current-menu-item a,
#mpcth_menu .page_item.current-menu-item a,
#mpcth_menu .menu-item.current-menu-item a {
  color: #e45555;
}

.mpcth-mobile-menu,
#mpcth_mobile_menu {
  display: none;
  margin: 0;
  padding: 0;
}
.mpcth-mobile-menu .children,
.mpcth-mobile-menu .sub-menu,
#mpcth_mobile_menu .children,
#mpcth_mobile_menu .sub-menu {
  margin: 0;
  padding: 0 0 0 1em;
  display: none;
}
.mpcth-mobile-menu > ul,
#mpcth_mobile_menu > ul {
  margin: 0;
  padding: 0;
}
.mpcth-mobile-menu > ul > .page_item,
.mpcth-mobile-menu > .menu-item,
#mpcth_mobile_menu > ul > .page_item,
#mpcth_mobile_menu > .menu-item {
  display: block;
}
.mpcth-mobile-menu .page_item,
.mpcth-mobile-menu .menu-item,
#mpcth_mobile_menu .page_item,
#mpcth_mobile_menu .menu-item {
  list-style: none;
  margin: 0;
}
.mpcth-mobile-menu .page_item > a,
.mpcth-mobile-menu .menu-item > a,
#mpcth_mobile_menu .page_item > a,
#mpcth_mobile_menu .menu-item > a {
  display: block;
  font-size: 14px;
}
.mpcth-mobile-menu .page_item > a > i,
.mpcth-mobile-menu .menu-item > a > i,
#mpcth_mobile_menu .page_item > a > i,
#mpcth_mobile_menu .menu-item > a > i {
  display: none;
  float: right;
  line-height: 1.5em;
  width: 1.5em;
}
.mpcth-mobile-menu .page_item.page_item_has_children > a > i, .mpcth-mobile-menu .page_item.menu-item-has-children > a > i,
.mpcth-mobile-menu .menu-item.page_item_has_children > a > i,
.mpcth-mobile-menu .menu-item.menu-item-has-children > a > i,
#mpcth_mobile_menu .page_item.page_item_has_children > a > i,
#mpcth_mobile_menu .page_item.menu-item-has-children > a > i,
#mpcth_mobile_menu .menu-item.page_item_has_children > a > i,
#mpcth_mobile_menu .menu-item.menu-item-has-children > a > i {
  display: inline-block;
}

.mpcth-side-header .mpcth-menu,
.mpcth-side-header #mpcth_menu {
  text-align: left;
}
.mpcth-side-header .mpcth-menu > ul > .page_item,
.mpcth-side-header .mpcth-menu > .menu-item,
.mpcth-side-header #mpcth_menu > ul > .page_item,
.mpcth-side-header #mpcth_menu > .menu-item {
  display: block;
}
.mpcth-side-header .mpcth-menu .children,
.mpcth-side-header .mpcth-menu .sub-menu,
.mpcth-side-header #mpcth_menu .children,
.mpcth-side-header #mpcth_menu .sub-menu {
  top: 0;
  left: 100%;
}

/* ========================================================================== *
 * 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;
}

/* ========================================================================== *
 * 6. Comments
 * ========================================================================== */
#mpcth_comments {
  margin: 0;
  padding: 0;
}
#mpcth_comments .comment-form {
  margin-bottom: 4em;
}
#mpcth_comments li {
  list-style: none;
}
#mpcth_comments .mpcth-comment-avatar-wrap {
  float: left;
  margin-right: 1.5em;
}
#mpcth_comments .mpcth-comment-author {
  margin-top: 0;
  margin-bottom: .5em;
}
#mpcth_comments .mpcth-comment-content {
  margin-left: 5.8em;
  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;
  margin-bottom: 1.5em;
}
#mpcth_comments .mpcth-comment .mpcth-comment-header {
  margin-bottom: -1em;
}
#mpcth_comments .mpcth-comment .mpcth-comment-author {
  font-size: 1.143em;
  display: inline-block;
}
#mpcth_comments .mpcth-comment .mpcth-comment-permalink {
  font-size: 0.875em;
  font-style: italic;
  margin-left: 0.3em;
}
#mpcth_comments .mpcth-comment .mpcth-comment-footer {
  width: 100%;
  text-align: right;
  margin-top: 0em;
  padding-left: 65px;
  position: relative;
  top: -0.5em;
}
#mpcth_comments .mpcth-comment .mpcth-comment-footer a {
  margin-left: .5em;
}
#mpcth_comments .children {
  padding-left: 0;
  margin-left: 2.5em;
}

#reply-title {
  margin-bottom: 0.6em;
}

#mpcth_comment_form .comment-notes {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: -0.5em;
  margin-top: 0em;
  display: none;
}
#mpcth_comment_form .form-allowed-tags {
  font-size: 0.857em;
  line-height: 1.5em;
  display: none;
}
#mpcth_comment_form .comment-form-author,
#mpcth_comment_form .comment-form-email,
#mpcth_comment_form .comment-form-url {
  margin-bottom: 1.8em;
  float: left;
  width: 30%;
  margin-right: 5%;
  position: relative;
}
#mpcth_comment_form .comment-form-author label,
#mpcth_comment_form .comment-form-email label,
#mpcth_comment_form .comment-form-url label {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0.6em;
  font-style: italic;
  font-size: 0.857em;
}
#mpcth_comment_form .comment-form-author input,
#mpcth_comment_form .comment-form-email input,
#mpcth_comment_form .comment-form-url input {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  line-height: 1.5em;
  margin: 0;
  position: relative;
  z-index: 10;
  background: #E9E7E7;
  border: none;
  padding: 5px 10px;
  color: #444444;
}
#mpcth_comment_form .comment-form-author input:focus, #mpcth_comment_form .comment-form-author input:active,
#mpcth_comment_form .comment-form-email input:focus,
#mpcth_comment_form .comment-form-email input:active,
#mpcth_comment_form .comment-form-url input:focus,
#mpcth_comment_form .comment-form-url input:active {
  outline: none;
  border: none;
  text-shadow: none;
}
#mpcth_comment_form .comment-form-author input.mpcth-input-invalid,
#mpcth_comment_form .comment-form-email input.mpcth-input-invalid,
#mpcth_comment_form .comment-form-url input.mpcth-input-invalid {
  color: #eee;
}
@media only screen and (max-width: 767px) {
  #mpcth_comment_form .comment-form-author,
  #mpcth_comment_form .comment-form-email,
  #mpcth_comment_form .comment-form-url {
    float: none;
    width: 100%;
  }
}
#mpcth_comment_form .comment-form-author input:focus + label,
#mpcth_comment_form .comment-form-email input:focus + label,
#mpcth_comment_form .comment-form-url input:focus + label {
  top: -1.9em;
}
#mpcth_comment_form .comment-form-url {
  margin-right: 0px;
}
#mpcth_comment_form .comment-form-comment {
  clear: both;
  position: relative;
  margin-bottom: 1.5em;
}
#mpcth_comment_form .comment-form-comment label {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0.6em;
  font-style: italic;
  font-size: 0.857em;
}
#mpcth_comment_form .comment-form-comment textarea {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 6em;
  z-index: 10;
  background: #E9E7E7;
  border: none;
  padding: 5px 10px;
  color: #444444;
  position: relative;
}
#mpcth_comment_form .comment-form-comment textarea:focus, #mpcth_comment_form .comment-form-comment textarea:active {
  outline: none;
  border: none;
  text-shadow: none;
}
#mpcth_comment_form .comment-form-comment textarea.mpcth-input-invalid {
  color: #eee;
}
#mpcth_comment_form .comment-form-comment textarea:focus + label {
  top: -1.9em;
}
#mpcth_comment_form .form-submit #mpcth_comment_submit {
  background: transparent;
  border: 1px solid #444444;
  color: #444444;
  padding: 0.5em 1em;
  -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-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 {
    float: none;
    width: 100%;
  }
}

/* ========================================================================== *
 * 7. Contact
 * ========================================================================== */
.wpcf7 .wpcf7-submit {
  background: transparent;
  border: 1px solid #444444;
  color: #444444;
  padding: 0.5em 1em;
  -webkit-font-smoothing: antialiased;
}
.wpcf7 .contact-form-input {
  float: left;
  position: relative;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 1.5em;
}
.wpcf7 .contact-form-input > span {
  z-index: 1;
}
.wpcf7 .contact-form-input.last-form {
  margin-right: 0;
}
.wpcf7 .contact-form-input label {
  position: absolute;
  bottom: 0;
  font-size: 0.857em;
  font-style: italic;
  left: 0.5em;
  z-index: 0;
}
.wpcf7 .contact-form-input input {
  position: relative;
  width: 100%;
  padding: 0.2em 0.5em;
  margin: 0;
  background: #E9E7E7;
  border: none;
  -webkit-font-smoothing: antialiased;
  color: #444444;
  line-height: 1.5em;
  z-index: 10;
}
.wpcf7 .contact-form-input input:active, .wpcf7 .contact-form-input input:focus {
  outline: none;
  box-shadow: none;
}
.wpcf7 .contact-form-input input:focus + label {
  bottom: 1.9em;
}
.wpcf7 .contact-form-input ::-webkit-input-placeholder {
  color: #444444;
}
.wpcf7 .contact-form-input :-moz-placeholder {
  color: #444444;
}
.wpcf7 .contact-form-input ::-moz-placeholder {
  color: #444444;
}
.wpcf7 .contact-form-input :-ms-input-placeholder {
  color: #444444;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .contact-form-input {
    float: none;
    width: 100%;
  }
}
.wpcf7 .contact-form-message {
  clear: both;
  position: relative;
}
.wpcf7 .contact-form-message > span {
  z-index: 1;
}
.wpcf7 .contact-form-message label {
  position: absolute;
  top: 0;
  font-size: 0.857em;
  font-style: italic;
  left: 0.5em;
  z-index: 0;
}
.wpcf7 .contact-form-message textarea {
  position: relative;
  padding: 0.4em 0.5em;
  background: #E9E7E7;
  border: none;
  -webkit-font-smoothing: antialiased;
  color: #444444;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 6em;
  z-index: 10;
}
.wpcf7 .contact-form-message textarea:active, .wpcf7 .contact-form-message textarea:focus {
  outline: none;
  box-shadow: none;
}
.wpcf7 .contact-form-message textarea:focus + label {
  top: -1.9em;
}
.wpcf7 .contact-form-message ::-webkit-input-placeholder {
  color: #444444;
}
.wpcf7 .contact-form-message :-moz-placeholder {
  color: #444444;
}
.wpcf7 .contact-form-message ::-moz-placeholder {
  color: #444444;
}
.wpcf7 .contact-form-message :-ms-input-placeholder {
  color: #444444;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .mpcth-sidebar-right .wpcf7 .contact-form-input {
    float: none;
    width: 100%;
  }
}

/* ========================================================================== *
 * 7. Widgets
 * ========================================================================== */
.zilla-share > * {
  line-height: 1em;
  vertical-align: top;
  margin-bottom: .75em;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.mpc-w-twitter-widget .tweet {
  clear: both;
}
.mpc-w-twitter-widget .tweet .e-entry-title {
  line-height: 1.5em;
  font-style: italic;
}
.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;
}
.mpc-w-twitter-widget .e-entry-content {
  clear: both;
}
.mpc-w-twitter-widget .e-entry-title {
  margin-bottom: .5em;
}
.mpc-w-twitter-widget .permalink {
  float: right;
}
.mpc-w-twitter-widget:after {
  content: '';
  clear: both;
  display: block;
}

.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 #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}

.mpc-w-twitter-widget .widget_title {
  font-size: 1.167em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0.5em;
  color: #e0e0e0;
}
.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: none;
}
.mpc-w-twitter-widget a.link {
  word-break: break-all;
}
.mpc-w-twitter-widget a.u-url {
  position: relative;
  margin-bottom: 1.5em;
}
.mpc-w-twitter-widget abbr {
  text-decoration: none;
  border-bottom: none;
}

#searchform {
  position: relative;
}
#searchform input.mpcth-search {
  background-color: #1A1A1A;
  color: #e0e0e0;
  border: none;
  padding: 7px 10px;
  width: 211px;
  -webkit-font-smoothing: antialiased;
}
#searchform i {
  position: absolute;
  top: 0.55em;
  right: 0.8em;
  font-size: 1.2em;
  color: #434343;
}
#searchform input.submit {
  background: none;
  border: none;
  text-indent: -99999px;
  width: 35px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#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-left: 0px !important;
  overflow: hidden;
}
#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: 0px !important;
  padding: 0px !important;
  width: 60px !important;
  height: 60px !important;
  border: none !important;
  overflow: hidden !important;
}
#mpcth_page_wrap .bra-photostream-widget ul li:hover {
  box-shadow: none;
}
#mpcth_page_wrap .bra-photostream-widget ul li:hover a {
  border: none !important;
}
#mpcth_page_wrap .bra-photostream-widget ul li:hover img {
  opacity: 0.5 !important;
}
#mpcth_page_wrap .bra-photostream-widget ul li img {
  width: 60px !important;
  height: 60px !important;
  margin: 0px;
  border: none;
  display: block;
  max-width: none !important;
  opacity: 1 !important;
}
#mpcth_page_wrap .bra-photostream-widget ul li img.portrait {
  width: 60px;
  height: auto;
}
#mpcth_page_wrap .bra-photostream-widget ul li img.landscape {
  width: auto !important;
  height: 60px !important;
}

.flexslider {
  margin-bottom: 0.5em;
}
.flexslider .flex-next,
.flexslider .flex-prev {
  font-size: 0;
  width: 20px;
  height: 20px;
}
.flexslider .flex-next:before,
.flexslider .flex-prev:before {
  line-height: 20px;
}
.flexslider .flex-next:hover:before,
.flexslider .flex-prev:hover:before {
  color: #e45555;
}
.flexslider .flex-direction-nav {
  position: absolute;
  top: -13px;
  right: 0px;
}
.flexslider .flex-direction-nav .flex-next {
  right: -7px;
}
.flexslider .flex-direction-nav .flex-prev {
  left: auto;
  right: 10px;
}
.flexslider .flex-direction-nav a {
  text-shadow: none;
}
.flexslider .flex-control-nav {
  z-index: 100;
  bottom: 0;
  display: none;
}
.flexslider .flex-control-nav li {
  margin: 0 0.3em;
}
.flexslider .flex-control-nav li a {
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background: rgba(238, 238, 238, 0.9);
}

#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;
}
#mpcth_main .wpb_map_wraper {
  padding: 0;
}

/* Visual Composer */
.wpb_accordion_header .ui-accordion-header-icon {
  display: none !important;
}
.wpb_accordion_header .fa {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  font-size: .75em;
}
.wpb_accordion_header .fa-angle-up {
  display: none;
}
.wpb_accordion_header.ui-state-active .fa-angle-down {
  display: none;
}
.wpb_accordion_header.ui-state-active .fa-angle-up {
  display: block;
}

form.wpcf7-form textarea,
form.wpcf7-form input {
  box-sizing: border-box;
  background: #f3f3f3;
  color: #555555;
  padding: 0.5em;
  text-indent: 0.5em;
  border: none;
  box-shadow: none;
}
form.wpcf7-form textarea:hover, form.wpcf7-form textarea:focus,
form.wpcf7-form input:hover,
form.wpcf7-form input:focus {
  border: none;
  box-shadow: none;
  outline: none;
  background: #e9e9e9;
  color: #444444;
}
form.wpcf7-form input[type=submit] {
  background: #e45555;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-indent: 0;
  padding: 0.5em 1em;
  border-radius: 3px;
  border: none;
  -webkit-font-smoothing: auto;
}
form.wpcf7-form input[type=submit]:hover {
  opacity: 0.9;
}
form.wpcf7-form .mpcth-name {
  width: 47%;
  margin-right: 6%;
  float: left;
  position: relative;
  display: inline-block;
}
form.wpcf7-form .mpcth-name > span {
  display: block;
}
form.wpcf7-form .mpcth-name input {
  width: 100%;
}
form.wpcf7-form .mpcth-email {
  width: 47%;
  position: relative;
  display: inline-block;
}
form.wpcf7-form .mpcth-email > span {
  display: block;
}
form.wpcf7-form .mpcth-email input {
  width: 100%;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  bottom: -23px;
  left: 0px;
  font-size: 12px;
  color: #e45555 !important;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
form.wpcf7-form .wpcf7-response-output {
  display: block;
  background: #e45555;
  border: none;
  color: white;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1em 1.5em;
  border-radius: 2px;
  opacity: 0.8;
}
form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #398f14;
}
form.wpcf7-form .wpcf7-response-output.wpcf7-display-none {
  display: none;
}
form.wpcf7-form .mpcth-message {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
form.wpcf7-form .mpcth-message textarea {
  width: 100%;
}
form.wpcf7-form .mpcth-submit {
  text-align: left;
}

/* 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 {
  width: 100%;
  display: table;
}

#mpcth_footer_copyrights {
  display: table-cell;
}

#mpcth_footer_socials {
  display: table-cell;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
#mpcth_footer_socials li {
  display: inline-block;
}
