/*

Theme Name: Thumb
Theme URI: http://www.mpcraetion.pl/themeforest/thumb/
Description: Bold blog theme, responsive & retina ready.
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

*/
/* ---------------------------------------------------------------- */
/*		
/*	 1. Reset CSS
/*	 2. Default Styles 
/*	 3. Layout
/*	 4. Header
/*	 5. Navigation
/*	 6. Blog, Comments & Filterable Categories
/*	 7. Portfolio
/*	 8. Sidebar
/*	 9. Footer
/*	10. Social Icons
/*	11. Widgets
/*	12. Responsive Global
/*	13. 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;
}
/* ---------------------------------------------------------------- */
/*	2. Default Styles
/* ---------------------------------------------------------------- */
body {
  -webkit-backface-visibility: hidden;
}
#mpcth_page_wrap {
  width: 80%;
  margin: 0 auto;
  font-family: 'Helvetica', Arial, sans-serif;
  line-height: 1.5em;
  font-weight: 300;
}
#mpcth_page_wrap a {
  text-decoration: none;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
#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: 'Helvetica', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.5em;
}
#mpcth_page_wrap p {
  margin-bottom: 1.5em;
}
#mpcth_page_wrap pre {
  font-family: Curier, sans-serif;
  padding: 15px;
  background: #E7E7E7;
}
#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 .bypostauthor {
  font-size: 12px;
}
#mpcth_page_wrap .alignright {
  float: right;
  margin: 5px 0px 1em 1.5em;
}
#mpcth_page_wrap .alignleft {
  float: left;
  margin: 5px 1.5em 1em 0px;
}
#mpcth_page_wrap .aligncenter {
  margin: 15px auto;
  display: block;
}
#mpcth_page_wrap .gallery-size-thumbnail {
  margin-bottom: 40px;
}
blockquote {
  font-style: italic;
}
table {
  margin-bottom: 20px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  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;
  font-size: 14px;
}
#mpcth_footer address {
  margin-bottom: 0px;
}
strong {
  font-weight: bold;
}
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 {
  display: block;
  margin-left: 0px;
  padding: 3% 10% 3% 10%;
  background: #F5F5F5;
  margin-bottom: 65px;
}
#mpcth_page_wrap #mpcth-archive-header-info h2,
#mpcth_page_wrap #mpcth-search-header-info h2 {
  margin: 0px 0px 0px 0px;
}
#mpcth_page_wrap #mpcth-archive-header-info h4,
#mpcth_page_wrap #mpcth-search-header-info h4 {
  margin: 0px 0px 0px 0px;
}
/* Video Container */
.mpcth-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.mpcth-video-container iframe,
.mpcth-video-container object,
.mpcth-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Search */
.mpcth-search {
  color: #616161;
  background: #eeeeee;
  font-size: 14px;
  font-weight: 300;
  font-family: Helvetica;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 10px;
  width: 100%;
}
#searchsubmit {
  display: none;
}
/* Page */
#mpcth_page_content #mpcth_page_articles article.page {
  padding: 7% 10% 5% 10%;
  background: #F5F5F5;
}
/* Full Width */
#mpcth-top-slider {
  position: relative;
}
#mpcth-top-slider .wpb_gmaps_widget .wpb_map_wraper {
  background-color: #F5F5F5;
  padding: 0px;
}
#mpcth-top-slider .wpb_content_element {
  margin-bottom: 0px;
}
#mpcth-top-slider:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #F5F5F5;
  bottom: 0px;
  right: 4%;
}
/* ---------------------------------------------------------------- */
/*	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: left;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-left #mpcth_page_content #mpcth_page_articles {
  margin-left: 340px;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-left #mpcth_page_content #mpcth_page_articles.mpcth-sidebar-closed {
  margin-left: 0px;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-left #mpcth_sidebar {
  margin-left: -100%;
  left: 0px;
  float: left;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-right #mpcth_page_content {
  float: right;
  width: 100%;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-right #mpcth_page_content #mpcth_page_articles {
  margin-right: 340px;
  margin-left: 0px;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-right #mpcth_page_content #mpcth_page_articles.mpcth-sidebar-open {
  margin-left: 0px;
  margin-right: 340px;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-right #mpcth_page_content #mpcth_page_articles.mpcth-sidebar-closed {
  margin-left: 0px;
  margin-right: 0px;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-right #mpcth_sidebar {
  margin-right: -100%;
  float: right;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-none #mpcth_page_content {
  float: right;
  width: 100%;
}
.mpcth-layout-fluid #mpcth_page_container.mpcth-sidebar-none #mpcth_page_content #mpcth_page_articles {
  margin-left: 0px;
}
/* fixed layout - sidebar: left, right */
.mpcth-layout-fixed #mpcth_page_container {
  width: 1100px;
  margin: 0 auto;
}
.mpcth-layout-fixed #mpcth_page_container #mpcth_page_content {
  width: 760px;
}
.mpcth-layout-fixed #mpcth_page_container.mpcth-sidebar-left #mpcth_page_content {
  float: right;
}
.mpcth-layout-fixed #mpcth_page_container.mpcth-sidebar-left #mpcth_sidebar {
  float: left;
}
.mpcth-layout-fixed #mpcth_page_container.mpcth-sidebar-right #mpcth_page_content {
  float: left;
}
.mpcth-layout-fixed #mpcth_page_container.mpcth-sidebar-right #mpcth_sidebar {
  float: right;
}
.mpcth-layout-fixed #mpcth_page_container.mpcth-sidebar-none #mpcth_page_content {
  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;
}
#mpcth_page_articles > article.page,
#mpcth_page_articles > article.post {
  margin: 0px auto;
  padding: 0px;
}
/* clear fix */
.mpcth-clear-fix {
  clear: both;
}
/* ---------------------------------------------------------------- */
/*	4. Header
/* ---------------------------------------------------------------- */
#mpcth_page_header_wrap {
  position: relative;
  z-index: 2;
}
#mpcth_page_header_content {
  position: relative;
  margin: 0 auto;
}
#mpcth_page_header_content #mpcth_logo {
  float: left;
}
#mpcth_page_header_content #mpcth_logo h1 {
  font-size: 30px;
  font-weight: normal;
  padding: 0px 12px;
  display: inline-block;
  margin-bottom: 5px;
}
#mpcth_page_header_content #mpcth_logo small {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
#mpcth_page_header_content #mpcth_logo small:after {
  content: '';
  position: relative;
  width: 20px;
  height: 1px;
  background: #EEEEEE;
  display: block;
  margin-bottom: 30px;
  margin-top: 10px;
}
#mpcth_page_header_content #searchform {
  position: absolute;
  right: 0px;
  bottom: 15px;
  width: 210px;
  display: none;
  visibility: hidden;
  right: -100px;
  opacity: 0;
}
#mpcth_page_header_content a.mpcth-header-search {
  position: absolute;
  right: -47px;
  font-size: 17px;
  top: -1px;
  cursor: pointer;
}
#mpcth_page_header_content #mpcth_logo {
  float: left;
}
/* Logo Position: left, right, center */
.mpcth-layout-fixed #mpcth_page_header_content {
  width: 1100px;
}
/* Aside section with logo and navigation */
#mpcth_aside_menu_section {
  position: relative;
  overflow: hidden;
}
#mpcth_aside_menu_section #mpcth_logo {
  float: left;
}
/* ---------------------------------------------------------------- */
/*	5. Navigation
/* ---------------------------------------------------------------- */
/* MAIN MENU + DROP DOWN */
#mpcth_nav {
  vertical-align: middle;
  position: relative;
  top: 27px;
  margin-right: 40px;
  text-align: right;
}
#mpcth_nav #mpcth_menu {
  list-style: none;
  margin: 0px 0px 0px 15px;
}
#mpcth_nav #mpcth_menu ul {
  list-style: none;
  margin: 0px;
}
#mpcth_nav #mpcth_menu ul.sub-menu {
  display: none;
  text-align: left;
}
#mpcth_nav #mpcth_menu li {
  line-height: 1.5em;
  position: relative;
}
#mpcth_nav #mpcth_menu > li {
  margin: 0px 0px 0px 30px;
  padding-bottom: 11px;
  display: inline-block;
}
#mpcth_nav #mpcth_menu > li > a {
  display: block;
  line-height: 1.5em;
  padding: 0px;
  text-transform: uppercase;
}
#mpcth_nav #mpcth_menu > li.last-item {
  margin-right: 0px;
}
#mpcth_nav #mpcth_menu ul.sub-menu {
  position: absolute;
  left: 0px;
  top: 35px;
  line-height: 1.5em;
  white-space: nowrap;
  background: #EEEEEE;
  z-index: 2;
}
#mpcth_nav #mpcth_menu ul.sub-menu li {
  padding: 5px 0px;
  line-height: 1.5em;
}
#mpcth_nav #mpcth_menu ul.sub-menu li a {
  line-height: 1.5em;
  padding: 0px;
  display: block;
  border-bottom: none;
  padding: 1px 20px;
}
#mpcth_nav #mpcth_menu ul.sub-menu li.first-item {
  border-top: 4px solid #42B7AB;
  padding-top: 10px;
}
#mpcth_nav #mpcth_menu ul.sub-menu li.last-item {
  padding-bottom: 10px;
}
#mpcth_nav #mpcth_menu ul.sub-menu ul.sub-menu {
  top: 0px;
}
#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 0px 0px 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_secondary_nav #mpcth_secondary_menu {
  float: right;
}
#mpcth_page_header_content #mpcth_secondary_nav #mpcth_secondary_menu ul.sub-menu {
  margin-right: 15px;
}
/* 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;
}
/* Secondary Menu (Top Menu) *//* Mobile Navigation */
#mpcth_mobile_nav {
  padding-bottom: 30px;
  margin: 50px 2px 0px 0px;
  margin-bottom: 0px;
  position: relative;
}
#mpcth_mobile_nav #mpcth-nav-select-menu {
  border: none;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  color: #777;
  line-height: 33px;
  text-indent: 10px;
  width: 100%;
  z-index: 1;
  position: relative;
  box-shadow: none;
  font-size: 16px;
  font-weight: lighter;
  font-family: 'Helvetica', Arial, sans-serif;
}
#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 {
  border: 1px solid #D5D5D5;
  background: #F9F9F9;
  height: 35px;
  width: 270px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
#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;
}


.page_item {
    list-style: none;
}
/* ---------------------------------------------------------------- */
/*	6. Blog, Comments & Filterable Categories
/* ---------------------------------------------------------------- */
#mpcth_page_articles.mpcth-masonry {
  visibility: hidden;
}
#mpcth_page_articles .mpcth-post-thumbnail {
  position: relative;
  margin: 0px;
  display: block;
  z-index: 10;
}
#mpcth_page_articles .mpcth-post-thumbnail:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5F5F5;
  bottom: 0px;
  right: 4%;
}
#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-ribbon {
  display: inline-block;
  color: white;
  background: #42B7AB;
  font-weight: 500;
  font-size: 22px;
  padding: 6px 20px 4px 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  left: -10px;
  z-index: 10;
}
#mpcth_page_articles .mpcth-post-ribbon a {
  color: white;
}
#mpcth_page_articles .mpcth-post-ribbon:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 10px solid #616161;
  border-top: 0px solid transparent;
  border-bottom: 8px solid transparent;
  bottom: -8px;
  left: 0px;
}
#mpcth_page_articles .zilla-likes {
  background: none!important;
  position: absolute;
  right: 3.65%;
}
#mpcth_page_articles .zilla-likes:after {
  position: relative;
  content: '\2665';
  font-family: 'font_icons';
  font-size: 45px;
  color: #AAAAAA;
}
#mpcth_page_articles .zilla-likes.active:after,
#mpcth_page_articles .zilla-likes:hover:after {
  color: #42B7AB;
}
#mpcth_page_articles .zilla-likes .zilla-likes-count {
  font-size: 14px;
  color: white;
  position: relative;
  top: -1px;
  right: 0px;
  z-index: 1;
  text-align: center;
  position: absolute;
  width: 40px;
}
#mpcth_page_articles .mpcth-post-content {
  padding: 2% 10% 5% 10%;
  position: relative;
}
#mpcth_page_articles header .mpcth-post-title {
  margin: 10px 0px 0px 0px;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
#mpcth_page_articles small {
  margin: 0px 0px 20px 0px;
  display: block;
}
#mpcth_page_articles .post {
  width: 100%;
  background: white;
  margin: -1px 0px 0px -1px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 65px;
}
#mpcth_page_articles .mpcth-blog-read-more {
  text-transform: uppercase;
  background: #42B7AB;
  padding: 7px 10px 5px 10px;
}
#mpcth_page_articles .mpcth-blog-read-more:hover {
  background: #3daba0;
  color: #F5F5F5;
}
#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-single-post .post {
  border: none;
  width: auto;
  padding: 0px;
  margin: 0px;
  background: transparent;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-title {
  margin-top: 25px;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-tags {
  font-size: 12px;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-thumbnail {
  margin-bottom: 0px;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-thumbnail > img {
  width: 100%;
  height: auto;
  display: block;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-thumbnail:after {
  bottom: 0px;
}
#mpcth_page_articles.mpcth-single-post .post .mpcth-post-content {
  background: #f5f5f5;
}
#mpcth_page_articles.mpcth-single-post article.format-quote .mpcth-post-thumbnail {
  margin-bottom: 0px;
  padding: 1% 10% 3% 10%;
}
#mpcth_page_articles.mpcth-single-post article.format-quote .mpcth-post-thumbnail .mpcth-sc-icon-quote {
  top: 9%;
}
#mpcth_page_articles.mpcth-single-post article.format-status .mpcth-post-thumbnail {
  padding: 7% 10% 1% 10%;
}
#mpcth_page_articles.mpcth-single-post article.format-link .mpcth-post-thumbnail {
  overflow: visible;
  z-index: 10;
}
#mpcth_page_articles.mpcth-single-post article.format-link .mpcth-post-thumbnail .mpcth-post-format-link {
  top: 35px;
}
#mpcth_page_articles.mpcth-single-post article.format-audio .mpcth-post-content {
  padding-top: 30px;
}
#mpcth_page_articles.mpcth-standard article.blog-post {
  box-sizing: border-box;
  margin-bottom: 65px;
}
#mpcth_page_articles.mpcth-standard article.blog-post .mpcth-post-thumbnail {
  margin-right: 0px;
  width: 100%;
}
#mpcth_page_articles.mpcth-standard article.blog-post .mpcth-post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
#mpcth_page_articles.mpcth-standard article.blog-post .mpcth-post-title {
  margin-top: 0px;
  display: block;
}
#mpcth_page_articles article.format-audio .mpcth-post-thumbnail:after {
  border: none;
}
#mpcth_page_articles article.format-audio .mpcth-post-ribbon {
  bottom: auto;
  top: 48px;
}
#mpcth_page_articles article.format-audio .mpcth-post-content {
  padding-top: 60px;
}
#mpcth_page_articles article.format-video .mpcth-post-thumbnail:after {
  border: none;
}
#mpcth_page_articles article.format-video .mpcth-post-ribbon {
  bottom: 50px;
}
#mpcth_page_articles article.format-video .mpcth-post-title {
  padding-top: 10px;
}
#mpcth_page_articles article.format-aside .mpcth-post-thumbnail:after {
  border: none;
}
#mpcth_page_articles article.format-aside .mpcth-post-ribbon {
  bottom: auto;
  top: 14px;
}
#mpcth_page_articles article.format-aside .mpcth-post-content {
  padding-top: 60px;
}
#mpcth_page_articles article.format-gallery .mpcth-post-thumbnail:after {
  bottom: 0px;
}
#mpcth_page_articles article.format-status .mpcth-post-thumbnail {
  padding: 70px 10% 1% 10%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#mpcth_page_articles article.format-status .mpcth-post-thumbnail:after {
  border: none;
}
#mpcth_page_articles article.format-status .mpcth-post-ribbon {
  bottom: auto;
  top: 20px;
}
#mpcth_page_articles article.format-link .mpcth-post-thumbnail {
  padding: 40px 10% 10px 10%;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #F5F5F5;
  margin-bottom: 10px;
}
#mpcth_page_articles article.format-link .mpcth-post-thumbnail span {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  font-size: 120px;
  position: absolute;
  top: 40px;
  left: 3%;
}
#mpcth_page_articles article.format-link .mpcth-post-thumbnail a.mpcth-post-format-link {
  font-size: 20px;
  top: 40px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
#mpcth_page_articles article.format-link .mpcth-post-content {
  padding-top: 4%;
}
#mpcth_page_articles article.format-link .mpcth-post-ribbon {
  top: 20px;
  bottom: auto;
}
#mpcth_page_articles article.format-quote .mpcth-post-thumbnail {
  padding: 20px 10% 1% 10%;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #F5F5F5;
  margin-bottom: 10px;
}
#mpcth_page_articles article.format-quote .mpcth-post-thumbnail span {
  font-size: 18px;
}
#mpcth_page_articles article.format-quote .mpcth-post-thumbnail span.mpcth-sc-icon-quote {
  font-size: 120px;
  position: absolute;
  z-index: 0;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  top: 40px;
  left: 5%;
}
#mpcth_page_articles article.format-quote .mpcth-post-thumbnail span.mpcth-format-quote {
  font-style: italic;
  display: block;
  position: relative;
  z-index: 1;
  padding: 70px 0px 0px 0px;
  font-size: 20px;
}
#mpcth_page_articles article.format-quote .mpcth-post-ribbon {
  top: 20px;
  bottom: auto;
}
#mpcth_page_articles article.post {
  clear: both;
}
#mpcth_page_articles article.post .mpcth-post-thumbnail.no-image:after {
  border: none;
}
#mpcth_page_articles article.post .mpcth-post-ribbon.no-image {
  bottom: auto;
  top: 20px;
}
#mpcth_page_articles article.post .mpcth-post-content.no-image {
  padding-top: 60px;
}
#mpcth_page_articles article.page .mpcth-post-thumbnail:after {
  border: none;
}
#mpcth_page_articles article.page .mpcth-blog-read-more,
#mpcth_page_articles article.page .mpcth-post-ribbon {
  display: none;
}
#mpcth_page_articles article.page .mpcth-post-content {
  padding-bottom: 0px;
}
#mpcth_page_articles article.post.mpcth-half-post {
  clear: none;
  width: 48%;
}
#mpcth_page_articles article.post.mpcth-half-post .mpcth-post-content {
  padding: 5% 10% 10% 10%;
}
#mpcth_page_articles article.post.mpcth-half-post .mpcth-fancybox {
  font-size: 200px;
}
#mpcth_page_articles article.post.mpcth-half-post.mpcth-right {
  float: right;
}
#mpcth_page_articles article.post.mpcth-half-post.mpcth-left {
  float: left;
  clear: both;
}
#mpcth_page_articles article.post.mpcth-half-post.format-quote .mpcth-format-quote {
  margin: 15% 0px 0px 0px;
}
#mpcth_page_articles article.post.mpcth-half-post.format-status .mpcth-post-thumbnail {
  padding: 13% 10% 1% 10%;
}
#mpcth_page_articles article.post.mpcth-half-post .mpcth-post-content.no-image {
  padding: 13% 10% 10% 10%;
}
#mpcth_page_articles article.post.mpcth-half-post.format-audio .mpcth-post-content,
#mpcth_page_articles article.post.mpcth-half-post.format-aside .mpcth-post-content {
  padding: 13% 10% 10% 10%;
}
#mpcth_page_articles #comments {
  padding: 5% 10% 5% 10%;
  position: relative;
  background: #f5f5f5;
  margin: 65px 0px;
}
#mpcth_page_articles #comments .comments-title {
  margin-bottom: 30px;
}
#mpcth_page_articles #comments .commentlist {
  list-style: none;
  margin-left: 0px;
}
#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: 75px;
}
#mpcth_page_articles #comments .commentlist ol.children li #respond {
  margin-top: -25px;
  margin-bottom: 50px;
}
#mpcth_page_articles #comments .commentlist article.comment {
  margin-bottom: 35px;
}
#mpcth_page_articles #comments .commentlist article.comment header.comment-meta img {
  float: left;
  margin-right: 15px;
}
#mpcth_page_articles #comments .commentlist article.comment header.comment-meta span {
  background: #5DB7DC;
  font-size: 12px;
  color: white;
  padding: 1px 4px;
  border-radius: 0px;
  top: 2px;
  position: relative;
  left: 3px;
  font-weight: 500;
}
#mpcth_page_articles #comments .commentlist article.comment a.mpcth-alt-link {
  font-size: 16px;
  color: #AAAAAA;
  position: relative;
  top: 5px;
  display: inline-block;
  margin-bottom: 2px;
}
#mpcth_page_articles #comments .commentlist article.comment a.mpcth-alt-link:hover {
  color: #42b7ab;
}
#mpcth_page_articles #comments .commentlist article.comment section.comment-content {
  margin-left: 95px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5em;
}
#mpcth_page_articles #comments .commentlist article.comment .comment-reply-link {
  font-size: 16px;
  position: relative;
  top: 5px;
  color: #AAAAAA;
}
#mpcth_page_articles #comments .commentlist article.comment .comment-reply-link:hover {
  color: #42b7ab;
}
#mpcth_page_articles #comments .commentlist article.comment .comment-edit-link {
  position: relative;
  background: #42B7AB;
  font-size: 12px;
  color: white;
  padding: 2px 5px;
  top: -15px;
  margin-bottom: 20px;
  font-weight: 500;
}
#mpcth_page_articles #comments .commentlist article.comment .comment-awaiting-moderation {
  margin-left: 75px;
  font-style: italic;
  font-size: 12px;
  color: #5BC15B;
}
#mpcth_page_articles #comments .commentlist cite {
  font-style: normal;
  color: #565656;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  top: 5px;
}
#mpcth_page_articles #comments #cancel-comment-reply-link {
  font-size: 16px;
  color: #AAAAAA;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
}
#mpcth_page_articles #comments #cancel-comment-reply-link:hover {
  color: #42b7ab;
}
#mpcth_page_articles #comments #respond {
  margin-top: -20px;
}
#mpcth_page_articles #comments #respond #reply-title {
  margin-top: 50px;
  margin-bottom: 0px;
}
#mpcth_page_articles #comments #respond #reply-title small {
  display: inline;
}
#mpcth_page_articles #comments #respond #commentform label {
  display: none;
}
#mpcth_page_articles #comments #respond #commentform input {
  font-size: 14px;
  font-family: 'Helvetica', Arial, sans-serif;
  color: #515151;
  border: 1px solid #eeeeee;
}
#mpcth_page_articles #comments #respond #commentform .form-allowed-tags,
#mpcth_page_articles #comments #respond #commentform .comment-notes {
  font-size: 12px;
  font-style: italic;
  margin-top: 0px;
}
#mpcth_page_articles #comments #respond #commentform .logged-in-as {
  font-size: 12px;
  font-style: italic;
  position: relative;
  top: -5px;
}
#mpcth_page_articles #comments #respond #commentform .form-allowed-tags {
  margin-bottom: 15px;
}
#mpcth_page_articles #comments #respond #commentform .comment-form-comment {
  margin-bottom: 0px;
  clear: both;
}
#mpcth_page_articles #comments #respond #commentform .comment-form-comment textarea {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  font-family: 'Helvetica', Arial, sans-serif;
  color: #515151;
  border: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 1.5em;
}
#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%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 10px;
}
#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 #submit {
  background: #5DB7DC;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
}
#mpcth_page_articles #comments #respond #commentform label.error {
  display: inline;
  position: absolute;
  left: 0px;
  bottom: -22px;
  font-size: 12px;
  font-style: italic;
  color: #f66060;
  white-space: nowrap;
}
#mpcth_page_articles #comments #respond #commentform .comment-form-comment {
  position: relative;
}
#mpcth_page_articles #comments #respond #commentform .comment-form-comment label.error {
  bottom: -132px;
}
#mpcth_page_articles #comments #respond #commentform textarea.error,
#mpcth_page_articles #comments #respond #commentform input.error {
  background: #f66060;
  color: white;
}
/* Filterable Categories CSS */
#mpcth_page_content .mpcth-filterable-categories {
  display: block;
  margin-right: 275px;
  margin-left: 0px;
  margin-top: 15px;
  overflow: hidden;
}
#mpcth_page_content .mpcth-filterable-categories ul {
  list-style: none;
  margin: 0px;
}
#mpcth_page_content .mpcth-filterable-categories ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 10px;
  background: #5EBFE7;
  border-radius: 2px;
  display: none;
}
#mpcth_page_content .mpcth-filterable-categories ul li a {
  color: white;
  line-height: 1.5em;
}
#mpcth_page_content .mpcth-filterable-categories ul li a:hover {
  color: #515151;
}
.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;
}
#mpcth_page_wrap .mejs-container.mejs-audio .mejs-controls {
  border-radius: 0px;
}
/* ---------------------------------------------------------------- */
/*	7. Portfolio
/* ---------------------------------------------------------------- */
#mpcth_page_articles.mpcth-standard .mpcth-portfolio-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 20px;
}
#mpcth_page_articles.mpcth-standard .mpcth-portfolio-item .mpcth-post-thumbnail {
  float: left;
  margin-right: 20px;
  width: 40%;
}
#mpcth_page_articles.mpcth-standard .mpcth-portfolio-item .mpcth-post-thumbnail img {
  width: 100%;
  height: auto;
}
#mpcth_page_articles.mpcth-standard .mpcth-portfolio-item .mpcth-post-title {
  margin-top: 0px;
  display: block;
}
#mpcth_page_articles .mpcth-portfolio-no-frame {
  padding: 0px ;
  border: none;
  margin: 0px;
}
/* ---------------------------------------------------------------- */
/*	8. Sidebar
/* ---------------------------------------------------------------- */
#mpcth_sidebar {
  position: relative;
  margin-bottom: 65px;
  width: 275px;
  padding-left: 0px;
  border-left: 1px solid #F5F5F5;
}
#mpcth_sidebar ul,
#mpcth_sidebar ol {
  list-style: none;
  margin: 0px;
}
#mpcth_sidebar > ul ul ul {
  margin-left: 20px;
}
#mpcth_sidebar > ul {
  margin-top: 15px;
}
#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 {
  background: #5DB7DC;
  color: white;
  padding: 4px 8px;
  visibility: hidden;
}
#mpcth_sidebar .widget {
  max-width: 210px;
  padding: 15px 30px 0px 30px;
  margin-bottom: 30px;
}
#mpcth_sidebar .widget img,
#mpcth_sidebar .widget select {
  max-width: 210px;
  height: auto;
}
#mpcth_sidebar .widget.widget_rss > ul > li {
  margin-bottom: 15px;
}
#mpcth_sidebar .widget .widget_title:after {
  content: '';
  position: relative;
  width: 20px;
  height: 1px;
  background: #B1B1B1;
  display: block;
  margin-bottom: 25px;
  margin-top: 10px;
}
#mpcth_sidebar.mpcth-sidebar-closed {
  left: 100px;
  opacity: 0;

}
#mpcth_sidebar.mpcth-sidebar-open {
  left: 0px;
  opacity: 1;
  display: block;
  visibility: visible;
}

.mpcth-sidebar-open
  display:block !important;
  visibility: visible !important;
}
.mpcth-sidebar-left #mpcth_sidebar {
  left: 0px;
  border-left: none;
  border-right: 1px solid #F5F5F5;
  padding: 0px;
  padding-right: 0px;
}
.mpcth-footer-switch,
.mpcth-sidebar-switch {
  position: absolute;
  right: -70px;
  top: 0px;
  z-index: 10;
  font-size: 25px;
  background: #f5f5f5;
  padding: 10px 7px;
}
.mpcth-footer-switch span,
.mpcth-sidebar-switch span {
  display: block;
}
.mpcth-footer-switch.mpcth-footer-open span,
.mpcth-sidebar-switch.mpcth-footer-open span,
.mpcth-footer-switch.mpcth-sidebar-open span,
.mpcth-sidebar-switch.mpcth-sidebar-open span {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.mpcth-footer-switch.mpcth-footer-closed span,
.mpcth-sidebar-switch.mpcth-footer-closed span,
.mpcth-footer-switch.mpcth-sidebar-closed span,
.mpcth-sidebar-switch.mpcth-sidebar-closed span {
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
  -moz-transform: rotate(0deg) translate3d(0, 0, 0);
  -ms-transform: rotate(0deg) translate3d(0, 0, 0);
  -o-transform: rotate(0deg) translate3d(0, 0, 0);
  transform: rotate(0deg) translate3d(0, 0, 0);
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
#mpcth_page_container.mpcth-sidebar-left .mpcth-sidebar-switch {
  right: auto;
  left: -70px;
}
/* ---------------------------------------------------------------- */
/*	9. Footer
/* ---------------------------------------------------------------- */
#mpcth_footer {
  clear: both;
  width: 100%;
  position: relative;
  margin-top: 65px;
}
#mpcth_footer.mpcth-footer-open {
  bottom: 0px;
  display: block;
  visibility: visible;
  opacity: 1;
}
#mpcth_footer.mpcth-footer-closed {
  bottom: -100px;
  display: none;
  visibility: hidden;
  opacity: 0;
}
#mpcth_footer_content {
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 45px 55px;
  margin: 0px;
  margin-bottom: 60px;
}
#mpcth_footer_content > ul {
  list-style: none;
}
#mpcth_footer_content > ul > li {
  float: left;
  line-height: 1.5em;
}
#mpcth_footer_content > ul > li.widget_1 {
  width: 100%;
  margin-right: 0%;
}
#mpcth_footer_content > ul > li.widget_2 {
  width: 47.5%;
  margin-right: 5%;
}
#mpcth_footer_content > ul > li.widget_3 {
  width: 30%;
  margin-right: 5%;
}
#mpcth_footer_content > ul > li.widget_4 {
  width: 21.25%;
  margin-right: 5%;
}
#mpcth_footer_content > ul > li.widget_5 {
  width: 16%;
  margin-right: 5%;
}
#mpcth_footer_content > ul > li.last-item {
  margin-right: 0px;
}
#mpcth_footer_content ul,
#mpcth_footer_content ol {
  list-style: none;
  margin: 0px;
}
#mpcth_footer_content > ul ul ul {
  margin-left: 20px;
}
#mpcth_footer_content img {
  max-width: 100%;
  height: auto;
}
#mpcth_footer_content select {
  max-width: 100%;
}
.mpcth-layout-fixed #mpcth_footer_content {
  width: 1100px;
}
#mpcth_bottom_footer {
  clear: both;
}
.mpcth-pagination {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  top: -24px;
  margin-top: 65px;
}
.mpcth-pagination .mpcth-footer-switch {
  position: relative;
  top: 0px;
  right: 0px;
  display: none;
}

.mpcth-footer-switch {
display:none;
}

.mpcth-pagination .page-numbers {
  display: none;
}
.mpcth-pagination .page-numbers.prev,
.mpcth-pagination .page-numbers.next {
  display: inline-block;
  padding: 10px 0px 10px 14px;
  background: #f5f5f5;
  font-family: 'font_icons';
  font-size: 25px;
  position: absolute;
}
.mpcth-pagination .page-numbers.prev {
  left: 0px;
  text-indent: -2px;
}
.mpcth-pagination .page-numbers.next {
  right: 0px;
  text-indent: 0px;
}
/* ---------------------------------------------------------------- */
/* 10. Social Icons	
/* ---------------------------------------------------------------- */
.mpcth-social-icons {
  font-size: 16px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 1.5em;
}
.mpcth-social-icons li {
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
}
.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;
  -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
/* ---------------------------------------------------------------- */
.widget_quick-flickr-widget {
  position: relative;
  overflow: hidden;
}
.widget_quick-flickr-widget .quick-flickr-item {
  float: left;
  width: 60px;
  height: 60px;
}
.widget_quick-flickr-widget .quick-flickr-item img {
  width: 100%;
  height: 100%;
}
.widget_quick-flickr-widget .quick-flickr-item {
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
}
.widget_quick-flickr-widget .quick-flickr-item a {
  background: #42B7AB;
  height: 100%;
  width: 100%;
  display: inline-block;
}
.widget_quick-flickr-widget .quick-flickr-item a img {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}
.widget_quick-flickr-widget .quick-flickr-item a:hover img {
  opacity: 0.7;
}
.widget_quick-flickr-widget .last-in-row {
  margin-right: 0px;
}
/* Flickr */
#twtr-widget-1,
#twtr-widget-2,
#twtr-widget-3,
#twtr-widget-4,
#twtr-widget-5 {
  margin-bottom: -20px;
  font-family: 'Helvetica', Arial, sans-serif !important;
}
#twtr-widget-1 .twtr-fav,
#twtr-widget-2 .twtr-fav,
#twtr-widget-3 .twtr-fav,
#twtr-widget-4 .twtr-fav,
#twtr-widget-5 .twtr-fav,
#twtr-widget-1 .twtr-rt,
#twtr-widget-2 .twtr-rt,
#twtr-widget-3 .twtr-rt,
#twtr-widget-4 .twtr-rt,
#twtr-widget-5 .twtr-rt,
#twtr-widget-1 .twtr-reply,
#twtr-widget-2 .twtr-reply,
#twtr-widget-3 .twtr-reply,
#twtr-widget-4 .twtr-reply,
#twtr-widget-5 .twtr-reply,
#twtr-widget-1 .twtr-ft,
#twtr-widget-2 .twtr-ft,
#twtr-widget-3 .twtr-ft,
#twtr-widget-4 .twtr-ft,
#twtr-widget-5 .twtr-ft,
#twtr-widget-1 .twtr-hd,
#twtr-widget-2 .twtr-hd,
#twtr-widget-3 .twtr-hd,
#twtr-widget-4 .twtr-hd,
#twtr-widget-5 .twtr-hd {
  display: none;
}
#twtr-widget-1 .twtr-tweet,
#twtr-widget-2 .twtr-tweet,
#twtr-widget-3 .twtr-tweet,
#twtr-widget-4 .twtr-tweet,
#twtr-widget-5 .twtr-tweet {
  border: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
#twtr-widget-1 .twtr-tweet:before,
#twtr-widget-2 .twtr-tweet:before,
#twtr-widget-3 .twtr-tweet:before,
#twtr-widget-4 .twtr-tweet:before,
#twtr-widget-5 .twtr-tweet:before {
  content: '\f309';
  position: relative;
  display: inline-block;
  font-family: 'font_icons';
  color: #A2A2A2;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 4px;
}
#twtr-widget-1 .twtr-tweet-wrap,
#twtr-widget-2 .twtr-tweet-wrap,
#twtr-widget-3 .twtr-tweet-wrap,
#twtr-widget-4 .twtr-tweet-wrap,
#twtr-widget-5 .twtr-tweet-wrap {
  padding: 0px;
}
#twtr-widget-1 .twtr-tweet-wrap .twtr-tweet-text,
#twtr-widget-2 .twtr-tweet-wrap .twtr-tweet-text,
#twtr-widget-3 .twtr-tweet-wrap .twtr-tweet-text,
#twtr-widget-4 .twtr-tweet-wrap .twtr-tweet-text,
#twtr-widget-5 .twtr-tweet-wrap .twtr-tweet-text {
  font-size: 14px;
  font-style: italic;
  line-height: 1.5em;
  font-weight: 300;
}
#twtr-widget-1 .twtr-tweet-wrap .twtr-tweet-text .twtr-user,
#twtr-widget-2 .twtr-tweet-wrap .twtr-tweet-text .twtr-user,
#twtr-widget-3 .twtr-tweet-wrap .twtr-tweet-text .twtr-user,
#twtr-widget-4 .twtr-tweet-wrap .twtr-tweet-text .twtr-user,
#twtr-widget-5 .twtr-tweet-wrap .twtr-tweet-text .twtr-user {
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: #565656!important;
  margin-bottom: 6px;
  text-transform: capitalize;
}
#twtr-widget-1 .twtr-tweet-wrap .twtr-tweet-text .twtr-user:hover,
#twtr-widget-2 .twtr-tweet-wrap .twtr-tweet-text .twtr-user:hover,
#twtr-widget-3 .twtr-tweet-wrap .twtr-tweet-text .twtr-user:hover,
#twtr-widget-4 .twtr-tweet-wrap .twtr-tweet-text .twtr-user:hover,
#twtr-widget-5 .twtr-tweet-wrap .twtr-tweet-text .twtr-user:hover {
  text-decoration: none!important;
  color: #42B7AB!important;
}
#twtr-widget-1 .twtr-tweet-wrap .twtr-tweet-text p,
#twtr-widget-2 .twtr-tweet-wrap .twtr-tweet-text p,
#twtr-widget-3 .twtr-tweet-wrap .twtr-tweet-text p,
#twtr-widget-4 .twtr-tweet-wrap .twtr-tweet-text p,
#twtr-widget-5 .twtr-tweet-wrap .twtr-tweet-text p {
  line-height: 1.3em!important;
}
#twtr-widget-1 .twtr-tweet-wrap .twtr-tweet-text a,
#twtr-widget-2 .twtr-tweet-wrap .twtr-tweet-text a,
#twtr-widget-3 .twtr-tweet-wrap .twtr-tweet-text a,
#twtr-widget-4 .twtr-tweet-wrap .twtr-tweet-text a,
#twtr-widget-5 .twtr-tweet-wrap .twtr-tweet-text a {
  color: #42B7AB;
  word-break: break-all;
}
#twtr-widget-1 .twtr-tweet-wrap .twtr-tweet-text a:hover,
#twtr-widget-2 .twtr-tweet-wrap .twtr-tweet-text a:hover,
#twtr-widget-3 .twtr-tweet-wrap .twtr-tweet-text a:hover,
#twtr-widget-4 .twtr-tweet-wrap .twtr-tweet-text a:hover,
#twtr-widget-5 .twtr-tweet-wrap .twtr-tweet-text a:hover {
  text-decoration: none!important;
  color: #707070!important;
}
#twtr-widget-1 .twtr-tweet-wrap .twtr-tweet-text em,
#twtr-widget-2 .twtr-tweet-wrap .twtr-tweet-text em,
#twtr-widget-3 .twtr-tweet-wrap .twtr-tweet-text em,
#twtr-widget-4 .twtr-tweet-wrap .twtr-tweet-text em,
#twtr-widget-5 .twtr-tweet-wrap .twtr-tweet-text em {
  margin-top: 5px;
  color: transparent;
}
#twtr-widget-1 .twtr-tweet-wrap .twtr-tweet-text em .twtr-timestamp,
#twtr-widget-2 .twtr-tweet-wrap .twtr-tweet-text em .twtr-timestamp,
#twtr-widget-3 .twtr-tweet-wrap .twtr-tweet-text em .twtr-timestamp,
#twtr-widget-4 .twtr-tweet-wrap .twtr-tweet-text em .twtr-timestamp,
#twtr-widget-5 .twtr-tweet-wrap .twtr-tweet-text em .twtr-timestamp {
  font-size: 12px;
  color: #707070!important;
}
#twtr-widget-1 .twtr-tweet-wrap .twtr-tweet-text em a:hover,
#twtr-widget-2 .twtr-tweet-wrap .twtr-tweet-text em a:hover,
#twtr-widget-3 .twtr-tweet-wrap .twtr-tweet-text em a:hover,
#twtr-widget-4 .twtr-tweet-wrap .twtr-tweet-text em a:hover,
#twtr-widget-5 .twtr-tweet-wrap .twtr-tweet-text em a:hover {
  text-decoration: none!important;
  color: #42B7AB!important;
}
/* ---------------------------------------------------------------- */
/*	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;
}
/* Large desktop */
@media (min-width: 1200px) {
  #mpcth_page_wrap.mpcth-reponsive {
    width: 70%;
  }
}
/* 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.mpcth-reponsive {
    width: 90%;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_content .mpcth-filterable-categories {
    margin-left: 10px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_header_content #mpcth_logo {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0px -12px 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_articles #comments .commentlist ol.children > li {
    margin-left: 20px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container {
    z-index: 10;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_mobile_nav {
    width: 92%;
  }
  #mpcth_page_wrap.mpcth-reponsive .mpcth-sc-fancybox.mpcth-sc-icon-eye {
    font-size: 200px;
  }
  #mpcth_page_wrap.mpcth-reponsive .mpcth-sidebar-switch {
    padding: 6px 4px;
    top: -67px;
    right: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container.mpcth-sidebar-left .mpcth-sidebar-switch {
    left: auto;
  }
  #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 {
    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: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_container #mpcth_sidebar > ul > li.widget {
    float: none;
    width: 96%;
    max-width: 100%;
    clear: both;
    overflow: hidden;
    margin: 0px 2% 5% 2%;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_container #mpcth_sidebar > ul > li.widget > ul {
    position: relative;
    overflow: hidden;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_container #mpcth_sidebar > ul > li.widget li {
    float: left;
    margin-right: 10px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .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_page_wrap.mpcth-reponsive #mpcth_footer_content > ul > li.widget {
    float: none;
    width: 96%;
    clear: both;
    overflow: hidden;
    margin: 0px 2% 5% 2%;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_footer_content > ul > li.widget > ul {
    position: relative;
    overflow: hidden;
  }
  #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: inline-block;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_bottom_footer .mpcth-social-icons {
    float: none;
    text-align: center;
    margin: 10px 0px 5px 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_bottom_footer .mpcth-social-icons li {
    margin: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive {
    width: 95%;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container {
    z-index: 10;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_mobile_nav {
    width: 90%;
  }
  #mpcth_page_wrap.mpcth-reponsive .mpcth-sc-fancybox.mpcth-sc-icon-eye {
    font-size: 200px;
  }
  #mpcth_page_wrap.mpcth-reponsive .mpcth-sidebar-switch {
    padding: 6px 4px;
    top: -67px;
    right: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container.mpcth-sidebar-left .mpcth-sidebar-switch {
    left: auto;
  }
  #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 {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0px -12px 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_articles.mpcth-standard .mpcth-post-thumbnail {
    float: none;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_content .mpcth-filterable-categories {
    margin-left: 0px;
    margin-right: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_content .mpcth-filterable-categories {
    margin-left: 10px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_sidebar > ul > li.widget_search .mpcth-search {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_contact_form .form-allowed-tags,
  #mpcth_page_wrap.mpcth-reponsive #commentform .form-allowed-tags,
  #mpcth_page_wrap.mpcth-reponsive #mpcth_contact_form label.error,
  #mpcth_page_wrap.mpcth-reponsive #commentform label.error,
  #mpcth_page_wrap.mpcth-reponsive #comments header.vcard,
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_articles #comments #respond #commentform .form-allowed-tags,
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_articles #comments #respond #commentform .comment-notes,
  #mpcth_page_wrap.mpcth-reponsive small,
  #mpcth_page_wrap.mpcth-reponsive meta,
  #mpcth_page_wrap.mpcth-reponsive #mpcth_sidebar > ul > li.widget_search .mpcth-search,
  #mpcth_page_wrap.mpcth-reponsive #mpcth_sidebar ul li a {
    font-size: 14px;
  }
  #mpcth_page_wrap.mpcth-reponsive h6 {
    font-size: 20px;
  }
  #mpcth_page_wrap.mpcth-reponsive h5 {
    font-size: 22px;
  }
  #mpcth_page_wrap.mpcth-reponsive h4 {
    font-size: 24px;
  }
  #mpcth_page_wrap.mpcth-reponsive h3 {
    font-size: 26px;
  }
  #mpcth_page_wrap.mpcth-reponsive h2 {
    font-size: 28px;
  }
  #mpcth_page_wrap.mpcth-reponsive h1 {
    font-size: 30px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_contact_form input,
  #mpcth_page_wrap.mpcth-reponsive #comments #respond #commentform input,
  #mpcth_page_wrap.mpcth-reponsive #mpcth_contact_form textarea,
  #mpcth_page_wrap.mpcth-reponsive #comments #respond #commentform .comment-form-comment textarea,
  #mpcth_page_wrap.mpcth-reponsive p {
    font-size: 16px;
  }
  #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 {
    width: 100%;
  }
  #mpcth_page_wrap.mpcth-reponsive.mpcth-layout-fixed #mpcth_page_container #mpcth_page_content {
    float: none;
    width: 100%;
  }
  #mpcth_footer {
    margin-top: 0px;
  }
  #mpcth_page_articles article.post.mpcth-half-post {
    clear: both;
    width: 100%;
    float: none;
  }
}
@media (max-width: 660px) {
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_articles {
    position: relative;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container #mpcth_page_content #mpcth_page_articles.mpcth-sidebar-closed,
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container #mpcth_page_content #mpcth_page_articles.mpcth-sidebar-open {
    margin: 0px!important;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_container #mpcth_page_content #mpcth_page_articles.mpcth-sidebar-open {
    left: -700px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_sidebar {
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_sidebar.mpcth-sidebar-closed {
    left: 500px;
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #mpcth_page_wrap.mpcth-reponsive #mpcth_mobile_nav {
    width: 85%;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_articles {
    margin-right: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive article.format-video .mpcth-post-ribbon {
    bottom: -30px;
  }
  #mpcth_page_wrap.mpcth-reponsive #mpcth_page_articles #comments .commentlist article.comment section.comment-content {
    margin-left: 0px;
  }
  #mpcth_page_wrap.mpcth-reponsive .alignright,
  #mpcth_page_wrap.mpcth-reponsive .alignleft,
  #mpcth_page_wrap.mpcth-reponsive .aligncenter {
    width: 100%;
    height: auto;
  }
  #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%;
  }
}
/* ---------------------------------------------------------------- */
/*	14. Theme Styles
/* ---------------------------------------------------------------- */
/* Default Styles */
#mpcth_page_container {
  position: relative;
}
/* Header */
#mpcth_page_header_content #mpcth_logo {
  margin: 15px 30px;
}
.mpcth-layout-fixed #mpcth_page_header_content #mpcth_nav {
  margin-right: 0px;
}
.mpcth-layout-fixed #mpcth_page_header_content #mpcth_logo {
  margin-left: 0px;
}
/* Load More */#mpcth-lm-container {
  display: none;
}
#mpcth-lm {
  display: inline-block;
  position: relative;
  margin: 10px 10px 10px 0px;
}
#mpcth-lm .mpcth-lm-button {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
#mpcth-lm .mpcth-lm-info {
  display: inline-block;
}
#mpcth-lm #mpcth-lm-spin {
  position: relative;
  display: inline-block;
  left: 20px;
  top: -5px;
}
/* Fancybox button */
#mpcth_page_wrap a.mpcth-fancybox {
  position: absolute;
  font-size: 300px;
  color: white;
  right: 5px;
  bottom: 10px;
  display: none;
  visibility: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#mpcth_page_wrap .mpcth-fb-overlay {
  position: absolute;
  display: none;
  visibility: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #42B7AB;
  opacity: 0;
}
#mpcth_page_articles.mpcth-masonry iframe.twitter-tweet {
  margin-bottom: 20px!important;
}

.code {
	font-family: source-code-pro, courier-new, monospace !important;
	color:#272729;
}

.frame {
	padding:10px;
	text-align:center;
	background:#CCC;
	width:250px;
	height:275px;
	margin:10px;
	float:left;
}

.original {
	background:url(http://sarahjustine.com/wp-content/uploads/2013/03/threebears.jpg);
	width:250px;
	height:181px;
}

.filters1 {
	background:url(http://sarahjustine.com/wp-content/uploads/2013/03/threebears.jpg);
	width:250px;
	height:181px;
	-webkit-filter: sepia(100%) grayscale(44%) hue-rotate(180deg);
}

.filters2 {
	background:url(http://sarahjustine.com/wp-content/uploads/2013/03/threebears.jpg);
	width:250px;
	height:181px;
	-webkit-filter: hue-rotate(180deg) sepia(100%) grayscale(44%);

}

.clear {
	clear:both;
}

table, tr, td, th {
border: 1px solid #ccc;
}

td,th {
	padding:10px;
text-align:left;
}

th {
font-weight:bold;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

li {
padding-top:10px;
}

.rstw_link_user {
padding-top:10px;
}

.wpcf7-submit {
color: #FFFFFF;
background: #eb583b !important;
padding: 10px 15px;
margin: 0px;
cursor: pointer;
font-size: 16px;
-webkit-box-align: center;
text-align: center;
-webkit-appearance: push-button;
white-space: pre;
}

.wpcf7-form-control {
-webkit-appearance: none;
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-border-image: none;
-webkit-box-orient: vertical;
-webkit-rtl-ordering: logical;
-webkit-writing-mode: horizontal-tb;
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(231, 231, 231);
background-image: none;
background-origin: padding-box;
background-size: auto;
border-bottom-color: rgb(238, 238, 238);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(238, 238, 238);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(238, 238, 238);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(238, 238, 238);
border-top-style: solid;
border-top-width: 1px;
color: rgb(81, 81, 81);
cursor: auto;
font-family: proxima_novalight, Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 24px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-width: 100%;
outline-color: rgb(81, 81, 81);
outline-style: none;
outline-width: 0px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
text-align: start;
text-indent: 0px;
text-shadow: none;
text-transform: none;
white-space: pre-wrap;
word-spacing: 0px;
word-wrap: break-word;
writing-mode: lr-tb;
}

.wpcf7-submit {
cursor:pointer !important;
color:#FFF !important;
}
.wpcf7-textarea {
height:150px;
}

.mpcth-post-content ul>li {
padding-top:0px !important;
}

.codewindow {
	font-family: "Source Code Pro", courier-new, monospace !important;
	font-weight:300 !important;
	color:#fffeb6 !important;
	background:#282828 !important;
	font-size:16px !important;
	padding:20px !important;
	line-height:18px !important;
	margin:10px 0;
}

/* CSS3 Creative Post */

.box {
position: relative;
width: 60% !important;
height: 100px !important;
background: #e4e4e4 !important;
border:1px solid #a0a0a0 !important;
line-height:6em !important;
text-align:center !important;
max-width:300px !important;
margin:10px 0 !important;
}

.round {
border-radius: 6px;
}

.curled {
border-bottom-left-radius: 130px 6px;
border-bottom-right-radius: 130px 6px;
}

.curledshadow {
box-shadow:rgba(0, 0, 0, 0.3) 0px 1px 4px 0px, rgba(0, 0, 0, 0.1) 0px 0px 30px 0px inset;
}

.barBg {
	background:#282828;
	width:90%;
	height:15px;
	border:10px solid #282828;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0px 5px 17px rgba(40, 40, 40, 0.5);
}

.bar {
	background: #7aff32;
	width:60%;
	height:30px;
	height: 15px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 10px;
	background: -moz-linear-gradient(top,  #7aff32 0%, #54a6e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7aff32), color-stop(100%,#54a6e5));
	background: -webkit-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
	background: -o-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
	background: -ms-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
	background: linear-gradient(to bottom,  #7aff32 0%,#54a6e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aff32', endColorstr='#54a6e5',GradientType=0 );
}

.bar100 {
	background: #7aff32;
	width:100%;
	height:30px;
	height: 15px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 10px;
	background: -moz-linear-gradient(top,  #7aff32 0%, #54a6e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7aff32), color-stop(100%,#54a6e5));
	background: -webkit-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
	background: -o-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
	background: -ms-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
	background: linear-gradient(to bottom,  #7aff32 0%,#54a6e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aff32', endColorstr='#54a6e5',GradientType=0 );
}

.bar75 {
	background: #7aff32;
	width:75%;
	height:30px;
	height: 15px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 10px;
background: #ff3232;
background: -moz-linear-gradient(top,  #ff3232 0%, #ed89ff 47%, #ff8989 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3232), color-stop(47%,#ed89ff), color-stop(100%,#ff8989));
background: -webkit-linear-gradient(top,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
background: -o-linear-gradient(top,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
background: -ms-linear-gradient(top,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
background: linear-gradient(to bottom,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#ff8989',GradientType=0 );

}


.barFill {
	width: 100%;
	height: 15px;
	border-radius: 20px;
	-webkit-animation: progress 1s linear infinite;
	-moz-animation: progress 1s linear infinite;
	animation: progress 1s linear infinite;
	background-repeat: repeat-x;
	background-size: 30px 30px;
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);


}



@-webkit-keyframes progress
{
	to {background-position: 30px 0;}
}

@-moz-keyframes progress
{
  to {background-position: 30px 0;}
}

@keyframes progress
{
  to {background-position: 30px 0;}
}

#mpcth_page_wrap #mpcth_logo small {
width:375px;
}