/*
 Theme Name:     Kids en Kurken
 Theme URI:      https://www.kidsenkurken.nl/
 Description:    Kids en Kurken Thema
 Author:         Webase
 Author URI:     https://webase.io
 Template:       generatepress
 Version:        1.0.0
*/

/* GeneratePress Site CSS */ /* Colors */
.main-navigation ul li:after {
    background-color: #000;
}

.main-navigation .inside-navigation {
    border-top: 0.5px solid #d4d7d8;
}

.wpsp-card, .wpsp-card a, .wpsp-card .wp-show-posts-meta a, .wpsp-card .wp-show-posts-meta a:visited {
    color: #fff;
}
.navigation-search.nav-search-active {
    background-color: rgba(255,255,255,0.95);
    top: 100%;
}

/* Theme Global */
@media (min-width: 769px) {
    body {
        /*margin: 0 30px;*/
    }
}

body.single-post.no-sidebar .site-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.main-navigation .sticky-logo, 
.main-navigation .sticky-logo img {
    height: 50px;
}

/* Mobile header */
.mobile-header-navigation .mobile-header-logo, 
.mobile-header-navigation .mobile-header-logo img {
    height: 50px;
}

/* Navigation */
.second-nav.grid-container {
    padding: 0;
}

@media (min-width: 769px) {
    .main-navigation ul li {
        position: relative;
    }

    .main-navigation ul li:after {
        content: '';
        position: absolute;
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        pointer-events: none;
        filter: hue-rotation(90deg);
        -webkit-filter: hue-rotation(90deg);
        -webkit-transition: height 0.35s ease;
        transition: height 0.35s ease;
    }

    .main-navigation ul li:hover:after, .main-navigation ul li.current-menu-item:after {
        height: 6px;
    }
}

/* Widgets */
.widget-title {
    margin: 1em 0;
    font-size: 0.8em !Important;
}

.widget .wp-show-posts article {
    margin-bottom: 0.5em !important;
}

.zero-padding {
    padding: 0 !important;
}

.widget.no-background {
    background-color: transparent;
}

/* Buttons */
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
    pointer-events: initial !important;
    border-color: inherit;
    border: 1px solid;
}

/* Page Heros */
.page-hero.overlay {
    -webkit-box-shadow: inset 0px -180px 83px -15px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -180px 83px -15px rgba(0, 0, 0, 0.75);
}

.gradient-overlay {
    position: relative;
    z-index: -1;
}

.gradient-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 89, 155, .5)), to(rgba(14, 161, 234, .6)));
    background: linear-gradient(rgba(3, 89, 155, .5), rgba(14, 161, 234, .6));
    z-index: -1;
}

/* Blog */
.generate-columns .inside-article {
    padding: 0 0 15px;
}

.sidebar .widget_wpsp_widget {
    display: none;
}
@media (max-width: 768px) {
    .generate-columns .inside-article>*:not(.post-image) {
        padding: 0 15px;
    }

    .sidebar .widget_categories {
        display: none;
    }
    .sidebar .widget_recent_entries {
        display: none;
    }
    .sidebar .widget_wpsp_widget {
        display: block;
    }

}

.generate-columns-container article .inside-article .post-image {
    margin-bottom: 0.5em;
}

.generate-columns-container article .inside-article .entry-summary {
    margin-top: 0.5em;
    font-size: 0.8em;
}

.generate-columns-container article .entry-header, .wp-show-posts-entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .generate-columns-container article .entry-header .entry-title, .wp-show-posts article .wp-show-posts-entry-title {
        line-height: 2.5ex;
        height: 5ex;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.wp-show-posts .wp-show-posts-inner {
    overflow: hidden;
}

@media (min-width: 420px) {
.wpsp-align .wp-show-posts-image {
    margin-bottom: 0;
}
}
.wpsp-align .wp-show-posts-image a, .wpsp-align .wp-show-posts-image img {
    height: 100%;
}

.generate-columns-container article .inside-article img, .wp-show-posts-image img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.wp-post-navigation .wp-show-posts-entry-title {
    font-size: 16px;
}
.wp-post-navigation .wp-show-posts-entry-title a {
    color: #222222;
}

.wp-post-navigation article {
    margin-bottom: 5px;

}

/* WPSP Grids */
/* Single column align side image */
/* Add wpsp-align class to to WPSP List shortcode wrapper */
@media (min-width: 420px) {
    .wpsp-align .wp-show-posts-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wpsp-align .wp-show-posts-inner>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) and (min-width: 420px) {
    .wpsp-align .wp-show-posts-inner .wp-show-posts-image {
        margin-right: 1.5em;
    }
}

/* magazine Grid Golden Ratio 5 block standard */
/* Add wpsp-grid class to WPSP List shortcode wrapper */
@media (min-width: 600px) {
    .wpsp-grid .wp-show-posts {
        display: grid;
    }
}

@media (min-width: 900px) {
    .wpsp-grid .wp-show-posts {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: 1fr auto;
    }

    .wpsp-grid .wp-show-posts article:first-child {
        grid-column: 1 / 5;
        grid-row: 1 / 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(2) {
        grid-column: 5 / end;
        grid-row: 1 / 2;
    }

    .wpsp-grid .wp-show-posts article:nth-child(3) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(4) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }
}

@media (max-width: 899px) and (min-width: 600px) {
    .wpsp-grid .wp-show-posts article {
        grid-column: span 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(3), .wpsp-grid .wp-show-posts article:nth-child(4) {
        grid-row: 3;
        grid-column: span 2;
    }
}

.wpsp-grid article:not(:first-child) .wp-show-posts-image a img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpsp-grid article:first-child .wp-show-posts-image a img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpsp-grid article:not(:first-child) .wp-show-posts-entry-summary, .wpsp-grid article:not(:first-child) .wp-show-posts-entry-meta-below-post, .wpsp-grid article:not(:first-child) .wpsp-read-more {
    display: none;
}

/* WPSP Card Styling */
/* Add wpsp-card class to WPSP List shortcode wrapper */
.wpsp-card .wp-show-posts-meta a, .wpsp-card .wp-show-posts-meta a:visited {
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

:not(.widget).wpsp-card .wp-show-posts article, .wpsp-card .wp-show-posts-image {
    margin-bottom: 0 !important;
}

.wpsp-card .wp-show-posts-inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpsp-card .wpsp-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5% 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.35);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(80, 50, 50, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(80, 50, 50, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.wpsp-card article {
    position: relative;
    overflow: hidden;
}

.wpsp-card article, .wpsp-card article .wp-show-posts-image img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.wpsp-card article:hover .wp-show-posts-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/* Post Navigation */
#post-nav a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #post-nav a {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

#post-nav, #post-nav .post-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#post-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

#post-nav .post-nav-wrap {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 120px;
    height: 100%;
    padding: calc(6% + 1em) 5%;
    -webkit-box-shadow: inset 0 -50px 70px 20px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -50px 70px 20px rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-box-shadow 500ms;
    transition: -webkit-box-shadow 500ms;
    transition: box-shadow 500ms;
    transition: box-shadow 500ms, -webkit-box-shadow 500ms;
    position: relative;
    box-sizing: border-box;
}

#post-nav .post-nav-wrap:hover {
    -webkit-box-shadow: inset 0 -90px 70px 20px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -90px 70px 20px rgba(0, 0, 0, 0.5);
}

.post-nav-wrap>* {
    color: #fff;
}

.post-nav-date {
    font-size: 0.9em;
}

.post-nav-title {
    margin: 5px 0 !important;
}

.post-nav {
    min-width: 60px;
    position: absolute;
    top: 0;
    border-radius: 0 0 2px 0;
}

.post-nav:first-child {
    left: 0;
}

.post-nav:last-child {
    right: 0;
}

.post-nav {
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 0.7em;
    text-transform: uppercase;
    background-color: #ff1956;
    color: #fff !important;
}

.header-widget .lsi-social-icons li {
    margin-bottom: 0 !important;
}

body .happyforms-flex {
    padding: 0;
} /* End GeneratePress Site CSS */


body.home .site-main {
	margin: 0px 0px 15px 0px;
}

a.btn{
	padding: 10px 20px;
	border-radius: 0px;
	font-size: 14px;
	text-transform: uppercase;
	margin: 3px 0px;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 1px;
}

a.btn:hover{
	background: #000;
	color: #fff;
}

a.btn-light{
	background: #f4efe9;
	color: #222;
}

a.btn-green{
	background: #979678;
	color: #fff;
}

a.btn-green-alt{
	background: #fff;
	color: #979678;
}

.site-main {
    /*margin-top: 0px!important;*/
}
.site .site-main {
    margin-top: 0px;
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
    background-color: #fff;
}

/* HEADER */

#mobile-header.navigation-stick {
    /*max-width: 100vw!important;
    top: 0!important;
    margin-top: 0px!important;
    padding-top: 0px!important;*/
}

.inside-navigation{
	  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
    box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.15);
}

.main-navigation .inside-navigation {
    border-top: none!important;
}

.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
    line-height: 60px;
}

.main-navigation .main-nav ul li.search-item.active > a, .main-navigation .menu-bar-items .search-item.active > a {
    color: #222222;
    background-color: #fff!important;
    opacity: 1;
}

.navigation-search input[type="search"], .navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus{
    color: #222222;
    background-color: #f4efe9;
    opacity: 1;
    box-shadow: inset 0px 1px 4px rgba(0,0,0,0.05);
}

.inside-navigation .menu-bar-items { order: 3!important; }
.inside-navigation .site-logo { order: 2!important; }
.inside-navigation button.menu-toggle { order: 1!important; }

.slideout-navigation .inside-navigation{
    box-shadow: none;
}

button.menu-toggle{
	background: #f4efe9;
	height: 40px;
	padding: 5px!important;
	width: 40px;
	margin: 10px;
	line-height: 41px;
}

/*.menu-toggle:before {
    content: "\f0c9";
    font-family: GeneratePress;
    font-size: 30px;
    font-weight: 900;
    color: #979678;
    text-align: center;
    display: inline-block;
}*/

.menu-toggle .gp-icon svg {
    color: #979678;
    width: 2em;
    height: 2em;
    top: 0;
}

.slideout-navigation button.slideout-exit{	
    padding: 15px 10px!important;
}
.slideout-navigation button.slideout-exit svg {  
    color: #979678;
    width: 2em;
    height: 2em;
}
/*
.slideout-exit:before{
	font-size: 30px;
    font-weight: 900;
    color: #979678;
}*/
.slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a, .slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover, .slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {
    color: #979678;
    background-color: #f4efe9!important;
}
.slideout-navigation.main-navigation .main-nav ul.sub-menu li a {
    color: #333;
    padding: 6px 15px 6px 30px;
}

.main-navigation ul ul {
    background-color: #000;
}

.slideout-navigation.main-navigation ul ul {
    background-color: #f4efe9;
}

.main-navigation .main-nav ul ul li a {
    font-size: 14px;
    letter-spacing: 2px;
}

.main-navigation ul ul li:after {
    width: 0px;
}

.menu-toggle .mobile-menu{
	display: none;
}
/*
.search-item a:before {
    content: "\f002";
    font-family: GeneratePress;
    width: 1.28571429em;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    color: #979678;
}*/

.search-item .gp-icon svg {
    color: #979678;
    width: 1.5em;
    height: 1.5em;
}

.mobile-header-logo{
    margin-right: auto!important;
    margin-left: auto!important;
}

.navigation-branding img, .site-logo.mobile-header-logo img {
    padding: 3px 0px!important;
}
.kk-custom .site-logo.mobile-header-logo img {
    height: 50px;
}

.logo-bar{
    display: none;
    padding-top: 10px;
}

.logo-bar .grid-container{
    border-bottom: 3px solid #f4efe9;
}

@media (min-width: 991.1px){
    .site-logo{
        display: none;
    }    
    .logo-bar{
        display: block;
    }
}

.sub-nav-bar {
	display: flex;
	background: #979678;
	height: 50px;
	padding: 10px;
}

.sub-nav-bar .widget-top:first-child {
	flex: 1;
}

.sub-nav-bar .widget-top:last-child {
	width: 140px;
}

.sub-nav-bar .widget-top h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
	padding-right: 20px;
	letter-spacing: 1px;
}

@media (min-width: 767px){
	.sub-nav-bar .widget-top h4 {
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 150%;
	}
}

.sub-nav-bar .lsi-social-icons li{
	margin-right: 5px!important;
}

.sub-nav-bar .lsi-social-icons li a{
	height: 22px;
	width: 22px;
	padding: 1.5px;
	text-align: center;
	border: 2px solid #222;
	background-color: transparent;
	color: #222;
	margin: 0px;
}

.nav-below-header .main-navigation .inside-navigation.grid-container, .nav-above-header .main-navigation .inside-navigation.grid-container {
    padding: 0px;
}

.inside-navigation .lsi-social-icons li a{
	height: 28px;
	width: 28px;
	padding: 3px;
	text-align: center;
	border: 2px solid #222;
	background-color: transparent;
	color: #222;
	margin: 0px;
}

/* SOCIAL ICONS */
.social-icons {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    display: block !important;
}

.social-icons li:before,
.social-icons li:after {
    content: '' !important;
    display: none !important;
}

.social-icons li {
    padding:0 !important;
    display: inline-block !important;
    *display: inline;
    *zoom: 1;
    float: none !important;
    margin: 0 8px 8px 0 !important;
    list-style-type: none !important;
}

.social-icons li a {
    padding: 8px;
    width: 1.2em;
    line-height: 1.2em;
    text-align: center;
    display: block;
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-transform: none  !important;
    speak: none;
    -moz-transition: background-color 0.2s ease-in-out 0s;
    -webkit-transition: background-color 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.social-icons li a svg {
    width: 0.9em;
    height: 0.9em;
}

.sub-nav-bar .social-icons li a, .sub-nav-bar .social-icons li a:visited, .sub-nav-bar .social-icons li a:focus {
    border-radius: 50px;
    background: #979678 !important;
    color: #222222 !important;
    font-size: 20px !important;
}
.sub-nav-bar .social-icons li a:hover {
    background: #777777 !important;
    color: #FFFFFF !important;
}

.sub-nav-bar .social-icons li{
    margin-right: 3px !important;
}

.sub-nav-bar .social-icons li a {
    height: 22px;
    width: 22px;
    padding: 1.5px;
    text-align: center;
    border: 2px solid #222;
    background-color: transparent;
    color: #222;
    margin: 0px;
}
#generate-slideout-menu .slideout-widget, .slideout-widget.social-icons-widget {
    margin: 15px auto 5px auto;
}
#generate-slideout-menu .slideout-widget .social-icons li:last-child, .slideout-widget.social-icons-widget .social-icons li:last-child {
    margin-right: 0px !important;
}
#generate-slideout-menu .social-icons li a{
    height: 28px;
    width: 28px;
    padding: 3px;
    text-align: center;
    border: 2px solid #222;
    background-color: transparent;
    color: #222;
    margin: 0px;
    line-height: 1.4em;
}
#generate-slideout-menu .social-icons li a svg {
    width: 1em;
    height: 1em;
}

#generate-slideout-menu .social-icons li a, #generate-slideout-menu .social-icons li a:visited, #generate-slideout-menu .social-icons li a:focus {
    border-radius: 30px;
    background: #ffffff !important;
    color: #222222 !important;
    font-size: 24px !important;
}
#generate-slideout-menu .social-icons li a svg, #generate-slideout-menu .social-icons li a:visited svg, #generate-slideout-menu .social-icons li a:focus svg {
    color: #222222 !important;
}
#generate-slideout-menu .social-icons li a:hover {
    background: #ffffff !important;
    color: #979678 !important;
}
#generate-slideout-menu .social-icons li a:hover svg {
    color: #979678 !important;
}
/*HOMEPAGE*/

section .container{
	padding: 0px 20px 10px 20px;
}

section.kk-post-carousel-container .container, section.kk-post-carousel-container {
	padding: 0px;
	margin: 0;
}

section #featured-home {
	border-bottom: 4px solid #d5bdca
}

.kk-post-carousel header { 
	padding: 0px 20px;
}

section a.cat-link-home {
    float: right;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0px 4px 0px;
    /*border-bottom: 2px solid #222;
    transition: all .3s;*/
}

section a.cat-link-home:hover{
    border-bottom: 2px solid #979678;
}

section h3{
	font-size: 16px!important;
	letter-spacing: 1px; /* 2px */
	padding-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

section h3:before{
	width: 24px;
	content: '';
	height: 20px;
	margin: 3px 10px 0px 0px;
	display: block;
	background: url('/wp-content/themes/kids-en-kurken/img/KEK_transparant_ster-roze.png') no-repeat center left;
	background-size: cover;
	float: left;
}

section.bg-green h3:before,
section.bg-pink h3:before,
section.bg-gold h3:before{
	background: url('/wp-content/themes/kids-en-kurken/img/KEK_transparant_ster-wit.png') no-repeat center left;
		background-size: cover;
}

section.bg-dark h3:before{
    background: url('/wp-content/themes/kids-en-kurken/img/KEK_transparant_ster-goud.png') no-repeat center left;
        background-size: cover;
}

section#featured-home h3{
    margin-top: 10px;
}

section.kk-post-carousel-container h3{
	/*z-index: 900;*/
	/*color: #fff;*/
	display: inline-block;
	padding: 5px 10px 5px 20px;
	/*background-color: rgba(0,0,0,0.4);*/
}

section.kk-post-carousel-container .cat-link-home{
    margin-right: 20px;
}


section h2 a {
	font-size: 14px;
	line-height: 16px!important;
	color: #222;    
    margin-bottom: 20px!important;
}

.wp-show-posts .wp-show-posts-entry-title {
    margin-bottom: 20px;
}
.wpsp-has-author .wp-show-posts-entry-meta {
    flex-direction: row-reverse;
}

section.bg-white{
	background: #fff;
	margin-bottom: 0px;
    padding-bottom: 10px;
}

section.bg-light{
    background: #f4efe9;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

section.bg-green{
	background: #979678;
	margin-bottom: 0px;
    padding-bottom: 10px;
}

section.bg-pink{
	background: #cf9baa;
	margin-bottom: 0px;
    padding-bottom: 10px;
}

section#about-home.bg-pink{
    background: url('/wp-content/themes/kids-en-kurken/img/pattern1.svg');
    background-size: 150px;
	margin-bottom: 0px;
    padding-bottom: 10px;
}

section.bg-gold{
	background: #b7ac8d;
	margin-bottom: 0px;
    padding-bottom: 10px;
}

section.bg-dark{
	background: #222;
	margin-bottom: 0px;
    padding-bottom: 10px;
}

section.bg-dark h3, section.bg-dark a.cat-link-home{
	color: #fff;
}

section.wpsp-row .wp-show-posts-single{
	background: #fff;
	padding: 0px;
	display: flex;
    margin-bottom: 15px!important;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
}

section.wpsp-row .wp-show-posts-image{
	flex: 1;
	width: 100px!important;
	max-width: 100px!important;
    margin-right: 0px;
}

section.wpsp-row .wp-show-posts-image img{
    height: fit-content;
}



section.wpsp-row .wp-show-posts-entry-header {
    margin-bottom: 0px;
}

section.wpsp-row .wp-show-posts-entry-meta-below-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 0px 15px;
}

section.wpsp-row.wpsp-card .wp-show-posts-inner {
    flex-direction: row;
    flex-grow: 1;
}
section.wpsp-row.wpsp-card .wp-show-posts-entry-header{
	flex-direction: row;
}

section.wpsp-card.overlay .wp-show-posts-single .wp-show-posts-entry-header {
    padding: 5px;
}

section.wpsp-row.wpsp-card .wpsp-content-wrap{
	background-color: transparent;
	background: none;
	position: relative;
	flex: 2;
	bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    pointer-events: all;
}

section.wpsp-row.wpsp-card .wpsp-content-wrap h2 {
	padding: 8px 10px 5px 15px;
	margin-bottom: 0px;
}

@media (min-width: 768px){
    .generate-columns-container article .entry-header .entry-title, .wp-show-posts article .wp-show-posts-entry-title {
        line-height: 2.5ex;
        height: 5ex;
        overflow: visible;
        text-overflow: ellipsis;
    }
	.wpsp-card.wpsp-row.wp-show-posts{
		display:flex;
  		flex-direction:row;
        flex-wrap: wrap;
	}
	.wpsp-card.wpsp-row.wp-show-posts article.wp-show-posts-single {
        flex: 1;
        flex: 45%;
        margin: 0px 10px;
    }
    .generate-columns-container article .entry-header .entry-title, .wp-show-posts article .wp-show-posts-entry-title {
    height: auto!important;
}
}

.wp-show-posts-inner {
    position: relative;
}


/*
.wpsp-row .wp-show-posts-entry-title {
	padding-left: 15px!important;
}

.wp-show-posts-entry-title a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/

/* Carousel */

/*
.wpsp-carousel.wp-show-posts .slick-next:before, 
.wpsp-carousel.wp-show-posts .slick-prev:before {
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 50px;
    font-family: GeneratePress;
    text-shadow: 0px 1px 8px rgba(0,0,0,0.75);
}

.wp-show-posts .slick-prev:before{
    content: "\f104";	
}

.wp-show-posts .slick-next:before{
    content: "\f105";	
}*/
.slick-arrow svg {
    color: #000000;
    width: 1.5em;
    height: 1.5em;
}

section.bg-dark .slick-arrow svg {
    color: #ffffff;
}

/* Frontpage carousels */
.wpsp-carousel .slick-prev {
    left: -20px;
}
.wpsp-carousel .slick-next {
    right: -20px;
}

/* Main frontpage carousel */
.kk-post-carousel {
    min-height: 330px; /* Prevent content shift */
}
.kk-post-carousel.wpsp-carousel .slick-prev { /* By adding a parent class into the rule it overwrites the default slick CSS, without needing to use the important clause */
    left: 10px;
}
.kk-post-carousel.wpsp-carousel .slick-next {
    right: 10px;
}

.kk-post-carousel .slick-next, .kk-post-carousel .slick-prev {
    /*color: transparent!important;*/
    /*width: 15%!important;*/
    top: 95px!important;
}
.kk-post-carousel .slick-arrow svg {
    filter: drop-shadow(0px 0px 3px black);
    color: #ffffff;
    width: 2em;
    height: 2em;
}

.wpsp-carousel:not(.kk-post-carousel) .wp-show-posts-entry-header {
    -ms-flex-direction: column;
    flex-direction: column;
}


/*
.wp-show-posts .slick-next, .wp-show-posts .slick-prev {
	color: #fff;
}
*/
.wp-show-posts .slick-arrow {
    z-index: 10;
}

.wpsp-card .wp-show-posts-single {
    margin-bottom: 2em;
    padding: 0px 10px;
}

.slick-slider .wp-show-posts-inner {
    margin-left: 0!important; 
    margin-right: 0!important; 
}

/* AUTHORS PAGE */
.authors-list-items {
    margin-left: -30px;
}
.authors-list-item {
    padding-left: 30px;
}

@media (max-width: 767px) {
.authors-list-items {
    margin-left: 0px;
}
}

/* CAT PAGE*/
.generate-columns-container .page-header, .generate-columns-container .paging-navigation, header.entry-header, header.woocommerce-products-header {
    padding-bottom: 20px;
    padding-top: 20px;
}
.page-header, .page header.entry-header, header.woocommerce-products-header {
     margin-bottom: 20px;
     margin-top: 5px;
     background: url('/wp-content/themes/kids-en-kurken/img/pattern2.svg');
     background-size: 70px;
     background-color: #e6d5ce;
}

/*.page-header:after, .page header.entry-header:after, header.woocommerce-products-header:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
     background: 
    linear-gradient(135deg, #cf9baa 25%, transparent 25%) -15px 0,
    linear-gradient(225deg, #cf9baa 25%, transparent 25%) -15px 0,
    linear-gradient(315deg, #cf9baa 25%, transparent 25%),
    linear-gradient(45deg, #cf9baa 25%, transparent 25%);  
    background-size: 20px 20px;
    background-color: #b2708a;
    margin-top: 20px;
}*/


.page-header h1.page-title, header.entry-header h1.entry-title, header.woocommerce-products-header h1.page-title {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-style: normal;
}

.page-header h1.page-title:before, header.entry-header h1.entry-title:before, header.woocommerce-products-header h1.page-title:before {
    width: 30px;
    content: '';
    height: 26px;
    margin: 6px 15px 0px 0px;
    display: block;
    background: url('/wp-content/themes/kids-en-kurken/img/KEK_transparant_ster-roze.png') no-repeat center left;
    background-size: cover;
    float: left;
}
.separate-containers .inside-article{
    border-bottom: 2px solid #f4efe9;
}

.page-hero h1, .page-hero h2, .page-hero h3, .page-hero h4, .page-hero h5, .page-hero h6 {
    font-family: "Lora", serif;
    text-transform: none;
    font-style: italic;
}
.page-hero time.updated, .page-hero time.published {
    display: none;
}


.entry-header .gp-icon, .posted-on .updated, .posted-on .published {
    display: none;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: "Lora", serif;
    text-transform: none;
    font-style: italic;
}
section.sign-up{
    background: #D5BDCA url('/wp-content/themes/kids-en-kurken/img/bg-signup2.jpg');
    background-size: cover;
}
section.sign-up .container,
section#about-home .container,
section#instagram-home .container {
    padding: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
section#about-home .container, section#instagram-home .container {
    font-size: 16px;
}
@media (max-width: 768px) {
    section#about-home .container, section#instagram-home .container {
        font-size: 16px;
    }
}

section.sign-up .container h1, section.sign-up .container h2,
section#about-home .container h1, section#about-home .container h2 {
    font-family: 'Lora', serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: none;
    color: #fff;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    font-size: 32px;
}

section#instagram-home .container h2 {
    font-family: 'Lora', serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: none;
    color: #000;
    font-size: 32px !important;
    display: block;
}



a.btn-signup{
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
}

.newsletter-block {
}

.newsletter-block {
    text-align: center;
    padding: 15px 20px 25px 20px;
    background: 
    linear-gradient(135deg, #c9abbb 25%, transparent 25%) -15px 0,
    linear-gradient(225deg, #c9abbb 25%, transparent 25%) -15px 0,
    linear-gradient(315deg, #c9abbb 25%, transparent 25%),
    linear-gradient(45deg, #c9abbb 25%, transparent 25%);  
    background-size: 30px 30px;
    background-color: #d5bdca;
    /*background-image: url(/wp-content/themes/kids-en-kurken/img/pattern1.svg);
    background-size: 150px;*/

}

.newsletter-block h1{
    font-family: 'Lora', serif;
    /*color: #fff;*/
    color: #222222;
    font-weight: 600;
    font-style: italic;    
    /*text-shadow: 0px 1px 4px rgba(0,0,0,0.2);*/
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 10px;
}

.newsletter-block .happyforms-flex {
  align-items: center;
  justify-content: center;
}

.newsletter-block h3.happyforms-form__title, .newsletter-block .happyforms-part__label-container{
    display: none;
}

.newsletter-block .happyforms-form--part-inner-padding-narrow .happyforms-part input[type=text], .newsletter-block .happyforms-form--part-inner-padding-narrow .happyforms-part input[type=email] {
    padding: 8px;
    margin-top: 10px;
}



@media (max-width: 400px) {
    .newsletter-block .happyforms-part--width-auto {
        max-width: 85%;
    }
    .newsletter-block .happyforms-part--submit {
        align-self: flex-start;
        flex-grow: 1;
        width: auto;
        max-width: 85%;
    }
}

.kk-custom .happyforms-styles input[type=submit].happyforms-button--submit, .kk-custom .happyforms-styles input[type=submit][disabled].happyforms-button--submit {
    border-radius: 0px;
    height: 42px;
    padding: 10px 20px;
    float: right;
    border-radius: 0px;
    margin: 0px;
    margin-top: 10px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    text-decoration: none;
}
.kk-custom .happyforms-styles input[type=submit].happyforms-button--submit:hover, .kk-custom .happyforms-styles input[type=submit][disabled].happyforms-button--submit:hover {
    background: #000;
    text-transform: uppercase;
}

.newsletter-block .happyforms-part--width-auto+.happyforms-part--submit, .happyforms-part--width-auto+.happyforms-part--recaptcha+.happyforms-part--submit, .happyforms-part--width-auto+.happyforms-part--recaptcha {
    align-self: start;
}
.newsletter-block .happyforms-form--part-outer-padding-narrow .happyforms-form__part {
    margin-bottom: 0px;
}
.newsletter-block .happyforms-form--part-outer-padding-narrow .happyforms-part--width-auto+.happyforms-part--submit {
    top: 0px;
}
.newsletter-block .happyforms-part--submit {
    display: inline-block;
}

.newsletter-block .happyforms-part__description:empty {
    display: none;
    margin: 0;
}

.happyforms-form__part:not(.happyforms-part--legal)[data-happyforms-required] label:after {
    content:" *";
    color: red;
  }

.happyforms-form__part input[type=checkbox] {
    vertical-align: middle;
    position: relative;
}


h3.happyforms-form__title {
    font-size: 20px;
}

.happyforms-message-notice h2 {
    font-size: 18px;
}

.kk-custom .happyforms-input-group__prefix {
    padding: 0 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*BLOG PAGE*/
.wpw-fp-follow-button, .wpw-fp-button {
    color: #ffffff;
    background: #d5bdca;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: none;
    border-color: inherit;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 10px 20px;
}
.wpw-fp-follow-button:hover {
    background: #cbaebe;
}

.wp-block-quote {
    border-left: 5px solid #a96c8b;
    margin-left: 25px;
    padding: 10px 20px;
}

.wp-block-quote p {
    margin-bottom: 1em;
}
.wp-block-quote cite {
    font-size: 14px;
}
.wp-block-quote cite:before {
    content: "\2014 \2009";
}

@media (max-width: 768px){
	.page-hero {
		padding-bottom: 0px;
		position: relative;
	}

	.inside-page-hero {
		color: #222;
		position: absolute;
		bottom: 0;
		left: 30px;
		right: 30px;
		margin-bottom: -50px;
		background: #fff;
		padding: 20px;
		box-shadow: 0px 1px 14px rgba(0,0,0,0.15);
	}

	.inside-page-hero h1 {
		color: #222;
		font-size: 28px;
	}
	.inside-page-hero a,
	.inside-page-hero a:visited {
		color: #B7AC8D;
	}
	.separate-containers .inside-article {
		padding: 0px 30px;
		/*padding-top: 50px;*/
	}
    .separate-containers .page .entry-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .separate-containers .page .inside-article {
        padding: 0px;
    }
    .separate-containers .page .entry-content, .separate-containers .page .generate-columns-container {
        padding: 0px 30px;
    }

    .separate-containers .inside-article header.woocommerce-products-header {
        margin: 5px -30px 20px -30px;
    }
    .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .button:hover, .woocommerce .woocommerce-message .button:focus {
        display: block;
        float: none;
        font-size: 100%;
        margin: 0;
        line-height: 1;
        cursor: pointer;
        position: relative;
        text-decoration: none;
        overflow: visible;
        padding: .618em 1em;
        font-weight: 700;
        left: auto;
        border: 0;
        background-image: none;
        box-shadow: none;
        text-shadow: none;
        color: #ffffff;
        background-color: #b2708a;
        border-radius: 0;
    }
    .woocommerce .woocommerce-message .button:hover {
        color: #ffffff
    }
}

@media (max-width: 499px){

	.inside-page-hero {
		margin-bottom: -60px;
	}

	.inside-page-hero h1{
		font-size: 20px;
	}
	.separate-containers .inside-article{
		/*padding-top: 60px;*/
	}
    .kk-custom .main-navigation .menu-bar-item > a {
        padding-left: 12px;
        padding-right: 12px;
    }
}
/*
.related-post-block {
    background-color: #f4efe9;
    margin-bottom: 20px;
}
.related-post-block .wpsp-content-wrap {
    padding: 15px;
}
.related-post-block .wp-show-posts-image {
    margin-bottom: 0px;
}*/


.related-post-block.wpsp-card a {
    color: #222;
}
.related-post-block .wpsp-content-wrap {

    padding-left: 15px !important;
}
.related-post-read-more {
    font-size: 16px;
    font-weight: 700;
    font-family: "Lora", serif;
    text-transform: none;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #222;
}
.related-post-block h5 {
    font-size: 14px;
    font-family: "Lora", serif;
}


.follow-block-series h5,
footer.author_bio_section h5{
	margin-top: 0px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}

.follow-block-series h5 a{
	color: #d5bdca;
}

.follow-block-series{
	background-color: #f4efe9;
    padding: 20px;
	margin-bottom: 20px;
}

footer.author_bio_section{
    padding: 20px;
    border-top: 3px dashed #f4efe9;
    border-bottom: 3px dashed #f4efe9;
    margin-bottom: 20px;
	
	overflow: auto;
}

footer.author_bio_section .avatar{
	border-radius: 50%;
	float: right;
	margin: -5px 0px 5px 30px;
	max-width: 100px;
}

p.author_links{
	margin-bottom: 1em;
}

.sidebar .widget {
    background-color: #f4efe9;
}

/* WEBSHOP */

ul.products{
    overflow: auto;
    display: flex;
    height: 100%;
}
ul.products li.product{
    display: flex;
    flex-direction: column;    
    margin: 0 3.8% 2.992em 0!important;
}
ul.products li.product a.woocommerce-loop-product__link{
    flex: 1 1 auto;
}

.woocommerce .quantity .qty {
    width: 4.5em;
}

.woocommerce button.button.alt, .woocommerce a.button.alt, .product a.button{
    background: #b2708a;
    color: #fff;
    border-radius: 0px;
}

.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .product a.button:hover{
    background: #000;
    color: #fff;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward{
    color: #000;
    border-bottom: 1px solid #000;
}

.single_add_to_cart_button{
    padding: 15px 20px 14px 20px!important;
}

/* AUTHOR LIST */

.authors-list-item{
    margin-bottom: 30px;
}

.authors-list-item .inside-article{
    background-color: #f4efe9;
    padding: 15px!important;
    transition: all .3s;
}

.authors-list-item .inside-article:hover{
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.15)
}

.authors-list-item-thumbnail a{
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    margin: 0 auto 20px auto;
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: block;
}

.authors-list-item-title a{
    font-family: "Lora", serif;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #111;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.authors-list-item-excerpt{
    font-size: .9em;
}

a.authors-list-item-link{
    background: #b2708a;
    color: #fff;
    font-size: .9em;
    padding: 6px 12px;
    border-radius: 0px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
}

/*FOOTER*/

.site-footer{
    background: #222;
    color: #555;
    font-weight: 400;
    padding-top: 20px;
}

.logo-footer{
    margin-bottom: 20px;
}

.site-footer a.footer-link{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.site-info {
    color: #979678;
    background-color: rgba(34,34,34,0);
    font-size: 13px;
}

/* INSTAGRAM LANDING PAGE */
.wpsp-instagram-landing {

}

.wpsp-instagram-landing.wp-show-posts-columns .wp-show-posts-single.wpsp-col-4 {
    width: 33.3333333%;
}

.wpsp-instagram-landing.wpsp-overlay.wpsp-ov-style-two .wp-show-posts-image, .wpsp-overlay.wpsp-ov-style-two .wp-show-posts-image img {
    height: auto;
    min-height: auto;
}

.wpsp-instagram-landing.wpsp-overlay.wpsp-ov-style-two .wp-show-posts-inner:hover {
    transform: translateY(0);
}

.wpsp-instagram-landing.wpsp-card .wpsp-content-wrap {
    background: none;
}

@media (max-width: 768px) {
    .wpsp-instagram-landing.wpsp-card .wp-show-posts-single {
        /*padding: 0px 1px;*/
        padding: 0px;
    }
    .page-id-6456.separate-containers .page .entry-content {
        padding: 0px 0px;
    }
    .wpsp-instagram-landing.wpsp-card .wp-show-posts-image img, .wpsp-instagram-landing.wpsp-card.wp-show-posts-columns .wp-show-posts-single .wp-show-posts-image img {
        width: 100%;

    }
}

.wpsp-instagram-landing.wpsp-overlap .wp-show-posts-image+.wpsp-content-wrap {
    margin-top: -5em;
}

#wpsp-6458.wp-show-posts .wp-show-posts-entry-title a {
    font-size: 24px;
    line-height: 14px!important;
}

@media (max-width: 768px) {
    #wpsp-6458.wpsp-card .wpsp-content-wrap {
        padding: 10px!important;
    }
    #wpsp-6458.wp-show-posts .wp-show-posts-entry-title {
        font-size: 13px !important;
    }
    #wpsp-6458.wp-show-posts .wp-show-posts-entry-title a {
        font-size: 13px;
        line-height: 14px!important;
    }
}
body.gpt-sticky .site-footer {
    padding-bottom: 105px !important;
}
#div-gpt-ad-kidsenkurken_ros_right {
    position: fixed;
    top: 100px;
    width: auto;
    max-width: 160px;
    left: 50%;
    transform: translateX(calc(-50% + (755px - 50%)));
}
@media (max-width: 1519px) {
    #div-gpt-ad-kidsenkurken_ros_right {
        display:  none;
    }
}

.sidebar .widget_custom_html {
    background-color:  transparent;
    padding: 0px;
}

.entry-content #div-gpt-ad-kidsenkurken_ros_native {
    margin:  0 auto;
}

#div-gpt-ad-kidsenkurken_ros_header > div {
    margin: 10px auto !important;
}

.r89-desktop-billboard-btf::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-desktop-billboard-btf";
}

.r89-desktop-billboard-atf::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-desktop-billboard-atf";
}

.r89-desktop-InContent::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-desktop-InContent";
}
.r89-desktop-hpa-atf::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-desktop-hpa-atf";
}
.r89-desktop-hpa-btf::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-desktop-hpa-btf";
}
.r89-desktop-rectangle-atf::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-desktop-rectangle-atf";
}
.r89-desktop-rectangle-btf::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-desktop-rectangle-btf";
}
.r89-desktop-leaderboard-btf::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-desktop-leaderboard-btf";
}
.r89-mobile-billboard-top::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-mobile-billboard-top";
}
.r89-mobile-rectangle-infinite::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-mobile-rectangle-infinite";
}
.r89-mobile-rectangle-low::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-mobile-rectangle-low";
}
.r89-mobile-rectangle-mid::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-mobile-rectangle-mid";
}

.r89-Mobile-Rectangle-Mid-300x600::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-Mobile-Rectangle-Mid-300x600";
}
.r89-mobile-outstream::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-mobile-outstream";
}
.r89-desktop-outstream::after {
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    width: 100%;
    border: 1px solid red;
    margin: 2px;
    content: "r89-desktop-outstream";
}



/* desktop-billboard-atf */
@media (min-width: 992px) {
    .r89-desktop-billboard-atf {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
/* desktop-billboard-btf */
@media (min-width: 992px) {
    .r89-desktop-billboard-btf {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

/* desktop-incontent */
@media (min-width: 992px) {
    .r89-desktop-InContent {
        min-height: 90px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
/* desktop-hpa-atf */
@media (min-width: 992px) {
    .r89-desktop-hpa-atf {
        min-height: 600px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
/* desktop-hpa-btf */
@media (min-width: 992px) {
    .r89-desktop-hpa-btf {
        min-height: 600px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

/* desktop-rectangle-atf */
@media (min-width: 992px) {
    .r89-desktop-rectangle-atf {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
/* desktop-rectangle-btf */
@media (min-width: 992px) {
    .r89-desktop-rectangle-btf {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
/* desktop-leaderboard-btf */
@media (max-width: 991px) {
    .r89-desktop-leaderboard-btf {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
/* desktop-leaderboard-btf */
@media (max-width: 991px) {
    .r89-desktop-leaderboard-btf {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
/* mobile-billboard-top */
@media (max-width: 991px) {
    .r89-mobile-billboard-top {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
/* mobile-rectangle-infinite */
@media (max-width: 991px) {
    .r89-mobile-rectangle-infinite {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

/* mobile-rectangle-low */
@media (max-width: 991px) {
    .r89-mobile-rectangle-low {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
/* mobile-rectangle-mid */
@media (max-width: 991px) {
    .r89-mobile-rectangle-mid {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
/* mobile-rectangle-mid-300x600 */
@media (max-width: 991px) {
    .r89-Mobile-Rectangle-Mid-300x600 {
        min-height: 600px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

 /* mobile-outstream */
@media (max-width: 991px) {
    .r89-mobile-outstream {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

/* desktop-outstream */
@media (min-width: 992px) {
    .r89-desktop-outstream {
        min-height: 250px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.single-post #right-sidebar.widget-area .widget_block {
    padding: 0;
    background-color: unset;
}