/*
Theme Name: Mr. Kate
Author: Jacob Simon Design
Author URI: http://jacobsimon.com
Description: Theme for Mr Kate
Version: 1.0
*/
/*! lightslider - v1.1.5 - 2015-10-31
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */

/** Gallery */

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/

/* slider actions */

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('../img/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */

/* Rtl */

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
button,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

button {
  background: none;
  border: none;
}

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

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 15px 10px;
  padding: 20px 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin-right: 2.5px;
  vertical-align: -4px;
}

blockquote p {
  display: inline;
}

@font-face {
  font-family: "icons";
  src: url("../mrkate/fonts/icons-6a84aee1480f87504229d005f133af20.eot");
  src: url("../mrkate/fonts/icons-6a84aee1480f87504229d005f133af20.eot?#iefix") format("embedded-opentype"), url("../mrkate/fonts/icons-6a84aee1480f87504229d005f133af20.woff") format("woff"), url("../mrkate/fonts/icons-6a84aee1480f87504229d005f133af20.ttf") format("truetype"), url("../mrkate/fonts/icons-6a84aee1480f87504229d005f133af20.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.mk-icon-account,
.mk-icon-arrow-right,
.mk-icon-bag,
.mk-icon-beauty-sm,
.mk-icon-beauty,
.mk-icon-cart,
.mk-icon-chevron-down,
.mk-icon-chevron-left,
.mk-icon-chevron-right,
.mk-icon-close,
.mk-icon-comment,
.mk-icon-diy-sm,
.mk-icon-diy,
.mk-icon-email-i,
.mk-icon-facebook-i,
.mk-icon-facebook,
.mk-icon-google-i,
.mk-icon-google,
.mk-icon-home-sm,
.mk-icon-home,
.mk-icon-instagram,
.mk-icon-menu,
.mk-icon-pencil,
.mk-icon-pinterest-i,
.mk-icon-pinterest,
.mk-icon-play-folder,
.mk-icon-play,
.mk-icon-print-i,
.mk-icon-read,
.mk-icon-search,
.mk-icon-shop,
.mk-icon-style-sm,
.mk-icon-style,
.mk-icon-talk,
.mk-icon-triangle,
.mk-icon-twitter-i,
.mk-icon-twitter,
.mk-icon-watch,
.mk-icon-youtube,
.mk-select-current-selection:after {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

.mk-icon-account {
  content: "\f101";
}

.mk-icon-arrow-right {
  content: "\f102";
}

.mk-icon-bag {
  content: "\f103";
}

.mk-icon-beauty-sm {
  content: "\f104";
}

.mk-icon-beauty {
  content: "\f105";
}

.mk-icon-cart {
  content: "\f106";
}

.mk-icon-chevron-down,
.mk-select-current-selection:after {
  content: "\f107";
}

.mk-icon-chevron-left {
  content: "\f108";
}

.mk-icon-chevron-right {
  content: "\f109";
}

.mk-icon-close {
  content: "\f10a";
}

.mk-icon-comment {
  content: "\f10b";
}

.mk-icon-diy-sm {
  content: "\f10c";
}

.mk-icon-diy {
  content: "\f10d";
}

.mk-icon-email-i {
  content: "\f10e";
}

.mk-icon-facebook-i {
  content: "\f10f";
}

.mk-icon-facebook {
  content: "\f110";
}

.mk-icon-google-i {
  content: "\f111";
}

.mk-icon-google {
  content: "\f112";
}

.mk-icon-home-sm {
  content: "\f113";
}

.mk-icon-home {
  content: "\f114";
}

.mk-icon-instagram {
  content: "\f115";
}

.mk-icon-menu {
  content: "\f116";
}

.mk-icon-pencil {
  content: "\f117";
}

.mk-icon-pinterest-i {
  content: "\f118";
}

.mk-icon-pinterest {
  content: "\f119";
}

.mk-icon-play-folder {
  content: "\f11a";
}

.mk-icon-play {
  content: "\f11b";
}

.mk-icon-print-i {
  content: "\f11c";
}

.mk-icon-read {
  content: "\f11d";
}

.mk-icon-search {
  content: "\f11e";
}

.mk-icon-shop {
  content: "\f11f";
}

.mk-icon-style-sm {
  content: "\f120";
}

.mk-icon-style {
  content: "\f121";
}

.mk-icon-talk {
  content: "\f122";
}

.mk-icon-triangle {
  content: "\f123";
}

.mk-icon-twitter-i {
  content: "\f124";
}

.mk-icon-twitter {
  content: "\f125";
}

.mk-icon-watch {
  content: "\f126";
}

.mk-icon-youtube {
  content: "\f127";
}

@font-face {
  font-family: 'ChaparralPro-Light';
  src: url('fonts/ChaparralPro-Light.eot?#iefix') format('embedded-opentype'), url('fonts/ChaparralPro-Light.otf') format('opentype'), url('fonts/ChaparralPro-Light.woff') format('woff'), url('fonts/ChaparralPro-Light.ttf') format('truetype'), url('fonts/ChaparralPro-Light.svg#fonts/ChaparralPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'playfair';
  src: url('fonts/playfairdisplay-black-webfont.eot');
  src: url('fonts/playfairdisplay-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/playfairdisplay-black-webfont.woff2') format('woff2'), url('fonts/playfairdisplay-black-webfont.woff') format('woff'), url('fonts/playfairdisplay-black-webfont.ttf') format('truetype'), url('fonts/playfairdisplay-black-webfont.svg#playfair_displayblack') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'playfair';
  src: url('fonts/playfairdisplay-blackitalic-webfont.eot');
  src: url('fonts/playfairdisplay-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/playfairdisplay-blackitalic-webfont.woff2') format('woff2'), url('fonts/playfairdisplay-blackitalic-webfont.woff') format('woff'), url('fonts/playfairdisplay-blackitalic-webfont.ttf') format('truetype'), url('fonts/playfairdisplay-blackitalic-webfont.svg#playfair_displayblack_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'playfair';
  src: url('fonts/playfairdisplay-bold-webfont.eot');
  src: url('fonts/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/playfairdisplay-bold-webfont.woff2') format('woff2'), url('fonts/playfairdisplay-bold-webfont.woff') format('woff'), url('fonts/playfairdisplay-bold-webfont.ttf') format('truetype'), url('fonts/playfairdisplay-bold-webfont.svg#playfair_displaybold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'playfair';
  src: url('fonts/playfairdisplay-bolditalic-webfont.eot');
  src: url('fonts/playfairdisplay-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/playfairdisplay-bolditalic-webfont.woff2') format('woff2'), url('fonts/playfairdisplay-bolditalic-webfont.woff') format('woff'), url('fonts/playfairdisplay-bolditalic-webfont.ttf') format('truetype'), url('fonts/playfairdisplay-bolditalic-webfont.svg#playfair_displaybold_italic') format('svg');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'playfair';
  src: url('fonts/playfairdisplay-italic-webfont.eot');
  src: url('fonts/playfairdisplay-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/playfairdisplay-italic-webfont.woff2') format('woff2'), url('fonts/playfairdisplay-italic-webfont.woff') format('woff'), url('fonts/playfairdisplay-italic-webfont.ttf') format('truetype'), url('fonts/playfairdisplay-italic-webfont.svg#playfair_displayitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'playfair';
  src: url('fonts/playfairdisplay-regular-webfont.eot');
  src: url('fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/playfairdisplay-regular-webfont.woff2') format('woff2'), url('fonts/playfairdisplay-regular-webfont.woff') format('woff'), url('fonts/playfairdisplay-regular-webfont.ttf') format('truetype'), url('fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lora';
  src: url('fonts/lora-regular-webfont.eot');
  src: url('fonts/lora-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lora-regular-webfont.woff2') format('woff2'), url('fonts/lora-regular-webfont.woff') format('woff'), url('fonts/lora-regular-webfont.ttf') format('truetype'), url('fonts/lora-regular-webfont.svg#loraregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lora';
  src: url('fonts/lora-bold-webfont.eot');
  src: url('fonts/lora-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lora-bold-webfont.woff2') format('woff2'), url('fonts/lora-bold-webfont.woff') format('woff'), url('fonts/lora-bold-webfont.ttf') format('truetype'), url('fonts/lora-bold-webfont.svg#lorabold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'lora';
  src: url('fonts/lora-bolditalic-webfont.eot');
  src: url('fonts/lora-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lora-bolditalic-webfont.woff2') format('woff2'), url('fonts/lora-bolditalic-webfont.woff') format('woff'), url('fonts/lora-bolditalic-webfont.ttf') format('truetype'), url('fonts/lora-bolditalic-webfont.svg#lorabold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'lora';
  src: url('fonts/lora-italic-webfont.eot');
  src: url('fonts/lora-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lora-italic-webfont.woff2') format('woff2'), url('fonts/lora-italic-webfont.woff') format('woff'), url('fonts/lora-italic-webfont.ttf') format('truetype'), url('fonts/lora-italic-webfont.svg#loraitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.accessible-text,
.mk-pagination-controls > a > span,
.mk-title-script > span,
.mk-category-series-share .mk-post-share-list .mk-post-share-link > span,
.mk-select-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.outer-container,
.mk-nav-scroll,
.mk-page-container {
  width: 1152px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1152px) {
  .outer-container,
  .mk-nav-scroll,
  .mk-page-container {
    width: 100%;
  }
}

.inner-container,
.mk-footer {
  padding: 0 64px;
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .inner-container,
  .mk-footer {
    padding: 0 32px;
  }
}

.site-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .site-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.reset-list-style,
.mk-secondary-navigation-list,
.mk-alternate-navigation-list,
.mk-social-media-list,
.mk-primary-navigation-list,
.mk-header-category-list,
.mk-post-share-list,
.mk-select-list,
.mk-category-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.down-triangle {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.primary-button {
  display: inline-block;
  vertical-align: top;
  padding: 18px 24px;
  background-color: #f0f9fa;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 60px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.primary-button:before,
.mk-cart:before,
.mk-login:before {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #afcecc;
  vertical-align: middle;
  padding-right: 14px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.primary-button:hover {
  background-color: #caeaed;
}

.primary-button:hover:before {
  color: #8fbbb8;
}

.mk-shadow-line,
.mk-footer {
  border-top: 1px solid #cdcdcd;
  box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.02);
}

.mk-blue-shadow,
.mk-secondary-navigation-list a:hover > span,
.mk-footer-join-link:hover .mk-footer-subsection-main > span,
.mk-post-content a,
.mk-post-link:hover .mk-post-title > span,
.mk-topic-container .mk-topic-permalink:hover .mk-topic-title span,
.mk-shop-product-container .mk-shop-product-link:hover .mk-shop-product-title > span,
.mk-team-member.mk-team-member-has-bio:hover .mk-team-member-name > span {
  box-shadow: inset 0 -8px 0 #b1efff;
}

.mk-footer {
  padding-top: 52px;
}

@media (max-width: 959px) {
  .mk-footer {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media (max-width: 767px) {
  .mk-footer {
    display: block;
  }
}

.mk-footer .mk-social-media-list {
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mk-footer .mk-social-media-link:before {
  font-size: 32px;
  font-size: 3.2rem;
}

.mk-footer .primary-button {
  width: 160px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.mk-footer-container {
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .mk-footer-container {
    display: block;
  }
}

.mk-footer-section {
  display: table-cell;
  vertical-align: top;
  width: 31.25%;
  padding: 0 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  .mk-footer-section {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .mk-footer-section {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 25px;
  }
}

.mk-footer-section:first-child {
  padding-left: 0;
}

.mk-footer-section:nth-child(2) {
  width: 37.5%;
}

@media (max-width: 767px) {
  .mk-footer-section:nth-child(2) {
    width: auto;
  }
}

.mk-footer-section:last-child {
  padding-right: 0;
}

.mk-about-tagline {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'ChaparralPro-Light';
}

.mk-footer-cta {
  display: block;
  width: 100%;
  height: auto;
}

.mk-secondary-navigation-list > li {
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .mk-secondary-navigation-list > li {
    padding-left: 0;
  }
}

.mk-secondary-navigation-list > li:last-child {
  margin-bottom: 0;
}

.mk-secondary-navigation-list a {
  display: block;
  padding: 16px 10px 16px 32px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
}

@media (max-width: 959px) {
  .mk-secondary-navigation-list a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.mk-footer-subsection {
  padding-bottom: 25px;
  padding-left: 32px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 959px) {
  .mk-footer-subsection {
    padding-left: 8px;
  }
}

@media (max-width: 767px) {
  .mk-footer-subsection {
    padding-left: 0;
  }
}

.mk-footer-subsection:last-child {
  margin-bottom: 0;
}

.mk-footer-join-link {
  display: block;
  padding: 25px 0 25px 32px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .mk-footer-join-link {
    padding-left: 0;
  }
}

.mk-footer-subsection-main {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  font-weight: 100;
  font-family: 'Open Sans', sans-serif;
}

.mk-footer-subsection-link {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #c4cbba;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.mk-footer-meta-container {
  padding: 30px 0 48px;
  text-align: center;
}

@media (max-width: 767px) {
  .mk-footer-meta-container {
    padding-top: 0;
    padding-bottom: 32px;
  }
}

.mk-footer-logo-container {
  display: block;
  width: 70px;
  margin: 0 auto 28px;
}

.mk-footer-logo-container .mk-logo {
  display: block;
  width: 100%;
  height: auto;
}

.mk-copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #cccccc;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.mk-alternate-navigation-list > li {
  display: inline-block;
  vertical-align: top;
}

.mk-alternate-navigation-list > li:first-child {
  padding-right: 16px;
}

.mk-alternate-navigation-list > li:last-child {
  padding-right: 16px;
}

.mk-alternate-navigation-list a {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #c4cbba;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.mk-alternate-navigation-list a:hover {
  color: #000;
}

.mk-header {
  position: relative;
  z-index: 100;
}

.mk-header-container,
.mk-primary-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 32px;
  padding-left: 32px;
}

.mk-header-container {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .mk-header-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.no-flexbox .mk-header-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-flexbox .mk-header-container .mk-logo-link-container {
  display: table-cell;
  vertical-align: middle;
}

.mk-logo-link-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-flexbox .mk-social-media-list-container {
  display: table-cell;
  vertical-align: middle;
  width: 270px;
}

@media (max-width: 959px) {
  .no-flexbox .mk-social-media-list-container {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .no-flexbox .mk-social-media-list-container {
    display: none;
  }
}

.mk-primary-navigation {
  border-bottom: 1px solid #cccccc;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}

.no-flexbox .mk-primary-navigation {
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .no-flexbox .mk-primary-navigation {
    display: none;
  }
}

@media (max-width: 767px) {
  .mk-primary-navigation {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    padding: 32px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .mk-primary-navigation-visible .mk-primary-navigation {
    display: block;
  }

  .mk-primary-navigation-show .mk-primary-navigation {
    opacity: 1;
  }
}

.no-flexbox .mk-nav-menu-container,
.no-flexbox .mk-searchform-container {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .no-flexbox .mk-nav-menu-container {
    display: block;
  }
}

.no-flexbox .mk-searchform-container {
  text-align: right;
  padding-right: 32px;
}

.mk-nav-scroll-container {
  position: fixed;
  bottom: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #cccccc;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  z-index: 80;
}

.no-csstransforms3d .mk-nav-scroll-container {
  margin-bottom: 5px;
}

.mk-nav-scroll-container.mk-show-nav-scroll {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.no-csstransforms3d .mk-nav-scroll-container.mk-show-nav-scroll {
  top: 0;
  bottom: auto;
}

@media (max-width: 767px) {
  .mk-nav-scroll-container {
    display: none;
  }
}

.mk-nav-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
}

.no-flexbox .mk-nav-scroll {
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-flexbox .mk-nav-scroll .mk-searchform-container {
  padding-right: 0;
}

.mk-nav-menu-toggle,
.mk-search-toggle {
  display: none;
  position: relative;
  vertical-align: top;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f0f9fa;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.mk-nav-menu-toggle:hover,
.mk-search-toggle:hover {
  background-color: #caeaed;
}

.mk-nav-menu-toggle:hover:before,
.mk-search-toggle:hover:before {
  color: #9bb9b6;
}

.mk-nav-menu-toggle:before,
.mk-search-toggle:before {
  color: #b9cecc;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media (max-width: 767px) {
  .mk-nav-menu-toggle,
  .mk-search-toggle {
    display: inline-block;
  }

  .no-flexbox .mk-nav-menu-toggle,
  .no-flexbox .mk-search-toggle {
    display: table-cell;
  }
}

.mk-primary-navigation-visible .mk-nav-menu-toggle {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.mk-primary-navigation-show .mk-nav-menu-toggle {
  background-color: #000;
}

.no-csstransforms3d .mk-primary-navigation-show .mk-nav-menu-toggle:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10a";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 48px;
  color: #ffffff;
}

.mk-nav-menu-bar-container {
  position: relative;
  display: block;
  width: 16px;
  margin: 0 auto;
  height: 11px;
  top: 19px;
}

.mk-nav-menu-bar {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #b9cecc;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.mk-primary-navigation-show .mk-nav-menu-bar {
  background-color: #ffffff;
}

.no-csstransforms3d .mk-primary-navigation-show .mk-nav-menu-bar {
  display: none;
}

.mk-nav-menu-bar:nth-child(1) {
  top: 0;
}

.mk-primary-navigation-show .mk-nav-menu-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}

.mk-nav-menu-bar:nth-child(2) {
  top: 5px;
}

.mk-primary-navigation-show .mk-nav-menu-bar:nth-child(2) {
  width: 0;
  opacity: 0;
}

.mk-nav-menu-bar:nth-child(3) {
  top: 10px;
}

.mk-primary-navigation-show .mk-nav-menu-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
}

.mk-search-toggle:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f11e";
  font-size: 20px;
  font-size: 2rem;
  line-height: 48px;
}

.mk-search-show .mk-search-toggle {
  background-color: #000;
}

.mk-search-show .mk-search-toggle:before {
  color: #ffffff;
}

.mk-logo-container {
  display: block;
  width: 240px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mk-logo-container {
    width: 112px;
  }
}

.mk-nav-scroll-container .mk-logo-container {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin-right: 10px;
}

.mk-logo {
  display: block;
  width: 100%;
  height: auto;
}

.mk-social-media-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.no-flexbox .mk-social-media-list {
  display: table;
  width: 100%;
}

.mk-sidebar .mk-social-media-list {
  width: auto;
}

.mk-social-media-list > li {
  margin-right: 15px;
}

.mk-sidebar .mk-social-media-list > li {
  margin-right: 8px;
}

.no-flexbox .mk-sidebar .mk-social-media-list > li {
  padding-right: 8px;
}

.no-flexbox .mk-social-media-list > li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

.mk-social-media-list > li:last-child {
  margin-right: 0;
}

.no-flexbox .mk-social-media-list > li:last-child {
  padding-right: 0;
}

@media (max-width: 959px) {
  .mk-social-media-list > li {
    margin-right: 12px;
  }

  .no-flexbox .mk-social-media-list > li {
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .mk-header .mk-social-media-list {
    display: none;
  }
}

.mk-social-media-link {
  display: block;
}

.mk-social-media-link:before {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  color: #9ddae0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.mk-social-media-link.mk-facebook:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f110";
}

.mk-social-media-link.mk-facebook:hover:before {
  color: #4e72a7;
}

.mk-social-media-link.mk-youtube:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f127";
}

.mk-social-media-link.mk-youtube:hover:before {
  color: #c83639;
}

.mk-social-media-link.mk-instagram:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f115";
}

.mk-social-media-link.mk-instagram:hover:before {
  color: #444444;
}

.mk-social-media-link.mk-google:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f112";
}

.mk-social-media-link.mk-google:hover:before {
  color: #e13f25;
}

.mk-social-media-link.mk-twitter:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f125";
}

.mk-social-media-link.mk-twitter:hover:before {
  color: #22b9e9;
}

.mk-social-media-link.mk-pinterest:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f119";
}

.mk-social-media-link.mk-pinterest:hover:before {
  color: #c83639;
}

.no-flexbox .mk-header-action-links {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 270px;
}

@media (max-width: 959px) {
  .no-flexbox .mk-header-action-links {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .no-flexbox .mk-header-action-links {
    display: none;
  }
}

.mk-header-action-links.mk-header-action-links-mobile {
  display: none;
}

@media (max-width: 767px) {
  .mk-header-action-links {
    display: none;
  }

  .mk-header-action-links.mk-header-action-links-mobile {
    display: block;
    text-align: center;
    font-size: 0;
    width: auto;
  }
}

.mk-cart,
.mk-login {
  display: inline-block;
  vertical-align: top;
  padding: 18px 24px;
  background-color: #f0f9fa;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 60px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  vertical-align: middle;
  min-width: 124px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.mk-cart:before,
.mk-login:before {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #afcecc;
  vertical-align: middle;
  padding-right: 14px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.mk-cart:hover,
.mk-login:hover {
  background-color: #caeaed;
}

.mk-cart:hover:before,
.mk-login:hover:before {
  color: #8fbbb8;
}

@media (min-width: 768px) and (max-width: 959px) {
  .mk-cart,
  .mk-login {
    padding: 0;
    width: 60px;
    min-width: 0;
    height: 60px;
    text-align: center;
  }

  .mk-cart > span,
  .mk-login > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    top: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (max-width: 767px) {
  .mk-cart,
  .mk-login {
    width: 48%;
    padding: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .mk-cart {
    margin-right: 2%;
  }
}

.mk-cart:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f106";
}

@media (min-width: 768px) and (max-width: 959px) {
  .mk-cart:before {
    padding-right: 0;
    line-height: 60px;
  }
}

.mk-login {
  margin-left: 12px;
}

@media (max-width: 767px) {
  .mk-login {
    margin-left: 2%;
  }
}

.mk-login:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f101";
}

@media (min-width: 768px) and (max-width: 959px) {
  .mk-login:before {
    padding-right: 0;
    line-height: 60px;
  }
}

.mk-primary-navigation-list {
  font-size: 0;
}

@media (max-width: 767px) {
  .mk-primary-navigation-list {
    margin-bottom: 30px;
  }
}

.mk-nav-scroll-container .mk-primary-navigation-list {
  display: inline-block;
  vertical-align: middle;
}

.mk-primary-navigation-list > li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .mk-primary-navigation-list > li {
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mk-primary-navigation-list > li:nth-child(odd) {
    border-right: 1px solid #e6e6e6;
  }

  .mk-primary-navigation-list > li:nth-child(1),
  .mk-primary-navigation-list > li:nth-child(2) {
    border-bottom: 1px solid #e6e6e6;
  }
}

.mk-primary-navigation-list > li.menu-item-70427 > a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f126";
  display: none;
}

.mk-primary-navigation-list > li.menu-item-70429 > a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f11d";
  display: none;
  font-size: 66px;
  font-size: 6.6rem;
}

.mk-nav-scroll-container .mk-primary-navigation-list > li.menu-item-70429 > a:before {
  font-size: 50px;
  font-size: 5rem;
}

.mk-primary-navigation-list > li.menu-item-70428 > a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f122";
  display: none;
  font-size: 54px;
  font-size: 5.4rem;
}

.mk-primary-navigation-list > li.menu-item-70430 > a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f11f";
  display: none;
}

.mk-primary-navigation-list > li.current-menu-item > a {
  background-color: #f2f9fa;
}

.mk-primary-navigation-list > li.current-menu-item > a:before {
  display: inline-block;
  color: #b9cecc;
}

.mk-primary-navigation-list > li.current-menu-item > a > span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mk-primary-navigation-list > li.mk-nav-item-active > a:before {
  display: inline-block;
}

.mk-primary-navigation-list > li.mk-nav-item-active > a > span {
  display: none;
}

.mk-primary-navigation-list > li > a {
  display: block;
  width: 120px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 96px;
  line-height: 9.6rem;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 959px) {
  .mk-primary-navigation-list > li > a {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .mk-primary-navigation-list > li > a {
    width: auto;
    margin: 0 auto;
  }
}

.mk-primary-navigation-list > li > a:hover:before {
  display: inline-block;
}

.mk-primary-navigation-list > li > a:hover > span {
  display: none;
}

.mk-primary-navigation-list > li > a:before {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 82px;
  line-height: 8.2rem;
  vertical-align: middle;
}

.mk-nav-scroll-container .mk-primary-navigation-list > li > a:before {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  line-height: 5.2rem;
}

.mk-nav-scroll-container .mk-primary-navigation-list > li > a {
  width: 100px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 64px;
  line-height: 6.4rem;
}

@media (max-width: 959px) {
  .mk-nav-scroll-container .mk-primary-navigation-list > li > a {
    width: 82px;
  }
}

.mk-search-container-mobile {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media (max-width: 767px) {
  .mk-search-visible .mk-search-container-mobile {
    display: block;
  }

  .mk-search-show .mk-search-container-mobile {
    opacity: 1;
  }
}

.mk-search-container-mobile .mk-search-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mk-search-container-mobile .mk-search-container:before {
  bottom: 14px;
}

@media (max-width: 767px) {
  .mk-search-container-mobile .mk-search-container:before {
    bottom: 10px;
  }
}

.mk-search-container-mobile .mk-search-input {
  padding: 18px 5px 12px 35px;
}

@media (max-width: 767px) {
  .mk-search-container-mobile .mk-search-input {
    padding-top: 12px;
  }
}

.mk-search-container {
  position: relative;
  display: inline-block;
  font-size: 0;
  width: 250px;
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.mk-search-container:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f11e";
  position: absolute;
  left: 10px;
  bottom: 8px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #afcecc;
  vertical-align: middle;
  padding-right: 10px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.mk-search-container:hover,
.mk-search-container:focus,
.mk-search-container.mk-search-focus {
  background-color: #f0f9fa;
}

.mk-search-container:hover:before,
.mk-search-container:focus:before,
.mk-search-container.mk-search-focus:before {
  color: #8cc6c1;
}

@media (max-width: 767px) {
  .mk-search-container {
    display: none;
  }
}

.mk-search-input-container,
.mk-search-site-select-container {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .mk-search-input-container,
  .mk-search-site-select-container {
    display: table-cell;
  }
}

.mk-search-input-container {
  width: 190px;
}

@media (max-width: 767px) {
  .mk-search-input-container {
    width: 100%;
  }
}

.mk-search-input {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 10px 5px 10px 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: 700;
  -webkit-appearance: none;
}

.mk-search-site-select-container {
  position: relative;
  width: 60px;
}

.mk-header-category-list {
  padding-top: 6px;
  text-align: center;
  background-color: #fafafa;
  font-size: 0;
}

@media (max-width: 767px) {
  .mk-header-category-list {
    display: none;
  }
}

.mk-header-category-list > li {
  display: inline-block;
  vertical-align: bottom;
}

.mk-header-category-list > li > a {
  display: block;
  color: #afcecc;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  font-weight: 700;
  padding: 8px 20px 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mk-header-category-list > li > a:hover {
  color: #000;
}

.mk-header-category-list > li > a:before {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
  margin-right: 8px;
  vertical-align: bottom;
}

.mk-header-category-list > li.cat-item-22 > a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f120";
  font-size: 19px;
  font-size: 1.9rem;
}

.mk-header-category-list > li.cat-item-23 > a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f113";
}

.mk-header-category-list > li.cat-item-283 > a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f104";
}

.mk-header-category-list > li.cat-item-16344 > a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10c";
}

.mk-header-category-list > li.current-cat > a {
  background-color: #ffffff;
  color: #000;
}

@media (max-width: 767px) {
  .mk-preview-outer-container {
    display: none;
  }
}

.mk-nav-preview-container {
  display: none;
}

.mk-nav-preview {
  display: none;
}

.mk-nav-preview .mk-post-image {
  margin-bottom: 10px;
}

.mk-nav-preview .mk-post-title {
  margin-bottom: 6px;
}

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
}

body {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.mk-page-body-container {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-bottom: 32px;
}

@media (max-width: 959px) {
  .mk-page-body-container {
    display: block;
    width: auto;
  }
}

.mk-page-body-container .mk-section-container,
.mk-page-body-container .mk-sidebar {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 959px) {
  .mk-page-body-container .mk-section-container,
  .mk-page-body-container .mk-sidebar {
    display: block;
  }
}

.mk-post-container {
  font-size: 0;
}

.mk-section-4-column .mk-post-container {
  margin-right: -16px;
}

@media (max-width: 767px) {
  .mk-section-4-column .mk-post-container {
    margin-right: 0;
  }
}

.mk-section-3-column .mk-post-container {
  margin-right: -32px;
}

@media (max-width: 767px) {
  .mk-section-3-column .mk-post-container {
    margin-right: 0;
  }
}

.mk-section-2-column .mk-post-container {
  margin-right: -64px;
}

@media (max-width: 959px) {
  .mk-section-2-column .mk-post-container {
    margin-right: -32px;
  }
}

@media (max-width: 767px) {
  .mk-section-2-column .mk-post-container {
    margin-right: 0;
  }
}

.mk-post {
  display: inline-block;
  vertical-align: top;
  padding-right: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mk-section-4-column .mk-post {
  width: 25%;
  padding-right: 16px;
}

@media (max-width: 767px) {
  .mk-section-4-column .mk-post {
    width: auto;
  }
}

.mk-section-3-column .mk-post {
  width: 33.33%;
}

@media (max-width: 767px) {
  .mk-section-3-column .mk-post {
    width: auto;
  }
}

.mk-section-2-column .mk-post {
  width: 50%;
  padding-right: 64px;
  margin-bottom: 32px;
}

@media (max-width: 959px) {
  .mk-section-2-column .mk-post {
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mk-section-2-column .mk-post {
    width: auto;
    padding-right: 0;
  }
}

.mk-section-container-series-slider .mk-post {
  padding-right: 0;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .mk-section-container-series-slider .mk-post {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .mk-post {
    display: block;
    width: auto;
    padding-right: 0;
    margin-bottom: 32px;
  }
}

.mk-pagination {
  position: relative;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #cccccc;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  height: 48px;
  text-align: center;
}

@media (max-width: 767px) {
  .mk-pagination {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.mk-pagination-controls > a {
  position: absolute;
  top: 48px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f0f9fa;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 767px) {
  .mk-pagination-controls > a {
    top: 20px;
  }
}

.mk-pagination-controls > a:before {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 48px;
  color: #b9cecc;
}

.mk-pagination-controls > a.mk-next {
  right: 0;
}

.mk-pagination-controls > a.mk-next:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f109";
}

.mk-pagination-controls > a.mk-prev {
  left: 0;
}

.mk-pagination-controls > a.mk-prev:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f108";
}

.mk-pagination-controls > a:hover {
  background-color: #caeaed;
}

.mk-pagination-controls > a:hover:before {
  color: #8fbbb8;
}

.mk-pagination-status {
  color: #c6ccba;
  line-height: 48px;
  font-weight: 700;
}

.mk-secondary-hero-read.mk-section-container {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #cccccc;
  margin: 0 64px;
}

@media (max-width: 959px) {
  .mk-secondary-hero-read.mk-section-container {
    margin: 0 32px;
  }
}

.mk-secondary-hero-read .mk-post {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mk-secondary-hero-read .mk-post {
    margin-bottom: 32px;
  }

  .mk-secondary-hero-read .mk-post:last-child {
    margin-bottom: 0;
  }
}

.mk-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.mk-video-container > iframe,
.mk-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 16px;
}

a {
  text-decoration: none;
}

@-moz-document url-prefix()  {
  .mk-post-content img {
    max-width: 640px;
    width: 100%;
  }
}

.is-IE .mk-post-content img {
  max-width: 640px;
  width: 100%;
}

.mk-post-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: 'lora';
}

.mk-sidebar .mk-post-content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.mk-post-content a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #000;
  font-style: italic;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.mk-post-content a:hover {
  text-decoration: none;
  color: #000;
  background-color: #b1efff;
}

.mk-post-content p {
  margin-bottom: 10px;
}

.mk-post-content ul,
.mk-post-content ol {
  margin-bottom: 15px;
}

.mk-post-content ul > li,
.mk-post-content ol > li {
  margin-bottom: 3px;
}

.mk-post-content ul > li:last-of-type,
.mk-post-content ol > li:last-of-type {
  margin-bottom: 0;
}

.mk-post-content ol {
  padding-left: 48px;
  counter-reset: ordered-list-counter;
}

@media (max-width: 767px) {
  .mk-post-content ol {
    padding-left: 32px;
  }
}

.mk-post-content ol li {
  position: relative;
  margin-bottom: 16px;
}

.mk-post-content ol li:before {
  content: counter(ordered-list-counter) '.';
  counter-increment: ordered-list-counter;
  position: absolute;
  left: -24px;
  color: #c6ccba;
  font-weight: 700;
}

.mk-post-content h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  letter-spacing: 5px;
}

@media (max-width: 1151px) {
  .mk-post-content h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

@media (max-width: 767px) {
  .mk-post-content h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}

.mk-post-content h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 500;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  .mk-post-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.mk-post-content h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 500;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  .mk-post-content h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.mk-post-content strong {
  font-weight: 700;
}

.mk-post-content em {
  font-style: italic;
}

.mk-post-content img {
  max-width: 100%;
  height: auto;
}

.mk-post-content img.alignleft,
.mk-post-content img.alignright {
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

@media (max-width: 450px) {
  .mk-post-content img.alignleft,
  .mk-post-content img.alignright {
    display: block;
    width: auto;
  }
}

.mk-post-content img.alignright {
  padding: 5px 0 20px 10px;
}

@media (max-width: 450px) {
  .mk-post-content img.alignright {
    padding-left: 0;
  }
}

.mk-post-content img.alignleft {
  padding: 5px 10px 20px 0;
}

@media (max-width: 450px) {
  .mk-post-content img.alignleft {
    padding-right: 0;
  }
}

.mk-post-content .text-col-right,
.mk-post-content .text-col-left {
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 450px) {
  .mk-post-content .text-col-right,
  .mk-post-content .text-col-left {
    float: none;
    width: auto;
  }
}

.mk-post-content .text-col-left {
  float: left;
  padding: 5px 10px 20px 0;
}

@media (max-width: 450px) {
  .mk-post-content .text-col-left {
    padding-right: 0;
  }
}

.mk-post-content .text-col-right {
  float: right;
  padding: 5px 0 20px 10px;
}

@media (max-width: 450px) {
  .mk-post-content .text-col-right {
    padding-left: 0;
  }
}

.mk-title-script {
  height: 62px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 26px;
}

.mk-page-title,
.mk-post-content .mk-page-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  font-family: 'ChaparralPro-Light';
  font-weight: 100;
}

@media (max-width: 767px) {
  .fv-bbpress-page.mk-section-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.fv-bbpress-page input[type=text] {
  border: 1px solid #cccccc;
  padding-left: 4px;
  padding-right: 4px;
  font-family: 'lora';
}

.fv-bbpress-page #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  border: 1px solid #cccccc;
  border-top: 0;
  padding: 10px;
  font-family: 'lora';
}

.fv-bbpress-page button[type=submit],
.fv-bbpress-page input[type=submit] {
  background-color: #f0f9fa;
  color: #000000;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  padding: 1px 10px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.fv-bbpress-page button[type=submit]:hover,
.fv-bbpress-page input[type=submit]:hover {
  background-color: #caeaed;
}

@media (max-width: 767px) {
  .fv-bbpress-page #bbpress-forums div.bbp-search-form {
    float: none;
  }
}

.fv-bbpress-page .bbp-pagination,
.fv-bbpress-page .bbp-pagination-count,
.fv-bbpress-page .bbp-breadcrumb {
  float: none;
}

.fv-bbpress-page .bbp-pagination {
  margin-bottom: 5px;
}

.fv-bbpress-page .bbp-reply-content {
  font-family: 'lora';
}

.fv-bbpress-page a {
  color: #000;
}

.fv-bbpress-page a:hover {
    box-shadow: inset 0 -8px 0 #b1efff;
}

.fv-bbpress-page .bbp-forum-title {
	font-family: 'playfair';
    font-weight: 600;
    font-size: 1.6rem;
}

.mk-category-series-page-container .mk-section-2-column {
  margin-bottom: 10px;
}

.mk-category-series-page-container .mk-section-3-column .mk-post {
  margin-bottom: 32px;
}

.mk-cat-page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
}

.no-flexbox .mk-cat-page-header {
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .no-flexbox .mk-cat-page-header {
    display: block;
  }
}

.no-flexbox .mk-cat-page-header .mk-cat-page-info,
.no-flexbox .mk-cat-page-header .mk-sort-container {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .no-flexbox .mk-cat-page-header .mk-cat-page-info,
  .no-flexbox .mk-cat-page-header .mk-sort-container {
    display: block;
  }
}

.no-flexbox .mk-cat-page-header .mk-sort-container {
  text-align: right;
}

@media (max-width: 767px) {
  .no-flexbox .mk-cat-page-header .mk-sort-container {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .mk-cat-page-header {
    display: block;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}

.mk-share-title {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.mk-category-series-share .mk-share-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.mk-single-share .mk-share-title {
  margin-bottom: 10px;
}

.mk-series-video-count {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
}

.mk-series-video-count > span {
  font-family: 'ChaparralPro-Light';
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  padding-right: 2px;
}

.mk-post-share-list {
  font-size: 0;
}

.mk-category-series-share .mk-post-share-list {
  display: inline-block;
  vertical-align: middle;
}

.mk-category-series-share .mk-post-share-list > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.mk-category-series-share .mk-post-share-list > li:last-child {
  margin-right: 0;
}

.mk-single-share .mk-post-share-list > li {
  margin-bottom: 16px;
}

.mk-single-share .mk-post-share-list > li:last-child {
  margin-bottom: 0;
}

.mk-post-share-list .mk-post-share-link {
  display: inline-block;
  vertical-align: middle;
  color: #c4cbba;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.mk-post-share-list .mk-post-share-link:hover {
  color: #000;
}

.mk-post-share-list .mk-post-share-link:before {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  height: 32px;
  width: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  color: #000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-align: center;
  vertical-align: sub;
}

.mk-single-share .mk-post-share-list .mk-post-share-link:before {
  margin-right: 6px;
}

.mk-post-share-list .mk-post-share-link.mk-facebook:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10f";
}

.mk-post-share-list .mk-post-share-link.mk-facebook:hover:before {
  color: #4e72a7;
}

.mk-post-share-list .mk-post-share-link.mk-google:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f111";
}

.mk-post-share-list .mk-post-share-link.mk-google:hover:before {
  color: #e13f25;
}

.mk-post-share-list .mk-post-share-link.mk-twitter:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f124";
}

.mk-post-share-list .mk-post-share-link.mk-twitter:hover:before {
  color: #22b9e9;
}

.mk-post-share-list .mk-post-share-link.mk-pinterest:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f118";
}

.mk-post-share-list .mk-post-share-link.mk-pinterest:hover:before {
  color: #c83639;
}

.mk-post-share-list .mk-post-share-link.mk-email:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10e";
}

.mk-post-share-list .mk-post-share-link.mk-email:hover:before {
  color: #8cc6c1;
}

.mk-post-share-list .mk-post-share-link.mk-print:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f11c";
}

.mk-post-share-list .mk-post-share-link.mk-print:hover:before {
  color: #8cc6c1;
}

.comments-area textarea {
  display: block;
  max-width: 500px;
  width: 100%;
  border: 1px solid #e6e6e6;
}

.mk-main-category-page .mk-sort-container {
  margin-bottom: 32px;
  text-align: right;
}

@media (max-width: 767px) {
  .mk-main-category-page .mk-sort-container {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .mk-cat-page-header .mk-sort-container {
    margin-top: 32px;
    text-align: center;
  }
}

.mk-select-form {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.mk-select-form .mk-select-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #c6ccba;
  font-weight: 700;
  margin-right: 4px;
}

.mk-select-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.mk-select-current-selection {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
  padding: 12px 28px 12px 10px;
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mk-select-current-selection:hover,
.mk-select-list-active .mk-select-current-selection {
  background-color: #f0f9fa;
}

.mk-header .mk-select-current-selection {
  display: block;
  padding-right: 20px;
  border-bottom: 0;
}

.mk-select-current-selection:after {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  color: #afcecc;
  z-index: 1;
  font-weight: 700;
}

.mk-select-list-active .mk-select-current-selection:after {
  color: #afcecc;
}

.mk-select-list {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f9fa;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.mk-select-list-active .mk-select-list {
  display: block;
}

.mk-select-list .mk-select-list-item {
  text-align: left;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.mk-select-list .mk-select-list-item:hover {
  background-color: #caeaed;
}

.mk-select-list .mk-select-list-item > a {
  padding: 10px;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.mk-hero-post {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.1);
}

.mk-category-series-page-container .mk-hero-post {
  box-shadow: none;
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .mk-category-series-page-container .mk-hero-post {
    margin: 0 -32px 32px;
  }
}

.mk-hero-post-container {
  display: table;
  width: 100%;
  height: 576px;
}

@media (max-width: 767px) {
  .mk-hero-post-container {
    height: auto;
  }

  .mk-hero-post-featured-image .mk-hero-post-container {
    height: 378px;
  }
}

.mk-hero-post-info-container {
  display: table-cell;
  /*vertical-align: middle;*/
  vertical-align: bottom;
}

.mk-hero-post-info {
  /*width: 576px;*/
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mk-hero-post-info {
    width: auto;
  }
}

.mk-hero-post-link {
  display: block;
  padding: 40px 46px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  text-align:center;
}

.mk-hero-post-link:hover {
  /*background-color: #000000;*/
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .mk-hero-post-link:hover {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .mk-hero-post-link {
    background-color: transparent;
    padding: 280px 0 0px 0;
  }
}

@media (max-width: 767px) {
  .mk-hero-post-inner-container {
    display: block;
    min-height: 98px;
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 0.8);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.mk-hero-post-title {
  display: block;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1;
  font-family: 'playfair';
  color: #000000;
  font-weight: 700;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .mk-hero-post-title {
    font-size: 29px;
    font-size: 2.9rem;
    margin-bottom: 10px;
  }
}

.mk-post-meta {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #c6ccba;
  text-transform: uppercase;
  font-weight: bold;
}
.mk-hero-post-link .mk-post-meta {
  color:#000000;
}
@media (max-width: 767px) {
.mk-hero-post-link .mk-post-meta {
  display:none;
}
}
.mk-post-meta a {
  color: #c6ccba;
}

.mk-video-post .mk-post-meta {
  /*padding-left: 30px;*/
}

.mk-hero-post.mk-video-post .mk-post-meta {
  position: relative;
}

.mk-hero-post.mk-video-post .mk-post-meta:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f11b";
  vertical-align: middle;
  color: #b9cecc;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.mk-single-body .mk-video-post .mk-post-meta {
  padding-left: 0;
}

.mk-single-body .mk-video-post .mk-post-meta:before {
  display: none;
}

.mk-sidebar-section .mk-video-post .mk-post-meta {
  padding-left: 16px;
}

.mk-post-categories {
  margin-right: 24px;
}

.mk-section-container {
  padding: 64px;
}

.mk-section-container.mk-main-category-page {
  padding-top: 32px;
}

.mk-nav-preview-container .mk-section-container {
  padding: 32px;
}

.mk-section-container.mk-section-related-posts,
.mk-section-container.mk-section-comments {
  padding-left: 0;
  padding-right: 0;
  margin-right: 64px;
  margin-left: 64px;
}

@media (max-width: 959px) {
  .mk-section-container {
    padding: 40px 32px;
  }

  .mk-section-container.mk-section-related-posts,
  .mk-section-container.mk-section-comments {
    padding-left: 0;
    padding-right: 0;
    margin-right: 32px;
    margin-left: 32px;
  }
}

@media (max-width: 767px) {
  .mk-section-container {
    padding: 20px 32px;
  }

  .mk-section-container.mk-section-related-posts,
  .mk-section-container.mk-section-comments {
    padding-left: 0;
    padding-right: 0;
  }
}

.mk-section-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .mk-section-title-container {
    margin-bottom: 32px;
  }
}

.no-flexbox .mk-section-title-container {
  display: table;
  width: 100%;
}

.no-flexbox .mk-section-title-container .mk-sort-container {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

@media (max-width: 767px) {
  .no-flexbox .mk-section-title-container .mk-sort-container {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .mk-section-title-container.mk-section-title-filter-container {
    display: block;
  }
}

.no-flexbox .mk-section-title-inner-container,
.no-flexbox .mk-section-title-link-container {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .no-flexbox .mk-section-title-filter-container .mk-section-title-inner-container,
  .no-flexbox .mk-section-title-filter-container .mk-section-title-link-container {
    display: block;
  }
}

.no-flexbox .mk-section-title-link-container {
  text-align: right;
}

.mk-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-family: 'ChaparralPro-Light';
}

@media (max-width: 767px) {
  .mk-section-title {
    font-size: 30px;
    font-size: 3rem;
  }
}

.mk-section-title .mk-section-title-icon-link {
  color: #000;
}

.mk-section-title .mk-section-title-icon-link:before {
  color: #b9cecc;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin-right: 10px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media (max-width: 767px) {
  .mk-section-title .mk-section-title-icon-link:before {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.mk-section-container-videos .mk-section-title .mk-section-title-icon-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f11b";
}

.mk-section-container-series .mk-section-title .mk-section-title-icon-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f11a";
}

.mk-section-container-store .mk-section-title .mk-section-title-icon-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f103";
}

.mk-section-comments .mk-section-title .mk-section-title-icon-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10b";
  font-size: 25px;
  font-size: 2.5rem;
}

.mk-section-container-latest-posts .mk-section-title .mk-section-title-icon-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f117";
}

.mk-section-title .mk-section-title-icon-link:hover:before {
  color: #8cc6c1;
}

.mk-nav-preview-container .mk-section-title {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.mk-cta-banner .mk-section-title {
  position: absolute;
  top: 50%;
  left: 8.33%;
  margin-top: -16px;
  margin-bottom: 0;
  color: #ffffff;
}

@media (max-width: 767px) {
  .mk-cta-banner .mk-section-title {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 10px;
    margin-bottom: 16px;
  }
}

.mk-section-title-link {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  background-color: #f3f9fa;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.mk-section-title-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f102";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  color: #b9cecc;
}

.mk-section-title-link:hover {
  background-color: #cfe7eb;
}

.mk-post-link {
  display: block;
}

.mk-post-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .mk-post-image {
    margin-bottom: 10px;
  }
}

.mk-post-title {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-weight: 100;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .mk-post-title {
    margin-bottom: 6px;
  }
}

.mk-section-2-column .mk-post-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media (max-width: 767px) {
  .mk-section-2-column .mk-post-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

.mk-post-title > span {
  -webkit-transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
}

.mk-video-series .mk-post-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.mk-video-post .mk-post-title {
  position: relative;
  padding-left: 30px;
}

.mk-sidebar-section .mk-video-post .mk-post-title {
  padding-left: 16px;
}

.mk-video-post .mk-post-title:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f11b";
  vertical-align: middle;
  color: #b9cecc;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  position: absolute;
  left: 1px;
  top: 0;
  width: 30px;
  text-align: center;
}

.mk-section-2-column .mk-video-post .mk-post-title:before {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media (max-width: 767px) {
  .mk-section-2-column .mk-video-post .mk-post-title:before {
    font-size: 10px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

.mk-sidebar-section .mk-video-post .mk-post-title:before {
  width: 16px;
  text-align: left;
}

.mk-single-body .mk-video-post .mk-post-title {
  padding-left: 0;
}

.mk-single-body .mk-video-post .mk-post-title:before {
  display: none;
}

.mk-cta-banner {
  position: relative;
  display: block;
  height: 192px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .mk-cta-banner {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .mk-cta-banner.mk-cta-banner-desktop {
    display: none;
  }
}

.mk-cta-banner.mk-cta-banner-mobile {
  display: none;
}

@media (max-width: 767px) {
  .mk-cta-banner.mk-cta-banner-mobile {
    display: block;
  }
}

.mk-cta-banner:hover .mk-cta-banner-link {
  background-color: #000000;
  border-color: #000000;
}

@media (max-width: 767px) {
  .mk-cta-banner-join .mk-cta-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .no-flexbox .mk-cta-banner-join .mk-cta-banner {
    display: table;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .no-flexbox .mk-cta-banner-inner-container {
    display: table-cell;
    vertical-align: middle;
  }
}

.mk-cta-banner-link {
  position: absolute;
  right: 13.5%;
  top: 50%;
  margin-top: -24px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  width: 160px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 48px;
  font-weight: 700;
  border-radius: 60px;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 767px) {
  .mk-cta-banner-link {
    display: none;
  }

  .mk-cta-banner-join .mk-cta-banner-link {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
    display: inline-block;
  }
}

.mk-category-list {
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .mk-category-list {
    font-size: 0;
  }
}

.mk-category-list > .cat-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 32px;
}

@media (max-width: 959px) {
  .mk-category-list > .cat-item {
    margin: 0 16px;
  }
}

@media (max-width: 767px) {
  .mk-category-list > .cat-item {
    width: 50%;
    margin: 0 0 24px;
  }
}

.mk-category-list > .cat-item:first-child {
  margin-left: 0;
}

.mk-category-list > .cat-item:last-child {
  margin-right: 0;
}

.mk-category-list > .cat-item > a {
  position: relative;
  display: block;
  width: 128px;
  height: 128px;
  padding-top: 96px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #c4cbba;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 767px) {
  .mk-category-list > .cat-item > a {
    width: 112px;
    height: 112px;
    margin: 0 auto;
    padding-top: 82px;
  }
}

.mk-category-list > .cat-item > a:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  font-size: 51px;
  font-size: 5.1rem;
  line-height: 86px;
  color: #000;
}

@media (max-width: 767px) {
  .mk-category-list > .cat-item > a:before {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 72px;
  }
}

.mk-category-list > .cat-item > a:hover {
  background-color: #000;
}

.mk-category-list > .cat-item > a:hover:before {
  color: #ffffff;
}

.mk-category-list > .cat-item.cat-item-283 a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f105";
  display: block;
}

.mk-category-list > .cat-item.cat-item-22 a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f121";
  display: block;
}

.mk-category-list > .cat-item.cat-item-16344 a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10d";
  display: block;
}

.mk-category-list > .cat-item.cat-item-23 a:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f114";
  display: block;
}

.mk-videos-post-container {
  font-size: 0;
}

.mk-videos-post-container > .mk-post,
.mk-videos-post-container .mk-vertical-post-container {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  .mk-videos-post-container > .mk-post,
  .mk-videos-post-container .mk-vertical-post-container {
    display: block;
    width: auto;
  }
}

.mk-videos-post-container > .mk-post {
  padding-right: 16px;
}

@media (max-width: 959px) {
  .mk-videos-post-container > .mk-post {
    padding-right: 0;
    margin-bottom: 32px;
  }
}

.mk-videos-post-container > .mk-post .mk-post-title:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f11b";
  vertical-align: middle;
  color: #b9cecc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 10px;
}

.mk-videos-post-container .mk-vertical-post-container {
  padding-left: 16px;
}

@media (max-width: 959px) {
  .mk-videos-post-container .mk-vertical-post-container {
    padding-left: 0;
    margin-right: -32px;
  }
}

@media (max-width: 767px) {
  .mk-videos-post-container .mk-vertical-post-container {
    margin-right: 0;
  }
}

.mk-videos-post-container .mk-vertical-post-container .mk-post {
  margin-bottom: 32px;
}

@media (max-width: 959px) {
  .mk-videos-post-container .mk-vertical-post-container .mk-post {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding-right: 32px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .mk-videos-post-container .mk-vertical-post-container .mk-post {
    display: block;
    width: auto;
    padding-right: 0;
  }
}

.mk-post-container-wide {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media (max-width: 959px) {
  .mk-post-container-wide {
    display: block;
  }

  .mk-section-container-series-slider .mk-post-container-wide {
    display: table;
  }
}

@media (max-width: 959px) and (max-width: 767px) {
  .mk-section-container-series-slider .mk-post-container-wide {
    display: block;
  }
}

.mk-post-container-wide .mk-post-image-container,
.mk-post-container-wide .mk-post-info {
  display: table-cell;
  vertical-align: top;
}
.mk-section-container-series-slider .mk-post-container-wide .mk-post-image-container,
.mk-section-container-series-slider .mk-post-container-wide .mk-post-info {
    display: block;
 }
@media (max-width: 959px) {
  .mk-post-container-wide .mk-post-image-container,
  .mk-post-container-wide .mk-post-info {
    display: block;
  }

  .mk-section-container-series-slider .mk-post-container-wide .mk-post-image-container,
  .mk-section-container-series-slider .mk-post-container-wide .mk-post-info {
    /*display: table-cell;*/
	display: block;
  }
}

@media (max-width: 959px) and (max-width: 767px) {
  .mk-section-container-series-slider .mk-post-container-wide .mk-post-image-container,
  .mk-section-container-series-slider .mk-post-container-wide .mk-post-info {
    display: block;
  }
}

.mk-post-container-wide .mk-post-image-container {
  width: 160px;
  padding-right: 16px;
}
.mk-section-container-series-slider .mk-post-container-wide .mk-post-image-container {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 959px) {
  .mk-post-container-wide .mk-post-image-container {
    width: auto;
    padding-right: 0;
    margin-bottom: 16px;
  }

  .mk-section-container-series-slider .mk-post-container-wide .mk-post-image-container {
    /*width: 160px;*/
    padding-right: 16px;
    margin-bottom: 0;
  }
}

@media (max-width: 959px) and (max-width: 767px) {
  .mk-section-container-series-slider .mk-post-container-wide .mk-post-image-container {
    width: auto;
    padding-right: 0;
    margin-bottom: 8px;
  }
}

.mk-post-container-wide .mk-post-image-container .mk-post-image {
  margin-bottom: 0;
}

.mk-post-container-wide .mk-post-info {
  border-bottom: 1px solid #e6e6e6;
}
.mk-section-container-series-slider .mk-post-container-wide .mk-post-info {
  border-bottom: 0px;
}

@media (max-width: 959px) {
  .mk-post-container-wide .mk-post-info {
    border-bottom: 0;
  }

  .mk-section-container-series-slider .mk-post-container-wide .mk-post-info {
    /*border-bottom: 1px solid #e6e6e6;*/
  }
}

@media (max-width: 959px) and (max-width: 767px) {
  .mk-section-container-series-slider .mk-post-container-wide .mk-post-info {
    border-bottom: 0;
  }
}

.mk-section-3-column #bbpress-forums {
  font-size: 0;
  padding: 36px 0;
  margin: 0;
}

@media (max-width: 959px) {
  .mk-section-3-column #bbpress-forums {
    padding: 0;
  }
}

.mk-topic-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 16px;
}

.mk-section-3-column .mk-topic-container {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-right: 16px;
  padding-bottom: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mk-topic-container:last-child {
  padding-bottom: 0;
}

.mk-topic-container .bbp-author-avatar {
  cursor: default;
}

.mk-topic-container .bbp-author-avatar img {
  display: block;
  margin: 0;
  border-radius: 50%;
}
.bbp-reply-author img {
    border-radius: 50%;
}

@media (max-width: 767px) {
  .mk-topic-container .bbp-author-avatar img {
    width: 64px;
    height: 64px;
  }
}

.mk-section-3-column .mk-topic-container .bbp-author-avatar img {
  width: 96px;
  height: 96px;
}

@media (max-width: 959px) {
  .mk-section-3-column .mk-topic-container .bbp-author-avatar img {
    width: 64px;
    height: 64px;
  }
}

.mk-topic-container .bbp-author-avatar-container,
.mk-topic-container .mk-topic-permalink-container {
  display: table-cell;
  vertical-align: top;
}

.mk-topic-container .bbp-author-avatar-container {
  width: 128px;
  padding-right: 64px;
}

@media (max-width: 959px) {
  .mk-topic-container .bbp-author-avatar-container {
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mk-topic-container .bbp-author-avatar-container {
    width: 64px;
    padding-right: 16px;
  }
}

.mk-section-3-column .mk-topic-container .bbp-author-avatar-container {
  width: 96px;
  padding-right: 16px;
}

@media (max-width: 959px) {
  .mk-section-3-column .mk-topic-container .bbp-author-avatar-container {
    width: 64px;
  }
}

.mk-topic-container .mk-topic-permalink-container {
  border-bottom: 1px solid #e6e6e6;
}

.mk-section-3-column .mk-topic-container .mk-topic-permalink-container {
  border-bottom: 0;
}

.mk-topic-container .mk-topic-permalink {
  display: block;
  padding-bottom: 16px;
  color: #000;
}

.mk-topic-container .mk-topic-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: 'playfair';
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .mk-topic-container .mk-topic-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.mk-section-3-column .mk-topic-container .mk-topic-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.mk-topic-container .mk-topic-meta-container {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #c4cbba;
}

.mk-topic-container .mk-topic-meta-container > span {
  margin-left: 16px;
}

.mk-topic-container .mk-topic-meta-container > span:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .mk-topic-container .mk-topic-meta-container > span.mk-topic-voice-count {
    margin-left: 0;
  }
}

.mk-section-3-column .mk-topic-container .mk-topic-meta-container > span.mk-topic-voice-count {
  display: none;
}

.mk-section-3-column .mk-topic-container .mk-topic-meta-container > span.mk-topic-freshness {
  display: none;
}

@media (max-width: 767px) {
  .mk-topic-container .mk-topic-meta {
    display: block;
    margin-bottom: 5px;
  }
}

.mk-shop-product-container {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mk-section-4-column .mk-shop-product-container {
  width: 25%;
  padding-right: 16px;
}

@media (max-width: 767px) {
  .mk-shop-product-container {
    display: block;
    width: auto;
    margin-bottom: 32px;
  }
}

.mk-shop-product-container .mk-shop-product-link {
  display: block;
}

.mk-shop-product-container .mk-shop-product-link:hover .mk-shop-product-image-container:after {
  background-color: rgba(0, 0, 0, 0);
}

.mk-shop-product-container .mk-shop-product-link:hover .mk-shop-product-price {
  color: #000;
}

.mk-shop-product-container .mk-shop-product-image-container {
  position: relative;
  margin-bottom: 10px;
}

.mk-shop-product-container .mk-shop-product-image-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.mk-shop-product-container .mk-shop-product-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.mk-shop-product-container .mk-shop-product-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 100;
  color: #000;
  margin-bottom: 6px;
}

.mk-shop-product-container .mk-shop-product-title > span {
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}

.mk-shop-product-container .mk-shop-product-price {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #c4cbba;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.mk-search-page-container .mk-search-page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.mk-search-page-container .mk-page-title {
  margin-bottom: 2px;
}

.mk-search-page-container .mk-post {
  margin-bottom: 32px;
}

.mk-search-page-container .mk-search-results {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 700;
}

.mk-search-page-container .mk-search-results-number {
  display: inline-block;
  margin-right: 3px;
  font-family: 'ChaparralPro-Light';
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .mk-section-title-filter-container .mk-sort-container {
    display: inline-block;
    vertical-align: top;
  }
}

.mk-sort-container .mk-sort-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #c6ccba;
}

.mk-sort-container .mk-sort-select {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px 20px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.mk-no-results {
  font-size: 10px;
  font-size: 1rem;
}

.mk-shop-the-look {
  margin-bottom: 10px;
  text-align: center;
}

.mk-shop-the-look.mk-float-left {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.mk-shop-the-look.mk-float-right {
  width: 50%;
  float: right;
  padding-left: 10px;
}

.mk-shop-the-look.mk-float-left,
.mk-shop-the-look.mk-float-right {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mk-shop-the-look.mk-float-left,
  .mk-shop-the-look.mk-float-right {
    float: none;
    width: auto;
    padding: 0;
  }
}

.mk-shop-the-look .mk-shop-the-look-link {
  position: relative;
  display: block;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #cccccc;
  padding: 0 12px;
  font-style: normal;
  overflow: hidden;
}

.mk-shop-the-look .mk-shop-the-look-link:hover {
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  background-color: transparent;
}

.mk-shop-the-look .mk-shop-the-look-link:hover .mk-shop-the-look-price {
  color: #000;
}

.mk-shop-the-look .mk-shop-the-look-link:hover .mk-shop-the-look-cta-container {
  background-color: #f0f9fa;
}

.mk-shop-the-look .mk-shop-the-look-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: 'ChaparralPro-Light';
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 200px;
  background-color: #ffffff;
}

.mk-shop-the-look .mk-shop-the-look-thumbnail-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 280px;
  width: 100%;
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.mk-shop-the-look .mk-shop-the-look-thumbnail {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.mk-shop-the-look .mk-shop-the-look-product-title {
  font-family: 'lora';
  font-style: italic;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding-bottom: 12px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
}

.mk-shop-the-look .mk-shop-the-look-price {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #c4cbba;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.mk-shop-the-look .mk-shop-the-look-cta-container {
  margin: 0 -12px;
  padding: 8px 0;
  background-color: #ffffff;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.mk-shop-the-look .mk-shop-the-look-cta {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0;
}

.mk-shop-the-look .mk-shop-the-look-cta:after {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f109";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  color: #afcecc;
}

.mk-sidebar {
  width: 320px;
  padding-top: 64px;
  padding-right: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.mk-sidebar.mk-sidebar-single {
  display: table-cell;
  vertical-align: top;
  width: 256px;
  padding-top: 0;
}

@media (max-width: 959px) {
  .mk-sidebar.mk-sidebar-single {
    display: block;
    width: auto;
    padding: 0 32px 40px;
  }
}

@media (max-width: 959px) {
  .mk-sidebar {
    width: auto;
    padding: 0 32px 40px;
  }
}

@media (max-width: 767px) {
  .mk-sidebar {
    display: block;
  }
}

.mk-sidebar .mk-post {
  margin-bottom: 20px;
}

.mk-sidebar .mk-post:last-child {
  margin-bottom: 0;
}

.mk-comment-count-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 15px 10px;
  border: 1px solid #d6dace;
  border-radius: 4px;
  background-color: #ffffff;
  color: #000;
}

.mk-comment-count-container:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  border: 10px solid transparent;
  border-left-color: #ffffff;
  position: absolute;
  bottom: -9px;
  right: 13px;
  z-index: 1;
}

.mk-comment-count-container:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  border: 12px solid transparent;
  border-left-color: #d6dace;
  position: absolute;
  bottom: -12px;
  right: 10px;
  z-index: -1;
}

.mk-comment-count-container .disqus-comment-count {
  display: block;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'playfair';
  margin-bottom: 5px;
  color: #000;
}

@media (max-width: 959px) {
  .mk-sidebar-section-comment-count {
    display: none;
  }
}

.mk-sidebar-container {
  padding-left: 64px;
  border-left: 1px solid #cccccc;
}

.mk-sidebar-single .mk-sidebar-container {
  padding-left: 0;
  border-left: 0;
}

@media (max-width: 959px) {
  .mk-sidebar-container {
    padding-left: 0;
    padding-top: 40px;
    border-left: none;
    border-top: 1px solid #cccccc;
  }
}

.mk-sidebar-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  font-size: 0;
}

.mk-sidebar-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.mk-sidebar-section .mk-post {
  padding-right: 0;
}

@media (max-width: 959px) {
  .mk-sidebar-section .mk-post {
    width: 50%;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .mk-sidebar-section .mk-post {
    width: auto;
    padding-right: 0;
  }
}

.mk-sidebar-section-heading {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.mk-sidebar-image-container {
  margin-right: -32px;
}

@media (max-width: 959px) {
  .mk-sidebar-image-container {
    margin-right: 0;
  }
}

.mk-sidebar-signup-container {
  text-align: center;
}

.mk-sidebar-signup {
  width: 160px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.mk-sidebar-comment {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 25px;
}

.mk-sidebar-comment:last-child {
  margin-bottom: 0;
}

.mk-comment-avatar-container,
.mk-comment-content {
  display: table-cell;
  vertical-align: top;
}

.mk-comment-avatar-container {
  width: 32px;
  padding-right: 6px;
}

.mk-comment-avatar {
  height: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.mk-comment-avatar img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.mk-comment-message {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: 'lora';
  margin-bottom: 16px;
}

.mk-comment-message a {
  box-shadow: inset 0 -5px 0 #b1efff;
  color: #000;
}

.mk-comment-message a:hover {
  background-color: #b1efff;
}

.mk-comment-post-title .mk-comment-post-title-link {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #c6ccba;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}

.mk-comment-post-title .mk-comment-post-title-link:hover {
  box-shadow: inset 0 -4px 0 #b1efff;
}

.mk-single-page {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-top: 48px;
  margin-bottom: 64px;
}

@media (max-width: 959px) {
  .mk-single-page {
    display: block;
    width: auto;
    margin-bottom: 0;
  }
}

.mk-single-page.mk-single-watch-page-has-hero {
  padding-top: 32px;
}

@media (max-width: 767px) {
  .mk-single-page.mk-single-watch-page-has-hero {
    padding-top: 16px;
  }
}

.mk-single-page .mk-sidebar-section-cta {
  border-bottom: 0;
}

.mk-single-body,
.mk-single-share,
.mk-single-post {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 767px) {
  .mk-single-body,
  .mk-single-share,
  .mk-single-post {
    display: block;
  }
}

.mk-single-share {
  width: 128px;
  padding-left: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mk-single-share {
    display: none;
  }
}

.mk-single-body-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media (max-width: 767px) {
  .mk-single-body-container {
    display: block;
    width: auto;
  }
}

.mk-single-share-mobile {
  display: none;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .mk-single-share-mobile {
    display: block;
  }
}

.mk-single-post .mk-post,
.mk-watch-hero-video-container .mk-post {
  padding: 0 64px;
}

@media (max-width: 959px) {
  .mk-single-post .mk-post,
  .mk-watch-hero-video-container .mk-post {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.mk-single-post .mk-post-meta,
.mk-watch-hero-video-container .mk-post-meta {
  margin-bottom: 10px;
}

.mk-single-post .mk-post-title,
.mk-watch-hero-video-container .mk-post-title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  font-family: 'playfair';
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: none;
}

@media (max-width: 767px) {
  .mk-single-post .mk-post-title,
  .mk-watch-hero-video-container .mk-post-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media (max-width: 959px) {
  .mk-single-body {
    padding-bottom: 32px;
  }
}

@media (max-width: 959px) {
  .mk-single-body,
  .mk-sidebar-single {
    display: block;
  }
}

.mk-section-related-posts,
.mk-section-comments {
  border-top: 1px solid #cccccc;
}

#disqus_thread a {
  color: #db5f6f;
}

.lSSlideOuter {
  position: relative;
}

.lSSlideOuter.mk-body-slider {
  margin: 0 -64px;
  padding: 0 64px;
}

@media (max-width: 959px) {
  .lSSlideOuter.mk-body-slider {
    margin: 0 -32px;
    padding: 0 32px;
  }
}

.mk-body-slider.lSSlideOuter .lSSlideWrapper {
  position: static;
  overflow: visible;
}

.lSSlideOuter .lslide .mk-post:last-child {
  margin-bottom: 0;
}

.lSAction .lSPrev,
.lSAction .lSNext {
  opacity: 1;
  background-image: none;
  text-align: center;
  height: 100%;
  margin-top: 0;
  top: 0;
  width: 64px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.mk-body-slider .lSAction .lSPrev,
.mk-body-slider .lSAction .lSNext {
  background-color: #ffffff;
}

@media (max-width: 959px) {
  .mk-body-slider .lSAction .lSPrev,
  .mk-body-slider .lSAction .lSNext {
    width: 32px;
  }
}

@media (max-width: 767px) {
  .mk-body-slider .lSAction .lSPrev,
  .mk-body-slider .lSAction .lSNext {
    width: 40px;
  }
}

.mk-hero-slider .lSAction .lSPrev:hover,
.mk-hero-slider .lSAction .lSNext:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.mk-body-slider .lSAction .lSPrev:hover,
.mk-body-slider .lSAction .lSNext:hover {
  background-color: #f0f9fa;
}

.mk-body-slider .lSAction .lSPrev:hover:before,
.mk-body-slider .lSAction .lSNext:hover:before {
  color: #8cc6c1;
}

.lSAction .lSPrev:before,
.lSAction .lSNext:before {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
}
.mk-section-container-series-slider .lSAction .lSPrev:before,
.mk-section-container-series-slider .lSAction .lSNext:before {
  font-size: 20px;
  font-size: 2rem;
  color: black;
}

@media (max-width: 767px) {
  .lSAction .lSPrev:before,
  .lSAction .lSNext:before {
    line-height: 64px;
  }
}

.mk-hero-slider .lSAction .lSPrev:before,
.mk-hero-slider .lSAction .lSNext:before {
  line-height: 576px;
}

@media (max-width: 767px) {
  .mk-hero-slider .lSAction .lSPrev:before,
  .mk-hero-slider .lSAction .lSNext:before {
    line-height: 64px;
  }
}

.mk-body-slider .lSAction .lSPrev:before,
.mk-body-slider .lSAction .lSNext:before {
  color: #afcecc;
  line-height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

@media (max-width: 767px) {
  .lSAction .lSPrev,
  .lSAction .lSNext {
    top: 50%;
    height: 64px;
    margin-top: -32px;
  }
}

.lSAction .lSPrev {
  left: 0;
}

.lSAction .lSPrev:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f108";
}

.lSAction .lSNext {
  right: 0;
}

.lSAction .lSNext:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f109";
}

.mk-team-page-container .mk-page-title {
  margin-bottom: 40px;
}

.mk-team-container {
  font-size: 0;
  margin-right: -32px;
}

@media (max-width: 500px) {
  .mk-team-container {
    margin-right: 0;
  }
}

.mk-team-member {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 32px;
}

@media (max-width: 959px) {
  .mk-team-member {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .mk-team-member {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .mk-team-member {
    display: block;
    padding-right: 0;
    width: auto;
  }
}

.mk-team-member-container {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.mk-team-member-modal-open {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  z-index: 1;
}

.mk-team-member-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.no-flexbox .mk-team-member-name-container {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .no-flexbox .mk-team-member-name-container {
    display: block;
  }
}

.mk-team-member-name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .mk-team-member-name {
    margin-bottom: 8px;
  }
}

.mk-team-member-bio-inner-container .mk-team-member-name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-family: 'playfair';
  font-weight: 700;
}

.mk-team-member-position {
  color: #c6ccba;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

.mk-team-member-bio-text {
  display: none;
}

.mk-team-member-bio {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 100;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.mk-team-member-bio.mk-bio-visible {
  display: table;
}

.mk-team-member-bio.mk-bio-show {
  opacity: 1;
}

.mk-team-member-bio-container {
  display: table-cell;
  vertical-align: middle;
}

.mk-team-member-bio-inner-container {
  position: relative;
  width: 640px;
  height: 384px;
  margin: 0 auto;
  padding: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.1);
  overflow: scroll;
}

@media (max-width: 767px) {
  .mk-team-member-bio-inner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
  }
}

.mk-team-member-bio-inner-container .mk-post-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 120px 33px 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: scroll;
}

@media (max-width: 767px) {
  .mk-team-member-bio-inner-container .mk-post-content-container {
    padding: 110px 17px 16px;
  }
}

.mk-team-member-bio-inner-container .mk-post-content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  z-index: 1;
}

.mk-team-member-bio-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 20px;
  z-index: 2;
  background-color: #ffffff;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.02);
}

.no-flexbox .mk-team-member-bio-header {
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .no-flexbox .mk-team-member-bio-header {
    display: block;
  }
}

@media (max-width: 767px) {
  .mk-team-member-bio-header {
    display: block;
  }
}

.no-flexbox .mk-team-member-modal-controls {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

@media (max-width: 767px) {
  .no-flexbox .mk-team-member-modal-controls {
    display: block;
    text-align: left;
  }
}

.mk-next-bio-link,
.mk-prev-bio-link,
.mk-team-member-bio-close {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 767px) {
  .mk-next-bio-link,
  .mk-prev-bio-link,
  .mk-team-member-bio-close {
    width: 30px;
    height: 30px;
  }
}

.mk-next-bio-link:before,
.mk-prev-bio-link:before,
.mk-team-member-bio-close:before {
  color: #afcecc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 48px;
}

@media (max-width: 767px) {
  .mk-next-bio-link:before,
  .mk-prev-bio-link:before,
  .mk-team-member-bio-close:before {
    line-height: 30px;
  }
}

.mk-next-bio-link:hover,
.mk-prev-bio-link:hover,
.mk-team-member-bio-close:hover {
  background-color: #dcf4f6;
}

.mk-next-bio-link:hover:before,
.mk-prev-bio-link:hover:before,
.mk-team-member-bio-close:hover:before {
  color: #8cc6c1;
}

.mk-last-team-member .mk-next-bio-link {
  display: none;
}

.mk-next-bio-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f109";
}

.mk-first-team-member .mk-prev-bio-link {
  display: none;
}

.mk-prev-bio-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f108";
}

.mk-team-member-bio-close:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10a";
}

.mk-single-watch-page.mk-single-watch-page-has-hero .mk-sidebar-container,
.mk-single-watch-page.mk-single-watch-page-has-hero .mk-share-title {
  padding-top: 16px;
  border-top: 1px solid #cccccc;
}

@media (max-width: 767px) {
  .mk-single-watch-page.mk-single-watch-page-has-hero .mk-sidebar-container,
  .mk-single-watch-page.mk-single-watch-page-has-hero .mk-share-title {
    padding-top: 0;
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .mk-single-watch-page .mk-share-title {
    padding-top: 0;
    border-top: 0;
  }
}

.mk-watch-hero-video-container {
  display: block;
  padding: 40px 64px 0;
}

@media (max-width: 959px) {
  .mk-watch-hero-video-container {
    padding: 32px 32px 0;
  }
}

@media (max-width: 767px) {
  .mk-watch-hero-video-container {
    padding-top: 48px;
  }
}

.mk-watch-hero-video-meta {
  position: relative;
  padding-right: 100px;
}

@media (max-width: 767px) {
  .mk-watch-hero-video-meta {
    padding-right: 0;
  }
}

.mk-watch-hero-video-meta .mk-comment-count-container {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .mk-watch-hero-video-meta .mk-comment-count-container {
    display: none;
  }
}