.outline {
  outline: 1px solid red;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #276f86;
}
a:hover {
  color: #102e37;
  text-decoration: none;
}
.fb-like {
  max-height: 28px;
  overflow: hidden;
}
#header {
  font-family: Bebas, sans-serif;
  background-color: #276f86;
  background: linear-gradient(#276f86, #76cae0);
  min-height: 133px;
  color: white;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#header img {
  position: absolute;
  left: 2ex;
  top: -5px;
  overflow: hidden;
  max-height: 100%;
  width: auto;
}
#header h1,
#header h2 {
  color: white;
  letter-spacing: 1px;
  position: relative;
  z-index: 3;
}
#header h1 {
  font-size: 44px;
  margin-top: 0.2em;
}
#header h2 {
  font-size: 22px;
  margin-top: 0px;
}
#header h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}
nav {
  z-index: 20;
}
.navbar-inverse {
  background-color: #276f86;
  background-image: none;
  margin-top: 6px;
  font-variant: small-caps;
}
.navbar-inverse:hover a {
  color: #cccccc !important;
}
.navbar-inverse a,
.navbar-inverse a:hover {
  color: white !important;
}
.navbar-inverse .dropdown-menu {
  background-color: #276f86;
  list-style: none;
}
.navbar-inverse .dropdown-menu a {
  color: white !important;
}
.navbar-inverse .dropdown-menu a:hover {
  color: #276f86 !important;
}
.navbar-inverse .dropdown-menu ul {
  list-style: none;
}
.navbar-inverse .categories,
.navbar-inverse input {
  font-variant: none;
}
#rss {
  float: right;
}
input.search {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
input.search ~ .input-group-btn .btn:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
hr {
  border-color: #888;
}
.read-more,
.reply {
  font-family: BebasNeue;
  font-variant: small-caps;
  font-size: 12pt;
  color: #999;
  vertical-align: middle;
  letter-spacing: 1px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-variant: none;
  text-transform: upper-case;
  color: #863e27;
  margin-top: 0;
}
.read-more small,
.reply small {
  color: #b3b3b3;
  vertical-align: middle;
}
.read-more a,
.reply a,
.read-more a:visited,
.reply a:visited {
  color: #863e27;
  font-weight: normal;
}
.read-more a:hover,
.reply a:hover,
.read-more a:visited:hover,
.reply a:visited:hover {
  color: #371910;
}
.read-more .the-date,
.reply .the-date {
  float: right;
}
.read-more .comments,
.reply .comments {
  margin-left: 2ex;
  color: #cc7d00;
}
.read-more .comments a,
.reply .comments a {
  color: #cc7d00;
}
.read-more .comments a:hover,
.reply .comments a:hover {
  text-decoration: underline;
}
.comment-respond input[type="checkbox"] {
  margin-right: 1ex;
}
.comment-respond .comment-subscription-form label {
  margin-left: -0.5ex;
}
.ribbon-stop {
  position: relative;
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 75px;
  height: 75px;
  text-align: right;
  overflow: hidden;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #265a88;
  background: linear-gradient(to bottom #337ab7 0%, #265a88 100%);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  position: absolute;
  top: 19px;
  right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #102538;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #102538;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #102538;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #102538;
}
.front-page h1 {
  font-family: BebasNeue;
  font-variant: small-caps;
  font-size: 36pt;
  color: #999;
  vertical-align: middle;
  letter-spacing: 1px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
.front-page h1 small {
  color: #b3b3b3;
  vertical-align: middle;
}
.front-page h2 {
  font-size: 16px;
  color: #276f86;
  min-height: 33px;
  font-weight: bold;
  font-variant: small-caps;
}
.front-post {
  box-sizing: border-box;
}
.front-post p {
  text-align: justify;
}
.front-post a {
  font-weight: bolder;
}
.front-post .image {
  max-height: 275px;
  overflow: hidden;
  margin-bottom: 4px;
  border: 6px double #76cae0;
  background-color: #def2f8;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
.front-post .image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.front-post .image img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: relative;
  left: -0.5ex;
}
.excerpt {
  margin-bottom: 0;
}
.bottom-categories a {
  font-weight: bold;
}
.bottom-categories h2 {
  font-family: BebasNeue;
  font-variant: small-caps;
  font-size: 18pt;
  color: #999;
  vertical-align: middle;
  letter-spacing: 1px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
.bottom-categories h2 small {
  color: #b3b3b3;
  vertical-align: middle;
}
.bottom-categories .thumb {
  overflow: hidden;
  font-size: 80%;
}
.bottom-categories .thumb::after {
  clear: both;
}
.bottom-categories .thumbnail {
  padding: 0;
  margin-right: 1ex;
  height: 76px;
  width: 100px;
  float: left;
}
.single-post .content {
  margin-top: 3px;
}
.single-post .content:after {
  clear: both;
}
.single-post .content table {
  margin-bottom: 10px;
}
.single-post .content table.wide {
  width: 100%;
}
.single-post .content table.col2-nowrap td:nth-child(2) {
  white-space: nowrap;
}
.single-post .content table[style="text-align:left"] td {
  padding-left: 4px;
}
.single-post .content table td {
  vertical-align: top;
}
.single-post .content table tr.c1 td {
  background-color: #eae4e5;
  padding-left: 4px;
}
.single-post .content table tr.c2 td {
  background-color: #eff2ec;
  padding-left: 4px;
}
.single-post .content table tr.c3 td {
  background-color: #e1dcd3;
  padding-left: 4px;
}
.single-post .content table tr.c4 td {
  background-color: #c6c8c6;
  padding-left: 4px;
}
.single-post .content table tr.c5 td {
  background-color: #d9deeb;
  padding-left: 4px;
}
.single-post .content table.boldcol td:nth-child(2) {
  font-weight: bold;
}
.single-post .content figure {
  margin-bottom: 10px;
}
.single-post .content .smallcaption {
  width: 640px;
  margin: 0px auto 2px;
  background-color: #DDE0E3;
  padding: 2px 2ex;
  box-sizing: border-box;
  text-align: justify;
  font-weight: lighter;
  font-size: smaller;
}
.single-post h1 {
  font-family: BebasNeue;
  font-variant: small-caps;
  font-size: 36pt;
  color: #999;
  vertical-align: middle;
  letter-spacing: 1px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
.single-post h1 small {
  color: #b3b3b3;
  vertical-align: middle;
}
.single-post blockquote {
  border-left: 8px solid #276f86;
  font-size: inherit;
  background-color: rgba(147, 185, 195, 0.25);
  overflow: auto;
}
.comments-area li {
  list-style: none;
  margin-top: 1ex;
}
.comments-area li:first-child {
  margin-top: none;
}
.comments-area li .comment-content {
  padding-top: 3px;
}
.comments-area li.bypostauthor > .comment-body .comment-content {
  background-color: antiquewhite;
  margin-top: 1px;
}
.comments-area .says {
  display: none;
}
.comments-area b.fn {
  font-family: BebasNeue;
  font-variant: small-caps;
  font-size: 14.4pt;
  color: #999;
  vertical-align: middle;
  letter-spacing: 1px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}
.comments-area b.fn small {
  color: #b3b3b3;
  vertical-align: middle;
}
.comments-area b.fn:before {
  content: " ";
}
.comments-area b.fn:after {
  content: " wrote:";
}
.comments-area b.fn a {
  color: inherit;
}
.comments-area b.fn a:hover {
  text-decoration: underline;
}
.comments-area time {
  display: none;
}
.comments-area footer {
  display: block;
}
.comments-area footer div {
  display: inline;
}
.comments-area .comment-edit-link {
  float: right;
}
.comments-area .comment-edit-link:after {
  content: " this comment";
}
#cancel-comment-reply-link {
  float: right;
  margin-right: 15%;
  color: black;
}
.comment-reply-title {
  font-family: BebasNeue;
  font-variant: small-caps;
  font-size: 18pt;
  color: #999;
  vertical-align: middle;
  letter-spacing: 1px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
.comment-reply-title small {
  color: #b3b3b3;
  vertical-align: middle;
}
#cats {
  margin-bottom: 0 !important;
  font-variant: small-caps;
}
#cats .bar:last-child {
  display: none;
}
.pagination {
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: white;
  background: #76cae0;
}
.pagination a:hover {
  background: #276f86;
}
.pagination .current {
  background: #276f86;
}
.ctx-branding {
  display: none;
}
#sidebar h2,
#sidebar .left-widget-title {
  font-family: BebasNeue;
  font-variant: small-caps;
  font-size: 18pt;
  color: #999;
  vertical-align: middle;
  letter-spacing: 1px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
#sidebar h2 small,
#sidebar .left-widget-title small {
  color: #b3b3b3;
  vertical-align: middle;
}
#sidebar .left-widget-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
#twitter-img {
  height: 20px;
  width: 20px;
}
#buy-my-books {
  width: 75%;
  margin: 0 auto 4px;
}
#buy-my-books .carousel-indicators .active {
  background-color: #76cae0;
}
#buy-my-books .carousel-indicators li {
  border-color: white;
}
.ctx-sr-title {
  display: none;
}
ul#recentcomments {
  padding-left: 0;
}
li.recentcomments {
  list-style: none;
  margin-left: 0;
  border-bottom: 1px dotted #333;
}
li.recentcomments:last-child {
  border-bottom: none;
}
li.recentcomments .comment-author-link a {
  color: inherit;
}
li.recentcomments .comment-author-link a:hover {
  color: inherit;
  text-decoration: underline;
}
.decent-comments .comment-excerpt {
  font-size: smaller;
}
.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption,
.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.aligncenter {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
th.aligncenter,
td.aligncenter {
  text-align: center;
  margin-left: inherit;
  margin-right: inherit;
  display: table-cell;
}
.twitter-tweet,
.wp-video {
  margin: 0.5em auto 1em;
}
.alignleft {
  text-align: left;
  float: left;
}
.alignright {
  text-align: right;
  float: right;
}
img.alignright {
  margin-left: 1ex;
}
img.alignleft {
  margin-right: 1ex;
}
.clear {
  clear: both;
}
@media print {
  .main {
    margin-left: 0px;
    width: 100%;
  }
  .reply,
  #contextly,
  .ctx-subscribe-container,
  .ctx-social-container,
  .ctx-module-container,
  .twitter-share-button,
  .edit-link,
  .pagination,
  .bottom-categories,
  iframe {
    display: none;
  }
  #header a[href]:after,
  #cats a[href]:after {
    content: "";
  }
  .front-post {
    page-break-inside: avoid;
  }
}
