@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(includes/fonts/roboto-condensed-v25-latin-regular.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(includes/fonts/roboto-condensed-v25-latin-700.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: Arimo;
  font-style: normal;
  font-weight: 400;
  src: url(includes/fonts/arimo-v27-latin-regular.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: Arimo;
  font-style: normal;
  font-weight: 700;
  src: url(includes/fonts/arimo-v27-latin-700.woff2) format('woff2');
}

body,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
li,
ol,
p,
ul {
  border: none;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-color: #034cb5;
  color: #212529;
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.content-prediksi {
  padding-top: 1rem;
}

.content-prediksi hr {
  border: 0;
}

.content-prediksi h2 {
  text-shadow: none;
  background: linear-gradient(0deg, #034cb5 0, #175fc8 70%, #034cb5 100%);
  box-shadow: 0 5px 7px -5px #222;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  margin-top: -1rem;
}

xd {
  color: #dc3545;
  font-weight: 800;
}

xp {
  font-weight: 800;
  color: #034cb5;
}

.notrex {
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #357ea7;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: justify;
  font-size: 12px;
  margin-top: -.3rem;
}

#bbfs_pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0;
}

#bbfs_pagination button {
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f8f9fa;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#bbfs_pagination button:hover {
  background: #e6e6e6;
}

#bbfs_pagination button.active {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

#bbfs_pagination button.disabled {
  opacity: 0.5;
  cursor: default;
}

#bbfs_pagination button.ellipsis {
  cursor: default;
  background: transparent;
  border: none;
  font-weight: bold;
  color: #888;
  padding: 4px 6px;
}

#comment-header {
  display: none;
}

.text-info {
  font-size: 16px;
  text-decoration: underline;
}

small {
  font-size: 16px;
}

.text-center {
  text-align: center !important;
}

.fst-italic {
  font-style: italic !important;
}

table.link th {
  padding: 5px 8px;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 700;
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 18px;
  text-shadow: none;
  background: linear-gradient(0deg, #034cb5 0, #175fc8 70%, #034cb5 100%);
  box-shadow: 0 5px 7px -5px #222;
}

table.link td {
  border: 2px solid #fff;
  font-family: 'Roboto Condensed', Sans-serif;
  background: #e0e3de9c;
  color: #0f0f0f;
  border-radius: 3px;
  padding: 3px 3px 3px 8px;
  margin: 3px 0 0 0;
}

.wordpress-global-version iframe,
.wordpress-global-version object {
  border: 0 !important;
}

.link a {
  color: #175fc8;
}

.keywordSEO {
  background: #eceeeb;
  padding: .3rem 1rem;
  border-radius: 5px;
  font-style: italic;
}

.imgContent img {
  filter: drop-shadow(0 7px 1px rgba(26, 26, 26, .5));
}

.imgContent {
  display: flex;
  justify-content: center;
}

.rekomend-agen img {
    filter: drop-shadow(0 7px 2px rgba(26, 26, 26, .5));
}

.name-agen-side {
    color: #212529;
    font-size: 24px;
    font-weight: bold;
}

.button-double {
    display: flex;
    justify-content: center;
    gap: .5rem;
}

.button-act {
    background: linear-gradient(to bottom, rgb(52 62 84) 10%, rgb(19 21 32) 100%);
    border: 1px solid rgb(52 62 84);
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px 0px rgb(134 142 157);
    user-select: none;
    cursor: pointer;
    width: 7em;
    padding: .3rem 2rem;
    color: white;
}

.button-act:hover {
    background: linear-gradient(to top, rgb(52 62 84) 10%, rgb(19 21 32) 100%);
    color: white;
}

.menu-sidebar .content-menu-sidebar {
    font-family: 'Roboto Condensed', Sans-serif;
    background: #e0e3de9c;
    display: block;
    border-radius: 2px;
    padding: 3px 3px 3px 5px;
}

.menu-sidebar svg {
  width: 1rem;
  height: auto;
  vertical-align: middle;
  margin-bottom: .5px;
  color: #175fc8;
}

#histatsC {
  border: 0;
  margin: 0;
  outline: 0;
  width: 0;
  height: 0;
}

b {
  color: #2ac817;
  font-weight: 400;
}

i {
  font-style: normal;
  color: #8a2be2;
}

u {
  text-decoration: none;
}

em {
  font-style: normal;
  color: #ff69b4;
}

del {
  font-weight: 400;
  color: red;
  text-decoration: none;
}

cite {
  font-style: normal;
  color: #bdb76b;
}

code {
  color: coral;
  font-family: 'Roboto Condensed', Sans-serif;
}

strike {
  text-decoration: none;
  color: #48d1cc;
}

strong {
  font-weight: 400;
  color: #f1cd00;
}

.polapredic {
  border-radius: 50%;
  text-shadow: none;
  display: inline-block;
  font-weight: 700;
  line-height: 2em;
  margin-right: 4px;
  text-align: center;
  width: 2em;
  background: radial-gradient(circle at 65% 15%, #fff 1px, #0089ff 3%, #0b51b5 60%, #034cb5 100%);
  color: #fff;
  box-shadow: 2px 2px 3px #000000bf;
}

.demTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px 4px;
  padding: 0;
  margin: 0;
}

thead.headert {
  display: none;
}

.demTable td {
  border: none;
  background: #eceeeb;
  box-shadow: 0 5px 7px -5px #222;
  border-radius: 3px;
  text-align: center;
  padding: 3px;
  color: #303030;
  word-break: break-all;
}

#prediksiall_paginate {
  text-align: center;
  padding: 6px;
}

a.paginate_button {
  padding: 6px;
}

a.paginate_button.current {
  padding: 2px 6px;
  color: #ffd900;
  border: 0;
  background: #175fc8;
  font-weight: 700;
}

.caripas input {
  height: 2rem;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 2px .5rem;
}

#stickyatas {
  position: sticky;
  z-index: 99999;
  top: 0;
  text-align: center;
}

.adsComment img {
  width: 728px;
  height: 90px;
  display: block;
}

.ads {
  padding: 0;
}

.column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}

.jumbo img {
  width: 100%;
  height: 110px;
  display: block;
}

.column img {
  width: 728px;
  height: 90px;
  display: block;
}

.balance img,
.column a,
.jumbo img {
  border: 4px ridge #fff;
}

#teaser {
  background: 0 0;
  bottom: 0;
  height: auto;
  left: 0;
  padding: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9;
}

#bottom {
  max-width: 960px;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

#close img {
  margin-bottom: -5px;
  padding: 0;
  width: 25px;
  height: 25px;
}

.balance img {
  height: 90px;
  margin: 0 -2px -6px -2px;
  width: 50%;
  padding: 0;
}

@media screen and (max-width:840px) {
  .column {
    grid-template-columns: repeat(1, 1fr);
  }

  .adsComment img,
  .column img {
    width: 100%;
    height: 65px;
  }

  .jumbo img {
    height: 65px;
  }

  #bottom {
    width: auto;
    height: auto;
    text-align: center;
    position: fixed;
    left: -1px;
    right: 0;
    margin-left: 3px;
    margin-right: 3px;
    z-index: 9;
  }

  .balance img {
    height: 65px;
    margin: 0;
    float: left;
    width: 100%;
    padding: 0;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

embed,
iframe,
img,
object,
select,
textarea,
video {
  max-width: 100%;
}

img {
  height: auto;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 14px;
  font-size: .875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Roboto Condensed', Sans-serif;
  font-weight: inherit;
  line-height: 1.2;
}

a {
  color: #212529;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #00e;
}

pre {
  background-color: #f0f0f0;
  border: 1px solid #aaa;
  margin: 8px 0;
  padding: 8px;
  overflow: auto;
  -ms-word-wrap: normal;
  word-wrap: normal;
}

code,
pre {
  font-size: 16px;
}

blockquote {
  background-color: #eceeeb;
  border-left: none;
  border-radius: 3px;
  font-size: 16px;
  margin: 5px;
  padding: 10px 14px 2px;
  font-style: normal;
}

blockquote cite {
  background-color: #eceeeb;
  border-left: none;
  border-radius: 3px;
  font-size: 16px;
  margin: 5px;
  padding: 10px 14px 2px;
  font-style: normal;
}

dl {
  padding-left: 20px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 10px;
}

table {
  width: 98%;
  border-collapse: collapse;
  margin: 10px auto;
}

th {
  background-color: #ddd;
  font-weight: 400;
}

td,
th {
  border: 1px solid #aaa;
  font-size: 14px;
}

ol,
ul {
  margin-top: 4px;
  margin-bottom: 8px;
  padding-left: 20px;
}

ol ol,
ul ul {
  padding-left: 15px;
}

li {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 15px;
  margin-right: 0;
}

address {
  margin-bottom: 10px;
}

.screen-reader-text {
  display: none;
}

.cf:after,
.cf:before {
  clear: both;
  content: "";
  display: table;
}

#container {
  margin: 0 auto;
  box-shadow: 0 0 6px #000;
}

#top-bar {
  background: linear-gradient(0deg, #034cb5 0, #175fc8 70%, #034cb5 100%);
  border-bottom: solid 2px #ffd900;
  padding: 4px;
  min-height: 34px;
  width: 100%;
}

#top-bar-info {
  display: flex;
  margin-top: 2px;
  flex-direction: column;
}

#site-description,
#site-title {
  margin-right: 4px;
  line-height: 1;
  vertical-align: bottom;
}

#site-title {
  font-size: 20px;
}

#site-title a {
  color: #ffd900;
}

#site-description {
  color: #f0f0f0;
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 16px;
}

#header {
  background-color: #fff;
  background-position: center;
  border-bottom: 1px solid #000;
  width: 100%;
}

#header-logo {
  display: inline-block;
}

#header-logo,
#header-logo img {
  max-width: 100%;
  float: left;
}

#below-menu {
  width: 100%;
}

#main {
  background-color: #f5f5f5;
  padding: 5px;
  width: 100%;
}

#content {
  display: inline-block;
  padding: 5px 0;
}

.sidebar {
  display: inline-block;
  float: left;
  padding: 5px 2px;
}

#footer {
  width: 100%;
}

#bottom-bar {
  color: #ccc;
  background: linear-gradient(0deg, #034cb5 0, #175fc8 70%, #034cb5 100%);
  width: 100%;
  min-height: 34px;
  border-top: none;
  text-shadow: none;
}

#bottom-bar a {
  color: #dc8300;
}

#bottom-bar-text {
  float: left;
  padding: 6px 8px;
}

#theme-link {
  float: right;
  margin: 6px 10px;
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 15px;
}

#theme-link a {
  color: #ffd22c;
}

#theme-link a:hover {
  color: #dc8300;
}

#content.no-sidebars,
.col-c #content {
  width: 100%;
  max-width: 100%;
}

.col-sc #content {
  float: right;
}

.col-cs #content {
  float: left;
}

.col-ssc #content {
  float: right;
}

.col-css #content {
  float: left;
}

.col-scs #sidebar-left {
  float: left;
  margin-right: 0;
}

.col-scs #sidebar-right {
  float: right;
  margin-left: -4px;
}

.page-template-page-sc-php #main #content {
  float: right;
}

.page-template-page-cs-php #main #content {
  float: left;
}

.page-template-page-scs-php #main #content {
  float: none;
}

.page-template-page-scs-php #main #sidebar-left {
  float: left;
  margin-right: 0;
}

.page-template-page-scs-php #main #sidebar-right {
  float: right;
  margin-left: -4px;
}

#nav-main {
  background: linear-gradient(0deg, #034cb5 0, #175fc8 70%, #034cb5 100%);
  width: 100%;
  line-height: 1.2;
}

#nav-main * {
  -webkit-transition: all .14s ease-out;
  -moz-transition: all .14s ease-out;
  transition: all .14s ease-out;
}

#nav-main li,
#nav-main ul,
#nav-top li,
#nav-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav-main .nav-main {
  position: relative;
  float: left;
  z-index: 300;
}

#nav-main .nav-main li {
  float: left;
  position: relative;
}

#nav-main .nav-main>li,
#nav-main .nav-main>ul>.page_item {
  background: linear-gradient(0deg, #034cb5 0, #175fc8 70%, #034cb5 100%);
  border: 1px solid #4b90f5;
  margin: 2px 1px;
  box-shadow: 0 5px 7px -5px #034cb5;
}

#nav-main .nav-main>li>a,
#nav-main .nav-main>ul>.page_item>a {
  min-width: 80px;
  text-align: center;
}

#nav-main .nav-main a {
  display: block;
  padding: 8px 14px;
  color: #fff;
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 16px;
  text-shadow: 0 0 2px #222;
}

#nav-main .nav-main a:hover {
  background: linear-gradient(0deg, #034cb5 0, #175fc8 70%, #034cb5 100%);
  color: #ffd900;
  font-weight: 700;
  text-shadow: none;
}

#nav-main .menu-item-has-children>a:after,
#nav-main .page_item_has_children>a:after {
  font-family: Genericons;
  content: "\f431";
  vertical-align: top;
  padding-left: 4px;
}

#nav-main .children,
#nav-main .sub-menu {
  background: linear-gradient(0deg, #034cb5ab 0, #175fc8ab 70%, #034cb5 100%);
  position: absolute;
  float: left;
  width: 180px;
  border: 2px solid #ffd900;
  box-shadow: 0 5px 7px -5px #222;
  z-index: 990;
  display: none;
}

#nav-main .children li:first-child,
#nav-main .sub-menu li:first-child {
  border-top: none;
}

#nav-main .children li:last-child,
#nav-main .sub-menu li:last-child {
  border-bottom: none;
}

#nav-main .children a,
#nav-main .sub-menu a {
  float: left;
  width: 175px;
  padding: 10px 14px;
  font-size: 14px;
}

#nav-main .children .children,
#nav-main .sub-menu .sub-menu {
  top: -1px;
}

#nav-main li:hover>ul {
  display: inline;
}

#nav-main .drop-toggle {
  display: none;
}

#nav-main .genericon-menu {
  color: #ffd900;
  font-size: 30px;
  height: auto;
  padding: 5px 10px;
  width: auto;
}

#nav-top {
  float: right;
}

#nav-top .nav-top,
#nav-top .nav-top li {
  float: left;
}

#nav-top .nav-top a {
  display: block;
  margin-top: 2px;
  padding: 0 18px;
  color: #fff;
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 14px;
}

.archive-info,
.author-info,
.blog-view,
.form-404,
.single-view {
  background-color: #fff;
  border: 1px solid #e0e3de9c;
  border-radius: 5px;
  box-shadow: 0 5px 7px -5px #222;
  margin: 0 0 10px;
  padding: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.archive-description {
  border-top: 2px dotted #888;
  margin-top: 8px;
  padding-top: 2px;
}

.form-404 h2 {
  border-bottom: 2px dotted #888;
  padding-bottom: 10px;
}

.form-404 p {
  margin: 4px 0 10px;
}

.blog-view {
  border-top: 6px solid #2a5a8e;
}

.blog-view.sticky {
  background-color: #ffdc8a;
  border-top: 6px solid #222;
}

.entry-header {
  margin-bottom: 4px;
}

.entry-title {
  line-height: 1;
}

.entry-title a {
  color: #303030;
}

.sticky .entry-title:before {
  font-family: Genericons;
  content: "\f308";
  vertical-align: top;
  padding-right: 4px;
  display: inline-block;
}

.single-view .featured-image {
  margin: -10px -10px 10px;
  text-align: center;
}

.single-view .featured-image img {
  max-width: 100%;
}

.entry-byline * {
  line-height: 20px;
}

.entry-author,
.entry-categories,
.entry-comment-info,
.entry-date {
  float: left;
  margin-right: 10px;
}

.single-view .entry-byline {
  margin-bottom: 10px;
  font-size: 10px;
}

.entry-thumbnail {
  float: left;
  padding-right: 8px;
}

.entry-thumbnail .post-thumbnail {
  display: table;
  background-color: #eee;
  border: 1px solid #888;
  padding: 3px;
}

.entry-thumbnail img {
  float: left;
}

.continue-reading {
  background: #eee;
  background: -moz-linear-gradient(top, #fbfbfb 0, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #fbfbfb 0, #e5e5e5 100%);
  background: linear-gradient(to bottom, #fbfbfb 0, #e5e5e5 100%);
  display: inline-block;
  float: right;
  padding: 2px 10px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.continue-reading:hover {
  border-color: #aaa;
  color: #333;
}

.sticky .continue-reading {
  border-color: #aaa;
}

.blog-view .entry-content {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.single-view .entry-content {
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.entry-footer {
  clear: both;
}

.entry-updated {
  color: #515151;
  font-size: 11px;
  padding: 2px 0;
}

.entry-date {
  display: none;
}

.entry-tags {
  padding: 2px 0;
  font-size: 12px;
}

.entry-byline.cf i {
  color: #515151;
}

.blog-nav,
.post-nav {
  display: none;
}

.blog-nav {
  padding: 4px 0;
}

.link-prev {
  float: left;
}

.link-next {
  float: right;
}

.link-next a,
.link-prev a {
  background-color: #fff;
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #555;
  box-shadow: 0 0 2px #333;
  color: #333;
}

.link-next a:hover,
.link-prev a:hover {
  color: #333;
}

.attachment-nav div a {
  background-color: #ddd;
  border: none;
  box-shadow: none;
  text-decoration: none;
}

.comment-nav,
.page-nav {
  clear: both;
  display: block;
  padding: 8px 0 2px;
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.comment-nav>*,
.page-nav>* {
  background-color: #2a5a8e;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
}

.comment-nav a,
.page-nav a {
  text-decoration: none;
}

.comment-nav a:hover,
.page-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.search-results .type-page .entry-byline {
  display: none;
}

.comment-content p,
.entry-content p {
  margin: 4px 0 12px;
}

.entry-excerpt p {
  margin: 0 0 4px;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  clear: none;
  line-height: 1.5;
}

.comment-content li,
.entry-content li {
  list-style-position: outside;
  list-style-type: disc;
}

.comment-content ol>li,
.entry-content ol>li {
  list-style-type: decimal;
}

.comment-content ol>li>ol>li,
.entry-content ol>li>ol>li {
  list-style-type: lower-alpha;
}

.comment-content ol>li>ol>li>ol>li,
.entry-content ol>li>ol>li>ol>li {
  list-style-type: lower-roman;
}

.comment-content td,
.comment-content th,
.entry-content td,
.entry-content th {
  padding: 8px 10px;
}

.comment-content img,
.entry-content img,
img[class*=align],
img[class*=attachment-],
img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
}

.wp-smiley {
  width: auto !important;
  border: none !important;
  padding: 0 !important;
}

.alignnone {
  margin-top: 4px;
  margin-bottom: 4px;
}

.alignleft {
  float: left;
  margin: 4px 8px 4px 0;
}

.alignright {
  float: right;
  margin: 4px 0 4px 8px;
}

.aligncenter {
  display: block;
  margin: 4px auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  width: 100%;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 4px;
}

.gallery-caption,
.wp-caption .wp-caption-text {
  margin: 0;
  padding: 0 5px;
  color: #555;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.6;
}

.gallery .gallery-item {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.gallery-item img {
  padding: 4px;
  display: inline-block;
  border: 1px solid #ccc !important;
}

.gallery-item img:hover {
  background-color: #ddd;
  border: 1px solid #aaa !important;
}

.type-attachment .entry-content div.attachment {
  margin-bottom: 10px;
  text-align: center;
}

.sitemap-template .entry-content h3 {
  margin-left: 10px;
}

.sitemap-template .entry-content ul {
  margin: 8px 0 15px 10px;
}

.sitemap-template .entry-content ul li {
  list-style: square inside;
}

.author-info {
  padding: 0;
}

.author-info .title {
  background-color: #2a5a8e;
  color: #fff;
  padding: 4px 8px;
  text-shadow: 1px 1px 2px #222;
}

.author-avatar,
.author-description {
  display: table-cell;
  padding: 8px;
  vertical-align: top;
}

.author-avatar img {
  display: block;
}

.author-post-count {
  text-align: center;
}

.author-latest-posts {
  background-color: #fff;
  border: 1px solid #555;
  box-shadow: 0 0 2px #333;
  padding: 8px;
}

.author-latest-posts li {
  list-style: square inside;
  margin: 4px 0 4px 4px;
}

#comment-header,
#no-comments,
#respond,
.comment-body {
  background-color: #fff;
  margin: 0 0 10px;
  padding: 8px;
  border: 1px solid #e0e3de9c;
  border-top: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0 5px 7px -5px #222;
}

#comment-header .title {
  display: inline-block;
  float: left;
  line-height: 20px;
}

#comment-header .respond-link {
  display: inline-block;
  float: right;
}

#comment-header .respond-link a {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

#comment-header .respond-link a:hover {
  text-decoration: underline;
}

#comments .comment-list {
  padding-left: 0;
}

#comments .children {
  padding-left: 30px;
}

.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
  list-style: none;
  margin: 0 0 10px;
}

.bypostauthor>.comment-body,
.comment-author-admin>.comment-body {
  border: 0;
}

.comment-author,
.comment-author .avatar,
.comment-author .link {
  float: left;
}

.comment-author .avatar {
  margin-left: 0;
  margin-top: -5px;
  border-radius: 50%;
}

.comment-author .link {
  margin: 0 8px;
  font-size: 14px;
  font-weight: 700;
  word-wrap: break-word;
  color: #175fc8;
}

.comment-metadata {
  float: right;
  font-size: 10px;
}

.comment-metadata a {
  color: #888;
}

.comment-edit-link {
  background-color: #e0e0e0;
  color: #222;
  padding: 2px 8px;
}

.comment-awaiting-moderation {
  clear: right;
  display: inline-block;
  float: right;
  margin: 8px;
  font-style: italic;
}

.comment-content {
  clear: both;
  padding-top: 4px;
  font-size: 16px;
}

.comment-content p {
  word-break: break-word;
}

.comment-content td,
.comment-content th {
  font-size: 10px;
}

.comment-body .reply {
  margin-top: 8px;
  overflow: hidden;
}

.comment-reply-link {
  background: linear-gradient(0deg, #034cb5 0, #175fc8 70%, #034cb5 100%);
  color: #fff;
  display: inline-block;
  float: right;
  padding: 2px 10px;
  border-radius: 2px;
}

#no-comments .genericon {
  color: #888;
  font-size: 20px;
  line-height: 22px;
}

#no-comments h4 {
  display: inline-block;
  margin-left: 10px;
  color: #888;
}

#respond .comment-reply-title {
  margin-bottom: 8px;
}

#respond p {
  margin-top: 8px;
}

p.comment-notes {
  font-size: 12px;
}

#cancel-comment-reply-link {
  background-color: #f0f0f0;
  padding: 2px 8px;
  font-size: 16px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  margin-left: 2px;
  font-size: 12px;
}

.comment-form-author input,
.comment-form-comment textarea,
.comment-form-email input,
.comment-form-url input {
  display: block;
  padding: 5px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}

.comment-form-comment {
  padding: 0 3px;
}

.comment-form-comment label {
  display: block;
  font-size: 12px;
}

.comment-form-comment textarea {
  position: relative;
  width: 100%;
  padding: 4px;
}

#respond #submit {
  padding: 5px 10px;
  background: linear-gradient(0deg, #034cb5 0, #175fc8 70%, #034cb5 100%);
  color: #fff;
  border-radius: 2px;
  border: 1px solid #175fc8;
}

.comment-navigation {
  margin-bottom: 10px;
}

.page-numbers.current {
  cursor: default;
}

#comment-area #disqus_thread {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #555;
  box-shadow: 0 0 2px #333;
}

#respond #submit:hover {
  background: red;
  border-color: transparent;
}

.frontier-widget {
  background-color: #fff;
  margin: 0 0 5px;
  padding: 8px;
  border: 1px solid #e0e3de9c;
  border-radius: 5px;
  box-shadow: 0 5px 7px -5px #222;
  word-wrap: break-word;
}

.frontier-widget:after {
  clear: both;
  content: "";
  display: table;
}

.widget-title {
  margin: -8px -9px 6px -8px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-color: currentcolor;
  padding: 5px 8px;
  color: #fff;
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 18px;
  text-shadow: none;
  background: linear-gradient(0deg, #034cb5 0, #175fc8 70%, #034cb5 100%);
  box-shadow: 0 5px 7px -5px #222;
}

.widget-title a {
  color: #fff;
  text-decoration: none;
}

.widget-body {
  display: inline-block;
}

.widget-header {
  display: inline-block;
  float: left;
  margin: 0;
}

.widget-after-post,
.widget-after-post-content,
.widget-before-post,
.widget-before-post-content,
.widget-header {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.widget-after-post {
  margin: 10px 0 0;
}

.widget-footer {
  display: inline-block;
  float: left;
  margin: 0 .5% 10px;
}

.widget-column-1 .widget-footer {
  display: block;
  width: auto;
  float: none;
  margin: 0 0 10px;
}

.widget-column-2 .widget-footer {
  width: 48.98%;
}

.widget-column-3 .widget-footer {
  width: 32.32%;
}

.widget-column-4 .widget-footer {
  width: 23.98%;
}

.widget-column-5 .widget-footer {
  width: 18.98%;
}

.widget-column-6 .widget-footer {
  width: 15.65%;
}

.widget-column-2 .widget-footer:nth-child(2n+1),
.widget-column-3 .widget-footer:nth-child(3n+1),
.widget-column-4 .widget-footer:nth-child(4n+1),
.widget-column-5 .widget-footer:nth-child(5n+1),
.widget-column-6 .widget-footer:nth-child(6n+1) {
  clear: left;
}

#widgets-wrap-below-menu {
  background-color: rgba(0, 0, 0, .25);
  width: 100%;
  padding: 10px 10px 0;
}

#widgets-wrap-after-post,
#widgets-wrap-after-post-content,
#widgets-wrap-before-post,
#widgets-wrap-before-post-content {
  position: relative;
  clear: both;
}

#widgets-wrap-after-post {
  margin-top: 8px;
}

#widgets-wrap-footer {
  background-color: rgba(0, 0, 0, .25);
  border-top: 1px solid #000;
  padding: 10px;
}

.frontier-widget p {
  margin: 4px 0 12px;
}

.frontier-widget ol,
.frontier-widget ul {
  padding: 0 4px;
}

.frontier-widget ol ol,
.frontier-widget ul ul {
  margin: 4px 0;
  padding-left: 15px;
}

.frontier-widget li {
  list-style: none;
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #e0e3de9c;
  font-size: 16px;
}

.frontier-widget li:last-child {
  border-bottom: none;
}

.widget_search label .screen-reader-text {
  display: none;
}

.widget_search label .search-field {
  background-color: #eee;
  margin: 4px 4px 4px 0;
  padding: 4px;
  min-width: 55%;
  border: 1px solid #555;
  box-shadow: 0 0 2px #333 inset;
}

.widget_search .search-submit {
  background-color: #2a5a8e;
  border: 1px solid #333;
  border-radius: 3px;
  box-shadow: 0 0 0 #333;
  color: #fff;
  cursor: pointer;
  margin: 2px 0;
  padding: 4px 8px;
}

.widget_tag_cloud {
  line-height: 24px;
}

.widget_calendar table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
}

.widget_calendar caption {
  background-color: #2a5a8e;
  padding: 8px 0;
  color: #fff;
}

.widget_calendar th {
  background-color: #e0e0e0;
  padding: 8px;
}

.widget_calendar td {
  background-color: #fff;
  padding: 8px;
}

#slider {
  background-color: #fff;
  border: 1px solid #555;
  box-shadow: 0 0 2px #333;
  display: block;
  overflow: hidden;
}

.slider-main {
  margin: 5px;
}

.slider-content {
  margin-bottom: 10px;
}

#basic-slider {
  max-width: 100% !important;
}

.bjqs,
.bjqs-slide {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.bjqs {
  position: relative;
}

.bjqs-slide {
  position: absolute;
}

.bjqs-slide a {
  display: block;
}

.bjqs-slide img {
  display: block;
  margin: auto;
}

.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

.bjqs-controls a {
  position: absolute;
  -webkit-transition: left .3s ease-in-out;
  -webkit-transition-property: left, right;
  -moz-transition: left .3s ease-in-out;
  -moz-transition-property: left, right;
  transition: left .3s ease-in-out;
  transition-property: left, right;
}

.bjqs-prev a {
  left: -50px;
}

.bjqs-next a {
  right: -50px;
}

.slider-prev {
  background-image: url(images/slider-prev.png);
}

.slider-next {
  background-image: url(images/slider-next.png);
}

.slider-next,
.slider-prev {
  display: block;
  height: 32px;
  width: 38px;
}

#basic-slider:hover li.bjqs-next a {
  right: 10px;
}

#basic-slider:hover li.bjqs-prev a {
  left: 10px;
}

.slider-element {
  display: none;
}

.bjqs-descript,
.bjqs-heading {
  background-color: rgba(0, 0, 0, .65);
  color: #eee;
  padding: 8px;
  width: 100%;
}

.bjqs-heading {
  position: absolute;
  top: 0;
  font-size: 16px;
}

.bjqs-descript {
  position: absolute;
  bottom: 0;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.sticky,
#bbpress-forums ul.super-sticky,
#content #bbpress-forums {
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 14px;
}

#content #bbpress-forums a {
  text-decoration: none;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 8px 20px;
}

#bbpress-forums .bbp-topic-permalink {
  font-size: 14px;
}

#bbpress-forums .avatar {
  min-width: 20px;
  min-height: 20px;
}

#bbpress-forums .bbp-reply-content {
  padding: 10px 0 0;
}

.bbp-pagination-links>* {
  background-color: #222;
  padding: 2px 10px !important;
  border: 1px solid #000 !important;
  color: #fff;
}

.bbp-pagination-links .page-numbers.current {
  background-color: #555;
}

.bbp-pagination-links>a:hover {
  background-color: #e0e0e0;
  color: #000;
  font-weight: 700;
}

@media print {

  #below-menu,
  #bottom-bar,
  #comment-area,
  #footer,
  #header,
  #nav-main,
  #nav-top,
  #sidebar-left,
  #sidebar-right,
  #slider,
  #widgets-wrap-after-content,
  #widgets-wrap-after-post,
  #widgets-wrap-after-post-content,
  #widgets-wrap-before-content,
  #widgets-wrap-before-post,
  #widgets-wrap-before-post-content,
  .blog-nav,
  .entry-footer,
  .post-nav {
    display: none;
  }

  #content,
  #main {
    padding: 0;
  }

  #content {
    display: block;
    float: none;
    width: auto;
  }

  .blog-view,
  .single-view {
    border: none;
  }

  .blog-view,
  .blog-view.sticky {
    border-top: 1px dashed #555;
  }

  #site-title a {
    color: #ffd900;
  }

  #site-description {
    color: #333;
  }

  .entry-byline a,
  .genericon {
    color: #333;
  }
}
