/*****************************************************************************************************/
 p:empty ::before { 
		 height: 0px !important; 
} 
/*****************************************************************************************************/

.dbj_top_right {
  position: absolute;
  top: 1px;
  right: 1px;
  /*  width: 200px;
  height: 100px;
  */
  border: 3px solid red;
}

/*****************************************************************************************************/

.dbj_display_none {
  display: none;
}

/*****************************************************************************************************/

/* the UP button */

.czr-btta {
  background-color: red;
  /* rgba(56, 59, 62, 0.2); */
  color: rgb(255, 255, 255);
}

/*****************************************************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  /* original: 1.25em */
  margin-top: 1.0em;
  /*0.1em;*/
}

/*****************************************************************************************************/

.entry-link,
blockquote {
  /*    position: relative; */
  margin: 0px;
  padding-top: 2.5em;
  padding-bottom: 0.1em;
  /*    border-top: 1px solid #f7f8f9;
    border-bottom: 1px solid #f7f8f9;  */
}

/*****************************************************************************************************/

#footer__credits > p.czr-credits > span > span.czr-designer-text {
  display: none;
}

#footer__credits > p.czr-credits > span > span.czr-wp-powered:first-child::after {
  /* border: 1px solid red; */
  content: " : Ability & Knowledge 2021";
}

footer#footer {
  border-top: none;
}

/* Reduce whitespace  */

#main-wrapper {
  margin-bottom: 0px;
}
/*****************************************************************************************************/

.sections-wrapper.flex-row-reverse.czr-center-sections.row {
  margin: 0px !important;
  padding: 0px  !important;
}

.sections-wrapper.flex-row.czr-center-sections.row {
  margin: 0px  !important;
  padding: 0px  !important;
}

.alternate__wrapper.row {
  margin-right: 0px  !important;
  margin-left: 0px  !important;
}

.grid-container__alternate article .tc-content {
		padding: 1em !important ;   
}


/* prominent border arround otherwise almost invisible
   back to top sign
*/
.back-to-top a {
/*
	background-image: url("images/back-to-top@2x.png");
  background-size: 35px 35px;
*/
	border: 2px solid red;
/* theme color is used */
}

/* loose the ugly grey background of the featured post */
#content .sticky {
	background-color: transparent !important;
}