/*
Theme Name: Twenty Nineteen Child
Theme URL: http://www.pixlerei.at
Description: Twenty Nineteen Child Theme
Author: Birgit Raitmayr | pixlerei.at
Author URL: http://www.pixlerei.at
Template: twentynineteen
Version: 1.0.0
Text Domain: twentynineteen-child
*/

body {
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:300;
	color:#000;
}

h1, h2, h3,
.h1, .h2, .h3 {
	font-weight:300;
}
h4, h5,
.h4, .h5 {
	font-weight:400;
	margin-top:1.5rem;
}

b, strong {
    font-weight: 500;
}
.site-logo {
	display: none;
}
/*========================== LINKS =========================*/

a {
    color: #e84c0b;
}
a:hover, a:active {
	color: #ff2a00;
}
a:visited {
    color: #e84c0b;
}
h2.kleintext {
	font-size:1.5em;
	margin-bottom:0.4rem;
}
h3.kleintext {
	font-size:1.2em;
	margin-bottom:0.4rem;
}
p.kleintext {
	font-size:0.8em;
	margin-top:0;
}

.entry-content .wp-block-image.is-resized.leichtlesen {
	float:left;
	margin:15px 40px 40px 0;
}

/*===================== HEADER ======================*/
#masthead {
	background-color:#e84c0b;
	background-image:url(img/maschendrahtstruktur.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}
.site-title a:link, .site-title a:visited {
    color: #fff;
    font-weight:700;
    font-size: 2rem;
}
.site-title a:hover,
.site-header.featured-image .site-title a:hover {
    color: #fff;
    opacity: 0.75;
}
.site-header.featured-image {
    text-shadow: none;
}
.site-description {
    color: #000;
    font-weight: 300;
    display:block;
}
@media only screen and (min-width: 168px) {
  	.site-description {
  		color: #fff;
  		font-weight: 400;
  		width: 350px;
  	}
}

@media only screen and (min-width: 1178px) {
	.site-description {
  		color: #000;
	}
}

.site-title:not(:empty) + .site-description:not(:empty)::before {
    content: "";
    margin: 0;
}
.site-branding {
    z-index: 1;
}

/*===================== NAVIGATION ===========================*/
/* .............. Leicht Lesen-Menüpunkt Start ................*/
@media only screen and (min-width: 168px) {
	.nav-ll {
		width: 120px;
		background-color:transparent;
		background-image:url(img/leicht-lesen-a2.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size: contain;
		box-shadow: none;

		/*display:none;*/
	}
	#masthead {
  		background-size: cover;
  		background-position-x: -60%;
  	}

}
@media only screen and (min-width: 768px) {
	.nav-ll {
		display:block;
		position: absolute;
		width: 80px;
		height: 80px;
		top: 100px;
		left: -95px;
		background-color:transparent;
		background-image:url(img/leicht-lesen-a2.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size: contain;
		box-shadow: none;
	}

	.ll-icon {/*
		background-color:transparent;
		background-image:url(img/leicht-lesen-a2.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size: contain;
		box-shadow: none;*/
		max-width: 100%;
	    max-height: 100%;
	}
	.ll-link {
		width: 100%;
		height: 100%;
	}
	#masthead {
  		background-size: contain;
  		background-position-x: 100%;
  		background-position: right;
  	}
  	.site-description {
  		width: 100%;
  	}
}

nav#site-navigation.main-navigation div.menu-menue-kopfleiste-container ul#menu-menue-kopfleiste.main-menu li#menu-item-215 {
	background-color:transparent;
	background-image:url(img/leicht-lesen-a2.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size: contain;
	box-shadow: none;
}
nav#site-navigation.main-navigation div.menu-menue-kopfleiste-container ul#menu-menue-kopfleiste.main-menu li#menu-item-215 a {
	color:transparent;
}
/* .............. Leicht Lesen-Menüpunkt Ende ................*/
.main-navigation {
	margin-top: 1rem;
}
.main-navigation .main-menu > li > a {
	font-weight: 300;
	font-size:1.5rem;
	margin-right:0;
}

.main-navigation .main-menu li,
.main-navigation .sub-menu {
	background-color:#fff;
	display: inline-block;
	margin-right:0.1rem;
	padding:0.5rem 0.2rem;
	-webkit-box-shadow: 5px 5px 15px 0px #752606; 
	box-shadow: 5px 5px 15px 0px #752606;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu  {
  min-width: 400px;
}
/*
.main-navigation .main-menu-more .main-menu li {
  width: 100%;
}*/
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu li {
	width: 100%;
}

.main-navigation .main-menu li:nth-of-type(odd) {
	transform: rotate(-1deg);
}
.main-navigation .main-menu li:nth-of-type(2) {
	transform: rotate(0.5deg);
}
.main-navigation .main-menu li:nth-of-type(4) {
	transform: rotate(-0.5deg);
}
.main-navigation .main-menu-more .main-menu li {
	transform:rotate(1deg);
	background: transparent;
	box-shadow: none;
	padding: 0.15rem 0.5rem;
	border-bottom:1px dotted #ccc;
	width:100%;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links, 
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links, 
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
    left: -250%;
}
.main-navigation .main-menu-more .main-menu li:last-of-type {
	border-bottom:0px;
}
.main-navigation button {
    color: #fff;
}
.main-navigation .sub-menu > li > a {
    color: #000;
    font-weight:400;
}
.main-navigation .main-menu-more ul li ul,
.main-navigation .sub-menu > li > a, .main-navigation .sub-menu > li > .menu-item-link-return {
	padding:0;
}
.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus, .main-navigation .sub-menu > li > .menu-item-link-return:hover, .main-navigation .sub-menu > li > .menu-item-link-return:focus {
    background: transparent;
    color:#e84c0b;
}
.main-navigation .main-menu > li > a {
    color: #000;
}
.main-navigation .main-menu > li > a:hover,
.main-navigation .main-menu li.current-menu-item a{
    color: #e84c0b;
}

.site-header.featured-image .main-navigation a:hover {
	opacity:1;
}
.main-navigation .main-menu-more .main-menu li {
    width: 50%;
}

/*=========================== BLOCK ELEMENTS ==========================*/
.page-id-13 #post-13.post-13.page div.entry-content div.wp-block-columns.has-2-columns div.wp-block-column {
	margin-bottom:3rem;
}

.wp-block-columns.has-2-columns div.wp-block-column div.wp-block-ugb-expand.ugb-expand {
	margin-top:0;
	line-height:0;
}
.wp-block-ugb-expand.ugb-expand.ugb-expand--more div.ugb-expand__more-text p {
	font-size: 1rem;
	font-weight: 300;
	line-height:1.5rem;
}
.wp-block-column div.wp-block-ugb-expand.ugb-expand.ugb-expand--more div.ugb-expand__more-text p a {
	text-decoration:none;
}
.wp-block-column div.wp-block-ugb-expand.ugb-expand.ugb-expand--more div.ugb-expand__more-text p a:hover,
.wp-block-column div.wp-block-ugb-expand.ugb-expand.ugb-expand--more div.ugb-expand__more-text p a:active {
	text-decoration:underline;
	color: #000
}

.ugb-expand.ugb-expand--more .ugb-expand__less-toggle-text,
.ugb-expand.ugb-expand--more .ugb-expand__more-text {
    font-size: smaller;
	font-weight: 700;
}

/*=========================== PAGES ==========================*/
/*@media (max-width: 478px) (min-width: 768px)*/

@media only screen and (min-width: 600px) {
	.page-id-24 .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(1) {
		flex-basis: 100%;
	}
	.page-id-24 .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2) {
		flex-basis: 100%;
		padding:0.6rem;
		font-size: 0.6rem;
		line-height: 0.85rem;
		border: 3px dotted #e84c0b;
	}
	.entry .entry-content .wp-block-columns {
    	flex-wrap: wrap;
	}
	.wp-block-column:not(:first-child) {
    margin:0 32px 0 0;
	}
}
@media only screen and (min-width: 1168px) {
	.page-id-24 .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(1) {
		flex-basis: 65%;
	}
	.page-id-24 .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2) {
		flex-basis: 35%;
		padding:0.6rem;
		font-size: 0.6rem;
		line-height: 0.85rem;
		border: 3px dotted #e84c0b;
	}
	.entry .entry-content .wp-block-columns {
    	flex-wrap: nowrap;
	}
}
.page-id-24 .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2) h3,
.page-id-24 .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2) h4 {
	margin-bottom:0;
}

.page-id-24 .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2) h3 {
	color:#e84c0b;
	font-weight:700;
}
.page-id-24 .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2) h4 {
	color:#000;
	font-weight:700;
}
.page-id-24 .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2) p {
	margin:0.3rem 0;
}
.page-id-24 .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2) ul {
	margin-top:0.2rem;
}
.page-id-24 .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2) li {
    line-height: 1.4;
}
.page-id-210 .entry .entry-content h2 {
	margin: 72px 0 20px 0;
}
.page-id-210 .entry .entry-content h3 {
	margin: 52px 0 20px 0;
}
.page-id-210 .entry .entry-content p strong {
	font-weight:800;
}
/*
#post-5.post-5.page.type-page .entry-content .wp-block-columns.has-2-columns div.wp-block-column {
	margin-right:2rem;
}*/
#post-5.post-5.page.type-page .entry-content .wp-block-columns.has-2-columns div.wp-block-column:first-of-type {
	padding:0.5rem 1.2rem;
	background-color:#ccc;
	/*border: 3px dotted #e84c0b;*/
	margin-right:2rem;
}

/*======================= BLOG ARCHIVE ========================*/

.sticky-post {
    display: none;
}
/*
.home div#page.site div#content.site-content section#primary.content-area main#main.site-main article.sticky .entry-content {
    max-width: calc(12 * (100vw / 12) - 28px);
}*/
.home #page.site #main article.entry {
	background-color:#fff;
}

.home div#page.site article.entry {
	background-color:#eee;
}
.home div#page.site div#content.site-content section#primary.content-area main#main.site-main article.sticky figure.post-thumbnail a.post-thumbnail-inner img {
	float: left;
    margin-right: 1rem;
    margin-left: 0;
}
.home div#page.site div#content.site-content section#primary.content-area main#main.site-main article.sticky.entry footer.entry-footer {
	margin-bottom:0;
}
.home div#page.site article#post-117.post-117.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-allgemein.tag-metoo.tag-diskussion.tag-sexuelle-selbstbestimmung.tag-vortrag.entry header.entry-header {
    padding-top: calc(0.5 * 1rem);
}
.home div#page.site article#post-117.post-117.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-allgemein.tag-metoo.tag-diskussion.tag-sexuelle-selbstbestimmung.tag-vortrag.entry footer.entry-footer {
    padding-bottom: calc(3 * 1rem);
}
.home div#page.site article figure.post-thumbnail a.post-thumbnail-inner img {
    float: right;
    margin-left: 1rem;
    margin-right:0;
}
.home article#post-78.post-78.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-oeffentlichkeitsarbeit.tag-aktion.tag-gewalt.entry header.entry-header {
    margin: 0 calc(10% + 60px) calc(1rem / 2);
}




.home #page.site div#content.site-content section#primary.content-area main#main.site-main article.sticky {
	background-color:transparent;
}

.entry {
    margin-top: calc(1 * 1rem);
}
.entry:nth-of-type(even) {
	background-color:#eee;
	padding:10px 0 20px 0;
}

.hfeed .entry:nth-of-type(1) .entry-header {
    margin: 0 calc(10% + 60px) calc(1rem / 2);
    /*margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);*/
}

.hfeed .entry .entry-header {
    margin: calc(1 * 1rem) calc(10% + 60px) calc(1rem / 2);
}

@media only screen and (max-width: 767px) {
	.hfeed .entry:nth-of-type(1) .entry-header,
	.hfeed .entry:nth-of-type(2) .entry-header,
	.hfeed .entry .entry-header {
    	margin: calc(3 * 1rem) 1rem calc(1rem / 2);
	}
}

.sticky-post {
    background: transparent;
    color: #e84c0b;
    font-weight: 400;
    letter-spacing:0.1rem;
    border:1px dotted #e84c0b;
    position: absolute;
	top: -30px;
}

.entry .entry-datum{
    max-width: 80%;
    margin: 0 10%;
    padding: 0 60px;
    font-weight: 400;
    color: #767676;
    font-size: 0.71111em;
}
.entry .entry-datum a {
    transition: color 110ms ease-in-out;
    color: currentColor;
}
.entry .entry-datum a:hover {
    text-decoration: none;
    color: #e84c0b;
}
.entry-title {
	font-size:3rem;
}
@media only screen and (max-width: 767px) {
	.entry-title {
		font-size:1.8rem;
	}
}

.entry .entry-title::before {
    background: transparent;
    height: 0;
}

.entry .post-thumbnail {
    margin: 0 calc(10% + 60px) 1rem;
}
@media only screen and (max-width: 767px) {
	.entry .post-thumbnail {
    	margin: 0 1rem 1rem;
	}
	.entry .entry-content, .entry .entry-summary {
    	margin: 0 1rem;
	}
	.entry .entry-content > *, .entry .entry-summary > * {
    	margin: 0 0 1rem 0;
	}
	.entry .entry-footer {
    	margin: calc(0.5 * 1rem) 1rem 1rem;
	}
}

.image-filters-enabled .entry .post-thumbnail::before,
.image-filters-enabled .entry .post-thumbnail::after {
    background: transparent;
}
.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
    filter: grayscale(0%);
}

.entry .post-thumbnail .post-thumbnail-inner img {
	width: 33%;
    margin-top: 15px;
}
.entry:nth-of-type(odd) .post-thumbnail .post-thumbnail-inner img {
    float: left;
    margin-right: 1rem;
}
.entry:nth-of-type(even) .post-thumbnail .post-thumbnail-inner img {
    float: right;
    margin-left: 1rem;
}
.entry .entry-content,
.entry .entry-content > *, .entry .entry-summary > * {
    max-width: calc(12 * (100vw / 12) - 28px);
}

@media only screen and (min-width: 768px) {
	.entry .entry-content > *, .entry .entry-summary > * {
		margin: 0 0 32px 0;
	}
	.entry .entry-footer {
		margin: 1rem calc(10% + 60px) calc(1 * 1rem);
	}
	.entry .entry-footer:last-of-type {
    margin: 1rem calc(10% + 60px) calc(3 * 1rem);
}
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content > *, .entry .entry-summary > * {
    margin: 0 0 32px 0;
	}
}
@media only screen and (min-width: 768px) {
	.entry .entry-footer {
    	max-width: 100%;
	}
}

.tags-links {
	font-weight:400;
}
a.readmore {
	font-weight:400;
}
.entry .entry-meta a:hover, 
.entry .entry-footer a:hover {
    color: #e84c0b;
}

.entry-footer {
	display:none;
}

/*======================== SINGLE POST PAGES =============================*/
.single-post .entry-header .entry-meta span.byline {
	display:none!important;
}

.site-header.featured-image .site-title a {
	color:#fff;
}
.site-header.featured-image .main-navigation a,
.site-header.featured-image .main-navigation a + svg,
.site-header.featured-image .social-navigation a,
.site-header.featured-image .site-featured-image a {
    color: #000;
}
.site-header.featured-image .site-branding .site-title, .site-header.featured-image .site-branding .site-description, .site-header.featured-image .main-navigation a::after, .site-header.featured-image .main-navigation .main-menu > li.menu-item-has-children::after, .site-header.featured-image .main-navigation li, .site-header.featured-image .social-navigation li, .site-header.featured-image .entry-meta, .site-header.featured-image .entry-title {
    color: #000;
}
.site-header.featured-image .main-navigation a:hover,
.site-header.featured-image .main-navigation a + svg:hover,
.site-header.featured-image .social-navigation a:hover,
.site-header.featured-image .site-featured-image a:hover {
    color: #e84c0b;
}
/*
.image-filters-enabled .site-header.featured-image::after,
.image-filters-enabled .site-header.featured-image .site-featured-image::before,
.image-filters-enabled .site-header.featured-image .site-featured-image::after {
    background: #e84c0b;
}*/
.image-filters-enabled .site-header.featured-image::after, 
.image-filters-enabled .site-header.featured-image .site-featured-image::before, 
.image-filters-enabled .site-header.featured-image .site-featured-image::after {
	background:transparent;
}
.image-filters-enabled .site-header.featured-image::after {
    opacity: 1;
}
.site-header.featured-image .site-featured-image .entry-header {
    margin-top: calc( 2 * 1rem);
}
.site-featured-image {
	display:none;
}
.site-header.featured-image {
    max-height: 40vh;
    min-height: 10vh;
}
.post-navigation .nav-links a:hover {
    color: #ff2a00;
}

/*====================== FORMULAR ========================*/
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #e84c0b;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #ff2a00;
}

/*====================== COOKIE NOTICE =========================*/
.cookie-notice-container {
    padding: 30px 30px 50px 30px;
    font-size:1rem;
    line-height: 1.3rem;
}
#cookie-notice .cn-button {
    margin: 0 10px 0 0;
}
#cookie-notice .cn-button.button {
	padding: 0.35rem 0.5rem;
}
#cookie-notice a.cn-button.button:hover {
	color:#fff;
}


/*====================== PLUGIN Popup Maker =========================*/


.pum-theme-438, .pum-theme-standard-theme {
    background-color: rgba( 0, 0, 0, 0.7 )!important;
}
.pum-container.pum-responsive.pum-responsive-medium {
    border:10px solid #e84c0b;
}
.pum-theme-438 .pum-content, .pum-theme-standard-theme .pum-content {
	color: #000!important;
	font-size: 1.5em!important;
}
#popmake-499.pum-container.popmake div.pum-content.popmake-content p {
	margin-top:0 !important;
}
#popmake-499.pum-container.popmake div.pum-content.popmake-content p a {
	color:#e84c0b !important;
}
#popmake-499.pum-container.popmake div.pum-content.popmake-content p a:hover {
	color:rgba(0,0,0,0.6) !important;
}
#pum-499.pum.pum-overlay.popmake-overlay div#popmake-499.pum-container.popmake.theme-438 div.pum-content.popmake-content div.wp-block-stackable-icon.stk-block-icon.has-text-align-left.stk-block.stk-304c769 {
	margin-bottom:4px;
}
.stk-304c769 .stk--svg-wrapper .stk--inner-svg svg:last-child, .stk-304c769 .stk--svg-wrapper .stk--inner-svg svg:last-child :is(g, path, rect, polygon, ellipse) {
  fill: #e84c0b !important;
}
.stk-304c769 .stk--svg-wrapper .stk--inner-svg svg:last-child, .stk-304c769 .stk--svg-wrapper .stk--inner-svg svg:last-child :is(g, path, rect, polygon, ellipse):hover {
  fill: rgba(0,0,0,0.6) !important;
}

#popmake-499.pum-container.popmake.theme-438.size-custom.pum-position-fixed.active.fixed.custom-position button.pum-close.popmake-close {
    /*position: absolute;
    height: auto;
    width: auto;*/
    left: 77%!important;/*
    right: px;
    bottom: auto;
    top: px;
    padding: 8px;*/
    color: rgba(0,0,0,0.5);
    font-weight: 700;
    font-size: 24px!important;/*
    font-style: inherit;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: px;*/
    box-shadow: none;
    text-shadow: none;
    background-color: rgba(255,255,255,0)!important;
}
#popmake-499.pum-container.popmake.theme-438.size-custom.pum-position-fixed.active.fixed.custom-position button.pum-close.popmake-close:hover {
	color:rgba(232, 76, 11, 1)!important;
}
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
  margin-left: 15px !important;
}
.pum-theme-438 .pum-container, .pum-theme-cutting-edge .pum-container {
  padding: 18px!important;
  border-radius: 10px!important;
  border: 1px none rgba(232, 76, 11, 1)!important;
  box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 )!important;
  background-color: rgba(255,255,255,1)!important;
}

.pum-content.popmake-content p strong {
	font-weight:700!important;
}
.pum-content.popmake-content p a {
	text-decoration:underline!important;
}
.pum-content.popmake-content p a:hover {
	text-decoration:none!important;
}



/*====================== FOOTER =========================*/
@media only screen and (min-width: 168px) {
		#colophon .widget-column .widget {
		width: 100%;
		padding: 0 3rem 0 0;
	}
}

@media only screen and (min-width: 768px) {
	#colophon .widget-column .widget {
	    width: 25%;
		padding: 0 2rem 0 0;
		margin-right: 0;
	}
}



/*
#colophon .widget-column .widget {
	width: 25%;
	padding: 0 3rem 0 0;
}*/
#colophon .widget-column .widget:nth-of-type(5) {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
#text-6.widget.widget_text h2.widget-title {
	opacity:0.5;
}
#text-6.widget.widget_text div.textwidget p a img.alignnone.wp-image-43 {
	margin:0 1rem 0 0;
	padding-bottom: 58px;
}

#text-6.widget.widget_text div.textwidget p img.alignnone.wp-image-51 {
	margin:10px 0 0 1rem;
}
#text-6.widget.widget_text div.textwidget p img {
	margin-top:1rem;
}
#text-6.widget.widget_text div.textwidget p img:nth-child(5) {
	margin:0 2.5rem 0 3.5rem;
	padding-bottom: 35px;
}

#colophon {
	color: #fff;
	background: #333;
}
#colophon h1,
#colophon h2,
#colophon h3 {
	font-size: 0.7rem;
	font-weight:400;
}
#colophon h2 {
	text-transform:uppercase;
	letter-spacing:0.1rem;
}
#colophon p {
	font-size: 0.7rem;
	line-height: 1rem;
}
#colophon a, #colophon a:visited {
	color: #e84c0b;	
}
#colophon a:hover, #colophon a:active {
	color:#ff2a00;
}
 
#colophon .site-info a, 
#colophon .site-info a:visited {
	color: #777;
}

#colophon .site-info a:hover {
	color: #e84c0b;
	text-decoration:underline;
}
.widget_archive ul li, 
.widget_categories ul li, 
.widget_meta ul li, 
.widget_nav_menu ul li, 
.widget_pages ul li, 
.widget_recent_comments ul li, 
.widget_recent_entries ul li, 
.widget_rss ul li {
    color: #e84c0b;
    font-size: 0.7rem;
    line-height: 1rem;
}
h1:not(.site-title)::before, 
h2::before {
    background: transparent;
    content: none;
    display: block;
    height: 0;
    margin: 0;
    width: 1em;
}
.widget {
	margin: 0;
}
.widget:nth-of-type(5) {
	margin: 0;
}
#colophon #custom_html-2 {
	opacity:0.4;
}
#colophon .widget-column .widget:nth-of-type(5) h2::before {
    background: #000;
    content: "\020";
    display: block;
    height: 1px;
    margin: 0 0 1rem 0;
    width: 100%;
}
#colophon .wp-block-image .alignleft {
    float: left;
    margin-right:0;
    padding-right: 0;
}

#colophon .wp-block-image:nth-of-type(1) {
	width: 24%;
	float:left;
	padding-top: 8px;
}
#colophon .wp-block-image:nth-of-type(2) {
	width: 30%;
	float:left;
}
#colophon .wp-block-image:nth-of-type(3) {
	width: 15%;
	float:left;
}
#colophon .wp-block-image:nth-of-type(4) {
	width: 16%;
	float:left;
}
#colophon .wp-block-image:nth-of-type(5) {
	width: 13%;
	float:left;
}
@media only screen and (min-width:768px) {
	#colophon .widget-area, #colophon .site-info {
	    margin: calc(0 * 1rem) calc(10% + 60px) calc(1.5 * 1rem) calc(10% + 60px);
	    border-top:1px solid #111;
    	padding-top:calc(1.5 * 1rem);
	}
}
.site-name {
    margin-right: 1rem;
}
.site-info {
	display:none;
}