/*
* Typography
*/
h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 17px;
  margin: 0;
  padding: 3px 0;
  line-height: 1.56;
}
A:LINK,
A:VISITED,
A:VISITED,
A:HOVER {
  font-weight: 400;
}

/* Center the text inside an element */
.blkppl-center {
  text-align: center;
}
/* Horizontally center a block element */
.blkppl-center-block {
  margin: auto;
  width: 90%;
  padding: 10px;
}
.blkppl-margin-sm {
  margin: 5px 0;
  color: #ffffff;
}
:root {
  --frame-spacing-xl: 1rem;
  --frame-spacing-lg: 1rem;
}
/* Base  Style*/
.blkppl-ad-container {
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

.blk-ad-container-article-top {
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

/* Supporters Promotion */
.blkppl-supporters-promotion {
  margin: 0 20px;
}
.blkppl-supporters-promotion p {
  margin: 0;
  padding: 0;
}
.blkppl-supporters-promotion-header {
  color: #000; 
  font-weight:600;
  font-size: 18px;
}
.blkppl-supporters-promotion-list {
  margin: 0;
  padding: 0;
}
.blkppl-supporters-promotion-list-title {
  font-size: 17px;
  font-weight:600;
  padding-bottom: 3px;
}
.blkppl-supporters-promotion-supporters-names {
  font-size: 17px;
  margin: 0;
  padding: 0;
}

/* News BLKPPL Customization*/
.news .news-list-view p {
  margin: 0;
  padding: 0
}
.blkppl-news-list-item-title {
  margin-top: 10px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212121;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-color: transparent;
}
/* CAT Menu Buttons */
.news .btn-group .btn-primary {
  color: #111010;
  background-color: transparent;
  border-color: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mb-3 {
  margin-bottom: .5rem !important;
}

/** BLKPPL EXT tx_form Forms **/

.form-group,
.actions {
  margin: 0 40px;
}
  
.form-group textarea {
  resize: both;
  margin: 0px;
  width: 100%;
  height: 150px;
}

.control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-control {
  width: 100%;
  height: 38px;
  font-size: 16px;
  line-height: 1.55;
  padding: 6px 12px;
}

.btn-primary {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
}
.footer-section-meta {
  background-color: #212121;
  --frame-color: #ffffff;
  --frame-background: #212121;
  --frame-link-color: #faf6f6;
  --frame-link-hover-color: #cecdcd;
}

/* BLKPPL Search Box */
.blkppl-search-box {
  margin: auto;
  width: 70%;
  max-width: 800px;
  min-width: 240px;
}