/*
 * SCSS / CSS for Charlybaron blog
 * @author Xendopark Webdesign, Enrico Droske
 */
#outer-wrapper #wrapper {
  padding-top: 80px;
}

@media (max-width: 768px) {
  #outer-wrapper #wrapper {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  #outer-wrapper #wrapper {
    padding-top: 150px;
  }
}
/******************************* Header / Navigation ************************************/
#meco-overlay-menu #categories .navbar-collapse .navbar-categories {
  height: auto;
}

/*********************************** Main content / Sidebar ************************************/
#wrapper #main #wordpress-content {
  display: flex;
  flex-wrap: wrap;
}
#wrapper #main #wordpress-content article.post header {
  display: none;
}
#wrapper #main #wordpress-content article.post .featured-image {
  display: none;
}
#wrapper #main #wordpress-content article.post .entry-content {
  font-size: 16px;
}
#wrapper #main #wordpress-content article.post .entry-content h1, #wrapper #main #wordpress-content article.post .entry-content h2, #wrapper #main #wordpress-content article.post .entry-content h3, #wrapper #main #wordpress-content article.post .entry-content h4 {
  text-align: left;
  padding: 0;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
#wrapper #main #wordpress-content article.post .entry-content h1.has-text-align-right, #wrapper #main #wordpress-content article.post .entry-content h2.has-text-align-right, #wrapper #main #wordpress-content article.post .entry-content h3.has-text-align-right, #wrapper #main #wordpress-content article.post .entry-content h4.has-text-align-right {
  text-align: right;
}
#wrapper #main #wordpress-content article.post .entry-content h1.has-text-align-center, #wrapper #main #wordpress-content article.post .entry-content h2.has-text-align-center, #wrapper #main #wordpress-content article.post .entry-content h3.has-text-align-center, #wrapper #main #wordpress-content article.post .entry-content h4.has-text-align-center {
  text-align: center;
}
#wrapper #main #wordpress-content article.post .entry-content h3, #wrapper #main #wordpress-content article.post .entry-content h4 {
  font-weight: 400 !important;
}
#wrapper #main #wordpress-content article.post .entry-content h1 {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 0;
}
#wrapper #main #wordpress-content article.post .entry-content h2 {
  font-size: 24px;
  line-height: 1.3;
}
#wrapper #main #wordpress-content article.post .entry-content h3 {
  font-size: 19px;
  line-height: 1.3;
}
#wrapper #main #wordpress-content article.post .entry-content h4 {
  font-size: 15px;
  line-height: 1.3;
}
#wrapper #main #wordpress-content article.post .entry-content .cb-background-heading {
  background-color: #f2ecd8;
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
#wrapper #main #wordpress-content article.post .entry-content p {
  margin-bottom: 20px;
}
#wrapper #main #wordpress-content article.post .entry-content ul, #wrapper #main #wordpress-content article.post .entry-content ol {
  margin-bottom: 20px;
  padding-left: 1em;
}
#wrapper #main #wordpress-content article.post .entry-content ul li, #wrapper #main #wordpress-content article.post .entry-content ol li {
  margin-bottom: 10px;
}
#wrapper #main #wordpress-content article.post .entry-content .cb-contents-list {
  font-size: 18px;
  font-weight: 600;
}
#wrapper #main #wordpress-content article.post .entry-content .cb-contents-list a {
  font-weight: 600;
}
#wrapper #main #wordpress-content article.post .entry-content a {
  color: inherit;
  font-weight: 600;
}
#wrapper #main #wordpress-content article.post .entry-content .wp-block-image .aligncenter > figcaption {
  text-align: center;
}
#wrapper #main #wordpress-content article.post .entry-content .cb-vertical-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wrapper #main #wordpress-content article.post .entry-content .rttpg-block-postgrid .grid-hover-content h3.entry-title {
  font-size: 16px;
  margin-bottom: 0;
}
#wrapper #main #wordpress-content .sidebar {
  background-color: #f6f6f6;
  padding-top: 15px;
}
#wrapper #main #wordpress-content .sidebar .panel {
  background-color: #eee;
}
#wrapper #main #wordpress-content .sidebar .panel.widget_search {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#wrapper #main #wordpress-content .sidebar .panel .wp-block-group {
  padding: 0 15px;
}
#wrapper #main #wordpress-content .sidebar .panel .wp-block-group .wp-block-latest-comments {
  padding-left: 0;
}

@media (min-width: 768px) {
  #wrapper #main #wordpress-content article.post .entry-content h1, #wrapper #main #wordpress-content article.post .entry-content h2, #wrapper #main #wordpress-content article.post .entry-content h3 {
    font-weight: 300 !important;
  }
  #wrapper #main #wordpress-content article.post .entry-content h1 {
    font-size: 30px;
  }
  #wrapper #main #wordpress-content article.post .entry-content h2 {
    font-size: 30px;
  }
  #wrapper #main #wordpress-content article.post .entry-content h3 {
    font-size: 26px;
  }
  #wrapper #main #wordpress-content article.post .entry-content h4 {
    font-size: 20px;
  }
}
/**************************************** Frontpage *******************************************/
#wrapper #main #wordpress-content .pt-cv-wrapper .pt-cv-content-item .pt-cv-thumb-wrapper {
  overflow: hidden;
}
#wrapper #main #wordpress-content .pt-cv-wrapper .pt-cv-content-item .pt-cv-thumb-wrapper:before {
  pointer-events: none;
}
#wrapper #main #wordpress-content .pt-cv-wrapper .pt-cv-content-item .pt-cv-thumb-wrapper img.pt-cv-thumbnail {
  transition: all 0.5s;
}
#wrapper #main #wordpress-content .pt-cv-wrapper .pt-cv-content-item .pt-cv-thumb-wrapper img.pt-cv-thumbnail:hover {
  transform: scale(1.1);
}
#wrapper #main #wordpress-content .pt-cv-wrapper .pt-cv-content-item .pt-cv-overlay-wrapper {
  pointer-events: none;
}
#wrapper #main #wordpress-content .pt-cv-wrapper .pt-cv-content-item .pt-cv-overlay-wrapper .pt-cv-title a {
  pointer-events: none;
}
#wrapper #main #wordpress-content #pt-cv-view-uqpf9pw8 > .pt-cv-page {
  grid-template-columns: repeat(1, 1fr);
}
#wrapper #main #wordpress-content #pt-cv-view-uqpf9pw8 > .pt-cv-page .pt-cv-content-item:first-child {
  grid-area: 1/1/1 !important;
}
#wrapper #main #wordpress-content .cb-image-tiles {
  column-gap: 20px;
}
#wrapper #main #wordpress-content .cb-image-tiles .wp-block-column .wp-block-image {
  position: relative;
  overflow: hidden;
}
#wrapper #main #wordpress-content .cb-image-tiles .wp-block-column .wp-block-image img {
  transition: all 0.5s;
}
#wrapper #main #wordpress-content .cb-image-tiles .wp-block-column .wp-block-image img:hover {
  transform: scale(1.1);
}
#wrapper #main #wordpress-content .cb-image-tiles .wp-block-column .wp-block-image figcaption {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  margin: 0;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
}

@media (min-width: 768px) {
  #wrapper #main #wordpress-content #pt-cv-view-uqpf9pw8 > .pt-cv-page {
    grid-template-columns: 3fr 2fr;
  }
  #wrapper #main #wordpress-content #pt-cv-view-uqpf9pw8 > .pt-cv-page .pt-cv-content-item:first-child {
    grid-area: 1/1/3 !important;
  }
}
@media (min-width: 992px) {
  #wrapper #main #wordpress-content #pt-cv-view-uqpf9pw8 > .pt-cv-page {
    grid-template-columns: 2fr 1fr;
  }
}
/**************************************** Single Post *******************************************/
#wrapper #main #wordpress-content article.type-post {
  max-width: 900px;
  margin: 0 auto;
}
#wrapper #main #wordpress-content article.type-post header h1.entry-title {
  font-weight: 400 !important;
}
#wrapper #main #wordpress-content article.type-post header .meta {
  text-align: center;
}
#wrapper #main #wordpress-content article.type-post .featured-image {
  text-align: center;
  margin-bottom: 40px;
}/*# sourceMappingURL=charlybaron.css.map */