/*
 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
*/
.loc a.review-link .icon {
    background-image: url(https://evergreengoodwill.org/wp-content/uploads/logo-google-icon-png.png);
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
}
.loc a.review-link {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.halloween-blog .blog {
	background-color: #A88DF8B2 ! important;
}
.halloween-blog .blog p, .halloween-blog .blog h2 {
	color: #fff ! important;
}
.halloween-image-top-right {
    position: absolute;
    top: 0;
    right: 0;
}
.halloween-gif {
	aspect-ratio: 3 / 1;
    object-fit: cover;
}
@media screen and (max-width: 1024px) {
	.has-accent-img {
		background-position: top 20px right ! important;
    	background-size: 100px ! important;
	}
	.halloween-image-top-right {
		top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.has-accent-img {
		background-position: top 15px right ! important;
    	background-size: 75px ! important;
	}
	.halloween-image-top-right {
		top: 10px;
		right: -15px;
	}
	.blog-details .gb-headline-c1b724f0h3 {
		word-break: break-word;
	}
}

#witch-hat {
	position: absolute;
	top: 30px;
	left: 30px;
}

#spider {
	position: absolute;
    bottom: 10px;
    left: 580px;
}

#ghost {
	position: absolute;
    bottom: 70px;
    right: 40px;
}

/** Survey **/
.form-scale .gfield_radio {
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
}
.form-scale .gfield_radio div{
    display: flex;
    flex-direction: column-reverse;
    width: 25px;
    align-items: center;
}
.form-scale .gfield_radio div label{
    max-width: 100% ! important;
}
.form-scale .gfield_radio:before {
    content: "(Not at all likely)";
    font-size: 15px;
}
.form-scale .gfield_radio:after {
    content: "(Extremely likely)";
    font-size: 15px;
}

@media screen and (max-width: 767px) {
	.form-scale .gfield_radio {
		flex-direction: column;
		align-items: flex-start;
	}
	.form-scale .gfield_radio div {
		display: flex;
		flex-direction: row-reverse;
		width: 35px;
		align-items: center;
		gap: 10px;
	}
}