/*!
Theme Name: GoodFortune
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: GoodFortune theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goodfortune
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: goodfortune
Template Id: prod-32066
*/

#toTop {
	cursor: pointer;
}

/* Contact forms */

.wpcf7-spinner {
	display: none;
}

.accept .wpcf7-list-item {
	display: flex;
}

.wpcf7-form p .accept {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.wpcf7-form p .accept input[type=checkbox] {
	visibility: hidden;
	width: 20px;
	height: 20px;
	border-radius: 0;
	-moz-appearance: initial;
}

.wpcf7-form p .accept .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form p .accept .accept_message {
	margin-left: 12px;
}

input[type=checkbox] {
	cursor: pointer;
}

.accept input::before {
	visibility: visible;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 0px;
	border: 1px solid #A3A3A3;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 55% 55%;
}

.accept input:checked::before {
	border-color: #A3A3A3;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 10'%3e%3cpath fill='%23222222' d='M13 1.5L11.4706 0L4.35294 7L1.52941 4.25L0 5.75L4.35294 10L13 1.5Z'/%3e%3c/svg%3e");
}

br {
	display: none;
}

.accept_title {
	margin-top: -25px;
}