/*
  Theme Name: BKP OnRoad Theme
  Description: BKP OnRoad Theme
  Version: 1.0
*/

@font-face{
	font-family: 'MBCorpoATitle-internal';
	font-display:swap;
	src: url('assets/font/MBCorpoATitleOffice-Regular.ttf') format('truetype');
}
@font-face{
	font-family: 'MBCorpoSText-Bold-internal';
	font-display:swap;
	src: url('assets/font/MBCorpoSTextOffice-Bold.ttf') format('truetype');
}
@font-face{
	font-family: 'MBCorpoSText-internal';
	font-display:swap;
	src: url('assets/font/MBCorpoSTextOffice-Regular.ttf') format('truetype');
}
@font-face{
	font-family: 'MBCorpoSText-Light-internal';
	font-display:swap;
	src: url('assets/font/MBCorpoSTextOffice-Light.ttf') format('truetype');
}

BODY {
	margin: 0;
	padding: 0;
	/*background-image: url('assets/img/background.jpg');*/
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
}

DIV.page-background {
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
	/* background-position: 0px 0px; */
	background-position: center;
	/*do not enable to prevent flicker in IE */
	/*background-attachment: fixed;*/
	background-size: cover;
	position: fixed;
	top: 0px;
	/*background-image: url('assets/img/background.jpg');*/
	background-color:#000;
	z-index: -10;
}

/* ACF WYSIWYG editor not well integrated into brizy */
.acf-wysiwyg-content {
	color: #FFFFFF;
	font-family: 'MBCorpoSText-internal', sans-serif;
	font-size: 32px;
	line-height: 130%;
}
.acf-wysiwyg-content .brz-rich-text ul {
	white-space: normal;
}
.acf-wysiwyg-content .brz-rich-text li {
	margin-bottom: 40px;
}
.acf-wysiwyg-content .brz-rich-text li:before {
	display: inline-block;
	margin-right: 40px;
	margin-left: 0px !important;
	content: "\0000a0" !important;
	background-repeat: no-repeat;
	background-image: url('assets/img/list-icon.png');
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.acf-wysiwyg-content .brz-rich-text {
		font-size: 27px;
	}
	.acf-wysiwyg-content .brz-rich-text li {
		margin-bottom: 40px;
	}
	.acf-wysiwyg-content .brz-rich-text li:before {
		margin-right: 40px;
		background-size: 40px 40px;
		width: 40px;
		height: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.acf-wysiwyg-content .brz-rich-text {
		font-size: 22px;
	}
	.acf-wysiwyg-content .brz-rich-text li {
		margin-bottom: 20px;
	}
	.acf-wysiwyg-content .brz-rich-text li:before {
		margin-right: 20px;
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
	}
}

/* dark default background for Brizy edit mode */
.brz-ed .brz-ed-wrap-block-item {
	background-color: #555555;
}


.icon-bkp {

    width: 75px;
    height: auto;

}

.brz .brz-rich-text ol, .brz .brz-rich-text ul, .brz .brz-rich-text dl {
    margin-left: 35px;
    list-style: none;
    padding: 0;
    text-indent: -50px;
}
.no-bullet::before {
    content: "";
    background-image: none !important;
    display: none;
}
