/*
Theme Name: Los elke sudoku op
Theme URI: http://www.loselkesudokuop.nl/
Description: A custom theme made for the 'Los elke sudoku op' website.
Version: 1.0
Author: WebInverse
Author URI: https://webinverse.nl/
*/
* {
	font-weight: 200;
}
::selection {
	background: #89D5E5;
	color: #ffffff;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.navbar-brand {
	flex-shrink: 0;
	max-width: 40%;
	min-width: 150px;
	transition: max-width .35s;
}
.navbar-brand > img {
	width: 100%;
}
.navbar-collapse {
	padding-top: 4px;
	padding-bottom: 4px;
}
@media (max-width: 449px) {
	.navbar-brand {
		max-width: 100%;
	}
}
/* Override bootstrap navbar style */
@media (min-width: 768px) {
	.navbar-toggleable-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
	    align-items: center;
	}
	.navbar-toggleable-md .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-negative: 0;
		width: 100%;
		flex-shrink: 1;
	}
	.navbar-toggleable-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (max-width: 767px) {
	.collapse {
		display: block;
	}
	ul.navbar-nav li a,
	ul.navbar-nav + form div,
	ul.navbar-nav + form div button {
		width: 100%;
		text-align: center;
	}
	ul.navbar-nav li {
		margin: 0.5em 0 0;
	}
}

footer {
	padding-bottom: 1em;
}

.content {
	padding: 32px 0 16px 0;
	color: #222222;
}
.content * {
	-webkit-user-select: initial;
	   -moz-user-select: initial;
	    -ms-user-select: initial;
	        user-select: initial;
}

a {
	text-decoration: none !important;
}


/* Sticky footer */
html {
	min-height: 100%;
}
body {
	min-height: 100vh;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
		flex-shrink: 0;
		-ms-flex-negative: 0;
}
body > .container-fluid {
	width: 100%;
}
body > .container:nth-child(1) {
	flex-shrink: 0;
}
body > .container:nth-child(3) {
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%;
}

.img-wrapper img {
	width: 100%;
	height: auto;
}

/* WooCommerce styles */
.single-product .product_meta {
	display: none;
}
.woocommerce .single-product div.product .woocommerce-tabs ul.tabs li {

}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #89D5E5;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #5796a7;
}


.woocommerce #tab-description {
	text-align: justify;
}
@media (min-width: 500px) {
	.woocommerce #tab-description {
		font-size: 20px;
	}
}

.woocommerce form .form-row {
	display: block;
}

.woocommerce #commentform [class^="comment"] > label {
	display: block;

}

img {
	box-shadow: 0 3px 5px 0px rgba(0,0,0,.3) !important;
}