/*
Theme Name: Build With Bytes Primo
Theme URI: primo.buildwithbytes.nl/primo
Template: twentytwentythree
Author: Build With Bytes
Author URI: https://www.buildwithbytes.nl
Description: Build with Bytes Primo is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
Tags: block-styles,custom-colors,custom-logo,custom-menu,e-commerce,editor-style,one-column,theme-options,threaded-comments,translation-ready,wide-blocks
Version: 1.1.0.1675004753
Updated: 2023-01-29 15:05:53

*/

@import url("../twentytwentythree/style.css");

/*Sticky header */
#footer { width: 100%; padding: 20px 0; margin: 0; background: #936; }
.maxwidth { margin: 0 auto; position: relative; width: 100%; max-width: none; }
/*
@media screen and (min-width:1024px) {

//#mobile-menu { display: block; padding: 15px 0; text-decoration: none; text-transform: uppercase; color: #fff;
//	text-align: center; font-weight: 500; cursor: pointer; background: #936;/*#eee;z-index: 999; position: relative;
}
}
*/
.bwb-header {
    position: absolute; 
    top: 0 !important;
     z-index: 1000;
      width: 100%;
       left:0;
     } /*BWB fullwidth */

	 .bwb-body{
margin-top:10em !important;
	 }
	
	
@media screen and (max-width: 1023px) {
	
	.bwb-header{ width:100%; margin-top: 1px; box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.25); width:100%; }	
	
}

@media screen and (min-width: 1024px) {
	.fixed {
	transition-property: padding;
	transition-duration:1s;
	
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	padding: 0 !important;
	margin-top: 1px;
	
  }
}
