/*
Theme Name: Quickbyte
Theme URI: http://www.quickbyte.nl
Author: QuickByte
Author URI: http://www.quickbyte.nl
Description: Speciaal opmaat gemaakt thema
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready

*/
body {
	background-attachment:fixed;
	color:white;
}

.aangepast-menu {
	display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: #b6000b;
    font-size: 12px;
}

.show-mobile {
	display:none;
}

.feedback {
	display:block;
	color:white;
	position: fixed;
    top: 40%;
    left: -129px;
    background: #b6000b;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:none;
}

.dayfooter {
	width:120px;
	display:inline-block;
}

.feedback:hover {
	left: 0px;
}

.feedback:hover .svg {
	background:#9f0912;
}

.feedbackmsg {
	float: right;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    color: red;
}

.svg {
	float:right;
	width: 50px;
    height: 47px;
}

.text {
	float:left;
	height: 47px;
	line-height:47px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
    font-weight: bold;
    font-size:11px;
    color:white;
    padding:0 10px;
}

a {
	outline: none !important;
}

.products div.product, .bestelling-overview, .checkout-container {
	background:rgba(0,0,0,0.4);
}

.product h3, .quantity i, .checkout-container h3, .checkout-container h2 {
	color:white;
}

.title-container {
	box-shadow:1px 1px 7px rgba(0,0,0,0.5);
}

.quantity input {
	color:black;
}

.bestelling-overview h3, .bestel-item .title, .pricetotal {
	color:white;
}

.qb-info {
	background:none;
}

footer {
	background: rgba(0,0,0,0.5);
}

h1,h2,h3 {
	margin-top:0;
}

ul {
	padding:0;
	margin:0;
	list-style:none;
}

/* Theme CSS */

body {
	font-family: 'Open Sans', sans-serif;
}

.top-bar-container {
	padding:10px;
	width:100%;
	color:white;
	font-size:11px;
}

.top-bar-container span {
	margin-right:30px;
}

.top-bar-container span:last-child {
	margin-right:0;
}

.top-bar-container i {
	margin-right:7px;
	font-size:13px;
}

.front-wrapper {
	padding-top:10px;
}

.top-bar-container a{
	color:white;
	text-decoration:none;
}

.top-right {
	text-align:right;
}

.top-right a {
	text-transform:uppercase;
	margin:0px 4px;
}

.top-right a:hover {
	text-decoration:underline;
}

.logo {
	padding:30px 0;
	text-align:center;
}

.logo img {
	max-width:300px;
}

.menu-wrapper {
	width:100%;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

#menu-primary li {
	float:left;
	position: relative;
}

#menu-primary li .dashicons {
	height:inherit;
	line-height: 0.7;
}

.dashicons-admin-users {
	margin-right:9px;
}

#menu-primary .right-side {
	float:right;
}

#menu-primary li a {
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height:1.1;
    padding: 15px 12px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-overflow: ellipsis;
	overflow:hidden;
	outline:none !important;
}

#menu-primary li a:hover {
	background:#9a0009;
}

#menu-primary li.current-menu-item:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #9a0009);
    border-top-color: #9a0009;
    border-width: 6px;
    margin-left: -6px;
    z-index: 99;
}

.main-content {
	padding:25px 0;
}

.content-container {
	background:white;
	background:rgba(255,255,255,0.9);
}

.woocommerce-result-count, .woocommerce-ordering {
	display:none;
}

.title-container {
	background: url("img/header-pizza.jpg") center no-repeat;
	padding:50px 50px;
}

.title-container h1 {
	padding-bottom: 10px;
}

.page-title {
	font-family: 'Roboto Slab', cursive;
	font-size:50px;
	color:#9a0009;
	margin: 10px 0 10px 0;
	position:relative;
	padding-bottom:25px;
	color:white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.slider-container {
	min-height:350px;
}

.slider-container h1 {
	position:absolute;
	bottom:50px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	padding-left:40px;
	left:0;
	width:90%;
}

.sub-title {
	font-size: 17px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
}

.clear {
	clear:both;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c40411), color-stop(1, #b6000c));
	background:-moz-linear-gradient(top, #c40411 5%, #b6000c 100%);
	background:-webkit-linear-gradient(top, #c40411 5%, #b6000c 100%);
	background:-o-linear-gradient(top, #c40411 5%, #b6000c 100%);
	background:-ms-linear-gradient(top, #c40411 5%, #b6000c 100%);
	background:linear-gradient(to bottom, #c40411 5%, #b6000c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c40411', endColorstr='#b6000c',GradientType=0);
	background-color:#c40411;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
    padding: 12px 60px;
	text-decoration:none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	box-shadow:2px 2px 6px rgba(0,0,0,0.5);
}

.myButton:hover, .myButton:active, .myButton:visited {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b6000c), color-stop(1, #c40411));
	background:-moz-linear-gradient(top, #b6000c 5%, #c40411 100%);
	background:-webkit-linear-gradient(top, #b6000c 5%, #c40411 100%);
	background:-o-linear-gradient(top, #b6000c 5%, #c40411 100%);
	background:-ms-linear-gradient(top, #b6000c 5%, #c40411 100%);
	background:linear-gradient(to bottom, #b6000c 5%, #c40411 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6000c', endColorstr='#c40411',GradientType=0);
	background-color:#b6000c;
	color:white;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}

.bottom-footer {
	margin-top:40px;
	padding:10px 0;
	background:rgba(0,0,0,0.5);
}

.nosidebar h2 {
	margin-top:20px;
}

.nosidebar p {
	margin:0 0 20px 0;
}

.nosidebar {
	padding:20px 0 40px;
}

.nosidebar a {
	color:white;
	text-decoration:underline;
}

.qblogo {
	max-width:20px;
}

#menu-footer-menu a {
	color:white;
}

#menu-footer-menu li {
	margin-bottom:5px;
}

.category {
	margin-bottom:20px;
}

.category img {
	width:100%;
	background:rgba(0,0,0,0.3);
}

.front-wrapper.title {
	text-align:center;
	font-family: 'Roboto Slab', cursive;
	padding-top:50px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.7);
	padding-bottom:40px;
}

.front-wrapper.title h2 {
	font-size:36px;
}

.front-wrapper.title h2:after {
    content: '';
    display: block;
    background: white;
    height: 3px;
    max-width: 80px;
    width: 100%;
    margin: 20px auto 0;
}

footer {
	padding:10px 0 0;
	color:#eee;
	font-size:12px;
}

footer a {
	color:#9a0009;
}

footer a:hover {
	text-decoration:underline;
	color:#9a0009;
}

footer h3 {
	color:white;
	font-size:15px;
	padding-bottom:9px;
	border-bottom:1px solid #bababa;
	margin-top:30px;
}

footer h3 .dashicons-store {
	font-size:17px;
	margin-right:8px;
}

footer h3 i {
	margin-right:4px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background:#b6000c ;
}

.category-front {
	font-size:24px;
}

.category-front img {
	width:100%;
}

.mobile-top {
	display:none;
	font-size: 14px;
    padding: 7px;
    z-index: 88;
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    left:0;
}

.summery {
	padding-top:3px;
}

.view-order {
	display: block;
    background: #b6000c;
    padding: 5px 14px;
    border-radius: 2px;
    font-size: 12px;
    cursor:pointer;
    color:white;
}

.view-order:hover {
	color:white; 
}

.mobilefeedback {
	display:none;
	position:fixed;
	background:#b6000c;
	color:white;
	padding:15px;
	bottom:-30px;
	width:100%;
	text-align:center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.stopfixed {
	position:relative !important;
}

.product-content.withoutimage {
	margin-left:60px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
		position:relative;
	}
	
	.checkout-option input[type="radio"] {
		display:inline;
	}
}

@media screen and (max-width:370px) {
}

@media screen and (max-width:680px) {
	.mobilefeedback.active {
		display:block;
		bottom:0;
	}

	.cart .quantity {
		display:none;
	}
	
	.products div.product div.cart .button, a.button.alt, input.button.alt {
		width:100%;
	}
	
	.products .product img {
		max-width:100%;
		width:100%;
	}
	
	.products .product-content {
		text-align:center;
		width:100%;
	}
	
	.products .product p {
		height:inherit;
	}
	
	.page-id-6 #menu-primary, .page-id-7 #menu-primary {
		display:none;
	}
	
	.bestelling-content .delete-product i {
		font-size:23px;
	}
	
	.product-content.withoutimage {
		margin-left:0px;
		margin-top: 50px;
	}
}


@media screen and (max-width:768px) {
	
	.show-mobile {
		display:block;
	}
	
	.show-mobile img {
		width:100%;
	}
	
	.slider-container {
		display:none;
	}
	
	.bestelling-overview {
		max-width:100%;
	}
	
	.mobile-top {
		display:block;
	}
	
	.menu-wrapper ul {
		display: grid;
    	grid-template-columns: 1fr 1fr;
	}
	
	#menu-primary li { 
		text-align:center;
		padding:5px;
	}
	
	#menu-primary .menu-item-home {
		display:none;
	}
	
	.menu-wrapper {
		background:none;
		box-shadow:none;
		margin-bottom:20px;
	}
	
	#menu-primary li a{ 
		background:#b6000c;
		border-radius:3px;
	}
	
	#menu-primary li.current-menu-item:after {
		display:none;
	}
	
	.page-title {
		text-align:center;
		font-size:30px;
		text-shadow: 1px 1px 8px rgba(0,0,0,0.9);
	}
	
	.logo {
		padding: 60px 0 20px;
	}
	
	.logo img {
		max-width:150px;
	}
	
	#menu-primary li a {
		padding:12px 15px;
	}
	
	.title-container {
		display:none;
	}
}


@media screen and (max-width:990px) {
	.hidden-sm {
		display:none;
	}
	
	.bestelling-overview {
		padding:10px;
	}
	
	.bestel-quantity i { 
		padding:10px 10px;
	}
	
	.feedback {
		display:none;
	}
}

@media screen and (max-width:1200px) {
	.product img {
		max-width:105px;
	}
	
	.woocommerce div.product form.cart div.quantity {
		margin: 0 5% 0 2%;
	}

	.product-content {
		width:54%;
		float:left;
	}
	
	div.product div.cart .button, a.button.alt, input.button.alt {
		width:56%;
	}
}
