/*****************************************************************
Vars
******************************************************************/
/*****************************************************************
Mixins 
******************************************************************/
/*****************************************************************
Global
******************************************************************/
/* line 78, style.scss */
body {
  background: #fff;
}

/* line 82, style.scss */
p {
  font-size: 0.75em;
}

/* line 84, style.scss */
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 86, style.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.75em 0;
}

/* line 96, style.scss */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 0 0 0.75em 0;
  font-weight: 200;
}

/* line 105, style.scss */
.site-header {
  padding: 3.125em 0;
  position: relative;
  z-index: 20;
}

/* line 111, style.scss */
.logo {
  text-align: center;
  margin-top: -0.5625em;
}
/* line 115, style.scss */
.logo img {
  display: inline;
}

/* line 118, style.scss */
.custom-logo {
  max-width: 12.5em;
}

/* line 120, style.scss */
.site-title {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
/* line 127, style.scss */
.site-title a {
  color: #333745;
}

/* line 130, style.scss */
.site-tagline {
  font-size: 0.6875em;
  text-transform: none;
  color: #aaa;
}

/* line 136, style.scss */
.site-nav {
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  font-family: 'Source Code Pro', sans-serif;
}
/* line 142, style.scss */
.site-nav ul {
  margin: 0;
}
/* line 143, style.scss */
.site-nav ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 145, style.scss */
.site-nav li {
  float: left;
  list-style: none;
  margin: 0.3125em 3em 0 0;
  font-size: 0.75em;
}
/* line 152, style.scss */
.site-nav a {
  color: #333745;
}
/* line 153, style.scss */
.site-nav a:hover {
  color: #ea2e49;
}
/* line 155, style.scss */
.site-nav a[href="/"] {
  color: #333745;
}

/* line 158, style.scss */
.nav-center {
  margin-top: 2.5em;
  text-align: center;
  display: none;
}
@media (min-width: 64em) {
  /* line 158, style.scss */
  .nav-center {
    display: block;
  }
}
/* line 163, style.scss */
.nav-center li {
  float: none;
  display: inline;
}
/* line 168, style.scss */
.nav-center li:last-child {
  margin: 0;
}

/* line 171, style.scss */
.header-nav-left {
  display: none;
}
@media (min-width: 64em) {
  /* line 171, style.scss */
  .header-nav-left {
    display: block;
  }
}
/* line 174, style.scss */
.header-nav-left li:last-child {
  margin-right: 0;
}

/* line 177, style.scss */
.header-nav-right {
  display: none;
}
@media (min-width: 64em) {
  /* line 177, style.scss */
  .header-nav-right {
    display: block;
  }
}
/* line 180, style.scss */
.header-nav-right li {
  margin-right: 0;
  margin-left: 3em;
  float: right;
}
/* line 185, style.scss */
.header-nav-right li:last-child {
  margin-left: 0;
}

/* line 190, style.scss */
.site-footer {
  padding: 3.125em 0;
  position: relative;
  z-index: 50;
  font-family: 'Source Code Pro', sans-serif;
}

/* line 198, style.scss */
.footer-nav li {
  margin-top: 0;
}

/* line 200, style.scss */
.copy {
  text-transform: uppercase;
  text-align: center;
}
/* line 201, style.scss */
.copy span {
  font-size: 0.75em;
  display: block;
}
/* line 208, style.scss */
.copy a {
  color: #333745;
}
/* line 209, style.scss */
.copy a:hover {
  color: #ea2e49;
}

/* line 216, style.scss */
.images-wrap .column {
  padding: 0;
  float: left;
}
/* line 221, style.scss */
.images-wrap [class*="column"] + [class*="column"]:last-child {
  float: left;
}
/* line 223, style.scss */
.images-wrap a {
  display: block;
}
/* line 225, style.scss */
.images-wrap img {
  width: 100%;
}

/* line 230, style.scss */
.overlay {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100.333%;
  height: 100%;
  z-index: 20;
  text-align: center;
  padding: 0;
}

/* line 242, style.scss */
.overlay.visible {
  background: rgba(255, 255, 255, 0.4);
}

/* line 244, style.scss */
.ka-block-3 .title {
  font-size: 1.8em;
}

/* line 245, style.scss */
.ka-block-4 .title {
  font-size: 1.2em;
}

/* line 246, style.scss */
.ka-block-4 .cover .entry-header {
  padding: 1.25em;
}

/* line 247, style.scss */
.ka-block-3 .cover .entry-header {
  padding: 1.25em;
}

/* line 249, style.scss */
.heading {
  font-weight: normal;
  font-weight: 100;
  text-align: center;
  font-size: 2em;
}

/* line 257, style.scss */
.table {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 263, style.scss */
.cell {
  display: table-cell;
  width: 100%;
  min-height: 50px;
  height: 100%;
  vertical-align: middle;
}
/* line 270, style.scss */
.cell a {
  display: block;
}

/* line 274, style.scss */
.images-wrap:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 276, style.scss */
.cover {
  overflow: hidden;
  position: relative;
}

/* line 281, style.scss */
.cover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

/* line 290, style.scss */
.cover .entry-header {
  background: rgba(0, 0, 0, 0.4);
  padding: 3.125em 2.8125em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 64em) {
  /* line 290, style.scss */
  .cover .entry-header {
    position: static;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

/* line 305, style.scss */
.cover .entry-meta {
  display: none;
  font-size: 0.625em;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  /* line 305, style.scss */
  .cover .entry-meta {
    display: block;
  }
}

@media (min-width: 64em) {
  /* line 314, style.scss */
  .touch .cover .entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* line 324, style.scss */
.cover:hover .entry-header {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 64em) {
  /* line 328, style.scss */
  .overlay.active {
    background: rgba(255, 255, 255, 0.8);
  }
}

/* line 334, style.scss */
.title {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

/* line 340, style.scss */
.summary {
  font-size: 0.75em;
  margin: 0.833em 0 0 0;
  color: #fff;
  display: none;
}
@media (min-width: 64em) {
  /* line 340, style.scss */
  .summary {
    display: block;
  }
}

/* line 350, style.scss */
.page-container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  left: 0;
  z-index: 30;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
@media (min-width: 64em) {
  /* line 350, style.scss */
  .page-container {
    -webkit-transform-style: none;
    transform-style: none;
  }
}

/* line 364, style.scss */
.page-container:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 1000;
}

/* line 378, style.scss */
body.menu-open .page-container {
  -webkit-transform: translate3d(9.375em, 0, 0);
  transform: translate3d(9.375em, 0, 0);
}

/* line 383, style.scss */
body.menu-open .page-container:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 391, style.scss */
.small-menu.site-nav {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 9.375em;
  height: 100%;
  background: #252525;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1.25em;
}
/* line 411, style.scss */
.small-menu.site-nav a {
  color: #fff;
  display: block;
  padding: 0.833em 0;
}
/* line 417, style.scss */
.small-menu.site-nav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
/* line 423, style.scss */
.small-menu.site-nav .title {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
/* line 428, style.scss */
.small-menu.site-nav ul:last-child li:last-child {
  border: none;
}

/* line 431, style.scss */
body.menu-open .small-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 441, style.scss */
body,
html {
  overflow-x: hidden;
}

/* line 445, style.scss */
body.menu-open .small-menu:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* line 453, style.scss */
.small-menu:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: none;
}

/* line 467, style.scss */
.toggle-menu {
  outline: none;
  z-index: 100;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 3.333em;
  height: 3.333em;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 0.833em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 64em) {
  /* line 467, style.scss */
  .toggle-menu {
    display: none;
  }
}
/* line 489, style.scss */
.toggle-menu span {
  height: 0.25em;
  width: 100%;
  display: block;
  background: #fff;
  margin-bottom: 2px;
}
/* line 497, style.scss */
.toggle-menu span:last-child {
  margin: 0;
}

/* line 500, style.scss */
.toggle-menu:hover {
  background: #77c4d3;
}

/* line 504, style.scss */
body.menu-open .toggle-menu {
  -webkit-transform: translate3d(12.5em, 0, 0);
  transform: translate3d(12.5em, 0, 0);
}

/* line 509, style.scss */
.disable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* line 521, style.scss */
.entry-title {
  font-size: 1em;
}

/* line 523, style.scss */
.entry-title a {
  color: #333745;
}

/* line 527, style.scss */
.entry-media {
  text-align: center;
}

/* line 533, style.scss */
.widget {
  margin-bottom: 3.75em;
}

/* line 537, style.scss */
.widget h3 {
  font-size: 0.75em;
}

/* line 542, style.scss */
#masonry .column {
  margin-bottom: 30px;
}

/* line 546, style.scss */
img.k-lazy-loading {
  background: url(../images/spinner.gif) center center no-repeat;
  border: 1px solid #eaeaea;
  display: inline;
}

/* line 553, style.scss */
.image-link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 557, style.scss */
.image-link:hover {
  opacty: 0.8 !important;
}

/* line 561, style.scss */
.essay:last-child {
  margin: 0;
  border: none;
}

/* line 566, style.scss */
.essay {
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  margin-bottom: 3.75em;
  padding-bottom: 3.75em;
  border-bottom: 1px solid #eaeaea;
}
/* line 572, style.scss */
.essay .featured-image {
  margin-bottom: 1.875em;
}
/* line 576, style.scss */
.essay .share-items {
  float: none;
  text-align: center;
  margin-bottom: 1.25em;
  height: 16px;
  line-height: 16px;
}

/* line 587, style.scss */
.k-source-essay .ka-breadcrumbs,
.k-source-essay .entry-header {
  margin-left: 2em;
  margin-right: 2em;
  position: relative;
  z-index: 20;
}
/* line 594, style.scss */
.k-source-essay .ka-paging {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  padding: 0 0.9375em;
  z-index: 10;
}

/* line 604, style.scss */
.entry-header {
  margin-top: -0.625em;
}

/* line 607, style.scss */
.page-title,
.entry-title {
  font-size: 1.5em;
  font-weight: 200;
  text-align: center;
  margin: 0 0 0.3125em;
}
/* line 613, style.scss */
.page-title a:hover,
.entry-title a:hover {
  color: #ea2e49;
}

/* line 616, style.scss */
.page-title {
  margin-bottom: 1.25em;
  font-weight: 200;
  font-size: 1.8em;
}

/* line 623, style.scss */
.entry-meta {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  color: #999;
}
/* line 630, style.scss */
.entry-meta a {
  color: #999;
}
/* line 631, style.scss */
.entry-meta a:hover {
  color: #ea2e49;
}

/* line 634, style.scss */
.meta-title {
  font-weight: bold;
  font-size: 1em;
}

/* line 639, style.scss */
.meta-header {
  text-align: center;
}

/* line 641, style.scss */
.meta-footer {
  margin: 0;
  text-transform: none;
}
/* line 645, style.scss */
.meta-footer .meta-title {
  color: #000;
  text-transform: uppercase;
  margin: 0 0 0.8333em 0;
}

/* line 653, style.scss */
.entry-content {
  font-size: 0.8125em;
}
/* line 655, style.scss */
.entry-content p {
  font-size: 1em;
  margin-bottom: 1.875em;
  line-height: 1.8em;
}
/* line 661, style.scss */
.entry-content a {
  border-bottom: 1px solid transparent;
}
/* line 663, style.scss */
.entry-content a:hover {
  color: #333745;
  border-bottom: 1px solid #ea2e49;
}

/* line 670, style.scss */
.entry-content .k-pulse,
.entry-content img {
  margin-bottom: 1.875em;
}

/* line 674, style.scss */
.ka-breadcrumbs {
  background: none;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 0.75em;
  margin-bottom: 3.3333em;
  color: #000;
  text-transform: uppercase;
  font-family: 'Source Code Pro', sans-serif;
}
/* line 685, style.scss */
.ka-breadcrumbs a {
  color: #999;
}
/* line 686, style.scss */
.ka-breadcrumbs a:hover {
  color: #000;
}

/* line 689, style.scss */
.ka-paging {
  padding-bottom: 3.333em;
  margin: 0;
  list-style: none;
}
/* line 694, style.scss */
.ka-paging a {
  color: #333745;
  white-space: nowrap;
}
/* line 699, style.scss */
.ka-paging span {
  display: block;
  font-size: 0.75em;
}
/* line 704, style.scss */
.ka-paging a:hover {
  color: #ea2e49;
}
/* line 706, style.scss */
.ka-paging li {
  padding-bottom: 0;
  width: 50%;
}
/* line 711, style.scss */
.ka-paging .prev-essay {
  float: left;
}
/* line 712, style.scss */
.ka-paging .next-essay {
  float: right;
}

/* line 719, style.scss */
.albums-list ul {
  margin-left: -0.9375em;
}

/* line 720, style.scss */
.albums-list li {
  padding: 0 0.9375em;
}

/* line 722, style.scss */
.album {
  padding-bottom: 2.5em;
  text-align: center;
}
/* line 726, style.scss */
.album .entry-header {
  margin: 0;
}

/* line 729, style.scss */
.album-count {
  background: #ea2e49;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.625em;
  font-family: 'Source Code Pro', sans-serif;
  padding: 0.416em 0.8333em;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  width: auto;
}

@media (min-width: 64em) {
  /* line 743, style.scss */
  .cover:hover .album-count {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* line 748, style.scss */
.album-title {
  font-size: 1em;
  margin: 0.625em 0 0 0;
}
/* line 752, style.scss */
.album-title a {
  color: #333745;
}
/* line 753, style.scss */
.album-title a:hover {
  color: #ea2e49;
}

/* line 756, style.scss */
.album-summary {
  margin: 0.625em 0 0 0;
  color: #999;
}

/* line 761, style.scss */
.entry-content {
  color: #999;
}

/* line 768, style.scss */
.album-single .entry-title {
  text-align: center;
  display: block;
}
@media (min-width: 48em) {
  /* line 768, style.scss */
  .album-single .entry-title {
    text-align: left;
    display: inline-block;
  }
}
/* line 777, style.scss */
.album-single .album-count {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
  background: none;
  color: #333745;
  margin-left: 3px;
  text-align: center;
  display: block;
}
@media (min-width: 48em) {
  /* line 777, style.scss */
  .album-single .album-count {
    text-align: left;
    display: inline-block;
  }
}
/* line 791, style.scss */
.album-single .entry-content {
  font-size: 0.8125em;
  text-align: center;
}
@media (min-width: 48em) {
  /* line 791, style.scss */
  .album-single .entry-content {
    text-align: left;
  }
}

/* line 800, style.scss */
.share-items {
  list-style: none;
  text-align: center;
  margin: 0 0 1.25em 0;
}
@media (min-width: 48em) {
  /* line 800, style.scss */
  .share-items {
    float: right;
    text-align: right;
    margin-bottom: 0;
  }
}
/* line 810, style.scss */
.share-items li {
  display: inline;
}
/* line 814, style.scss */
.share-items .social {
  display: inline-block;
  width: 16px;
  height: 16px;
}
/* line 820, style.scss */
.share-items a {
  -webkit-backface-visibility: hidden;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 0.75em;
}
/* line 828, style.scss */
.share-items a:hover {
  background: #ea2e49;
}

/* line 831, style.scss */
.social-facebook {
  background: url(../images/social/light/16/facebook-4.png) no-repeat;
}

/* line 832, style.scss */
.social-twitter {
  background: url(../images/social/light/16/twitter-4.png) no-repeat;
}

/* line 833, style.scss */
.social-pinterest {
  background: url(../images/social/light/16/pinterest-3.png) no-repeat;
}

/* line 834, style.scss */
.social-google {
  background: url(../images/social/light/16/google-plus-2.png) no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 844, style.scss */
  .social-facebook {
    background: url(../images/social/light/32/facebook-4.png) no-repeat;
  }

  /* line 845, style.scss */
  .social-twitter {
    background: url(../images/social/light/32/twitter-4.png) no-repeat;
  }

  /* line 846, style.scss */
  .social-pinterest {
    background: url(../images/social/light/32/pinterest-3.png) no-repeat;
  }

  /* line 847, style.scss */
  .social-google {
    background: url(../images/social/light/32/google-plus-2.png) no-repeat;
  }

  /* line 849, style.scss */
  .social {
    background-size: 100%;
  }
}
/* line 856, style.scss */
.masonry {
  margin: 0 0.9375em;
}

/* line 858, style.scss */
.masonry:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 860, style.scss */
.masonry .item {
  width: 100%;
  margin-bottom: 1.875em;
  float: left;
  padding: 0 0.9375em;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 64em) {
  /* line 860, style.scss */
  .masonry .item {
    width: 24.9%;
  }
}

/* line 869, style.scss */
.masonry .item:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/**** Isotope Filtering ****/
/* line 873, style.scss */
.isotope-item {
  z-index: 2;
}

/* line 877, style.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* line 882, style.scss */
.loader {
  background: white url(../images/spinner.gif) center center no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 16px;
  height: 16px;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 899, style.scss */
.k-source-page .loader,
.k-source-essays .loader,
.k-source-essay .loader,
.k-source-content .loader,
.k-lens-error .loader,
.loader.fadeout {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 903, style.scss */
#isotope .item {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 908, style.scss */
#isotope.ready .item {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 48em) {
  /* line 911, style.scss */
  #isotope.ka-block-4 li {
    width: 50%;
  }

  /* line 912, style.scss */
  #isotope.ka-block-3 li {
    width: 50%;
  }

  /* line 913, style.scss */
  #isotope.ka-block-2 li {
    width: 50%;
  }
}
@media (min-width: 64em) {
  /* line 918, style.scss */
  #isotope.ka-block-4 li {
    width: 24.9%;
  }

  /* line 919, style.scss */
  #isotope.ka-block-3 li {
    width: 33.33333%;
  }
}
/* line 927, style.scss */
.k-note {
  background: #fffdf4;
  border: 1px solid #e6bf4a;
  -webkit-box-shadow: 0 0 5px 0 rgba(255, 209, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(255, 209, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(255, 209, 0, 0.2);
  padding: 18px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #c4690e;
  display: block;
  font-size: 0.75em;
}

/* line 940, style.scss */
.pagination {
  font-size: 0.75em;
  text-align: center;
}
/* line 944, style.scss */
.pagination a {
  color: #999;
}
/* line 945, style.scss */
.pagination .k-pagination-current {
  color: #333745;
}

/* line 950, style.scss */
.single-content {
  text-align: center;
}
/* line 954, style.scss */
.single-content .ka-breadcrumbs {
  margin-bottom: 1.25em;
}
/* line 958, style.scss */
.single-content .ka-breadcrumbs,
.single-content .share-items,
.single-content .entry-header {
  margin-left: 1.25em;
  margin-right: 1.25em;
  position: relative;
  z-index: 20;
}
/* line 965, style.scss */
.single-content .entry-header {
  margin-bottom: 1.25em;
}
/* line 967, style.scss */
.single-content .entry-content {
  font-size: 0.8125em;
}
/* line 971, style.scss */
.single-content .ka-paging {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0.9375em;
  z-index: 10;
  font-size: 1.2em;
  line-height: 16px;
}
/* line 982, style.scss */
.single-content .share-items {
  float: none;
  text-align: center;
  margin-bottom: 1.25em;
  height: 16px;
  line-height: 16px;
}

/* line 993, style.scss */
.k-content-text {
  margin-bottom: 1.25em;
  text-align: center;
  color: #444;
  word-break: break-word;
}
