/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

hr.wp-block-separator {
	border: 0;
}

h1 mark,
h2 mark,
h3 mark {
	font-family: var(--gp-font--pp-editorial-new);
	font-weight: normal;
	font-style: italic;
}

#page {
	position: relative;
	z-index: 10;
}

.bg-static {
	position: fixed;
}

.bg-static,
.bg-static .lines {
	z-index: 1;
    width: 100%;
    height: 100%;
}

.bg-static .lines {
	background: url(https://sallychat.com/wp-content/uploads/bg-lines.svg);
	opacity: 0.5;
}

.bg-static .blop-1 {
	position: absolute;
	z-index: 2;
	width: 70vw;
	height: 70vw;
	top: 5vh;
	right: calc(50% - 35vw);
	background: radial-gradient(circle,rgba(106, 68, 242, 1) 0%, rgba(106, 68, 242, 0) 65%, rgba(106, 68, 242, 0) 100%);
	opacity: 0.6;
}

.bg-static .blop-2 {
	position: absolute;
	z-index: 2;
	width: 50vw;
	height: 50vw;
	bottom: -50vh;
	right: calc(50% - 25vw);
	background: radial-gradient(circle,rgba(226, 61, 227, 1) 0%, rgba(226, 61, 227, 0) 65%, rgba(226, 61, 227, 0) 100%);
	opacity: 0.4;
}

.bg-static::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: radial-gradient(circle,rgba(2, 1, 13, 0) 0%, rgba(2, 1, 13, 0) 50%, rgba(2, 1, 13, 1) 100%);
	z-index: 3;
}

@media screen and (max-width: 767px) {
	.bg-static .blop-1 {
		top: calc(30% - 75vw);
		right: calc(50% - 75vw);
		width: 150vw;
		height: 150vw;
	}
	.bg-static .blop-2 {
		bottom: calc(40% - 60vw);
		right: calc(50% - 60vw);
		width: 120vw;
		height: 120vw;
	}
}