/*
 Theme Name:   Methode M Blog
 Theme URI:    https://over.methodem.nl/blog/
 Description:  
 Author:       Stef van der Linden
 Author URI:   https://stefwerkt.nl
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  wp-bootstrap-starter
*/

.nav-links a {
	background-color: rgba(240, 103, 147, 1);
	color: #fff;
	padding: .5em;
}

.nav-links .nav-previous a {
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
}

.nav-links .nav-next a {
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
}

.nav-links a:hover {
	background: rgba(240, 103, 147, 0.75); none repeat scroll 0 0;
	color: #fff !important;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	background: rgba(240, 103, 147, 0.75); none repeat scroll 0 0;
} 

.post-navigation .nav-previous a, .post-navigation .nav-next a {
	border: 0;
}

/*** WIDGETS **/

.widget-area {
	margin-top: 25px;
}

.widget-area .widget-title {
	font-weight: bold;
}

.widget-area .wp-caption {
	width: 100% !important;
	max-width: 100% !important;
}

.widget-area .wp-caption .wp-caption-text {
	padding-top: 0 !important;
}

h2.wp-block-heading {
	font-size: 1.6rem;
	margin-bottom: 0;
}

h3.wp-block-heading {
	font-size: 1.4rem;
	margin-bottom: 0;
}

section.widget h5 {
	color: #fff;
}

.widget-area ul.nav {
	border: 0 !important;
}

.widget-area .nav-item {
	padding: 0 !important;
	border: 1px solid rgba(126, 120, 184, 0.75);
	border-radius: 5px;
	margin-bottom: 10px;
}



.wp-block-latest-posts.wp-block-latest-posts__list li {
	text-align: center;
}
.wp-block-latest-posts__featured-image img {
	width: 500px;
}

.wp-block-latest-posts__featured-image a.nav-link {
	padding: 0 !important;
}

.wp-block-latest-posts__post-title.nav-link {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 1.25rem;
	margin-top: 10px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.widget-area .nav-link:hover {
	text-decoration: underline !important;
	background: none !important; 
}

.wp-block-latest-posts__post-excerpt {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-top: 0;
}
@media (max-width: 768px) { 
	.navbar {
		display: block;
	}
	
	.mainContent .navbar li a {
		font-size: 110%;
	}
	
	.post-navigation .nav-previous, .post-navigation .nav-next {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
	
	.nav-links a {
		font-size: 120%;
		padding: 1em 2em;
	}
}

/*
body {
	font-family: 'Montserrat', sans-serif;
	background-color: #f8fdff;
}

a, .btn-link { color: #8571F1; }
a:hover, .btn-link:hover { color: #5942df; }

body.admin-bar .navbar {top: 30px;} 

.navbar-brand {
	background: url(https://over.methodem.nl/assets/images/logo.png) no-repeat;
	background-size: contain;
	padding-left: 50px;
}

.bg-methodem {
	background-color: #8571F1;
	color: #fff;
	font-weight: 600;
}

.dropdown-toggle::after {
	margin-left: 0;
	vertical-align: .125em;
}

.dropdown-menu {
	margin: -.7em 0 0;
	background-color: rgba(255,255,255,.9);
}

.dropdown-item {
		font-weight: bold;
}

.dropdown-item.active {
	color: #8571F1;
	background-color: transparent;
	
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
	color: #8571F1;
}

.submenu-bar {
	clear: both;
	margin-top:45px;
	background-color: #8571f15c;
	text-align: center;
	height: 100px;
	line-height: 100px;
}

.site-content {
	padding-top: 0 !important;
}


.posted-on {
	font-size: 80%;
}

.bg-info {
	background-color: #F2748A !important;
	color: #fff;
}

.bg-info a {
	color: #fff;
	text-decoration: underline;
}

.bg-info a:hover {
	text-decoration: none;
}

.bg-info h5 {
	color: #fff !important;
}

footer a {
	color: #212529 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #3c2142 !important;
	margin-bottom: 0 !important;
}

.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #3c2142 !important;
}

/** Proeflicenties **/

.jumbotron {
	background-color: #28a7451c;
	padding-left: 50px;
	padding-right: 50px;
}

.btn-success, .search-submit {
    background-color: #37CCA2;
    border-color: #37CCA2;
    color: #fff;
    font-weight: bold;
}
.btn-success:hover, .search-submit:hover {
    background-color: #2AAD84;
    border-color: #2AAD84;
  } 

/** Single **/
h1.entry-title {
    font-size: 2.5rem !important;
    border-bottom: 0 !important;
	color: var(--dark) !important;
}

h2.entry-title {
	border-bottom: 0;
	color: var(--dark) !important;
}

.page-content, .entry-content, .entry-summary {
	margin-top: 0 !important;
}

.entry-content p {
	font-size: 120%;	
}

.entry-content ul, .entry-content ol {
	font-size: 100%;	
}

.entry-content ul li, .entry-content ol li {
	font-size: 100%;	
}

.entry-content ul, .entry-content ol {
	padding-left: 30px;	
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-weight: bold;
}

.wp-block-image figcaption {
	text-align: right;
}

blockquote {
	font-style: italic;
	padding: 5px 10px;
	border-left: 4px solid #000;
	font-size: 90%;
}

/** URLs 
.entry-content {
	margin-top: 0;
}

.entry-content p, .entry-content ul {
	font-family: "Noto Serif", serif !important;
	font-size: 110%;
}

.entry-content a:hover { color: #3b5998; }


.entry-content ul {
	margin-left: 0;
	padding-left: 22px;
}

.entry-content li {
	font-family: "Noto Serif", serif !important;
	margin-bottom: 0.5em;
}

.entry-content p {
	font-family: "Noto Serif", serif !important;
}

.entry-content h5 {
	margin: 0 0 .3em .9em;
	font-size: 100%;
	letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3c2142;
}

.entry-content ol {
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    list-style-type: none;
	display: block;
 }

.entry-content ol li {
    counter-increment: step-counter;
    margin-bottom: 5px;
    background-color: rgba(242, 166, 245, .1);
    padding: 10px 20px;
}

.entry-content ol li::before {
    content: counter(step-counter);
    background-color: rgba(242, 166, 245, .5);
    color: #3c2142;
    font-weight: bold;
    font-size: 110%;
    border-radius: 100%;
    padding: 3px 11px;
    margin: 0 8px 0 -10px;
}

dl {
	display: flex;
	flex-flow: row wrap;
	font-size: 90%;
	background: rgba(242, 166, 245, .1);
}

dt {
	flex-basis: 38%;
	text-align: right;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	padding: 10px;
}

dd {
	flex-basis: 60%;
	flex-grow: 1;
	margin: 0;
	padding: 10px;
	border-bottom: 4px solid #fff;
}

dl.migratiebox {
	font-size: 85%;
}

dl.migratiebox dt {
	flex-basis: 32%;
	padding-left: 0;
}

.entry-content table {
	width: 100%;
	table-layout: auto !important;
}

.entry-content thead {
	background: #f2f2f2;
}

.entry-content th {
	font-weight: bold;
}

.entry-content tbody {
	font-size: 90%;
}

blockquote {
	font-size: 90%;
	color: #333;
	border-left: 8px solid;
	padding-left: 0.85em;
	background-position: 100% 2%;
	background-repeat: no-repeat;
	padding-right: 10px;
}

blockquote strong {
	color: #111;
	font-size: 130%;
	line-height: 1.5;
	margin-bottom: 5px;
	font-style: normal;
	display: block;
	padding-right: 155px;
    font-weight: 900;
}

blockquote small {
    color: #333;
    font-size: 85%;
    font-family: inherit;
    line-height: 3;
	margin-top: 5px;
}

.entry-content p, .entry-content li {
	font-family: Helvetica, Arial, sans-erif;
}

.post.hentry {
  margin-bottom: 2rem;
}

**/
.has-methode-zwart-background-color { background-color: #000000;  }
.has-methode-paars-background-color { background-color: #7E78B8;  }
.has-methode-rood-background-color { background-color: #F06793;  }
.has-methode-geel-background-color { background-color: #FCBA63;  }
.has-methode-blauw-background-color { background-color: #44C8F5;  }
.has-methode-groen-background-color { background-color: #51BF9D;  }
.has-methode-lichtpaars-background-color { background-color: #BAB9DE;  }
.has-methode-lichtroze-background-color { background-color: #F4AFCF;  }
.has-methode-lichtgeel-background-color { background-color: #FDD5A4;  }
.has-methode-lichtblauw-background-color { background-color: #A0D5C7;  }
.has-methode-lichtgroen-background-color { background-color: #A4D5C7;  }
.has-bx-rood-background-color { background-color: #f26641;  }
.has-bx-geel-background-color { background-color: #ffc233;  }
.has-bx-blauw-background-color { background-color: #6c8cc7;  }
.has-bx-groen-background-color { background-color: #59a76d;  }
.has-bx-lichtgeel-background-color { background-color: #FAE8C1;  }
.has-bx-lichtrood-background-color { background-color: #F7E0DA;  }
.has-bx-lichtblauw-background-color { background-color: #D3E2F1;  }
.has-bx-lichtgroen-background-color { background-color: #DCEAE2;  }

.has-methode-zwart-color { color: #000000;  }
.has-methode-paars-color { color: #7E78B8;  }
.has-methode-rood-color { color: #F06793;  }
.has-methode-geel-color { color: #FCBA63;  }
.has-methode-blauw-color { color: #44C8F5;  }
.has-methode-groen-color { color: #51BF9D;  }
.has-methode-lichtpaars-color { color: #BAB9DE;  }
.has-methode-lichtroze-color { color: #F4AFCF;  }
.has-methode-lichtgeel-color { color: #FDD5A4;  }
.has-methode-lichtblauw-color { color: #A0D5C7;  }
.has-methode-lichtgroen-color { color: #A4D5C7;  }
.has-bx-rood-color { color: #f26641;  }
.has-bx-geel-color { color: #ffc233;  }
.has-bx-blauw-color { color: #6c8cc7;  }
.has-bx-groen-color { color: #59a76d;  }
.has-bx-lichtgeel-color { color: #FAE8C1;  }
.has-bx-lichtrood-color { color: #F7E0DA;  }
.has-bx-lichtblauw-color { color: #D3E2F1;  }
.has-bx-lichtgroen-color { color: #DCEAE2;  }