/*
Theme Name: berenbord
Author: jaap
Author URI: https://jaapdankert.nl
Description: berenbord theme specifics
Template: jld
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stl
Tags:

/*--------------------------------------------------------------
# Fontpack by fontsquirrel
--------------------------------------------------------------*/
@font-face {
    font-family: 'CarroisGothic';
    src: url('fonts/carroisgothicsc-regular-webfont.woff2') format('woff2'),
         url('fonts/carroisgothicsc-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JosefinSans';
    src: url('fonts/josefinsans-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/josefinsans-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# General styles
--------------------------------------------------------------*/
#site-navigation {
	margin-top: 30px; 
}
body.page {
	background-color: #f7f5f6;
}

h1, h2 {
	font-family: CarroisGothic, Arial, sans-serif;
	color: #402215;
}

h3, h4, h5, h6 {
	font-family: Georgia, serif;
	color: #402215;
	margin-bottom: 1em;;
}

p, a, ul, ol {
	font-family: JosefinSans, Arial, sans-serif;
	font-weight: bold;
}

blockquote {
	font-family: Georgia, serif;
    font-style: italic;
    border: 1px solid #402215;
    padding: 0 2%;
}
a {
	color: #402215;
}

a:hover, a:active {
	color: white;
}

a:visited {
	color: #ef47e9; /*paars*/
}

a:focus {
	color: green;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*colors and shapes*/
#masthead {
	background-color: #f7dfb9;
	border-bottom-right-radius: 50% 15%;
	border-bottom-left-radius: 50% 15%;
	height: 200px;
}

.header-image {margin-top: 80px;}

p.site-title {
	margin-top: 100px;
	margin-bottom: -20px;
	padding-left: 0;
	color: #402215;
}

.site-title a {
	color: #402215;
}

p.site-description {
	padding-left: 0;
	color: #402215;
}

/*fonts, styles, alignment*/
.site-title a {
	font-family: CarroisGothic, Arial, sans-serif;
	font-size: 150%;
}

p.site-description {
	font-family: JosefinSans, Arial, sans-serif;
	font-size: 150%;
}

/*--------------------------------------------------------------
# Site navigation
--------------------------------------------------------------*/
/*algemene settings navigatiemenu*/
#site-navigation {
	display: inline;
	margin-left: 0;
}

/*settings voor de lijst, lijstitems en linkjes*/
.berenbord_topmenu ul {
	display: inline;
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	text-align: center; 
}

.berenbord_topmenu li {
    display: block;
	float: right;
    width: 15%;
	margin: 0 5%;
	text-align: center;
}

/*shrink the bear a bit*/
.berenbord_topmenu #navigeerbeer {width: 80%;}

/*Making colourful links for the bears, and give them some font style*/

#menu-item-86 a {color: blue;}
#menu-item-25 a {color: green;}
#menu-item-61 a {color: red;}

#menu-item-90 a {color: #402215;}
#menu-item-91 a {color: red;}
#menu-item-92 a {color: green;}
#menu-item-93 a {color: blue;}

#site-navigation ul li a:hover {color: white;}

#site-navigation ul li a {font-family: CarroisGothic, Arial, sans-serif;}


/*--------------------------------------------------------------
## Sidebar navigation and widgets (sidebar acts like footer on smaller screens)
--------------------------------------------------------------*/
#secondary {
	background-color: #f7dfb9;
	height: 20%;
	border-top-left-radius: 50% 10%;
	border-top-right-radius: 50% 10%;
}

#secondary .widget {
	display: block;
	position: relative;
	float: left;
	width: 30%;
	margin: 15% 1% 0 1%;
}

#secondary #spin_banner_widget-3 {
	float: right;
}

#secondary #spinnebeest {
	font-size: 0.5em;
}

.widget ul {
	list-style: disc;
	font-size: 1.2em;
}

.widget ul li a {	font-weight: bold;}

#emptybar {
    width: 150px;
    height: 100vh;
    position: absolute;
    margin-left: 90vw;
    background: #f7dfb9;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
body.page-template-page-berenbord-thuispagina {background-color: #f7dfb9;}

/*Display a cute home picture*/
#thuisplaatje {
	border-radius: 50%;
}

body.page-template-page-berenbord-thuispagina #masthead {    
	margin-top: 20%;
    margin-left: 10%;
    margin-right: 10%;
}

/*Correct settings for navigation menu*/
body.page-template-page-berenbord-thuispagina #site-navigation {
	display: block;
    position: relative;
    float: left;
	width: 100%;
	margin-left: 1%;
	margin-right: 0;
	background: transparent;
	line-height: 1em;
	font-size: 1em;
}

body.page-template-page-berenbord-thuispagina #site-navigation ul {
    display: block;
    text-align: left;
}

body.page-template-page-berenbord-thuispagina #site-navigation ul li {    
	display: block;
	float: left;
	width: 31%;
    padding: 0;
	text-align: center;
	margin: 15% 1% 0 1%;
}

/*push down the middle bear*/
body.page-template-page-berenbord-thuispagina #site-navigation ul li#menu-item-25 {    
	padding-top: 10%;
}

/*Make the nav menu pictures work*/
body.page-template-page-berenbord-thuispagina #navigeerbeer {
	margin-bottom: 5%;
	width: 50%;
}

/*display the footer area on the homepage*/
body.page-template-page-berenbord-thuispagina .footer-area {
	display: block;
	margin-top: 20%;
	height: 150px;
}

body.page-template-page-berenbord-thuispagina .widget-area {
    width: 30%;
    font-size: 24%;
    float: right;
    margin: 1%;
}
/*--------------------------------------------------------------
# Blogpage, Contact en Het Spel
--------------------------------------------------------------*/
/*layout for main elements*/

.hentry {max-width: unset;}

.entry-content {
	display: block;
	margin-bottom: 4%;
}

.entry-content p {
	font-weight: bold;
	font-size: 1.2em;
}

.listing-item {
	display: block;
	margin-bottom: 4%;
}

.entry-title {
	margin-top: 1em;
	margin-bottom: 0;
}

/*styling for main elements*/
.entry-title h1 {
	font-size: 200%;
	text-transform: uppercase;
	text-align: center;
}

.entry-content a {
	font-weight: bold;
	color: blue;
}
.entry-content a:hover {color: #ef47e9;}

/*styling for article excerpts*/
.excerpt {
	font-family: JosefinSans, Arial, sans-serif;
	font-size: 1.2em;
	display: block;
	float: left;
    width: 100%;
    margin-top: 1%;
	font-weight: bold;
}

.listing-item .title {
	font-family: Georgia, serif;
	font-size: 1.4em;
	display: block;
	float: right;
	width: 57%;
	color: #402215;
}

.listing-item img {
	border-radius: 50%;
	display: block;
	float: left;
	width: 40%;
	margin-right: 3%;
}

.wp-block-image img {
	border-radius: 50%;
	max-width: unset;
	width: 100%;
}



/*remove Spinnebeest banner*/
body.page-template-default #spinnebeest {display: none;}

/*--------------------------------------------------------------
# Single posts
--------------------------------------------------------------*/
body.post-template-default #primary {margin-top: 2%;}
body.post-template-default #primary h1 {font-family: CarroisGothic, Arial, sans-serif;}

body.post-template-default #primary img {
	width: 90%;
	margin: 0 5%;
	border-radius: 50%;
}

body.post-template-default .entry-header {display: none;}

body.post-template-default .entry-content {
	margin-top: 2%;
	font-size: 1.2em;
}

body.post-template-default .entry-content h2 {
	font-size: 1.5em;
}

body.post-template-default .entry-content p {font-size: 1.2em;}

body.post-template-default .entry-content mark {background: #f7dfb9;}

body.post-template-default .nav-links {display: none;}

body.post-template-default ul, ol {
	list-style: circle;
    font-size: 1.2em;
    font-weight: bold;
}

body.post-template-default #spinnebeest {display: none;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Responsives
--------------------------------------------------------------*/
/*for mobile phones
there should be as little code here as possible since you're designing mobile-first, dear!
*/
@media screen and ( max-width: 480px )
{
	#emptybar {display: none;}
}

/*for tablets normal mode*/

@media screen and (min-width: 481px) and (max-width: 767px) {
/*=====front page responsives=====*/
body.page-template-page-berenbord-thuispagina #masthead {    
	margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
}

#thuisplaatje {
	transform: scale(0.8);
	transform-origin: center;			
}

/*Correct settings for navigation menu*/
body.page-template-page-berenbord-thuispagina #site-navigation {
	left: 0;
	margin-top: 7%;
}

body.page-template-page-berenbord-thuispagina #site-navigation ul li { 
	max-width: 27%;
	margin: -10% 3% 0 3%;
}

/*push down the middle bear*/
body.page-template-page-berenbord-thuispagina #site-navigation ul li#menu-item-25 {    
	padding-top: 10%;
}

/*Make the nav menu pictures work*/
body.page-template-page-berenbord-thuispagina #navigeerbeer {
	margin-bottom: 5%;
	width: 80%;
}

body.page-template-page-berenbord-thuispagina .footer-area {margin-top: 8%;}

/*=====responsives for other pages=====*/
#emptybar {display: none;}

#masthead {height: 350px;}

.berenbord_topmenu #navigeerbeer {width: 70%;}

.header-image {margin-top: 100px;}

p.site-title {margin-top: 170px;}

.entry-title h1 {font-size: 3em;}

.listing-item img {width: 45%;}

.listing-item .title {
	width: 52%;
	font-size: 1.5em;
}

.excerpt {
	width: 52%;
	font-size: 1.4em;
}

#secondary .widget {font-size: 1em;}
}

/*for tablets portrait mode*/
/*=====first make WordPress cough up 3 columns instead of two=====*/
@media screen and (min-width: 768px) {
	.wp-block-column {flex-basis: 33% !important;}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	/*=====front page responsives=====*/
body.page-template-page-berenbord-thuispagina #masthead {margin-top: 2%;}

#thuisplaatje	{
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
}

body.page-template-page-berenbord-thuispagina #site-navigation a {font-size: 1.5em;}

body.page-template-page-berenbord-thuispagina #navigeerbeer {width: 50%;}

body.page-template-page-berenbord-thuispagina #site-navigation ul li {margin-top: 0;}

body.page-template-page-berenbord-thuispagina #spinnebeest h2 {font-size: 3em;}

body.page-template-page-berenbord-thuispagina .footer-area {margin-top: 3%;}

body.page-template-page-berenbord-thuispagina .widget-area {width: 20%;}

	/*=====responsives for other pages=====*/
body.page-template-default #masthead,
body.post-template-default #masthead  {
	position: absolute;
	width: 95vw;
	height: 250px;
	z-index: 100;
}

body.page-template-default #site-navigation,
body.post-template-default #site-navigation {margin-top: 0;}

body.page-template-default .header-image,
body.post-template-default .header-image {
	margin-top: 90px;
	width: 150px;
}

p.site-title {
	margin-top: 120px;
	margin-left: 170px;
	font-size: 1.8em;
}

p.site-description {margin-left: 170px;}

.excerpt {font-size: 1.4em;}

#secondary {
	position: absolute;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    height: 200vh;
	width: 20vw;
    margin-top: unset;
	padding: unset;
	padding: 240px 2% 0 2%;
}

#secondary .widget {
	width: 100%;
	margin: 15% 2%;
	padding-right: 2%;
}

#secondary .widget h2 {font-size: 2em;}

#secondary .widget ul {font-size: 1.5em;}

#emptybar {
	width: 20vw;
	height: 200vh;
}

#content {
	width: auto;
	margin-top: 250px;
	margin-left: 21vw;
	margin-right: 10vw;
	padding: 1%;
	float: left;
}

.hentry {font-size: 1em;}

.wp-block-column {padding: 0 2%;}

.listing-item {margin-bottom: unset;}

.listing-item .title {font-size: 1.4em;}

body.page-template-default .footer-area,
body.post-template-default .footer-area {
	position: absolute;
	width: 95vw;
	margin-top: 185vh;
	height: 15vh;
	z-index: 100;
    background: #f7dfb9;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
}

.footer-area .widget-area {
	display: block;
	position: relative;
	float: right;
	width: 10%;
	margin: 5% 3% 0 1%;
}

	/*=====responsives for single posts=====*/
body.post-template-default #primary {
	position: absolute;
	width: auto;
    margin-top: 280px;
    margin-left: 22vw;
    margin-right: 12vw;

}

body.post-template-default #primary img {
	width: 70%;
	margin: 0 15%;
}

body.post-template-default .hentry {font-size: 1em;}

body.post-template-default #secondary,
body.post-template-default #emptybar {height: 300vh;}

body.post-template-default .footer-area {margin-top: 285vh;}
}

/*for desktop and pc*/
@media screen and (min-width: 1025px) and (max-width: 2000px) {
	/*===front page responsives=====*/
body.page-template-page-berenbord-thuispagina #masthead {margin-top: 1%;}

#thuisplaatje {
	width: 50%;
	margin: 0 25%;
}

body.page-template-page-berenbord-thuispagina #site-navigation ul li#menu-item-25 {padding-top: 10%;}

body.page-template-page-berenbord-thuispagina #navigeerbeer {width: 30%;}

body.page-template-page-berenbord-thuispagina #site-navigation ul li {margin-top: 10%;}

body.page-template-page-berenbord-thuispagina #site-navigation ul li a {font-size: 2em;}

body.page-template-page-berenbord-thuispagina .footer-area {margin-top: unset;}

body.page-template-page-berenbord-thuispagina .widget-area {
	margin: -4% 1%;
	width: 10%;
	padding-bottom: 5%;
}

body.page-template-page-berenbord-thuispagina #spinnebeest h2 {font-size: 4em;}

	/*=====responsives for other pages=====*/
body.page-template-default #masthead,
body.post-template-default #masthead {
    position: absolute;
    width: 100vw;
    z-index: 100;
}

body.page-template-default #site-navigation,
body.post-template-default #site-navigation {margin-top: 0;}

body.page-template-default .header-image
body.post-template-default .header-image {margin-top: 15px;}

p.site-title {
	margin-top: 90px;
	font-size: 1.8em;
}

body.page-template-default #secondary,
body.post-template-default #secondary {
	position: absolute;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    height: 200vh;
	width: 20vw;
    margin-top: unset;
	padding: unset;
	padding: 240px 2% 0 2%;
}

#secondary .widget {
	width: 100%;
	margin: 15% 2%;
	padding-right: 2%;
	font-size: 1.4em;
}

#emptybar {
	width: 20vw;
	height: 200vh;
}

#content {
	width: auto;
	margin-top: 200px;
	margin-left: 21vw;
	margin-right: 10vw;
	padding: 1%;
	float: left;
}

.hentry {font-size: 1.1em;}

.wp-block-column {padding: 0 2%;}

.listing-item {margin-bottom: unset;}

.listing-item .title {font-size: 1.4em;}

.excerpt {font-size: 1.4em;}

body.page-template-default .footer-area,
body.post-template-default .footer-area {
	position: absolute;
	width: 92vw;
	margin-top: 185vh;
	height: 15vh;
	z-index: 100;
    background: #f7dfb9;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
}

.footer-area .widget-area {
	display: block;
	position: relative;
	float: right;
	width: 5%;
	margin: 4% 1% 0 1%;
}

	/*=====responsives for single posts=====*/
	
body.post-template-default #primary {
	position: absolute;
	width: auto;
    margin-top: 210px;
    margin-left: 22vw;
    margin-right: 12vw;
	font-size: 1.2em;
}

body.post-template-default #primary img {
	width: 60%;
	margin: 0 20%;
}

body.post-template-default .hentry {font-size: 0.9em;}

body.post-template-default #secondary {height: 300vh;}
body.post-template-default #emptybar {height: 300vh;}
body.post-template-default .footer-area {margin-top: 285vh;}
}

@media screen and (min-width: 2000px) and (max-width: 3999px) {
	/*===front page responsives=====*/
body.page-template-page-berenbord-thuispagina #masthead {margin-top: 1%;}

#thuisplaatje {
	width: 50%;
	margin: 0 25%;
}

body.page-template-page-berenbord-thuispagina #site-navigation ul li#menu-item-25 {padding-top: 10%;}

body.page-template-page-berenbord-thuispagina #navigeerbeer {width: 30%;}

body.page-template-page-berenbord-thuispagina #site-navigation ul li {margin-top: 20%;}

body.page-template-page-berenbord-thuispagina #site-navigation ul li a {font-size: 2em;}

body.page-template-page-berenbord-thuispagina .footer-area {margin-top: unset;}

body.page-template-page-berenbord-thuispagina .widget-area {
	margin: -4% 1%;
	width: 10%;
	padding-bottom: 5%;
}

body.page-template-page-berenbord-thuispagina #spinnebeest h2 {font-size: 4em;}

	/*=====responsives for other pages=====*/
body.page-template-default #masthead,
body.post-template-default #masthead {
    position: absolute;
    width: 100vw;
    z-index: 100;
}

body.page-template-default #site-navigation, 
body.post-template-default #site-navigation {margin-top: 0;}

body.page-template-default .header-image,
body.post-template-default .header-image {margin-top: 15px;}

p.site-title {
	margin-top: 90px;
	font-size: 1.8em;
}

#secondary {
	position: absolute;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    height: 300vh;
	width: 20vw;
    margin-top: unset;
	padding: unset;
	padding: 240px 2% 0 2%;
}

#secondary .widget {
	width: 100%;
	margin: 15% 2%;
	padding-right: 2%;
	font-size: 1.7em;
}

#emptybar{
	width: 20vw;
	height: 300vh;
}

#content {
	width: auto;
	margin-top: 200px;
	margin-left: 21vw;
	margin-right: 10vw;
	padding: 1%;
	float: left;
}

.hentry { font-size: 1.4em;}

.wp-block-column {padding: 0 2%;}

.listing-item {margin-bottom: unset;}

.listing-item .title {font-size: 1.6em;}

.excerpt {font-size: 1.6em;}

body.page-template-default .footer-area,
body.post-template-default .footer-area {
	position: absolute;
	width: 92vw;
	margin-top: 285vh;
	height: 15vh;
	z-index: 100;
    background: #f7dfb9;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
}

.footer-area .widget-area {
	display: block;
	position: relative;
	float: right;
	width: 5%;
	margin: 4% 1% 0 1%;
}

	/*=====responsives for single posts=====*/
body.post-template-default #secondary {height: 300vh;}
body.post-template-default #emptybar {height: 300vh;}
body.post-template-default .footer-area {margin-top: 285vh;}

body.post-template-default #primary {
	position: absolute;
	width: auto;
    margin-top: 280px;
    margin-left: 22vw;
    margin-right: 12vw;
	font-size: 1.2em;
}

body.post-template-default #primary img {
	width: 80%;
	margin: 0 10%;
}
}

/*responsives for gaming-quality screens*/
@media screen and (min-width: 4000px){
	/*===front page responsives=====*/
body.page-template-page-berenbord-thuispagina #masthead {margin-top: 1%;}

#thuisplaatje {
	width: 50%;
	margin: 0 25%;
}

body.page-template-page-berenbord-thuispagina #site-navigation ul li#menu-item-25 {padding-top: 10%;}

body.page-template-page-berenbord-thuispagina #navigeerbeer {width: 30%;}

body.page-template-page-berenbord-thuispagina #site-navigation ul li {margin-top: 20%;}

body.page-template-page-berenbord-thuispagina #site-navigation ul li a {font-size: 5em;}

body.page-template-page-berenbord-thuispagina .footer-area {margin-top: unset;}

body.page-template-page-berenbord-thuispagina .widget-area {
	margin: -4% 1%;
	width: 10%;
	padding-bottom: 5%;
}

body.page-template-page-berenbord-thuispagina #spinnebeest h2 {font-size: 10em;}

	/*=====responsives for other pages=====*/
body.page-template-default #masthead,
body.post-template-default #masthead {
    position: absolute;
    width: 100vw;
	height: 15vh;
    z-index: 100;
}

body.page-template-default #site-navigation, 
body.post-template-default #site-navigation {
	margin-top: 0;
	width: 40vw;
}

body.page-template-default #site-navigation ul li a,
body.post-template-default #site-navigation ul li a {
	margin-top: 10%;
	font-size: 4em;
}

body.page-template-default .header-image,
body.post-template-default .header-image {
	width: 15vw;
	margin-top: 15px;
}

p.site-title {
    margin-top: 6vh;
    margin-left: 16vw;
    font-size: 5em;
}

p.site-description {
    margin-left: 16vw;
    font-size: 4.5em;
}

#secondary {
	position: absolute;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    height: 200vh;
	width: 20vw;
    margin-top: unset;
	padding: unset;
	padding: 20vh 2% 0 2%;
}

#secondary .widget {
	width: 100%;
	margin: 15% 2%;
	padding-right: 2%;
	font-size: 5em;
}

#emptybar{
	width: 20vw;
	height: 200vh;
}

#content {
	width: auto;
	margin-top: 15vh;
	margin-left: 21vw;
	margin-right: 10vw;
	padding: 1%;
	float: left;
}

.entry-header {margin-bottom: 2vh;}

.hentry { font-size: 4.2em;}

.wp-block-column {padding: 0 2%;}
.wp-block-image img {
	width: 200%;
	margin-left: -50%;
}

.listing-item {margin-bottom: unset;}

.listing-item .title {font-size: 1.2em;}

.excerpt {font-size: 1.2em;}

body.page-template-default .footer-area,
body.post-template-default .footer-area {
	position: absolute;
	width: 92vw;
	margin-top: 185vh;
	height: 15vh;
	z-index: 100;
    background: #f7dfb9;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
}

.footer-area .widget-area {
	display: block;
	position: relative;
	float: right;
	width: 5%;
	margin: 4% 1% 0 1%;
}

	/*=====responsives for single posts=====*/
body.post-template-default #secondary {height: 300vh;}
body.post-template-default #emptybar {height: 300vh;}
body.post-template-default .footer-area {margin-top: 285vh;}

body.post-template-default #primary {
	position: absolute;
	width: auto;
    margin-top: 16vh;
    margin-left: 22vw;
    margin-right: 12vw;
	font-size: 1.2em;
}

body.post-template-default #primary img {
	width: 80%;
	margin: 0 10%;
}

body.post-template-default .hentry {font-size: 3.8em;}
}
