/*
Theme Name: Roos Heerkens
Version: 1.0
Description: NextStep
template: bb-theme
*/

/* Add your custom styles here... */ 


h2 .h2small {font-size:22px; font-weight: 400}
.lijntje > * {
  line-height: 1;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: var(--swm-color-headings);
}
.robotomonotxt p, a.robotomonotxt {font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;}
span.pp-content-grid-separator {
    min-height: 1px;
    width: 30px;
    background: #000;
    margin-top: 10px; margin-right:20px;
    margin-bottom: 2px;
    display: inline-block;
}
h3 span.fl-heading-text::before, .nav-previous a::before, .nav-next a::after  {
  content: '';
  width: 10px;
  height: 10px;
  display:inline-block;
  border-radius: 100%;
  background: #000;
  margin-right: 9px;
	margin-bottom:2px
}

.nav-next a::after  {margin-left: 10px;}

h3 {text-transform:lowercase;}

#fl-to-top {    background-color: #000;  right: 55px;  width: 44px;  height: 44px;    border-radius: 100px;}
.fa-chevron-up::before {  content: "\f062"!important;}
#fl-to-top i {  top: 14px;}

.pp-content-post-meta.pp-post-meta {display:none;}
.pp-content-category-list {  margin-top: 5px!important;  padding-top: 0!important;  border: none!important;  }


/*------------------------------------------------------------------
[# Phone Portrait and Landscape]
-------------------------------------------------------------------*/
@media only screen and (max-width: 992px) { 
  
  
    
    }