/*
Theme Name: Blockera
Author: Blockera
Author URI: https://profiles.wordpress.org/blockera/
Description: Block based WordPress starter theme.
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: blockera
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.2
Version: 0.0.3

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*
Sticky header is experimental, only use it on the front for screens above 782px width.
*/
@media screen and (min-width: 782px) {

	.is-style-blockera-sticky {
		position: sticky;
		top: 0;
		z-index: 999;
	}

	/* Move the sticky position down to adjust for the WordPress admin bar */
	.admin-bar .is-style-blockera-sticky {
		top: 32px;
	}
}

/*
 * Increase horizontal padding on smaller screens.
 * Temporary solution to avoid text content
 * running up to the edge of the browser window,
 * making the text difficult to read.
*/
@media ( max-width: 1024px ) {

	main > :not(.alignfull),
	main .wp-block-query > :not(.alignfull),
	main .entry-content > :not(.alignfull):not(ul):not(ol),
	main .entry-content .wp-block-columns.alignfull p {
		padding-left: var(--wp--custom--h-spacing);
		padding-right: var(--wp--custom--h-spacing);
	}
}

@font-face {
    font-family: 'bikoblack';
    src: url('./assets/fonts/biko_black-webfont.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;

}




@font-face {
    font-family: 'bikobold';
    src: url('./assets/fonts/biko_bold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'bikolight';
    src: url('./assets/fonts/biko_light-restricted-webfont.woff2') format('woff2');
	font-weight: 200;
    font-style: normal;

}




@font-face {
    font-family: 'bikoregular';
    src: url('./assets/fonts/biko_regular-webfont.woff2') format('woff2');
	font-weight: 400;
    font-style: normal;

}

.biko-title{
	font-family: 'bikolight'!important;
}

.biko-subtitle{
	font-family: 'bikoregular';
}

.biko-bold{
	font-family: 'bikobold';
}
.biko-black{
	font-family: 'bikoblack';
}

.no-icons-in-list{
	list-style:none;!important
}

.negative-margin{
	margin-top:-5rem;
}
.negative-margin-right{
	margin-right:-6rem!important;
}
.wp-block-outermost-social-sharing, .wp-block-outermost-social-sharing.has-normal-icon-size{
	margin-right:-35rem!important;
}

.positive-margin-title{
	margin-top: 20rem!important;
	padding-left: 10rem!important;
}
.container-wide{
	object-fit:contain!important;
}
@media screen and (max-width: 475px) {
	header{
		max-height:400px!important;
	}
	video{
		object-fit:contain!important;
		
	}
	.container-wide{
	position: relative;
  	padding-bottom: 56.25%; /* 16:9 */
  	height: 0;
	}
	.container-wide video {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	.intrinsic-ignore{
		top:-67.25%!important;
	}
	.wp-block-group.has-background{
		padding:0px!important;
	}
	.wp-block-cover.alignfull.has-black-color.has-text-color.agl.agl-fadeCSS.agl-in-easing-linear.agl-in-distance-1{
		padding-left:0px!important;
		padding-right:0px!important;
	}
	.wp-block-column.biko-subtitle.has-text-xl-font-size.is-layout-flow.wp-block-column-is-layout-flow{
		padding-left:20px!important;
		padding-right:20px!important;
	}
	.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow > p{
		margin-left:0px!important;
		margin-right:0px!important;
	}
	.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow > h2{
		padding-top:20px;
		text-align: left;
	}
	.wp-block-group.biko-subtitle.is-layout-flow.wp-container-11.wp-block-group-is-layout-flow > p{
		margin:0px!important;
		padding:20px!important;
	}
	.wp-block-group.alignfull.is-layout-flow.wp-container-13.wp-block-group-is-layout-flow{
		padding-top:20px!important;
	}
	.wp-block-group.alignfull.is-layout-flow.wp-block-group-is-layout-flow > p{
		padding:0px!important;
	}
}
