.wcb-md-effect-1 .wcb-content-wrap {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.wcb-md-show.wcb-md-effect-1 .wcb-content-wrap {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}.wcb-weather{
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
} .wcb-weather:before, .wcb-weather:after {
content: "";
position: absolute; left: -50%; top: -50%; right: -50%; bottom: -50%;
z-index: 1;
pointer-events: none;
background: transparent repeat;
background-size: 256px 1024px;
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -webkit-crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: pixelated;
opacity: 0.7;
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
-webkit-animation-name: wcb-weather;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-name: wcb-weather;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.wcb-weather:after {
opacity: 0.8;
-webkit-animation-name: wcb-weather2;
animation-name: wcb-weather2;
} .wcb-weather.wcb-weather-rain:before, .wcb-weather.wcb-weather-rain:after {
background-image: url(//www.boessamode.nl/wp-content/plugins/woocommerce-coupon-box/images/wcb-rain.png);
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.wcb-weather.wcb-weather-rain:after {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
} .wcb-weather.wcb-weather-snow:before, .wcb-weather.wcb-weather-snow:after {
background-image: url(//www.boessamode.nl/wp-content/plugins/woocommerce-coupon-box/images/wcb-snow.png);
-webkit-animation-duration: 6s;
animation-duration: 6s;
}
.wcb-weather.wcb-weather-snow:after {
-webkit-animation-duration: 4.5s;
animation-duration: 4.5s;
} @-webkit-keyframes wcb-weather {
from { background-position: 0 0; }
to { background-position: 0 1024px; }
}
@keyframes wcb-weather {
from { background-position: 0 0; }
to { background-position: 0 1024px; }
}
@-webkit-keyframes wcb-weather2 {
from { background-position: 64px 64px; }
to { background-position: 64px 1088px; }
}
@keyframes wcb-weather2 {
from { background-position: 64px 64px; }
to { background-position: 64px 1088px; }
}.wcb-coupon-box.wcb-coupon-box-2 .wcb-content-wrap .wcb-content-wrap-child {
overflow: hidden;
}
.wcb-coupon-box.wcb-coupon-box-2 .wcb-modal-body {
min-height: 400px;
}
.wcb-coupon-box.wcb-coupon-box-2 .wcb-modal-body .wcb-coupon-box-newsletter .wcb-newsletter-form .wcb-input-group {
display: block !important;
}
.wcb-coupon-box.wcb-coupon-box-2 .wcb-newsletter-form .wcb-input-group .wcb-email,
.wcb-coupon-box.wcb-coupon-box-2 .wcb-newsletter-form .wcb-input-group .wcb-input-group-btn {
width: 100%;
margin: 5px 0;
text-align: center;
}
.wcb-coupon-box.wcb-coupon-box-2 .wcb-newsletter-form .wcb-input-group .wcb-email{
margin-top: 0;
}
.wcb-coupon-box.wcb-collapse-after-close.wcb-coupon-box-2 .wcb-newsletter-form .wcb-input-group .wcb-input-group-btn {
width: unset;
}
.wcb-coupon-box.wcb-coupon-box-2 .wcb-newsletter-form {
width: 100%;
}
.wcb-md-modal.wcb-coupon-box.wcb-coupon-box-2 .wcb-md-content .wcb-modal-header {
padding-left: 0;
padding-right: 0;
}
.wcb-md-modal.wcb-coupon-box.wcb-coupon-box-2 .wcb-md-content,
.wcb-md-modal.wcb-coupon-box.wcb-coupon-box-2 .wcb-md-content-right { display: table-cell;
height: 100%;
}
.wcb-md-modal.wcb-coupon-box.wcb-coupon-box-2 .wcb-md-content-right {
width: 50%;
}
.wcb-md-modal.wcb-coupon-box.wcb-collapse-after-close.wcb-coupon-box-2 .wcb-md-content {
display: block;
}
.wcb-md-modal.wcb-coupon-box.wcb-coupon-box-2 {
display: table;
} .wcb-coupon-box-2 .wcb-custom-input-fields.wcb-input-fields-count-1 .wcb-input-field-item{
width: 100%;
}
.wcb-coupon-box-2 .wcb-custom-input-fields.wcb-input-fields-count-3 .wcb-input-field-item:last-child,
.wcb-coupon-box-2 .wcb-custom-input-fields.wcb-input-fields-count-5 .wcb-input-field-item:last-child{
width: 100%;
}
.wcb-coupon-box.wcb-coupon-box-2 .wcb-custom-input-fields .wcb-input-field-item input.wcb-input-birthday {
padding: 10px 0 10px 10px;
}
.wcb-coupon-box.wcb-coupon-box-2 .wcb-custom-input-fields .wcb-input-field-item select {
padding: 0 10px;
}