/*
Theme Name: Casino
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: WeKnowGaming
*/
body{
    margin: 0;
}
article h1,
aside h1,
nav h1,
section h1 {
    all: unset;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}

.header-custom{
	position: fixed !important;
	width: 100%;
	z-index: 1;
	backdrop-filter: blur(12px);
}

.block-graph .eael-infobox .infobox-icon{
    position: absolute !important;
    height: 21px !important;
    width: auto !important;
	margin-block-start: 6px;
}
.block-graph .eael-infobox .infobox-icon img{
    width: 100% !important;
}
.block-graph .graph-title{
	margin-block-start: 102px !important;
	margin-block-end: 25px !important;
}

.form-custom .wpcf7 form .wpcf7-response-output,
.form-custom  .wpcf7-not-valid-tip{
	position: absolute !important;
}
.form-custom input[type="submit"]{
	cursor: pointer;
}
.form-custom input[type="submit"]:hover{
	box-shadow: 0 0 15px 0 #CFFF04;
}

@media screen and (max-width: 475px){
	br.desktop{
		display: none;
	}
	.block-graph .eael-infobox .infobox-icon{
		margin-block-start: 0;
	}
	.block-graph .graph-title{
		margin-block-start: 25px !important;
	}
}
