File: /home/vspt/public_html/wp-content/plugins/winwheel4wp/assets/winwheel4wp.css
/*
Win Wheel For Wordpress - winwheel4wp.css
Support: https://codecanyon.net/user/superduper-plugins
It is allowed to distirbute this file only if you have a license (Envato Regular / Envato Extended) and by terms & conditions defined in your license:
https://codecanyon.net/licenses/terms/regular
https://codecanyon.net/licenses/terms/extended
*/
.winwheel4wp_canvas * {
line-height: 0;
font-size: 1rem;
}
.winwheel4wp_canvas {
width: 100%;
position: relative;
display: inline-block;
max-width: 24em;
margin-bottom: 1em;
user-select: none;
transform: rotate3d(0,0,1,0deg);
-webkit-transform: rotate3d(0,0,1,0deg);
}
.winwheel4wp_wheel_run_win_msg, .winwheel4wp_wheel_run_err_msg {
margin: 1em 0;
}
.winwheel4wp_wheel_run_win_msg {
margin-top: 0;
}
.winwheel4wp_wheel_run_win_msg {
font-weight: bold;
padding: 1em 1.5em;
border-radius: 1em;
display: none;
}
.winwheel4wp_wheel_run_err_msg {
color: red;
}
.winwheel4wp_recaptcha {
margin-top: 1em;
}
.winwheel4wp_margin_fix {
margin-top: 16%;
}
.winwheel4wp {
position: relative;
display: inline-table;
width: 100%;
}
.winwheel4wp_wheel_image {
outline: 1px solid transparent;
image-rendering: optimizeQuality;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
width: 100%;
}
.winwheel4wp_canvas img.winwheel4wp_marker {
position: absolute;
top: 6.4%;
left: 50%;
width: 30%;
display: inline-block;
transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
transform: translateX(-50%) translateY(-50%) rotate3d(0,0,1,270deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate3d(0,0,1,270deg);
}
.winwheel4wp_canvas img.winwheel4wp_marker,.winwheel4wp_canvas {
box-shadow: none !important;
}
.winwheel4wp_crop {
overflow: hidden;
transform: rotate3d(0,0,1,270deg);
-webkit-transform: rotate3d(0,0,1,270deg);
}
.winwheel4wp div {
font: inherit;
font-size: .9em;
line-height: 1.2em;
position: absolute;
transform-origin: 0 50%;
-webkit-transform-origin: 0 50%;
color: rgb(58, 58, 58);
font-weight: bold;
width: 41%;
left: 50%;
top: 50%;
overflow: hidden;
text-align: right;
user-select: none;
box-sizing: border-box;
}
.winwheel4wp div:nth-of-type(1) {
transform: translateY(-50%) rotate(0deg);
-webkit-transform: translateY(-50%) rotate(0deg);
}
.winwheel4wp div:nth-of-type(2) {
transform: translateY(-50%) rotate(45deg);
-webkit-transform: translateY(-50%) rotate(45deg);
}
.winwheel4wp div:nth-of-type(3) {
transform: translateY(-50%) rotate(90deg);
-webkit-transform: translateY(-50%) rotate(90deg);
}
.winwheel4wp div:nth-of-type(4) {
transform: translateY(-50%) rotate(135deg);
-webkit-transform: translateY(-50%) rotate(135deg);
}
.winwheel4wp div:nth-of-type(5) {
transform: translateY(-50%) rotate(180deg);
-webkit-transform: translateY(-50%) rotate(180deg);
}
.winwheel4wp div:nth-of-type(6) {
transform: translateY(-50%) rotate(225deg);
-webkit-transform: translateY(-50%) rotate(225deg);
}
.winwheel4wp div:nth-of-type(7) {
transform: translateY(-50%) rotate(270deg);
-webkit-transform: translateY(-50%) rotate(270deg);
}
.winwheel4wp div:nth-of-type(8) {
transform: translateY(-50%) rotate(315deg);
-webkit-transform: translateY(-50%) rotate(315deg);
}
.winwheel4wp div:nth-of-type(4n) { color: white; }
.winwheel4wp_modal_shadow {
position: fixed;
background-color: rgba(0,0,0,.5);
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 100000;
}
.winwheel4wp_modal_box {
position: fixed;
width: 90%;
height: 90%;
max-width: 32em;
max-height: 32em;
overflow: auto;
margin: auto;
box-sizing: border-box;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 2.5em;
padding-top: .77em;
z-index: 100001;
}
.winwheel4wp_modal_close_x {
text-align: right;
font-size: 2.2em;
}
.winwheel4wp_modal_close_x span {
cursor: pointer;
}
.winwheel4wp_modal_body {
margin-top: .5em;
}
.winwheel4wp_modal_close_btn {
margin-top: 2em;
}
.winwheel4wp_modal_box_container {
display: none;
}
.winwheel4wp_form input[type=text], .winwheel4wp_form input[type=email] {
margin-top: .5em;
}
img.winwheel4wp_wheel_image {
box-shadow: none;
}
@media screen and (min-width: 30em) {
.winwheel4wp div {
font-size: 1.2em;
}
}