/**
 * Mixins for SCSS files
 */
html.mr {
  margin-top: 0 !important;
  overflow-x: hidden; }

/*
=====================
	TYPOGRAPHY
=====================
*/
/* All Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

/* Individual Headings */
h1, h2 {
  font-size: 44px;
  line-height: 1em;
  color: #313844;
  letter-spacing: -1px; }

h2 {
  font-size: 2.6em; }

h3 {
  font-size: 2.2em;
  font-style: italic;
  font-weight: 600; }

h4 {
  font-size: 1.6em;
  font-weight: 200; }

h5 {
  font-size: 1.4em;
  color: #313844;
  font-style: italic; }

h6 {
  font-size: 1.4em; }

/* Link */
a {
  text-decoration: none;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #0a90c1; }
  a:hover {
    text-decoration: underline; }

a.read-more {
  display: block;
  text-align: right;
  padding-top: 15px; }

/* Paragraph */
p {
  font-size: 19px;
  line-height: 34px;
  color: #46484c;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

span {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

blockquote {
  font-size: 2.2em;
  font-style: italic;
  color: #46484c;
  border-left: 4px solid #c2c6d2;
  padding-left: 15px;
  margin: 0; }

blockquote p {
  line-height: 34px; }

blockquote p,
blockquote p span {
  color: #46484c !important; }

cite {
  color: #93969d;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.4em;
  font-style: italic; }

sub, sup {
  font-style: italic;
  line-height: 0; }

li {
  list-style-type: none; }

input[type="text"] {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

::-webkit-input-placeholder {
  color: #46484c; }

:-moz-placeholder {
  color: #46484c;
  opacity: 1; }

::-moz-placeholder {
  color: #46484c;
  opacity: 1; }

:-ms-input-placeholder {
  color: #46484c; }

#searchform-drawer input::-webkit-input-placeholder {
  color: #fff; }

#searchform-drawer input:-moz-placeholder {
  color: #fff;
  opacity: 1; }

#searchform-drawer input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

#searchform-drawer input:-ms-input-placeholder {
  color: #fff; }

/**
 * Default pagination css
 */
.wp-pagenavi {
  padding: 50px 0;
  position: relative; }

.wp-pagenavi a {
  position: absolute;
  top: 50%;
  border: none !important;
  margin: 0 !important;
  margin-top: -12px !important;
  font-style: italic; }

.wp-pagenavi a.previouspostslink {
  left: 0; }

.wp-pagenavi a.nextpostslink {
  right: 0; }

.top-header {
  max-width: none;
  height: 310px;
  position: relative;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

body.admin-bar {
  padding-top: 30px; }

.top-header .height {
  background-image: url(../../../assets/images/30opacity.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }

.social-ul {
  display: inline-block;
  float: right;
  margin-right: 25px;
  margin-top: 10px; }

.social-ul li {
  float: left;
  padding-left: 8px;
  list-style-type: none;
  opacity: .6;
  webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .social-ul li:hover {
    opacity: 1; }

.social-ul a {
  height: 25px;
  width: 30px;
  display: inline-block; }

.social-ul #twitter a {
  background-image: url(../../../assets/images/sprite.png);
  background-repeat: no-repeat;
  background-position: -395px -250px; }

.social-ul #facebook a {
  background-image: url(../../../assets/images/sprite.png);
  background-repeat: no-repeat;
  background-position: -295px -250px; }

.social-ul #rss a {
  background-image: url(../../../assets/images/sprite.png);
  background-repeat: no-repeat;
  background-position: -207px -250px; }

.social-ul #search a {
  background-image: url(../../../assets/images/sprite.png);
  background-repeat: no-repeat;
  background-position: -127px -250px; }

.header-logo-wrapper {
  width: 368px;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -190px;
  text-align: center; }
  .header-logo-wrapper .header-title {
    margin-top: 15px;
    letter-spacing: 4px;
    font-size: .8em;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

.header-logo {
  background-image: url(../../../assets/images/30opacity.png);
  background-repeat: repeat;
  width: 100%;
  height: 78px;
  border: 6px solid #fff;
  display: block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }
  .header-logo .logo-art {
    width: 368px;
    height: 68px;
    background-image: url(../../../assets/images/sprite.png);
    background-repeat: no-repeat;
    background-position: -16px -21px; }

.top-header .menu-primary-container {
  background-image: url(../../../assets/images/30opacity.png);
  background-repeat: repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }

.menu-primary {
  margin-bottom: 0;
  margin-left: 0;
  text-align: center; }

.menu-primary li {
  display: inline-block; }

.menu-primary a {
  font-size: .9375em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 30px;
  line-height: 60px;
  text-decoration: none;
  webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }
  .menu-primary a:hover {
    background: #fff;
    color: #313844; }

footer.site-footer {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #dbdee6; }
  footer.site-footer:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

footer.site-footer .footer-wrap:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.footer-logo {
  width: 319px;
  height: 55px;
  background-image: url(../../../assets/images/footerLogo.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  float: left; }

.footer-txt {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #93969d; }

ul.footer-links {
  float: right; }

ul.footer-links li {
  display: inline-block;
  margin-left: 15px;
  width: 21px;
  height: 18px;
  opacity: .6;
  cursor: pointer;
  webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  ul.footer-links li:hover {
    opacity: 1; }
  ul.footer-links li#links-twitter {
    background-image: url(../../../assets/images/sprite.png);
    background-repeat: no-repeat;
    background-position: -274px -186px; }
  ul.footer-links li#links-facebook {
    background-image: url(../../../assets/images/sprite.png);
    background-repeat: no-repeat;
    background-position: -96px -186px; }
  ul.footer-links li#links-rss {
    background-image: url(../../../assets/images/sprite.png);
    background-repeat: no-repeat;
    background-position: -348px -186px; }
  ul.footer-links li#links-search {
    background-image: url(../../../assets/images/sprite.png);
    background-repeat: no-repeat;
    background-position: -211px -186px; }

.footer-links li a {
  display: block;
  height: 100%;
  width: 100%; }

.footer-menu {
  text-align: right; }

.footer-menu li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 24px; }

.footer-menu a {
  display: block;
  color: #93969d;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px; }
  .footer-menu a:hover {
    color: #313844; }

/* sidebar layout */
.sidebar-container {
  padding-top: 60px; }

.sidebar-listing-wraps {
  margin-top: 30px;
  margin-left: 35px; }

h6.listing-title, h2.widgettitle {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 21px; }

.sidebar-container a {
  font-size: 14px;
  color: #0a90c1; }

.sidebar-container li.widget,
.sidebar-container div.widget {
  list-style-type: none;
  margin-top: 30px;
  margin-left: 20px; }

.sidebar-container .textwidget p {
  font-size: 1em;
  color: #93969d; }

.sidebar-container .menu-featured-categories-container li a,
.sidebar-container .blogroll li a {
  line-height: 32px; }

.sidebar-container .searchform input[type="text"] {
  border: none;
  font-size: 14px;
  width: 100%;
  padding: 20px 10px;
  background: #f3f5f9;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .sidebar-container .searchform input[type="text"]:focus {
    outline: none; }

.sidebar-container .share-container {
  margin-bottom: 41px; }

.sidebar-container .searchform label,
.sidebar-container .searchform input[type="submit"] {
  display: none; }

.sidebar-container .searchform input[type="text"] {
  max-width: 200px; }

.sidebar-container .share-container .share-title {
  margin-top: 30px;
  margin-bottom: 17px; }

.sidebar-container .share-container .control {
  display: inline-block;
  width: 34px;
  border: 2px solid #96989f;
  padding: 6px 0;
  border-radius: 30px;
  margin-left: 12px;
  overflow: hidden;
  text-indent: -999px; }

.sidebar-container .share-container .control.twitter {
  margin-left: 0; }

.share-container > div {
  opacity: .7;
  webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .share-container > div:hover {
    opacity: 1; }

.sidebar-container .share-container a {
  width: 21px;
  height: 18px;
  display: block;
  margin: auto; }
  .sidebar-container .share-container a#twitter-share {
    background-image: url("../../../assets/images/sprite.png");
    background-repeat: no-repeat;
    background-position: -277px -184px; }
  .sidebar-container .share-container a#facebook-share {
    background-image: url("../../../assets/images/sprite.png");
    background-repeat: no-repeat;
    background-position: -96px -184px; }
  .sidebar-container .share-container a#email-share {
    background-image: url("../../../assets/images/sprite.png");
    background-repeat: no-repeat;
    background-position: -149px -185px; }

.sidebar-container .share-container .printfriendly a {
  background-image: url("../../../assets/images/printfriendly/MR_Print_Icon_Dark.png");
  background-repeat: no-repeat;
  background-position: center center; }

.sidebar-container .about-author p {
  font-size: 1em; }

.widget_principals > ul > li {
  margin: 4px 0; }

.sidebar-container .widget-button,
.sidebar-container .widget-readingList-button {
  display: block;
  width: 205px; }

.sidebar-container .widget-button {
  text-align: center;
  padding: 10px 0;
  background-color: #eef0f4;
  margin-bottom: 10px;
  border-bottom: 2px solid #d4d5d7;
  text-transform: uppercase;
  text-decoration: none;
  webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .sidebar-container .widget-button:hover {
    background-color: #e9ebef; }

.sidebar-container .badge-container {
  background: url(../../../assets/images/badge.png) center center no-repeat;
  background-size: contain;
  height: 100px;
  width: 205px;
  border: 1px solid #313844;
  margin-top: 50px; }

.widget-holder ul {
  margin-left: 0; }

#home-page-posts {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  border-right: 1px solid #c2c6d2;
  padding: 25px 0; }
  #home-page-posts > div.post {
    padding-top: 60px;
    padding-right: 30px; }
    #home-page-posts > div.post:first-child {
      padding-top: 50px; }
    #home-page-posts > div.post .border-bottom {
      margin-top: 30px;
      border-bottom: 1px solid #c2c6d2;
      padding-bottom: 40px; }
    #home-page-posts > div.post h1.post-title {
      font-weight: 600; }
    #home-page-posts > div.post a.title-permalink {
      color: #313844; }
    #home-page-posts > div.post cite {
      display: block;
      margin-bottom: 20px;
      font-size: .9em; }
    #home-page-posts > div.post cite span {
      float: right;
      color: #000; }
    #home-page-posts > div.post a.post-author {
      color: #0a90c1; }
    #home-page-posts > div.post a.full-reading {
      font-size: 1.1875rem;
      display: block;
      text-align: right; }
    #home-page-posts > div.post p span {
      color: #46484c; }
    #home-page-posts > div.post li {
      list-style-type: initial;
      list-style: inside;
      font-size: 19px; }

.post-wrapper {
  border-right: 1px solid #c2c6d2;
  height: 100%;
  min-height: 900px;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-top: 90px;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 19px; }
  .post-wrapper blockquote {
    font-size: initial;
    margin-left: 25px; }
  .post-wrapper li {
    list-style-type: inherit;
    font-size: 19px; }

.page-wrap {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

.page-wrap .single-content ul li {
  list-style-type: initial; }

.page-wrap .single-content ol li {
  list-style-type: upper-hexadecimal; }

.about-wrapper {
  border-right: 1px solid #c2c6d2;
  padding: 90px 0; }

.about-wrapper .about-content {
  padding-bottom: 30px;
  padding-right: 15px;
  border-bottom: 1px solid #c2c6d2; }

.about-wrapper .about-content h1 {
  margin-bottom: 30px; }

.principals-wrap {
  padding-right: 15px;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
  .principals-wrap:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.principal-container {
  padding: 40px 0;
  border-bottom: 1px solid #c2c6d2; }
  .principal-container:last-child {
    padding-bottom: 60px;
    border-bottom: none; }
  .principal-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.principal-container .principal-header {
  margin-bottom: 20px; }

.principal-container .principal-header .name {
  font-size: 1.625em;
  font-weight: bold; }

.principal-container .principal-content {
  padding-top: 8px; }

.principal-container .principal-content .image {
  float: left;
  padding-right: 30px; }

.principal-container .principal-content .bio {
  position: relative;
  top: -8px; }

.reading-wrapper {
  border-right: 1px solid #c2c6d2;
  padding-right: 15px;
  height: 100%;
  padding: 30px 15px; }

.reading-wrapper .readinglist-content {
  padding-top: 50px; }

.readinglist-content .readinglist-wrap {
  margin-top: 70px; }

.readinglist-content .read-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #c2c6d2;
  margin-bottom: 30px; }
  .readinglist-content .read-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  .readinglist-content .read-container:last-child {
    border-bottom: none; }

.read-container .content {
  width: 440px;
  float: right;
  padding-left: 30px; }
  .read-container .content:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.read-container .book-img {
  width: 160px; }

.read-container p,
.read-container a {
  font-size: .875em;
  line-height: 30px; }

.read-container .content a {
  font-style: italic; }

.publications-wrap {
  padding-top: 30px;
  border-top: 1px solid #c2c6d2; }

.publications-intro {
  margin-top: 25px;
  margin-bottom: 50px; }

.archive-wrapper {
  border-right: 1px solid #c2c6d2;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  padding: 90px 0; }

.archive-wrapper h1 {
  margin-bottom: 15px; }

.archive-wrapper a {
  color: #313844; }

.archive-wrapper .archive-post p span {
  color: #46484c !important; }

.archive-content {
  height: 100%;
  min-height: 900px; }

.archive-wrapper .archive-content {
  padding-right: 15px; }

.yearly-archives {
  margin-top: 25px; }

.yearly-archives,
.monthly-archives {
  display: block;
  width: 100%; }

.yearly-archives li {
  display: inline-block;
  padding-right: 20px;
  font-size: 1.5em; }

.control-group:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.monthly-archives {
  position: relative;
  margin: 30px 0; }
  .monthly-archives:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.monthly-archives li {
  width: 149px;
  float: left;
  padding: 15px 0;
  border-top: 1px solid #dbdee6;
  border-left: 1px solid #dbdee6;
  text-align: center;
  font-size: 14px;
  list-style-type: none; }

.yearly-archives .yearly-li.active a,
.monthly-archives li a.active {
  color: #0a90c1;
  font-style: italic;
  font-weight: bold; }

.monthly-archives li:nth-child(4n+0) {
  border-right: 1px solid #dbdee6; }

.monthly-archives li:nth-last-child(-n+4) {
  border-bottom: 1px solid #dbdee6; }

.date-txt {
  margin-bottom: 30px;
  font-size: 14px; }

.date-txt span {
  font-style: italic; }

.archive-post {
  margin-bottom: 30px;
  border-bottom: 1px solid #c2c6d2; }

.archive-post:last-child {
  border-bottom: 0; }

cite {
  display: block;
  margin-bottom: 20px;
  font-size: .9em; }

cite span {
  float: right;
  color: #000; }

a.post-author {
  color: #0a90c1; }

.categories-wrap {
  padding: 90px 0;
  border-right: 1px solid #c2c6d2;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
  .categories-wrap:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.categories-wrap h1 {
  font-size: 2.75em;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

.categories-wrap .categories-ul,
.categories-wrap .cat-arc-content {
  margin-top: 44px; }
  .categories-wrap .categories-ul:after,
  .categories-wrap .cat-arc-content:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.categories-wrap .categories-ul li {
  width: 315px;
  float: left;
  font-size: 16px; }

.categories-ul li.cat-left-side {
  padding-right: 20px; }

.categories-ul li.cat-right-side {
  padding-left: 10px; }

.categories-ul li a,
.cat-arc-content .post-container a {
  color: #313844; }
  .categories-ul li a:hover,
  .cat-arc-content .post-container a:hover {
    text-decoration: underline; }

.categories-content {
  min-height: 800px; }

/**
 * Search bar
 */
#searchform-drawer {
  background-color: black; }
  #searchform-drawer .wrap .search-input-container input {
    height: 75px;
    color: white;
    text-indent: 20px;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    padding: 0 60px; }
  #searchform-drawer a.close {
    position: absolute;
    right: 35px;
    top: 28px;
    font-size: 28px;
    color: #cccccc;
    font-family: inherit;
    text-decoration: none; }
    #searchform-drawer a.close:hover {
      color: white; }

.search-site {
  display: none;
  background-color: #002330; }

.search-site form,
.search-site form input {
  margin: 0; }

.search-site form input {
  background-color: transparent;
  padding: 30px 0;
  border: 0;
  font-size: 2em;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  letter-spacing: 2px;
  color: #fff; }
  .search-site form input:focus {
    background-color: transparent;
    outline: none; }

/**
 * Search result page
 */
.search-wrap {
  height: 100%;
  min-height: 900px;
  border-right: 1px solid #c2c6d2;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

.search-wrap h1 {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

.search-wrap .page-header {
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #c2c6d2; }
  .search-wrap .page-header:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.search-wrap h1.page-title {
  font-size: 1.187em;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #313844;
  font-weight: 300;
  float: left; }

.search-wrap .search-filter {
  margin-right: 25px;
  float: right;
  font-size: 14px; }

.search-wrap .search-filter a.active {
  text-decoration: none;
  border-bottom: 1px solid #008cba; }

.search-filter .date-arrow {
  background-image: url(../../../assets/images/desc-arrow.png);
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-left: 5px; }

.search-filter .date-arrow.ascending-order {
  background-image: url(../../../assets/images/asc-arrow.png);
  background-size: cover;
  background-position: center center; }

.search-wrap .page-title .search-term {
  font-style: italic; }

.search-wrap .result-container {
  padding-top: 30px;
  padding-right: 25px; }

.search-wrap .result-post {
  padding: 30px 0;
  border-bottom: 1px solid #c2c6d2; }
  .search-wrap .result-post:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.search-wrap .result-post a.title-search {
  color: #313844; }

.search-wrap .full-reading {
  float: right;
  font-size: 19px;
  margin-top: 5px; }

/*
* Mobile portrait mode
*/
@media only screen and (max-width: 53.6875em) {
  #menu-primary a {
    font-size: .8375em;
    padding: 0 25px; } }
@media only screen and (max-width: 800px) {
  .footer-menu li {
    padding: 5px; } }
@media only screen and (max-width: 40.063em) {
  h1 {
    font-size: 40px; }

  #home-page-posts,
  .about-wrapper,
  .reading-wrapper,
  .categories-wrap,
  .archive-wrapper,
  .search-wrap,
  .post-wrapper {
    border-right: 0; }

  #home-page-posts div.post,
  .reading-wrapper,
  .archive-wrapper .archive-content,
  .search-wrap .result-container,
  .post-wrapper {
    padding-right: 0; }

  /**
   * Mobile search bar
   */
  #searchform-drawer .wrap .search-input-container input {
    font-size: 20px; }

  #searchform-drawer a.close {
    top: 21px; }

  /**
   * Header
   */
  .header-logo {
    width: 90%;
    margin: auto; }

  .header-logo .logo-art {
    background-position: -42px -21px; }

  .social-ul {
    display: block;
    margin: 10px auto;
    width: 153px;
    float: initial; }

  /**
   * About page
   */
  .principal-container .principal-content .image {
    float: initial;
    padding-right: 0;
    padding-bottom: 30px; }

  .principal-container .image img {
    display: block;
    margin: auto; }

  /**
   * Reading list page
   */
  .reading-wrapper .book-img {
    margin: auto; }

  .reading-wrapper .book-img.left {
    float: initial !important; }

  .reading-wrapper .read-container .content {
    width: initial;
    margin-top: 30px; }

  /**
  * Categories page
  */
  .categories-wrap .categories-ul {
    text-align: center; }

  .category-container {
    font-size: 1.275em;
    margin: 3px 0; }

  .categories-wrap .categories-ul li {
    width: initial;
    padding-right: 0;
    float: initial; }

  .categories-ul li.cat-right-side {
    padding-left: 0; }

  /**
  * Archive page
  */
  .yearly-archives {
    text-align: center; }

  .yearly-archives li {
    padding: 4px;
    font-size: 1.127em;
    font-weight: bold; }

  .monthly-archives li {
    width: 50%;
    border-left: 0; }

  .monthly-archives li:nth-child(4n+0) {
    border-right: 0; }

  .monthly-archives li:nth-last-child(-n+4) {
    border-bottom: 0; }

  .footer-wrap .footer-menu {
    width: 75%; } }
@media only screen and (max-width: 37.5em) {
  #menu-primary a {
    padding: 0 5px;
    line-height: 45px; }

  .footer-menu,
  ul.footer-links {
    display: block;
    text-align: center;
    float: initial; }

  .footer-logo {
    width: 300px;
    display: block;
    margin: auto;
    float: initial; }

  .footer-txt {
    text-align: center; } }
@media only screen and (max-width: 28.6875em) {
  #menu-primary a {
    font-size: .71em;
    padding: 0 10px; }

  .footer-txt {
    font-size: 11px; }

  .footer-menu li {
    margin-bottom: 0; }

  ul.footer-links {
    line-height: 60px; } }
body.error404 .sidebar-container .widget {
  display: none; }

body.error404 .sidebar-container .widget:first-child {
  display: block; }

.page404 {
  height: 600px;
  border-right: 1px solid #c2c6d2;
  padding-top: 50px; }

.page404 p {
  padding-top: 15px; }

#comments {
  margin-bottom: 10px !important; }

.jjcustom {
  border: 0 !important;
  margin: 0 !important; }
  .jjcustom span, .jjcustom time {
    font-size: 100% !important;
    color: #93969d; }
  .jjcustom a {
    font-size: 110% !important;
    color: #93969d; }
  .jjcustom time {
    font-size: 117.5% !important;
    color: #93969d; }
  .jjcustom .url {
    font-size: 120% !important;
    color: #0A90C1; }
  .jjcustom p {
    font-size: 120% !important;
    margin-top: 1px;
    margin-bottom: 1px; }
  .jjcustom img {
    padding-top: 0.7cm !important; }
  .jjcustom url {
    font-size: 120% !important;
    margin-left: 1em;
    padding-top: 0;
    padding-bottom: 0; }
  .jjcustom tr {
    padding: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: white !important; }
  .jjcustom td {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: white !important;
    padding-left: 0.1em !important; }

.jjcustom + hr {
  size: 0.5px !important;
  padding: 0 !important;
  padding-top: 0 !important;
  line-height: 3em !important;
  height: 0.5px !important;
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #000000 !important;
  color: #000000 !important; }

.comment-wrapper h3 {
  margin-top: 1em;
  margin-bottom: 1em; }
.comment-wrapper hr {
  height: 0.2em !important;
  background-color: #000000 !important;
  color: #000000 !important;
  margin-bottom: 30px; }

.commentlist byuser byuser {
  padding-left: 4em !important;
  margin-left: 4em !important; }

#submit {
  display: block;
  width: 205px;
  font-size: 80% !important;
  color: #0A90C1;
  font-weight: 600;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  text-align: center;
  padding: 10px 0;
  background-color: #eef0f4;
  margin-bottom: 10px;
  border-bottom: 2px solid #d4d5d7;
  text-transform: uppercase;
  text-decoration: none;
  webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  #submit:hover {
    background-color: #e9ebef; }

#respond label {
  font-size: 120% !important; }

#cancel-comment-reply-link {
  font-size: 120% !important; }

.children li, .comment-body {
  margin: 0;
  padding: 0;
  border: none;
  padding-left: 2em; }

.children li div .comment-body {
  padding-left: 4em; }
