@charset "utf-8";
/*
Theme Name:  WORLD WIN
Theme URI: null
Description: Description
Author: 81bridge - LZJ
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

.formBox .submit {
	position: relative;
}
div.wpcf7 .ajax-loader,
div.wpcf7 .wpcf7-spinner {
	margin: 0 0 0 -12px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -30px;
}
.errorText {
	color: #dc3232;
    font-size: 1em;
    font-weight: normal;
	display: none;
}
.hideError .wpcf7-not-valid-tip {
	display: none !important;
}
.span-val.empty {
	display: none;
}
.span-val.empty+br {
	display: none;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-response-output,
.form_step2 {
	display: none;
}
#main .confirmBox .notesBox,
#main .confirmBox .tabUl {
	display: none;
}
.fadeInUp {
	transform: translateY(20px);
	opacity: 0;
	-webkit-filter: blur(25px);
	filter: blur(25px);
}
.fadeInUp.on {
	transition: opacity 1.0s, transform 1.2s, filter 1s;
	-webkit-filter: blur(0);
	filter: blur(0);
	transform: none;
	opacity: 1;
}