/*

Theme Name: Leef
Theme URI: http://www.mpcraetion.pl/themeforest/
Description: Leef Responsive Blog Theme
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.0.0

*/
/* ---------------------------------------------------------------- */
/*
/*	 1. Reset CSS
/*	 2. Default Styles
/*	 3. Layout
/*	 4. Header
/*	 5. Navigation
/*	 6. Blog, Comments & Filterable Categories
/*	 7. Portfolio
/*	 8. Sidebar
/*	 9. Footer + Top Widget Area
/*	10. Social Icons
/*	11. Widgets
/*	12. Responsive Global
/*	13. Responsive Custom
/*	14. Theme Syles
/*
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*	Reset CSS 
/* ---------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
textfield,
input:focus,
textarea:focus,
textfield:focus {
  outline: none;
  border: none;
}
.box-sizings {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.underline {
  position: relative;
}
.underline:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  display: block;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -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;
}
/* ---------------------------------------------------------------- */
/*	2. Default Styles
/* ---------------------------------------------------------------- */
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#mpcth_page_wrap a {
  -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;
}
#mpcth_page_wrap {
  font-family: 'Ubuntu', 'Helvetica', Arial, sans-serif;
  line-height: 1.5em;
  font-weight: 400;
}
#mpcth_page_wrap a {
  text-decoration: none;
}
#mpcth_page_wrap h1,
#mpcth_page_wrap h2,
#mpcth_page_wrap h3,
#mpcth_page_wrap h4,
#mpcth_page_wrap h5,
#mpcth_page_wrap h5,
#mpcth_page_wrap h6 {
  font-family: 'Raleway', 'Helvetica', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.5em;
}
#mpcth_page_wrap h1 > a,
#mpcth_page_wrap h2 > a,
#mpcth_page_wrap h3 > a,
#mpcth_page_wrap h4 > a,
#mpcth_page_wrap h5 > a,
#mpcth_page_wrap h5 > a,
#mpcth_page_wrap h6 > a {
  word-break: break-word;
}
#mpcth_page_wrap p {
  margin-bottom: 1.5em;
}
#mpcth_page_wrap pre {
  font-family: monospace;
  padding: 10px;
  background: #f5f5f5;
  box-shadow: 0px 0px 10px -5px #000000 inset;
  margin-bottom: 1.5em;
}
#mpcth_page_wrap hr {
  width: 100%;
  background: #C0C0C0;
  height: 1px;
  border: none;
}
#mpcth_page_wrap .wp-caption {
  font-style: italic;
}
#mpcth_page_wrap .wp-caption-text {
  font-size: 12px;
  margin: 0px;
}
#mpcth_page_wrap .gallery-caption {
  font-style: italic;
  font-size: 12px;
}
#mpcth_page_wrap .alignright {
  float: right;
  margin: 10px 0px 10px 10px;
}
#mpcth_page_wrap .alignleft {
  float: left;
  margin: 10px 10px 10px 0px;
}
#mpcth_page_wrap .aligncenter {
  margin: 15px auto;
  display: block;
}
#mpcth_page_wrap .alignnone {
  margin: 0px;
  display: block;
}
#mpcth_page_wrap .gallery-size-thumbnail {
  margin-bottom: 40px;
}
#mpcth_page_wrap #mpcth_page_articles .wp-caption,
#mpcth_page_wrap #mpcth_page_articles img {
  max-width: 100%;
  height: auto;
}
q,
blockquote {
  font-style: italic;
}
table {
  margin-bottom: 20px;
}
table td,
table th {
  padding: 5px 10px;
}
table tr.odd {
  background: rgba(0, 0, 0, 0.02);
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 20px;
  margin-bottom: 10px;
}
ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}
ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}
address {
  margin-bottom: 20px;
}
strong {
  font-weight: bold;
}
code {
  font-family: monospace;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
textarea,
input {
  overflow: hidden;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
/* Archive + Search Header */
#mpcth_page_wrap #mpcth_archive_header_info,
#mpcth_page_wrap #mpcth_search_header_info {
  text-align: center;
  padding: 20px 0 25px 0;
  text-transform: uppercase;
}
#mpcth_page_wrap #mpcth_archive_header_info h3,
#mpcth_page_wrap #mpcth_search_header_info h3,
#mpcth_page_wrap #mpcth_archive_header_info h5,
#mpcth_page_wrap #mpcth_search_header_info h5 {
  margin: 0px;
}
#mpcth_page_wrap #mpcth_archive_header_info h3,
#mpcth_page_wrap #mpcth_search_header_info h3 {
  margin-bottom: 10px;
}
/* Header Search */
#mpcth_header_middle_wrap #searchform {
  z-index: 1;
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25) inset, 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
#mpcth_header_middle_wrap #searchform #s {
  font-family: 'Raleway', 'Helvetica', Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
  line-height: 1.5em;
  padding: 15px 0px;
  width: 100%;
  max-width: 700px;
  text-align: center;
  text-transform: uppercase;
}
#mpcth_header_middle_wrap #searchform #searchsubmit {
  display: none;
}
/* Video Container */
.mpcth-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mpcth-video-container iframe,
.mpcth-video-container object,
.mpcth-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexslider .slides img {
  height: auto;
}
#mpcth_page_wrap #lang_sel {
  width: 100%;
}
#mpcth_page_wrap #lang_sel ul,
#mpcth_page_wrap #lang_sel li {
  width: 100%;
}
#mpcth_page_wrap #lang_sel a {
  background-color: transparent;
}
#post_not_found .mpcth-post-body {
  width: 700px;
  margin: 0 auto;
  text-align: justify;
}
#post_not_found .mpcth-post-body h2,
#post_not_found .mpcth-post-body h4 {
  text-align: center;
  margin: 0px;
}
#post_not_found .mpcth-post-body .mpcth-page-not-found-error {
  padding: 0.5em 0;
}
#post_not_found .mpcth-post-body .mpcth-page-not-found-message {
  padding-bottom: 1em;
}
/* ---------------------------------------------------------------- */
/*	3. Layout
/* ---------------------------------------------------------------- */
#mpcth_page_container {
  position: relative;
  z-index: 0;
  clear: both;
}
/* fluid layout - sidebar: left, right, none */
.mpcth-layout-fluid #mpcth_page_container {
  width: 100%;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-left #mpcth_page_content {
  width: 100%;
  float: right;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-left #mpcth_sidebar {
  margin-left: -400px;
  float: left;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-right #mpcth_page_content {
  float: left;
  width: 100%;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-right #mpcth_sidebar {
  margin-right: -400px;
  float: right;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-none #mpcth_page_content {
  float: none;
  width: 100%;
}
/* menu aside */
.mpcth-layout-fluid #mpcth_aside_menu_section {
  width: 0px;
  float: left;
  margin-right: -100%;
}
.mpcth-layout-fixed #mpcth_aside_menu_section {
  width: 0px;
  float: left;
}
/* clear fix */
.mpcth-clear-fix {
  clear: both;
}
/* ---------------------------------------------------------------- */
/*	4. Header
/* ---------------------------------------------------------------- */
#mpcth_page_header_wrap {
  position: relative;
  z-index: 2;
}
#mpcth_header_float {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
#mpcth_header_float #mpcth_nav {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.admin-bar #mpcth_header_float {
  top: 28px;
}
#mpcth_page_header_content {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
#mpcth_page_header_content #mpcth_logo_wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#mpcth_page_header_content #mpcth_logo {
  display: inline-block;
  vertical-align: middle;
}
#mpcth_page_header_content #mpcth_logo h1 {
  display: block;
  margin-bottom: 0px;
}
#mpcth_page_header_content #mpcth_logo > img {
  display: block;
}
#mpcth_page_header_content #mpcth_logo_wrap {
  float: none;
}
/* Logo Position: left, right, center */
.mpcth-layout-fixed #mpcth_page_header_content {
  width: 960px;
}
/* Aside section with logo and navigation */
#mpcth_aside_menu_section {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#mpcth_aside_menu_section #mpcth_logo_wrap {
  float: none;
}
/* ---------------------------------------------------------------- */
/*	5. Navigation
/* ---------------------------------------------------------------- */
/* MAIN MENU + DROP DOWN */
#mpcth_nav {
  float: right;
  vertical-align: middle;
}
#mpcth_nav #mpcth_menu {
  position: relative;
  display: block;
  font-family: 'Raleway', 'Helvetica', Arial, sans-serif;
  font-weight: 600;
  vertical-align: middle;
  list-style: none;
  margin: 0px;
  padding-top: 5px;
}
#mpcth_nav #mpcth_menu ul {
  list-style: none;
  margin: 0px;
}
#mpcth_nav #mpcth_menu li {
  line-height: 1.5em;
  padding: 0px 25px;
  display: inline-block;
}
#mpcth_nav #mpcth_menu li a {
  display: inline-block;
  line-height: 1.5em;
  padding: 15px 0px 5px 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}
#mpcth_nav #mpcth_menu li a:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  display: block;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -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;
}
#mpcth_nav #mpcth_menu li a.mpcth-have-submenu:after {
  content: '*';
  position: absolute;
  top: 10px;
  right: -10px;
}
#mpcth_nav #mpcth_menu > li {
  margin: 0px;
}
#mpcth_nav #mpcth_menu > li.last-item {
  margin-right: 0px;
}
#mpcth_nav #mpcth_menu li.mpcth-menu-stack {
  display: block;
  padding: 0px;
}
#mpcth_nav #mpcth_menu li.mpcth-menu-side-item {
  float: right;
  width: 0;
  padding: 0;
  margin-bottom: -0.25em;
}
#mpcth_nav #mpcth_menu li.mpcth-menu-side-item > a {
  padding: 10px 0px 5px 0px;
  font-size: 1.5em !important;
}
#mpcth_nav #mpcth_menu li.mpcth-menu-side-item > a span:before {
  margin-right: 0px;
  position: relative;
  top: 3px;
}
#mpcth_nav #mpcth_menu li.mpcth-menu-side-item > a.mpcth-menu-sidebar-toggler {
  margin-left: -50px;
}
#mpcth_nav #mpcth_menu li.mpcth-menu-side-item > a.mpcth-menu-search-toggler {
  margin-left: -150px;
}
#mpcth_nav #mpcth_menu ul.sub-menu {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  line-height: 1.5em;
  white-space: nowrap;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25) inset, 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
#mpcth_nav #mpcth_menu ul.sub-menu li {
  padding: 0px 25px;
  line-height: 1.5em;
}
#mpcth_page_header_content #mpcth_secondary_nav {
  width: 100%;
  overflow: hidden;
  padding: 0px 0px;
}
#mpcth_page_header_content #mpcth_secondary_nav #mpcth_secondary_menu {
  list-style: none;
  float: right;
  margin: 0px;
}
#mpcth_page_header_content #mpcth_secondary_nav #mpcth_secondary_menu > li {
  float: left;
  margin-right: 0px;
}
#mpcth_page_header_content #mpcth_secondary_nav #mpcth_secondary_menu > li a {
  padding: 10px 10px;
  display: block;
}
#mpcth_page_header_content #mpcth_secondary_nav #mpcth_secondary_menu > li.last-item {
  margin-right: 0px;
}
#mpcth_page_header_content #mpcth_nav {
  float: none;
  clear: both;
  text-align: center;
}
#mpcth_page_header_content #mpcth_secondary_nav {
  text-align: center;
}
#mpcth_page_header_content #mpcth_secondary_nav #mpcth_secondary_menu {
  float: none;
  display: inline-block;
}
/* manu on the side */
#mpcth_aside_menu_section #mpcth_nav {
  float: none;
  text-align: left;
}
#mpcth_aside_menu_section #mpcth_nav #mpcth_menu {
  float: left;
}
#mpcth_aside_menu_section #mpcth_nav #mpcth_menu li {
  float: none;
}
#mpcth_aside_menu_section #mpcth_nav #mpcth_menu li ul.sub-menu {
  position: relative;
  width: 100%;
}
#mpcth_aside_menu_section #mpcth_nav #mpcth_menu ul.sub-menu {
  margin-left: 15px;
}
#mpcth_aside_menu_section #mpcth_nav #mpcth_nav {
  float: none;
  clear: both;
  text-align: center;
}
/* Secondary Menu (Top Menu) */
#mpcth_aside_menu_section #mpcth_nav {
  float: none;
  clear: both;
  text-align: center;
}
/* Mobile Navigation */
#mpcth_mobile_nav {
  padding-bottom: 20px;
  margin: 20px;
  margin-bottom: 0px;
  position: relative;
  text-align: left;
}
#mpcth_mobile_nav .mpcth-menu-special-item {
  display: inline-block;
  width: 5%;
  height: 35px;
  line-height: 35px;
  color: white;
  text-align: center;
  font-size: 1.5em;
  vertical-align: middle;
}
#mpcth_mobile_nav .mpcth-menu-special-item span:before {
  margin-right: 0px;
}
#mpcth_mobile_nav #mpcth-nav-select-menu {
  border: none;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  margin: 0px;
  color: #777;
  line-height: 33px;
  text-indent: 10px;
  width: 88%;
  margin-right: 2%;
  z-index: 1;
  position: relative;
  box-shadow: none;
  font-size: 16px;
  font-weight: lighter;
  font-family: 'Ubuntu', 'Helvetica', Arial, sans-serif;
  vertical-align: middle;
}
#mpcth_mobile_nav #mpcth-nav-select-menu:focus,
#mpcth_mobile_nav #mpcth-nav-select-menu:hover {
  outline: none;
}
#mpcth_mobile_nav .mpcth-nav-select-mockup {
  background: #F9F9F9;
  height: 35px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 88%;
  margin-right: 2%;
}
#mpcth_mobile_nav .mpcth-nav-select-mockup span.mpcth-nav-select-border-left {
  display: inline-block;
  height: 35px;
  width: 30px;
  position: absolute;
  right: 7px;
  top: 4px;
  font-size: 30px;
  color: #979797;
}
/* ---------------------------------------------------------------- */
/*	6. Blog, Comments & Filterable Categories
/* ---------------------------------------------------------------- */
#mpcth_page_articles.mpcth-masonry {
  visibility: hidden;
}
#mpcth_page_articles article.format-quote .mpcth-post-thumbnail > header {
  font-weight: 300;
}
#mpcth_page_articles article.format-status .mpcth-post-content .mpcth-post-excerpt {
  font-size: 2em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 1em;
}
#mpcth_page_articles article.format-gallery .mpcth-post-thumbnail:hover > header {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}
#mpcth_page_articles article.format-audio .mpcth-post-thumbnail .mpcth-slim-wrap,
#mpcth_page_articles article.format-video .mpcth-post-thumbnail .mpcth-slim-wrap {
  max-width: 960px;
  margin: 0 auto;
}
#mpcth_page_articles article.format-video .mpcth-post-thumbnail:hover > header {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#mpcth_page_articles article.format-video .mpcth-post-thumbnail {
  background-image: url('mpc-wp-boilerplate/images/background.png');
}
#mpcth_page_articles article.format-audio .mpcth-post-thumbnail > img {
  margin-bottom: -30px;
}
#mpcth_page_articles .mpcth-post-content-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  border: 3px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 960px;
  display: block;
  margin: 0 auto;
}
#mpcth_page_articles .mpcth-post-content-heading > a,
#mpcth_page_articles .mpcth-post-content-heading > span {
  padding: 7px 14px;
}
#mpcth_page_articles article.format-link .mpcth-post-thumbnail span:before {
  margin-right: 0px;
  margin-left: 0.5em;
  font-size: 0.8em;
}
#mpcth_page_articles article.format-link .mpcth-post-thumbnail a {
  top: -1px;
  position: relative;
  display: inline-block;
  line-height: 1em;
}
#mpcth_page_articles article.format-quote .mpcth-post-thumbnail span.mpcth-sc-icon-quote {
  position: absolute;
}
#mpcth_page_articles article.format-quote .mpcth-post-thumbnail span.mpcth-format-quote {
  font-family: 'Ubuntu', 'Helvetica', Arial, sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  display: block;
  line-height: 1.5em;
  font-style: italic;
}
#mpcth_page_articles .mpcth-post-thumbnail {
  position: relative;
  margin: 0px;
  display: block;
}
#mpcth_page_articles .mpcth-post-thumbnail .wpb_gallery {
  margin-bottom: 0px;
}
#mpcth_page_articles .mpcth-post-thumbnail iframe.twitter-tweet {
  width: 100%;
  position: relative;
  margin: 0px 0px -5px 0px !important;
  max-width: 100%!important;
}
#mpcth_page_articles .mpcth-post-thumbnail img {
  display: block;
}
#mpcth_page_articles .mpcth-post-thumbnail.mpcth-custom-background {
  background-size: cover;
  background-position: center center;
}
#mpcth_page_articles .mpcth-post-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5) inset;
  z-index: 1;
}
#mpcth_page_articles .mpcth-post-thumbnail:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 6px;
  box-shadow: 0px -4px 10px -5px rgba(0, 0, 0, 0.5) inset;
}
#mpcth_page_articles .mpcth-post-hidden-title {
  margin: 0px;
  max-width: 960px;
  padding: 100px 0px;
  position: relative;
  left: -9999px;
}
#mpcth_page_articles .mpcth-post-thumbnail header {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  border: 3px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
}
#mpcth_page_articles .mpcth-post-thumbnail header .mpcth-post-title {
  margin-bottom: 0px;
  text-transform: uppercase;
}
#mpcth_page_articles .mpcth-post-thumbnail header .mpcth-post-title a {
  display: block;
  padding: 7px 14px;
  margin-bottom: 0px;
}
#mpcth_page_articles .mpcth-post-thumbnail header .mpcth-post-title a .mpcth-sc-icon-attach {
  line-height: 1em;
  font-size: 0.8em;
}
#mpcth_page_articles .mpcth-post-thumbnail header .mpcth-post-title a .mpcth-sc-icon-attach:before {
  position: relative;
  top: -0.05em;
  margin-left: 0.25em;
  margin-right: 0px;
}
#mpcth_page_articles small {
  font-weight: 500;
  margin: 0px 0px 30px 0px;
  display: block;
}
#mpcth_page_articles .post {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#mpcth_page_articles .post .mpcth-post-content {
  width: 700px;
  margin: 0 auto;
  padding: 40px 0px 60px 0px;
}
#mpcth_page_articles .post .mpcth-post-content .mpcth-post-excerpt {
  margin-bottom: 2em;
  text-align: justify;
}
#mpcth_page_articles .post .mpcth-post-content h6,
#mpcth_page_articles .post .mpcth-post-content h5,
#mpcth_page_articles .post .mpcth-post-content h4,
#mpcth_page_articles .post .mpcth-post-content h3,
#mpcth_page_articles .post .mpcth-post-content h2,
#mpcth_page_articles .post .mpcth-post-content h1 {
  text-transform: uppercase;
  text-align: center;
}
#mpcth_page_articles .post .mpcth-read-more-wrap {
  text-align: center;
}
#mpcth_page_articles .post .mpcth-read-more-wrap > a {
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
#mpcth_page_articles .post .mpcth-read-more-wrap > a:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  display: block;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -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;
}
#mpcth_page_articles.mpcth-masonry .mpcth-post-thumbnail {
  display: block;
}
#mpcth_page_articles.mpcth-masonry .mpcth-post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
#mpcth_page_articles.mpcth-masonry.mpcth-post-columns-1 .post {
  width: 100%;
}
#mpcth_page_articles.mpcth-masonry.mpcth-post-columns-2 .post {
  width: 50%;
}
#mpcth_page_articles.mpcth-masonry.mpcth-post-columns-3 .post {
  width: 33.33%;
}
#mpcth_page_articles.mpcth-masonry.mpcth-post-columns-4 .post {
  width: 25%;
}
#mpcth_page_articles.mpcth-single-post .post {
  border: none;
  width: auto;
  padding: 0px;
  margin: 0px;
  background: transparent;
}
#mpcth_page_articles.mpcth-single-post .post.mpcth-simple-view .mpcth-post-content-wrap {
  text-align: justify;
  overflow: hidden;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-pagination {
  font-weight: 500;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-pagination a {
  font-weight: 400;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-pagination,
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-categories,
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-tags {
  margin-bottom: 45px;
  text-align: justify;
  overflow: hidden;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-pagination > strong,
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-categories > strong,
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-tags > strong {
  font-weight: 500;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-categories {
  margin-bottom: 15px;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-thumbnail {
  position: relative;
  margin-bottom: 40px;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-thumbnail img {
  width: 100%;
  height: auto;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-thumbnail iframe {
  display: block;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-thumbnail > header {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-thumbnail:hover > header {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-thumbnail:hover > .mpcth-post-hidden-title + header {
  opacity: 1;
  filter: alpha(opacity=100);
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-thumbnail:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 6px;
  box-shadow: 0px -4px 10px -5px rgba(0, 0, 0, 0.5) inset;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-body {
  padding-bottom: 20px;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-body .mpcth-post-meta-wrap {
  text-align: justify;
  overflow: hidden;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-body .mpcth-post-meta-wrap > small {
  margin-bottom: 0em;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-body h6,
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-body h5,
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-body h4,
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-body h3,
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-body h2,
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-body h1 {
  text-transform: uppercase;
  text-align: center;
}
#mpcth_page_articles.mpcth-standard article.post {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mpcth_page_articles.mpcth-standard article.post .mpcth-post-thumbnail img {
  width: 100%;
  height: auto;
}
#mpcth_page_articles.mpcth-standard article.post .mpcth-post-title {
  margin-top: 0px;
  display: block;
}
#mpcth_page_articles #comments {
  position: relative;
}
#mpcth_page_articles #comments .comments-title {
  margin-bottom: 35px;
}
#mpcth_page_articles #comments .commentlist {
  list-style: none;
  margin-left: 0px;
  margin-bottom: -25px;
}
#mpcth_page_articles #comments .commentlist ol {
  margin-left: 0px;
}
#mpcth_page_articles #comments .commentlist ol.children {
  list-style: none;
}
#mpcth_page_articles #comments .commentlist ol.children > li {
  margin-left: 40px;
}
#mpcth_page_articles #comments .commentlist ol.children li #respond {
  margin-top: -15px;
  margin-bottom: 30px;
}
#mpcth_page_articles #comments .commentlist .depth-2 > article.comment header.comment-meta,
#mpcth_page_articles #comments .commentlist .depth-4 > article.comment header.comment-meta,
#mpcth_page_articles #comments .commentlist .depth-6 > article.comment header.comment-meta,
#mpcth_page_articles #comments .commentlist .depth-8 > article.comment header.comment-meta,
#mpcth_page_articles #comments .commentlist .depth-10 > article.comment header.comment-meta {
  text-align: left;
  overflow: hidden;
  line-height: 1em;
}
#mpcth_page_articles #comments .commentlist .depth-2 > article.comment header.comment-meta img,
#mpcth_page_articles #comments .commentlist .depth-4 > article.comment header.comment-meta img,
#mpcth_page_articles #comments .commentlist .depth-6 > article.comment header.comment-meta img,
#mpcth_page_articles #comments .commentlist .depth-8 > article.comment header.comment-meta img,
#mpcth_page_articles #comments .commentlist .depth-10 > article.comment header.comment-meta img {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}
#mpcth_page_articles #comments .commentlist .depth-2 > article.comment section.comment-content:after,
#mpcth_page_articles #comments .commentlist .depth-4 > article.comment section.comment-content:after,
#mpcth_page_articles #comments .commentlist .depth-6 > article.comment section.comment-content:after,
#mpcth_page_articles #comments .commentlist .depth-8 > article.comment section.comment-content:after,
#mpcth_page_articles #comments .commentlist .depth-10 > article.comment section.comment-content:after {
  right: auto;
  left: 20px;
  border-right-color: transparent;
}
#mpcth_page_articles #comments .commentlist article.comment {
  margin-bottom: 35px;
}
#mpcth_page_articles #comments .commentlist article.comment.comment-folded header.comment-meta img {
  width: 20px;
  height: 20px;
}
#mpcth_page_articles #comments .commentlist article.comment.comment-folded .comment-fold:before {
  content: '\e75c';
}
#mpcth_page_articles #comments .commentlist article.comment header.comment-meta {
  text-align: right;
  overflow: hidden;
  line-height: 1em;
}
#mpcth_page_articles #comments .commentlist article.comment header.comment-meta img {
  float: right;
  margin-left: 10px;
}
#mpcth_page_articles #comments .commentlist article.comment header.comment-meta .comment-post-author {
  position: relative;
  top: -0.05em;
  font-size: 1.5em;
}
#mpcth_page_articles #comments .commentlist article.comment header.comment-meta .comment-post-author:before {
  margin-right: 0px;
}
#mpcth_page_articles #comments .commentlist article.comment header.comment-meta .comment-info {
  margin-top: 0.5em;
  font-size: 0.8em;
}
#mpcth_page_articles #comments .commentlist article.comment section.comment-content {
  position: relative;
  text-align: justify;
  padding: 20px 25px 25px 25px;
  margin-bottom: 30px;
}
#mpcth_page_articles #comments .commentlist article.comment section.comment-content *:last-child {
  margin-bottom: 0px;
}
#mpcth_page_articles #comments .commentlist article.comment section.comment-content:after {
  content: '';
  position: absolute;
  bottom: -20px;
  border: 10px solid transparent;
  right: 20px;
}
#mpcth_page_articles #comments .commentlist article.comment .mpcth-comment-meta-separator {
  margin: 0 0.5em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#mpcth_page_articles #comments .commentlist article.comment .comment-awaiting-moderation {
  text-align: right;
  font-style: italic;
  font-size: 0.8em;
}
#mpcth_page_articles #comments .commentlist article.comment .comment-fold {
  float: right;
  padding: 0px 0.5em;
  margin-left: 1em;
  background: #eee;
}
#mpcth_page_articles #comments .commentlist article.comment .comment-fold:before {
  margin-right: 0px;
}
#mpcth_page_articles #comments #comments_wrap {
  padding: 40px 0px;
}
#mpcth_page_articles #comments #comments_wrap > h3 {
  text-align: center;
  text-transform: uppercase;
}
#mpcth_page_articles #comments #comments_wrap > h3,
#mpcth_page_articles #comments #comments_wrap .commentlist {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
#mpcth_page_articles #comments .comment #respond {
  margin: 20px 0px;
  padding: 20px;
}
#mpcth_page_articles #comments .comment #respond #reply-title {
  margin-top: 0px;
}
#mpcth_page_articles #comments #respond {
  padding-bottom: 60px;
}
#mpcth_page_articles #comments #respond > h3 {
  text-align: center;
  text-transform: uppercase;
}
#mpcth_page_articles #comments #respond > h3,
#mpcth_page_articles #comments #respond #commentform {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
#mpcth_page_articles #comments #respond #reply-title {
  margin-top: 40px;
  margin-bottom: 35px;
}
#mpcth_page_articles #comments #respond #reply-title small {
  display: block;
  line-height: 1.5em;
}
#mpcth_page_articles #comments #respond #commentform input,
#mpcth_page_articles #comments #respond #commentform textarea {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#mpcth_page_articles #comments #respond #commentform label {
  display: none;
}
#mpcth_page_articles #comments #respond #commentform input {
  font-family: 'Ubuntu', 'Helvetica', Arial, sans-serif;
}
#mpcth_page_articles #comments #respond #commentform p {
  position: relative;
}
#mpcth_page_articles #comments #respond #commentform .form-allowed-tags,
#mpcth_page_articles #comments #respond #commentform .comment-notes {
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.25em;
  margin-top: 0px;
  display: none;
}
#mpcth_page_articles #comments #respond #commentform .form-allowed-tags {
  margin-bottom: 15px;
}
#mpcth_page_articles #comments #respond #commentform .logged-in-as {
  margin-bottom: 0px;
  font-style: italic;
}
#mpcth_page_articles #comments #respond #commentform .comment-form-comment {
  clear: both;
}
#mpcth_page_articles #comments #respond #commentform .comment-form-comment textarea {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 10px;
  font-family: 'Ubuntu', 'Helvetica', Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mpcth_page_articles #comments #respond #commentform .comment-form-url,
#mpcth_page_articles #comments #respond #commentform .comment-form-email,
#mpcth_page_articles #comments #respond #commentform .comment-form-author {
  position: relative;
  float: left;
  width: 32%;
}
#mpcth_page_articles #comments #respond #commentform .comment-form-url input,
#mpcth_page_articles #comments #respond #commentform .comment-form-email input,
#mpcth_page_articles #comments #respond #commentform .comment-form-author input {
  position: relative;
  width: 100%;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mpcth_page_articles #comments #respond #commentform .comment-form-email,
#mpcth_page_articles #comments #respond #commentform .comment-form-author {
  margin-right: 2%;
}
#mpcth_page_articles #comments #respond #commentform .form-submit {
  text-align: center;
}
#mpcth_page_articles #comments #respond #commentform .form-submit #mpcth_submit_wrap {
  padding-bottom: 7px;
  position: relative;
}
#mpcth_page_articles #comments #respond #commentform .form-submit #mpcth_submit_wrap:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  display: block;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -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;
}
#mpcth_page_articles #comments #respond #commentform .form-submit #submit {
  background: none;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
#mpcth_page_articles #comments #respond #commentform label.error {
  display: inline;
  position: absolute;
  left: 0px;
  bottom: -19px;
  font-size: 0.75em;
  font-style: italic;
  color: #f66060;
  white-space: nowrap;
}
/* Filterable Categories CSS */
#mpcth_page_content {
  position: relative;
}
#mpcth_page_content .mpcth-filterable-categories {
  display: block;
  text-align: center;
}
#mpcth_page_content .mpcth-filterable-categories ul {
  list-style: none;
  margin: 0px;
}
#mpcth_page_content .mpcth-filterable-categories ul li {
  display: inline-block;
  text-transform: uppercase;
}
#mpcth_page_content .mpcth-filterable-categories ul li a {
  display: inline-block;
  padding: 20px 0px 5px 0px;
  margin: 0px 20px 15px 20px;
  font-family: 'Raleway', 'Helvetica', Arial, sans-serif;
  font-weight: 600;
  position: relative;
}
#mpcth_page_content .mpcth-filterable-categories ul li a:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  display: block;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -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;
}
.mpcth-layout-fixed #mpcth_page_content .mpcth-filterable-categories {
  margin-right: 0px;
  margin-left: 0px;
}
#load_more_container {
  display: none;
}
/* fix video controls issue */
.mejs-controls button:hover,
.mejs-controls button:focus {
  outline: none!important;
}
/* ---------------------------------------------------------------- */
/*	7. Portfolio
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*	8. Sidebar
/* ---------------------------------------------------------------- */
#mpcth_sidebar {
  z-index: 3;
  position: relative;
  left: 0px;
  width: 400px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
#mpcth_sidebar ul,
#mpcth_sidebar ol {
  list-style: none;
  margin: 0px;
}
#mpcth_sidebar > ul ul ul {
  margin-left: 20px;
}
#mpcth_sidebar > ul > li {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 1.5em;
}
#mpcth_sidebar > ul > li h5 {
  margin-bottom: 5px;
}
#mpcth_sidebar > ul > li.widget_search #searchsubmit {
  display: none;
}
#mpcth_sidebar > ul > li.widget_search .mpcth-search {
  padding: 4px 5px;
  width: 180px;
  color: #515151;
}
#mpcth_sidebar > ul > li:last-child {
  margin-bottom: 0px;
}
#mpcth_sidebar .widget img,
#mpcth_sidebar .widget select {
  max-width: 100%;
  height: auto;
}
#mpcth_sidebar .widget.widget_rss > ul > li {
  margin-bottom: 15px;
}
#mpcth_page_container #mpcth_sidebar_bottom_fill {
  z-index: 2;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 0px;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
#mpcth_page_container.mpcth-sidebar-right #mpcth_sidebar_bottom_fill {
  right: 0px;
}
#mpcth_page_container.mpcth-sidebar-left #mpcth_sidebar_bottom_fill {
  left: 0px;
}
/* ---------------------------------------------------------------- */
/*	9. Footer + Top Widget Area
/* ---------------------------------------------------------------- */
#mpcth_footer {
  clear: both;
  width: 100%;
  position: relative;
  padding-top: 40px;
}
#mpcth_top_widget_area,
#mpcth_footer_content {
  max-width: 700px;
  margin: 0 auto;
}
#mpcth_top_widget_area .mpcth-widget-column,
#mpcth_footer_content .mpcth-widget-column {
  float: left;
}
#mpcth_top_widget_area .mpcth-widget-column.mpcth-widget-columns-1,
#mpcth_footer_content .mpcth-widget-column.mpcth-widget-columns-1 {
  width: 100%;
  margin-right: 0%;
}
#mpcth_top_widget_area .mpcth-widget-column.mpcth-widget-columns-2,
#mpcth_footer_content .mpcth-widget-column.mpcth-widget-columns-2 {
  width: 47.5%;
  margin-right: 5%;
}
#mpcth_top_widget_area .mpcth-widget-column.mpcth-widget-columns-3,
#mpcth_footer_content .mpcth-widget-column.mpcth-widget-columns-3 {
  width: 30%;
  margin-right: 5%;
}
#mpcth_top_widget_area .mpcth-widget-column.mpcth-widget-columns-4,
#mpcth_footer_content .mpcth-widget-column.mpcth-widget-columns-4 {
  width: 21.25%;
  margin-right: 5%;
}
#mpcth_top_widget_area .mpcth-widget-column.mpcth-widget-columns-5,
#mpcth_footer_content .mpcth-widget-column.mpcth-widget-columns-5 {
  width: 16%;
  margin-right: 5%;
}
#mpcth_top_widget_area .mpcth-widget-column.mpcth-widget-column-last,
#mpcth_footer_content .mpcth-widget-column.mpcth-widget-column-last {
  margin-right: 0px;
}
#mpcth_top_widget_area .mpcth-widget-column .widget,
#mpcth_footer_content .mpcth-widget-column .widget {
  line-height: 1.5em;
  margin-bottom: 40px;
  overflow: hidden;
}
#mpcth_top_widget_area ul,
#mpcth_footer_content ul,
#mpcth_top_widget_area ol,
#mpcth_footer_content ol {
  list-style: none;
  margin: 0px;
}
#mpcth_top_widget_area > ul ul ul,
#mpcth_footer_content > ul ul ul {
  margin-left: 20px;
}
#mpcth_top_widget_area img,
#mpcth_footer_content img {
  max-width: 100%;
  height: auto;
}
#mpcth_top_widget_area select,
#mpcth_footer_content select {
  max-width: 100%;
}
.mpcth-layout-fixed #mpcth_footer_content {
  width: 960px;
}
#mpcth_bottom_footer {
  clear: both;
}
#mpcth_top_widget_area #mpcth_top_widget_area_widgets {
  display: none;
}
#mpcth_top_widget_area #mpcth_top_widget_area_handle {
  cursor: pointer;
  height: 20px;
}
#mpcth_bottom_footer_wrap {
  display: table;
  width: 700px;
  margin: 0 auto;
  padding: 15px 0px;
}
#mpcth_bottom_footer_wrap .mpcth-footer-copyright {
  margin-left: 20px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
#mpcth_bottom_footer_wrap .mpcth-social-icons {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
/* ---------------------------------------------------------------- */
/* 10. Social Icons
/* ---------------------------------------------------------------- */
.mpcth-social-icons {
  font-size: 20px;
  margin: 0px 20px 0px 0px;
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
}
.mpcth-social-icons li {
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: -0.25em;
}
.mpcth-social-icons li a {
  cursor: pointer;
  display: inline-block;
}
.mpcth-social-icons li a .mpcth-social-bg {
  width: 1.75em;
  height: 1.75em;
  display: block;
  text-align: center;
  position: relative;
  top: 0em;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.mpcth-social-icons li a .mpcth-social-bg span {
  font-size: 1em;
  position: absolute;
  bottom: 0.16em;
  left: 0.38em;
  color: #ffffff;
}
.mpcth-social-icons li a .mpcth-social-bg-over {
  width: 1.75em;
  height: 1.75em;
  display: block;
  text-align: center;
  position: relative;
  top: 0em;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.mpcth-social-icons li a .mpcth-social-bg-over span {
  font-size: 1em;
  position: absolute;
  bottom: 0.16em;
  left: 0.38em;
  color: #ffffff;
}
.mpcth-social-icons li a .mpcth-social-bg-circle {
  border-radius: 1.75em;
}
.mpcth-social-icons li a .mpcth-social-bg-none {
  background: transparent;
}
.mpcth-social-icons li a:hover .mpcth-social-bg,
.mpcth-social-icons li a:hover .mpcth-social-bg-over {
  top: -1.75em;
}
.mpcth-social-icons .mpcth-social-dribbble .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-dribbble .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #EA4C89;
}
.mpcth-social-icons .mpcth-social-facebook .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-facebook .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #3B5998;
}
.mpcth-social-icons .mpcth-social-flickr .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-flickr .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #FF0084;
}
.mpcth-social-icons .mpcth-social-lastfm .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-lastfm .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #C3000D;
}
.mpcth-social-icons .mpcth-social-linkedin .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-linkedin .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #0E76A8;
}
.mpcth-social-icons .mpcth-social-rss .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-rss .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #EE802F;
}
.mpcth-social-icons .mpcth-social-stumbleupon .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-stumbleupon .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #F74425;
}
.mpcth-social-icons .mpcth-social-tumblr .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-tumblr .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #34526F;
}
.mpcth-social-icons .mpcth-social-twitter .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-twitter .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #00A0D1;
}
.mpcth-social-icons .mpcth-social-gplus .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-gplus .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #DB4A39;
}
.mpcth-social-icons .mpcth-social-mail .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-mail .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #5B9A68;
}
.mpcth-social-icons .mpcth-social-pinterest .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-pinterest .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #C8232C;
}
.mpcth-social-icons .mpcth-social-vimeo .mpcth-social-bg-over.mpcth-social-bg-square,
.mpcth-social-icons .mpcth-social-vimeo .mpcth-social-bg-over.mpcth-social-bg-circle {
  background: #86C9EF;
}
/* ---------------------------------------------------------------- */
/*	11. Widgets
/* ---------------------------------------------------------------- */
#mpcth_page_wrap .widget_title {
  text-transform: uppercase;
}
#mpcth_page_wrap .widget_quick-flickr-widget .quick-flickr-item {
  float: left;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#mpcth_page_wrap .widget_quick-flickr-widget .quick-flickr-item img {
  width: 100%;
  height: 100%;
}
#mpcth_page_wrap .widget_quick-flickr-widget .quick-flickr-item:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#mpcth_page_wrap .mpcth-recent-posts-widget .mpcth-recent-post {
  margin-bottom: 12px;
  overflow: hidden;
}
#mpcth_page_wrap .mpcth-recent-posts-widget .mpcth-recent-posts-data {
  float: right;
}
#mpcth_page_wrap .mpcth-recent-posts-widget .mpcth-recent-posts-title {
  text-transform: uppercase;
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 40px;
  font-style: italic;
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet:before {
  position: absolute;
  top: 5px;
  left: 0px;
  color: #eeeeee;
  font-size: 1.5em;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet .header {
  overflow: hidden;
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet .header .avatar {
  display: none;
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet .header .full-name {
  display: none;
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet .header .p-nickname {
  display: none;
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet .e-entry-content {
  clear: both;
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet .e-entry-content > p {
  margin-bottom: 0px !important;
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet .e-entry-content b {
  font-weight: normal;
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet .e-entry-content .retweet-credit {
  text-align: right;
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet .permalink {
  float: right;
}
#mpcth_page_wrap .mpcth-twitter-widget .mpcth-twitter-wrap .tweet.last {
  margin-bottom: 0px;
}
/* ---------------------------------------------------------------- */
/*	14. Theme Styles
/* ---------------------------------------------------------------- */
/* Default Styles */
#mpcth_page_container {
  position: relative;
  overflow: hidden;
}
.mpcth-layout-fixed #mpcth_page_header_content #mpcth_nav {
  margin-right: 0px;
  margin-left: 0px;
}
/* Load More */
#mpcth-lm-container {
  display: none;
}
#mpcth-lm {
  text-align: center;
  position: relative;
}
#mpcth-lm .mpcth-lm-button {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 10px 0px 7px 0px;
  text-transform: uppercase;
  position: relative;
}
#mpcth-lm .mpcth-lm-button:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  display: block;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -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;
}
#mpcth-lm .mpcth-lm-info {
  margin-left: 10px;
  display: inline-block;
}
#mpcth-lm #mpcth-lm-spin {
  position: relative;
  display: inline-block;
  left: 20px;
  top: -5px;
}
.mpcth-pagination {
  text-align: center;
}
.mpcth-pagination .page-numbers {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 3px 7px 3px;
  margin-bottom: 15px;
}
.mpcth-pagination .page-numbers:hover,
.mpcth-pagination .page-numbers.current {
  position: relative;
}
.mpcth-pagination .page-numbers:hover:before,
.mpcth-pagination .page-numbers.current:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  display: block;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -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;
}
.mpcth-pagination .page-numbers.dots {
  cursor: default;
}
/* Fancybox button */
#mpcth_page_wrap a.mpcth-fancybox {
  position: absolute;
  font-size: 3em;
  right: 25px;
  bottom: 10px;
}
#mpcth_page_wrap a.mpcth-fancybox:before {
  margin-right: 0px;
}
#mpcth_page_articles.mpcth-masonry iframe.twitter-tweet {
  margin-bottom: 20px!important;
}
/* Fullwidth template */
#mpcth_page_container.mpcth-full-width {
  width: 100%;
}
#mpcth_page_container.mpcth-full-width .wpb_row_wrap {
  padding-top: 35px;
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#mpcth_page_container.mpcth-full-width .wpb_row_wrap .wpb_row {
  width: 960px;
  margin: 0 auto;
}
/* Page Styles */
#mpcth_page_wrap .page.mpcth-simple-view .mpcth-post-content-wrap {
  text-align: justify;
  overflow: hidden;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mpcth_page_wrap .page .mpcth-post-thumbnail {
  margin-bottom: 40px;
}
#mpcth_page_wrap .page .mpcth-post-thumbnail img {
  width: 100%;
  height: auto;
}
#mpcth_page_wrap .page .mpcth-post-thumbnail iframe {
  display: block;
}
#mpcth_page_wrap .page .mpcth-post-thumbnail > header {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#mpcth_page_wrap .page .mpcth-post-thumbnail:hover > header {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}
#mpcth_page_wrap .page .mpcth-post-thumbnail:hover > .mpcth-post-hidden-title + header {
  opacity: 1;
  filter: alpha(opacity=100);
}
#mpcth_page_wrap .page .mpcth-post-body-wrap {
  padding-top: 40px;
}
#mpcth_page_wrap .page .mpcth-post-body-wrap h6,
#mpcth_page_wrap .page .mpcth-post-body-wrap h5,
#mpcth_page_wrap .page .mpcth-post-body-wrap h4,
#mpcth_page_wrap .page .mpcth-post-body-wrap h3,
#mpcth_page_wrap .page .mpcth-post-body-wrap h2,
#mpcth_page_wrap .page .mpcth-post-body-wrap h1 {
  text-transform: uppercase;
  text-align: center;
}
#mpcth_page_wrap .page .mpcth-post-thumbnail + .mpcth-post-body-wrap {
  padding-top: 0px;
}
#mpcth_page_wrap .page .mpcth-post-title {
  text-transform: uppercase;
  padding: 0px 14px;
}
#mpcth_page_wrap .page #mpcth_archive_list .mpcth-archive-wrap {
  text-align: justify;
  overflow: hidden;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mpcth_page_wrap .page #comments #respond #reply-title {
  margin-top: 30px;
}
#mpcth_page_wrap .page #comments #respond {
  padding-bottom: 40px;
}
#mpcth_page_wrap .page #mpcth_archive_20_posts {
  margin-bottom: 1.5em;
  padding: 30px 0px;
}
#mpcth_page_wrap .page #mpcth_archive_20_posts ol {
  margin-left: 30px;
}
#mpcth_page_wrap .page #mpcth_archive_date {
  margin-bottom: 1.5em;
  padding: 10px 0px;
}
#mpcth_page_wrap .page #mpcth_archive_category {
  padding: 30px 0px;
}
#mpcth_page_wrap .page #mpcth_archive_20_posts li,
#mpcth_page_wrap .page #mpcth_archive_date li,
#mpcth_page_wrap .page #mpcth_archive_category li {
  margin-bottom: 0.5em;
}
#mpcth_page_wrap .page #mpcth_archive_20_posts h3,
#mpcth_page_wrap .page #mpcth_archive_date h3,
#mpcth_page_wrap .page #mpcth_archive_category h3 {
  text-align: center;
  text-transform: uppercase;
}
.page-template-archive-template-php #mpcth_page_wrap .page {
  padding-bottom: 0px;
}
.page-template-archive-template-php #mpcth_page_wrap .page .mpcth-post-body-wrap {
  padding-bottom: 20px;
}
/* ---------------------------------------------------------------- */
/*	12. Responsive Global
/* ---------------------------------------------------------------- */
.mpcth-hidden {
  display: none;
  visibility: hidden;
}
.mpcth-visible-phone {
  display: none !important;
}
.mpcth-visible-tablet {
  display: none !important;
}
.mpcth-hidden-desktop {
  display: none !important;
}
.mpcth-visible-desktop {
  display: inherit !important;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 959px) {
  .mpcth-hidden-desktop {
    display: inherit !important;
  }
  .mpcth-visible-desktop {
    display: none !important ;
  }
  .mpcth-visible-tablet {
    display: inherit !important;
  }
  .mpcth-hidden-tablet {
    display: none !important;
  }
  #mpcth_page_wrap .wpb_gmaps_widget .wpb_map_wraper {
    padding-bottom: 40% !important;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container #mpcth_page_content #mpcth_page_articles {
    margin-left: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_header_content #mpcth_logo_wrap {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_articles #comments .commentlist ol.children > li {
    margin-left: 20px;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_header_content {
    width: 100%;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_container #mpcth_page_content {
    float: none;
    width: 100%;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_container #mpcth_sidebar {
    left: 0px;
    float: none;
    width: 100%;
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_container #mpcth_sidebar > ul > li.widget {
    float: none;
    max-width: 100%;
    clear: both;
    overflow: hidden;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_container #mpcth_sidebar > ul > li.widget > ul {
    position: relative;
    overflow: hidden;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #mpcth_page_wrap .page #mpcth_archive_list .mpcth-archive-wrap,
  #mpcth_page_wrap .mpcth-post-content-wrap > .mpcth-row-wrap .wpb_row,
  #mpcth_page_wrap .mpcth-post-content-wrap > .mpcth-row-wrap.mpcth-row-wrap-full .mpcth-fullwidth-sc-wrap,
  #mpcth_page_wrap .page.mpcth-simple-view .mpcth-post-content-wrap,
  #mpcth_page_wrap .post.mpcth-simple-view .mpcth-post-content-wrap,
  #mpcth_page_articles .post .mpcth-post-content,
  #mpcth_page_articles.mpcth-single-post .post .mpcth-post-pagination,
  #mpcth_page_articles.mpcth-single-post .post .mpcth-post-categories,
  #mpcth_page_articles.mpcth-single-post .post .mpcth-post-tags,
  #mpcth_page_articles.mpcth-single-post .post .mpcth-post-body .mpcth-post-meta-wrap,
  #mpcth_page_articles #comments #comments_wrap > h3,
  #mpcth_page_articles #comments #comments_wrap .commentlist,
  #mpcth_page_articles #comments #respond > h3,
  #mpcth_page_articles #comments #respond #commentform,
  #mpcth_top_widget_area,
  #mpcth_footer_content,
  #mpcth_bottom_footer_wrap {
    max-width: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mpcth_page_articles article.format-status .mpcth-post-content .mpcth-post-excerpt {
    font-size: 1.25em;
  }
  #mpcth_page_articles article.format-quote .mpcth-post-thumbnail span.mpcth-format-quote {
    font-size: 1em;
  }
  #mpcth_page_articles .mpcth-post-content-heading {
    width: 80%;
  }
  #mpcth_mobile_nav .mpcth-menu-sidebar-toggler {
    display: none;
  }
  #mpcth_mobile_nav #mpcth-nav-select-menu,
  #mpcth_mobile_nav .mpcth-nav-select-mockup {
    width: 93%;
  }
  #mpcth_page_wrap .wpb_gmaps_widget .wpb_map_wraper {
    padding-bottom: 40% !important;
  }
  .mpcth-hidden-desktop {
    display: inherit !important;
  }
  .mpcth-visible-desktop {
    display: none !important;
  }
  .mpcth-visible-phone {
    display: inherit !important;
  }
  .mpcth-hidden-phone {
    display: none !important;
  }
  #mpcth_footer #mpcth_footer_content .mpcth-widget-column {
    width: 100%;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_top_widget_area > ul > li.widget,
  #mpcth_page_wrap.mpcth-reponsive #mpcth_footer_content > ul > li.widget {
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0px 2% 5% 2%;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_top_widget_area > ul > li.widget > ul,
  #mpcth_page_wrap.mpcth-reponsive #mpcth_footer_content > ul > li.widget > ul {
    position: relative;
    overflow: hidden;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_top_widget_area > ul > li.widget li,
  #mpcth_page_wrap.mpcth-reponsive #mpcth_footer_content > ul > li.widget li {
    float: left;
    margin-right: 10px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_bottom_footer .mpcth-footer-copyright {
    width: 100%;
    text-align: center;
    display: block;
    margin-left: 0px;
    white-space: normal;
    margin-bottom: 1em;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_bottom_footer .mpcth-social-icons {
    display: block;
    float: none;
    text-align: center;
    margin: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_bottom_footer .mpcth-social-icons li {
    margin: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_articles #comments #respond #commentform > p {
    margin-right: 0px;
    float: none;
    width: 100%;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_articles #comments .commentlist ol.children > li {
    margin-left: 20px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_header_content #mpcth_logo_wrap {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0px -12px 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_content .mpcth-filterable-categories,
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container #mpcth_page_content #mpcth_page_articles {
    margin-left: 0px;
    margin-right: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_sidebar > ul > li.widget_search .mpcth-search {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container #mpcth_page_content {
    float: none;
    width: 100%;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container #mpcth_sidebar {
    left: 0px;
    float: none;
    width: 100%;
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container #mpcth_sidebar > ul > li.widget {
    float: none;
    max-width: 100%;
    clear: both;
    overflow: hidden;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container #mpcth_sidebar > ul > li.widget > ul {
    position: relative;
    overflow: hidden;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_header_content {
    width: 100%;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_articles.mpcth-masonry.mpcth-post-columns-1 .post {
    width: 100%;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_articles.mpcth-masonry.mpcth-post-columns-2 .post {
    width: 100%;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_articles.mpcth-masonry.mpcth-post-columns-3 .post {
    width: 100%;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_articles.mpcth-masonry.mpcth-post-columns-4 .post {
    width: 100%;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #mpcth_mobile_nav #mpcth-nav-select-menu,
  #mpcth_mobile_nav .mpcth-nav-select-mockup {
    width: 91%;
    margin-right: 4%;
  }
  #mpcth_page_wrap .wpb_gmaps_widget .wpb_map_wraper {
    padding-bottom: 60% !important;
  }
  #mpcth_page_wrap .mpcth-sc-testimonial .mpcth-sc-testimonial-icon {
    max-width: 50px !important;
  }
  #mpcth_page_wrap a.mpcth-fancybox {
    font-size: 2em;
    right: 15px;
    bottom: -35px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_articles {
    margin-right: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #comments ol,
  #mpcth_page_wrap.mpcth-reponsive #comments ul {
    margin-left: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_contact_form > p {
    margin-right: 0px;
    float: none;
    width: 100%;
  }
}
