/**
 * Page styles
 */
/*---------------------------------------------------
    LESS Elements 0.9.1
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
    MODIFIED BY: Brandon Brown
  ---------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
/**
 * Utilities
 * Mixins used throughout themes and the main site
 */
/**
 * REM units mixin with PX fallback for legacy browsers with no REM unit support
 * https://github.com/christopher-ramirez/remixings
 */
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.align-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.no-underline {
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.block {
  display: block;
}
.block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.block:after {
  content: "";
  display: table;
  clear: both;
}
.inline-block {
  display: inline-block;
}
.hidden {
  display: none;
  visibility: hidden;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
}
.no-flick {
  -webkit-transform: translate3d(0, 0, 0);
}
.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/**
 * Visibility Utilites
 * NOTE: Only include these if you aren't using Bootstrap!
 */
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.responsive-embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed embed,
.responsive-embed object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.responsive-embed.embed-16by9 {
  padding-bottom: 56.25% !important;
}
.responsive-embed.embed-4by3 {
  padding-bottom: 75% !important;
}
/* Override Utilities
--------------------------------------------- */
.gist {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* Code/Pre-formatted blocks */
.post-content code,
.post-content pre {
  padding: 2px 4px;
  padding: 0.125rem 4px;
  padding: 2px 0.25rem;
  padding: 0.125rem 0.25rem;
  display: inline-block;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  border: none;
  color: #d14;
  background-color: #f7f7f9;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 180%;
}
.post-content code div,
.post-content pre div {
  padding: 0 !important;
  display: inline-block;
}
.post-content a {
  text-decoration: none !important;
}
/* ======================
 *  Local Variables/Overrides
 * ====================== */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans Regular'), local('DroidSans-Regular'), url(https://fonts.gstatic.com/s/droidsans/v10/SlGVmQWMvZQIdix7AFxXkHNSaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(https://fonts.gstatic.com/s/droidsans/v10/SlGWmQWMvZQIdix7AFxXmMh3eDs1Yg.ttf) format('truetype');
}
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 400;
  src: local('Vollkorn Italic'), local('Vollkorn-Italic'), url(https://fonts.gstatic.com/s/vollkorn/v10/0yb7GDoxxrvAnPhYGxksWE8erA.ttf) format('truetype');
}
/* ====================== */
/* Set viewport to device width for responsive view */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  margin: 0;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-weight: normal;
  font-size: 100%;
  font-family: 'Droid Sans', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.625;
  color: #252525;
  background: url('../img/light/bg.jpg');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) {
  body {
    font-weight: 300;
  }
}
body.dark {
  background: url('../img/dark/bg.jpg');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.8125px 0;
  color: #252525;
  line-height: 1.625;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  color: #707070;
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem;
  border-bottom: solid #d7d7d7;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #898989;
  font-weight: normal;
  font-size: 70%;
}
h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
h3 {
  font-size: 21px;
  font-size: 1.3125rem;
}
h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
h5 {
  font-size: 16px;
  font-size: 1rem;
}
h6 {
  font-size: 14px;
  font-size: 0.875rem;
}
p {
  margin: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
p img {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  color: #363636;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #505050;
  text-decoration: none;
}
ul,
ol {
  margin-left: 40px;
  margin-left: 2.5rem;
  padding: 0;
}
blockquote,
blockquote p {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #898989;
  font-style: italic;
}
blockquote {
  margin: 0;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 9px 20px;
  padding: 0.5625rem 20px;
  padding: 9px 1.25rem;
  padding: 0.5625rem 1.25rem;
  border-left-width: 4px;
  border-left-width: 0.25rem;
  border-left: solid #cccccc;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Vollkorn";
  line-height: 1.625;
}
blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555555;
}
blockquote.right {
  text-align: right;
  border-left: none;
  border-right-width: 1px;
  border-right-width: 0.0625rem;
  border-right: solid #d7d7d7;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -8px;
  top: -0.5rem;
}
sub {
  bottom: -4px;
  bottom: -0.25rem;
}
​ em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #363636;
}
small {
  font-size: 80%;
}
hr {
  border-width: 0;
  border: solid #d7d7d7;
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  margin: 10px 0;
  margin: 0.625rem 0;
  height: 0;
}
hr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
hr:after {
  content: "";
  display: table;
  clear: both;
}
hr.large {
  margin: 20px 0;
  margin: 1.25rem 0;
  height: 8px;
  height: 0.5rem;
  background: #ebebeb;
  border: none;
}
.avatar a,
.avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  padding: 0;
}
.avatar a {
  display: inline-block;
  height: 96px;
  height: 6rem;
  width: 96px;
  width: 6rem;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) 0.0625rem 0.125rem #000;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) 0.0625rem 0.125rem #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) 0.0625rem 0.125rem #000;
  border: solid #ffffff;
  border-width: 2px;
  border-width: 0.125rem;
}
.avatar img {
  height: 92px;
  height: 5.75rem;
  width: 92px;
  width: 5.75rem;
}
/**
 * Page styles
 */
.wrap {
  width: 94%;
  margin-left: 3%;
}
.header {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header .avatar,
.header .nav-logo {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-top: 6px;
  margin-top: 0.375rem;
}
.header .avatar {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-right: 30px;
  margin-right: 1.875rem;
}
.header .logo {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
#nav {
  border-top: solid rgba(255, 255, 255, 0.45);
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  -webkit-box-shadow: 0 -1px 0 rgba(133, 133, 133, 0.2) 0.0625rem 0.125rem #000;
  -moz-box-shadow: 0 -1px 0 rgba(133, 133, 133, 0.2) 0.0625rem 0.125rem #000;
  box-shadow: 0 -1px 0 rgba(133, 133, 133, 0.2) 0.0625rem 0.125rem #000;
}
#nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#nav:after {
  content: "";
  display: table;
  clear: both;
}
#nav ul {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#nav ul li {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
}
#nav ul li a {
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  text-decoration: none;
}
#nav ul li a:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#nav ul li a:after {
  content: "";
  display: table;
  clear: both;
}
#nav ul li a:hover,
#nav ul li a.active {
  text-decoration: underline;
}
.footer {
  width: 100%;
  display: inline;
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.copyright {
  width: 100%;
  display: inline;
  float: left;
  border-top: solid rgba(255, 255, 255, 0.45);
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  -webkit-box-shadow: 0 -1px 0 rgba(133, 133, 133, 0.2) 0.0625rem 0.125rem #000;
  -moz-box-shadow: 0 -1px 0 rgba(133, 133, 133, 0.2) 0.0625rem 0.125rem #000;
  box-shadow: 0 -1px 0 rgba(133, 133, 133, 0.2) 0.0625rem 0.125rem #000;
}
.copyright:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.copyright:after {
  content: "";
  display: table;
  clear: both;
}
.copyright p {
  padding-top: 15px;
  padding-top: 0.9375rem;
  color: #4f5356;
  font-size: 12px;
  font-size: 0.75rem;
}
.copyright a {
  color: #898989;
  text-decoration: none;
}
.copyright a:hover {
  color: #000000;
  text-decoration: underline;
}
/**
 * General Page styles
 */
.tag-head {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.posts {
  position: relative;
}
.page,
.post,
.blog-post {
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15) 0.0625rem 0.125rem #000;
  -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15) 0.0625rem 0.125rem #000;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15) 0.0625rem 0.125rem #000;
}
.page,
.post {
  width: 740px;
  width: 46.25rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  background: #ffffff;
}
.post-area {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.post-area .blog-post {
  width: 23.5%;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
  background: #ffffff;
}
.post-area .blog-post .post-image {
  z-index: 5;
  position: relative;
}
.post-area .blog-post .post-image .post-tags {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  height: 30px;
  height: 1.875rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.post-area .blog-post .post-image .post-tags p {
  margin: 0;
  padding: 0;
  line-height: 30px;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  color: #ffffff;
}
.post-area .blog-post .post-image .post-tags a {
  color: #ffffff;
}
.post-area .blog-post .post-image .post-tags a:hover {
  color: #555555;
}
.post-area .blog-post .post-date,
.post-area .blog-post .post-tags,
.post-area .blog-post .post-link {
  color: #8e8e8e;
  font-size: 10px;
  font-size: 0.625rem;
  padding-bottom: 0;
  padding-top: 0;
}
.post-area .blog-post .post-date {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: dotted #cccccc;
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem;
}
.post-area .blog-post .post-link {
  padding-top: 6px;
  padding-top: 0.375rem;
  margin: 0;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  border-top: dotted #cccccc;
  border-top-width: 1px;
  border-top-width: 0.0625rem;
}
.post-content {
  display: block;
  /* found in elements.less */
  width: auto;
  padding: 20px;
  overflow: hidden;
}
.post-content ul,
.post-content ol,
.post-content li,
.post-content blockquote,
.post-content p,
.post-content div,
.post-content b,
.post-content i {
  text-align: left;
}
.post-content ul strong,
.post-content ol strong,
.post-content li strong,
.post-content blockquote strong,
.post-content p strong,
.post-content div strong,
.post-content b strong,
.post-content i strong {
  font-weight: bold;
}
.post-content b {
  font-weight: bold;
}
.post-content p,
.post-content div {
  padding: 7.5px 0;
  margin: 0;
}
.post-content p.gist,
.post-content div.gist {
  padding: 0;
  margin: 0;
}
.post-content p.gist .gist-file,
.post-content div.gist .gist-file,
.post-content p.gist .gist-meta,
.post-content div.gist .gist-meta,
.post-content p.gist .gist-data,
.post-content div.gist .gist-data,
.post-content p.gist .gist-syntax,
.post-content div.gist .gist-syntax,
.post-content p.gist .file-data,
.post-content div.gist .file-data,
.post-content p.gist .file-box,
.post-content div.gist .file-box,
.post-content p.gist .file,
.post-content div.gist .file,
.post-content p.gist .data,
.post-content div.gist .data,
.post-content p.gist .line,
.post-content div.gist .line {
  padding: 0;
  margin: 0;
}
.post-content p.gist .gist-meta,
.post-content div.gist .gist-meta {
  padding: 10px;
  font-size: 12px;
  line-height: normal;
}
.post-content p.gist .gist-meta a,
.post-content div.gist .gist-meta a {
  text-decoration: none;
}
.post-content table {
  margin: 0;
  padding: 0;
}
.post-content blockquote {
  padding: 7.5px 15px;
  margin: 7.5px 0;
  border-left: 5px solid #e5e5e5;
}
.post-content ul {
  padding: 7.5px 0 11.25px;
  margin: 0px 0px 0px 50px;
}
.post-content ul li {
  padding: 0;
  margin: 0;
  list-style-type: square;
}
.post-content ul li div {
  padding: 0;
}
.post-content ol {
  padding: 7.5px 0 11.25px;
  margin: 0px 0px 0px 50px;
}
.post-content ol li {
  padding: 0;
  margin: 0;
  list-style-type: decimal;
}
.post-content ol li div {
  padding: 0;
}
.post-content h1 {
  padding-bottom: 15px;
}
.post-content h2,
.post-content h3 {
  padding-top: 15px;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content .mejs-container {
  margin-top: 7.5px;
}
.post-content .post-pdf {
  position: relative;
}
.post-content .post-pdf .pdf-fullscreen {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #000;
  font-size: 12px;
  padding: 10px;
  background-color: #1abc9c;
  border-radius: 7px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
}
.post-content .post-pdf .pdf-fullscreen:hover {
  color: #ffffff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.post-content .post-pdf object {
  display: block;
  min-height: 400px;
}
.post-content a {
  text-decoration: underline;
}
.post-content .socialbar-container a {
  text-decoration: none;
}
.post-content .post-date {
  padding-bottom: 10px;
  color: #999;
}
.post-footer {
  padding: 0 20px 20px 20px;
}
.comments {
  padding: 15px;
  padding: 0.9375rem;
}
.post-nav {
  width: 35px;
  width: 2.1875rem;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.pagination {
  width: 100%;
  height: 30px;
  height: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  display: block;
}
.pagination:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
.pagination:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
.pagination .post-prev,
.pagination .post-next {
  padding: 10px 15px;
  padding: 0.625rem 15px;
  padding: 10px 0.9375rem;
  padding: 0.625rem 0.9375rem;
  color: #555555;
}
.pagination .post-prev:hover,
.pagination .post-next:hover {
  color: #111111;
}
.pagination .post-prev {
  float: left;
}
.pagination .post-next {
  float: right;
  text-align: right;
}
.social-icons {
  float: right;
  margin-top: 14px;
  margin-top: 0.875rem;
  display: block;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.social-icons li {
  display: inline-block;
}
.social-icons a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 8px;
  margin: 0 0.5rem;
  height: 44px;
  height: 2.75rem;
  width: 44px;
  width: 2.75rem;
  padding: 2px;
  padding: 0.125rem;
  color: #252525;
}
.social-icons a i {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
}
.social-icons a span {
  font-size: 0;
}
.post-next a,
.post-prev a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  height: 35px;
  height: 2.1875rem;
  width: 35px;
  width: 2.1875rem;
  display: inline;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.post-next a:hover,
.post-prev a:hover {
  height: 35px;
  height: 2.1875rem;
  width: 35px;
  width: 2.1875rem;
}
.post-next a {
  background: url(../img/btn-left.png) top left no-repeat;
}
.post-next a:hover {
  background: url(../img/btn-left.png) top right no-repeat;
}
.post-prev a {
  background: url(../img/btn-right.png) top left no-repeat;
}
.post-prev a:hover {
  background: url(../img/btn-right.png) top right no-repeat;
}
.post-pdf {
  position: relative;
}
.post-pdf .pdf-fullscreen {
  position: absolute;
  bottom: 30px;
  bottom: 1.875rem;
  left: 30px;
  left: 1.875rem;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px;
  padding: 0.625rem;
  background-color: #363636;
  border-radius: 7px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
}
.post-pdf .pdf-fullscreen:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.post-pdf object {
  display: block;
  min-height: 400px;
  min-height: 25rem;
}
/* Dark theme styles
==================================== */
.dark .header,
.dark .footer {
  color: #efefef;
}
.dark .header a,
.dark .footer a {
  color: #efefef;
}
.dark .header a:hover,
.dark .footer a:hover {
  color: #cccccc;
}
.dark .tag-head {
  color: #efefef;
}
.dark .pagination .post-prev,
.dark .pagination .post-next {
  color: #efefef;
}
.dark .pagination .post-prev:hover,
.dark .pagination .post-next:hover {
  color: #b7b7b7;
}
/*
 *  Greater than 1200px width
 */
@media screen and (min-width: 75em) {
}
/*
 *  Less than 959px width
 */
@media screen and (max-width: 59.9375em) {
  .post-area .blog-post {
    width: 31.9%;
  }
}
/*
 *  Less than 767px width
 */
@media screen and (max-width: 47.9375em) {
  body {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .wrap,
  .post,
  .page,
  .blog-post,
  .post-content {
    width: 100%;
  }
  .wrap {
    margin-left: 0;
  }
  .header .social-icons {
    float: left;
  }
  .post-area .blog-post {
    width: 47%;
  }
}
/*
 *  Less than 479px width
 */
@media screen and (max-width: 29.9375em) {
  .header,
  .footer {
    text-align: center;
  }
  .header {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .header .avatar,
  .header .nav-logo {
    float: none;
  }
  .header .avatar {
    margin: 0;
    display: block;
  }
  .header .avatar:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .header .avatar:after {
    content: "";
    display: table;
    clear: both;
  }
  .header .nav-logo {
    width: 100%;
  }
  .header .social-icons {
    float: none;
  }
  #nav ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .footer p {
    float: none;
    margin-bottom: 0;
  }
  .post-content {
    padding: 15px 20px;
    padding: 0.9375rem 20px;
    padding: 15px 1.25rem;
    padding: 0.9375rem 1.25rem;
  }
  .post-area .blog-post {
    width: 100%;
  }
}
.login {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  width: 100%;
  padding-top: 100px;
  background-color: transparent;
}
.login form {
  background-color: #fff;
  padding: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 380px;
  margin: 0 auto;
}
.login form div {
  padding-bottom: 7px;
}
.login input {
  display: block;
  width: 100%;
  height: auto;
  font-size: 12pt;
  line-height: 12pt;
  padding: 7px;
}
.login input.input-password {
  margin: 0;
}
.login input.input-submit {
  color: #fff;
  border: 0;
  background-color: #2eb18d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login label {
  font-weight: bold;
  font-size: 10pt;
  line-height: 10pt;
  padding-bottom: 7px;
}
.login p {
  padding-bottom: 20px;
  margin: 0;
}
.login p.login-copyright {
  padding-top: 20px;
  font-size: 9pt;
}
.login .login-error {
  display: block;
  background-color: #f76643;
  color: #fff;
  font-size: 10pt;
  line-height: 10pt;
  padding: 7px;
}
