/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
code {
	font-family: Consolas, Menlo, Monaco, Monoid;
}

code {
    padding: 3px 3px;
    font-size: 14px;
    font-family: Consolas, Menlo, Monaco, Monoid;
    color: #666666;
    border: none;
	  background: #fff;
}

pre {
    padding: 5px;
    font-size: 13px;
    font-family: Consolas, Menlo, Monaco, Monoid;
    background: #fdfdfd;
    overflow: auto;
    overflow-wrap: normal;
    word-wrap: normal;
    white-space: pre;
}

pre code {
    font-size: 13px;
    font-family: Consolas, Menlo, Monaco, Monoid;
    overflow: auto;
    overflow-wrap: normal;
    word-wrap: normal;
    white-space: pre;
    line-height: 20px;
	  background: #fafafa;
}

.hljs {
}

p {
    margin: 0 0 20px 0;
}

div.entry-content {
    text-align: left;
}

.jp-relatedposts {
    text-align: left;
}
 
.pager .pager-title {
    font-family: 'Varela Round';
}

.comment-list .fn {
    font-family: 'Varela Round';
}

.widget_recent_comments li {
    font-size: 15px;
}

.widget_recent_entries li {
    font-size: 15px;
}

.bsap_1298078 {
    margin: 0 auto;
}

.pager .nav-next a:hover .btn,
.pager .nav-previous a:hover .btn {
  background: #3b5998;
}

/*
#content {
	margin-left: -10px;
	width: 640px;
}

.page-header {
  margin: 0 -10px 30px -10px;
}
*/

.language-text {
    display: block;
    background: white;
    padding: 0.5em;
    color: #333333;
    overflow-x: auto;
}

kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 11px;
	  font-weight: bold;
    line-height: 1.4;
    color: #242729;
    text-shadow: 0 1px 0 #FFF;
    background-color: #e1e3e5;
    border: 1px solid #adb3b9;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.2), 0 0 0 2px #FFF inset;
    white-space: nowrap;
}

#carbonads {
  position: relative;
  display: flex;
  width: 300px;
  height: 250px;
  background-color: #fff;
  box-shadow: inset 0 0 1px 1px hsla(0, 0%, 0%, .15);
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
  Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;

  justify-content: center;
  align-items: center;
}

#carbonads a {
  color: #111;
  text-decoration: none;
}

#carbonads a:hover {
  color: #111;
}

#carbonads span {
  display: block;
  overflow: hidden;
}

.carbon-img {
  display: block;
  margin: 0 0 8px;
  line-height: 1;
}

.carbon-img img {
  max-width: 150px !important;
  width: 150px;
  height: auto;
}

.carbon-text {
  display: block;
  margin-bottom: 8px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
}

.carbon-poweredby {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  padding: 5px 6px;
  border-radius: 2.5px;
  background-color: hsl(246, 93%, 69%);
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 8px;
  line-height: 1;
}

#secondary .widget {
    border-top: none;
}

.site-nav .widget {
    border-top: none;
}

.abh_text .fn {
    text-transform: none !important;
}