| 1 |
/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/ |
| 2 |
|
| 3 |
body { |
| 4 |
background-color: #f1f1f1 !important; |
| 5 |
} |
| 6 |
|
| 7 |
#wpwrap { |
| 8 |
background: #ffffff !important; |
| 9 |
} |
| 10 |
|
| 11 |
#wpwrap hr { |
| 12 |
border-top: 1px solid #ededed; |
| 13 |
} |
| 14 |
|
| 15 |
#wpwrap hr.ays-pb-bolder-hr { |
| 16 |
border-top: 1px solid #c9c9c9; |
| 17 |
box-shadow: 0px 1px 2px #0000001f; |
| 18 |
} |
| 19 |
|
| 20 |
body.toplevel_page_poll-maker-ays #wpwrap { |
| 21 |
background-color: #F3F4F5 !important; |
| 22 |
} |
| 23 |
|
| 24 |
/* Notice banner styles start */ |
| 25 |
div.ays-notice-banner{ |
| 26 |
width: calc(100% - 20px); |
| 27 |
background-color: #F8F8F8; |
| 28 |
box-shadow: 0px 3px 4px 0px rgb(188 198 216 / 11%); |
| 29 |
border-radius: 0px 0px 12px 12px; |
| 30 |
background-image: unset; |
| 31 |
padding-bottom: 10px; |
| 32 |
padding-left: 10px; |
| 33 |
} |
| 34 |
|
| 35 |
.ays-poll-logo-container-upgrade { |
| 36 |
display: flex; |
| 37 |
align-items: center; |
| 38 |
} |
| 39 |
|
| 40 |
.ays-poll-logo-container-upgrade span.ays-poll-logo-container-one-time-text{ |
| 41 |
font-size: 11px; |
| 42 |
font-style: normal; |
| 43 |
font-weight: 600; |
| 44 |
line-height: normal; |
| 45 |
} |
| 46 |
|
| 47 |
.ays-notice-banner .logo-container { |
| 48 |
width: 75px; |
| 49 |
height: 75px; |
| 50 |
} |
| 51 |
|
| 52 |
.ays-notice-banner .logo-container img.poll-logo { |
| 53 |
width: 100%; |
| 54 |
height: 100%; |
| 55 |
object-fit: contain; |
| 56 |
/* max-height: 75px; */ |
| 57 |
margin-left: 10px; |
| 58 |
} |
| 59 |
|
| 60 |
.ays-poll-upgrade-container { |
| 61 |
margin-left: 25px; |
| 62 |
} |
| 63 |
|
| 64 |
.poll-maker-upgrade-to-pro { |
| 65 |
background-color: #10a37f; |
| 66 |
text-decoration: none; |
| 67 |
color: #fff; |
| 68 |
font-weight: 700; |
| 69 |
border-radius: 25px; |
| 70 |
transition: background-color 0.3s; |
| 71 |
margin-left: 5px; |
| 72 |
width: 125px; |
| 73 |
height: 30px; |
| 74 |
display: flex; |
| 75 |
align-items: center; |
| 76 |
justify-content: center; |
| 77 |
} |
| 78 |
|
| 79 |
.poll-maker-upgrade-to-pro .poll-maker-upgrade-white-icon { |
| 80 |
display: inline-block; |
| 81 |
} |
| 82 |
|
| 83 |
.poll-maker-upgrade-to-pro:hover { |
| 84 |
background-color: #10876b; |
| 85 |
color: #fff; |
| 86 |
text-decoration: none |
| 87 |
} |
| 88 |
|
| 89 |
.poll-maker-upgrade-to-pro img { |
| 90 |
margin-right: 5px; |
| 91 |
} |
| 92 |
|
| 93 |
@media screen and (max-width: 425px){ |
| 94 |
.poll-maker-upgrade-to-pro img { |
| 95 |
width: 8px; |
| 96 |
} |
| 97 |
|
| 98 |
.poll-maker-upgrade-to-pro span { |
| 99 |
font-size: 12px; |
| 100 |
} |
| 101 |
} |
| 102 |
|
| 103 |
.ays_poll_fa, .ays_poll_far, .ays_poll_fas { |
| 104 |
font-family: "Font Awesome 5 Free"; |
| 105 |
} |
| 106 |
|
| 107 |
.ays_poll_fa, .ays_poll_fas { |
| 108 |
font-weight: 900; |
| 109 |
} |
| 110 |
|
| 111 |
.ays_fa_file_code::before { |
| 112 |
content: "\f1c9"; |
| 113 |
font-weight: 400; |
| 114 |
} |
| 115 |
|
| 116 |
.ays_fa_file_text::before { |
| 117 |
content: "\f15c"; |
| 118 |
} |
| 119 |
|
| 120 |
.ays_fa_link::before { |
| 121 |
content: "\f0c1"; |
| 122 |
} |
| 123 |
|
| 124 |
.ays_label_flex{ |
| 125 |
display: flex; |
| 126 |
justify-content: space-between; |
| 127 |
} |
| 128 |
|
| 129 |
.ays_fa{ |
| 130 |
display: inline-block; |
| 131 |
font: normal normal normal 14px/1 FontAwesome; |
| 132 |
font-size: inherit; |
| 133 |
text-rendering: auto; |
| 134 |
-webkit-font-smoothing: antialiased; |
| 135 |
-moz-osx-font-smoothing: grayscale; |
| 136 |
font-family: "Font Awesome 5 Free"; |
| 137 |
} |
| 138 |
|
| 139 |
.ays_poll_fa_question_circle:before { |
| 140 |
content: "\f059"; |
| 141 |
font-weight: 400; |
| 142 |
} |
| 143 |
|
| 144 |
.ays_poll_fa, .ays_poll_fab, .ays_poll_fal, .ays_poll_far, .ays_poll_fas { |
| 145 |
-moz-osx-font-smoothing: grayscale; |
| 146 |
-webkit-font-smoothing: antialiased; |
| 147 |
display: inline-block; |
| 148 |
font-style: normal; |
| 149 |
font-variant: normal; |
| 150 |
text-rendering: auto; |
| 151 |
line-height: 1; |
| 152 |
} |
| 153 |
|
| 154 |
|
| 155 |
/* Social buttons */ |
| 156 |
.ays_poll-fa-linkedin:before { |
| 157 |
content: "\f0e1"; |
| 158 |
} |
| 159 |
|
| 160 |
.ays_poll_facebook:before { |
| 161 |
content: "\f09a"; |
| 162 |
} |
| 163 |
|
| 164 |
.ays_poll_fa-twitter:before { |
| 165 |
content: "\f081"; |
| 166 |
} |
| 167 |
|
| 168 |
.ays_poll_fa-vk:before { |
| 169 |
content: "\f189"; |
| 170 |
} |
| 171 |
|
| 172 |
.ays_poll_far { |
| 173 |
font-weight: 400; |
| 174 |
} |
| 175 |
|
| 176 |
.ays_poll_fa_globe:before { |
| 177 |
content: "\f0ac"; |
| 178 |
} |
| 179 |
|
| 180 |
.ays_poll_fa_music:before { |
| 181 |
content: "\f001"; |
| 182 |
} |
| 183 |
|
| 184 |
.ays_poll_fa-star:before { |
| 185 |
content: "\f005"; |
| 186 |
} |
| 187 |
|
| 188 |
.ays_poll_fa-smile:before { |
| 189 |
content: "\f118"; |
| 190 |
} |
| 191 |
|
| 192 |
.ays_poll_fa-frown:before { |
| 193 |
content: "\f119"; |
| 194 |
} |
| 195 |
|
| 196 |
.ays_poll_fa-tired:before { |
| 197 |
content: "\f5c8"; |
| 198 |
} |
| 199 |
|
| 200 |
.ays_poll_fa-dizzy:before { |
| 201 |
content: "\f567"; |
| 202 |
} |
| 203 |
|
| 204 |
.ays_poll_fa-meh:before { |
| 205 |
content: "\f11a"; |
| 206 |
} |
| 207 |
|
| 208 |
.ays_poll_fa-thumbs-up:before { |
| 209 |
content: "\f164"; |
| 210 |
} |
| 211 |
|
| 212 |
.ays_poll_fa-thumbs-down:before { |
| 213 |
content: "\f165"; |
| 214 |
} |
| 215 |
|
| 216 |
.ays_poll_fa-info-circle:before { |
| 217 |
content: "\f05a"; |
| 218 |
} |
| 219 |
|
| 220 |
.ays_poll_fa-lock:before { |
| 221 |
content: "\f023"; |
| 222 |
} |
| 223 |
|
| 224 |
.ays_poll_fa-check:before { |
| 225 |
content: "\f00c"; |
| 226 |
} |
| 227 |
|
| 228 |
.ays_poll_fa-plus-square:before { |
| 229 |
content: "\f0fe"; |
| 230 |
} |
| 231 |
|
| 232 |
.ays_poll_fa-minus-square:before { |
| 233 |
content: "\f146"; |
| 234 |
} |
| 235 |
|
| 236 |
.ays_poll_fa-users:before { |
| 237 |
content: "\f0c0" |
| 238 |
} |
| 239 |
|
| 240 |
.ays_poll_fa_trash:before { |
| 241 |
content: "\f1f8"; |
| 242 |
} |
| 243 |
|
| 244 |
|
| 245 |
.ays_poll_fa_thumbs_up::before { |
| 246 |
content: "\f164"; |
| 247 |
} |
| 248 |
.ays_poll_fa_thumbs_up{ |
| 249 |
font-size: 14px; |
| 250 |
} |
| 251 |
.ays_fa_calendar:before { |
| 252 |
content: "\f073"; |
| 253 |
font-weight: 400; |
| 254 |
} |
| 255 |
|
| 256 |
.ays_poll_fa_text::before { |
| 257 |
content: "\f036"; |
| 258 |
} |
| 259 |
|
| 260 |
.ays_poll_fa_heart_o::before { |
| 261 |
content: "\f004"; |
| 262 |
} |
| 263 |
|
| 264 |
.ays_poll_fa_arrows:before { |
| 265 |
content: "\f0b2"; |
| 266 |
} |
| 267 |
|
| 268 |
.ays_poll_fa_minus_square:before { |
| 269 |
content: "\f146"; |
| 270 |
} |
| 271 |
|
| 272 |
.ays_fa_ellipsis_h:before { |
| 273 |
content: "\f141"; |
| 274 |
} |
| 275 |
|
| 276 |
.ays_poll_fa-code:before{ |
| 277 |
content: "\f121"; |
| 278 |
} |
| 279 |
|
| 280 |
.ays_poll_fa-left:before { |
| 281 |
content: "\f104"; |
| 282 |
font-weight: 900; |
| 283 |
} |
| 284 |
.ays_poll_fa-right:before { |
| 285 |
content: "\f105"; |
| 286 |
font-weight: 900; |
| 287 |
} |
| 288 |
|
| 289 |
.ays_poll_fa-poll:before { |
| 290 |
content: "\f681"; |
| 291 |
font-weight: 900; |
| 292 |
} |
| 293 |
|
| 294 |
.ays_poll_fa-diamond:before { |
| 295 |
content: "\f3a5"; |
| 296 |
font-weight: 900; |
| 297 |
} |
| 298 |
|
| 299 |
.ays_fa_users:before { |
| 300 |
content: "\f0c0"; |
| 301 |
font-weight: 900; |
| 302 |
} |
| 303 |
|
| 304 |
.ays_poll_fa-warning:before { |
| 305 |
content: "\f071"; |
| 306 |
} |
| 307 |
|
| 308 |
.ays_poll_fa_play:before { |
| 309 |
content: "\f04b"; |
| 310 |
} |
| 311 |
|
| 312 |
.ays_poll_fa-check-square:before { |
| 313 |
content: "\f14a"; |
| 314 |
} |
| 315 |
|
| 316 |
.ays_fa_arrow_down::before { |
| 317 |
content: "\f078"; |
| 318 |
} |
| 319 |
|
| 320 |
/*-- (fa --> ays_poll_fa) END --*/ |
| 321 |
|
| 322 |
#ui-datepicker-div { |
| 323 |
/*width: fit-content;*/ |
| 324 |
width: 200px; |
| 325 |
font-size: .9em; |
| 326 |
z-index: 4 !important; |
| 327 |
} |
| 328 |
|
| 329 |
.ays-poll-tab-content fieldset, .ays-settings-wrapper fieldset { |
| 330 |
border: 1px solid #aaa; |
| 331 |
padding: 10px; |
| 332 |
} |
| 333 |
|
| 334 |
.ays-poll-tab-content legend, .ays-settings-wrapper legend { |
| 335 |
width: auto; |
| 336 |
padding: 0 5px; |
| 337 |
display: flex; |
| 338 |
align-items: center; |
| 339 |
justify-content: space-between; |
| 340 |
} |
| 341 |
|
| 342 |
.ays-poll-tab-content legend h5, .ays-settings-wrapper legend h5 { |
| 343 |
display: inline-block; |
| 344 |
margin: 0px 10px 5px; |
| 345 |
} |
| 346 |
|
| 347 |
.ays-notice-banner #navigation-container { |
| 348 |
width: 100%; |
| 349 |
margin: 0 auto; |
| 350 |
display: flex; |
| 351 |
flex-direction: row; |
| 352 |
flex-wrap: nowrap; |
| 353 |
justify-content: space-between; |
| 354 |
align-items: stretch; |
| 355 |
align-content: stretch; |
| 356 |
padding-top: 20px; |
| 357 |
} |
| 358 |
|
| 359 |
.ays-notice-banner .navigation-bar { |
| 360 |
width: 100%; |
| 361 |
text-align:center; |
| 362 |
} |
| 363 |
.ays-notice-banner .navigation-bar a.logo-container{ |
| 364 |
margin: 0 0 0 20px; |
| 365 |
} |
| 366 |
.ays-notice-banner .navigation-bar a.logo-container .logo { |
| 367 |
float: left; |
| 368 |
width: 80px; |
| 369 |
} |
| 370 |
.ays-notice-banner .navigation-bar ul { |
| 371 |
display: flex; |
| 372 |
flex-direction: row; |
| 373 |
flex-wrap: nowrap; |
| 374 |
justify-content: flex-end; |
| 375 |
align-items: stretch; |
| 376 |
align-content: stretch; |
| 377 |
padding: 0; |
| 378 |
margin: 0 20px 0 0; |
| 379 |
max-width: 100%; |
| 380 |
min-width: 200px; |
| 381 |
width: 100%; |
| 382 |
} |
| 383 |
|
| 384 |
.ays-notice-banner .navigation-bar li { |
| 385 |
padding: 0px; |
| 386 |
margin-top: 4px; |
| 387 |
margin-bottom: 4px; |
| 388 |
margin-right: 44px; |
| 389 |
} |
| 390 |
|
| 391 |
.ays-notice-banner .navigation-bar li:last-child { |
| 392 |
margin-right: 0; |
| 393 |
} |
| 394 |
|
| 395 |
/*.ays-notice-banner .navigation-bar li.make_a_suggestion a:hover:after { |
| 396 |
border-color: #EB5757; |
| 397 |
}*/ |
| 398 |
|
| 399 |
.ays-notice-banner .navigation-bar li.make_a_suggestion a { |
| 400 |
color: #EB5757; |
| 401 |
} |
| 402 |
|
| 403 |
.ays-notice-banner .navigation-bar li.make_a_suggestion a:hover { |
| 404 |
color: #C44949; |
| 405 |
} |
| 406 |
|
| 407 |
.ays-notice-banner .navigation-bar li a { |
| 408 |
/*color: #fff;*/ |
| 409 |
color: #5561A3; |
| 410 |
cursor: pointer; |
| 411 |
font-size: 16px; |
| 412 |
font-weight: 400; |
| 413 |
line-height: 45px; |
| 414 |
margin: 0 0 2em; |
| 415 |
max-width: 160px; |
| 416 |
position: relative; |
| 417 |
text-decoration: underline; |
| 418 |
text-transform: uppercase; |
| 419 |
width: 100%; |
| 420 |
letter-spacing: 0; |
| 421 |
} |
| 422 |
|
| 423 |
div.ays-notice-banner .navigation-bar li a:after { |
| 424 |
-webkit-backface-visibility: hidden; |
| 425 |
backface-visibility: hidden; |
| 426 |
border: 1px solid rgba(255, 255, 255, 0); |
| 427 |
bottom: 0; |
| 428 |
content: " "; |
| 429 |
display: none; |
| 430 |
margin: 0 auto; |
| 431 |
position: relative; |
| 432 |
transition: all 280ms ease-in-out; |
| 433 |
width: 0; |
| 434 |
} |
| 435 |
|
| 436 |
/*.ays-notice-banner .navigation-bar li a:hover:after{ |
| 437 |
-webkit-backface-visibility: hidden; |
| 438 |
backface-visibility: hidden; |
| 439 |
border-color: #fff; |
| 440 |
transition: width 350ms ease-in-out; |
| 441 |
width: 100%; |
| 442 |
}*/ |
| 443 |
|
| 444 |
.ays-notice-banner .navigation-bar li a:hover{ |
| 445 |
outline: unset; |
| 446 |
box-shadow: unset; |
| 447 |
color: #3E477D; |
| 448 |
} |
| 449 |
.ays-notice-banner .modile-ddmenu-lg { |
| 450 |
display: none; |
| 451 |
} |
| 452 |
|
| 453 |
.ays-notice-banner .modile-ddmenu-sm, |
| 454 |
.ays-notice-banner .modile-ddmenu-md { |
| 455 |
display: none; |
| 456 |
position: relative; |
| 457 |
width: 80px; |
| 458 |
} |
| 459 |
|
| 460 |
.ays-notice-banner #menu li a.toggle_ddmenu { |
| 461 |
font-size:25px; |
| 462 |
/*color: #fff;*/ |
| 463 |
color: #5561A3; |
| 464 |
width: 100%; |
| 465 |
} |
| 466 |
|
| 467 |
.ays-notice-banner #menu li a.toggle_ddmenu i.ays_fa{ |
| 468 |
transition: .1s cubic-bezier(0.68, -0.55, 0.265, 1.55); |
| 469 |
} |
| 470 |
|
| 471 |
.ays-notice-banner li ul.ddmenu { |
| 472 |
display: none; |
| 473 |
position: absolute; |
| 474 |
right: -55px; |
| 475 |
top: 50px; |
| 476 |
z-index: 10000; |
| 477 |
flex-direction: column; |
| 478 |
width: fit-content; |
| 479 |
min-width: 200px; |
| 480 |
text-align: left; |
| 481 |
/*background-color: #0093E9;*/ |
| 482 |
background-color: #FFFFFF; |
| 483 |
/*background-image: linear-gradient(-160deg, #80D0C7 0%, #0093E9 100%);*/ |
| 484 |
background-image: unset; |
| 485 |
box-shadow: 0px 4px 4px rgb(188 198 216 / 11%); |
| 486 |
} |
| 487 |
|
| 488 |
.ays-notice-banner li ul.ddmenu[data-expanded="true"] { |
| 489 |
display: flex; |
| 490 |
animation: slideInRight .2s; |
| 491 |
} |
| 492 |
|
| 493 |
.ays-notice-banner li ul.ddmenu li { |
| 494 |
padding-left: 20px; |
| 495 |
} |
| 496 |
|
| 497 |
@media screen and (min-width: 1080px){ |
| 498 |
.ays-notice-banner .modile-ddmenu-lg { |
| 499 |
display: block; |
| 500 |
} |
| 501 |
} |
| 502 |
|
| 503 |
@media screen and (max-width: 1080px){ |
| 504 |
.ays-notice-banner .modile-ddmenu-md { |
| 505 |
display: block; |
| 506 |
} |
| 507 |
} |
| 508 |
@media screen and (max-width: 768px){ |
| 509 |
.ays-notice-banner .modile-ddmenu-sm { |
| 510 |
display: block; |
| 511 |
} |
| 512 |
.ays-notice-banner .modile-ddmenu-md { |
| 513 |
display: none; |
| 514 |
} |
| 515 |
#poststuff .metabox-holder.ays-poll-maker-categories-list-tables th#polls, |
| 516 |
#poststuff .metabox-holder.ays-poll-maker-categories-list-tables td.polls.column-polls{ |
| 517 |
text-align: initial !important; |
| 518 |
} |
| 519 |
div.ays-notice-banner{ |
| 520 |
width: 100%; |
| 521 |
} |
| 522 |
} |
| 523 |
@media screen and (max-width: 530px){ |
| 524 |
.ays-notice-banner .navigation-bar ul { |
| 525 |
min-width: auto; |
| 526 |
} |
| 527 |
|
| 528 |
.ays-notice-banner .modile-ddmenu-sm { |
| 529 |
display: block; |
| 530 |
} |
| 531 |
.ays-notice-banner .modile-ddmenu-md { |
| 532 |
display: none; |
| 533 |
} |
| 534 |
.ays-notice-banner .modile-ddmenu-xs { |
| 535 |
display: none; |
| 536 |
} |
| 537 |
} |
| 538 |
|
| 539 |
.ays-fa-margin-right { |
| 540 |
margin-right: 5px; |
| 541 |
} |
| 542 |
|
| 543 |
/* Notice banner end */ |
| 544 |
|
| 545 |
.ays-text-input { |
| 546 |
width: 100%; |
| 547 |
height: 40px; |
| 548 |
} |
| 549 |
|
| 550 |
input.ays-text-input, |
| 551 |
textarea.ays-textarea { |
| 552 |
display: block; |
| 553 |
width: 100%; |
| 554 |
resize: none; |
| 555 |
} |
| 556 |
|
| 557 |
textarea.ays-textarea.wp-editor-area { |
| 558 |
resize: vertical; |
| 559 |
} |
| 560 |
|
| 561 |
input.ays-text-input.ays-text-input-short { |
| 562 |
width: 250px; |
| 563 |
display: inline-block; |
| 564 |
margin: 7.5px 0; |
| 565 |
} |
| 566 |
.ays-select-short { |
| 567 |
width: 250px; |
| 568 |
} |
| 569 |
|
| 570 |
.ays-redirect-content-left{ |
| 571 |
margin-right: 10px; |
| 572 |
} |
| 573 |
|
| 574 |
.ays-redirect-parent-box{ |
| 575 |
display: flex; |
| 576 |
/*justify-content: space-between;*/ |
| 577 |
} |
| 578 |
|
| 579 |
input.ays-text-input.ays-text-input-short:first-child { |
| 580 |
margin-top: 0; |
| 581 |
} |
| 582 |
|
| 583 |
textarea.ays-textarea { |
| 584 |
height: 160px; |
| 585 |
margin-top: 5px; |
| 586 |
width: 100%; |
| 587 |
} |
| 588 |
|
| 589 |
#ays-button-top, |
| 590 |
#ays-button-top-apply, |
| 591 |
#ays_poll_cancel_top, |
| 592 |
#ays_poll_cancel, |
| 593 |
#ays-button-apply, |
| 594 |
#ays-button-cat, |
| 595 |
#ays-button, |
| 596 |
#ays-polls-next-button, |
| 597 |
#ays-polls-prev-button{ |
| 598 |
margin-left: 10px; |
| 599 |
} |
| 600 |
|
| 601 |
select.ays-select { |
| 602 |
width: 200px; |
| 603 |
height: 40px !important; |
| 604 |
} |
| 605 |
|
| 606 |
.if-not-choosing-hide{ |
| 607 |
display: none; |
| 608 |
} |
| 609 |
|
| 610 |
.if-choosing .answers-col i { |
| 611 |
display: inline-block; |
| 612 |
font-size: 27px; |
| 613 |
position: relative; |
| 614 |
top: 5px; |
| 615 |
left: 5px; |
| 616 |
color: var(--info); |
| 617 |
} |
| 618 |
|
| 619 |
[id|='select2'] li[id$='-pro'] { |
| 620 |
color: #e14d43 !important; |
| 621 |
} |
| 622 |
|
| 623 |
#vote-res, |
| 624 |
#rate-res { |
| 625 |
position: relative; |
| 626 |
top: 2px; |
| 627 |
color: var(--info); |
| 628 |
font-size: 20px; |
| 629 |
} |
| 630 |
|
| 631 |
div[class|="if"] { |
| 632 |
display: none; |
| 633 |
} |
| 634 |
|
| 635 |
hr[class|="if"] { |
| 636 |
display: none; |
| 637 |
} |
| 638 |
|
| 639 |
#add-answer { |
| 640 |
/*position: absolute;*/ |
| 641 |
/*left: 275px;*/ |
| 642 |
cursor: pointer; |
| 643 |
transition: .2s ease-in; |
| 644 |
} |
| 645 |
|
| 646 |
.remove-answer { |
| 647 |
cursor: pointer; |
| 648 |
} |
| 649 |
|
| 650 |
.ays-poll-change-notice { |
| 651 |
font-style: italic; |
| 652 |
font-size: 12px; |
| 653 |
margin-left: 10px; |
| 654 |
color: var(--gray); |
| 655 |
} |
| 656 |
|
| 657 |
input[type=text]:not(#current-page-selector), |
| 658 |
input[type=search], |
| 659 |
input[type=tel], |
| 660 |
input[type=time], |
| 661 |
input[type=url], |
| 662 |
input[type=week], |
| 663 |
input[type=password], |
| 664 |
input[type=color], |
| 665 |
input[type=date], |
| 666 |
input[type=datetime], |
| 667 |
input[type=datetime-local], |
| 668 |
input[type=email], |
| 669 |
input[type=month], |
| 670 |
input[type=number], |
| 671 |
select, |
| 672 |
textarea, |
| 673 |
.select2-selection__rendered { |
| 674 |
/*font-size: 16px;*/ |
| 675 |
/*height: 40px;*/ |
| 676 |
border-radius: 4px; |
| 677 |
/* margin-top: -1px; */ |
| 678 |
} |
| 679 |
|
| 680 |
input[readonly] { |
| 681 |
max-width: 100%; |
| 682 |
width: 100%; |
| 683 |
} |
| 684 |
|
| 685 |
.ays-field { |
| 686 |
width: 100%; |
| 687 |
flex-wrap: wrap; |
| 688 |
} |
| 689 |
|
| 690 |
.ays-poll-shortcode-container { |
| 691 |
display: flex; |
| 692 |
align-items: center; |
| 693 |
} |
| 694 |
|
| 695 |
.ays-poll-copy-image { |
| 696 |
display: flex; |
| 697 |
justify-content: center; |
| 698 |
align-items: center; |
| 699 |
cursor: pointer; |
| 700 |
margin-right: 5px; |
| 701 |
} |
| 702 |
|
| 703 |
.ays-bg-music-container { |
| 704 |
display: flex; |
| 705 |
align-items: center; |
| 706 |
} |
| 707 |
|
| 708 |
a.add-question-image, |
| 709 |
a.add-poll-bg-music, |
| 710 |
a.add-bg-image { |
| 711 |
display: inline-block; |
| 712 |
background: #666; |
| 713 |
color: #fff; |
| 714 |
padding: 5px 10px; |
| 715 |
box-sizing: border-box; |
| 716 |
text-decoration: none; |
| 717 |
border-radius: 3px; |
| 718 |
transition: all .3s; |
| 719 |
margin-left: 10px; |
| 720 |
margin-bottom: 10px; |
| 721 |
} |
| 722 |
|
| 723 |
a.add-poll-bg-music { |
| 724 |
margin-left: 0px; |
| 725 |
margin-right: 10px; |
| 726 |
white-space: nowrap; |
| 727 |
} |
| 728 |
|
| 729 |
.ays-poll-question-image-container{ |
| 730 |
position: relative; |
| 731 |
width: 360px; |
| 732 |
/* display: none; */ |
| 733 |
margin: 10px auto; |
| 734 |
} |
| 735 |
|
| 736 |
.ays-poll-bg-image-container{ |
| 737 |
position: relative; |
| 738 |
width: 300px; |
| 739 |
/* display: none; */ |
| 740 |
margin: auto; |
| 741 |
height: 250px; |
| 742 |
padding: 10px; |
| 743 |
} |
| 744 |
|
| 745 |
|
| 746 |
.ays-poll-info-form-text { |
| 747 |
font-family: unset; |
| 748 |
background: red; |
| 749 |
} |
| 750 |
|
| 751 |
.ays-poll-question-image-container .ays-remove-question-img, |
| 752 |
.ays-poll-bg-image-container .ays-remove-bg-img { |
| 753 |
background: url(../images/remove-normal.png) no-repeat center center/80% rgba(255, 255, 255, .9); |
| 754 |
position: absolute; |
| 755 |
display: inline-block; |
| 756 |
width: 40px; |
| 757 |
height: 40px; |
| 758 |
border-radius: 3px; |
| 759 |
top: 11px; |
| 760 |
right: 25px; |
| 761 |
cursor: pointer; |
| 762 |
transition: all .3s; |
| 763 |
} |
| 764 |
|
| 765 |
.ays-poll-question-image-container .ays-remove-question-img:hover, |
| 766 |
.ays-poll-bg-image-container .ays-remove-bg-img:hover { |
| 767 |
background: url(../images/remove-hover.png) no-repeat center center/80% rgba(255, 255, 255, .9); |
| 768 |
transition: all .3s; |
| 769 |
} |
| 770 |
|
| 771 |
.ays-poll-question-image-container img{ |
| 772 |
width: 95%; |
| 773 |
} |
| 774 |
|
| 775 |
.ays-poll-bg-image-container img { |
| 776 |
width: 100%; |
| 777 |
height: 100%; |
| 778 |
object-fit: cover; |
| 779 |
} |
| 780 |
|
| 781 |
|
| 782 |
a.add-question-image:hover, |
| 783 |
a.add-question-image:focus, |
| 784 |
a.add-bg-image:hover, |
| 785 |
a.add-bg-image:focus { |
| 786 |
outline: none; |
| 787 |
box-shadow: none; |
| 788 |
background: #666; |
| 789 |
transition: all .3s; |
| 790 |
} |
| 791 |
|
| 792 |
.ays-poll-tab-content .select2-container--default .select2-selection--single .select2-selection__rendered { |
| 793 |
line-height: 38px !important; |
| 794 |
} |
| 795 |
|
| 796 |
.select2.select2-container,.select2-container--default.select2-container{ |
| 797 |
z-index: 10000; |
| 798 |
} |
| 799 |
|
| 800 |
div#tab1 .select2.select2-container,.select2-container--default.select2-container, |
| 801 |
div#tab1 .pro_features{ |
| 802 |
z-index: 3; |
| 803 |
} |
| 804 |
|
| 805 |
a.ays-poll-zindex-for-pro-tooltip { |
| 806 |
z-index: 4; |
| 807 |
} |
| 808 |
|
| 809 |
/* Polls page | Options accordion styles start */ |
| 810 |
.ays-poll-accordion-header { |
| 811 |
display: flex; |
| 812 |
justify-content: flex-start; |
| 813 |
align-items: center; |
| 814 |
padding-top: 30px; |
| 815 |
cursor: pointer; |
| 816 |
} |
| 817 |
|
| 818 |
.ays-poll-accordion-header:hover { |
| 819 |
color: #008cff; |
| 820 |
} |
| 821 |
|
| 822 |
.ays-poll-accordion-header p.ays-subtitle { |
| 823 |
margin: 0px; |
| 824 |
} |
| 825 |
|
| 826 |
.ays-poll-accordion-header .ays-poll-accordion-arrow-box { |
| 827 |
cursor: pointer; |
| 828 |
} |
| 829 |
|
| 830 |
.ays-poll-accordion-header .ays-poll-accordion-arrow { |
| 831 |
transition: .3s ease; |
| 832 |
} |
| 833 |
|
| 834 |
.ays-poll-accordion-header .ays-poll-accordion-arrow-active { |
| 835 |
transform: rotate(90deg); |
| 836 |
} |
| 837 |
|
| 838 |
.ays-poll-accordion-header .ays-poll-accordion-arrow.ays-poll-accordion-arrow-active path { |
| 839 |
fill: #008cff; |
| 840 |
} |
| 841 |
/* Polls page | Options accordion styles end */ |
| 842 |
|
| 843 |
.select2 { |
| 844 |
display: inline-block !important; |
| 845 |
} |
| 846 |
|
| 847 |
.select2-selection.select2-selection--single { |
| 848 |
height: 40px !important; |
| 849 |
border: 1px solid #ddd !important; |
| 850 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07) !important; |
| 851 |
} |
| 852 |
|
| 853 |
.select2-container--default .select2-selection--single .select2-selection__rendered { |
| 854 |
line-height: 39px !important; |
| 855 |
} |
| 856 |
|
| 857 |
.select2-container--default .select2-selection--single .select2-selection__arrow { |
| 858 |
height: 40px !important; |
| 859 |
} |
| 860 |
|
| 861 |
.select2.select2-container { |
| 862 |
width: 200px !important; |
| 863 |
} |
| 864 |
|
| 865 |
select[multiple] + .select2.select2-container { |
| 866 |
width: 100% !important; |
| 867 |
} |
| 868 |
|
| 869 |
.ays-poll-tab-content { |
| 870 |
animation: fadeEffect 1s; |
| 871 |
display: none; |
| 872 |
} |
| 873 |
|
| 874 |
.ays-poll-tab-content-active { |
| 875 |
display: block; |
| 876 |
} |
| 877 |
|
| 878 |
@keyframes fadeEffect { |
| 879 |
from { |
| 880 |
opacity: 0; |
| 881 |
} |
| 882 |
to { |
| 883 |
opacity: 1; |
| 884 |
} |
| 885 |
} |
| 886 |
|
| 887 |
.nav-tab-wrapper .nav-tab:focus { |
| 888 |
box-shadow: none; |
| 889 |
outline: none; |
| 890 |
} |
| 891 |
|
| 892 |
#ays-poll-question_ifr { |
| 893 |
height: 250px !important; |
| 894 |
} |
| 895 |
|
| 896 |
.ays-poll-container, |
| 897 |
.ays-poll-live-container { |
| 898 |
max-width: 900px; |
| 899 |
margin: auto; |
| 900 |
display: flex; |
| 901 |
flex-wrap: wrap; |
| 902 |
justify-content: space-between; |
| 903 |
align-items: center; |
| 904 |
height: auto; |
| 905 |
transition: 1s ease-in; |
| 906 |
} |
| 907 |
|
| 908 |
.ays-poll-live-container { |
| 909 |
width: 96%; |
| 910 |
margin: 10px auto; |
| 911 |
background: white; |
| 912 |
border: none; |
| 913 |
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); |
| 914 |
padding: 1rem; |
| 915 |
box-sizing: border-box; |
| 916 |
position: relative; |
| 917 |
} |
| 918 |
|
| 919 |
#ays_styles_tab, |
| 920 |
#ays-poll-live-container { |
| 921 |
max-width: 100%; |
| 922 |
min-width: 300px; |
| 923 |
} |
| 924 |
|
| 925 |
.ays-poll-style-tab-live-container{ |
| 926 |
position: sticky; |
| 927 |
top: 50px; |
| 928 |
} |
| 929 |
|
| 930 |
.flex-apm { |
| 931 |
margin: 0 auto; |
| 932 |
border: 1px solid #0C6291; |
| 933 |
display: flex; |
| 934 |
justify-content: center; |
| 935 |
align-items: center; |
| 936 |
flex-wrap: nowrap; |
| 937 |
box-sizing: border-box; |
| 938 |
} |
| 939 |
|
| 940 |
.flex-apm > *:not(img):not(.ays-poll-vote-btn):not(span) { |
| 941 |
margin: .5rem; |
| 942 |
width: 95%; |
| 943 |
} |
| 944 |
|
| 945 |
.flex-apm * { |
| 946 |
box-sizing: border-box; |
| 947 |
padding: 0; |
| 948 |
} |
| 949 |
|
| 950 |
.flex-apm label { |
| 951 |
display: inline-block; |
| 952 |
} |
| 953 |
|
| 954 |
.ays-poll-vote-btn { |
| 955 |
line-height: 0.5; |
| 956 |
margin-bottom: 1rem; |
| 957 |
} |
| 958 |
|
| 959 |
.flex-col-apm { |
| 960 |
flex-direction: column; |
| 961 |
align-items: flex-start; |
| 962 |
} |
| 963 |
|
| 964 |
.flex-apm h2, |
| 965 |
.flex-apm h5 { |
| 966 |
width: 95%; |
| 967 |
text-align: center; |
| 968 |
align-self: center; |
| 969 |
} |
| 970 |
|
| 971 |
.flex-apm .btn { |
| 972 |
align-self: center; |
| 973 |
height: 2rem; |
| 974 |
padding: .5rem; |
| 975 |
} |
| 976 |
|
| 977 |
.ays-poll-img { |
| 978 |
width: 96%; |
| 979 |
display: inline-block; |
| 980 |
margin: 5px auto; |
| 981 |
} |
| 982 |
|
| 983 |
.aligncenter { |
| 984 |
align-self: center; |
| 985 |
} |
| 986 |
|
| 987 |
.alignleft { |
| 988 |
align-self: flex-start; |
| 989 |
} |
| 990 |
|
| 991 |
.alignright { |
| 992 |
align-self: flex-end; |
| 993 |
} |
| 994 |
|
| 995 |
#ays-poll-rate-value { |
| 996 |
margin-left: 1rem; |
| 997 |
display: none; |
| 998 |
} |
| 999 |
|
| 1000 |
table.wp-list-table.polls .column-id { |
| 1001 |
width:70px; |
| 1002 |
} |
| 1003 |
|
| 1004 |
.ays_help { |
| 1005 |
top: 1px; |
| 1006 |
position: relative; |
| 1007 |
color: var(--info) !important; |
| 1008 |
cursor: help; |
| 1009 |
} |
| 1010 |
|
| 1011 |
.ays_help i { |
| 1012 |
font-size: 14px !important; |
| 1013 |
} |
| 1014 |
|
| 1015 |
div.tooltip { |
| 1016 |
text-align: left !important; |
| 1017 |
position: absolute !important; |
| 1018 |
font-size: 14px; |
| 1019 |
z-index: 99999999999; |
| 1020 |
} |
| 1021 |
.tooltip > .tooltip-inner { |
| 1022 |
position: relative !important; |
| 1023 |
width: max-content !important; |
| 1024 |
max-width: 300px !important; |
| 1025 |
text-align: justify!important; |
| 1026 |
box-shadow: 0px 0px 10px #fff; |
| 1027 |
} |
| 1028 |
.tooltip > .arrow { |
| 1029 |
left: calc(50% + 28px) !important; |
| 1030 |
} |
| 1031 |
.tooltip > .tooltip-inner img { |
| 1032 |
max-width: 100%; |
| 1033 |
height: 100%; |
| 1034 |
object-fit: contain; |
| 1035 |
} |
| 1036 |
|
| 1037 |
.ays-subtitle { |
| 1038 |
font-size: 18px; |
| 1039 |
margin: 15px 0; |
| 1040 |
} |
| 1041 |
|
| 1042 |
|
| 1043 |
/* POLL STYLES FOR LIVE PREVIEW */ |
| 1044 |
|
| 1045 |
.box-apm *:not(i):not(.ays-poll-btn) { |
| 1046 |
color: var(--theme-text-color); |
| 1047 |
} |
| 1048 |
|
| 1049 |
.box-apm i { |
| 1050 |
color: var(--theme-icon-color); |
| 1051 |
font-size: var(--poll-icons-size); |
| 1052 |
} |
| 1053 |
|
| 1054 |
.box-apm.choosing-poll label { |
| 1055 |
background-color: var(--theme-answer-bg-color); |
| 1056 |
border: 1px solid var(--theme-main-color); |
| 1057 |
} |
| 1058 |
|
| 1059 |
.box-apm .apm-title-box { |
| 1060 |
background-color: var(--theme-title-bg-color); |
| 1061 |
} |
| 1062 |
|
| 1063 |
.box-apm.choosing-poll input[type='radio']:checked + label, |
| 1064 |
.box-apm.choosing-poll label.ays_enable_hover:hover { |
| 1065 |
background-color: var(--theme-answer-hover-color, var(--theme-text-color)); |
| 1066 |
color: var(--theme-bg-color); |
| 1067 |
} |
| 1068 |
|
| 1069 |
.box-apm.choosing-poll input[type='radio']:checked + label *, |
| 1070 |
.box-apm.choosing-poll label.ays_enable_hover:hover * { |
| 1071 |
color: var(--theme-answer-bg-color); |
| 1072 |
} |
| 1073 |
|
| 1074 |
.box-apm .apm-title-box { |
| 1075 |
text-align: center; |
| 1076 |
display: var(--poll-display-title); |
| 1077 |
} |
| 1078 |
|
| 1079 |
.box-apm .apm-img-box { |
| 1080 |
display: var(--poll-display-image-box); |
| 1081 |
} |
| 1082 |
|
| 1083 |
.box-apm { |
| 1084 |
width: var(--poll-width); |
| 1085 |
max-width: 100%; |
| 1086 |
margin: 0 auto !important; |
| 1087 |
border-style: var(--poll-border-style); |
| 1088 |
border-radius: var(--poll-border-radius); |
| 1089 |
border-width: var(--poll-border-width); |
| 1090 |
box-shadow: var(--poll-box-shadow); |
| 1091 |
/* border-color: var(--theme-main-color); */ |
| 1092 |
background-color: var(--theme-bg-color); |
| 1093 |
background-position: center; |
| 1094 |
background-repeat: no-repeat; |
| 1095 |
background-size: cover; |
| 1096 |
padding: 14px 0; |
| 1097 |
box-sizing: border-box; |
| 1098 |
/* overflow: hidden; */ |
| 1099 |
transition: .2s ease-in !important; |
| 1100 |
-webkit-transition: -webkit-filter .2s ease-in !important; |
| 1101 |
max-height: 800px; |
| 1102 |
overflow-y: scroll; |
| 1103 |
overflow: auto; |
| 1104 |
padding-bottom: 40px; |
| 1105 |
} |
| 1106 |
|
| 1107 |
.box-apm > div { |
| 1108 |
margin: 16px 0; |
| 1109 |
} |
| 1110 |
|
| 1111 |
.box-apm label { |
| 1112 |
cursor: pointer; |
| 1113 |
} |
| 1114 |
|
| 1115 |
.box-apm * { |
| 1116 |
box-sizing: border-box; |
| 1117 |
padding: 0; |
| 1118 |
margin: 0; |
| 1119 |
} |
| 1120 |
|
| 1121 |
.apm-button-box { |
| 1122 |
width: 100%; |
| 1123 |
text-align: center; |
| 1124 |
} |
| 1125 |
|
| 1126 |
input[type='button'].ays-poll-btn { |
| 1127 |
background-color: var(--theme-main-color); |
| 1128 |
color: var(--theme-bg-color); |
| 1129 |
font-family: sans-serif; |
| 1130 |
font-size: medium; |
| 1131 |
/* line-height: 20px; */ |
| 1132 |
border-radius: 0; |
| 1133 |
box-shadow: unset; |
| 1134 |
border: none; |
| 1135 |
cursor: pointer; |
| 1136 |
display: inline-block; |
| 1137 |
margin: 0 auto; |
| 1138 |
/* padding: 9px 15px; */ |
| 1139 |
/* height: 35px; |
| 1140 |
min-width: 90px; */ |
| 1141 |
transition: .2s ease-in !important; |
| 1142 |
-webkit-transition: -webkit-filter .2s ease-in !important; |
| 1143 |
max-width: 100%; |
| 1144 |
} |
| 1145 |
|
| 1146 |
input[type='button'].ays-poll-btn:hover { |
| 1147 |
border: none; |
| 1148 |
box-shadow: unset; |
| 1149 |
-webkit-filter: opacity(0.7); |
| 1150 |
filter: opacity(0.7); |
| 1151 |
} |
| 1152 |
|
| 1153 |
input[type='button'].ays-poll-btn:focus { |
| 1154 |
outline: none; |
| 1155 |
} |
| 1156 |
|
| 1157 |
.box-apm h2, |
| 1158 |
.box-apm h5 { |
| 1159 |
margin: 0 auto; |
| 1160 |
text-align: center; |
| 1161 |
align-self: center; |
| 1162 |
} |
| 1163 |
|
| 1164 |
.flex-apm { |
| 1165 |
display: flex; |
| 1166 |
flex-wrap: nowrap; |
| 1167 |
align-items: center; |
| 1168 |
} |
| 1169 |
|
| 1170 |
.answer-title.flex-apm { |
| 1171 |
justify-content: space-between; |
| 1172 |
border: none; |
| 1173 |
} |
| 1174 |
|
| 1175 |
.apm-img-box { |
| 1176 |
text-align: center; |
| 1177 |
} |
| 1178 |
|
| 1179 |
.ays-poll-img { |
| 1180 |
width: 100%; |
| 1181 |
display: inline-block; |
| 1182 |
max-width: max-content; |
| 1183 |
} |
| 1184 |
|
| 1185 |
.ays_poll_minimal_theme { |
| 1186 |
display: flex; |
| 1187 |
align-items: center; |
| 1188 |
} |
| 1189 |
|
| 1190 |
.ays_poll_minimal_theme label{ |
| 1191 |
font-weight: initial !important; |
| 1192 |
margin: 3px 0 !important; |
| 1193 |
border: none; |
| 1194 |
} |
| 1195 |
|
| 1196 |
.ays_poll_minimal_theme label.ays_enable_hover:hover, |
| 1197 |
.ays_poll_minimal_theme input[type=radio]:checked + label { |
| 1198 |
background-color: var(--theme-answer-hover-color, initial) !important; |
| 1199 |
color: var(--theme-main-color) !important; |
| 1200 |
font-weight: initial !important; |
| 1201 |
margin: 3px 0 !important; |
| 1202 |
} |
| 1203 |
|
| 1204 |
.ays_poll_minimal_theme input[type='radio']{ |
| 1205 |
display: block !important; |
| 1206 |
} |
| 1207 |
|
| 1208 |
input[type='button'].ays_poll_minimal_theme_btn.ays-poll-btn{ |
| 1209 |
color: initial; |
| 1210 |
background: initial; |
| 1211 |
border: 1px solid var(--theme-text-color); |
| 1212 |
border-radius: 3px; |
| 1213 |
} |
| 1214 |
|
| 1215 |
.box-apm input[type='radio'] { |
| 1216 |
display: none; |
| 1217 |
} |
| 1218 |
|
| 1219 |
.ays_question { |
| 1220 |
text-align: center; |
| 1221 |
} |
| 1222 |
|
| 1223 |
.box-apm.choosing-poll .apm-choosing.ays-poll-field { |
| 1224 |
margin-bottom: 10px; |
| 1225 |
} |
| 1226 |
|
| 1227 |
.apm-choosing label { |
| 1228 |
font-size: 16px; |
| 1229 |
font-weight: normal; |
| 1230 |
display: block; |
| 1231 |
/* margin: 4px auto; */ |
| 1232 |
width: 100%; |
| 1233 |
padding: 10px; |
| 1234 |
/*transition: .3s ease-in;*/ |
| 1235 |
} |
| 1236 |
|
| 1237 |
.choosing-poll input[type='radio']:checked + label { |
| 1238 |
font-weight: bold; |
| 1239 |
} |
| 1240 |
|
| 1241 |
.choosing-poll { |
| 1242 |
padding: 0 14px; |
| 1243 |
} |
| 1244 |
|
| 1245 |
.rating-poll, |
| 1246 |
.voting-poll { |
| 1247 |
text-align: center; |
| 1248 |
} |
| 1249 |
|
| 1250 |
.rating-poll .apm-answers, |
| 1251 |
.voting-poll .apm-answers { |
| 1252 |
display: inline-flex; |
| 1253 |
justify-content: center; |
| 1254 |
align-items: center; |
| 1255 |
flex-wrap: nowrap; |
| 1256 |
} |
| 1257 |
|
| 1258 |
.rating-poll .apm-answers > div { |
| 1259 |
margin: 0 5px; |
| 1260 |
} |
| 1261 |
|
| 1262 |
.voting-poll .apm-answers > div { |
| 1263 |
margin: 0 15px; |
| 1264 |
} |
| 1265 |
|
| 1266 |
.box-apm i { |
| 1267 |
position: relative; |
| 1268 |
} |
| 1269 |
|
| 1270 |
.box-apm label > i.ays_poll_fa-thumbs-down { |
| 1271 |
top: .3em; |
| 1272 |
} |
| 1273 |
|
| 1274 |
.box-apm i::before { |
| 1275 |
font-family: "Font Awesome 5 Free" !important; |
| 1276 |
} |
| 1277 |
|
| 1278 |
/*LIVE PREVIEW STYLES END*/ |
| 1279 |
|
| 1280 |
.apm-pro-feature { |
| 1281 |
color: #e14d43; |
| 1282 |
} |
| 1283 |
|
| 1284 |
.apm-pro-feature-text { |
| 1285 |
color: rgba(33, 37, 41, 0.4); |
| 1286 |
} |
| 1287 |
|
| 1288 |
.apm-pro-feature-text a:hover { |
| 1289 |
text-decoration: none; |
| 1290 |
} |
| 1291 |
|
| 1292 |
.apm-pro-feature-block, .ays_poll_theme_image_div_pro { |
| 1293 |
position: relative; |
| 1294 |
} |
| 1295 |
|
| 1296 |
.ays_poll_theme_image_div_pro { |
| 1297 |
display: flex; |
| 1298 |
width: 60%; |
| 1299 |
} |
| 1300 |
|
| 1301 |
.apm-pro-feature-block .apm-pro-feature-link { |
| 1302 |
position: absolute; |
| 1303 |
width: 100%; |
| 1304 |
height: calc(100% + 2rem); |
| 1305 |
display: flex; |
| 1306 |
align-items: flex-end; |
| 1307 |
justify-content: flex-end; |
| 1308 |
padding-right: 5px; |
| 1309 |
right: 0; |
| 1310 |
top: -1rem; |
| 1311 |
background-color: rgba(0, 0, 0, .2); |
| 1312 |
color: white; |
| 1313 |
cursor: pointer; |
| 1314 |
} |
| 1315 |
|
| 1316 |
.apm-pro-feature-block.apm-types-row .apm-pro-feature-link, |
| 1317 |
.apm-pro-feature-block.apm-themes-row .apm-pro-feature-link { |
| 1318 |
/*width: 60%;*/ |
| 1319 |
justify-content: center; |
| 1320 |
padding-right: 0; |
| 1321 |
} |
| 1322 |
|
| 1323 |
.apm-pro-feature-block.apm-types-row .apm-pro-feature-link { |
| 1324 |
width: 30%; |
| 1325 |
} |
| 1326 |
|
| 1327 |
.apm-types-row .apm-pro-feature-link span, |
| 1328 |
.apm-themes-row .apm-pro-feature-link span { |
| 1329 |
background-color: rgba(0, 0, 0, .7); |
| 1330 |
text-align: center; |
| 1331 |
padding: 5px; |
| 1332 |
width: 100%; |
| 1333 |
} |
| 1334 |
|
| 1335 |
.apm-pro-feature-link a { |
| 1336 |
color: #e14d43 |
| 1337 |
} |
| 1338 |
|
| 1339 |
.nav-tab-wrapper .nav-tab:focus { |
| 1340 |
box-shadow: none; |
| 1341 |
outline: none; |
| 1342 |
} |
| 1343 |
|
| 1344 |
|
| 1345 |
/* Our products PAGE STYLES */ |
| 1346 |
|
| 1347 |
.comparison { |
| 1348 |
max-width: 100%; |
| 1349 |
margin: 0 auto; |
| 1350 |
margin-bottom: 20px; |
| 1351 |
margin-top: 30px; |
| 1352 |
font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 1353 |
text-align: center; |
| 1354 |
padding: 10px; |
| 1355 |
} |
| 1356 |
|
| 1357 |
.comparison table { |
| 1358 |
width: 100%; |
| 1359 |
border-collapse: collapse; |
| 1360 |
border-spacing: 0; |
| 1361 |
table-layout: auto; |
| 1362 |
} |
| 1363 |
|
| 1364 |
.comparison td, |
| 1365 |
.comparison th { |
| 1366 |
border-right: 1px solid #E8E8E8; |
| 1367 |
empty-cells: show; |
| 1368 |
padding: 10px; |
| 1369 |
border-top: 1px solid #E8E8E8; |
| 1370 |
border-bottom: 1px solid #E8E8E8; |
| 1371 |
color: #808080; |
| 1372 |
font-size: 15px; |
| 1373 |
} |
| 1374 |
|
| 1375 |
.comparison tbody tr:nth-child(odd) { |
| 1376 |
display: none; |
| 1377 |
} |
| 1378 |
|
| 1379 |
.comparison .compare-row { |
| 1380 |
background: #F7F7F7; |
| 1381 |
} |
| 1382 |
|
| 1383 |
.comparison .ays_poll_fa-check { |
| 1384 |
color: #69C7F1; |
| 1385 |
} |
| 1386 |
|
| 1387 |
.comparison th { |
| 1388 |
font-weight: normal; |
| 1389 |
padding: 0; |
| 1390 |
border-top: 0px solid #E8E8E8; |
| 1391 |
border-bottom: 0px solid #E8E8E8; |
| 1392 |
} |
| 1393 |
|
| 1394 |
.comparison tr td:first-child { |
| 1395 |
text-align: left; |
| 1396 |
padding: 15px; |
| 1397 |
border-left: 1px solid #E8E8E8; |
| 1398 |
border-top: 1px solid #E8E8E8; |
| 1399 |
} |
| 1400 |
|
| 1401 |
.comparison .product, |
| 1402 |
.comparison .tl { |
| 1403 |
color: #FFF; |
| 1404 |
padding: 10px; |
| 1405 |
font-size: 14px; |
| 1406 |
} |
| 1407 |
|
| 1408 |
.comparison .tl2 { |
| 1409 |
border-right: 0; |
| 1410 |
} |
| 1411 |
|
| 1412 |
.comparison .product { |
| 1413 |
background: #69C7F1; |
| 1414 |
height: 40px; |
| 1415 |
font-size: 1.6em; |
| 1416 |
} |
| 1417 |
|
| 1418 |
.comparison .price-info { |
| 1419 |
padding: 15px; |
| 1420 |
} |
| 1421 |
|
| 1422 |
.comparison .price-now, |
| 1423 |
.comparison .price-now span { |
| 1424 |
color: #808080; |
| 1425 |
} |
| 1426 |
|
| 1427 |
.comparison .price-now span { |
| 1428 |
font-size: 36px; |
| 1429 |
color: #545454; |
| 1430 |
} |
| 1431 |
|
| 1432 |
.comparison .price-now p { |
| 1433 |
font-size: 14px; |
| 1434 |
text-align: center; |
| 1435 |
line-height: 16px; |
| 1436 |
display: inline; |
| 1437 |
} |
| 1438 |
|
| 1439 |
.comparison .price-buy { |
| 1440 |
background: #69C7F1; |
| 1441 |
padding: 10px 20px; |
| 1442 |
font-size: 14px; |
| 1443 |
display: inline-block; |
| 1444 |
color: #fff; |
| 1445 |
text-decoration: none; |
| 1446 |
border-radius: 3px; |
| 1447 |
text-transform: uppercase; |
| 1448 |
margin: 5px 0 10px 0; |
| 1449 |
letter-spacing: 1px; |
| 1450 |
cursor: pointer; |
| 1451 |
-webkit-transition: .3s all ease; |
| 1452 |
transition: .3s all ease; |
| 1453 |
} |
| 1454 |
|
| 1455 |
.comparison .price-buy:hover { |
| 1456 |
background: #6BB0DC; |
| 1457 |
} |
| 1458 |
|
| 1459 |
.comparison .ays-poll-pracing-table-td-flex { |
| 1460 |
display: flex; |
| 1461 |
justify-content: center; |
| 1462 |
align-items: center; |
| 1463 |
flex-direction: column; |
| 1464 |
} |
| 1465 |
|
| 1466 |
.comparison .ays-poll-pracing-table-td-flex span { |
| 1467 |
font-size: 11px; |
| 1468 |
color: #96a3bd; |
| 1469 |
text-transform: uppercase; |
| 1470 |
margin-top: 5px; |
| 1471 |
} |
| 1472 |
|
| 1473 |
@media screen and (min-width: 721px) and (max-width: 1000px) { |
| 1474 |
.table_ul li { |
| 1475 |
letter-spacing: 0px; |
| 1476 |
} |
| 1477 |
.comparison .price-now span { |
| 1478 |
font-size: 32px; |
| 1479 |
} |
| 1480 |
.comparison .price-now p { |
| 1481 |
display: block; |
| 1482 |
} |
| 1483 |
} |
| 1484 |
|
| 1485 |
@media screen and (max-width: 720px) { |
| 1486 |
.table_ul { |
| 1487 |
padding: 0px; |
| 1488 |
} |
| 1489 |
.table_ul li { |
| 1490 |
font-size: 10px; |
| 1491 |
line-height: 16px; |
| 1492 |
padding: 3px 0; |
| 1493 |
} |
| 1494 |
.comparison { |
| 1495 |
max-width: 100%; |
| 1496 |
} |
| 1497 |
.comparison td:first-child, |
| 1498 |
.comparison th:first-child { |
| 1499 |
display: none; |
| 1500 |
} |
| 1501 |
.comparison tbody tr:nth-child(odd) { |
| 1502 |
display: table-row; |
| 1503 |
background: #F7F7F7; |
| 1504 |
} |
| 1505 |
.comparison .row { |
| 1506 |
background: #FFF; |
| 1507 |
} |
| 1508 |
.comparison td, |
| 1509 |
.comparison th { |
| 1510 |
border: 1px solid #CCC; |
| 1511 |
border-top: none; |
| 1512 |
padding: 10px; |
| 1513 |
} |
| 1514 |
.price-info { |
| 1515 |
border-top: 0 !important; |
| 1516 |
padding: 10px 0 !important; |
| 1517 |
} |
| 1518 |
.price-info p { |
| 1519 |
line-height: 8px; |
| 1520 |
font-size: 8px !important; |
| 1521 |
} |
| 1522 |
.comparison .compare-row { |
| 1523 |
background: #ffffff; |
| 1524 |
} |
| 1525 |
.comparison .price-now p { |
| 1526 |
display: block; |
| 1527 |
} |
| 1528 |
.comparison .price-now span { |
| 1529 |
font-size: 24px; |
| 1530 |
} |
| 1531 |
.comparison .qbse { |
| 1532 |
font-size: 1.2em; |
| 1533 |
} |
| 1534 |
.comparison td { |
| 1535 |
font-size: 14px; |
| 1536 |
} |
| 1537 |
.comparison th { |
| 1538 |
font-size: 14px; |
| 1539 |
} |
| 1540 |
.ays-poll-col-4{ |
| 1541 |
width: 100%; |
| 1542 |
padding: 5px; |
| 1543 |
} |
| 1544 |
|
| 1545 |
div.comparison .product { |
| 1546 |
font-size: 15px; |
| 1547 |
} |
| 1548 |
} |
| 1549 |
|
| 1550 |
/* Poll Maker Challange Start */ |
| 1551 |
.poll-maker-challenge { |
| 1552 |
position: fixed; |
| 1553 |
right: 20px; |
| 1554 |
bottom: 0; |
| 1555 |
width: 230px; |
| 1556 |
z-index: 100110; |
| 1557 |
border-top-left-radius: 4px; |
| 1558 |
border-top-right-radius: 4px; |
| 1559 |
box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); |
| 1560 |
} |
| 1561 |
|
| 1562 |
.poll-maker-challenge .poll-maker-challenge-list-block { |
| 1563 |
border-top-left-radius: 4px; |
| 1564 |
border-top-right-radius: 4px; |
| 1565 |
padding: 26px 20px 20px 20px; |
| 1566 |
background-color: white; |
| 1567 |
overflow: hidden; |
| 1568 |
position: relative; |
| 1569 |
transition: all 0.3s; |
| 1570 |
transition-timing-function: ease; |
| 1571 |
} |
| 1572 |
|
| 1573 |
.poll-maker-challenge .poll-maker-challenge-list-block .list-block-button { |
| 1574 |
position: absolute; |
| 1575 |
color: #8e8e8e; |
| 1576 |
top: 8px; |
| 1577 |
right: 6px; |
| 1578 |
cursor: pointer; |
| 1579 |
width: 20px; |
| 1580 |
height: 20px; |
| 1581 |
background-size: 16px 16px; |
| 1582 |
background-position: center center; |
| 1583 |
background-repeat: no-repeat; |
| 1584 |
transition: 0.3s; |
| 1585 |
z-index: 999; |
| 1586 |
} |
| 1587 |
|
| 1588 |
.poll-maker-challenge .poll-maker-challenge-list-block .list-block-button:hover { |
| 1589 |
color: #3f3939; |
| 1590 |
} |
| 1591 |
|
| 1592 |
.poll-maker-challenge .poll-maker-challenge-list { |
| 1593 |
list-style: decimal; |
| 1594 |
margin: 0; |
| 1595 |
font-size: 14px; |
| 1596 |
line-height: 16px; |
| 1597 |
transition: all 0.3s; |
| 1598 |
padding-left: 10px; |
| 1599 |
} |
| 1600 |
|
| 1601 |
.poll-maker-challenge .poll-maker-challenge-list li { |
| 1602 |
height: 16px; |
| 1603 |
margin-bottom: 17px; |
| 1604 |
transition: opacity 0.1s, height 0.3s, margin 0.3s; |
| 1605 |
} |
| 1606 |
|
| 1607 |
.poll-maker-challenge .poll-maker-challenge-block-timer { |
| 1608 |
padding: 10px 20px; |
| 1609 |
background-color: #222222; |
| 1610 |
box-sizing: border-box; |
| 1611 |
display: flex; |
| 1612 |
align-items: center; |
| 1613 |
line-height: 20px; |
| 1614 |
} |
| 1615 |
|
| 1616 |
.poll-maker-challenge .poll-maker-challenge-block-timer img { |
| 1617 |
width: 40px; |
| 1618 |
height: 40px; |
| 1619 |
border-radius: 50%; |
| 1620 |
margin-right: 10px; |
| 1621 |
} |
| 1622 |
|
| 1623 |
.poll-maker-challenge .poll-maker-challenge-block-timer h3 { |
| 1624 |
font-size: 15px; |
| 1625 |
font-weight: 500; |
| 1626 |
color: #ffffff; |
| 1627 |
margin: 0; |
| 1628 |
} |
| 1629 |
/* Poll Maker Challange End */ |
| 1630 |
|
| 1631 |
|
| 1632 |
.ays-poll-row { |
| 1633 |
display: flex; |
| 1634 |
box-sizing: border-box; |
| 1635 |
} |
| 1636 |
|
| 1637 |
.ays-poll-col-4 { |
| 1638 |
width: 25%; |
| 1639 |
padding: 5px; |
| 1640 |
} |
| 1641 |
|
| 1642 |
.ays-poll-col-4 a { |
| 1643 |
display: inline-block; |
| 1644 |
padding: 5px; |
| 1645 |
} |
| 1646 |
|
| 1647 |
.ays-poll-row .lightbox-opened { |
| 1648 |
background-color: #333; |
| 1649 |
background-color: rgba(51, 51, 51, 0.9); |
| 1650 |
cursor: pointer; |
| 1651 |
height: 100%; |
| 1652 |
left: 0; |
| 1653 |
overflow-y: scroll; |
| 1654 |
padding: 24px; |
| 1655 |
position: fixed; |
| 1656 |
text-align: center; |
| 1657 |
top: 0; |
| 1658 |
width: 100%; |
| 1659 |
z-index: 999999; |
| 1660 |
} |
| 1661 |
|
| 1662 |
.ays-poll-row .lightbox-opened:before { |
| 1663 |
background-color: #333; |
| 1664 |
background-color: rgba(51, 51, 51, 0.9); |
| 1665 |
color: #eee; |
| 1666 |
content: "x"; |
| 1667 |
font-family: sans-serif !important; |
| 1668 |
padding: 6px 12px; |
| 1669 |
position: fixed; |
| 1670 |
text-transform: uppercase; |
| 1671 |
} |
| 1672 |
|
| 1673 |
.ays-poll-row .lightbox-opened img { |
| 1674 |
box-shadow: 0 0 6px 3px #333; |
| 1675 |
max-width: 800px; |
| 1676 |
width: 90%; |
| 1677 |
} |
| 1678 |
|
| 1679 |
.no-scroll { |
| 1680 |
overflow: hidden; |
| 1681 |
} |
| 1682 |
|
| 1683 |
.open-lightbox { |
| 1684 |
cursor: zoom-in; |
| 1685 |
} |
| 1686 |
|
| 1687 |
.lightbox-opened, |
| 1688 |
.lightbox-opened img { |
| 1689 |
cursor: zoom-out; |
| 1690 |
} |
| 1691 |
|
| 1692 |
|
| 1693 |
/* Our products PAGE STYLES END */ |
| 1694 |
|
| 1695 |
.apm-alert { |
| 1696 |
position: fixed; |
| 1697 |
bottom: 1rem; |
| 1698 |
right: 1rem; |
| 1699 |
} |
| 1700 |
|
| 1701 |
.apm-alert .close { |
| 1702 |
padding: .55rem 1.25rem; |
| 1703 |
} |
| 1704 |
|
| 1705 |
.apm-alert .close:focus { |
| 1706 |
outline: none; |
| 1707 |
} |
| 1708 |
|
| 1709 |
table.results .row-actions { |
| 1710 |
/*display: inline-block;*/ |
| 1711 |
} |
| 1712 |
|
| 1713 |
table.eachresults .column-unread, |
| 1714 |
table.results .column-id { |
| 1715 |
width: 10%; |
| 1716 |
} |
| 1717 |
|
| 1718 |
table.results .row-actions { |
| 1719 |
display: inline-block; |
| 1720 |
margin-left: 15px; |
| 1721 |
} |
| 1722 |
|
| 1723 |
.unread-result-badge { |
| 1724 |
margin: 5px auto; |
| 1725 |
width: 10px; |
| 1726 |
height: 10px; |
| 1727 |
border-radius: 50%; |
| 1728 |
background-color: #ccc; |
| 1729 |
} |
| 1730 |
|
| 1731 |
.unread-result-badge.unread-result { |
| 1732 |
background-color: #ffc107; |
| 1733 |
} |
| 1734 |
|
| 1735 |
.results-apm { |
| 1736 |
color: #0C6291; |
| 1737 |
padding: 14px; |
| 1738 |
background: #fff; |
| 1739 |
border: 3px solid; |
| 1740 |
width: 80%; |
| 1741 |
margin: 20px auto; |
| 1742 |
} |
| 1743 |
|
| 1744 |
.results-apm .answer-title{ |
| 1745 |
font-size: 20px; |
| 1746 |
} |
| 1747 |
|
| 1748 |
.results-apm .answer-title .answer-text{ |
| 1749 |
word-wrap: break-word !important; |
| 1750 |
word-break: break-word !important; |
| 1751 |
} |
| 1752 |
|
| 1753 |
div.results-apm div.answer-percent { |
| 1754 |
max-width: 100%; |
| 1755 |
min-width: 1%; |
| 1756 |
padding: 0 3px; |
| 1757 |
margin-bottom: 12px; |
| 1758 |
background-color: #0C6291; |
| 1759 |
border-radius: 5px; |
| 1760 |
text-align: right; |
| 1761 |
font-size: 12px; |
| 1762 |
transition: 1s ease-out !important; |
| 1763 |
color: #fff; |
| 1764 |
font-size: 16px; |
| 1765 |
height: 26px; |
| 1766 |
} |
| 1767 |
|
| 1768 |
|
| 1769 |
/* Results Modal */ |
| 1770 |
div.ays-poll-preloader { |
| 1771 |
display: none; |
| 1772 |
position: absolute; |
| 1773 |
background: rgba(255, 255, 255, 0.8); |
| 1774 |
width: 100%; |
| 1775 |
justify-content: center; |
| 1776 |
height: 100%; |
| 1777 |
align-items: center; |
| 1778 |
} |
| 1779 |
|
| 1780 |
.ays_disable_modal { |
| 1781 |
display: none; |
| 1782 |
} |
| 1783 |
|
| 1784 |
.ays_modal_title { |
| 1785 |
padding: 4px 0px 4px 5px; |
| 1786 |
} |
| 1787 |
|
| 1788 |
.ays_modal_element:not(.ays_modal_question) { |
| 1789 |
margin-top: 10px; |
| 1790 |
} |
| 1791 |
|
| 1792 |
.ays_modal_element label { |
| 1793 |
margin: 0; |
| 1794 |
} |
| 1795 |
|
| 1796 |
.ays-modal-body #add_question_rows_top { |
| 1797 |
margin-top: 10px; |
| 1798 |
margin-bottom: 15px; |
| 1799 |
} |
| 1800 |
|
| 1801 |
/* The Close Button */ |
| 1802 |
.ays-close { |
| 1803 |
color: #aaa; |
| 1804 |
float: right; |
| 1805 |
font-size: 28px; |
| 1806 |
font-weight: bold; |
| 1807 |
} |
| 1808 |
|
| 1809 |
.ays-close:hover, .ays-close:focus { |
| 1810 |
color: black; |
| 1811 |
text-decoration: none; |
| 1812 |
cursor: pointer; |
| 1813 |
} |
| 1814 |
|
| 1815 |
.ays-modal-header { |
| 1816 |
padding: 2px 16px; |
| 1817 |
background-color: whitesmoke; |
| 1818 |
color: #666; |
| 1819 |
} |
| 1820 |
|
| 1821 |
/* The Modal (background) */ |
| 1822 |
.ays-modal { |
| 1823 |
display: none; |
| 1824 |
position: fixed; |
| 1825 |
z-index: 999999999999999999999; |
| 1826 |
left: 0; |
| 1827 |
top: 0; |
| 1828 |
width: 100%; |
| 1829 |
height: 100%; |
| 1830 |
overflow: auto; |
| 1831 |
background-color: rgba(0, 0, 0, 0.4); |
| 1832 |
} |
| 1833 |
|
| 1834 |
/* Modal Content/Box */ |
| 1835 |
.ays-modal-content { |
| 1836 |
background-color: #fefefe; |
| 1837 |
margin: auto; /* 15% from the top and centered */ |
| 1838 |
margin-bottom: 30px; |
| 1839 |
margin-top: 100px; |
| 1840 |
border: 1px solid #888; |
| 1841 |
width: 85%; /* Could be more or less, depending on screen size */ |
| 1842 |
z-index: 100000; |
| 1843 |
position: relative; |
| 1844 |
padding-left: 0 !important; |
| 1845 |
animation-duration: .3s; |
| 1846 |
transition: .5s ease-in-out; |
| 1847 |
border-radius: 4px; |
| 1848 |
} |
| 1849 |
|
| 1850 |
/* Modal Body */ |
| 1851 |
.ays-modal-body { |
| 1852 |
padding: 2px 16px; |
| 1853 |
} |
| 1854 |
|
| 1855 |
table#ays-results-table svg { |
| 1856 |
width: 30px; |
| 1857 |
vertical-align: middle; |
| 1858 |
} |
| 1859 |
|
| 1860 |
table#ays-results-table .path { |
| 1861 |
stroke-dasharray: 1000; |
| 1862 |
stroke-dashoffset: 0; |
| 1863 |
} |
| 1864 |
|
| 1865 |
table#ays-results-table .path.circle { |
| 1866 |
-webkit-animation: dash 0.9s ease-in-out; |
| 1867 |
animation: dash 0.9s ease-in-out; |
| 1868 |
} |
| 1869 |
|
| 1870 |
table#ays-results-table .path.line { |
| 1871 |
stroke-dashoffset: 1000; |
| 1872 |
-webkit-animation: dash 0.9s 0.35s ease-in-out forwards; |
| 1873 |
animation: dash 0.9s 0.35s ease-in-out forwards; |
| 1874 |
} |
| 1875 |
|
| 1876 |
table#ays-results-table .path.check { |
| 1877 |
stroke-dashoffset: -100; |
| 1878 |
-webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards; |
| 1879 |
animation: dash-check 0.9s 0.35s ease-in-out forwards; |
| 1880 |
} |
| 1881 |
|
| 1882 |
table#ays-results-table p { |
| 1883 |
display: inline-block; |
| 1884 |
margin: 0; |
| 1885 |
font-size: 1.25em; |
| 1886 |
vertical-align: middle; |
| 1887 |
} |
| 1888 |
|
| 1889 |
table#ays-results-table p.success { |
| 1890 |
color: #73AF55; |
| 1891 |
} |
| 1892 |
|
| 1893 |
table#ays-results-table p.error { |
| 1894 |
color: #D06079; |
| 1895 |
} |
| 1896 |
|
| 1897 |
@-webkit-keyframes dash { |
| 1898 |
0% { |
| 1899 |
stroke-dashoffset: 1000; |
| 1900 |
} |
| 1901 |
|
| 1902 |
100% { |
| 1903 |
stroke-dashoffset: 0; |
| 1904 |
} |
| 1905 |
} |
| 1906 |
|
| 1907 |
@keyframes dash { |
| 1908 |
0% { |
| 1909 |
stroke-dashoffset: 1000; |
| 1910 |
} |
| 1911 |
|
| 1912 |
100% { |
| 1913 |
stroke-dashoffset: 0; |
| 1914 |
} |
| 1915 |
} |
| 1916 |
|
| 1917 |
@-webkit-keyframes dash-check { |
| 1918 |
0% { |
| 1919 |
stroke-dashoffset: -100; |
| 1920 |
} |
| 1921 |
|
| 1922 |
100% { |
| 1923 |
stroke-dashoffset: 900; |
| 1924 |
} |
| 1925 |
} |
| 1926 |
|
| 1927 |
@keyframes dash-check { |
| 1928 |
0% { |
| 1929 |
stroke-dashoffset: -100; |
| 1930 |
} |
| 1931 |
|
| 1932 |
100% { |
| 1933 |
stroke-dashoffset: 900; |
| 1934 |
} |
| 1935 |
} |
| 1936 |
|
| 1937 |
table#ays-results-table { |
| 1938 |
width: 100%; |
| 1939 |
} |
| 1940 |
|
| 1941 |
table#ays-results-table tr td { |
| 1942 |
padding: 10px; |
| 1943 |
} |
| 1944 |
|
| 1945 |
table#ays-results-table td h1 { |
| 1946 |
padding: 0; |
| 1947 |
} |
| 1948 |
|
| 1949 |
table#ays-results-table .hr-line td { |
| 1950 |
padding-bottom: 0; |
| 1951 |
} |
| 1952 |
|
| 1953 |
table#ays-results-table .hr-line + tr td { |
| 1954 |
padding-top: 0; |
| 1955 |
} |
| 1956 |
|
| 1957 |
table#ays-results-table tr td:first-child { |
| 1958 |
font-weight: bold; |
| 1959 |
} |
| 1960 |
.pro_features { |
| 1961 |
display: flex; |
| 1962 |
align-items: center; |
| 1963 |
justify-content: center; |
| 1964 |
width: 100%; |
| 1965 |
height: 260px; |
| 1966 |
box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .5); |
| 1967 |
background-repeat: no-repeat; |
| 1968 |
background-position: top left; |
| 1969 |
z-index: 99999999; |
| 1970 |
margin: 30px 0; |
| 1971 |
} |
| 1972 |
|
| 1973 |
.pro_features_2{ |
| 1974 |
width: 100%; |
| 1975 |
height: 260px; |
| 1976 |
box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .5); |
| 1977 |
background-repeat: no-repeat; |
| 1978 |
background-position: top left; |
| 1979 |
z-index: 99999999; |
| 1980 |
margin: 30px 0; |
| 1981 |
} |
| 1982 |
|
| 1983 |
.pro_features_by_email { |
| 1984 |
margin: 0; |
| 1985 |
box-shadow: none; |
| 1986 |
display: flex; |
| 1987 |
align-items: flex-end; |
| 1988 |
justify-content: flex-end; |
| 1989 |
width: 100%; |
| 1990 |
height: 468px; |
| 1991 |
background: rgba(0,0,0,.1); |
| 1992 |
z-index: 99999999; |
| 1993 |
top: 0; |
| 1994 |
left: 0; |
| 1995 |
} |
| 1996 |
|
| 1997 |
.pro_features p { |
| 1998 |
color: ghostwhite; |
| 1999 |
font-size: 40px; |
| 2000 |
box-sizing: border-box; |
| 2001 |
padding: 10px 15px; |
| 2002 |
background: rgba(0, 0, 0, .7); |
| 2003 |
border-radius: 3px; |
| 2004 |
} |
| 2005 |
|
| 2006 |
.pro_features p a { |
| 2007 |
color: #f50057; |
| 2008 |
font-weight: 700; |
| 2009 |
transition: all .3s ease-in; |
| 2010 |
} |
| 2011 |
|
| 2012 |
.pro_features p a:hover { |
| 2013 |
color: #C51162; |
| 2014 |
transition: all .3s ease-in; |
| 2015 |
} |
| 2016 |
|
| 2017 |
input.ays_toggle[type=checkbox] { |
| 2018 |
display: none; |
| 2019 |
} |
| 2020 |
|
| 2021 |
label.ays_switch_toggle { |
| 2022 |
cursor: pointer; |
| 2023 |
text-indent: -9999px; |
| 2024 |
width: 35px; |
| 2025 |
height: 14px; |
| 2026 |
background: grey; |
| 2027 |
display: block; |
| 2028 |
border-radius: 50px; |
| 2029 |
position: relative; |
| 2030 |
transition: .3s ease; |
| 2031 |
} |
| 2032 |
|
| 2033 |
label.ays_switch_toggle:after { |
| 2034 |
content: ''; |
| 2035 |
position: absolute; |
| 2036 |
top: -3px; |
| 2037 |
left: -3px; |
| 2038 |
width: 20px; |
| 2039 |
height: 20px; |
| 2040 |
background: #0085ba; |
| 2041 |
border-radius: 30px; |
| 2042 |
transition: 0.3s; |
| 2043 |
} |
| 2044 |
|
| 2045 |
input:checked + label.ays_switch_toggle { |
| 2046 |
background: #b7ccea; |
| 2047 |
} |
| 2048 |
|
| 2049 |
input:checked + label.ays_switch_toggle:after { |
| 2050 |
left: calc(100% - -5px); |
| 2051 |
transform: translateX(-100%); |
| 2052 |
} |
| 2053 |
|
| 2054 |
label.ays_switch_toggle:hover:after { |
| 2055 |
box-shadow: 0 0 10px #31618c; |
| 2056 |
} |
| 2057 |
|
| 2058 |
.ays_divider_left { |
| 2059 |
border-left: 1px solid #ededed; |
| 2060 |
} |
| 2061 |
|
| 2062 |
.ays_divider_right { |
| 2063 |
border-right: 1px solid #ededed; |
| 2064 |
} |
| 2065 |
|
| 2066 |
.ays_divider_top { |
| 2067 |
border-top: 1px solid #ededed; |
| 2068 |
} |
| 2069 |
|
| 2070 |
.ays_poll_type_image_div input[type="radio"], |
| 2071 |
.ays_poll_theme_image_div input[type="radio"] { |
| 2072 |
display: none; |
| 2073 |
} |
| 2074 |
|
| 2075 |
.ays_poll_type_image_div p, |
| 2076 |
.ays_poll_type_image_div_pro p, |
| 2077 |
.ays_poll_theme_image_div p { |
| 2078 |
text-align: center; |
| 2079 |
margin-bottom: 7px; |
| 2080 |
} |
| 2081 |
|
| 2082 |
.ays_poll_type_image_div img, |
| 2083 |
.ays_poll_type_image_div_pro img { |
| 2084 |
background-color: white; |
| 2085 |
border: 1px solid #0073aa; |
| 2086 |
padding: 5px; |
| 2087 |
transition: .2s ease; |
| 2088 |
} |
| 2089 |
|
| 2090 |
.ays_poll_theme_image_div, |
| 2091 |
.ays_poll_theme_image_div>label { |
| 2092 |
cursor: pointer; |
| 2093 |
} |
| 2094 |
|
| 2095 |
.ays_poll_theme_image_div img { |
| 2096 |
transition: .2s ease; |
| 2097 |
} |
| 2098 |
|
| 2099 |
.ays_poll_type_image_div:not(.apm-pro-feature):hover img, |
| 2100 |
.ays_poll_theme_image_div:not(.apm-pro-feature):hover img { |
| 2101 |
opacity: 0.8; |
| 2102 |
} |
| 2103 |
|
| 2104 |
.ays_vote_limitation_time_period_box { |
| 2105 |
max-width: 33%; |
| 2106 |
} |
| 2107 |
|
| 2108 |
div.row { |
| 2109 |
padding: 0; /* conflict with WP Phlox theme */ |
| 2110 |
} |
| 2111 |
|
| 2112 |
div.col.ays-poll-styles-page-main-container { /* conflict with WP Phlox theme */ |
| 2113 |
padding: 0; |
| 2114 |
margin-left: 0; |
| 2115 |
margin-right: 0; |
| 2116 |
float: none; |
| 2117 |
} |
| 2118 |
|
| 2119 |
/* |
| 2120 |
* Poll themes Mobile | Start |
| 2121 |
*/ |
| 2122 |
|
| 2123 |
@media screen and (max-width: 1200px) { |
| 2124 |
div.ays-poll-all-themes-container { |
| 2125 |
overflow-x: scroll; |
| 2126 |
} |
| 2127 |
|
| 2128 |
div.ays-poll-all-themes-container .ays-poll-new-upgrade-button-box { |
| 2129 |
top: 3px; |
| 2130 |
} |
| 2131 |
|
| 2132 |
div.ays-poll-all-themes-container .only_pro { |
| 2133 |
width: 520px; |
| 2134 |
} |
| 2135 |
} |
| 2136 |
|
| 2137 |
@media screen and (max-width: 768px) { |
| 2138 |
|
| 2139 |
.box-apm.choosing-poll label { |
| 2140 |
flex-direction: column !important; |
| 2141 |
} |
| 2142 |
|
| 2143 |
div.ays-poll-themes-pro-features { |
| 2144 |
width: 560px; |
| 2145 |
} |
| 2146 |
|
| 2147 |
div.ays_poll_theme_image_div_pro { |
| 2148 |
width: initial; |
| 2149 |
} |
| 2150 |
|
| 2151 |
div.apm-themes-row .ays_poll_theme_image_div { |
| 2152 |
display: flex; |
| 2153 |
justify-content: center; |
| 2154 |
align-items: center; |
| 2155 |
margin-bottom: 15px; |
| 2156 |
} |
| 2157 |
|
| 2158 |
div.apm-themes-row .ays_poll_theme_image_div label.ays-poll-theme-item { |
| 2159 |
margin: 0 auto; |
| 2160 |
} |
| 2161 |
|
| 2162 |
div.apm-themes-row .ays_poll_theme_image_div_pro{ |
| 2163 |
/*display: block;*/ |
| 2164 |
margin: 0 auto; |
| 2165 |
} |
| 2166 |
|
| 2167 |
#ays-poll-form .wp-picker-container .wp-color-result.button { |
| 2168 |
padding: 0 0 0 30px; |
| 2169 |
} |
| 2170 |
|
| 2171 |
#ays-poll-form input[type=radio] { |
| 2172 |
height: 1rem; |
| 2173 |
width: 1rem; |
| 2174 |
} |
| 2175 |
|
| 2176 |
table.results .row-actions { |
| 2177 |
margin-left: 15px; |
| 2178 |
} |
| 2179 |
|
| 2180 |
|
| 2181 |
} |
| 2182 |
|
| 2183 |
/* |
| 2184 |
* Poll themes Mobile | End |
| 2185 |
*/ |
| 2186 |
|
| 2187 |
.apm_active_type img, |
| 2188 |
.apm_active_theme img { |
| 2189 |
box-shadow: 0 0 3px 3px #b73b39; |
| 2190 |
} |
| 2191 |
|
| 2192 |
.apm-types-row { |
| 2193 |
margin-bottom: 1rem; |
| 2194 |
} |
| 2195 |
|
| 2196 |
.apm-loader { |
| 2197 |
width: 95px; |
| 2198 |
margin-right: 10px; |
| 2199 |
padding: 10px 13.5px; |
| 2200 |
border: 1px solid #b3b3b3; |
| 2201 |
background: white; |
| 2202 |
border-radius: 8px; |
| 2203 |
} |
| 2204 |
|
| 2205 |
.apm-loader .loader{ |
| 2206 |
height: auto; |
| 2207 |
} |
| 2208 |
|
| 2209 |
.apm-loader.apm-pro-feature { |
| 2210 |
border-color: #dc3545; |
| 2211 |
} |
| 2212 |
|
| 2213 |
.apm-loader.apm-pro-feature svg { |
| 2214 |
fill: #dc3545; |
| 2215 |
} |
| 2216 |
|
| 2217 |
.apm-loader:last-child { |
| 2218 |
margin-right: 0; |
| 2219 |
} |
| 2220 |
|
| 2221 |
.apm-loading-gif { |
| 2222 |
margin-bottom: 0; |
| 2223 |
margin-top: 0; |
| 2224 |
} |
| 2225 |
|
| 2226 |
.apm-loading-gif svg { |
| 2227 |
width: 36px; |
| 2228 |
height: 42px; |
| 2229 |
} |
| 2230 |
|
| 2231 |
blockquote.error_message { |
| 2232 |
color: crimson; |
| 2233 |
font-size: 12px; |
| 2234 |
font-style: italic; |
| 2235 |
border-color: crimson; |
| 2236 |
} |
| 2237 |
|
| 2238 |
blockquote.error_message a { |
| 2239 |
color: brown; |
| 2240 |
font-weight: bold; |
| 2241 |
} |
| 2242 |
|
| 2243 |
blockquote { |
| 2244 |
font-size: 14px; |
| 2245 |
width: 100%; |
| 2246 |
margin: 0 auto; |
| 2247 |
font-style: italic; |
| 2248 |
color: #555555; |
| 2249 |
padding: 8px 15px 8px 15px; |
| 2250 |
border-left: 5px solid #78c0a8; |
| 2251 |
line-height: 1.6; |
| 2252 |
position: relative; |
| 2253 |
background: #ededed; |
| 2254 |
} |
| 2255 |
|
| 2256 |
blockquote::before { |
| 2257 |
content: none; |
| 2258 |
} |
| 2259 |
|
| 2260 |
blockquote::after { |
| 2261 |
content: ""; |
| 2262 |
} |
| 2263 |
|
| 2264 |
blockquote span { |
| 2265 |
display: block; |
| 2266 |
color: #333333; |
| 2267 |
font-style: normal; |
| 2268 |
font-weight: bold; |
| 2269 |
margin-top: 1em; |
| 2270 |
} |
| 2271 |
|
| 2272 |
.ays_poll_settings_integration_container { |
| 2273 |
border-radius: 8px; |
| 2274 |
border-color: #E0DADA !important; |
| 2275 |
} |
| 2276 |
|
| 2277 |
.ays_poll_settings_integration_container blockquote.error_message { |
| 2278 |
border: none; |
| 2279 |
background-color: #2454a60a; |
| 2280 |
border-radius: 8px; |
| 2281 |
color: #000; |
| 2282 |
font-style: normal; |
| 2283 |
} |
| 2284 |
|
| 2285 |
.ays_poll_settings_integration_container blockquote.error_message a { |
| 2286 |
color: #000 !important; |
| 2287 |
text-decoration: underline; |
| 2288 |
font-size: 18px !important; |
| 2289 |
} |
| 2290 |
|
| 2291 |
i.ays_poll_fa-check-square { |
| 2292 |
color: var(--success); |
| 2293 |
} |
| 2294 |
|
| 2295 |
|
| 2296 |
i.ays_poll_fa-square { |
| 2297 |
color: var(--danger); |
| 2298 |
} |
| 2299 |
|
| 2300 |
|
| 2301 |
h1.wp-heading-inline { |
| 2302 |
margin-bottom: 20px; |
| 2303 |
} |
| 2304 |
|
| 2305 |
.ays-poll-each-results-heading-inline { |
| 2306 |
display: flex; |
| 2307 |
align-items: center; |
| 2308 |
justify-content: center; |
| 2309 |
} |
| 2310 |
|
| 2311 |
p.ays-subtitle { |
| 2312 |
margin-top: 20px; |
| 2313 |
font-size: 18px; |
| 2314 |
font-weight: 500; |
| 2315 |
} |
| 2316 |
|
| 2317 |
/*aray*/ |
| 2318 |
.ays-poll-sel-fields, .ays-poll-req-fields { |
| 2319 |
padding: 20px 0; |
| 2320 |
|
| 2321 |
} |
| 2322 |
|
| 2323 |
.ays-poll-sel-fields .ays-poll-check-box.mr-2, |
| 2324 |
.ays-poll-req-fields .ays-poll-check-box.mr-2 { |
| 2325 |
padding: 8px; |
| 2326 |
border: 1px solid #ccc; |
| 2327 |
white-space: nowrap; |
| 2328 |
margin-bottom: .75rem; |
| 2329 |
} |
| 2330 |
|
| 2331 |
.ays-poll-sel-fields .ays-poll-check-box.mr-2 label, |
| 2332 |
.ays-poll-req-fields .ays-poll-check-box.mr-2 label { |
| 2333 |
margin: 0; |
| 2334 |
line-height: 1; |
| 2335 |
vertical-align: baseline; |
| 2336 |
} |
| 2337 |
|
| 2338 |
/*#user_email.manage-column { |
| 2339 |
width: 200px; |
| 2340 |
}*/ |
| 2341 |
|
| 2342 |
a.forArrow { |
| 2343 |
display: inline-block; |
| 2344 |
width: 30px; |
| 2345 |
height: 30px; |
| 2346 |
color: black; |
| 2347 |
} |
| 2348 |
|
| 2349 |
a.forArrow:focus { |
| 2350 |
outline: none; |
| 2351 |
box-shadow: none; |
| 2352 |
} |
| 2353 |
|
| 2354 |
.color-alpha, |
| 2355 |
.wp-picker-container .color-alpha { |
| 2356 |
height: 100% !important; |
| 2357 |
} |
| 2358 |
|
| 2359 |
button:hover .color-alpha, |
| 2360 |
button:active .color-alpha { |
| 2361 |
border-color: #999; |
| 2362 |
} |
| 2363 |
|
| 2364 |
button:active .color-alpha { |
| 2365 |
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5); |
| 2366 |
} |
| 2367 |
|
| 2368 |
.if-logged-in{ |
| 2369 |
border-left: 1px solid #ccc; |
| 2370 |
} |
| 2371 |
|
| 2372 |
blockquote.error_message { |
| 2373 |
color: crimson; |
| 2374 |
font-size: 16px; |
| 2375 |
font-style: italic; |
| 2376 |
border-color: crimson; |
| 2377 |
} |
| 2378 |
|
| 2379 |
blockquote.error_message a { |
| 2380 |
color: brown; |
| 2381 |
font-weight: bold; |
| 2382 |
} |
| 2383 |
|
| 2384 |
blockquote { |
| 2385 |
font-size: 14px; |
| 2386 |
width: 100%; |
| 2387 |
margin: 0 auto; |
| 2388 |
font-style: italic; |
| 2389 |
color: #555555; |
| 2390 |
padding: 8px 15px 8px 15px; |
| 2391 |
border-left: 5px solid #78c0a8; |
| 2392 |
line-height: 1.6; |
| 2393 |
position: relative; |
| 2394 |
background: #ededed; |
| 2395 |
} |
| 2396 |
|
| 2397 |
blockquote::before { |
| 2398 |
content: none; |
| 2399 |
} |
| 2400 |
|
| 2401 |
blockquote::after { |
| 2402 |
content: ""; |
| 2403 |
} |
| 2404 |
|
| 2405 |
blockquote span { |
| 2406 |
display: block; |
| 2407 |
color: #333333; |
| 2408 |
font-style: normal; |
| 2409 |
font-weight: bold; |
| 2410 |
margin-top: 1em; |
| 2411 |
} |
| 2412 |
|
| 2413 |
blockquote.ays_poll_warning_triangle { |
| 2414 |
font-size: 14px; |
| 2415 |
width: 100%; |
| 2416 |
margin: 0 auto; |
| 2417 |
font-style: italic; |
| 2418 |
color: #555555; |
| 2419 |
padding: 8px 15px 8px 15px; |
| 2420 |
border-left: 5px solid #F3BF60; |
| 2421 |
line-height: 1.6; |
| 2422 |
position: relative; |
| 2423 |
background: #ededed; |
| 2424 |
} |
| 2425 |
|
| 2426 |
blockquote.ays_poll_warning_triangle i { |
| 2427 |
color: #F3BF60; |
| 2428 |
} |
| 2429 |
|
| 2430 |
.ays-settings-wrapper { |
| 2431 |
display: flex; |
| 2432 |
} |
| 2433 |
|
| 2434 |
.ays-settings-wrapper .nav-tab-wrapper { |
| 2435 |
min-width: 150px; |
| 2436 |
margin-right: 15px; |
| 2437 |
border-bottom: none; |
| 2438 |
} |
| 2439 |
|
| 2440 |
.ays-settings-wrapper .nav-tab-wrapper .nav-tab { |
| 2441 |
display: block; |
| 2442 |
width: 100%; |
| 2443 |
border: 1px solid #ccc; |
| 2444 |
margin: 0; |
| 2445 |
float: none; |
| 2446 |
} |
| 2447 |
|
| 2448 |
.ays-settings-wrapper .nav-tab-wrapper .nav-tab:last-child { |
| 2449 |
border-bottom: 1px solid #ccc; |
| 2450 |
} |
| 2451 |
|
| 2452 |
@media screen and (max-width: 768px) { |
| 2453 |
.ays-poll-results-list-table div.ays-top-menu-wrapper { |
| 2454 |
margin-top: 50px; |
| 2455 |
} |
| 2456 |
} |
| 2457 |
|
| 2458 |
.ays-settings-wrapper .ays-poll-tabs-wrapper { |
| 2459 |
width: 100%; |
| 2460 |
border-left: 1px solid #ccc; |
| 2461 |
padding-left: 15px; |
| 2462 |
} |
| 2463 |
|
| 2464 |
.ays-settings-wrapper .ays-poll-tabs-wrapper p.ays-subtitle { |
| 2465 |
margin-top: 0; |
| 2466 |
} |
| 2467 |
|
| 2468 |
.pro_features_integrations{ |
| 2469 |
width: 97% !important; |
| 2470 |
left: 16px !important; |
| 2471 |
} |
| 2472 |
|
| 2473 |
.ays_select2_pro_disabled + span.select2-container--default.select2-container--focus .select2-selection--multiple{ |
| 2474 |
border:1px solid #aaa; |
| 2475 |
} |
| 2476 |
|
| 2477 |
@media screen and (max-width: 1200px) { |
| 2478 |
.apm-loading-gif svg { |
| 2479 |
width: 30px; |
| 2480 |
height: 25px; |
| 2481 |
} |
| 2482 |
.ays-poll-sel-fields{ |
| 2483 |
flex-direction: column; |
| 2484 |
gap: 10px; |
| 2485 |
max-width: 200px; |
| 2486 |
} |
| 2487 |
|
| 2488 |
.apm-loader { |
| 2489 |
width: 60px; |
| 2490 |
padding: 10px 2.5px; |
| 2491 |
margin-right: 5px; |
| 2492 |
margin-bottom: 5px; |
| 2493 |
} |
| 2494 |
|
| 2495 |
.apm-loader:first-child { |
| 2496 |
margin-left: 50px; |
| 2497 |
} |
| 2498 |
|
| 2499 |
.apm-loader:last-child { |
| 2500 |
margin-right: 5px; |
| 2501 |
} |
| 2502 |
|
| 2503 |
.apm-loader input[type="radio"] { |
| 2504 |
margin: 0; |
| 2505 |
} |
| 2506 |
|
| 2507 |
.if-loading-gif { |
| 2508 |
justify-content: flex-end; |
| 2509 |
} |
| 2510 |
|
| 2511 |
.if-loading-message { |
| 2512 |
text-align: right; |
| 2513 |
} |
| 2514 |
} |
| 2515 |
|
| 2516 |
@media screen and (max-width: 768px) { |
| 2517 |
.if-loading-gif { |
| 2518 |
max-width: 100%; |
| 2519 |
justify-content: flex-start; |
| 2520 |
flex: 0 0 100%; |
| 2521 |
margin-top: 10px; |
| 2522 |
margin-left: 0; |
| 2523 |
} |
| 2524 |
|
| 2525 |
.apm-loader:first-child { |
| 2526 |
margin-left: 0; |
| 2527 |
} |
| 2528 |
|
| 2529 |
.if-loading-message { |
| 2530 |
text-align: left; |
| 2531 |
margin-top: 10px; |
| 2532 |
margin-left: 0; |
| 2533 |
max-width: 100%; |
| 2534 |
flex: 0 0 100%; |
| 2535 |
} |
| 2536 |
} |
| 2537 |
|
| 2538 |
.pro_features, .pro_features_integrations{ |
| 2539 |
margin: 0; |
| 2540 |
box-shadow: none; |
| 2541 |
position: absolute; |
| 2542 |
display: flex; |
| 2543 |
align-items: flex-end; |
| 2544 |
justify-content: flex-end; |
| 2545 |
width: 100%; |
| 2546 |
height: 100%; |
| 2547 |
/* background: rgba(0,0,0,.1); */ |
| 2548 |
background: rgba(53 113 196 / 5%); |
| 2549 |
z-index: 3; |
| 2550 |
z-index: 3; |
| 2551 |
top: 0; |
| 2552 |
left: 0; |
| 2553 |
border-radius: 10px; |
| 2554 |
} |
| 2555 |
|
| 2556 |
div.only_pro .row *:not(i) { |
| 2557 |
color: #A3A3A3; |
| 2558 |
} |
| 2559 |
|
| 2560 |
div.only_pro .row input[type=text], |
| 2561 |
div.only_pro .row input[type=number], |
| 2562 |
div.only_pro .row input[type=button], |
| 2563 |
div.only_pro .row input[type=radio], |
| 2564 |
div.only_pro .row button, |
| 2565 |
div.only_pro .row select, |
| 2566 |
div.only_pro .row textarea, |
| 2567 |
div.only_pro .row .select2-container--default .select2-selection--multiple { |
| 2568 |
border: 1px solid #ccc !important; |
| 2569 |
} |
| 2570 |
|
| 2571 |
div.only_pro .row .ays_help { |
| 2572 |
z-index: 4; |
| 2573 |
} |
| 2574 |
|
| 2575 |
.only_pro_full_tab { |
| 2576 |
opacity: 0.9; |
| 2577 |
} |
| 2578 |
|
| 2579 |
.pro_features.pro_features_popup_only_hover, |
| 2580 |
.pro_features.pro_features_popup { |
| 2581 |
/*background-color: #dfdfdf;*/ |
| 2582 |
background: rgba(53 113 196 / 5%); |
| 2583 |
border-radius: 10px; |
| 2584 |
/* box-shadow: 0 1px 2px 0 #d9d9da; */ |
| 2585 |
color: #636a84; |
| 2586 |
cursor: pointer; |
| 2587 |
display: block; |
| 2588 |
font-size: 14px; |
| 2589 |
overflow: hidden; |
| 2590 |
padding: 10px 5px; |
| 2591 |
text-align: center; |
| 2592 |
text-overflow: ellipsis; |
| 2593 |
transition: all .05s; |
| 2594 |
white-space: nowrap; |
| 2595 |
/*opacity: 0.5;*/ |
| 2596 |
transition: 0.15s; |
| 2597 |
} |
| 2598 |
.pro_features.pro_features_popup_only_hover:hover, |
| 2599 |
.pro_features.pro_features_popup:hover { |
| 2600 |
background-color: #3571C4; |
| 2601 |
background-color: rgba(53 113 196 / 10%); |
| 2602 |
color: #fff; |
| 2603 |
} |
| 2604 |
|
| 2605 |
.only_pro input[type=checkbox] { |
| 2606 |
border: 1px solid #D1D1D1; |
| 2607 |
background: #EDF2FC; |
| 2608 |
} |
| 2609 |
|
| 2610 |
a.ays-poll-new-upgrade-button-link { |
| 2611 |
text-decoration: unset; |
| 2612 |
} |
| 2613 |
|
| 2614 |
.pro_features.centered { |
| 2615 |
align-items: center; |
| 2616 |
justify-content: center; |
| 2617 |
} |
| 2618 |
|
| 2619 |
.pro_features p , .pro_features_by_email p { |
| 2620 |
font-size: 20px; |
| 2621 |
box-sizing: border-box; |
| 2622 |
padding: 5px; |
| 2623 |
border-radius: 3px; |
| 2624 |
margin-right: 5px; |
| 2625 |
} |
| 2626 |
a.only_pro_lik, |
| 2627 |
.pro_features p a , .pro_features_by_email p a { |
| 2628 |
color: #f50057; |
| 2629 |
font-weight: 700; |
| 2630 |
transition: all .3s ease-in; |
| 2631 |
} |
| 2632 |
a.only_pro_lik:hover, |
| 2633 |
.pro_features p a:hover, .pro_features_by_email p a:hover{ |
| 2634 |
color: #C51162; |
| 2635 |
transition: all .3s ease-in; |
| 2636 |
} |
| 2637 |
|
| 2638 |
/* Upgrade button start */ |
| 2639 |
.ays-poll-new-upgrade-button-box { |
| 2640 |
display: flex; |
| 2641 |
justify-content: center; |
| 2642 |
align-items: center; |
| 2643 |
position: absolute; |
| 2644 |
top: -15px; |
| 2645 |
right: 10px; |
| 2646 |
background-color: #ffe9de; |
| 2647 |
color: #F47535; |
| 2648 |
font-size: 15px; |
| 2649 |
padding: 5px 20px; |
| 2650 |
border-radius: 20px; |
| 2651 |
filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 1px 0.833333px); |
| 2652 |
z-index: 4; |
| 2653 |
cursor: pointer; |
| 2654 |
font-weight: bold; |
| 2655 |
} |
| 2656 |
|
| 2657 |
.ays-poll-new-upgrade-button-box img { |
| 2658 |
width: 24px; |
| 2659 |
} |
| 2660 |
|
| 2661 |
.ays-poll-new-upgrade-button-box:hover { |
| 2662 |
color: #FF5500; |
| 2663 |
} |
| 2664 |
|
| 2665 |
.ays-poll-new-upgrade-button-hover, |
| 2666 |
.ays-poll-new-upgrade-button-box:hover img:not(.ays-poll-new-upgrade-button-hover) { |
| 2667 |
display: none; |
| 2668 |
} |
| 2669 |
|
| 2670 |
.ays-poll-new-upgrade-button-box:hover .ays-poll-new-upgrade-button-hover{ |
| 2671 |
display: inline-block; |
| 2672 |
} |
| 2673 |
|
| 2674 |
/* Upgrade button end */ |
| 2675 |
|
| 2676 |
/* Watch video button start */ |
| 2677 |
|
| 2678 |
.ays-poll-new-watch-video-button-box { |
| 2679 |
display: flex; |
| 2680 |
justify-content: center; |
| 2681 |
align-items: center; |
| 2682 |
|
| 2683 |
position: absolute; |
| 2684 |
top: -15px; |
| 2685 |
right: 145px; |
| 2686 |
background-color: #E0EBFF; |
| 2687 |
color: #6392D4; |
| 2688 |
font-size: 15px; |
| 2689 |
padding: 5px 20px; |
| 2690 |
border-radius: 20px; |
| 2691 |
filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 1px 0.833333px); |
| 2692 |
z-index: 4; |
| 2693 |
cursor: pointer; |
| 2694 |
font-weight: bold; |
| 2695 |
} |
| 2696 |
|
| 2697 |
.ays-poll-new-watch-video-button-box img { |
| 2698 |
width: 24px; |
| 2699 |
} |
| 2700 |
|
| 2701 |
.ays-poll-new-watch-video-button-box:hover { |
| 2702 |
color: #3571C4; |
| 2703 |
} |
| 2704 |
|
| 2705 |
.ays-poll-new-watch-video-button-hover, |
| 2706 |
.ays-poll-new-watch-video-button-box:hover img:not(.ays-poll-new-watch-video-button-hover) { |
| 2707 |
display: none; |
| 2708 |
} |
| 2709 |
|
| 2710 |
.ays-poll-new-watch-video-button-box:hover .ays-poll-new-watch-video-button-hover{ |
| 2711 |
display: inline-block; |
| 2712 |
} |
| 2713 |
|
| 2714 |
.ays-poll-new-big-button-flex { |
| 2715 |
display: flex; |
| 2716 |
justify-content: center; |
| 2717 |
align-items: center; |
| 2718 |
} |
| 2719 |
|
| 2720 |
@media screen and (max-width: 768px){ |
| 2721 |
div.ays-poll-new-upgrade-button-box, |
| 2722 |
div.ays-poll-new-view-demo-button-box, |
| 2723 |
div.ays-poll-new-watch-video-button-box { |
| 2724 |
font-size: 12px; |
| 2725 |
} |
| 2726 |
|
| 2727 |
div.ays-poll-new-watch-video-button-box{ |
| 2728 |
right: 130px; |
| 2729 |
} |
| 2730 |
|
| 2731 |
div.ays-poll-new-big-button-flex { |
| 2732 |
flex-direction: column; |
| 2733 |
} |
| 2734 |
|
| 2735 |
div.ays-poll-new-big-button-flex > div:nth-child(2) { |
| 2736 |
margin-top: 20px; |
| 2737 |
} |
| 2738 |
|
| 2739 |
div.ays-poll-center-big-watch-video-button-box { |
| 2740 |
margin-right: 0 !important; |
| 2741 |
} |
| 2742 |
|
| 2743 |
div.ays-poll-new-view-demo-button-box{ |
| 2744 |
top: 30px; |
| 2745 |
right: 80px; |
| 2746 |
} |
| 2747 |
} |
| 2748 |
|
| 2749 |
/* Watch video button end */ |
| 2750 |
|
| 2751 |
/* View Demo button start */ |
| 2752 |
|
| 2753 |
.ays-poll-new-view-demo-button-box { |
| 2754 |
display: flex; |
| 2755 |
justify-content: center; |
| 2756 |
align-items: center; |
| 2757 |
|
| 2758 |
position: absolute; |
| 2759 |
top: -15px; |
| 2760 |
/*right: 310px;*/ |
| 2761 |
right: 145px; |
| 2762 |
background-color: #e0ffe4; |
| 2763 |
color: #178c07; |
| 2764 |
font-size: 15px; |
| 2765 |
padding: 5px 20px; |
| 2766 |
border-radius: 20px; |
| 2767 |
filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 1px 0.833333px); |
| 2768 |
z-index: 4; |
| 2769 |
cursor: pointer; |
| 2770 |
font-weight: bold; |
| 2771 |
} |
| 2772 |
|
| 2773 |
.ays-poll-new-view-demo-button-box img { |
| 2774 |
width: 24px; |
| 2775 |
} |
| 2776 |
|
| 2777 |
.ays-poll-new-view-demo-button-box:hover { |
| 2778 |
color: #0f5c05; |
| 2779 |
} |
| 2780 |
|
| 2781 |
/*.ays-poll-new-view-demo-button-hover, |
| 2782 |
.ays-poll-new-view-demo-button-box:hover img:not(.ays-poll-new-view-demo-button-hover) { |
| 2783 |
display: none; |
| 2784 |
}*/ |
| 2785 |
|
| 2786 |
/*.ays-poll-new-view-demo-button-box:hover .ays-poll-new-view-demo-button-hover{ |
| 2787 |
display: inline-block; |
| 2788 |
}*/ |
| 2789 |
|
| 2790 |
/* View Demo button end */ |
| 2791 |
|
| 2792 |
.ays-poll-sm-content-row-sg { |
| 2793 |
background-color: #ecf6ff; |
| 2794 |
margin: 70px 0; |
| 2795 |
} |
| 2796 |
|
| 2797 |
.ays-poll-sm-main-container-sg * { |
| 2798 |
margin: 0; |
| 2799 |
padding: 0; |
| 2800 |
box-sizing: border-box; |
| 2801 |
background-repeat: no-repeat; |
| 2802 |
} |
| 2803 |
|
| 2804 |
.ays-poll-sm-center-box-sg { |
| 2805 |
display: flex; |
| 2806 |
align-items: center; |
| 2807 |
justify-content: center; |
| 2808 |
} |
| 2809 |
|
| 2810 |
.ays-poll-sm-guarantee-container-sg { |
| 2811 |
width: 70%; |
| 2812 |
margin: auto; |
| 2813 |
padding: 15px 0; |
| 2814 |
} |
| 2815 |
|
| 2816 |
.ays-poll-sm-guarantee-container-sg img { |
| 2817 |
width: 200px; |
| 2818 |
margin-right: 30px; |
| 2819 |
} |
| 2820 |
|
| 2821 |
.ays-poll-sm-guarantee-text-container-sg { |
| 2822 |
max-width: 555px; |
| 2823 |
} |
| 2824 |
|
| 2825 |
.ays-poll-sm-guarantee-container-sg h3 { |
| 2826 |
font-size: 32px; |
| 2827 |
text-transform: uppercase; |
| 2828 |
color: #5F61FB; |
| 2829 |
font-weight: 600; |
| 2830 |
margin-bottom: 20px; |
| 2831 |
} |
| 2832 |
|
| 2833 |
.ays-poll-sm-guarantee-container-sg p { |
| 2834 |
font-size: 14px; |
| 2835 |
color: #6A6A6A; |
| 2836 |
line-height: 1.5em; |
| 2837 |
} |
| 2838 |
|
| 2839 |
/* Big buttons start */ |
| 2840 |
|
| 2841 |
.ays-poll-center-big-main-button-box{ |
| 2842 |
position: absolute; |
| 2843 |
top: 50%; |
| 2844 |
left: 50%; |
| 2845 |
transform: translate(-50%, -50%); |
| 2846 |
z-index: 4; |
| 2847 |
visibility: hidden; |
| 2848 |
} |
| 2849 |
|
| 2850 |
.only_pro:hover .ays-poll-center-big-main-button-box{ |
| 2851 |
visibility: visible; |
| 2852 |
} |
| 2853 |
|
| 2854 |
.only_pro .ays-poll-center-big-main-button-box .ays-poll-center-new-big-upgrade-button{ |
| 2855 |
display: flex; |
| 2856 |
background-color: #fff; |
| 2857 |
border-radius: 31px; |
| 2858 |
color: #F47535; |
| 2859 |
font-size: 25px; |
| 2860 |
box-shadow: 0px 1px 2px #00000036; |
| 2861 |
font-weight: 700; |
| 2862 |
cursor: pointer; |
| 2863 |
text-decoration: none; |
| 2864 |
width: 250px; |
| 2865 |
height: 65px; |
| 2866 |
align-items: center; |
| 2867 |
justify-content: center; |
| 2868 |
flex-wrap: wrap; |
| 2869 |
} |
| 2870 |
|
| 2871 |
.only_pro .ays-poll-center-big-main-button-box .ays-poll-center-new-big-upgrade-button img{ |
| 2872 |
width: 40px; |
| 2873 |
} |
| 2874 |
|
| 2875 |
.only_pro .ays-poll-center-big-main-button-box .ays-poll-center-new-big-upgrade-button:hover{ |
| 2876 |
color: #FF5500; |
| 2877 |
} |
| 2878 |
|
| 2879 |
/* .ays-poll-new-upgrade-button-hover, |
| 2880 |
.ays-poll-center-big-main-button-box:hover img:not(.ays-poll-new-upgrade-button-hover) { |
| 2881 |
display: none; |
| 2882 |
} |
| 2883 |
|
| 2884 |
.ays-poll-center-big-main-button-box:hover .ays-poll-new-upgrade-button-hover{ |
| 2885 |
display: inline-block; |
| 2886 |
} */ |
| 2887 |
|
| 2888 |
/* Big buttons end */ |
| 2889 |
|
| 2890 |
/* Big View Demo button start */ |
| 2891 |
|
| 2892 |
.only_pro .ays-poll-center-big-main-button-box .ays-poll-center-new-big-view-demo-button{ |
| 2893 |
display: flex; |
| 2894 |
background-color: #fff; |
| 2895 |
border-radius: 31px; |
| 2896 |
color: #178c07; |
| 2897 |
font-size: 25px; |
| 2898 |
box-shadow: 0px 1px 2px #00000036; |
| 2899 |
font-weight: 700; |
| 2900 |
cursor: pointer; |
| 2901 |
text-decoration: none; |
| 2902 |
width: 250px; |
| 2903 |
height: 65px; |
| 2904 |
align-items: center; |
| 2905 |
justify-content: center; |
| 2906 |
flex-wrap: wrap; |
| 2907 |
} |
| 2908 |
|
| 2909 |
.only_pro .ays-poll-center-big-main-button-box .ays-poll-center-new-big-view-demo-button img{ |
| 2910 |
width: 40px; |
| 2911 |
} |
| 2912 |
|
| 2913 |
.only_pro .ays-poll-center-big-main-button-box .ays-poll-center-new-big-view-demo-button:hover{ |
| 2914 |
color: #0f5c05; |
| 2915 |
} |
| 2916 |
|
| 2917 |
/* Big View Demo button end */ |
| 2918 |
|
| 2919 |
/* Big Watch Video button start */ |
| 2920 |
|
| 2921 |
.only_pro .ays-poll-center-big-main-button-box .ays-poll-center-big-watch-video-button-box { |
| 2922 |
display: flex; |
| 2923 |
background-color: #fff; |
| 2924 |
border-radius: 31px; |
| 2925 |
color: #6392D4; |
| 2926 |
font-size: 25px; |
| 2927 |
box-shadow: 0px 1px 2px #00000036; |
| 2928 |
font-weight: 700; |
| 2929 |
cursor: pointer; |
| 2930 |
text-decoration: none; |
| 2931 |
width: 250px; |
| 2932 |
height: 65px; |
| 2933 |
align-items: center; |
| 2934 |
justify-content: center; |
| 2935 |
flex-wrap: wrap; |
| 2936 |
margin-right: 10px; |
| 2937 |
} |
| 2938 |
|
| 2939 |
.only_pro .ays-poll-center-big-main-button-box .ays-poll-center-big-watch-video-button-box img{ |
| 2940 |
width: 40px; |
| 2941 |
} |
| 2942 |
|
| 2943 |
.only_pro .ays-poll-center-big-main-button-box .ays-poll-center-big-watch-video-button-box:hover{ |
| 2944 |
color: #3571C4; |
| 2945 |
} |
| 2946 |
|
| 2947 |
.ays-poll-new-upgrade-button-hover, |
| 2948 |
.ays-poll-center-new-big-upgrade-button:hover img.ays-poll-new-button-img-hide { |
| 2949 |
display: none; |
| 2950 |
} |
| 2951 |
|
| 2952 |
.ays-poll-center-new-big-upgrade-button:hover .ays-poll-new-upgrade-button-hover{ |
| 2953 |
display: inline-block; |
| 2954 |
} |
| 2955 |
|
| 2956 |
/* Big View Demo button end */ |
| 2957 |
|
| 2958 |
|
| 2959 |
.only_pro.ays-poll-margin-top-20 { |
| 2960 |
margin-top: 20px; |
| 2961 |
} |
| 2962 |
|
| 2963 |
.ays-poll-margin-top-20 { |
| 2964 |
margin-top: 20px; |
| 2965 |
} |
| 2966 |
|
| 2967 |
.ays-poll-new-upgrade-button-link:focus { |
| 2968 |
box-shadow: unset; |
| 2969 |
} |
| 2970 |
|
| 2971 |
/*PRO features popup | start*/ |
| 2972 |
.pro_features.pro_features_popup_only_hover, |
| 2973 |
.pro_features.pro_features_popup { |
| 2974 |
/*background-color: #dfdfdf;*/ |
| 2975 |
background: rgba(53 113 196 / 5%); |
| 2976 |
border-radius: 10px; |
| 2977 |
/*box-shadow: 0 1px 2px 0 #d9d9da;*/ |
| 2978 |
color: #636a84; |
| 2979 |
cursor: pointer; |
| 2980 |
display: block; |
| 2981 |
font-size: 14px; |
| 2982 |
overflow: hidden; |
| 2983 |
padding: 10px 5px; |
| 2984 |
text-align: center; |
| 2985 |
text-overflow: ellipsis; |
| 2986 |
transition: all .05s; |
| 2987 |
white-space: nowrap; |
| 2988 |
/*opacity: 0.5;*/ |
| 2989 |
transition: 0.15s; |
| 2990 |
} |
| 2991 |
.pro_features.pro_features_popup_only_hover:hover, |
| 2992 |
.pro_features.pro_features_popup:hover { |
| 2993 |
background-color: #3571C4; |
| 2994 |
background-color: rgba(53 113 196 / 10%); |
| 2995 |
color: #fff; |
| 2996 |
} |
| 2997 |
|
| 2998 |
.only_pro input[type=checkbox] { |
| 2999 |
border: 1px solid #D1D1D1; |
| 3000 |
background: #EDF2FC; |
| 3001 |
} |
| 3002 |
|
| 3003 |
div.only_pro input, |
| 3004 |
div.only_pro textarea { |
| 3005 |
background: rgba(255, 255, 255, 0.5); |
| 3006 |
border-color: rgba(220, 220, 222, 0.75); |
| 3007 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04); |
| 3008 |
color: rgba(44, 51, 56, 0.5); |
| 3009 |
} |
| 3010 |
|
| 3011 |
div.only_pro select { |
| 3012 |
border-color: rgba(220, 220, 222, 0.75); |
| 3013 |
color: rgba(44, 51, 56, 0.5); |
| 3014 |
} |
| 3015 |
|
| 3016 |
div.only_pro button { |
| 3017 |
border-color: rgba(220, 220, 222, 0.75); |
| 3018 |
color: rgba(44, 51, 56, 0.5); |
| 3019 |
} |
| 3020 |
|
| 3021 |
div.only_pro label.ays_poll_rw_icon, |
| 3022 |
div.only_pro label.ays_poll_loader { |
| 3023 |
border-color: rgba(220, 220, 222, 0.75); |
| 3024 |
font-weight: normal; |
| 3025 |
} |
| 3026 |
|
| 3027 |
div.pro-features-popup-conteiner { |
| 3028 |
display: none; |
| 3029 |
} |
| 3030 |
|
| 3031 |
#pro-features-popup-modal .ays-modal-header { |
| 3032 |
padding: 0 16px; |
| 3033 |
justify-content: flex-end; |
| 3034 |
} |
| 3035 |
|
| 3036 |
#pro-features-popup-modal .ays-modal-body { |
| 3037 |
padding: 20px; |
| 3038 |
} |
| 3039 |
|
| 3040 |
#pro-features-popup-modal .ays-modal-content { |
| 3041 |
margin: auto; |
| 3042 |
border-radius: 5px; |
| 3043 |
} |
| 3044 |
|
| 3045 |
#pro-features-popup-modal .ays-modal-header .ays-close-pro-popup { |
| 3046 |
color: #aaa; |
| 3047 |
float: right; |
| 3048 |
font-size: 28px; |
| 3049 |
font-weight: bold; |
| 3050 |
cursor: pointer; |
| 3051 |
} |
| 3052 |
|
| 3053 |
#pro-features-popup-modal .pro-features-popup-modal-left-section { |
| 3054 |
padding: 0; |
| 3055 |
display: flex; |
| 3056 |
justify-content: center; |
| 3057 |
align-items: center; |
| 3058 |
} |
| 3059 |
|
| 3060 |
#pro-features-popup-modal .pro-features-popup-modal-right-section { |
| 3061 |
padding-right: 0; |
| 3062 |
} |
| 3063 |
|
| 3064 |
#pro-features-popup-modal .pro-features-popup-modal-right-box { |
| 3065 |
text-align: center; |
| 3066 |
} |
| 3067 |
|
| 3068 |
#pro-features-popup-modal .pro-features-popup-modal-right-box-icon { |
| 3069 |
margin-top: 1em; |
| 3070 |
} |
| 3071 |
|
| 3072 |
#pro-features-popup-modal .pro-features-popup-modal-right-box-icon i { |
| 3073 |
font-size: 40px; |
| 3074 |
} |
| 3075 |
|
| 3076 |
#pro-features-popup-modal .pro-features-popup-modal-right-box-title { |
| 3077 |
color: #1d2327; |
| 3078 |
font-size: 1.3em; |
| 3079 |
margin-bottom: 1em; |
| 3080 |
font-weight: 600; |
| 3081 |
} |
| 3082 |
|
| 3083 |
#pro-features-popup-modal .pro-features-popup-modal-right-box-content { |
| 3084 |
width: 90%; |
| 3085 |
margin: auto; |
| 3086 |
} |
| 3087 |
|
| 3088 |
#pro-features-popup-modal .pro-features-popup-modal-right-box-content div { |
| 3089 |
margin-top: 5px; |
| 3090 |
} |
| 3091 |
|
| 3092 |
#pro-features-popup-modal .pro-features-popup-modal-right-box-content p { |
| 3093 |
margin-bottom: 0px; |
| 3094 |
margin-top: 0; |
| 3095 |
font-size: 15px; |
| 3096 |
text-align: justify; |
| 3097 |
} |
| 3098 |
|
| 3099 |
#pro-features-popup-modal .pro-features-popup-modal-right-box-button { |
| 3100 |
margin-top: 20px; |
| 3101 |
} |
| 3102 |
|
| 3103 |
#pro-features-popup-modal .pro-features-popup-modal-right-box-button .pro-features-popup-modal-right-box-link { |
| 3104 |
-webkit-appearance: none; |
| 3105 |
background: #fff; |
| 3106 |
border: 1px solid #dcdfe6; |
| 3107 |
border-radius: 4px; |
| 3108 |
box-sizing: border-box; |
| 3109 |
color: #606266; |
| 3110 |
cursor: pointer; |
| 3111 |
display: inline-block; |
| 3112 |
font-size: 14px; |
| 3113 |
font-weight: 500; |
| 3114 |
line-height: 1; |
| 3115 |
margin: 0; |
| 3116 |
outline: 0; |
| 3117 |
padding: 12px 20px; |
| 3118 |
text-align: center; |
| 3119 |
transition: .1s; |
| 3120 |
-moz-user-select: none; |
| 3121 |
-webkit-user-select: none; |
| 3122 |
-ms-user-select: none; |
| 3123 |
white-space: nowrap; |
| 3124 |
text-decoration: none; |
| 3125 |
|
| 3126 |
background-color: #409eff; |
| 3127 |
border-color: #409eff; |
| 3128 |
color: #fff; |
| 3129 |
} |
| 3130 |
|
| 3131 |
#pro-features-popup-modal .pro-features-popup-modal-right-box-button .pro-features-popup-modal-right-box-link:hover{ |
| 3132 |
background: #66b1ff; |
| 3133 |
border-color: #66b1ff; |
| 3134 |
color: #fff; |
| 3135 |
} |
| 3136 |
|
| 3137 |
#pro-features-popup-modal .pro-features-popup-modal-left-section iframe { |
| 3138 |
max-width: 100%; |
| 3139 |
} |
| 3140 |
|
| 3141 |
.only_pro_save_as_default .pro_features.pro_features_popup { |
| 3142 |
background-color: transparent; |
| 3143 |
} |
| 3144 |
|
| 3145 |
.only_pro_save_as_default .pro_features.pro_features_popup:hover { |
| 3146 |
background-color: transparent; |
| 3147 |
} |
| 3148 |
|
| 3149 |
.only_pro_save_as_default .button.ays_default_btn { |
| 3150 |
opacity: 0.4; |
| 3151 |
} |
| 3152 |
|
| 3153 |
@media screen and (min-width: 1500px){ |
| 3154 |
#pro-features-popup-modal .ays-modal-content { |
| 3155 |
width: 60%; |
| 3156 |
} |
| 3157 |
} |
| 3158 |
|
| 3159 |
@media screen and (max-width: 768px){ |
| 3160 |
div#pro-features-popup-modal .pro-features-popup-modal-left-section iframe { |
| 3161 |
height: 315px; |
| 3162 |
max-width: 100%; |
| 3163 |
} |
| 3164 |
|
| 3165 |
div#pro-features-popup-modal .ays-modal-header .ays-close-pro-popup { |
| 3166 |
position: absolute; |
| 3167 |
right: 5px; |
| 3168 |
top: -5px; |
| 3169 |
} |
| 3170 |
|
| 3171 |
div#pro-features-popup-modal .ays-modal-body .row { |
| 3172 |
padding: 20px; |
| 3173 |
} |
| 3174 |
|
| 3175 |
div#pro-features-popup-modal .pro-features-popup-modal-right-section { |
| 3176 |
padding: 0; |
| 3177 |
} |
| 3178 |
|
| 3179 |
div#pro-features-popup-modal .pro-features-popup-modal-right-box-content { |
| 3180 |
width: 90%; |
| 3181 |
} |
| 3182 |
|
| 3183 |
div.ays_save_default_button_box { |
| 3184 |
display: block; |
| 3185 |
} |
| 3186 |
.ays-poll-show-result-view-type{ |
| 3187 |
display: flex; |
| 3188 |
flex-direction: column; |
| 3189 |
gap: 10px; |
| 3190 |
} |
| 3191 |
} |
| 3192 |
|
| 3193 |
/*PRO features popup | end*/ |
| 3194 |
|
| 3195 |
.ays_integration_logo { |
| 3196 |
width: 50px; |
| 3197 |
height: auto; |
| 3198 |
} |
| 3199 |
|
| 3200 |
.ays_actDect, .ays-poll-date-create{ |
| 3201 |
width: 200px !important; |
| 3202 |
margin: 0 !important; |
| 3203 |
} |
| 3204 |
|
| 3205 |
.ays_select_role_img{ |
| 3206 |
width: 100%; |
| 3207 |
height: auto; |
| 3208 |
} |
| 3209 |
|
| 3210 |
label.ays_poll_answer_icon:before{ |
| 3211 |
content: ""; |
| 3212 |
display: inline-block; |
| 3213 |
background: #ddd; |
| 3214 |
background-clip: content-box; |
| 3215 |
width: 20px; |
| 3216 |
height: 20px; |
| 3217 |
border: 3px solid #ccc; |
| 3218 |
padding: 4px 3px 3px 3px; |
| 3219 |
box-sizing: border-box; |
| 3220 |
transition: all .4s linear; |
| 3221 |
vertical-align: middle; |
| 3222 |
margin-right: 10px; |
| 3223 |
margin-bottom: 2px; |
| 3224 |
} |
| 3225 |
|
| 3226 |
label.ays_poll_answer_icon[for="poll_answer_icon_radio"]:before{ |
| 3227 |
border-radius: 50%; |
| 3228 |
} |
| 3229 |
|
| 3230 |
label.ays_poll_answer_icon{ |
| 3231 |
border: 1px solid #ccc; |
| 3232 |
padding: 8px; |
| 3233 |
display: flex; |
| 3234 |
} |
| 3235 |
|
| 3236 |
.form-check input[type=radio] { |
| 3237 |
margin-top: 3px !important; |
| 3238 |
} |
| 3239 |
|
| 3240 |
.ays_poll_block_with_hidden_row input[type=radio] { |
| 3241 |
margin-top: 0 !important; |
| 3242 |
} |
| 3243 |
|
| 3244 |
input[type=radio]:checked::before { |
| 3245 |
content: ""; |
| 3246 |
border-radius: 50%; |
| 3247 |
width: .5rem; |
| 3248 |
height: .5rem; |
| 3249 |
margin: .1875rem; |
| 3250 |
background-color: #1e8cbe; |
| 3251 |
line-height: 1.14285714; |
| 3252 |
} |
| 3253 |
table.ays-answers-table{ |
| 3254 |
border-collapse: collapse; |
| 3255 |
width: 100%; |
| 3256 |
margin-top: 15px; |
| 3257 |
} |
| 3258 |
|
| 3259 |
table.ays-answers-table th, |
| 3260 |
table.ays-answers-table td{ |
| 3261 |
background: #fff; |
| 3262 |
border-bottom: 1px solid #B8B8B8; |
| 3263 |
font-weight: normal !important; |
| 3264 |
padding: 10px; |
| 3265 |
vertical-align: middle; |
| 3266 |
text-align: center; |
| 3267 |
} |
| 3268 |
|
| 3269 |
table.ays-answers-table th:first-child, |
| 3270 |
table.ays-answers-table td:first-child{ |
| 3271 |
width: 100px; |
| 3272 |
cursor: move; |
| 3273 |
} |
| 3274 |
|
| 3275 |
.ays-modal-body table.ays-answers-table td:first-child{ |
| 3276 |
cursor: default; |
| 3277 |
} |
| 3278 |
|
| 3279 |
table.ays-answers-table td:first-child .ays_fa_arrows { |
| 3280 |
position: absolute; |
| 3281 |
width: 100%; |
| 3282 |
height: 100%; |
| 3283 |
top: 0; |
| 3284 |
left: 0; |
| 3285 |
vertical-align: middle; |
| 3286 |
display: flex; |
| 3287 |
justify-content: center; |
| 3288 |
align-items: center; |
| 3289 |
} |
| 3290 |
|
| 3291 |
table.ays-answers-table th.th-350 { |
| 3292 |
width: 350px; |
| 3293 |
} |
| 3294 |
|
| 3295 |
table.ays-answers-table th.th-650{ |
| 3296 |
width: 650px; |
| 3297 |
} |
| 3298 |
|
| 3299 |
table.ays-answers-table th.th-150{ |
| 3300 |
width: 100px; |
| 3301 |
} |
| 3302 |
|
| 3303 |
table.ays-answers-table tr.even th, |
| 3304 |
table.ays-answers-table tr.even td{ |
| 3305 |
background: #f1f1f1; |
| 3306 |
} |
| 3307 |
|
| 3308 |
table.ays-answers-table tr th, |
| 3309 |
table.ays-answers-table tr td{ |
| 3310 |
transition: .5s ease-in-out; |
| 3311 |
} |
| 3312 |
|
| 3313 |
table.ays-answers-table thead{ |
| 3314 |
text-transform: uppercase; |
| 3315 |
} |
| 3316 |
|
| 3317 |
table.ays-answers-table thead th{ |
| 3318 |
background: #666; |
| 3319 |
color: white; |
| 3320 |
} |
| 3321 |
|
| 3322 |
table.ays-answers-table td:not(:first-child) { |
| 3323 |
border-left: 1px solid #B8B8B8; |
| 3324 |
} |
| 3325 |
|
| 3326 |
table.ays-answers-table input:not([type='checkbox']) { |
| 3327 |
width: 100%; |
| 3328 |
} |
| 3329 |
|
| 3330 |
table.ays-answers-table textarea { |
| 3331 |
width: 100%; |
| 3332 |
} |
| 3333 |
|
| 3334 |
table.ays-answers-table label.ays-label { |
| 3335 |
margin-top: 0; |
| 3336 |
} |
| 3337 |
|
| 3338 |
.ays-answers-table{ |
| 3339 |
margin-bottom: 20px; |
| 3340 |
} |
| 3341 |
|
| 3342 |
@media screen and (max-width: 620px) { |
| 3343 |
.allow_add_answers_not_show_up_container { |
| 3344 |
border-top: 1px solid #ededed; |
| 3345 |
padding-top: 10px; |
| 3346 |
flex: 0 0 100%; |
| 3347 |
max-width: 100%; |
| 3348 |
} |
| 3349 |
|
| 3350 |
.allow_add_answers_not_show_up div.ays_divider_left { |
| 3351 |
border: none; |
| 3352 |
padding-right: none; |
| 3353 |
} |
| 3354 |
|
| 3355 |
.allow_add_answers_not_show_up>div.col-10 { |
| 3356 |
padding-left: 0; |
| 3357 |
} |
| 3358 |
|
| 3359 |
.ays_poll_allow_add_answers_flex_container>div.col-1, |
| 3360 |
.ays_poll_allow_add_answers_flex_container>div.col-4 { |
| 3361 |
max-width: 100%; |
| 3362 |
} |
| 3363 |
|
| 3364 |
.ays_poll_allow_add_answers_flex_container>div.col-4 { |
| 3365 |
flex: 0 0 80%; |
| 3366 |
padding-left: 0; |
| 3367 |
} |
| 3368 |
} |
| 3369 |
|
| 3370 |
@media screen and (max-width: 768px) { |
| 3371 |
div.ays-poll-answers-table-scroll-mobile { |
| 3372 |
padding-bottom: 10px; |
| 3373 |
} |
| 3374 |
|
| 3375 |
table.ays-answers-table { |
| 3376 |
table-layout: fixed; |
| 3377 |
} |
| 3378 |
|
| 3379 |
.bottom-buttons-container{ |
| 3380 |
flex-direction: column; |
| 3381 |
} |
| 3382 |
} |
| 3383 |
|
| 3384 |
.ui-sortable-helper input{ |
| 3385 |
width: 100%; |
| 3386 |
} |
| 3387 |
|
| 3388 |
/* a.add-answer-image , a.ays-poll-add-answer-image{ |
| 3389 |
display: inline-block; |
| 3390 |
background: url(../images/icons/add-img-icon.svg) no-repeat center center/80% rgba(255,255,255, 0); |
| 3391 |
color: #fff !important; |
| 3392 |
padding: 5px 10px; |
| 3393 |
box-sizing: border-box; |
| 3394 |
text-decoration: none; |
| 3395 |
border-radius: 3px; |
| 3396 |
transition: all .3s; |
| 3397 |
margin-left: 10px; |
| 3398 |
margin-bottom: 10px; |
| 3399 |
margin-top: 10px !important; |
| 3400 |
} */ |
| 3401 |
|
| 3402 |
.add-answer-image.add-answer-image , a.ays-poll-add-answer-image{ |
| 3403 |
margin: auto; |
| 3404 |
} |
| 3405 |
|
| 3406 |
a.ays-delete-answer{ |
| 3407 |
color: #dc3545 !important; |
| 3408 |
font-size: 20px !important; |
| 3409 |
} |
| 3410 |
|
| 3411 |
a.ays-add-answer i, |
| 3412 |
a.ays-delete-answer i{ |
| 3413 |
vertical-align: middle; |
| 3414 |
} |
| 3415 |
|
| 3416 |
a.ays-add-answer:hover, a.ays-add-answer:focus, |
| 3417 |
a.ays-delete-answer:hover, a.ays-delete-answer:focus{ |
| 3418 |
outline: none; |
| 3419 |
box-shadow: none; |
| 3420 |
text-decoration: none; |
| 3421 |
} |
| 3422 |
|
| 3423 |
#tab1 a.ays-add-answer { |
| 3424 |
color: #666; |
| 3425 |
font-size: 30px; |
| 3426 |
display: inline-block; |
| 3427 |
/* margin-left: 10px; */ |
| 3428 |
} |
| 3429 |
|
| 3430 |
/* pics */ |
| 3431 |
|
| 3432 |
.ays-poll-answer-image-container img { |
| 3433 |
width: 100%; |
| 3434 |
height: 100px; |
| 3435 |
object-fit: cover; |
| 3436 |
object-position: center center; |
| 3437 |
/* box-shadow: 0px 0px 10px; */ |
| 3438 |
min-width: 100px; |
| 3439 |
min-height: 100px; |
| 3440 |
} |
| 3441 |
|
| 3442 |
.ays-poll-answer-image-container{ |
| 3443 |
width: 50%; |
| 3444 |
margin: auto; |
| 3445 |
width: 100px; |
| 3446 |
position: relative; |
| 3447 |
display: none; |
| 3448 |
margin: 10px auto; |
| 3449 |
} |
| 3450 |
|
| 3451 |
@media screen and (max-width: 768px) { |
| 3452 |
.ays-poll-answer-image-container { |
| 3453 |
width: 80px; |
| 3454 |
} |
| 3455 |
|
| 3456 |
.ays-poll-answer-image-container img { |
| 3457 |
min-width: 70px; |
| 3458 |
} |
| 3459 |
} |
| 3460 |
|
| 3461 |
.ays-poll-form #tab1 table.ays-answers-table td.ays-answer-redirect-row{ |
| 3462 |
padding-left:3px; |
| 3463 |
padding-right:3px; |
| 3464 |
} |
| 3465 |
|
| 3466 |
.ays-poll-answer-image-container .ays-poll-remove-answer-img{ |
| 3467 |
/* background: url(../images/remove-normal.png) no-repeat center center/80% rgba(255,255,255, .9); */ |
| 3468 |
background: url(../images/icons/Xclose.svg) no-repeat center center/80% rgba(255,255,255, 0); |
| 3469 |
position: absolute; |
| 3470 |
display: inline-block; |
| 3471 |
width: 25px; |
| 3472 |
height: 25px; |
| 3473 |
border-radius: 3px; |
| 3474 |
top: 0px; |
| 3475 |
right: 0px; |
| 3476 |
cursor: pointer; |
| 3477 |
transition: all .3s; |
| 3478 |
/* box-shadow: 0px 0px 5px; */ |
| 3479 |
} |
| 3480 |
|
| 3481 |
/* View type settings */ |
| 3482 |
.ays-poll-grid-type-columns{ |
| 3483 |
background-color: #00000057; |
| 3484 |
} |
| 3485 |
|
| 3486 |
.ays_poll_grid_view_container { |
| 3487 |
display: flex; |
| 3488 |
flex-wrap: wrap; |
| 3489 |
justify-content: space-between; |
| 3490 |
align-items: flex-start; |
| 3491 |
} |
| 3492 |
|
| 3493 |
.ays-poll-field.ays_poll_list_view_item{ |
| 3494 |
display: flex; |
| 3495 |
} |
| 3496 |
|
| 3497 |
.ays_poll_grid_view_item{ |
| 3498 |
width: calc(50% - 5px); |
| 3499 |
} |
| 3500 |
|
| 3501 |
.ays_poll_list_view_item{ |
| 3502 |
width: 100%; |
| 3503 |
} |
| 3504 |
|
| 3505 |
.ays-poll-answer-image-live{ |
| 3506 |
width: 220px; |
| 3507 |
height: 220px; |
| 3508 |
object-fit: cover; |
| 3509 |
} |
| 3510 |
|
| 3511 |
label.ays_poll_label_without_padding{ |
| 3512 |
padding: 10px; |
| 3513 |
flex-direction: column; |
| 3514 |
align-items: center; |
| 3515 |
} |
| 3516 |
|
| 3517 |
label.ays_poll_label_without_padding span.ays_poll_label_text_with_padding, |
| 3518 |
span.ays-poll-each-answer { |
| 3519 |
padding: 5px; |
| 3520 |
word-break: break-word; |
| 3521 |
} |
| 3522 |
|
| 3523 |
label.ays_poll_answer_icon{ |
| 3524 |
border: 1px solid #ccc; |
| 3525 |
padding: 8px; |
| 3526 |
display: flex; |
| 3527 |
} |
| 3528 |
|
| 3529 |
label.ays_poll_answer_icon:before, |
| 3530 |
label.ays_poll_answer_icon_radio:before, |
| 3531 |
label.ays_poll_answer_icon_checkbox:before{ |
| 3532 |
content: ""; |
| 3533 |
display: inline-block; |
| 3534 |
background: #ddd; |
| 3535 |
background-clip: content-box; |
| 3536 |
width: 20px; |
| 3537 |
height: 20px; |
| 3538 |
border: 3px solid #ccc; |
| 3539 |
padding: 3px 3px 3px 3px; |
| 3540 |
box-sizing: border-box; |
| 3541 |
transition: all .4s linear; |
| 3542 |
vertical-align: middle; |
| 3543 |
margin-right: 10px; |
| 3544 |
margin-bottom: 2px; |
| 3545 |
} |
| 3546 |
|
| 3547 |
label.ays_poll_answer_icon[for="poll_answer_icon_radio"]:before, |
| 3548 |
label.ays_poll_answer_icon_radio:before{ |
| 3549 |
border-radius: 50%; |
| 3550 |
} |
| 3551 |
|
| 3552 |
.ays_reset_answers_div{ |
| 3553 |
padding-left: 15px; |
| 3554 |
display: inline-block; |
| 3555 |
} |
| 3556 |
|
| 3557 |
.ays_poll_fa-list:before { |
| 3558 |
content: "\f022"; |
| 3559 |
} |
| 3560 |
|
| 3561 |
/*How to use Submenu Style Start*/ |
| 3562 |
|
| 3563 |
.ays-poll-faq-main{ |
| 3564 |
max-width: 800px; |
| 3565 |
margin: auto; |
| 3566 |
text-align: center; |
| 3567 |
} |
| 3568 |
.ays-poll-faq-main p{ |
| 3569 |
color: #3a546f; |
| 3570 |
font-size: 18px; |
| 3571 |
} |
| 3572 |
.ays-poll-faq-main ol{ |
| 3573 |
color: #3a546f; |
| 3574 |
} |
| 3575 |
div.wrap .ays-poll-wp-heading-inline{ |
| 3576 |
font-size: 27px; |
| 3577 |
color: #364150; |
| 3578 |
font-weight: 700; |
| 3579 |
letter-spacing: -1px; |
| 3580 |
} |
| 3581 |
.ays-poll-faq-main h2{ |
| 3582 |
color: inherit; |
| 3583 |
font-size: 22px; |
| 3584 |
font-weight: 400; |
| 3585 |
letter-spacing: -1px; |
| 3586 |
margin-bottom: 20px; |
| 3587 |
} |
| 3588 |
.ays-poll-p-container p{ |
| 3589 |
font-weight: 600; |
| 3590 |
} |
| 3591 |
.ays-poll-ol-container ol { |
| 3592 |
text-align: left; |
| 3593 |
} |
| 3594 |
.ays-poll-asked-questions .ays-pro-asked-question:first-child { |
| 3595 |
border-top: 1px solid #e5ecf6; |
| 3596 |
} |
| 3597 |
.ays-poll-asked-question { |
| 3598 |
margin: 0; |
| 3599 |
border-bottom: 2px solid #000; |
| 3600 |
} |
| 3601 |
.ays-poll-asked-question__header { |
| 3602 |
cursor: pointer; |
| 3603 |
display: -webkit-box; |
| 3604 |
display: -ms-flexbox; |
| 3605 |
display: flex; |
| 3606 |
-webkit-box-pack: justify; |
| 3607 |
-ms-flex-pack: justify; |
| 3608 |
justify-content: space-between; |
| 3609 |
align-items: center; |
| 3610 |
padding: 0 22px; |
| 3611 |
min-height: 50px; |
| 3612 |
} |
| 3613 |
.ays-poll-asked-question__title h4{ |
| 3614 |
font-size: 19px; |
| 3615 |
color: #364150; |
| 3616 |
} |
| 3617 |
.ays-poll-asked-question__body { |
| 3618 |
text-align: left; |
| 3619 |
color: #3a546f; |
| 3620 |
font-size: 18px; |
| 3621 |
max-height: 0; |
| 3622 |
overflow: hidden; |
| 3623 |
transition: max-height 0.2s ease-out; |
| 3624 |
padding: 0 22px; |
| 3625 |
} |
| 3626 |
.ays-poll-asked-question__arrow { |
| 3627 |
cursor: pointer; |
| 3628 |
display: -webkit-box; |
| 3629 |
display: -ms-flexbox; |
| 3630 |
display: flex; |
| 3631 |
-webkit-box-align: center; |
| 3632 |
-ms-flex-align: center; |
| 3633 |
align-items: center; |
| 3634 |
-webkit-box-pack: center; |
| 3635 |
-ms-flex-pack: center; |
| 3636 |
justify-content: center; |
| 3637 |
font-size: 10px; |
| 3638 |
background: #f7faff; |
| 3639 |
width: 20px; |
| 3640 |
height: 20px; |
| 3641 |
border-radius: 100%; |
| 3642 |
} |
| 3643 |
|
| 3644 |
.ays-poll-faq-main .ays-poll-faq-footer{ |
| 3645 |
font-size: 15px; |
| 3646 |
margin-top: 50px; |
| 3647 |
} |
| 3648 |
|
| 3649 |
/*How to use Submenu Style End*/ |
| 3650 |
|
| 3651 |
.ays_option_with_default_measurement_unit { |
| 3652 |
display: flex; |
| 3653 |
} |
| 3654 |
|
| 3655 |
.ays_option_default_measurement_unit { |
| 3656 |
margin-left: 15px; |
| 3657 |
} |
| 3658 |
|
| 3659 |
.ays_option_default_measurement_unit input { |
| 3660 |
display: inline-block; |
| 3661 |
width: 63.5px; |
| 3662 |
height: 40px; |
| 3663 |
text-align: center; |
| 3664 |
border: 1px solid rgba(34,36,38,.15); |
| 3665 |
border-radius: unset; |
| 3666 |
padding: 13px 13px 17px 13px; |
| 3667 |
} |
| 3668 |
|
| 3669 |
@-webkit-keyframes ays_poll_pulse { |
| 3670 |
from, |
| 3671 |
to { |
| 3672 |
-webkit-transform: scale3d(1, 1, 1); |
| 3673 |
transform: scale3d(1, 1, 1) |
| 3674 |
} |
| 3675 |
50% { |
| 3676 |
-webkit-transform: scale3d(1.2, 1.2, 1.2); |
| 3677 |
transform: scale3d(1.2, 1.2, 1.2) |
| 3678 |
} |
| 3679 |
} |
| 3680 |
|
| 3681 |
@-moz-keyframes ays_poll_pulse { |
| 3682 |
from, |
| 3683 |
to { |
| 3684 |
-webkit-transform: scale3d(1, 1, 1); |
| 3685 |
transform: scale3d(1, 1, 1) |
| 3686 |
} |
| 3687 |
50% { |
| 3688 |
-webkit-transform: scale3d(1.2, 1.2, 1.2); |
| 3689 |
transform: scale3d(1.2, 1.2, 1.2) |
| 3690 |
} |
| 3691 |
} |
| 3692 |
|
| 3693 |
@-ms-keyframes ays_poll_pulse { |
| 3694 |
from, |
| 3695 |
to { |
| 3696 |
-webkit-transform: scale3d(1, 1, 1); |
| 3697 |
transform: scale3d(1, 1, 1) |
| 3698 |
} |
| 3699 |
50% { |
| 3700 |
-webkit-transform: scale3d(1.2, 1.2, 1.2); |
| 3701 |
transform: scale3d(1.2, 1.2, 1.2) |
| 3702 |
} |
| 3703 |
} |
| 3704 |
|
| 3705 |
@keyframes ays_poll_pulse { |
| 3706 |
from, |
| 3707 |
to { |
| 3708 |
-webkit-transform: scale3d(1, 1, 1); |
| 3709 |
-moz-transform: scale3d(1, 1, 1); |
| 3710 |
-ms-transform: scale3d(1, 1, 1); |
| 3711 |
transform: scale3d(1, 1, 1) |
| 3712 |
} |
| 3713 |
50% { |
| 3714 |
-webkit-transform: scale3d(1.2, 1.2, 1.2); |
| 3715 |
-moz-transform: scale3d(1.2, 1.2, 1.2); |
| 3716 |
-ms-transform: scale3d(1.2, 1.2, 1.2); |
| 3717 |
transform: scale3d(1.2, 1.2, 1.2) |
| 3718 |
} |
| 3719 |
} |
| 3720 |
|
| 3721 |
.ays_poll_pulse { |
| 3722 |
-webkit-animation-name: ays_poll_pulse; |
| 3723 |
-moz-animation-name: ays_poll_pulse; |
| 3724 |
-ms-animation-name: ays_poll_pulse; |
| 3725 |
animation-name: ays_poll_pulse; |
| 3726 |
} |
| 3727 |
|
| 3728 |
.wrap h1.ays-poll-maker-wrapper{ |
| 3729 |
text-align: center; |
| 3730 |
font-size: 40px; |
| 3731 |
margin-bottom: 20px; |
| 3732 |
} |
| 3733 |
.ays_heart_beat i.ays_fa{ |
| 3734 |
color: red!important; |
| 3735 |
} |
| 3736 |
.ays_heart_beat { |
| 3737 |
font-size: 20px; |
| 3738 |
margin-left: 10px; |
| 3739 |
} |
| 3740 |
|
| 3741 |
.ays_poll_display_none{ |
| 3742 |
display: none; |
| 3743 |
} |
| 3744 |
|
| 3745 |
.swal2-container.swal2-shown{ |
| 3746 |
z-index: 10000; |
| 3747 |
} |
| 3748 |
|
| 3749 |
div.ays-poll-type-block{ |
| 3750 |
margin-bottom: 0; |
| 3751 |
/*overflow-x: auto;*/ |
| 3752 |
} |
| 3753 |
|
| 3754 |
div.ays-poll-answers-table-scroll-mobile { |
| 3755 |
overflow-x: auto; |
| 3756 |
} |
| 3757 |
|
| 3758 |
/* .ays_logo_container{ |
| 3759 |
display: flex; |
| 3760 |
padding: 0; |
| 3761 |
} */ |
| 3762 |
|
| 3763 |
.ays-poll-logo-image-container{ |
| 3764 |
display: flex; |
| 3765 |
} |
| 3766 |
|
| 3767 |
form#ays-poll-form .ays_live_logo_container{ |
| 3768 |
position: absolute; |
| 3769 |
left: 3px; |
| 3770 |
/* bottom: 3px; */ |
| 3771 |
text-align: left; |
| 3772 |
/* margin-bottom: 0px; */ |
| 3773 |
margin: 0; |
| 3774 |
padding-bottom: 3px; |
| 3775 |
} |
| 3776 |
|
| 3777 |
|
| 3778 |
.ays_logo_cont_image_on{ |
| 3779 |
padding-bottom: 50px; |
| 3780 |
position: relative; |
| 3781 |
} |
| 3782 |
|
| 3783 |
.display_none{ |
| 3784 |
display: none !important; |
| 3785 |
} |
| 3786 |
|
| 3787 |
div[class~='fade']:not(.show){ |
| 3788 |
opacity: 1; |
| 3789 |
} |
| 3790 |
|
| 3791 |
/* Our products, results page,*/ |
| 3792 |
label.ays_poll_loader { |
| 3793 |
margin-right: 5px; |
| 3794 |
border: 1px solid #ccc; |
| 3795 |
display: inline-flex; |
| 3796 |
align-items: center; |
| 3797 |
padding: 8px; |
| 3798 |
} |
| 3799 |
.ays_poll_loader { |
| 3800 |
margin-right: 5px; |
| 3801 |
border: 1px solid #ccc; |
| 3802 |
display: inline-flex; |
| 3803 |
align-items: center; |
| 3804 |
padding: 8px; |
| 3805 |
line-height: 25px; |
| 3806 |
} |
| 3807 |
|
| 3808 |
/*show results by*/ |
| 3809 |
div.ays_poll_loader_show_results_by label.ays_poll_check_label.form-check-label { |
| 3810 |
display: flex; |
| 3811 |
align-items: center; |
| 3812 |
} |
| 3813 |
|
| 3814 |
div.ays_poll_loader_show_results_by { |
| 3815 |
margin-right: 10px; |
| 3816 |
border: 1px solid #b3b3b3; |
| 3817 |
background: #fff; |
| 3818 |
display: inline-flex; |
| 3819 |
align-items: center; |
| 3820 |
padding: 10px 13.5px; |
| 3821 |
border-radius: 8px; |
| 3822 |
} |
| 3823 |
/*show results by end*/ |
| 3824 |
|
| 3825 |
/* .ays_poll_hidden_block_content.ays_divider_left { |
| 3826 |
padding-left: 20px; |
| 3827 |
} */ |
| 3828 |
|
| 3829 |
.ays_save_buttons_content{ |
| 3830 |
display: flex; |
| 3831 |
justify-content: space-between; |
| 3832 |
} |
| 3833 |
|
| 3834 |
@media screen and (max-width: 1300px) { |
| 3835 |
.ays_poll_block_with_hidden_row.ays_poll_result_view_type>div>div.col-sm-9 .form-group.row { |
| 3836 |
align-items: start; |
| 3837 |
flex-direction: column; |
| 3838 |
} |
| 3839 |
|
| 3840 |
.ays_poll_block_with_hidden_row.ays_poll_result_view_type>div>div.col-sm-9 .form-group.row>div { |
| 3841 |
max-width: 100%; |
| 3842 |
} |
| 3843 |
|
| 3844 |
.ays_poll_block_with_hidden_row.ays_poll_result_view_type>div>div.col-sm-9 .form-group.row>div.col-sm-8 { |
| 3845 |
padding-left: 15px !important; |
| 3846 |
margin-top: 20px; |
| 3847 |
} |
| 3848 |
} |
| 3849 |
|
| 3850 |
@media screen and (max-width: 1024px) { |
| 3851 |
|
| 3852 |
.ays_poll_block_with_hidden_row.ays_poll_result_view_type div.col-sm-10 div.form-group.row>div.col-sm-4>div { |
| 3853 |
justify-content: flex-start !important; |
| 3854 |
} |
| 3855 |
|
| 3856 |
.ays_poll_result_view_type .ays_poll_hidden_hr_content { |
| 3857 |
display: none !important; |
| 3858 |
} |
| 3859 |
|
| 3860 |
.ays_poll_block_with_hidden_row.ays_poll_result_view_type>.form-group.row>.col-sm-10>.form-group.row>.col-sm-4 { |
| 3861 |
margin-bottom: 20px; |
| 3862 |
} |
| 3863 |
} |
| 3864 |
|
| 3865 |
@media screen and (max-width: 782px) { |
| 3866 |
.ays_save_buttons_content{ |
| 3867 |
flex-direction: column; |
| 3868 |
align-items: center; |
| 3869 |
} |
| 3870 |
|
| 3871 |
#ays-poll-form.ays-poll-form .ays_save_buttons_content .ays_save_buttons_box_for_mobile#ays-save-buttons-box-for-mobile { |
| 3872 |
display: flex; |
| 3873 |
flex-direction: column; |
| 3874 |
} |
| 3875 |
|
| 3876 |
.ays_save_default_button_box { |
| 3877 |
display: flex; |
| 3878 |
flex-direction: column; |
| 3879 |
} |
| 3880 |
|
| 3881 |
.ays_save_as_default_content_for_mobile { |
| 3882 |
display: flex; |
| 3883 |
align-items: center; |
| 3884 |
} |
| 3885 |
|
| 3886 |
.col-sm-12.only_pro .form-check.form-check-inline.ays_poll_loader_show_results_by { |
| 3887 |
margin-bottom: 5px; |
| 3888 |
} |
| 3889 |
} |
| 3890 |
|
| 3891 |
.button.ays_default_btn{ |
| 3892 |
background-color: #ffa500; |
| 3893 |
color: #fffdfd; |
| 3894 |
border-color: #ffa500; |
| 3895 |
margin-right: 0; |
| 3896 |
margin-left: 10px; |
| 3897 |
opacity: 0.6; |
| 3898 |
} |
| 3899 |
|
| 3900 |
.button.ays_default_btn:focus, |
| 3901 |
.button.ays_default_btn:active, |
| 3902 |
.button.ays_default_btn:hover{ |
| 3903 |
background-color: #f59e00; |
| 3904 |
color: #fff; |
| 3905 |
border-color: #f59e00; |
| 3906 |
} |
| 3907 |
.button.ays_default_btn:focus{ |
| 3908 |
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #f59e00; |
| 3909 |
} |
| 3910 |
|
| 3911 |
div.ays_lb_container { |
| 3912 |
padding-top: 15px; |
| 3913 |
padding-bottom: 30px; |
| 3914 |
width: 100%; |
| 3915 |
} |
| 3916 |
ul.ays_lb_ul { |
| 3917 |
list-style-type: none; |
| 3918 |
margin: 0; |
| 3919 |
padding: 0; |
| 3920 |
font-size: 17px; |
| 3921 |
} |
| 3922 |
|
| 3923 |
li.ays_lb_li { |
| 3924 |
display: flex; |
| 3925 |
height: 40px; |
| 3926 |
align-items: center; |
| 3927 |
} |
| 3928 |
|
| 3929 |
.ays_lb_pos { |
| 3930 |
min-width: 40px; |
| 3931 |
width: auto; |
| 3932 |
text-align: center; |
| 3933 |
white-space: nowrap; |
| 3934 |
} |
| 3935 |
|
| 3936 |
.ays_lb_user { |
| 3937 |
width: 65%; |
| 3938 |
word-break: break-word; |
| 3939 |
padding-right: 3px; |
| 3940 |
} |
| 3941 |
.ays_lb_score { |
| 3942 |
width: 20%; |
| 3943 |
min-width: 75px; |
| 3944 |
text-align: right; |
| 3945 |
} |
| 3946 |
.ays_lb_duration { |
| 3947 |
width: 30%; |
| 3948 |
min-width: 100px; |
| 3949 |
text-align: right; |
| 3950 |
padding-right: 30px; |
| 3951 |
} |
| 3952 |
|
| 3953 |
li.ays_lb_li:nth-child(odd) { |
| 3954 |
background: #F6F8EF; |
| 3955 |
} |
| 3956 |
|
| 3957 |
li.ays_lb_li:first-child { |
| 3958 |
background: #99BB5A; |
| 3959 |
color: white; |
| 3960 |
} |
| 3961 |
|
| 3962 |
input.ays-poll-answer-results-short-input{ |
| 3963 |
width: 200px; |
| 3964 |
} |
| 3965 |
|
| 3966 |
hr.ays_hr_display_none{ |
| 3967 |
display: none; |
| 3968 |
} |
| 3969 |
|
| 3970 |
#ays_poll_default_cat + .select2.select2-container{ |
| 3971 |
width: 100% !important; |
| 3972 |
} |
| 3973 |
|
| 3974 |
#ays_poll_default_type + .select2.select2-container{ |
| 3975 |
width: 100% !important; |
| 3976 |
} |
| 3977 |
|
| 3978 |
/* Featured plugins */ |
| 3979 |
/*.card img{ |
| 3980 |
width: 128px; |
| 3981 |
margin: auto; |
| 3982 |
}*/ |
| 3983 |
|
| 3984 |
.coming-soon span { |
| 3985 |
font-size: 25px; |
| 3986 |
font-weight: 600; |
| 3987 |
background: -webkit-linear-gradient(19deg, #21D4FD 0%, #B721FF 100%); |
| 3988 |
-webkit-background-clip: text; |
| 3989 |
-webkit-text-fill-color: transparent; |
| 3990 |
} |
| 3991 |
|
| 3992 |
/*.card { |
| 3993 |
min-height: 380px; |
| 3994 |
}*/ |
| 3995 |
|
| 3996 |
div.ays_poll_types_pro{ |
| 3997 |
flex-wrap: wrap; |
| 3998 |
} |
| 3999 |
|
| 4000 |
div.ays_poll_types_pro .pro_features{ |
| 4001 |
width: 200px; |
| 4002 |
} |
| 4003 |
|
| 4004 |
div#ays_poll_answer_chart{ |
| 4005 |
margin-top: 15px; |
| 4006 |
} |
| 4007 |
|
| 4008 |
/* Ask a question box start */ |
| 4009 |
|
| 4010 |
div.ays_ask_question_content { |
| 4011 |
display: flex; |
| 4012 |
justify-content: flex-end; |
| 4013 |
position: fixed; |
| 4014 |
bottom: 10px; |
| 4015 |
right: 10px; |
| 4016 |
z-index: 99999; |
| 4017 |
} |
| 4018 |
|
| 4019 |
div.ays_ask_question_content .ays-ask-question-content-inner-hidden-text{ |
| 4020 |
position: absolute; |
| 4021 |
display: block; |
| 4022 |
/* display: inline-block; */ |
| 4023 |
opacity: 0; |
| 4024 |
padding: 7px; |
| 4025 |
font-size: 16px; |
| 4026 |
} |
| 4027 |
|
| 4028 |
div.ays_ask_question_content:hover .ays-ask-question-content-inner-hidden-text{ |
| 4029 |
opacity: 1; |
| 4030 |
display: inline-block; |
| 4031 |
position: static; |
| 4032 |
transition: .5s; |
| 4033 |
} |
| 4034 |
|
| 4035 |
div.ays_ask_question_content:hover .ays_poll_question_link{ |
| 4036 |
border-radius: 29px; |
| 4037 |
} |
| 4038 |
|
| 4039 |
div.ays_ask_question_content .ays-ask-question-content-inner-question-mark-text{ |
| 4040 |
padding: 8px; |
| 4041 |
background-color: white; |
| 4042 |
color: #258BB3; |
| 4043 |
border-radius: 50%; |
| 4044 |
display: inline-block; |
| 4045 |
} |
| 4046 |
|
| 4047 |
div.ays_ask_question_content_inner { |
| 4048 |
position: relative; |
| 4049 |
} |
| 4050 |
|
| 4051 |
a.ays_poll_question_link { |
| 4052 |
color: white; |
| 4053 |
font-weight: bold; |
| 4054 |
box-shadow: unset; |
| 4055 |
outline: none; |
| 4056 |
display: flex; |
| 4057 |
justify-content: center; |
| 4058 |
align-items: center; |
| 4059 |
text-align: center; |
| 4060 |
background-color: #258BB3; |
| 4061 |
border-radius: 50%; |
| 4062 |
bottom: 0; |
| 4063 |
right: 0; |
| 4064 |
font-size: 18px; |
| 4065 |
padding: 16px; |
| 4066 |
display: inline-block; |
| 4067 |
line-height: 0.5; |
| 4068 |
text-decoration: none !important; |
| 4069 |
} |
| 4070 |
|
| 4071 |
@media screen and (max-width: 640px){ |
| 4072 |
div.ays_ask_question_content{ |
| 4073 |
display: none; |
| 4074 |
} |
| 4075 |
} |
| 4076 |
|
| 4077 |
/* Ask a question box end */ |
| 4078 |
|
| 4079 |
div#ays_poll_dicount_banner a.ays-poll-sale-banner-link{ |
| 4080 |
cursor: pointer; |
| 4081 |
} |
| 4082 |
|
| 4083 |
div#ays_poll_dicount_banner a.ays-poll-sale-banner-link:focus{ |
| 4084 |
outline: none; |
| 4085 |
border: 0; |
| 4086 |
text-decoration: unset; |
| 4087 |
box-shadow: unset; |
| 4088 |
} |
| 4089 |
|
| 4090 |
span.ays_poll_small_hint_text { |
| 4091 |
font-style: italic; |
| 4092 |
color: gray; |
| 4093 |
display: inline-block; |
| 4094 |
font-size: 12px; |
| 4095 |
} |
| 4096 |
|
| 4097 |
.ays_poll_small_hint_text_for_message_variables { |
| 4098 |
font-style: italic; |
| 4099 |
font-size: 11px; |
| 4100 |
color: gray; |
| 4101 |
} |
| 4102 |
|
| 4103 |
input.ays-text-input-90-width { |
| 4104 |
width: 90px; |
| 4105 |
max-width: 100%; |
| 4106 |
} |
| 4107 |
|
| 4108 |
button.disabled-button{ |
| 4109 |
border: none; |
| 4110 |
font-size: 14px; |
| 4111 |
padding: 4px 6px 5px 8px; |
| 4112 |
background: #0073aa; |
| 4113 |
color: white; |
| 4114 |
opacity: 0.5; |
| 4115 |
} |
| 4116 |
|
| 4117 |
button.disabled-button:focus, |
| 4118 |
button.disabled-button:focus-visible { |
| 4119 |
outline: none; |
| 4120 |
border: none; |
| 4121 |
} |
| 4122 |
|
| 4123 |
.ays_poll_check_label{ |
| 4124 |
margin-right: 5px; |
| 4125 |
} |
| 4126 |
|
| 4127 |
.ays_poll_logo_image_main{ |
| 4128 |
object-fit: cover; |
| 4129 |
} |
| 4130 |
|
| 4131 |
span.ays_poll_small_hint_text { |
| 4132 |
font-style: italic; |
| 4133 |
color: gray; |
| 4134 |
display: block; |
| 4135 |
font-size: 12px; |
| 4136 |
} |
| 4137 |
|
| 4138 |
#ays_poll_buttons_size + .select2.select2-container{ |
| 4139 |
width: 250px !important; |
| 4140 |
} |
| 4141 |
|
| 4142 |
form#ays-poll-form p.ays-poll-subtitle-button{ |
| 4143 |
font-weight: 500; |
| 4144 |
} |
| 4145 |
|
| 4146 |
form#ays-poll-form .ays_poll_display_flex{ |
| 4147 |
display: flex; |
| 4148 |
justify-content: center; |
| 4149 |
align-items: center; |
| 4150 |
padding:8px 0px; |
| 4151 |
} |
| 4152 |
|
| 4153 |
form#ays-poll-form .ays_show_user_added{ |
| 4154 |
margin-left: 10px; |
| 4155 |
/* height: 1rem; |
| 4156 |
width: 1rem; */ |
| 4157 |
} |
| 4158 |
|
| 4159 |
|
| 4160 |
/* PRO FEATUERS */ |
| 4161 |
.ays-show-user-history-table-wrap, |
| 4162 |
.ays-poll-all-results-table-wrap { |
| 4163 |
border: 2px dashed #9E9E9E; |
| 4164 |
padding: 20px; |
| 4165 |
display: flex; |
| 4166 |
} |
| 4167 |
.ays-show-user-history-table, |
| 4168 |
.ays-poll-all-results-table { |
| 4169 |
height: 100%; |
| 4170 |
margin: 0; |
| 4171 |
} |
| 4172 |
|
| 4173 |
.ays-show-user-history-table .ays_user_history_sortable_placeholder, |
| 4174 |
.ays-poll-all-results-table li, |
| 4175 |
.ays-show-user-history-table li { |
| 4176 |
font-weight: normal !important; |
| 4177 |
font-size: 14px; |
| 4178 |
padding: 9px; |
| 4179 |
vertical-align: middle; |
| 4180 |
text-align: center; |
| 4181 |
margin-right: 10px; |
| 4182 |
cursor: move; |
| 4183 |
position: relative; |
| 4184 |
float: left; |
| 4185 |
} |
| 4186 |
|
| 4187 |
.ays-show-user-history-table li:last-child, |
| 4188 |
.ays-poll-all-results-table li:last-child { |
| 4189 |
clear: right; |
| 4190 |
} |
| 4191 |
|
| 4192 |
.ays-show-user-history-table li label, |
| 4193 |
.ays-poll-all-results-table li label { |
| 4194 |
margin-bottom: 0; |
| 4195 |
} |
| 4196 |
|
| 4197 |
.ays-show-user-history-table .ays_user_history_sortable_placeholder { |
| 4198 |
border: 1px dotted #aaa; |
| 4199 |
background-color: #ccc; |
| 4200 |
} |
| 4201 |
|
| 4202 |
ul.ays-show-user-history-table li.ays-user-history-option-row input[type=checkbox], |
| 4203 |
ul.ays-poll-all-results-table li.ays-poll-all-results-table-row input[type=checkbox] { |
| 4204 |
max-width: 1rem; |
| 4205 |
} |
| 4206 |
|
| 4207 |
div.ays_answer_font_size_box input.ays_answer_font_size, |
| 4208 |
div#ays-poll-border-side-box select#ays-poll-border-side, |
| 4209 |
div#ays-poll-border-side-box select#ays-poll-border-side + .select2.select2-container, |
| 4210 |
div#ays_poll_image_background_size_box select#ays_poll_image_background_size + .select2.select2-container |
| 4211 |
{ |
| 4212 |
width: 100% !important; |
| 4213 |
} |
| 4214 |
|
| 4215 |
|
| 4216 |
/* Scroll Bar */ |
| 4217 |
div.box-apm::-webkit-scrollbar { |
| 4218 |
width: 5px; |
| 4219 |
} |
| 4220 |
|
| 4221 |
div.box-apm::-webkit-scrollbar-track { |
| 4222 |
box-shadow: inset 0 0 5px grey; |
| 4223 |
border-radius: 10px; |
| 4224 |
} |
| 4225 |
|
| 4226 |
div.box-apm::-webkit-scrollbar-thumb { |
| 4227 |
background: #A8A8A8; |
| 4228 |
border-radius: 10px; |
| 4229 |
} |
| 4230 |
|
| 4231 |
div.box-apm::-webkit-scrollbar-thumb:hover { |
| 4232 |
background: #A8A8A8; |
| 4233 |
} |
| 4234 |
|
| 4235 |
|
| 4236 |
.ays-poll-general-settings-blockquote-ul > li { |
| 4237 |
border-bottom: 1px solid rgb(85 85 85 / 30%); |
| 4238 |
} |
| 4239 |
|
| 4240 |
.ays-poll-general-settings-blockquote-ul > li:last-child { |
| 4241 |
border-bottom: unset; |
| 4242 |
} |
| 4243 |
|
| 4244 |
.ays-poll-general-settings-ul { |
| 4245 |
padding-left: 40px; |
| 4246 |
list-style: circle; |
| 4247 |
} |
| 4248 |
|
| 4249 |
form#ays-poll-form div.apm-title-box h5{ |
| 4250 |
word-break: break-word; |
| 4251 |
word-wrap: break-word; |
| 4252 |
padding: 5px; |
| 4253 |
} |
| 4254 |
|
| 4255 |
select#ays_poll_title_alignment + span.select2-container, |
| 4256 |
select#ays_poll_title_alignment_mobile + span.select2-container { |
| 4257 |
width: 250px !important; |
| 4258 |
} |
| 4259 |
|
| 4260 |
form#ays-poll-form div.ays-poll-maker-text-live-preview{ |
| 4261 |
padding: 0 10px; |
| 4262 |
} |
| 4263 |
|
| 4264 |
form#ays-poll-form div.ays-poll-maker-text-live-preview input#ays_poll_text_type_short_live, |
| 4265 |
form#ays-poll-form div.ays-poll-maker-text-live-preview textarea#ays_poll_text_type_paragraph_live{ |
| 4266 |
background-color: #f3f5f7; |
| 4267 |
transition: .5s; |
| 4268 |
} |
| 4269 |
|
| 4270 |
form#ays-poll-form div.ays-poll-maker-text-live-preview textarea#ays_poll_text_type_paragraph_live{ |
| 4271 |
min-height: 120px; |
| 4272 |
width: 100%; |
| 4273 |
padding: 16px 0px 16px 16px; |
| 4274 |
overflow: hidden; |
| 4275 |
resize: none; |
| 4276 |
border: 0; |
| 4277 |
border-radius: 4px 4px 0 0; |
| 4278 |
box-shadow: unset; |
| 4279 |
outline: none; |
| 4280 |
} |
| 4281 |
|
| 4282 |
form#ays-poll-form div.ays-poll-maker-text-live-preview input#ays_poll_text_type_short_live{ |
| 4283 |
/* width: 60%; */ |
| 4284 |
height: 40px; |
| 4285 |
resize: none; |
| 4286 |
border: 0; |
| 4287 |
border-radius: 4px 4px 0 0; |
| 4288 |
box-shadow: unset; |
| 4289 |
outline: none; |
| 4290 |
} |
| 4291 |
|
| 4292 |
form#ays-poll-form div.ays-poll-maker-text-live-preview input#ays_poll_text_type_short_live:hover{ |
| 4293 |
background-color: #d8d8d8; |
| 4294 |
} |
| 4295 |
|
| 4296 |
form#ays-poll-form div.ays-poll-maker-text-live-preview textarea#ays_poll_text_type_paragraph_live:hover{ |
| 4297 |
background-color: #d8d8d8; |
| 4298 |
} |
| 4299 |
|
| 4300 |
div#wpbody div.wrap div.ays-poll-maker-htu-header{ |
| 4301 |
text-align: center; |
| 4302 |
clear: both; |
| 4303 |
} |
| 4304 |
|
| 4305 |
div#wpbody div.wrap div.ays-poll-maker-op-header{ |
| 4306 |
text-align: center; |
| 4307 |
} |
| 4308 |
|
| 4309 |
form#ays-poll-form .ays-poll-tab-content .wp-picker-container .iris-strip.iris-slider.iris-alpha-slider{ |
| 4310 |
margin-left: 7.8125px !important; |
| 4311 |
} |
| 4312 |
|
| 4313 |
.ays-poll-tabs-wrapper #tab4 blockquote span.ays-poll-blockquote-span { |
| 4314 |
font-weight: 600; |
| 4315 |
font-style: italic; |
| 4316 |
margin: 0; |
| 4317 |
} |
| 4318 |
|
| 4319 |
form#ays-poll-form select.ays_poll_select_short{ |
| 4320 |
width: 70px; |
| 4321 |
} |
| 4322 |
|
| 4323 |
form#ays-poll-form #ays_poll_text_type_width,form#ays-poll-form #ays_poll_text_type_placeholder{ |
| 4324 |
width: 100%; |
| 4325 |
height: 40px; |
| 4326 |
} |
| 4327 |
|
| 4328 |
form#ays-poll-form #ays_poll_question_image_object_fit{ |
| 4329 |
width: 250px; |
| 4330 |
} |
| 4331 |
|
| 4332 |
#poststuff .metabox-holder.ays-poll-maker-categories-list-tables th#polls, |
| 4333 |
#poststuff .metabox-holder.ays-poll-maker-categories-list-tables td.polls.column-polls{ |
| 4334 |
text-align: center; |
| 4335 |
} |
| 4336 |
/* Poll Responsive tabs start */ |
| 4337 |
div.ays-top-menu-wrapper { |
| 4338 |
position: relative; |
| 4339 |
display: flex; |
| 4340 |
align-items: center; |
| 4341 |
} |
| 4342 |
.ays_menu_left, |
| 4343 |
.ays_menu_right { |
| 4344 |
position: absolute; |
| 4345 |
cursor: pointer; |
| 4346 |
font-size: 16px; |
| 4347 |
height: 80%; |
| 4348 |
display: none; |
| 4349 |
align-items: center; |
| 4350 |
bottom: 0; |
| 4351 |
z-index: 3; |
| 4352 |
} |
| 4353 |
.ays_menu_left { |
| 4354 |
left: -10px; |
| 4355 |
padding-right: 20px; |
| 4356 |
padding-left: 2px; |
| 4357 |
} |
| 4358 |
.ays_menu_right { |
| 4359 |
right: -10px; |
| 4360 |
padding-left: 20px; |
| 4361 |
padding-right: 2px; |
| 4362 |
} |
| 4363 |
.ays_menu_left:hover { |
| 4364 |
background-image: linear-gradient(to right, #000 , transparent); |
| 4365 |
color: #ccc; |
| 4366 |
border-radius: 50% 0 0 50%; |
| 4367 |
} |
| 4368 |
.ays_menu_right:hover { |
| 4369 |
background-image: linear-gradient(to left, #000 , transparent); |
| 4370 |
color: #ccc; |
| 4371 |
border-radius: 0 50% 50% 0; |
| 4372 |
} |
| 4373 |
div.ays-top-menu-wrapper div.ays-top-menu { |
| 4374 |
overflow: hidden; |
| 4375 |
width: 98%; |
| 4376 |
margin: auto; |
| 4377 |
} |
| 4378 |
div.ays-top-menu-wrapper div.ays-top-menu div.ays-top-tab-wrapper { |
| 4379 |
display: flex; |
| 4380 |
flex-wrap: nowrap; |
| 4381 |
transform: translate(0); |
| 4382 |
transition: .5s ease-in-out; |
| 4383 |
padding-right: 7px; |
| 4384 |
/* width: fit-content; */ |
| 4385 |
width: 100%; |
| 4386 |
padding-bottom:4px; |
| 4387 |
padding-left:0.5rem; |
| 4388 |
} |
| 4389 |
/* Poll Responsive tabs end */ |
| 4390 |
|
| 4391 |
form#ays-poll-general-settings-form .ays-poll-message-variables-inputs{ |
| 4392 |
font-size: 16px; |
| 4393 |
height: 40px; |
| 4394 |
border-radius: 4px; |
| 4395 |
margin-top: 2px; |
| 4396 |
width: initial; |
| 4397 |
} |
| 4398 |
|
| 4399 |
/* Black Friday banner main page | Start */ |
| 4400 |
/* div#ays-poll-dicount-black-friday-month-main * { |
| 4401 |
color: #fff; |
| 4402 |
} |
| 4403 |
|
| 4404 |
div#ays-poll-dicount-black-friday-month-main div#ays-poll-dicount-black-friday-month a.ays-poll-sale-banner-link:focus { |
| 4405 |
outline: none; |
| 4406 |
box-shadow: 0; |
| 4407 |
} |
| 4408 |
|
| 4409 |
div#ays-poll-dicount-black-friday-month-main .btn-link { |
| 4410 |
font-weight: 400; |
| 4411 |
color: white; |
| 4412 |
background-color: transparent; |
| 4413 |
display: inline-block; |
| 4414 |
font-weight: 400; |
| 4415 |
text-align: center; |
| 4416 |
white-space: nowrap; |
| 4417 |
vertical-align: middle; |
| 4418 |
-webkit-user-select: none; |
| 4419 |
-moz-user-select: none; |
| 4420 |
-ms-user-select: none; |
| 4421 |
user-select: none; |
| 4422 |
border: 1px solid transparent; |
| 4423 |
padding: 0.375rem 0.75rem; |
| 4424 |
font-size: 12px; |
| 4425 |
line-height: 1.5; |
| 4426 |
border-radius: 0.25rem; |
| 4427 |
color: rgba(255, 255, 255, 0.6); |
| 4428 |
} |
| 4429 |
|
| 4430 |
div#ays-poll-dicount-black-friday-month-main.ays_poll_dicount_info { |
| 4431 |
background-image: linear-gradient(45deg, #1E101D, #C60AF4); |
| 4432 |
padding: unset; |
| 4433 |
border-left: 0; |
| 4434 |
} |
| 4435 |
|
| 4436 |
#ays-poll-dicount-black-friday-month-main .ays_poll_dicount_month { |
| 4437 |
position: relative; |
| 4438 |
background-image: url("../images/black-friday-plugins-background-image.webp"); |
| 4439 |
background-position: center right; |
| 4440 |
background-repeat: no-repeat; |
| 4441 |
background-size: 100%; |
| 4442 |
} |
| 4443 |
|
| 4444 |
#ays-poll-dicount-black-friday-month-main .ays_poll_dicount_month img { |
| 4445 |
width: 80px; |
| 4446 |
} |
| 4447 |
|
| 4448 |
#ays-poll-dicount-black-friday-month-main .ays-poll-sale-banner-link { |
| 4449 |
display: flex; |
| 4450 |
justify-content: center; |
| 4451 |
align-items: center; |
| 4452 |
width: 200px; |
| 4453 |
} |
| 4454 |
|
| 4455 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-button-sale { |
| 4456 |
font-style: normal; |
| 4457 |
font-weight: 600; |
| 4458 |
font-size: 24px; |
| 4459 |
text-align: center; |
| 4460 |
color: #B2FF00; |
| 4461 |
text-transform: uppercase; |
| 4462 |
} |
| 4463 |
|
| 4464 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box { |
| 4465 |
font-size:14px; |
| 4466 |
padding:12px; |
| 4467 |
text-align: center; |
| 4468 |
width: 50%; |
| 4469 |
white-space: nowrap; |
| 4470 |
} |
| 4471 |
|
| 4472 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box strong { |
| 4473 |
font-size: 17px; |
| 4474 |
font-weight: bold; |
| 4475 |
letter-spacing: 0.80px; |
| 4476 |
} |
| 4477 |
|
| 4478 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-color { |
| 4479 |
color: #971821; |
| 4480 |
} |
| 4481 |
|
| 4482 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-text-decoration { |
| 4483 |
text-decoration: underline; |
| 4484 |
} |
| 4485 |
|
| 4486 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box.ays-buy-now-button-box { |
| 4487 |
display: flex; |
| 4488 |
justify-content: flex-end; |
| 4489 |
align-items: center; |
| 4490 |
} |
| 4491 |
|
| 4492 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box.ays-buy-now-button-box { |
| 4493 |
width: 30%; |
| 4494 |
} |
| 4495 |
|
| 4496 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box .ays-button, |
| 4497 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box .ays-buy-now-button { |
| 4498 |
align-items: center; |
| 4499 |
font-weight: 500; |
| 4500 |
} |
| 4501 |
|
| 4502 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box .ays-buy-now-button { |
| 4503 |
background: #971821; |
| 4504 |
border-color: #fff; |
| 4505 |
display: flex; |
| 4506 |
justify-content: center; |
| 4507 |
align-items: center; |
| 4508 |
padding: 5px 15px; |
| 4509 |
font-size: 16px; |
| 4510 |
border-radius: 5px; |
| 4511 |
} |
| 4512 |
|
| 4513 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box .ays-buy-now-button:hover { |
| 4514 |
background: #7d161d; |
| 4515 |
border-color: #971821; |
| 4516 |
} |
| 4517 |
|
| 4518 |
#ays-poll-dicount-black-friday-month-main #ays-poll-dismiss-buttons-content{ |
| 4519 |
display: flex; |
| 4520 |
justify-content: center; |
| 4521 |
} |
| 4522 |
|
| 4523 |
#ays-poll-dicount-black-friday-month-main #ays-poll-dismiss-buttons-content .ays-button{ |
| 4524 |
margin: 0 !important; |
| 4525 |
font-size: 13px; |
| 4526 |
font-size: 13px; |
| 4527 |
color: #969393b0; |
| 4528 |
} |
| 4529 |
|
| 4530 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-opacity-box { |
| 4531 |
width: 19%; |
| 4532 |
} |
| 4533 |
|
| 4534 |
#ays-poll-dicount-black-friday-month-main .ays-buy-now-opacity-button { |
| 4535 |
padding: 40px 15px; |
| 4536 |
display: flex; |
| 4537 |
justify-content: center; |
| 4538 |
align-items: center; |
| 4539 |
opacity: 0; |
| 4540 |
} |
| 4541 |
|
| 4542 |
#ays-poll-countdown-main-container .ays-poll-countdown-container { |
| 4543 |
margin: 0 auto; |
| 4544 |
text-align: center; |
| 4545 |
} |
| 4546 |
|
| 4547 |
#ays-poll-countdown-main-container #ays-poll-countdown-headline { |
| 4548 |
font-weight: normal; |
| 4549 |
letter-spacing: .125rem; |
| 4550 |
text-transform: uppercase; |
| 4551 |
font-weight: bolder; |
| 4552 |
|
| 4553 |
font-size: 18px; |
| 4554 |
font-weight: 400; |
| 4555 |
margin: 0; |
| 4556 |
padding: 9px 0 4px 0; |
| 4557 |
line-height: 1.3; |
| 4558 |
} |
| 4559 |
#ays-poll-countdown-main-container li, |
| 4560 |
#ays-poll-countdown-main-container ul { |
| 4561 |
margin: 0; |
| 4562 |
font-weight: 600; |
| 4563 |
} |
| 4564 |
|
| 4565 |
#ays-poll-countdown-main-container li { |
| 4566 |
display: inline-block; |
| 4567 |
font-size: 10px; |
| 4568 |
list-style-type: none; |
| 4569 |
padding: 10px; |
| 4570 |
text-transform: uppercase; |
| 4571 |
} |
| 4572 |
#ays-poll-countdown-main-container li span { |
| 4573 |
display: block; |
| 4574 |
font-size: 22px; |
| 4575 |
} |
| 4576 |
|
| 4577 |
#ays-poll-countdown-main-container .emoji { |
| 4578 |
display: none; |
| 4579 |
padding: 1rem; |
| 4580 |
} |
| 4581 |
|
| 4582 |
#ays-poll-countdown-main-container .emoji span { |
| 4583 |
font-size: 25px; |
| 4584 |
padding: 0 .5rem; |
| 4585 |
} |
| 4586 |
|
| 4587 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-box { |
| 4588 |
display: flex; |
| 4589 |
justify-content: space-between; |
| 4590 |
align-items: center; |
| 4591 |
width: 95%; |
| 4592 |
margin: auto; |
| 4593 |
} |
| 4594 |
|
| 4595 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-title-row { |
| 4596 |
text-align: center; |
| 4597 |
padding-right: 50px; |
| 4598 |
font-style: normal; |
| 4599 |
font-weight: 900; |
| 4600 |
font-size: 19px; |
| 4601 |
color: #FFFFFF; |
| 4602 |
} |
| 4603 |
|
| 4604 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-button-buy-now { |
| 4605 |
border: none; |
| 4606 |
outline: none; |
| 4607 |
padding: 10px 20px; |
| 4608 |
font-size: 22px; |
| 4609 |
text-transform: uppercase; |
| 4610 |
font-weight: bold; |
| 4611 |
text-decoration: none; |
| 4612 |
background: linear-gradient(180deg, #DD0BEF 0%, #82008D 100%); |
| 4613 |
border-radius: 16px; |
| 4614 |
} |
| 4615 |
|
| 4616 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-text-row { |
| 4617 |
text-transform: uppercase; |
| 4618 |
text-shadow: -1.5px 0 #dd0bef, 0 1.5px #dd0bef, 1.5px 0 #dd0bef, 0 -1.5px #dd0bef; |
| 4619 |
font-weight: 900; |
| 4620 |
font-style: normal; |
| 4621 |
font-size: 40px; |
| 4622 |
line-height: 40px; |
| 4623 |
color: #FFFFFF; |
| 4624 |
} |
| 4625 |
|
| 4626 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-text-box { |
| 4627 |
position: absolute; |
| 4628 |
width: 25%; |
| 4629 |
top: 10px; |
| 4630 |
bottom: 0; |
| 4631 |
right: 0; |
| 4632 |
left: 0; |
| 4633 |
margin: 0 auto; |
| 4634 |
} |
| 4635 |
|
| 4636 |
@media screen and (max-width: 1400px) and (min-width: 1200px){ |
| 4637 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-title-row { |
| 4638 |
font-size: 15px; |
| 4639 |
} |
| 4640 |
|
| 4641 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-text-row { |
| 4642 |
font-size: 27px; |
| 4643 |
} |
| 4644 |
|
| 4645 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-box { |
| 4646 |
width: 100%; |
| 4647 |
} |
| 4648 |
|
| 4649 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-button-buy-now { |
| 4650 |
font-size: 13px; |
| 4651 |
} |
| 4652 |
|
| 4653 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box-80{ |
| 4654 |
width: 80% !important; |
| 4655 |
} |
| 4656 |
} |
| 4657 |
|
| 4658 |
@media all and (max-width: 1200px) { |
| 4659 |
div#ays-poll-dicount-black-friday-month-main .ays_poll_dicount_month{ |
| 4660 |
background: unset; |
| 4661 |
} |
| 4662 |
|
| 4663 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-title-row { |
| 4664 |
font-size: 25px; |
| 4665 |
} |
| 4666 |
|
| 4667 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-text-row { |
| 4668 |
font-size: 30px; |
| 4669 |
} |
| 4670 |
|
| 4671 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-box { |
| 4672 |
width: 100%; |
| 4673 |
} |
| 4674 |
|
| 4675 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-button-buy-now { |
| 4676 |
font-size: 15px; |
| 4677 |
} |
| 4678 |
|
| 4679 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box-80{ |
| 4680 |
width: 80% !important; |
| 4681 |
} |
| 4682 |
} |
| 4683 |
|
| 4684 |
@media all and (max-width: 1200px) and (min-width: 1000px) { |
| 4685 |
|
| 4686 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-title-row { |
| 4687 |
font-size: 15px; |
| 4688 |
} |
| 4689 |
|
| 4690 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-button-buy-now { |
| 4691 |
font-size: 10px; |
| 4692 |
} |
| 4693 |
} |
| 4694 |
|
| 4695 |
@media all and (max-width: 1100px) { |
| 4696 |
#ays-poll-countdown-main-container li { |
| 4697 |
font-size: 9px; |
| 4698 |
} |
| 4699 |
} |
| 4700 |
|
| 4701 |
@media all and (max-width: 1000px) { |
| 4702 |
div#ays-poll-countdown-main-container li { |
| 4703 |
font-size: 8px; |
| 4704 |
} |
| 4705 |
|
| 4706 |
div#ays-poll-countdown-main-container li span{ |
| 4707 |
font-size: 20px; |
| 4708 |
} |
| 4709 |
|
| 4710 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-button-buy-now { |
| 4711 |
padding: 10px 18px; |
| 4712 |
font-size: 12px; |
| 4713 |
} |
| 4714 |
|
| 4715 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box-80{ |
| 4716 |
width: 80% !important; |
| 4717 |
} |
| 4718 |
} |
| 4719 |
|
| 4720 |
@media all and (max-width: 995px) { |
| 4721 |
|
| 4722 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-box { |
| 4723 |
flex-direction: column; |
| 4724 |
} |
| 4725 |
|
| 4726 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-title-row{ |
| 4727 |
font-size: 23px; |
| 4728 |
} |
| 4729 |
|
| 4730 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box { |
| 4731 |
white-space: unset; |
| 4732 |
} |
| 4733 |
|
| 4734 |
div#ays-poll-dicount-black-friday-month-main .ays_poll_dicount_month { |
| 4735 |
padding: 20px; |
| 4736 |
} |
| 4737 |
|
| 4738 |
div#ays-poll-dicount-black-friday-month-main { |
| 4739 |
padding-right: 0; |
| 4740 |
} |
| 4741 |
div#ays-poll-dicount-black-friday-month-main .ays_poll_dicount_month{ |
| 4742 |
display: flex; |
| 4743 |
align-items: center; |
| 4744 |
justify-content: space-between; |
| 4745 |
align-content: center; |
| 4746 |
flex-wrap: wrap; |
| 4747 |
flex-direction: column; |
| 4748 |
padding: 10px 0; |
| 4749 |
} |
| 4750 |
|
| 4751 |
div#ays-poll-dicount-black-friday-month-main div.ays-poll-dicount-black-friday-wrap-box { |
| 4752 |
width: 100% !important; |
| 4753 |
text-align: center; |
| 4754 |
} |
| 4755 |
|
| 4756 |
div#ays-poll-dicount-black-friday-month-main #ays-poll-countdown-main-container ul, |
| 4757 |
#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-title-row { |
| 4758 |
padding: 0; |
| 4759 |
} |
| 4760 |
|
| 4761 |
div#ays-poll-countdown-main-container li { |
| 4762 |
font-size: 15px; |
| 4763 |
} |
| 4764 |
|
| 4765 |
div#ays-poll-countdown-main-container li span { |
| 4766 |
font-size: 25px; |
| 4767 |
} |
| 4768 |
|
| 4769 |
div#ays-poll-dicount-black-friday-month-main div.ays-poll-dicount-black-friday-wrap-text-box { |
| 4770 |
position: unset; |
| 4771 |
} |
| 4772 |
|
| 4773 |
#ays-poll-countdown-main-container #ays-poll-countdown-headline { |
| 4774 |
font-size: 15px; |
| 4775 |
font-weight: 600; |
| 4776 |
} |
| 4777 |
|
| 4778 |
#ays-poll-countdown-main-container ul { |
| 4779 |
font-weight: 500; |
| 4780 |
} |
| 4781 |
|
| 4782 |
#ays-poll-countdown-main-container li span { |
| 4783 |
font-size: 20px; |
| 4784 |
} |
| 4785 |
|
| 4786 |
#ays-poll-dicount-black-friday-month-main .ays-button{ |
| 4787 |
margin: 0 auto !important; |
| 4788 |
} |
| 4789 |
|
| 4790 |
div#ays-poll-dicount-black-friday-month-main.poll.notice { |
| 4791 |
background-position: bottom right; |
| 4792 |
background-repeat: no-repeat; |
| 4793 |
background-size: contain; |
| 4794 |
display: flex; |
| 4795 |
justify-content: center; |
| 4796 |
background-image: linear-gradient(45deg, #1E101D, #C60AF4); |
| 4797 |
} |
| 4798 |
|
| 4799 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box.ays-buy-now-button-box { |
| 4800 |
justify-content: center; |
| 4801 |
} |
| 4802 |
|
| 4803 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-wrap-box .ays-buy-now-button { |
| 4804 |
font-size: 14px; |
| 4805 |
padding: 5px 10px; |
| 4806 |
} |
| 4807 |
|
| 4808 |
div#ays-poll-dicount-black-friday-month-main .ays-poll-dicount-black-friday-button-buy-now { |
| 4809 |
padding: 10px 18px; |
| 4810 |
font-size: 15px; |
| 4811 |
} |
| 4812 |
} */ |
| 4813 |
/* Black Friday banner main page | End */ |
| 4814 |
|
| 4815 |
|
| 4816 |
/* 2024 | Christmas top banner | Start */ |
| 4817 |
|
| 4818 |
/* div#ays-poll-christmas-top-bundle-dicount-month-main { |
| 4819 |
border: 0; |
| 4820 |
background: #FFF; |
| 4821 |
border-radius: 20px; |
| 4822 |
box-shadow: unset; |
| 4823 |
position: relative; |
| 4824 |
z-index: 1; |
| 4825 |
min-height: 80px; |
| 4826 |
} |
| 4827 |
div#ays-poll-christmas-top-bundle-dicount-month-main.ays_poll_dicount_info button { |
| 4828 |
display: flex; |
| 4829 |
align-items: center; |
| 4830 |
} |
| 4831 |
|
| 4832 |
div#ays-poll-christmas-top-bundle-dicount-month-main div#ays-poll-dicount-month a.ays-poll-sale-banner-link:focus { |
| 4833 |
outline: none; |
| 4834 |
box-shadow: 0; |
| 4835 |
} |
| 4836 |
|
| 4837 |
div#ays-poll-christmas-top-bundle-dicount-month-main .btn-link { |
| 4838 |
font-weight: 400; |
| 4839 |
color: #007bff; |
| 4840 |
background-color: transparent; |
| 4841 |
display: inline-block; |
| 4842 |
font-weight: 400; |
| 4843 |
text-align: center; |
| 4844 |
white-space: nowrap; |
| 4845 |
vertical-align: middle; |
| 4846 |
-webkit-user-select: none; |
| 4847 |
-moz-user-select: none; |
| 4848 |
-ms-user-select: none; |
| 4849 |
user-select: none; |
| 4850 |
border: 1px solid transparent; |
| 4851 |
padding: .375rem .75rem; |
| 4852 |
font-size: 1rem; |
| 4853 |
line-height: 1.5; |
| 4854 |
border-radius: .25rem |
| 4855 |
} |
| 4856 |
|
| 4857 |
div#ays-poll-christmas-top-bundle-dicount-month-main.ays_poll_dicount_info { |
| 4858 |
background-image: url("../images/ays-poll-popup-banner-christmas-bg-image.svg"); |
| 4859 |
background-position: center right; |
| 4860 |
background-repeat: no-repeat; |
| 4861 |
background-size: cover; |
| 4862 |
background-color: #F6ECE3; |
| 4863 |
} |
| 4864 |
|
| 4865 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays_poll_dicount_month { |
| 4866 |
display: flex; |
| 4867 |
align-items: center; |
| 4868 |
justify-content: space-between; |
| 4869 |
color: #A42F29; |
| 4870 |
} |
| 4871 |
|
| 4872 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays_poll_dicount_month img { |
| 4873 |
width: 80px; |
| 4874 |
} |
| 4875 |
|
| 4876 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-sale-banner-link { |
| 4877 |
display: flex; |
| 4878 |
justify-content: center; |
| 4879 |
align-items: center; |
| 4880 |
width: 200px; |
| 4881 |
} |
| 4882 |
|
| 4883 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box { |
| 4884 |
font-size:14px; |
| 4885 |
padding:12px; |
| 4886 |
text-align: center; |
| 4887 |
} |
| 4888 |
|
| 4889 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 4890 |
text-align: left; |
| 4891 |
width: 30%; |
| 4892 |
display: flex; |
| 4893 |
justify-content: space-around; |
| 4894 |
align-items: flex-start; |
| 4895 |
text-align: center; |
| 4896 |
} |
| 4897 |
|
| 4898 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 4899 |
width: 30%; |
| 4900 |
display: flex; |
| 4901 |
justify-content: center; |
| 4902 |
align-items: center; |
| 4903 |
} |
| 4904 |
|
| 4905 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-button-box { |
| 4906 |
width: 20%; |
| 4907 |
display: flex; |
| 4908 |
justify-content: center; |
| 4909 |
align-items: center; |
| 4910 |
flex-direction: column; |
| 4911 |
} |
| 4912 |
|
| 4913 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box .ays-poll-christmas-top-bundle-title { |
| 4914 |
display: inline-block; |
| 4915 |
color: #FDFDFD; |
| 4916 |
font-style: normal; |
| 4917 |
font-weight: 600; |
| 4918 |
line-height: normal; |
| 4919 |
} |
| 4920 |
|
| 4921 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box .ays-poll-christmas-top-bundle-title .ays-poll-christmas-top-bundle-title-link { |
| 4922 |
font-style: normal; |
| 4923 |
font-weight: 700; |
| 4924 |
font-size: 32px; |
| 4925 |
line-height: 39px; |
| 4926 |
text-align: center; |
| 4927 |
text-transform: uppercase; |
| 4928 |
letter-spacing: 0.13em; |
| 4929 |
color: #A42F29; |
| 4930 |
} |
| 4931 |
|
| 4932 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box .ays-poll-christmas-top-bundle-desc { |
| 4933 |
display: inline-block; |
| 4934 |
font-style: normal; |
| 4935 |
font-weight: 700; |
| 4936 |
font-size: 32px; |
| 4937 |
line-height: normal; |
| 4938 |
text-align: center; |
| 4939 |
letter-spacing: 0.13em; |
| 4940 |
color: #A42F29; |
| 4941 |
text-transform: uppercase; |
| 4942 |
} |
| 4943 |
|
| 4944 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-christmas-top-bundle-coupon-row { |
| 4945 |
box-sizing: border-box; |
| 4946 |
display: flex; |
| 4947 |
flex-direction: row; |
| 4948 |
justify-content: center; |
| 4949 |
align-items: center; |
| 4950 |
padding: 10px; |
| 4951 |
font-size: 22px; |
| 4952 |
background: #FCFAF8; |
| 4953 |
border: 2px dotted #A42F29; |
| 4954 |
border-radius: 25px; |
| 4955 |
margin-bottom: 5px; |
| 4956 |
font-weight: 700; |
| 4957 |
} |
| 4958 |
|
| 4959 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-christmas-top-bundle-text-row { |
| 4960 |
font-weight: 500; |
| 4961 |
} |
| 4962 |
|
| 4963 |
|
| 4964 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 4965 |
font-size: 17px; |
| 4966 |
font-weight: bold; |
| 4967 |
letter-spacing: 0.80px; |
| 4968 |
} |
| 4969 |
|
| 4970 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-color { |
| 4971 |
color: #971821; |
| 4972 |
} |
| 4973 |
|
| 4974 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-text-decoration { |
| 4975 |
text-decoration: underline; |
| 4976 |
} |
| 4977 |
|
| 4978 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 4979 |
display: flex; |
| 4980 |
justify-content: flex-end; |
| 4981 |
align-items: center; |
| 4982 |
} |
| 4983 |
|
| 4984 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 4985 |
width: 30%; |
| 4986 |
} |
| 4987 |
|
| 4988 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box .ays-button, |
| 4989 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 4990 |
align-items: center; |
| 4991 |
font-weight: 500; |
| 4992 |
} |
| 4993 |
|
| 4994 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 4995 |
background: #971821; |
| 4996 |
border-color: #fff; |
| 4997 |
display: flex; |
| 4998 |
justify-content: center; |
| 4999 |
align-items: center; |
| 5000 |
padding: 5px 15px; |
| 5001 |
font-size: 16px; |
| 5002 |
border-radius: 5px; |
| 5003 |
} |
| 5004 |
|
| 5005 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button:hover { |
| 5006 |
background: #7d161d; |
| 5007 |
border-color: #971821; |
| 5008 |
} |
| 5009 |
|
| 5010 |
#ays-poll-christmas-top-bundle-dicount-month-main #ays-poll-dismiss-buttons-content{ |
| 5011 |
display: flex; |
| 5012 |
justify-content: center; |
| 5013 |
} |
| 5014 |
|
| 5015 |
#ays-poll-christmas-top-bundle-dicount-month-main #ays-poll-dismiss-buttons-content .ays-button{ |
| 5016 |
margin: 0 !important; |
| 5017 |
font-size: 13px; |
| 5018 |
font-size: 13px; |
| 5019 |
color: #A42F29; |
| 5020 |
} |
| 5021 |
|
| 5022 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-opacity-box { |
| 5023 |
width: 19%; |
| 5024 |
} |
| 5025 |
|
| 5026 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-buy-now-opacity-button { |
| 5027 |
padding: 40px 15px; |
| 5028 |
display: flex; |
| 5029 |
justify-content: center; |
| 5030 |
align-items: center; |
| 5031 |
opacity: 0; |
| 5032 |
} |
| 5033 |
|
| 5034 |
#ays-poll-maker-countdown-main-container .ays-poll-maker-countdown-container { |
| 5035 |
margin: 0 auto; |
| 5036 |
text-align: center; |
| 5037 |
font-weight: 500; |
| 5038 |
} |
| 5039 |
|
| 5040 |
#ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 5041 |
font-weight: normal; |
| 5042 |
letter-spacing: .125rem; |
| 5043 |
text-transform: uppercase; |
| 5044 |
font-weight: bolder; |
| 5045 |
font-size: 18px; |
| 5046 |
font-weight: 400; |
| 5047 |
margin: 0; |
| 5048 |
padding: 9px 0 4px 0; |
| 5049 |
line-height: 1.3; |
| 5050 |
} |
| 5051 |
#ays-poll-maker-countdown-main-container li, |
| 5052 |
#ays-poll-maker-countdown-main-container ul { |
| 5053 |
margin: 0; |
| 5054 |
} |
| 5055 |
|
| 5056 |
#ays-poll-maker-countdown-main-container li { |
| 5057 |
display: inline-block; |
| 5058 |
font-size: 14px; |
| 5059 |
list-style-type: none; |
| 5060 |
padding: 14px; |
| 5061 |
text-transform: lowercase; |
| 5062 |
} |
| 5063 |
|
| 5064 |
#ays-poll-maker-countdown-main-container li span { |
| 5065 |
display: flex; |
| 5066 |
justify-content: center; |
| 5067 |
align-items: center; |
| 5068 |
font-size: 30px; |
| 5069 |
min-height: 50px; |
| 5070 |
min-width: 50px; |
| 5071 |
background: #FFFFFF; |
| 5072 |
border: 1px solid #A42F29; |
| 5073 |
border-radius: 4px; |
| 5074 |
box-shadow: 0px 1px 1px #A42F29; |
| 5075 |
} |
| 5076 |
|
| 5077 |
#ays-poll-maker-countdown-main-container .emoji { |
| 5078 |
display: none; |
| 5079 |
padding: 1rem; |
| 5080 |
} |
| 5081 |
|
| 5082 |
#ays-poll-maker-countdown-main-container .emoji span { |
| 5083 |
font-size: 30px; |
| 5084 |
padding: 0 .5rem; |
| 5085 |
} |
| 5086 |
|
| 5087 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box li { |
| 5088 |
position: relative; |
| 5089 |
} |
| 5090 |
|
| 5091 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box li span:after { |
| 5092 |
content: ":"; |
| 5093 |
color: #A42F29; |
| 5094 |
position: absolute; |
| 5095 |
top: 10px; |
| 5096 |
right: -5px; |
| 5097 |
font-size: 40px; |
| 5098 |
|
| 5099 |
} |
| 5100 |
|
| 5101 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box li span#ays-poll-countdown-seconds:after { |
| 5102 |
content: unset; |
| 5103 |
} |
| 5104 |
|
| 5105 |
#ays-poll-christmas-top-bundle-dicount-month-main #ays-button-top-buy-now { |
| 5106 |
display: flex; |
| 5107 |
align-items: center; |
| 5108 |
padding: 12px 32px; |
| 5109 |
color: #FFF; |
| 5110 |
font-size: 15px; |
| 5111 |
font-style: normal; |
| 5112 |
line-height: normal; |
| 5113 |
margin: 0 !important; |
| 5114 |
background: #A42F29; |
| 5115 |
border: 1px solid #A42F29; |
| 5116 |
box-shadow: 0px 0px 4px #A42F29; |
| 5117 |
border-radius: 4px; |
| 5118 |
transition: all 0.3s; |
| 5119 |
} |
| 5120 |
|
| 5121 |
#ays-poll-christmas-top-bundle-dicount-month-main #ays-button-top-buy-now:hover { |
| 5122 |
background-color: #FF7F66; |
| 5123 |
border: 1px solid #fff; |
| 5124 |
} |
| 5125 |
|
| 5126 |
div#ays-poll-christmas-top-bundle-dicount-month-main button.notice-dismiss:before{ |
| 5127 |
color: #A42F29; |
| 5128 |
content: "\f00d"; |
| 5129 |
font-family: "Font Awesome 5 Free"; |
| 5130 |
font-size: 22px; |
| 5131 |
font-weight: 900; |
| 5132 |
} |
| 5133 |
|
| 5134 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-christmas-top-bundle-guaranteeicon { |
| 5135 |
width: 30px; |
| 5136 |
margin-right: 5px; |
| 5137 |
} |
| 5138 |
|
| 5139 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-one-time-text { |
| 5140 |
color: #A42F29; |
| 5141 |
font-size: 12px; |
| 5142 |
font-style: normal; |
| 5143 |
font-weight: 600; |
| 5144 |
line-height: normal; |
| 5145 |
} |
| 5146 |
|
| 5147 |
|
| 5148 |
@media all and (max-width: 768px) { |
| 5149 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-christmas-top-bundle-coupon-row { |
| 5150 |
max-width: 50%; |
| 5151 |
margin: 0 auto; |
| 5152 |
} |
| 5153 |
|
| 5154 |
div#ays-poll-christmas-top-bundle-dicount-month-main { |
| 5155 |
padding-right: 0; |
| 5156 |
} |
| 5157 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays_poll_dicount_month{ |
| 5158 |
display: flex; |
| 5159 |
align-items: center; |
| 5160 |
justify-content: space-between; |
| 5161 |
align-content: center; |
| 5162 |
flex-wrap: wrap; |
| 5163 |
flex-direction: column; |
| 5164 |
padding: 10px 0; |
| 5165 |
} |
| 5166 |
|
| 5167 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box { |
| 5168 |
width: 100% !important; |
| 5169 |
text-align: center; |
| 5170 |
} |
| 5171 |
|
| 5172 |
#ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 5173 |
font-size: 15px; |
| 5174 |
font-weight: 600; |
| 5175 |
} |
| 5176 |
|
| 5177 |
#ays-poll-maker-countdown-main-container ul { |
| 5178 |
font-weight: 500; |
| 5179 |
} |
| 5180 |
|
| 5181 |
#ays-poll-maker-countdown-main-container li span { |
| 5182 |
font-size: 35px; |
| 5183 |
min-height: 57px; |
| 5184 |
min-width: 55px; |
| 5185 |
} |
| 5186 |
|
| 5187 |
div#ays-poll-maker-countdown-main-container li { |
| 5188 |
padding: 10px; |
| 5189 |
} |
| 5190 |
|
| 5191 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-christmas-top-bundle-mobile-image-display-none { |
| 5192 |
display: none !important; |
| 5193 |
} |
| 5194 |
|
| 5195 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-christmas-top-bundle-mobile-image-display-block { |
| 5196 |
display: block !important; |
| 5197 |
margin-top: 5px; |
| 5198 |
} |
| 5199 |
|
| 5200 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 5201 |
width: 100% !important; |
| 5202 |
text-align: center; |
| 5203 |
flex-direction: column; |
| 5204 |
margin-top: 20px; |
| 5205 |
justify-content: center; |
| 5206 |
align-items: center; |
| 5207 |
} |
| 5208 |
|
| 5209 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box li span:after { |
| 5210 |
top: unset; |
| 5211 |
} |
| 5212 |
|
| 5213 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 5214 |
width: 100%; |
| 5215 |
display: flex; |
| 5216 |
justify-content: center; |
| 5217 |
align-items: center; |
| 5218 |
} |
| 5219 |
|
| 5220 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-button{ |
| 5221 |
margin: 0 auto !important; |
| 5222 |
} |
| 5223 |
|
| 5224 |
div#ays-poll-christmas-top-bundle-dicount-month-main.ays_poll_dicount_info.notice { |
| 5225 |
background-position: bottom right; |
| 5226 |
background-repeat: no-repeat; |
| 5227 |
background-size: cover; |
| 5228 |
border-radius: 10px; |
| 5229 |
} |
| 5230 |
|
| 5231 |
#ays-poll-christmas-top-bundle-dicount-month-main #ays-poll-dismiss-buttons-content .ays-button { |
| 5232 |
padding-left: unset !important; |
| 5233 |
} |
| 5234 |
|
| 5235 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 5236 |
justify-content: center; |
| 5237 |
} |
| 5238 |
|
| 5239 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 5240 |
font-size: 14px; |
| 5241 |
padding: 5px 10px; |
| 5242 |
} |
| 5243 |
|
| 5244 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-buy-now-opacity-button { |
| 5245 |
display: none; |
| 5246 |
} |
| 5247 |
|
| 5248 |
#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dismiss-buttons-container-for-form{ |
| 5249 |
position: static !important; |
| 5250 |
} |
| 5251 |
|
| 5252 |
.comparison .product img { |
| 5253 |
width: 70px; |
| 5254 |
} |
| 5255 |
|
| 5256 |
.ays-poll-features-wrap .comparison a.price-buy{ |
| 5257 |
padding: 8px 5px; |
| 5258 |
font-size: 11px; |
| 5259 |
} |
| 5260 |
} |
| 5261 |
|
| 5262 |
@media screen and (max-width: 1305px) and (min-width: 768px){ |
| 5263 |
div#ays-poll-christmas-top-bundle-dicount-month-main.ays_poll_dicount_info.notice { |
| 5264 |
background-position: bottom right; |
| 5265 |
background-repeat: no-repeat; |
| 5266 |
background-size: cover; |
| 5267 |
} |
| 5268 |
|
| 5269 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 5270 |
font-size: 15px; |
| 5271 |
} |
| 5272 |
|
| 5273 |
#ays-poll-maker-countdown-main-container li { |
| 5274 |
font-size: 11px; |
| 5275 |
} |
| 5276 |
|
| 5277 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-opacity-box { |
| 5278 |
display: none; |
| 5279 |
} |
| 5280 |
} |
| 5281 |
|
| 5282 |
@media screen and (max-width: 1680px) and (min-width: 1551px){ |
| 5283 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 5284 |
width: 29%; |
| 5285 |
} |
| 5286 |
|
| 5287 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 5288 |
width: 30%; |
| 5289 |
} |
| 5290 |
} |
| 5291 |
|
| 5292 |
@media screen and (max-width: 1550px) and (min-width: 1400px){ |
| 5293 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 5294 |
width: 31%; |
| 5295 |
} |
| 5296 |
|
| 5297 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 5298 |
width: 35%; |
| 5299 |
} |
| 5300 |
} |
| 5301 |
|
| 5302 |
@media screen and (max-width: 1400px) and (min-width: 1200px){ |
| 5303 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 5304 |
width: 35%; |
| 5305 |
} |
| 5306 |
|
| 5307 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 5308 |
width: 40%; |
| 5309 |
} |
| 5310 |
|
| 5311 |
div#ays-poll-maker-countdown-main-container li span { |
| 5312 |
font-size: 30px; |
| 5313 |
min-height: 50px; |
| 5314 |
min-width: 50px; |
| 5315 |
} |
| 5316 |
} |
| 5317 |
|
| 5318 |
@media screen and (max-width: 1200px) and (min-width: 769px){ |
| 5319 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 5320 |
width: 45%; |
| 5321 |
} |
| 5322 |
|
| 5323 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 5324 |
width: 35%; |
| 5325 |
} |
| 5326 |
|
| 5327 |
div#ays-poll-maker-countdown-main-container li span { |
| 5328 |
font-size: 30px; |
| 5329 |
min-height: 50px; |
| 5330 |
min-width: 50px; |
| 5331 |
} |
| 5332 |
} |
| 5333 |
|
| 5334 |
@media screen and (max-width: 1200px) and (max-width: 1200px){ |
| 5335 |
div#ays-poll-christmas-top-bundle-dicount-month-main .ays_poll_dicount_month { |
| 5336 |
flex-wrap: wrap; |
| 5337 |
justify-content: space-around; |
| 5338 |
} |
| 5339 |
} */ |
| 5340 |
/* 2024 | Christmas top banner | End */ |
| 5341 |
|
| 5342 |
|
| 5343 |
/* Sale buttom banner | Start */ |
| 5344 |
|
| 5345 |
.ays-poll-general-bundle-container { |
| 5346 |
padding: 20px 20px; |
| 5347 |
color: #000; |
| 5348 |
border-radius: 5px; |
| 5349 |
width: 100%; |
| 5350 |
margin-right: auto; |
| 5351 |
margin-left: auto; |
| 5352 |
background-image: url(../images/winter-backround-bundle.png); |
| 5353 |
background-position: center center; |
| 5354 |
background-size: contain; |
| 5355 |
/* background-color: #191919; */ |
| 5356 |
background-repeat: no-repeat; |
| 5357 |
} |
| 5358 |
|
| 5359 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-box { |
| 5360 |
display: flex; |
| 5361 |
justify-content: flex-end; |
| 5362 |
align-items: center; |
| 5363 |
} |
| 5364 |
|
| 5365 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-row { |
| 5366 |
text-align: center; |
| 5367 |
margin-right: 40px; |
| 5368 |
} |
| 5369 |
|
| 5370 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-image-row img { |
| 5371 |
height: 130px; |
| 5372 |
} |
| 5373 |
|
| 5374 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-color { |
| 5375 |
color: #971821; |
| 5376 |
} |
| 5377 |
|
| 5378 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-text { |
| 5379 |
font-size: 25px; |
| 5380 |
font-weight: 700; |
| 5381 |
color: #fff; |
| 5382 |
} |
| 5383 |
|
| 5384 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-text > span{ |
| 5385 |
color: #971821; |
| 5386 |
} |
| 5387 |
|
| 5388 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-sale-text { |
| 5389 |
font-size: 20px; |
| 5390 |
font-weight: 700; |
| 5391 |
color: #971821; |
| 5392 |
} |
| 5393 |
|
| 5394 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-row p { |
| 5395 |
font-weight: 500; |
| 5396 |
color: #fff; |
| 5397 |
} |
| 5398 |
|
| 5399 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-button { |
| 5400 |
background-color: #971821; |
| 5401 |
border-color: #fff; |
| 5402 |
display: flex; |
| 5403 |
justify-content: center; |
| 5404 |
align-items: center; |
| 5405 |
padding: 5px 15px; |
| 5406 |
font-size: 16px; |
| 5407 |
color: #fff !important; |
| 5408 |
text-decoration: none !important; |
| 5409 |
text-shadow: none; |
| 5410 |
font-weight: 900; |
| 5411 |
|
| 5412 |
line-height: 2.15384615; |
| 5413 |
min-height: 30px; |
| 5414 |
margin: 0; |
| 5415 |
cursor: pointer; |
| 5416 |
border-width: 1px; |
| 5417 |
border-style: solid; |
| 5418 |
-webkit-appearance: none; |
| 5419 |
border-radius: 3px; |
| 5420 |
white-space: nowrap; |
| 5421 |
box-sizing: border-box; |
| 5422 |
} |
| 5423 |
|
| 5424 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-link-color { |
| 5425 |
color: #971821 !important; |
| 5426 |
} |
| 5427 |
|
| 5428 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-sale-text { |
| 5429 |
text-decoration: underline; |
| 5430 |
} |
| 5431 |
|
| 5432 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-button:hover { |
| 5433 |
background-color: #7d161d; |
| 5434 |
border-color: #971821; |
| 5435 |
} |
| 5436 |
|
| 5437 |
@media screen and (max-width: 1400px) { |
| 5438 |
div.ays-poll-general-bundle-container { |
| 5439 |
background-image: linear-gradient(90deg, #7ec9da, #1586a1); |
| 5440 |
background-position: top center; |
| 5441 |
background-size: cover; |
| 5442 |
} |
| 5443 |
div.ays-poll-general-bundle-container .ays-poll-general-bundle-box { |
| 5444 |
flex-wrap: wrap; |
| 5445 |
justify-content: center;; |
| 5446 |
} |
| 5447 |
|
| 5448 |
div.ays-poll-general-bundle-row div.ays-poll-general-bundle-text{ |
| 5449 |
font-size: 20px; |
| 5450 |
} |
| 5451 |
|
| 5452 |
div.ays-poll-general-bundle-container .ays-poll-general-bundle-button { |
| 5453 |
font-size: 13px; |
| 5454 |
} |
| 5455 |
|
| 5456 |
div.ays-poll-general-bundle-container .ays-poll-general-bundle-sale-text { |
| 5457 |
font-size: 19px; |
| 5458 |
} |
| 5459 |
|
| 5460 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-row p{ |
| 5461 |
margin: 0; |
| 5462 |
} |
| 5463 |
} |
| 5464 |
@media screen and (max-width: 768px) { |
| 5465 |
.ays-poll-general-bundle-container .ays-poll-general-bundle-row { |
| 5466 |
margin: 10px 0; |
| 5467 |
} |
| 5468 |
|
| 5469 |
div.ays-poll-general-bundle-container { |
| 5470 |
background-image: linear-gradient(180deg, #7ec9da, #1586a1); |
| 5471 |
} |
| 5472 |
} |
| 5473 |
|
| 5474 |
/* Sale buttom banner | End */ |
| 5475 |
|
| 5476 |
@media screen and (max-width: 782px) { |
| 5477 |
#ays-poll-general-settings-form input.ays-text-input, |
| 5478 |
#ays-poll-general-settings-form .ays-show-user-page-table .ays_user_page_sortable_placeholder, |
| 5479 |
#ays-poll-general-settings-form .ays-show-user-page-table li { |
| 5480 |
width: 100%; |
| 5481 |
} |
| 5482 |
|
| 5483 |
#ays-poll-general-settings-form * { |
| 5484 |
word-break: break-word; |
| 5485 |
font-size: 14px; |
| 5486 |
} |
| 5487 |
|
| 5488 |
#ays-poll-general-settings-form .select2-selection--multiple { |
| 5489 |
min-width: unset; |
| 5490 |
} |
| 5491 |
|
| 5492 |
#ays-poll-general-settings-form .ays-poll-user-roles { |
| 5493 |
padding: unset; |
| 5494 |
} |
| 5495 |
|
| 5496 |
#ays-poll-general-settings-form .select2-container--default .select2-selection--multiple .select2-selection__choice { |
| 5497 |
font-size: 15px; |
| 5498 |
} |
| 5499 |
|
| 5500 |
#ays-poll-general-settings-form .ays-show-user-page-table-wrap { |
| 5501 |
padding: 10px; |
| 5502 |
} |
| 5503 |
|
| 5504 |
#ays-poll-general-settings-form .wp-color-result-text{ |
| 5505 |
padding: 4px; |
| 5506 |
font-size: 10px; |
| 5507 |
} |
| 5508 |
|
| 5509 |
#ays-poll-general-settings-form .wp-picker-container .wp-color-result.button { |
| 5510 |
padding: 0 0 0 25px; |
| 5511 |
} |
| 5512 |
|
| 5513 |
#ays-poll-general-settings-form img.ays_integration_logo { |
| 5514 |
width: 35px; |
| 5515 |
height: auto; |
| 5516 |
} |
| 5517 |
|
| 5518 |
#ays-poll-general-settings-form legend strong, |
| 5519 |
#ays-poll-general-settings-form legend strong i { |
| 5520 |
font-size: 20px; |
| 5521 |
} |
| 5522 |
|
| 5523 |
#ays-poll-general-settings-form #tab3 legend > strong { |
| 5524 |
font-size: 20px !important; |
| 5525 |
} |
| 5526 |
|
| 5527 |
#ays-poll-general-settings-form input[type=radio]{ |
| 5528 |
height: 1rem; |
| 5529 |
width: 1rem; |
| 5530 |
} |
| 5531 |
|
| 5532 |
#ays-poll-general-settings-form .ays-settings-wrapper { |
| 5533 |
display: block; |
| 5534 |
} |
| 5535 |
|
| 5536 |
#ays-poll-general-settings-form .ays-settings-wrapper > div { |
| 5537 |
margin-bottom: 20px; |
| 5538 |
} |
| 5539 |
|
| 5540 |
#ays-poll-general-settings-form .ays-settings-wrapper .nav-tab-wrapper { |
| 5541 |
margin: 0; |
| 5542 |
} |
| 5543 |
|
| 5544 |
#ays-poll-general-settings-form .ays-settings-form-save-button-wrap { |
| 5545 |
position: fixed; |
| 5546 |
padding: 10px 0px; |
| 5547 |
left: 0; |
| 5548 |
bottom: 0; |
| 5549 |
width: 100%; |
| 5550 |
background-color: #f1f1f1; |
| 5551 |
text-align: center; |
| 5552 |
z-index: 99999; |
| 5553 |
} |
| 5554 |
} |
| 5555 |
|
| 5556 |
.ays-settings-form-save-button-wrap { |
| 5557 |
position:sticky; |
| 5558 |
padding:15px 0px; |
| 5559 |
bottom:0; |
| 5560 |
} |
| 5561 |
|
| 5562 |
/* Winter Sale Banner | Start */ |
| 5563 |
|
| 5564 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box { |
| 5565 |
/* color: #fff; */ |
| 5566 |
/*color: #0041B8;*/ |
| 5567 |
} |
| 5568 |
|
| 5569 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main #ays-poll-dismiss-buttons-content{ |
| 5570 |
display: flex; |
| 5571 |
justify-content: center; |
| 5572 |
} |
| 5573 |
|
| 5574 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main #ays-poll-dismiss-buttons-content .ays-button{ |
| 5575 |
margin: 0; |
| 5576 |
font-size: 13px; |
| 5577 |
color: #969393b0; |
| 5578 |
} |
| 5579 |
|
| 5580 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main #ays-poll-dismiss-buttons-content{ |
| 5581 |
display: block; |
| 5582 |
} |
| 5583 |
|
| 5584 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main { |
| 5585 |
border: 1px solid #E5E5E5; |
| 5586 |
background: #FFF; |
| 5587 |
border-radius: 6px; |
| 5588 |
box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%); |
| 5589 |
position: relative; |
| 5590 |
z-index: 1; |
| 5591 |
min-height: 80px; |
| 5592 |
} |
| 5593 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main.ays_pb_dicount_info button { |
| 5594 |
display: flex; |
| 5595 |
align-items: center; |
| 5596 |
} |
| 5597 |
|
| 5598 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main div#ays-poll-dicount-month a.ays-poll-sale-banner-link:focus { |
| 5599 |
outline: none; |
| 5600 |
box-shadow: 0; |
| 5601 |
} |
| 5602 |
|
| 5603 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main .btn-link { |
| 5604 |
font-weight: 400; |
| 5605 |
color: #007bff; |
| 5606 |
background-color: transparent; |
| 5607 |
display: inline-block; |
| 5608 |
font-weight: 400; |
| 5609 |
text-align: center; |
| 5610 |
white-space: nowrap; |
| 5611 |
vertical-align: middle; |
| 5612 |
-webkit-user-select: none; |
| 5613 |
-moz-user-select: none; |
| 5614 |
-ms-user-select: none; |
| 5615 |
user-select: none; |
| 5616 |
border: 1px solid transparent; |
| 5617 |
padding: .375rem .75rem; |
| 5618 |
font-size: 1rem; |
| 5619 |
line-height: 1.5; |
| 5620 |
border-radius: .25rem |
| 5621 |
} |
| 5622 |
|
| 5623 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main.ays_poll_dicount_info { |
| 5624 |
background-image: url(../images/mega_bundle.jpg); |
| 5625 |
background-position: center right; |
| 5626 |
background-repeat: no-repeat; |
| 5627 |
background-size: cover; |
| 5628 |
border: 0; |
| 5629 |
/*height: 198px;*/ |
| 5630 |
background-image: linear-gradient(45deg, #dbdbdb, transparent); |
| 5631 |
} |
| 5632 |
|
| 5633 |
/*div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main .ays_poll_dicount_month { |
| 5634 |
display: flex; |
| 5635 |
align-items: end; |
| 5636 |
justify-content: space-between; |
| 5637 |
height: 100%; |
| 5638 |
}*/ |
| 5639 |
|
| 5640 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main .ays-poll-sale-banner-link { |
| 5641 |
display: flex; |
| 5642 |
justify-content: center; |
| 5643 |
align-items: center; |
| 5644 |
width: 200px; |
| 5645 |
} |
| 5646 |
|
| 5647 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main .ays-poll-dicount-wrap-box { |
| 5648 |
font-size:14px; |
| 5649 |
padding: 16px; |
| 5650 |
text-align: center; |
| 5651 |
width: 50%; |
| 5652 |
} |
| 5653 |
|
| 5654 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 5655 |
font-size: 17px; |
| 5656 |
font-weight: bold; |
| 5657 |
letter-spacing: 0.80px; |
| 5658 |
} |
| 5659 |
|
| 5660 |
/*div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main .ays-button{ |
| 5661 |
margin: 6px auto; |
| 5662 |
display: flex; |
| 5663 |
align-items: center; |
| 5664 |
font-weight: 500; |
| 5665 |
padding: 5px 15px; |
| 5666 |
background-color: #3340ca; |
| 5667 |
border-color: #267bff; |
| 5668 |
font-size: 16px; |
| 5669 |
}*/ |
| 5670 |
|
| 5671 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main #ays-poll-button-top-buy-now:hover { |
| 5672 |
background-color: #222eaa; |
| 5673 |
border-color: #222eaa; |
| 5674 |
} |
| 5675 |
|
| 5676 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main .ays-poll-dicount-wrap-color { |
| 5677 |
color: #007bff; |
| 5678 |
} |
| 5679 |
|
| 5680 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main .ays-poll-dicount-wrap-text-decoration { |
| 5681 |
text-decoration: underline; |
| 5682 |
} |
| 5683 |
|
| 5684 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container .ays-poll-maker-countdown-container { |
| 5685 |
/* color: #333; */ |
| 5686 |
margin: 0 auto; |
| 5687 |
text-align: center; |
| 5688 |
} |
| 5689 |
|
| 5690 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 5691 |
font-weight: normal; |
| 5692 |
letter-spacing: .125rem; |
| 5693 |
text-transform: uppercase; |
| 5694 |
font-weight: bolder; |
| 5695 |
|
| 5696 |
font-size: 18px; |
| 5697 |
font-weight: 400; |
| 5698 |
margin: 0; |
| 5699 |
padding: 9px 0 4px 0; |
| 5700 |
line-height: 1.3; |
| 5701 |
} |
| 5702 |
|
| 5703 |
/*div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container #ays-poll-countdown { |
| 5704 |
font-weight: 600; |
| 5705 |
color: #fff; |
| 5706 |
}*/ |
| 5707 |
|
| 5708 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container ul { |
| 5709 |
margin: 0; |
| 5710 |
} |
| 5711 |
|
| 5712 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container li { |
| 5713 |
display: inline-block; |
| 5714 |
font-size: 14px; |
| 5715 |
list-style-type: none; |
| 5716 |
padding: 14px; |
| 5717 |
text-transform: uppercase; |
| 5718 |
} |
| 5719 |
|
| 5720 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container li span { |
| 5721 |
display: block; |
| 5722 |
font-size: 40px; |
| 5723 |
line-height: 1.4em; |
| 5724 |
} |
| 5725 |
|
| 5726 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container .emoji { |
| 5727 |
display: none; |
| 5728 |
padding: 1rem; |
| 5729 |
} |
| 5730 |
|
| 5731 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container .emoji span { |
| 5732 |
font-size: 50px; |
| 5733 |
padding: 0 .5rem; |
| 5734 |
} |
| 5735 |
|
| 5736 |
@media screen and (max-width: 1305px){ |
| 5737 |
|
| 5738 |
div#ays-poll-dicount-month-main.ays_poll_dicount_info { |
| 5739 |
/* background-image: url(../images/christmas_bundle_2.png) !important; */ |
| 5740 |
/* background-position: bottom right; |
| 5741 |
background-repeat: no-repeat; |
| 5742 |
background-size: cover; |
| 5743 |
background-color: #191919; |
| 5744 |
background-size: 20%; */ |
| 5745 |
height: unset !important; |
| 5746 |
} |
| 5747 |
|
| 5748 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main .ays_poll_dicount_month{ |
| 5749 |
height: unset !important; |
| 5750 |
} |
| 5751 |
|
| 5752 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main .ays_poll_dicount_month{ |
| 5753 |
align-items: center; |
| 5754 |
} |
| 5755 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container #ays-poll-countdown { |
| 5756 |
font-weight: 700; |
| 5757 |
color: #4A382E; |
| 5758 |
} |
| 5759 |
|
| 5760 |
} |
| 5761 |
|
| 5762 |
@media all and (max-width: 768px) { |
| 5763 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main { |
| 5764 |
padding-right: 0; |
| 5765 |
} |
| 5766 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main .ays_poll_dicount_month{ |
| 5767 |
display: flex; |
| 5768 |
align-items: center; |
| 5769 |
justify-content: space-between; |
| 5770 |
align-content: center; |
| 5771 |
flex-wrap: wrap; |
| 5772 |
flex-direction: column; |
| 5773 |
padding: 10px 0; |
| 5774 |
} |
| 5775 |
|
| 5776 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box { |
| 5777 |
width: 100%; |
| 5778 |
text-align: center; |
| 5779 |
} |
| 5780 |
|
| 5781 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 5782 |
font-size: 15px; |
| 5783 |
font-weight: 600; |
| 5784 |
} |
| 5785 |
|
| 5786 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container ul { |
| 5787 |
font-weight: 500; |
| 5788 |
} |
| 5789 |
|
| 5790 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container li span { |
| 5791 |
font-size: 20px; |
| 5792 |
} |
| 5793 |
|
| 5794 |
div#ays-poll-winter-dicount-main #ays-poll-dicount-month-main .ays-button{ |
| 5795 |
margin: 0 auto !important; |
| 5796 |
} |
| 5797 |
|
| 5798 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main.ays_poll_dicount_info.notice { |
| 5799 |
background-size: cover; |
| 5800 |
} |
| 5801 |
|
| 5802 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 5803 |
font-weight: bolder; |
| 5804 |
} |
| 5805 |
|
| 5806 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main #ays-poll-button-top-buy-now { |
| 5807 |
font-size: 14px; |
| 5808 |
padding: 5px 10px; |
| 5809 |
} |
| 5810 |
|
| 5811 |
div#ays-poll-winter-dicount-main .comparison .product img { |
| 5812 |
width: 70px; |
| 5813 |
} |
| 5814 |
|
| 5815 |
.ays-poll-features-wrap .comparison a.price-buy{ |
| 5816 |
padding: 8px 5px; |
| 5817 |
font-size: 11px; |
| 5818 |
} |
| 5819 |
|
| 5820 |
div#ays-poll-winter-dicount-main div#ays-poll-dicount-month-main.ays_poll_dicount_info{ |
| 5821 |
/* background-image: unset !important; */ |
| 5822 |
background-image: linear-gradient(45deg, #dbdbdb, transparent); |
| 5823 |
/* background-position: bottom right; */ |
| 5824 |
/* background-repeat: no-repeat; */ |
| 5825 |
/* background-size: cover; */ |
| 5826 |
/* background-color: #cb2a2a; */ |
| 5827 |
} |
| 5828 |
|
| 5829 |
div#ays-poll-winter-dicount-main #ays-poll-maker-countdown-main-container #ays-poll-countdown { |
| 5830 |
/* font-weight: 600; */ |
| 5831 |
color: #000; |
| 5832 |
} |
| 5833 |
} |
| 5834 |
|
| 5835 |
/* Winter Sale Banner | End */ |
| 5836 |
|
| 5837 |
/* table.wp-list-table.polls th#poll_image { |
| 5838 |
width: 100px; |
| 5839 |
max-width: 100%; |
| 5840 |
} */ |
| 5841 |
|
| 5842 |
a.ays-poll-image-list-table-link-column { |
| 5843 |
-webkit-box-shadow: none; |
| 5844 |
box-shadow: none; |
| 5845 |
text-decoration: none; |
| 5846 |
} |
| 5847 |
|
| 5848 |
img.ays-poll-image-list-table-img-column { |
| 5849 |
max-width:60px; |
| 5850 |
width: 60px; |
| 5851 |
height: 60px; |
| 5852 |
object-fit: cover; |
| 5853 |
} |
| 5854 |
|
| 5855 |
/* Sale Banner | Start */ |
| 5856 |
|
| 5857 |
/*div#ays-poll-dicount-month-main.ays_poll_dicount_info { |
| 5858 |
background-image: linear-gradient(45deg, #dbdbdb, transparent);COMMENT THIS LATER AFTER OPEN AGAIN |
| 5859 |
background-image: url(../images/mega_bundle_logo_background.jpg); |
| 5860 |
background-position: center right; |
| 5861 |
background-repeat: no-repeat; |
| 5862 |
background-size: cover; |
| 5863 |
background-color: #191919;COMMENT THIS LATER AFTER OPEN AGAIN |
| 5864 |
} |
| 5865 |
|
| 5866 |
#ays-poll-dicount-month-main .ays_poll_dicount_month { |
| 5867 |
display: flex; |
| 5868 |
align-items: center; |
| 5869 |
justify-content: space-between; |
| 5870 |
} |
| 5871 |
|
| 5872 |
#ays-poll-dicount-month-main .ays-poll-sale-banner-link { |
| 5873 |
display: flex; |
| 5874 |
justify-content: center; |
| 5875 |
align-items: center; |
| 5876 |
width: 200px; |
| 5877 |
} |
| 5878 |
|
| 5879 |
#ays-poll-dicount-month-main .ays-poll-sale-banner-link img { |
| 5880 |
width: 80px; |
| 5881 |
} |
| 5882 |
|
| 5883 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box { |
| 5884 |
font-size:14px; |
| 5885 |
padding:12px;COMMENT THIS LATER AFTER OPEN AGAIN |
| 5886 |
text-align: center; |
| 5887 |
width: 50%; |
| 5888 |
color: #009688; |
| 5889 |
} |
| 5890 |
|
| 5891 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 5892 |
font-size: 17px; |
| 5893 |
font-weight: bold; |
| 5894 |
letter-spacing: 0.80px; |
| 5895 |
} |
| 5896 |
|
| 5897 |
#ays-poll-dicount-month-main .ays-button{ |
| 5898 |
margin: 0 auto !important;COMMENT THIS LATER AFTER OPEN AGAIN |
| 5899 |
display: flex; |
| 5900 |
align-items: center; |
| 5901 |
font-weight: 500; |
| 5902 |
padding: 5px 35px; |
| 5903 |
background-color: #5561a3; |
| 5904 |
border-color: #5561a3; |
| 5905 |
font-size: 16px; |
| 5906 |
border-radius: 41px 150px 128px 140px / 75px 53px 38px 42px; |
| 5907 |
} |
| 5908 |
|
| 5909 |
#ays-poll-dicount-month-main #ays-poll-button-top-buy-now:hover { |
| 5910 |
background-color: #5561a3; |
| 5911 |
border-color: #5561a3; |
| 5912 |
} |
| 5913 |
|
| 5914 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-color { |
| 5915 |
color: #5561a3; |
| 5916 |
} |
| 5917 |
|
| 5918 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-text-decoration { |
| 5919 |
text-decoration: underline; |
| 5920 |
} |
| 5921 |
|
| 5922 |
#ays-poll-countdown-main-container .ays-poll-countdown-container { |
| 5923 |
color: #fff; |
| 5924 |
margin: 0 auto; |
| 5925 |
text-align: center; |
| 5926 |
} |
| 5927 |
|
| 5928 |
#ays-poll-dicount-month-main .ays-poll-btn-form { |
| 5929 |
display: flex; |
| 5930 |
justify-content: center; |
| 5931 |
align-items: center; |
| 5932 |
} |
| 5933 |
|
| 5934 |
div#ays-poll-dicount-month-main.ays_poll_dicount_info button { |
| 5935 |
background-color: unset; |
| 5936 |
border: unset; |
| 5937 |
color: #5561a3; |
| 5938 |
} |
| 5939 |
|
| 5940 |
#ays-poll-countdown-main-container #ays-poll-countdown-headline { |
| 5941 |
font-weight: normal; |
| 5942 |
letter-spacing: .125rem; |
| 5943 |
text-transform: uppercase; |
| 5944 |
font-weight: bolder; |
| 5945 |
|
| 5946 |
font-size: 18px; |
| 5947 |
font-weight: 400; |
| 5948 |
margin: 0; |
| 5949 |
padding: 9px 0 4px 0; |
| 5950 |
line-height: 1.3; |
| 5951 |
} |
| 5952 |
|
| 5953 |
#ays-poll-countdown-main-container #ays-poll-countdown { |
| 5954 |
font-weight: 600; |
| 5955 |
} |
| 5956 |
|
| 5957 |
#ays-poll-countdown-main-container ul { |
| 5958 |
margin: 0; |
| 5959 |
} |
| 5960 |
|
| 5961 |
#ays-poll-countdown-main-container li { |
| 5962 |
display: inline-block; |
| 5963 |
font-size: 14px; |
| 5964 |
list-style-type: none; |
| 5965 |
padding: 14px; |
| 5966 |
text-transform: uppercase; |
| 5967 |
} |
| 5968 |
|
| 5969 |
#ays-poll-countdown-main-container li span { |
| 5970 |
display: block; |
| 5971 |
font-size: 40px; |
| 5972 |
line-height: 1.4em; |
| 5973 |
height: 56px; |
| 5974 |
} |
| 5975 |
|
| 5976 |
#ays-poll-countdown-main-container .emoji { |
| 5977 |
display: none; |
| 5978 |
padding: 1rem; |
| 5979 |
} |
| 5980 |
|
| 5981 |
#ays-poll-countdown-main-container .emoji span { |
| 5982 |
font-size: 50px; |
| 5983 |
padding: 0 .5rem; |
| 5984 |
} |
| 5985 |
|
| 5986 |
@media all and (max-width: 768px) { |
| 5987 |
div#ays-poll-dicount-month-main { |
| 5988 |
padding-right: 0; |
| 5989 |
} |
| 5990 |
div#ays-poll-dicount-month-main .ays_poll_dicount_month{ |
| 5991 |
display: flex; |
| 5992 |
align-items: center; |
| 5993 |
justify-content: space-between; |
| 5994 |
align-content: center; |
| 5995 |
flex-wrap: wrap; |
| 5996 |
flex-direction: column; |
| 5997 |
padding: 10px 0; |
| 5998 |
} |
| 5999 |
|
| 6000 |
div#ays-poll-dicount-month-main img{ |
| 6001 |
width: 100px; |
| 6002 |
} |
| 6003 |
|
| 6004 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box { |
| 6005 |
width: 100%; |
| 6006 |
text-align: center;COMMENT THIS LATER AFTER OPEN AGAIN |
| 6007 |
} |
| 6008 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box > p{ |
| 6009 |
margin: 0 !important; |
| 6010 |
} |
| 6011 |
|
| 6012 |
#ays-poll-countdown-main-container #ays-poll-countdown-headline { |
| 6013 |
font-size: 15px; |
| 6014 |
font-weight: 600; |
| 6015 |
} |
| 6016 |
|
| 6017 |
#ays-poll-countdown-main-container ul { |
| 6018 |
font-weight: 500; |
| 6019 |
color: #009688; |
| 6020 |
} |
| 6021 |
|
| 6022 |
div#ays-poll-countdown-main-container li span { |
| 6023 |
font-size: 20px; |
| 6024 |
height: 28px; |
| 6025 |
} |
| 6026 |
|
| 6027 |
#ays-poll-dicount-month-main .ays-button{ |
| 6028 |
margin: 5px auto !important; |
| 6029 |
} |
| 6030 |
|
| 6031 |
div#ays-poll-dicount-month-main.ays_poll_dicount_info.notice { |
| 6032 |
background-image: url(../images/mega_bundle_logo_background_responsive.jpg); |
| 6033 |
background-size: auto; COMMENT THIS LATER AFTER OPEN AGAIN |
| 6034 |
} |
| 6035 |
|
| 6036 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 6037 |
font-weight: bolder; |
| 6038 |
} |
| 6039 |
|
| 6040 |
div#ays-poll-dicount-month-main #ays-poll-button-top-buy-now { |
| 6041 |
font-size: 14px; |
| 6042 |
padding: 5px 10px; |
| 6043 |
} |
| 6044 |
|
| 6045 |
.comparison .product img { |
| 6046 |
width: 70px; |
| 6047 |
} |
| 6048 |
|
| 6049 |
.comparison a.price-buy{ |
| 6050 |
padding: 5px 10px; |
| 6051 |
font-size: 11px; |
| 6052 |
} |
| 6053 |
|
| 6054 |
div#ays-poll-dicount-month-main .ays-button{ |
| 6055 |
font-size: 12px; |
| 6056 |
border-radius: 5px; COMMENT THIS LATER AFTER OPEN AGAIN |
| 6057 |
padding: 0 10px; COMMENT THIS LATER AFTER OPEN AGAIN |
| 6058 |
} |
| 6059 |
|
| 6060 |
div#ays-poll-dicount-month-main .ays-poll-sale-banner-link { |
| 6061 |
display: none; |
| 6062 |
} |
| 6063 |
|
| 6064 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box { |
| 6065 |
margin-top: 12px; |
| 6066 |
} |
| 6067 |
|
| 6068 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box p { |
| 6069 |
margin: 0 auto; |
| 6070 |
width: 100%; |
| 6071 |
font-size: 14px; |
| 6072 |
} |
| 6073 |
|
| 6074 |
div#ays-poll-dicount-month-main.ays_poll_dicount_info button { |
| 6075 |
font-size: 14px; |
| 6076 |
} |
| 6077 |
|
| 6078 |
div#ays-poll-dicount-month-main .ays-button { |
| 6079 |
padding: 2px 25px; |
| 6080 |
} |
| 6081 |
}*/ |
| 6082 |
|
| 6083 |
/* Sale Banner | End */ |
| 6084 |
|
| 6085 |
/* Sale Banner Poll Countdown | Start */ |
| 6086 |
/* div#ays-poll-dicount-month-main.ays_poll_dicount_info { |
| 6087 |
background-image: url(../images/black_friday_greate_bundle.png); |
| 6088 |
background-position: center right; |
| 6089 |
background-repeat: no-repeat; |
| 6090 |
background-size: contain; |
| 6091 |
background-image: linear-gradient(45deg, #dbdbdb, transparent); |
| 6092 |
} |
| 6093 |
|
| 6094 |
#ays-poll-dicount-month-main .ays_poll_dicount_month { |
| 6095 |
display: flex; |
| 6096 |
align-items: center; |
| 6097 |
justify-content: space-between; |
| 6098 |
} |
| 6099 |
|
| 6100 |
#ays-poll-dicount-month-main .ays_poll_dicount_month img { |
| 6101 |
width: 130px; |
| 6102 |
} |
| 6103 |
|
| 6104 |
#ays-poll-dicount-month-main .ays-poll-sale-banner-link { |
| 6105 |
display: flex; |
| 6106 |
justify-content: center; |
| 6107 |
align-items: center; |
| 6108 |
width: 200px; |
| 6109 |
} |
| 6110 |
|
| 6111 |
#ays-poll-dicount-month-main .ays-poll-sale-banner-link img { |
| 6112 |
width: 80px; |
| 6113 |
} |
| 6114 |
|
| 6115 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box { |
| 6116 |
font-size:14px; |
| 6117 |
padding:12px; |
| 6118 |
text-align: center; |
| 6119 |
width: 50%; |
| 6120 |
} |
| 6121 |
|
| 6122 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 6123 |
font-size: 17px; |
| 6124 |
font-weight: bold; |
| 6125 |
letter-spacing: 0.80px; |
| 6126 |
} |
| 6127 |
|
| 6128 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-color { |
| 6129 |
color: #971821; |
| 6130 |
} |
| 6131 |
|
| 6132 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-text-decoration { |
| 6133 |
text-decoration: underline; |
| 6134 |
} |
| 6135 |
|
| 6136 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 6137 |
display: flex; |
| 6138 |
justify-content: flex-end; |
| 6139 |
align-items: center; |
| 6140 |
} |
| 6141 |
|
| 6142 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 6143 |
width: 30%; |
| 6144 |
} |
| 6145 |
|
| 6146 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box .ays-button, |
| 6147 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 6148 |
align-items: center; |
| 6149 |
font-weight: 500; |
| 6150 |
} |
| 6151 |
|
| 6152 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 6153 |
background: #971821; |
| 6154 |
border-color: #fff; |
| 6155 |
display: flex; |
| 6156 |
justify-content: center; |
| 6157 |
align-items: center; |
| 6158 |
padding: 5px 15px; |
| 6159 |
font-size: 16px; |
| 6160 |
border-radius: 5px; |
| 6161 |
} |
| 6162 |
|
| 6163 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button:hover { |
| 6164 |
background: #7d161d; |
| 6165 |
border-color: #971821; |
| 6166 |
} |
| 6167 |
|
| 6168 |
#ays-poll-dicount-month-main #ays-poll-dismiss-buttons-content{ |
| 6169 |
display: flex; |
| 6170 |
justify-content: center; |
| 6171 |
} |
| 6172 |
|
| 6173 |
#ays-poll-dicount-month-main #ays-poll-dismiss-buttons-content .ays-button{ |
| 6174 |
margin: 0 !important; |
| 6175 |
font-size: 13px; |
| 6176 |
font-size: 13px; |
| 6177 |
color: #135E96; |
| 6178 |
} |
| 6179 |
|
| 6180 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-opacity-box { |
| 6181 |
width: 19%; |
| 6182 |
} |
| 6183 |
|
| 6184 |
#ays-poll-dicount-month-main .ays-buy-now-opacity-button { |
| 6185 |
padding: 40px 15px; |
| 6186 |
display: flex; |
| 6187 |
justify-content: center; |
| 6188 |
align-items: center; |
| 6189 |
opacity: 0; |
| 6190 |
} */ |
| 6191 |
|
| 6192 |
/*#ays-poll-maker-countdown-main-container .ays-poll-maker-countdown-container { |
| 6193 |
margin: 0 auto; |
| 6194 |
text-align: center; |
| 6195 |
} |
| 6196 |
|
| 6197 |
#ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 6198 |
font-weight: normal; |
| 6199 |
letter-spacing: .125rem; |
| 6200 |
text-transform: uppercase; |
| 6201 |
font-weight: bolder; |
| 6202 |
|
| 6203 |
font-size: 18px; |
| 6204 |
font-weight: 400; |
| 6205 |
margin: 0; |
| 6206 |
padding: 9px 0 4px 0; |
| 6207 |
line-height: 1.3; |
| 6208 |
} |
| 6209 |
#ays-poll-maker-countdown-main-container li, |
| 6210 |
#ays-poll-maker-countdown-main-container ul { |
| 6211 |
margin: 0; |
| 6212 |
} |
| 6213 |
*/ |
| 6214 |
|
| 6215 |
/* #ays-poll-maker-countdown-main-container li { |
| 6216 |
display: inline-block; |
| 6217 |
font-size: 14px; |
| 6218 |
list-style-type: none; |
| 6219 |
padding: 14px; |
| 6220 |
text-transform: lowercase; |
| 6221 |
} |
| 6222 |
|
| 6223 |
/* |
| 6224 |
#ays-poll-maker-countdown-main-container li span { |
| 6225 |
display: block; |
| 6226 |
font-size: 40px; |
| 6227 |
} |
| 6228 |
|
| 6229 |
#ays-poll-maker-countdown-main-container .emoji { |
| 6230 |
display: none; |
| 6231 |
padding: 1rem; |
| 6232 |
} |
| 6233 |
|
| 6234 |
#ays-poll-maker-countdown-main-container .emoji span { |
| 6235 |
font-size: 50px; |
| 6236 |
padding: 0 .5rem; |
| 6237 |
}*/ |
| 6238 |
/* |
| 6239 |
@media all and (max-width: 768px) { |
| 6240 |
div#ays-poll-dicount-month-main { |
| 6241 |
padding-right: 0; |
| 6242 |
} |
| 6243 |
div#ays-poll-dicount-month-main .ays_poll_dicount_month{ |
| 6244 |
display: flex; |
| 6245 |
align-items: center; |
| 6246 |
justify-content: space-between; |
| 6247 |
align-content: center; |
| 6248 |
flex-wrap: wrap; |
| 6249 |
flex-direction: column; |
| 6250 |
padding: 10px 0; |
| 6251 |
} |
| 6252 |
|
| 6253 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box { |
| 6254 |
width: 100% !important; |
| 6255 |
text-align: center; |
| 6256 |
} |
| 6257 |
|
| 6258 |
#ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 6259 |
font-size: 15px; |
| 6260 |
font-weight: 600; |
| 6261 |
} |
| 6262 |
|
| 6263 |
#ays-poll-maker-countdown-main-container ul { |
| 6264 |
font-weight: 500; |
| 6265 |
} |
| 6266 |
|
| 6267 |
#ays-poll-maker-countdown-main-container li span { |
| 6268 |
font-size: 20px; |
| 6269 |
} |
| 6270 |
|
| 6271 |
#ays-poll-dicount-month-main .ays-button{ |
| 6272 |
margin: 0 auto !important; |
| 6273 |
} |
| 6274 |
|
| 6275 |
div#ays-poll-dicount-month-main.ays_poll_dicount_info.notice { |
| 6276 |
background-position: bottom right; |
| 6277 |
background-repeat: no-repeat; |
| 6278 |
background-size: contain; |
| 6279 |
} |
| 6280 |
|
| 6281 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 6282 |
justify-content: center; |
| 6283 |
} |
| 6284 |
|
| 6285 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 6286 |
font-size: 14px; |
| 6287 |
padding: 5px 10px; |
| 6288 |
} |
| 6289 |
|
| 6290 |
div#ays-poll-dicount-month-main .ays-buy-now-opacity-button { |
| 6291 |
display: none; |
| 6292 |
} |
| 6293 |
|
| 6294 |
#ays-poll-dicount-month-main .ays-poll-dismiss-buttons-container-for-form{ |
| 6295 |
position: static !important; |
| 6296 |
} |
| 6297 |
|
| 6298 |
.comparison .product img { |
| 6299 |
width: 70px; |
| 6300 |
} |
| 6301 |
|
| 6302 |
.comparison a.price-buy{ |
| 6303 |
padding: 5px 10px; |
| 6304 |
font-size: 11px; |
| 6305 |
} |
| 6306 |
} */ |
| 6307 |
|
| 6308 |
/* @media screen and (max-width: 1305px) and (min-width: 768px){ |
| 6309 |
div#ays-poll-dicount-month-main.ays_poll_dicount_info.notice { |
| 6310 |
background-position: bottom right; |
| 6311 |
background-repeat: no-repeat; |
| 6312 |
background-size: contain; |
| 6313 |
} |
| 6314 |
|
| 6315 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 6316 |
font-size: 15px; |
| 6317 |
} |
| 6318 |
|
| 6319 |
#ays-poll-maker-countdown-main-container li { |
| 6320 |
font-size: 11px; |
| 6321 |
} |
| 6322 |
|
| 6323 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-opacity-box { |
| 6324 |
display: none; |
| 6325 |
} |
| 6326 |
} */ |
| 6327 |
/* Sale Banner Poll Countdown | End */ |
| 6328 |
|
| 6329 |
/* Helloween bundle start */ |
| 6330 |
/* #ays-poll-dicount-month-main-helloween{ |
| 6331 |
background-image: url(../images/halloween_banner_plugins.png); |
| 6332 |
height: 222px; |
| 6333 |
background-repeat: no-repeat; |
| 6334 |
background-position: center left; |
| 6335 |
background-size: cover; |
| 6336 |
border-radius: 7px; |
| 6337 |
display: flex; |
| 6338 |
align-items: center; |
| 6339 |
justify-content: space-around; |
| 6340 |
} |
| 6341 |
|
| 6342 |
.notice-success, div.updated{ |
| 6343 |
border-left: unset; |
| 6344 |
} |
| 6345 |
|
| 6346 |
div.ays-poll-helloween-bundle-buy-now-timer{ |
| 6347 |
display: flex; |
| 6348 |
align-items: center; |
| 6349 |
justify-content: center; |
| 6350 |
} |
| 6351 |
|
| 6352 |
div#ays-poll-dicount-month-helloween { |
| 6353 |
display: flex; |
| 6354 |
align-items: center; |
| 6355 |
justify-content: space-between; |
| 6356 |
height: 170px; |
| 6357 |
width: 65%; |
| 6358 |
max-width: 100%; |
| 6359 |
} |
| 6360 |
|
| 6361 |
.ays-poll-countdown-main-container-helloween #ays-poll-countdown { |
| 6362 |
font-weight: 600; |
| 6363 |
} |
| 6364 |
|
| 6365 |
.ays-poll-countdown-main-container-helloween ul { |
| 6366 |
margin: 0; |
| 6367 |
} |
| 6368 |
|
| 6369 |
.ays-poll-countdown-main-container-helloween li { |
| 6370 |
display: inline-block; |
| 6371 |
font-size: 14px; |
| 6372 |
list-style-type: none; |
| 6373 |
padding: 14px; |
| 6374 |
text-transform: uppercase; |
| 6375 |
color: #fff; |
| 6376 |
margin-left: 7px; |
| 6377 |
} |
| 6378 |
|
| 6379 |
.ays-poll-countdown-main-container-helloween li span:first-child { |
| 6380 |
display: block; |
| 6381 |
font-size: 40px; |
| 6382 |
line-height: 1.4em; |
| 6383 |
text-align: center; |
| 6384 |
} |
| 6385 |
.ays-poll-countdown-main-container-helloween li > p > span:nth-child(2){ |
| 6386 |
margin-left: 7px; |
| 6387 |
} |
| 6388 |
.ays-poll-countdown-main-container-helloween .emoji { |
| 6389 |
display: none; |
| 6390 |
padding: 1rem; |
| 6391 |
} |
| 6392 |
|
| 6393 |
.ays-poll-countdown-main-container-helloween .emoji span { |
| 6394 |
font-size: 50px; |
| 6395 |
padding: 0 .5rem; |
| 6396 |
} |
| 6397 |
|
| 6398 |
.ays-poll-dicount-wrap-box.ays-buy-now-button-box-helloween > a.ays-buy-now-button-helloween{ |
| 6399 |
background-image: linear-gradient(#7fc700, #409901); |
| 6400 |
border: none; |
| 6401 |
outline: none; |
| 6402 |
padding: 8px 40px; |
| 6403 |
font-size: 25px; |
| 6404 |
text-transform: uppercase; |
| 6405 |
font-weight: bold; |
| 6406 |
border-radius: 25px; |
| 6407 |
} |
| 6408 |
|
| 6409 |
div#ays-poll-dismiss-buttons-content-helloween > button.ays-button-helloween { |
| 6410 |
color: #d7a5da; |
| 6411 |
font-size: 20px; |
| 6412 |
font-weight: bold; |
| 6413 |
} |
| 6414 |
|
| 6415 |
.ays-poll-dicount-wrap-box-helloween-limited { |
| 6416 |
color: #fff; |
| 6417 |
} |
| 6418 |
|
| 6419 |
.ays-poll-dicount-wrap-box-helloween-limited > p { |
| 6420 |
font-size: 18px; |
| 6421 |
font-weight: 700; |
| 6422 |
padding: 0; |
| 6423 |
margin: 0; |
| 6424 |
} |
| 6425 |
|
| 6426 |
#ays-poll-dicount-month-main-helloween button.notice-dismiss{ |
| 6427 |
background-color: #720092; |
| 6428 |
border-radius: 50%; |
| 6429 |
margin: 7px; |
| 6430 |
} |
| 6431 |
#ays-poll-dicount-month-main-helloween button.notice-dismiss:before{ |
| 6432 |
content: "\X"; |
| 6433 |
color: #fff; |
| 6434 |
font-size: 18px; |
| 6435 |
font-weight: 700; |
| 6436 |
font-family: sans-serif; |
| 6437 |
} |
| 6438 |
|
| 6439 |
.ays-poll-dicount-wrap-box.ays-buy-now-button-box-helloween > a.ays-buy-now-button-helloween:focus, |
| 6440 |
.ays-poll-dicount-wrap-box.ays-buy-now-button-box-helloween > a.ays-buy-now-button-helloween:active { |
| 6441 |
outline: unset; |
| 6442 |
border: unset; |
| 6443 |
box-shadow: none; |
| 6444 |
} |
| 6445 |
|
| 6446 |
.ays-poll-dicount-wrap-box-helloween-timer{ |
| 6447 |
margin-right: 25px; |
| 6448 |
} |
| 6449 |
|
| 6450 |
@media screen and (max-width: 760px){ |
| 6451 |
#ays-poll-dicount-month-main-helloween{ |
| 6452 |
background-color: #720092; |
| 6453 |
background-image: unset; |
| 6454 |
height: 350px; |
| 6455 |
} |
| 6456 |
|
| 6457 |
div#ays-poll-dicount-month-helloween{ |
| 6458 |
flex-direction: column; |
| 6459 |
width: 83%; |
| 6460 |
max-width: 100%; |
| 6461 |
justify-content: center; |
| 6462 |
align-items: center; |
| 6463 |
margin-left: 25px; |
| 6464 |
} |
| 6465 |
|
| 6466 |
div.ays-poll-helloween-bundle-buy-now-timer{ |
| 6467 |
flex-direction: column; |
| 6468 |
} |
| 6469 |
.ays-poll-helloween-bundle{ |
| 6470 |
display: inherit !important; |
| 6471 |
} |
| 6472 |
|
| 6473 |
.ays-poll-dicount-wrap-box-helloween-limited > p{ |
| 6474 |
font-size: 16px; |
| 6475 |
line-height: unset; |
| 6476 |
text-align: center; |
| 6477 |
} |
| 6478 |
|
| 6479 |
.ays-poll-countdown-main-container-helloween #ays-poll-countdown{ |
| 6480 |
font-weight: normal; |
| 6481 |
} |
| 6482 |
|
| 6483 |
.ays-poll-countdown-main-container-helloween li{ |
| 6484 |
padding: 0; |
| 6485 |
margin-left: 5px; |
| 6486 |
text-align: center; |
| 6487 |
} |
| 6488 |
|
| 6489 |
.ays-poll-dicount-wrap-box.ays-buy-now-button-box-helloween > a.ays-buy-now-button-helloween{ |
| 6490 |
padding: 0px 40px; |
| 6491 |
font-size: 16px; |
| 6492 |
border-radius: 16px; |
| 6493 |
} |
| 6494 |
|
| 6495 |
div#ays-poll-dismiss-buttons-content-helloween > button.ays-button-helloween{ |
| 6496 |
font-size: 14px; |
| 6497 |
} |
| 6498 |
|
| 6499 |
div.ays-poll-dismiss-buttons-container-for-form-helloween{ |
| 6500 |
left: 50% !important; |
| 6501 |
transform: translate(-50%, -50%); |
| 6502 |
bottom: 0 !important; |
| 6503 |
right: unset !important; |
| 6504 |
} |
| 6505 |
|
| 6506 |
.ays-poll-countdown-main-container-helloween li span{ |
| 6507 |
font-size: 18px !important; |
| 6508 |
} |
| 6509 |
|
| 6510 |
.ays-poll-countdown-main-container-helloween li p{ |
| 6511 |
margin: 0 !important; |
| 6512 |
padding: 0 !important; |
| 6513 |
} |
| 6514 |
} |
| 6515 |
|
| 6516 |
@media screen and (max-width: 1400px) { |
| 6517 |
div#ays-poll-dicount-month-helloween{ |
| 6518 |
width: 100%; |
| 6519 |
max-width: 100%; |
| 6520 |
justify-content: center; |
| 6521 |
align-items: center; |
| 6522 |
margin-left: 25px; |
| 6523 |
} |
| 6524 |
|
| 6525 |
.ays-poll-helloween-bundle{ |
| 6526 |
display: inherit !important; |
| 6527 |
} |
| 6528 |
|
| 6529 |
.ays-poll-dicount-wrap-box-helloween-limited > p{ |
| 6530 |
font-size: 16px; |
| 6531 |
line-height: unset; |
| 6532 |
text-align: center; |
| 6533 |
} |
| 6534 |
|
| 6535 |
.ays-poll-countdown-main-container-helloween #ays-poll-countdown{ |
| 6536 |
font-weight: normal; |
| 6537 |
} |
| 6538 |
|
| 6539 |
.ays-poll-countdown-main-container-helloween li{ |
| 6540 |
padding: 0; |
| 6541 |
margin-left: 5px; |
| 6542 |
text-align: center; |
| 6543 |
} |
| 6544 |
|
| 6545 |
.ays-poll-dicount-wrap-box.ays-buy-now-button-box-helloween > a.ays-buy-now-button-helloween{ |
| 6546 |
padding: 0px 40px; |
| 6547 |
font-size: 16px; |
| 6548 |
border-radius: 16px; |
| 6549 |
} |
| 6550 |
|
| 6551 |
div#ays-poll-dismiss-buttons-content-helloween > button.ays-button-helloween{ |
| 6552 |
font-size: 14px; |
| 6553 |
} |
| 6554 |
|
| 6555 |
div.ays-poll-dicount-wrap-box-helloween-timer{ |
| 6556 |
margin: 0 17px !important; |
| 6557 |
} |
| 6558 |
|
| 6559 |
.ays-poll-countdown-main-container-helloween li span:first-child{ |
| 6560 |
font-size: 25px; |
| 6561 |
} |
| 6562 |
} |
| 6563 |
@media screen and (max-width: 1700px) { |
| 6564 |
div#ays-poll-dicount-month-helloween{ |
| 6565 |
width: 100%; |
| 6566 |
max-width: 100%; |
| 6567 |
justify-content: center; |
| 6568 |
align-items: center; |
| 6569 |
margin-left: 25px; |
| 6570 |
} |
| 6571 |
|
| 6572 |
.ays-poll-helloween-bundle{ |
| 6573 |
display: inherit !important; |
| 6574 |
} |
| 6575 |
|
| 6576 |
.ays-poll-countdown-main-container-helloween #ays-poll-countdown{ |
| 6577 |
font-weight: normal; |
| 6578 |
} |
| 6579 |
|
| 6580 |
.ays-poll-countdown-main-container-helloween li{ |
| 6581 |
padding: 0; |
| 6582 |
margin-left: 5px; |
| 6583 |
text-align: center; |
| 6584 |
} |
| 6585 |
|
| 6586 |
.ays-poll-dicount-wrap-box.ays-buy-now-button-box-helloween > a.ays-buy-now-button-helloween{ |
| 6587 |
font-size: 18px; |
| 6588 |
border-radius: 16px; |
| 6589 |
} |
| 6590 |
|
| 6591 |
div.ays-poll-dicount-wrap-box-helloween-timer{ |
| 6592 |
margin: 0 50px; |
| 6593 |
} |
| 6594 |
} |
| 6595 |
|
| 6596 |
@media screen and (max-width: 520px){ |
| 6597 |
#ays-poll-dicount-month-main-helloween{ |
| 6598 |
height: 450px; |
| 6599 |
} |
| 6600 |
} */ |
| 6601 |
|
| 6602 |
/* Helloween bundle End */ |
| 6603 |
|
| 6604 |
/* Christmas banner main page | Start */ |
| 6605 |
|
| 6606 |
/* |
| 6607 |
div#ays-poll-dicount-christmas-month-main * { |
| 6608 |
color: #fff; |
| 6609 |
} |
| 6610 |
|
| 6611 |
div#ays-poll-dicount-christmas-month-main div#ays-poll-dicount-christmas-month a.ays-poll-sale-banner-link:focus { |
| 6612 |
outline: none; |
| 6613 |
box-shadow: 0; |
| 6614 |
} |
| 6615 |
|
| 6616 |
div#ays-poll-dicount-christmas-month-main .btn-link { |
| 6617 |
color: white; |
| 6618 |
background-color: transparent; |
| 6619 |
display: inline-block; |
| 6620 |
font-weight: 400; |
| 6621 |
text-align: center; |
| 6622 |
white-space: nowrap; |
| 6623 |
vertical-align: middle; |
| 6624 |
-webkit-user-select: none; |
| 6625 |
-moz-user-select: none; |
| 6626 |
-ms-user-select: none; |
| 6627 |
user-select: none; |
| 6628 |
border: 1px solid transparent; |
| 6629 |
padding: 0.375rem 0.75rem; |
| 6630 |
font-size: 15px; |
| 6631 |
font-weight: 500; |
| 6632 |
line-height: 1.5; |
| 6633 |
border-radius: 0.25rem; |
| 6634 |
color: rgba(255, 255, 255, 0.6); |
| 6635 |
letter-spacing: 1px; |
| 6636 |
} |
| 6637 |
|
| 6638 |
div#ays-poll-dicount-christmas-month-main.ays_poll_dicount_info { |
| 6639 |
background-image: linear-gradient(45deg, #C41824, #C41824); |
| 6640 |
padding: unset; |
| 6641 |
border: unset; |
| 6642 |
} |
| 6643 |
|
| 6644 |
#ays-poll-dicount-christmas-month-main .ays_poll_dicount_month { |
| 6645 |
position: relative; |
| 6646 |
background-image: url(../images/christmas_banner_plugins.webp); |
| 6647 |
background-position: bottom; |
| 6648 |
background-repeat: no-repeat; |
| 6649 |
background-size: cover; |
| 6650 |
height: 140px; |
| 6651 |
display: flex; |
| 6652 |
} |
| 6653 |
|
| 6654 |
#ays-poll-dicount-christmas-month-main .ays_poll_dicount_month img { |
| 6655 |
width: 80px; |
| 6656 |
} |
| 6657 |
|
| 6658 |
#ays-poll-dicount-christmas-month-main .ays-poll-sale-banner-link { |
| 6659 |
display: flex; |
| 6660 |
justify-content: center; |
| 6661 |
align-items: center; |
| 6662 |
width: 200px; |
| 6663 |
} |
| 6664 |
|
| 6665 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-button-sale { |
| 6666 |
font-style: normal; |
| 6667 |
font-weight: 600; |
| 6668 |
font-size: 24px; |
| 6669 |
text-align: center; |
| 6670 |
color: #00D76B; |
| 6671 |
text-transform: uppercase; |
| 6672 |
} |
| 6673 |
|
| 6674 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box { |
| 6675 |
font-size:14px; |
| 6676 |
padding:12px; |
| 6677 |
text-align: center; |
| 6678 |
width: 25%; |
| 6679 |
white-space: nowrap; |
| 6680 |
} |
| 6681 |
|
| 6682 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box strong { |
| 6683 |
font-size: 17px; |
| 6684 |
font-weight: bold; |
| 6685 |
letter-spacing: 0.80px; |
| 6686 |
} |
| 6687 |
|
| 6688 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-color { |
| 6689 |
color: #971821; |
| 6690 |
} |
| 6691 |
|
| 6692 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-text-decoration { |
| 6693 |
text-decoration: underline; |
| 6694 |
} |
| 6695 |
|
| 6696 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box.ays-buy-now-button-box { |
| 6697 |
display: flex; |
| 6698 |
justify-content: flex-end; |
| 6699 |
align-items: center; |
| 6700 |
} |
| 6701 |
|
| 6702 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box.ays-buy-now-button-box { |
| 6703 |
width: 30%; |
| 6704 |
} |
| 6705 |
|
| 6706 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box .ays-button, |
| 6707 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box .ays-buy-now-button { |
| 6708 |
align-items: center; |
| 6709 |
font-weight: 500; |
| 6710 |
} |
| 6711 |
|
| 6712 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box .ays-buy-now-button { |
| 6713 |
background: #971821; |
| 6714 |
border-color: #fff; |
| 6715 |
display: flex; |
| 6716 |
justify-content: center; |
| 6717 |
align-items: center; |
| 6718 |
padding: 5px 15px; |
| 6719 |
font-size: 16px; |
| 6720 |
border-radius: 5px; |
| 6721 |
} |
| 6722 |
|
| 6723 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box .ays-buy-now-button:hover { |
| 6724 |
background: #7d161d; |
| 6725 |
border-color: #971821; |
| 6726 |
} |
| 6727 |
|
| 6728 |
#ays-poll-dicount-christmas-month-main #ays-poll-dismiss-buttons-content{ |
| 6729 |
display: flex; |
| 6730 |
justify-content: center; |
| 6731 |
} |
| 6732 |
|
| 6733 |
#ays-poll-dicount-christmas-month-main #ays-poll-dismiss-buttons-content .ays-button{ |
| 6734 |
margin: 0 !important; |
| 6735 |
font-size: 13px; |
| 6736 |
font-size: 13px; |
| 6737 |
color: #969393b0; |
| 6738 |
} |
| 6739 |
|
| 6740 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-opacity-box { |
| 6741 |
width: 19%; |
| 6742 |
} |
| 6743 |
|
| 6744 |
#ays-poll-dicount-christmas-month-main .ays-buy-now-opacity-button { |
| 6745 |
padding: 40px 15px; |
| 6746 |
display: flex; |
| 6747 |
justify-content: center; |
| 6748 |
align-items: center; |
| 6749 |
opacity: 0; |
| 6750 |
} |
| 6751 |
|
| 6752 |
#ays-poll-countdown-main-container .ays-poll-countdown-container { |
| 6753 |
margin: 0 auto; |
| 6754 |
text-align: center; |
| 6755 |
} |
| 6756 |
|
| 6757 |
#ays-poll-countdown-main-container #ays-poll-countdown-headline { |
| 6758 |
font-weight: normal; |
| 6759 |
letter-spacing: .125rem; |
| 6760 |
text-transform: uppercase; |
| 6761 |
font-weight: bolder; |
| 6762 |
|
| 6763 |
font-size: 18px; |
| 6764 |
font-weight: 400; |
| 6765 |
margin: 0; |
| 6766 |
padding: 9px 0 4px 0; |
| 6767 |
line-height: 1.3; |
| 6768 |
} |
| 6769 |
#ays-poll-countdown-main-container li, |
| 6770 |
#ays-poll-countdown-main-container ul { |
| 6771 |
margin: 0; |
| 6772 |
font-weight: 600; |
| 6773 |
} |
| 6774 |
|
| 6775 |
#ays-poll-countdown-main-container li { |
| 6776 |
display: inline-block; |
| 6777 |
font-size: 10px; |
| 6778 |
list-style-type: none; |
| 6779 |
padding: 10px; |
| 6780 |
text-transform: uppercase; |
| 6781 |
} |
| 6782 |
#ays-poll-countdown-main-container li span { |
| 6783 |
display: block; |
| 6784 |
font-size: 22px; |
| 6785 |
} |
| 6786 |
|
| 6787 |
#ays-poll-countdown-main-container .emoji { |
| 6788 |
display: none; |
| 6789 |
padding: 1rem; |
| 6790 |
} |
| 6791 |
|
| 6792 |
#ays-poll-countdown-main-container .emoji span { |
| 6793 |
font-size: 25px; |
| 6794 |
padding: 0 .5rem; |
| 6795 |
} |
| 6796 |
|
| 6797 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-box { |
| 6798 |
display: flex; |
| 6799 |
justify-content: center; |
| 6800 |
align-items: center; |
| 6801 |
width: 95%; |
| 6802 |
margin: auto; |
| 6803 |
} |
| 6804 |
|
| 6805 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-title-row { |
| 6806 |
text-align: center; |
| 6807 |
padding-right: 50px; |
| 6808 |
font-style: normal; |
| 6809 |
font-weight: 900; |
| 6810 |
font-size: 19px; |
| 6811 |
color: #FFFFFF; |
| 6812 |
} |
| 6813 |
|
| 6814 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-button-buy-now { |
| 6815 |
border: none; |
| 6816 |
outline: none; |
| 6817 |
padding: 10px 20px; |
| 6818 |
font-size: 22px; |
| 6819 |
text-transform: uppercase; |
| 6820 |
font-weight: bold; |
| 6821 |
text-decoration: none; |
| 6822 |
background: linear-gradient(180deg, #01CD5D 0%, #01946E 100%); |
| 6823 |
border-radius: 16px; |
| 6824 |
} |
| 6825 |
|
| 6826 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-text-row { |
| 6827 |
text-transform: uppercase; |
| 6828 |
text-shadow: -1.5px 0 #dd0bef, 0 1.5px #dd0bef, 1.5px 0 #dd0bef, 0 -1.5px #dd0bef; |
| 6829 |
font-weight: 900; |
| 6830 |
font-style: normal; |
| 6831 |
font-size: 40px; |
| 6832 |
line-height: 40px; |
| 6833 |
color: #FFFFFF; |
| 6834 |
} |
| 6835 |
|
| 6836 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-text-box { |
| 6837 |
position: absolute; |
| 6838 |
width: 25%; |
| 6839 |
top: 10px; |
| 6840 |
bottom: 0; |
| 6841 |
right: 0; |
| 6842 |
left: 0; |
| 6843 |
margin: 0 auto; |
| 6844 |
} |
| 6845 |
|
| 6846 |
div#ays-poll-dicount-christmas-month-main button.notice-dismiss:before{ |
| 6847 |
color: #fff; |
| 6848 |
} |
| 6849 |
|
| 6850 |
div#ays-poll-dicount-christmas-month-main #ays-poll-maker-countdown-main-container li span { |
| 6851 |
display: block; |
| 6852 |
font-size: 40px; |
| 6853 |
line-height: 1.4em; |
| 6854 |
} |
| 6855 |
|
| 6856 |
#ays-poll-maker-countdown-main-container li { |
| 6857 |
display: inline-block; |
| 6858 |
font-size: 14px; |
| 6859 |
list-style-type: none; |
| 6860 |
padding: 14px; |
| 6861 |
text-transform: uppercase; |
| 6862 |
} |
| 6863 |
|
| 6864 |
@media screen and (max-width: 1400px) and (min-width: 1200px){ |
| 6865 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-title-row { |
| 6866 |
font-size: 15px; |
| 6867 |
} |
| 6868 |
|
| 6869 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-text-row { |
| 6870 |
font-size: 27px; |
| 6871 |
} |
| 6872 |
|
| 6873 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-box { |
| 6874 |
width: 100%; |
| 6875 |
} |
| 6876 |
|
| 6877 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-button-buy-now { |
| 6878 |
font-size: 13px; |
| 6879 |
} |
| 6880 |
|
| 6881 |
/* div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box-80{ |
| 6882 |
width: 80% !important; |
| 6883 |
} |
| 6884 |
} |
| 6885 |
|
| 6886 |
@media all and (max-width: 1200px) { |
| 6887 |
div#ays-poll-dicount-christmas-month-main .ays_poll_dicount_month{ |
| 6888 |
background: unset; |
| 6889 |
} |
| 6890 |
|
| 6891 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-title-row { |
| 6892 |
font-size: 25px; |
| 6893 |
} |
| 6894 |
|
| 6895 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-text-row { |
| 6896 |
font-size: 30px; |
| 6897 |
} |
| 6898 |
|
| 6899 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-box { |
| 6900 |
width: 100%; |
| 6901 |
justify-content: space-evenly; |
| 6902 |
} |
| 6903 |
|
| 6904 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-button-buy-now { |
| 6905 |
font-size: 15px; |
| 6906 |
} |
| 6907 |
|
| 6908 |
/* div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box-80{ |
| 6909 |
width: 80% !important; |
| 6910 |
} |
| 6911 |
} |
| 6912 |
|
| 6913 |
@media all and (max-width: 1200px) and (min-width: 1000px) { |
| 6914 |
|
| 6915 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-title-row { |
| 6916 |
font-size: 15px; |
| 6917 |
} |
| 6918 |
|
| 6919 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-button-buy-now { |
| 6920 |
font-size: 10px; |
| 6921 |
} |
| 6922 |
} |
| 6923 |
|
| 6924 |
@media all and (max-width: 1000px) { |
| 6925 |
div#ays-poll-countdown-main-container li { |
| 6926 |
font-size: 8px; |
| 6927 |
} |
| 6928 |
|
| 6929 |
div#ays-poll-countdown-main-container li span{ |
| 6930 |
font-size: 20px; |
| 6931 |
} |
| 6932 |
|
| 6933 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-button-buy-now { |
| 6934 |
padding: 10px 18px; |
| 6935 |
font-size: 12px; |
| 6936 |
} |
| 6937 |
|
| 6938 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box-80{ |
| 6939 |
width: 80% !important; |
| 6940 |
} |
| 6941 |
} |
| 6942 |
|
| 6943 |
@media all and (max-width: 995px) { |
| 6944 |
|
| 6945 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-box { |
| 6946 |
flex-direction: column; |
| 6947 |
} |
| 6948 |
|
| 6949 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-title-row{ |
| 6950 |
font-size: 23px; |
| 6951 |
} |
| 6952 |
|
| 6953 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box { |
| 6954 |
white-space: unset; |
| 6955 |
} |
| 6956 |
|
| 6957 |
div#ays-poll-dicount-christmas-month-main .ays_poll_dicount_month { |
| 6958 |
padding: 20px; |
| 6959 |
} |
| 6960 |
|
| 6961 |
div#ays-poll-dicount-christmas-month-main { |
| 6962 |
padding-right: 0; |
| 6963 |
} |
| 6964 |
div#ays-poll-dicount-christmas-month-main .ays_poll_dicount_month{ |
| 6965 |
display: flex; |
| 6966 |
align-items: center; |
| 6967 |
justify-content: space-between; |
| 6968 |
align-content: center; |
| 6969 |
flex-wrap: wrap; |
| 6970 |
flex-direction: column; |
| 6971 |
padding: 10px 0; |
| 6972 |
height: unset; |
| 6973 |
} |
| 6974 |
|
| 6975 |
div#ays-poll-dicount-christmas-month-main div.ays-poll-dicount-christmas-wrap-box { |
| 6976 |
width: 100% !important; |
| 6977 |
text-align: center; |
| 6978 |
} |
| 6979 |
|
| 6980 |
div#ays-poll-dicount-christmas-month-main #ays-poll-countdown-main-container ul, |
| 6981 |
#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-title-row { |
| 6982 |
padding: 0; |
| 6983 |
} |
| 6984 |
|
| 6985 |
div#ays-poll-countdown-main-container li { |
| 6986 |
font-size: 15px; |
| 6987 |
} |
| 6988 |
|
| 6989 |
div#ays-poll-countdown-main-container li span { |
| 6990 |
font-size: 25px; |
| 6991 |
} |
| 6992 |
|
| 6993 |
div#ays-poll-dicount-christmas-month-main div.ays-poll-dicount-christmas-wrap-text-box { |
| 6994 |
position: unset; |
| 6995 |
} |
| 6996 |
|
| 6997 |
#ays-poll-countdown-main-container #ays-poll-countdown-headline { |
| 6998 |
font-size: 15px; |
| 6999 |
font-weight: 600; |
| 7000 |
} |
| 7001 |
|
| 7002 |
#ays-poll-countdown-main-container ul { |
| 7003 |
font-weight: 500; |
| 7004 |
} |
| 7005 |
|
| 7006 |
#ays-poll-countdown-main-container li span { |
| 7007 |
font-size: 20px; |
| 7008 |
} |
| 7009 |
|
| 7010 |
#ays-poll-dicount-christmas-month-main .ays-button{ |
| 7011 |
margin: 0 auto !important; |
| 7012 |
} |
| 7013 |
|
| 7014 |
div#ays-poll-dicount-christmas-month-main.ays_poll_dicount_info.notice { |
| 7015 |
background-position: bottom right; |
| 7016 |
background-repeat: no-repeat; |
| 7017 |
background-size: contain; |
| 7018 |
display: flex; |
| 7019 |
justify-content: center; |
| 7020 |
/* background-image: linear-gradient(45deg, #C41824, #c41824e0); |
| 7021 |
} |
| 7022 |
|
| 7023 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box.ays-buy-now-button-box { |
| 7024 |
justify-content: center; |
| 7025 |
} |
| 7026 |
|
| 7027 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-wrap-box .ays-buy-now-button { |
| 7028 |
font-size: 14px; |
| 7029 |
padding: 5px 10px; |
| 7030 |
} |
| 7031 |
|
| 7032 |
div#ays-poll-dicount-christmas-month-main .ays-poll-dicount-christmas-button-buy-now { |
| 7033 |
padding: 10px 18px; |
| 7034 |
font-size: 15px; |
| 7035 |
} |
| 7036 |
} |
| 7037 |
|
| 7038 |
@media screen and (max-width: 1305px) and (min-width: 768px){ |
| 7039 |
div#ays-poll-dicount-month-main.ays_poll_dicount_info.notice { |
| 7040 |
background-position: bottom right; |
| 7041 |
background-repeat: no-repeat; |
| 7042 |
background-size: contain; |
| 7043 |
} |
| 7044 |
|
| 7045 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 7046 |
font-size: 15px; |
| 7047 |
} |
| 7048 |
|
| 7049 |
#ays-poll-maker-countdown-main-container li { |
| 7050 |
font-size: 11px; |
| 7051 |
} |
| 7052 |
|
| 7053 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-opacity-box { |
| 7054 |
display: none; |
| 7055 |
} |
| 7056 |
} |
| 7057 |
*/ |
| 7058 |
/* Christmas banner main page | End */ |
| 7059 |
|
| 7060 |
/* New Mega Bundle Banner Poll | Start */ |
| 7061 |
|
| 7062 |
div#ays-poll-dicount-month-main { |
| 7063 |
border: 0; |
| 7064 |
background: #FFF; |
| 7065 |
border-radius: 20px; |
| 7066 |
box-shadow: unset; |
| 7067 |
position: relative; |
| 7068 |
z-index: 1; |
| 7069 |
min-height: 80px; |
| 7070 |
} |
| 7071 |
div#ays-poll-dicount-month-main.ays_poll_dicount_info button { |
| 7072 |
display: flex; |
| 7073 |
align-items: center; |
| 7074 |
} |
| 7075 |
|
| 7076 |
div#ays-poll-dicount-month-main div#ays-poll-dicount-month a.ays-poll-sale-banner-link:focus { |
| 7077 |
outline: none; |
| 7078 |
box-shadow: 0; |
| 7079 |
} |
| 7080 |
|
| 7081 |
div#ays-poll-dicount-month-main .btn-link { |
| 7082 |
font-weight: 400; |
| 7083 |
color: #007bff; |
| 7084 |
background-color: transparent; |
| 7085 |
display: inline-block; |
| 7086 |
font-weight: 400; |
| 7087 |
text-align: center; |
| 7088 |
white-space: nowrap; |
| 7089 |
vertical-align: middle; |
| 7090 |
-webkit-user-select: none; |
| 7091 |
-moz-user-select: none; |
| 7092 |
-ms-user-select: none; |
| 7093 |
user-select: none; |
| 7094 |
border: 1px solid transparent; |
| 7095 |
padding: .375rem .75rem; |
| 7096 |
font-size: 1rem; |
| 7097 |
line-height: 1.5; |
| 7098 |
border-radius: .25rem |
| 7099 |
} |
| 7100 |
|
| 7101 |
div#ays-poll-dicount-month-main.ays_poll_dicount_info { |
| 7102 |
background-image: url("../images/ays-poll-banner-background-50.svg"); |
| 7103 |
background-position: center right; |
| 7104 |
background-repeat: no-repeat; |
| 7105 |
background-size: cover; |
| 7106 |
} |
| 7107 |
|
| 7108 |
#ays-poll-dicount-month-main .ays_poll_dicount_month { |
| 7109 |
display: flex; |
| 7110 |
align-items: center; |
| 7111 |
justify-content: space-between; |
| 7112 |
color: #fff; |
| 7113 |
} |
| 7114 |
|
| 7115 |
#ays-poll-dicount-month-main .ays_poll_dicount_month img { |
| 7116 |
width: 80px; |
| 7117 |
} |
| 7118 |
|
| 7119 |
#ays-poll-dicount-month-main .ays-poll-sale-banner-link { |
| 7120 |
display: flex; |
| 7121 |
justify-content: center; |
| 7122 |
align-items: center; |
| 7123 |
width: 200px; |
| 7124 |
} |
| 7125 |
|
| 7126 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box { |
| 7127 |
font-size:14px; |
| 7128 |
text-align: center; |
| 7129 |
padding: 12px; |
| 7130 |
} |
| 7131 |
|
| 7132 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 7133 |
text-align: left; |
| 7134 |
width: 25%; |
| 7135 |
display: flex; |
| 7136 |
justify-content: space-around; |
| 7137 |
align-items: flex-start; |
| 7138 |
} |
| 7139 |
|
| 7140 |
.ays-poll-dicount-sale-name-discount-box { |
| 7141 |
display: flex; |
| 7142 |
align-items: center; |
| 7143 |
} |
| 7144 |
|
| 7145 |
.ays-poll-dicount-sale-name-discount-box div { |
| 7146 |
margin-left: 10px; |
| 7147 |
} |
| 7148 |
|
| 7149 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 7150 |
width: 40%; |
| 7151 |
display: flex; |
| 7152 |
justify-content: center; |
| 7153 |
align-items: center; |
| 7154 |
} |
| 7155 |
|
| 7156 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-button-box { |
| 7157 |
width: 20%; |
| 7158 |
display: flex; |
| 7159 |
justify-content: center; |
| 7160 |
align-items: center; |
| 7161 |
flex-direction: column; |
| 7162 |
} |
| 7163 |
|
| 7164 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box .ays-poll-new-poll-pro-title { |
| 7165 |
color: #FDFDFD; |
| 7166 |
font-size: 16.8px; |
| 7167 |
font-style: normal; |
| 7168 |
font-weight: 600; |
| 7169 |
line-height: normal; |
| 7170 |
} |
| 7171 |
|
| 7172 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box .ays-poll-sale-baner-mega-bundle-sale-text { |
| 7173 |
font-size: 23px; |
| 7174 |
font-weight: 700; |
| 7175 |
padding-left: 5px; |
| 7176 |
text-shadow: 2px 1.3px 0px #F66123; |
| 7177 |
-webkit-text-stroke-width: 1px; |
| 7178 |
-webkit-text-stroke-color: #4944FF; |
| 7179 |
-moz-text-stroke-width: 1px; |
| 7180 |
-moz-text-stroke-color: #4944FF; |
| 7181 |
} |
| 7182 |
|
| 7183 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box .ays-poll-new-poll-pro-desc { |
| 7184 |
display: inline-block; |
| 7185 |
color: #FFF; |
| 7186 |
font-size: 15px; |
| 7187 |
font-style: normal; |
| 7188 |
font-weight: 400; |
| 7189 |
line-height: normal; |
| 7190 |
margin-top: 10px; |
| 7191 |
} |
| 7192 |
|
| 7193 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 7194 |
font-size: 17px; |
| 7195 |
font-weight: bold; |
| 7196 |
letter-spacing: 0.80px; |
| 7197 |
} |
| 7198 |
|
| 7199 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-color { |
| 7200 |
color: #971821; |
| 7201 |
} |
| 7202 |
|
| 7203 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-text-decoration { |
| 7204 |
text-decoration: underline; |
| 7205 |
} |
| 7206 |
|
| 7207 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 7208 |
display: flex; |
| 7209 |
justify-content: flex-end; |
| 7210 |
align-items: center; |
| 7211 |
} |
| 7212 |
|
| 7213 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 7214 |
width: 30%; |
| 7215 |
} |
| 7216 |
|
| 7217 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box .ays-button, |
| 7218 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 7219 |
align-items: center; |
| 7220 |
font-weight: 500; |
| 7221 |
} |
| 7222 |
|
| 7223 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 7224 |
background: #971821; |
| 7225 |
border-color: #fff; |
| 7226 |
display: flex; |
| 7227 |
justify-content: center; |
| 7228 |
align-items: center; |
| 7229 |
padding: 5px 15px; |
| 7230 |
font-size: 16px; |
| 7231 |
border-radius: 5px; |
| 7232 |
} |
| 7233 |
|
| 7234 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button:hover { |
| 7235 |
background: #7d161d; |
| 7236 |
border-color: #971821; |
| 7237 |
} |
| 7238 |
|
| 7239 |
#ays-poll-dicount-month-main #ays-poll-dismiss-buttons-content{ |
| 7240 |
display: flex; |
| 7241 |
justify-content: center; |
| 7242 |
} |
| 7243 |
|
| 7244 |
#ays-poll-dicount-month-main #ays-poll-dismiss-buttons-content .ays-button{ |
| 7245 |
margin: 0 !important; |
| 7246 |
font-size: 13px; |
| 7247 |
font-size: 13px; |
| 7248 |
color: #ffffff; |
| 7249 |
} |
| 7250 |
|
| 7251 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-opacity-box { |
| 7252 |
width: 19%; |
| 7253 |
} |
| 7254 |
|
| 7255 |
#ays-poll-dicount-month-main .ays-buy-now-opacity-button { |
| 7256 |
padding: 40px 15px; |
| 7257 |
display: flex; |
| 7258 |
justify-content: center; |
| 7259 |
align-items: center; |
| 7260 |
opacity: 0; |
| 7261 |
} |
| 7262 |
|
| 7263 |
#ays-poll-maker-countdown-main-container .ays-poll-maker-countdown-container { |
| 7264 |
margin: 0 auto; |
| 7265 |
text-align: center; |
| 7266 |
} |
| 7267 |
|
| 7268 |
#ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 7269 |
font-weight: normal; |
| 7270 |
letter-spacing: .125rem; |
| 7271 |
text-transform: uppercase; |
| 7272 |
font-weight: bolder; |
| 7273 |
|
| 7274 |
font-size: 18px; |
| 7275 |
font-weight: 400; |
| 7276 |
margin: 0; |
| 7277 |
padding: 9px 0 4px 0; |
| 7278 |
line-height: 1.3; |
| 7279 |
} |
| 7280 |
#ays-poll-maker-countdown-main-container li, |
| 7281 |
#ays-poll-maker-countdown-main-container ul { |
| 7282 |
margin: 0; |
| 7283 |
} |
| 7284 |
|
| 7285 |
#ays-poll-maker-countdown-main-container li { |
| 7286 |
display: inline-block; |
| 7287 |
font-size: 14px; |
| 7288 |
list-style-type: none; |
| 7289 |
padding: 14px; |
| 7290 |
text-transform: lowercase; |
| 7291 |
} |
| 7292 |
|
| 7293 |
#ays-poll-maker-countdown-main-container li span { |
| 7294 |
display: flex; |
| 7295 |
justify-content: center; |
| 7296 |
align-items: center; |
| 7297 |
font-size: 40px; |
| 7298 |
min-height: 62px; |
| 7299 |
min-width: 62px; |
| 7300 |
border-radius: 4.273px; |
| 7301 |
border: 0.534px solid #F4F4F4; |
| 7302 |
background: #9896ED; |
| 7303 |
} |
| 7304 |
|
| 7305 |
#ays-poll-maker-countdown-main-container .emoji { |
| 7306 |
display: none; |
| 7307 |
padding: 1rem; |
| 7308 |
} |
| 7309 |
|
| 7310 |
#ays-poll-maker-countdown-main-container .emoji span { |
| 7311 |
font-size: 30px; |
| 7312 |
padding: 0 .5rem; |
| 7313 |
} |
| 7314 |
|
| 7315 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box li { |
| 7316 |
position: relative; |
| 7317 |
} |
| 7318 |
|
| 7319 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box li span:after { |
| 7320 |
content: ":"; |
| 7321 |
color: #fff; |
| 7322 |
position: absolute; |
| 7323 |
top: 10px; |
| 7324 |
right: -5px; |
| 7325 |
font-size: 40px; |
| 7326 |
|
| 7327 |
} |
| 7328 |
|
| 7329 |
#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box li span#ays-poll-countdown-seconds:after { |
| 7330 |
content: unset; |
| 7331 |
} |
| 7332 |
|
| 7333 |
#ays-poll-dicount-month-main #ays-button-top-buy-now { |
| 7334 |
display: flex; |
| 7335 |
align-items: center; |
| 7336 |
border-radius: 6.409px; |
| 7337 |
background: #F66123; |
| 7338 |
padding: 12px 32px; |
| 7339 |
color: #FFF; |
| 7340 |
font-size: 12.818px; |
| 7341 |
font-style: normal; |
| 7342 |
font-weight: 800; |
| 7343 |
line-height: normal; |
| 7344 |
margin: 0 !important; |
| 7345 |
} |
| 7346 |
|
| 7347 |
div#ays-poll-dicount-month-main button.notice-dismiss:before{ |
| 7348 |
color: #fff; |
| 7349 |
content: ""; |
| 7350 |
background-image: url("../images/icons/ays-poll-close-banner-white.svg"); |
| 7351 |
font-size: 22px; |
| 7352 |
font-weight: 700; |
| 7353 |
font-family: sans-serif; |
| 7354 |
} |
| 7355 |
|
| 7356 |
#ays-poll-dicount-month-main .ays-poll-new-mega-bundle-guaranteeicon { |
| 7357 |
width: 30px; |
| 7358 |
margin-right: 5px; |
| 7359 |
} |
| 7360 |
|
| 7361 |
#ays-poll-dicount-month-main .ays-poll-dicount-one-time-text { |
| 7362 |
color: #FFF; |
| 7363 |
font-size: 12px; |
| 7364 |
font-style: normal; |
| 7365 |
font-weight: 600; |
| 7366 |
line-height: normal; |
| 7367 |
} |
| 7368 |
|
| 7369 |
|
| 7370 |
@media all and (max-width: 768px) { |
| 7371 |
div#ays-poll-dicount-month-main { |
| 7372 |
padding-right: 0; |
| 7373 |
} |
| 7374 |
div#ays-poll-dicount-month-main .ays_poll_dicount_month{ |
| 7375 |
display: flex; |
| 7376 |
align-items: center; |
| 7377 |
justify-content: space-between; |
| 7378 |
align-content: center; |
| 7379 |
flex-wrap: wrap; |
| 7380 |
flex-direction: column; |
| 7381 |
padding: 10px 0; |
| 7382 |
} |
| 7383 |
|
| 7384 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box { |
| 7385 |
width: 100% !important; |
| 7386 |
text-align: center; |
| 7387 |
} |
| 7388 |
|
| 7389 |
#ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 7390 |
font-size: 15px; |
| 7391 |
font-weight: 600; |
| 7392 |
} |
| 7393 |
|
| 7394 |
#ays-poll-maker-countdown-main-container ul { |
| 7395 |
font-weight: 500; |
| 7396 |
} |
| 7397 |
|
| 7398 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 7399 |
width: 100% !important; |
| 7400 |
text-align: center; |
| 7401 |
flex-direction: column; |
| 7402 |
margin-top: 20px; |
| 7403 |
justify-content: center; |
| 7404 |
align-items: center; |
| 7405 |
} |
| 7406 |
|
| 7407 |
.ays-poll-dicount-sale-name-discount-box { |
| 7408 |
display: block; |
| 7409 |
} |
| 7410 |
|
| 7411 |
.ays-poll-dicount-sale-name-discount-box div { |
| 7412 |
margin-left: 0; |
| 7413 |
} |
| 7414 |
|
| 7415 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box li span:after { |
| 7416 |
top: unset; |
| 7417 |
} |
| 7418 |
|
| 7419 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 7420 |
width: 100%; |
| 7421 |
} |
| 7422 |
|
| 7423 |
#ays-poll-dicount-month-main .ays-button{ |
| 7424 |
margin: 0 auto !important; |
| 7425 |
} |
| 7426 |
|
| 7427 |
div#ays-poll-dicount-month-main.ays_poll_dicount_info.notice { |
| 7428 |
background-position: bottom right; |
| 7429 |
background-repeat: no-repeat; |
| 7430 |
background-size: cover; |
| 7431 |
} |
| 7432 |
|
| 7433 |
#ays-poll-dicount-month-main #ays-poll-dismiss-buttons-content .ays-button { |
| 7434 |
padding-left: unset !important; |
| 7435 |
} |
| 7436 |
|
| 7437 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 7438 |
justify-content: center; |
| 7439 |
} |
| 7440 |
|
| 7441 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 7442 |
font-size: 14px; |
| 7443 |
padding: 5px 10px; |
| 7444 |
} |
| 7445 |
|
| 7446 |
div#ays-poll-dicount-month-main .ays-buy-now-opacity-button { |
| 7447 |
display: none; |
| 7448 |
} |
| 7449 |
|
| 7450 |
#ays-poll-dicount-month-main .ays-poll-dismiss-buttons-container-for-form{ |
| 7451 |
position: static !important; |
| 7452 |
} |
| 7453 |
|
| 7454 |
.comparison .product img { |
| 7455 |
width: 70px; |
| 7456 |
} |
| 7457 |
|
| 7458 |
.ays-poll-features-wrap .comparison a.price-buy{ |
| 7459 |
padding: 8px 5px; |
| 7460 |
font-size: 11px; |
| 7461 |
} |
| 7462 |
} |
| 7463 |
|
| 7464 |
@media screen and (max-width: 1305px) and (min-width: 768px){ |
| 7465 |
div#ays-poll-dicount-month-main.ays_poll_dicount_info.notice { |
| 7466 |
background-position: bottom right; |
| 7467 |
background-repeat: no-repeat; |
| 7468 |
background-size: cover; |
| 7469 |
} |
| 7470 |
|
| 7471 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 7472 |
font-size: 15px; |
| 7473 |
} |
| 7474 |
|
| 7475 |
#ays-poll-maker-countdown-main-container li { |
| 7476 |
font-size: 11px; |
| 7477 |
} |
| 7478 |
|
| 7479 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-opacity-box { |
| 7480 |
display: none; |
| 7481 |
} |
| 7482 |
} |
| 7483 |
|
| 7484 |
@media screen and (max-width: 1680px) and (min-width: 1551px){ |
| 7485 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 7486 |
width: 29%; |
| 7487 |
} |
| 7488 |
|
| 7489 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 7490 |
width: 30%; |
| 7491 |
} |
| 7492 |
} |
| 7493 |
|
| 7494 |
@media screen and (max-width: 1550px) and (min-width: 1400px){ |
| 7495 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 7496 |
width: 31%; |
| 7497 |
} |
| 7498 |
|
| 7499 |
div#ays-poll-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 7500 |
width: 35%; |
| 7501 |
} |
| 7502 |
} |
| 7503 |
/* New Mega Bundle Banner Poll | End */ |
| 7504 |
|
| 7505 |
|
| 7506 |
/* New Poll Pro Banner quiz by Emma | Start */ |
| 7507 |
|
| 7508 |
/* div#ays-poll-new-mega-bundle-dicount-month-main-2024 { |
| 7509 |
border: 0; |
| 7510 |
background: #FFF; |
| 7511 |
border-radius: 20px; |
| 7512 |
box-shadow: unset; |
| 7513 |
position: relative; |
| 7514 |
z-index: 1; |
| 7515 |
min-height: 80px; |
| 7516 |
} |
| 7517 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024.ays_poll_dicount_info button { |
| 7518 |
display: flex; |
| 7519 |
align-items: center; |
| 7520 |
} |
| 7521 |
|
| 7522 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 div#ays-poll-dicount-month a.ays-poll-sale-banner-link:focus { |
| 7523 |
outline: none; |
| 7524 |
box-shadow: 0; |
| 7525 |
} |
| 7526 |
|
| 7527 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 .btn-link { |
| 7528 |
font-weight: 400; |
| 7529 |
color: #007bff; |
| 7530 |
background-color: transparent; |
| 7531 |
display: inline-block; |
| 7532 |
font-weight: 400; |
| 7533 |
text-align: center; |
| 7534 |
white-space: nowrap; |
| 7535 |
vertical-align: middle; |
| 7536 |
-webkit-user-select: none; |
| 7537 |
-moz-user-select: none; |
| 7538 |
-ms-user-select: none; |
| 7539 |
user-select: none; |
| 7540 |
border: 1px solid transparent; |
| 7541 |
padding: .375rem .75rem; |
| 7542 |
font-size: 1rem; |
| 7543 |
line-height: 1.5; |
| 7544 |
border-radius: .25rem |
| 7545 |
} |
| 7546 |
|
| 7547 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024.ays_poll_dicount_info { |
| 7548 |
background-color: #fff6df; |
| 7549 |
} |
| 7550 |
|
| 7551 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays_poll_dicount_month { |
| 7552 |
display: flex; |
| 7553 |
align-items: center; |
| 7554 |
justify-content: space-between; |
| 7555 |
color: #fff; |
| 7556 |
} |
| 7557 |
|
| 7558 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays_poll_dicount_month img { |
| 7559 |
width: 80px; |
| 7560 |
} |
| 7561 |
|
| 7562 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-sale-banner-link { |
| 7563 |
display: flex; |
| 7564 |
justify-content: center; |
| 7565 |
align-items: center; |
| 7566 |
width: 200px; |
| 7567 |
} |
| 7568 |
|
| 7569 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box { |
| 7570 |
font-size:14px; |
| 7571 |
padding: 4px; |
| 7572 |
text-align: center; |
| 7573 |
} |
| 7574 |
|
| 7575 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 7576 |
color: #30499B; |
| 7577 |
} |
| 7578 |
|
| 7579 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 7580 |
display: flex; |
| 7581 |
justify-content: center; |
| 7582 |
align-items: center; |
| 7583 |
} |
| 7584 |
|
| 7585 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-button-box { |
| 7586 |
display: flex; |
| 7587 |
justify-content: center; |
| 7588 |
align-items: center; |
| 7589 |
flex-direction: column; |
| 7590 |
} |
| 7591 |
|
| 7592 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-button-box span{ |
| 7593 |
font-size: 10px; |
| 7594 |
color: #30499B; |
| 7595 |
} |
| 7596 |
|
| 7597 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box .ays-poll-dicount-wrap-text-box-texts { |
| 7598 |
font-size: 23px; |
| 7599 |
font-weight: bold; |
| 7600 |
letter-spacing: 0.80px; |
| 7601 |
} |
| 7602 |
|
| 7603 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box .ays-poll-dicount-wrap-text-box-texts a:hover span, |
| 7604 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box .ays-poll-dicount-wrap-text-box-texts a:hover { |
| 7605 |
text-decoration: underline; |
| 7606 |
} |
| 7607 |
|
| 7608 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-color { |
| 7609 |
color: #971821; |
| 7610 |
} |
| 7611 |
|
| 7612 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-text-decoration { |
| 7613 |
text-decoration: underline; |
| 7614 |
} |
| 7615 |
|
| 7616 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 7617 |
display: flex; |
| 7618 |
justify-content: flex-end; |
| 7619 |
align-items: center; |
| 7620 |
} |
| 7621 |
|
| 7622 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-new-mega-bundle-limited-text { |
| 7623 |
background-image: url(../images/icons/rectangle-bundle-2024.png); |
| 7624 |
background-size: 100% 100%; |
| 7625 |
width: auto; |
| 7626 |
display: inline-block; |
| 7627 |
height: auto; |
| 7628 |
background-repeat: no-repeat; |
| 7629 |
} |
| 7630 |
|
| 7631 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-discount-box-sale-image { |
| 7632 |
background-image: url(../images/50-sale-2024.png); |
| 7633 |
background-size: contain; |
| 7634 |
width: 290px; |
| 7635 |
display: inline-block; |
| 7636 |
height: auto; |
| 7637 |
background-repeat: no-repeat; |
| 7638 |
height: 117px; |
| 7639 |
background-position: center; |
| 7640 |
} |
| 7641 |
|
| 7642 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 7643 |
width: 30%; |
| 7644 |
} |
| 7645 |
|
| 7646 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box .ays-button, |
| 7647 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 7648 |
align-items: center; |
| 7649 |
font-weight: 500; |
| 7650 |
} |
| 7651 |
|
| 7652 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 7653 |
background: #971821; |
| 7654 |
border-color: #fff; |
| 7655 |
display: flex; |
| 7656 |
justify-content: center; |
| 7657 |
align-items: center; |
| 7658 |
padding: 5px 15px; |
| 7659 |
font-size: 16px; |
| 7660 |
border-radius: 5px; |
| 7661 |
} |
| 7662 |
|
| 7663 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box .ays-buy-now-button:hover { |
| 7664 |
background: #7d161d; |
| 7665 |
border-color: #971821; |
| 7666 |
} |
| 7667 |
|
| 7668 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 #ays-poll-dismiss-buttons-content{ |
| 7669 |
display: flex; |
| 7670 |
justify-content: center; |
| 7671 |
} |
| 7672 |
|
| 7673 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 #ays-poll-dismiss-buttons-content .ays-button{ |
| 7674 |
margin: 0 !important; |
| 7675 |
font-size: 13px; |
| 7676 |
font-size: 13px; |
| 7677 |
color: #ffffff; |
| 7678 |
} |
| 7679 |
|
| 7680 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-opacity-box { |
| 7681 |
width: 19%; |
| 7682 |
} |
| 7683 |
|
| 7684 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-buy-now-opacity-button { |
| 7685 |
padding: 40px 15px; |
| 7686 |
display: flex; |
| 7687 |
justify-content: center; |
| 7688 |
align-items: center; |
| 7689 |
opacity: 0; |
| 7690 |
} |
| 7691 |
|
| 7692 |
#ays-poll-maker-countdown-main-container .ays-poll-maker-countdown-container { |
| 7693 |
color:#30499B; |
| 7694 |
margin: 0 auto; |
| 7695 |
text-align: center; |
| 7696 |
} |
| 7697 |
|
| 7698 |
#ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 7699 |
font-weight: normal; |
| 7700 |
letter-spacing: .125rem; |
| 7701 |
text-transform: uppercase; |
| 7702 |
font-weight: bolder; |
| 7703 |
|
| 7704 |
font-size: 18px; |
| 7705 |
font-weight: 400; |
| 7706 |
margin: 0; |
| 7707 |
padding: 9px 0 4px 0; |
| 7708 |
line-height: 1.3; |
| 7709 |
} |
| 7710 |
#ays-poll-maker-countdown-main-container li, |
| 7711 |
#ays-poll-maker-countdown-main-container ul { |
| 7712 |
margin: 0; |
| 7713 |
} |
| 7714 |
|
| 7715 |
#ays-poll-maker-countdown-main-container li { |
| 7716 |
display: inline-block; |
| 7717 |
font-size: 14px; |
| 7718 |
list-style-type: none; |
| 7719 |
padding: 14px; |
| 7720 |
text-transform: capitalize; |
| 7721 |
text-align: center; |
| 7722 |
margin: auto; |
| 7723 |
} |
| 7724 |
|
| 7725 |
#ays-poll-maker-countdown-main-container li span { |
| 7726 |
display: flex; |
| 7727 |
justify-content: center; |
| 7728 |
align-items: center; |
| 7729 |
font-size: 23px; |
| 7730 |
height: 56px; |
| 7731 |
width: 53px; |
| 7732 |
border-radius: 8px; |
| 7733 |
border: 0.534px solid #F4F4F4; |
| 7734 |
background: #30499B; |
| 7735 |
color: #fff; |
| 7736 |
} |
| 7737 |
|
| 7738 |
#ays-poll-maker-countdown-main-container .emoji { |
| 7739 |
display: none; |
| 7740 |
padding: 1rem; |
| 7741 |
} |
| 7742 |
|
| 7743 |
#ays-poll-maker-countdown-main-container .emoji span { |
| 7744 |
font-size: 30px; |
| 7745 |
padding: 0 .5rem; |
| 7746 |
} |
| 7747 |
|
| 7748 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box li { |
| 7749 |
position: relative; |
| 7750 |
} |
| 7751 |
|
| 7752 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box li span:after { |
| 7753 |
content: ":"; |
| 7754 |
color: #30499B; |
| 7755 |
position: absolute; |
| 7756 |
top: 10px; |
| 7757 |
right: -5px; |
| 7758 |
font-size: 40px; |
| 7759 |
|
| 7760 |
} |
| 7761 |
|
| 7762 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box li span#ays-poll-countdown-seconds:after { |
| 7763 |
content: unset; |
| 7764 |
} |
| 7765 |
|
| 7766 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 #ays-button-top-buy-now { |
| 7767 |
display: flex; |
| 7768 |
align-items: center; |
| 7769 |
border-radius: 64px; |
| 7770 |
padding: 12px 32px; |
| 7771 |
background: #30499B; |
| 7772 |
color: #FFF; |
| 7773 |
font-size: 12.818px; |
| 7774 |
font-style: normal; |
| 7775 |
font-weight: 800; |
| 7776 |
line-height: normal; |
| 7777 |
margin: 0 !important; |
| 7778 |
} |
| 7779 |
|
| 7780 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .button.ays-button{ |
| 7781 |
margin: 0; |
| 7782 |
} |
| 7783 |
|
| 7784 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 button.notice-dismiss:before{ |
| 7785 |
color: #30499B; |
| 7786 |
} |
| 7787 |
|
| 7788 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 button.notice-dismiss:before{ |
| 7789 |
color: #30499B; |
| 7790 |
content: ""; |
| 7791 |
background-image: url("../images/icons/ays-poll-close-banner.svg"); |
| 7792 |
font-size: 22px; |
| 7793 |
font-weight: 700; |
| 7794 |
font-family: sans-serif; |
| 7795 |
} |
| 7796 |
|
| 7797 |
|
| 7798 |
@media all and (max-width: 768px) { |
| 7799 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 { |
| 7800 |
padding-right: 0; |
| 7801 |
} |
| 7802 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays_poll_dicount_month{ |
| 7803 |
display: flex; |
| 7804 |
align-items: center; |
| 7805 |
justify-content: space-between; |
| 7806 |
align-content: center; |
| 7807 |
flex-wrap: wrap; |
| 7808 |
flex-direction: column; |
| 7809 |
padding: 10px 0; |
| 7810 |
} |
| 7811 |
|
| 7812 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box { |
| 7813 |
width: 100%; |
| 7814 |
text-align: center; |
| 7815 |
} |
| 7816 |
|
| 7817 |
#ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 7818 |
font-size: 15px; |
| 7819 |
font-weight: 600; |
| 7820 |
} |
| 7821 |
|
| 7822 |
#ays-poll-maker-countdown-main-container ul { |
| 7823 |
font-weight: 500; |
| 7824 |
} |
| 7825 |
|
| 7826 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 7827 |
width: 100%; |
| 7828 |
text-align: center; |
| 7829 |
} |
| 7830 |
|
| 7831 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 7832 |
width: 100%; |
| 7833 |
display: flex; |
| 7834 |
justify-content: center; |
| 7835 |
align-items: center; |
| 7836 |
} |
| 7837 |
|
| 7838 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-button{ |
| 7839 |
margin: 0 auto !important; |
| 7840 |
} |
| 7841 |
|
| 7842 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024.ays_poll_dicount_info.notice { |
| 7843 |
background-position: center; |
| 7844 |
background-repeat: no-repeat; |
| 7845 |
background-size: cover; |
| 7846 |
} |
| 7847 |
|
| 7848 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 #ays-poll-dismiss-buttons-content .ays-button { |
| 7849 |
padding-left: unset !important; |
| 7850 |
} |
| 7851 |
|
| 7852 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 7853 |
justify-content: center; |
| 7854 |
} |
| 7855 |
|
| 7856 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 7857 |
font-size: 14px; |
| 7858 |
padding: 5px 10px; |
| 7859 |
} |
| 7860 |
|
| 7861 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-buy-now-opacity-button { |
| 7862 |
display: none; |
| 7863 |
} |
| 7864 |
|
| 7865 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dismiss-buttons-container-for-form{ |
| 7866 |
position: static !important; |
| 7867 |
} |
| 7868 |
|
| 7869 |
.comparison .product img { |
| 7870 |
width: 70px; |
| 7871 |
} |
| 7872 |
|
| 7873 |
.comparison a.price-buy{ |
| 7874 |
padding: 5px 10px; |
| 7875 |
font-size: 11px; |
| 7876 |
} |
| 7877 |
|
| 7878 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box .ays-poll-dicount-wrap-text-box-texts{ |
| 7879 |
height: 64px; |
| 7880 |
} |
| 7881 |
|
| 7882 |
#ays-poll-maker-countdown-main-container .ays-poll-maker-countdown-container #ays-poll-countdown > ul{ |
| 7883 |
display: flex; |
| 7884 |
justify-content: center; |
| 7885 |
align-items: center; |
| 7886 |
} |
| 7887 |
|
| 7888 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box li span:after { |
| 7889 |
top: unset; |
| 7890 |
} |
| 7891 |
|
| 7892 |
#ays-poll-maker-countdown-main-container li{ |
| 7893 |
font-size: 12px; |
| 7894 |
padding: 12px; |
| 7895 |
} |
| 7896 |
|
| 7897 |
#ays-poll-maker-countdown-main-container li span{ |
| 7898 |
font-size: 26px; |
| 7899 |
min-height: 50px; |
| 7900 |
min-width: 50px; |
| 7901 |
} |
| 7902 |
|
| 7903 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-button-box{ |
| 7904 |
width: 100%; |
| 7905 |
} |
| 7906 |
} |
| 7907 |
|
| 7908 |
@media screen and (max-width: 1305px) and (min-width: 768px){ |
| 7909 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024.ays_poll_dicount_info.notice { |
| 7910 |
background-position: bottom right; |
| 7911 |
background-repeat: no-repeat; |
| 7912 |
background-size: cover; |
| 7913 |
} |
| 7914 |
|
| 7915 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box .ays-poll-dicount-wrap-text-box-texts { |
| 7916 |
font-size: 15px; |
| 7917 |
} |
| 7918 |
|
| 7919 |
#ays-poll-maker-countdown-main-container li { |
| 7920 |
font-size: 11px; |
| 7921 |
} |
| 7922 |
|
| 7923 |
div#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-opacity-box { |
| 7924 |
display: none; |
| 7925 |
} |
| 7926 |
} |
| 7927 |
|
| 7928 |
@media screen and (max-width: 436px){ |
| 7929 |
#ays-poll-new-mega-bundle-dicount-month-main-2024 .ays-poll-dicount-wrap-box .ays-poll-dicount-wrap-text-box-texts{ |
| 7930 |
height: 110px; |
| 7931 |
margin-bottom: 25px; |
| 7932 |
} |
| 7933 |
} */ |
| 7934 |
/* New Poll Pro Banner poll by Emma | End */ |
| 7935 |
|
| 7936 |
|
| 7937 |
/* 2024 | Black Friday top banner | Start */ |
| 7938 |
/* |
| 7939 |
div#ays-poll-black-friday-bundle-dicount-month-main { |
| 7940 |
border: 0; |
| 7941 |
background: #FFF; |
| 7942 |
border-radius: 20px; |
| 7943 |
box-shadow: unset; |
| 7944 |
position: relative; |
| 7945 |
z-index: 1; |
| 7946 |
min-height: 80px; |
| 7947 |
} |
| 7948 |
div#ays-poll-black-friday-bundle-dicount-month-main.ays_poll_dicount_info button { |
| 7949 |
display: flex; |
| 7950 |
align-items: center; |
| 7951 |
} |
| 7952 |
|
| 7953 |
div#ays-poll-black-friday-bundle-dicount-month-main div#ays-poll-dicount-month a.ays-poll-sale-banner-link:focus { |
| 7954 |
outline: none; |
| 7955 |
box-shadow: 0; |
| 7956 |
} |
| 7957 |
|
| 7958 |
div#ays-poll-black-friday-bundle-dicount-month-main .btn-link { |
| 7959 |
font-weight: 400; |
| 7960 |
color: #007bff; |
| 7961 |
background-color: transparent; |
| 7962 |
display: inline-block; |
| 7963 |
font-weight: 400; |
| 7964 |
text-align: center; |
| 7965 |
white-space: nowrap; |
| 7966 |
vertical-align: middle; |
| 7967 |
-webkit-user-select: none; |
| 7968 |
-moz-user-select: none; |
| 7969 |
-ms-user-select: none; |
| 7970 |
user-select: none; |
| 7971 |
border: 1px solid transparent; |
| 7972 |
padding: .375rem .75rem; |
| 7973 |
font-size: 1rem; |
| 7974 |
line-height: 1.5; |
| 7975 |
border-radius: .25rem |
| 7976 |
} |
| 7977 |
|
| 7978 |
div#ays-poll-black-friday-bundle-dicount-month-main.ays_poll_dicount_info { |
| 7979 |
background-image: url("../images/ays-poll-banner-black-friday-bg-image.svg"); |
| 7980 |
background-position: center right; |
| 7981 |
background-repeat: no-repeat; |
| 7982 |
background-size: cover; |
| 7983 |
background-color: #161616; |
| 7984 |
} |
| 7985 |
|
| 7986 |
#ays-poll-black-friday-bundle-dicount-month-main .ays_poll_dicount_month { |
| 7987 |
display: flex; |
| 7988 |
align-items: center; |
| 7989 |
justify-content: space-between; |
| 7990 |
color: #fff; |
| 7991 |
} |
| 7992 |
|
| 7993 |
#ays-poll-black-friday-bundle-dicount-month-main .ays_poll_dicount_month img { |
| 7994 |
width: 80px; |
| 7995 |
} |
| 7996 |
|
| 7997 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-sale-banner-link { |
| 7998 |
display: flex; |
| 7999 |
justify-content: center; |
| 8000 |
align-items: center; |
| 8001 |
width: 200px; |
| 8002 |
} |
| 8003 |
|
| 8004 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box { |
| 8005 |
font-size:14px; |
| 8006 |
padding:12px; |
| 8007 |
text-align: center; |
| 8008 |
} |
| 8009 |
|
| 8010 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 8011 |
text-align: left; |
| 8012 |
width: 30%; |
| 8013 |
display: flex; |
| 8014 |
justify-content: space-around; |
| 8015 |
align-items: flex-start; |
| 8016 |
text-align: center; |
| 8017 |
} |
| 8018 |
|
| 8019 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 8020 |
width: 30%; |
| 8021 |
display: flex; |
| 8022 |
justify-content: center; |
| 8023 |
align-items: center; |
| 8024 |
} |
| 8025 |
|
| 8026 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-button-box { |
| 8027 |
width: 20%; |
| 8028 |
display: flex; |
| 8029 |
justify-content: center; |
| 8030 |
align-items: center; |
| 8031 |
flex-direction: column; |
| 8032 |
} |
| 8033 |
|
| 8034 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box .ays-poll-black-friday-bundle-title { |
| 8035 |
display: inline-block; |
| 8036 |
color: #FDFDFD; |
| 8037 |
font-size: 16.8px; |
| 8038 |
font-style: normal; |
| 8039 |
font-weight: 600; |
| 8040 |
line-height: normal; |
| 8041 |
} |
| 8042 |
|
| 8043 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box .ays-poll-black-friday-bundle-title .ays-poll-black-friday-bundle-title-link { |
| 8044 |
font-style: normal; |
| 8045 |
font-weight: 700; |
| 8046 |
font-size: 32px; |
| 8047 |
line-height: 39px; |
| 8048 |
text-align: center; |
| 8049 |
text-transform: uppercase; |
| 8050 |
letter-spacing: 0.13em; |
| 8051 |
color: #161616; |
| 8052 |
text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff; |
| 8053 |
} |
| 8054 |
|
| 8055 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box .ays-poll-black-friday-bundle-desc { |
| 8056 |
display: inline-block; |
| 8057 |
font-style: normal; |
| 8058 |
font-weight: 700; |
| 8059 |
font-size: 32px; |
| 8060 |
line-height: normal; |
| 8061 |
text-align: center; |
| 8062 |
letter-spacing: 0.13em; |
| 8063 |
color: #161616; |
| 8064 |
text-shadow: -1px 1px 0 #FF7F66, 1px 1px 0 #FF7F66, 1px -1px 0 #FF7F66, -1px -1px 0 #FF7F66; |
| 8065 |
} |
| 8066 |
|
| 8067 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-black-friday-bundle-coupon-row { |
| 8068 |
box-sizing: border-box; |
| 8069 |
display: flex; |
| 8070 |
flex-direction: row; |
| 8071 |
justify-content: center; |
| 8072 |
align-items: center; |
| 8073 |
padding: 10px; |
| 8074 |
font-size: 20px; |
| 8075 |
background: #161616; |
| 8076 |
border: 2px dotted #FF7F66; |
| 8077 |
border-radius: 25px; |
| 8078 |
margin-bottom: 5px; |
| 8079 |
} |
| 8080 |
|
| 8081 |
|
| 8082 |
|
| 8083 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 8084 |
font-size: 17px; |
| 8085 |
font-weight: bold; |
| 8086 |
letter-spacing: 0.80px; |
| 8087 |
} |
| 8088 |
|
| 8089 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-color { |
| 8090 |
color: #971821; |
| 8091 |
} |
| 8092 |
|
| 8093 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-text-decoration { |
| 8094 |
text-decoration: underline; |
| 8095 |
} |
| 8096 |
|
| 8097 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 8098 |
display: flex; |
| 8099 |
justify-content: flex-end; |
| 8100 |
align-items: center; |
| 8101 |
} |
| 8102 |
|
| 8103 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 8104 |
width: 30%; |
| 8105 |
} |
| 8106 |
|
| 8107 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box .ays-button, |
| 8108 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 8109 |
align-items: center; |
| 8110 |
font-weight: 500; |
| 8111 |
} |
| 8112 |
|
| 8113 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 8114 |
background: #971821; |
| 8115 |
border-color: #fff; |
| 8116 |
display: flex; |
| 8117 |
justify-content: center; |
| 8118 |
align-items: center; |
| 8119 |
padding: 5px 15px; |
| 8120 |
font-size: 16px; |
| 8121 |
border-radius: 5px; |
| 8122 |
} |
| 8123 |
|
| 8124 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button:hover { |
| 8125 |
background: #7d161d; |
| 8126 |
border-color: #971821; |
| 8127 |
} |
| 8128 |
|
| 8129 |
#ays-poll-black-friday-bundle-dicount-month-main #ays-poll-dismiss-buttons-content{ |
| 8130 |
display: flex; |
| 8131 |
justify-content: center; |
| 8132 |
} |
| 8133 |
|
| 8134 |
#ays-poll-black-friday-bundle-dicount-month-main #ays-poll-dismiss-buttons-content .ays-button{ |
| 8135 |
margin: 0 !important; |
| 8136 |
font-size: 13px; |
| 8137 |
font-size: 13px; |
| 8138 |
color: #ffffff; |
| 8139 |
|
| 8140 |
} |
| 8141 |
|
| 8142 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-opacity-box { |
| 8143 |
width: 19%; |
| 8144 |
} |
| 8145 |
|
| 8146 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-buy-now-opacity-button { |
| 8147 |
padding: 40px 15px; |
| 8148 |
display: flex; |
| 8149 |
justify-content: center; |
| 8150 |
align-items: center; |
| 8151 |
opacity: 0; |
| 8152 |
} |
| 8153 |
|
| 8154 |
#ays-poll-maker-countdown-main-container .ays-poll-maker-countdown-container { |
| 8155 |
margin: 0 auto; |
| 8156 |
text-align: center; |
| 8157 |
} |
| 8158 |
|
| 8159 |
#ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 8160 |
font-weight: normal; |
| 8161 |
letter-spacing: .125rem; |
| 8162 |
text-transform: uppercase; |
| 8163 |
font-weight: bolder; |
| 8164 |
font-size: 18px; |
| 8165 |
font-weight: 400; |
| 8166 |
margin: 0; |
| 8167 |
padding: 9px 0 4px 0; |
| 8168 |
line-height: 1.3; |
| 8169 |
} |
| 8170 |
#ays-poll-maker-countdown-main-container li, |
| 8171 |
#ays-poll-maker-countdown-main-container ul { |
| 8172 |
margin: 0; |
| 8173 |
} |
| 8174 |
|
| 8175 |
#ays-poll-maker-countdown-main-container li { |
| 8176 |
display: inline-block; |
| 8177 |
font-size: 14px; |
| 8178 |
list-style-type: none; |
| 8179 |
padding: 14px; |
| 8180 |
text-transform: lowercase; |
| 8181 |
} |
| 8182 |
|
| 8183 |
#ays-poll-maker-countdown-main-container li span { |
| 8184 |
display: flex; |
| 8185 |
justify-content: center; |
| 8186 |
align-items: center; |
| 8187 |
font-size: 30px; |
| 8188 |
min-height: 50px; |
| 8189 |
min-width: 50px; |
| 8190 |
background: rgba(255, 255, 255, 0.05); |
| 8191 |
border: 1px solid #FF7F66; |
| 8192 |
border-radius: 4px; |
| 8193 |
box-shadow: 0px 1px 1px #FF7F66; |
| 8194 |
} |
| 8195 |
|
| 8196 |
#ays-poll-maker-countdown-main-container .emoji { |
| 8197 |
display: none; |
| 8198 |
padding: 1rem; |
| 8199 |
} |
| 8200 |
|
| 8201 |
#ays-poll-maker-countdown-main-container .emoji span { |
| 8202 |
font-size: 30px; |
| 8203 |
padding: 0 .5rem; |
| 8204 |
} |
| 8205 |
|
| 8206 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box li { |
| 8207 |
position: relative; |
| 8208 |
} |
| 8209 |
|
| 8210 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box li span:after { |
| 8211 |
content: ":"; |
| 8212 |
color: #fff; |
| 8213 |
position: absolute; |
| 8214 |
top: 10px; |
| 8215 |
right: -5px; |
| 8216 |
font-size: 40px; |
| 8217 |
|
| 8218 |
} |
| 8219 |
|
| 8220 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box li span#ays-poll-countdown-seconds:after { |
| 8221 |
content: unset; |
| 8222 |
} |
| 8223 |
|
| 8224 |
#ays-poll-black-friday-bundle-dicount-month-main #ays-button-top-buy-now { |
| 8225 |
display: flex; |
| 8226 |
align-items: center; |
| 8227 |
padding: 12px 32px; |
| 8228 |
color: #FFF; |
| 8229 |
font-size:15px; |
| 8230 |
font-style: normal; |
| 8231 |
line-height: normal; |
| 8232 |
margin: 0 !important; |
| 8233 |
background: rgba(255, 255, 255, 0.1); |
| 8234 |
border: 1px solid #FF7F66; |
| 8235 |
box-shadow: 0px 0px 4px #FF7F66; |
| 8236 |
border-radius: 4px; |
| 8237 |
transition: all 0.3s; |
| 8238 |
} |
| 8239 |
|
| 8240 |
#ays-poll-black-friday-bundle-dicount-month-main #ays-button-top-buy-now:hover { |
| 8241 |
background-color: #FF7F66; |
| 8242 |
border: 1px solid #fff; |
| 8243 |
} |
| 8244 |
|
| 8245 |
div#ays-poll-black-friday-bundle-dicount-month-main button.notice-dismiss:before{ |
| 8246 |
color: #fff; |
| 8247 |
content: ""; |
| 8248 |
background-image: url("../images/icons/ays-poll-close-banner.svg"); |
| 8249 |
font-family: fontawesome; |
| 8250 |
font-size: 22px; |
| 8251 |
} |
| 8252 |
|
| 8253 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-black-friday-bundle-guaranteeicon { |
| 8254 |
width: 30px; |
| 8255 |
margin-right: 5px; |
| 8256 |
} |
| 8257 |
|
| 8258 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-one-time-text { |
| 8259 |
color: #FFF; |
| 8260 |
font-size: 12px; |
| 8261 |
font-style: normal; |
| 8262 |
font-weight: 600; |
| 8263 |
line-height: normal; |
| 8264 |
} |
| 8265 |
|
| 8266 |
|
| 8267 |
@media all and (max-width: 768px) { |
| 8268 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-black-friday-bundle-coupon-row { |
| 8269 |
max-width: 50%; |
| 8270 |
margin: 0 auto; |
| 8271 |
} |
| 8272 |
|
| 8273 |
div#ays-poll-black-friday-bundle-dicount-month-main { |
| 8274 |
padding-right: 0; |
| 8275 |
} |
| 8276 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays_poll_dicount_month{ |
| 8277 |
display: flex; |
| 8278 |
align-items: center; |
| 8279 |
justify-content: space-between; |
| 8280 |
align-content: center; |
| 8281 |
flex-wrap: wrap; |
| 8282 |
flex-direction: column; |
| 8283 |
padding: 10px 0; |
| 8284 |
} |
| 8285 |
|
| 8286 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box { |
| 8287 |
width: 100% !important; |
| 8288 |
text-align: center; |
| 8289 |
} |
| 8290 |
|
| 8291 |
#ays-poll-maker-countdown-main-container #ays-poll-countdown-headline { |
| 8292 |
font-size: 15px; |
| 8293 |
font-weight: 600; |
| 8294 |
} |
| 8295 |
|
| 8296 |
#ays-poll-maker-countdown-main-container ul { |
| 8297 |
font-weight: 500; |
| 8298 |
} |
| 8299 |
|
| 8300 |
#ays-poll-maker-countdown-main-container li span { |
| 8301 |
font-size: 35px; |
| 8302 |
min-height: 57px; |
| 8303 |
min-width: 55px; |
| 8304 |
} |
| 8305 |
|
| 8306 |
div#ays-poll-maker-countdown-main-container li { |
| 8307 |
padding: 10px; |
| 8308 |
} |
| 8309 |
|
| 8310 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-black-friday-bundle-mobile-image-display-none { |
| 8311 |
display: none !important; |
| 8312 |
} |
| 8313 |
|
| 8314 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-black-friday-bundle-mobile-image-display-block { |
| 8315 |
display: block !important; |
| 8316 |
margin-top: 5px; |
| 8317 |
} |
| 8318 |
|
| 8319 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 8320 |
width: 100% !important; |
| 8321 |
text-align: center; |
| 8322 |
flex-direction: column; |
| 8323 |
margin-top: 20px; |
| 8324 |
justify-content: center; |
| 8325 |
align-items: center; |
| 8326 |
} |
| 8327 |
|
| 8328 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box li span:after { |
| 8329 |
top: unset; |
| 8330 |
} |
| 8331 |
|
| 8332 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 8333 |
width: 100%; |
| 8334 |
display: flex; |
| 8335 |
justify-content: center; |
| 8336 |
align-items: center; |
| 8337 |
} |
| 8338 |
|
| 8339 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-button{ |
| 8340 |
margin: 0 auto !important; |
| 8341 |
} |
| 8342 |
|
| 8343 |
div#ays-poll-black-friday-bundle-dicount-month-main.ays_poll_dicount_info.notice { |
| 8344 |
background-position: bottom right; |
| 8345 |
background-repeat: no-repeat; |
| 8346 |
background-size: cover; |
| 8347 |
border-radius: 10px; |
| 8348 |
} |
| 8349 |
|
| 8350 |
#ays-poll-black-friday-bundle-dicount-month-main #ays-poll-dismiss-buttons-content .ays-button { |
| 8351 |
padding-left: unset !important; |
| 8352 |
} |
| 8353 |
|
| 8354 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-buy-now-button-box { |
| 8355 |
justify-content: center; |
| 8356 |
} |
| 8357 |
|
| 8358 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box .ays-buy-now-button { |
| 8359 |
font-size: 14px; |
| 8360 |
padding: 5px 10px; |
| 8361 |
} |
| 8362 |
|
| 8363 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-buy-now-opacity-button { |
| 8364 |
display: none; |
| 8365 |
} |
| 8366 |
|
| 8367 |
#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dismiss-buttons-container-for-form{ |
| 8368 |
position: static !important; |
| 8369 |
} |
| 8370 |
|
| 8371 |
.comparison .product img { |
| 8372 |
width: 70px; |
| 8373 |
} |
| 8374 |
|
| 8375 |
.ays-poll-features-wrap .comparison a.price-buy{ |
| 8376 |
padding: 8px 5px; |
| 8377 |
font-size: 11px; |
| 8378 |
} |
| 8379 |
} |
| 8380 |
|
| 8381 |
@media screen and (max-width: 1305px) and (min-width: 768px){ |
| 8382 |
div#ays-poll-black-friday-bundle-dicount-month-main.ays_poll_dicount_info.notice { |
| 8383 |
background-position: bottom right; |
| 8384 |
background-repeat: no-repeat; |
| 8385 |
background-size: cover; |
| 8386 |
} |
| 8387 |
|
| 8388 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box strong { |
| 8389 |
font-size: 15px; |
| 8390 |
} |
| 8391 |
|
| 8392 |
#ays-poll-maker-countdown-main-container li { |
| 8393 |
font-size: 11px; |
| 8394 |
} |
| 8395 |
|
| 8396 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-opacity-box { |
| 8397 |
display: none; |
| 8398 |
} |
| 8399 |
} |
| 8400 |
|
| 8401 |
@media screen and (max-width: 1680px) and (min-width: 1551px){ |
| 8402 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 8403 |
width: 29%; |
| 8404 |
} |
| 8405 |
|
| 8406 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 8407 |
width: 30%; |
| 8408 |
} |
| 8409 |
} |
| 8410 |
|
| 8411 |
@media screen and (max-width: 1550px) and (min-width: 1400px){ |
| 8412 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 8413 |
width: 31%; |
| 8414 |
} |
| 8415 |
|
| 8416 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 8417 |
width: 35%; |
| 8418 |
} |
| 8419 |
} |
| 8420 |
|
| 8421 |
@media screen and (max-width: 1400px) and (min-width: 1200px){ |
| 8422 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 8423 |
width: 35%; |
| 8424 |
} |
| 8425 |
|
| 8426 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 8427 |
width: 40%; |
| 8428 |
} |
| 8429 |
|
| 8430 |
div#ays-poll-maker-countdown-main-container li span { |
| 8431 |
font-size: 30px; |
| 8432 |
min-height: 50px; |
| 8433 |
min-width: 50px; |
| 8434 |
} |
| 8435 |
} |
| 8436 |
|
| 8437 |
@media screen and (max-width: 1200px) and (min-width: 769px){ |
| 8438 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-countdown-box { |
| 8439 |
width: 45%; |
| 8440 |
} |
| 8441 |
|
| 8442 |
div#ays-poll-black-friday-bundle-dicount-month-main .ays-poll-dicount-wrap-box.ays-poll-dicount-wrap-text-box { |
| 8443 |
width: 35%; |
| 8444 |
} |
| 8445 |
|
| 8446 |
div#ays-poll-maker-countdown-main-container li span { |
| 8447 |
font-size: 30px; |
| 8448 |
min-height: 50px; |
| 8449 |
min-width: 50px; |
| 8450 |
} |
| 8451 |
} */ |
| 8452 |
/* 2024 | Black Friday top banner | End */ |
| 8453 |
|
| 8454 |
.form-group.row.ays-poll-button-box .ays-poll-button-first-row, |
| 8455 |
.form-group.row.ays-poll-button-box .ays-poll-button-second-row { |
| 8456 |
padding: 0; |
| 8457 |
} |
| 8458 |
|
| 8459 |
.form-group.row.ays-poll-button-box .ays-poll-button-second-row { |
| 8460 |
position: relative; |
| 8461 |
display: flex; |
| 8462 |
justify-content: center; |
| 8463 |
} |
| 8464 |
|
| 8465 |
.form-group.row.ays-poll-button-box .ays-poll-button-second-row .ays-button { |
| 8466 |
z-index: 9999; |
| 8467 |
} |
| 8468 |
|
| 8469 |
.form-group.row.ays-poll-button-box .ays-poll-button-second-row .ays-poll-category-prev-button { |
| 8470 |
margin-right: 10px; |
| 8471 |
} |
| 8472 |
|
| 8473 |
.form-group.row.ays-poll-button-box .button.ays_default_btn { |
| 8474 |
opacity: 1; |
| 8475 |
} |
| 8476 |
|
| 8477 |
@media screen and (max-width: 640px){ |
| 8478 |
div.form-group.row.ays-poll-button-box .ays-poll-button-second-row { |
| 8479 |
justify-content: flex-start; |
| 8480 |
margin-top: 10px; |
| 8481 |
} |
| 8482 |
} |
| 8483 |
|
| 8484 |
@media screen and (max-width: 575px){ |
| 8485 |
.ays_divider_right{ |
| 8486 |
border: none; |
| 8487 |
} |
| 8488 |
|
| 8489 |
.ays_poll_hidden_block_content.ays_divider_left { |
| 8490 |
border-left: none; |
| 8491 |
} |
| 8492 |
|
| 8493 |
.col-sm-9.ays_option_with_default_measurement_unit { |
| 8494 |
padding-left: 0; |
| 8495 |
} |
| 8496 |
} |
| 8497 |
|
| 8498 |
@media screen and (max-width: 425px){ |
| 8499 |
.ays_divider_right{ |
| 8500 |
border: none; |
| 8501 |
} |
| 8502 |
|
| 8503 |
#ays-poll-maker-countdown-main-container li { |
| 8504 |
padding: 14px 8px; |
| 8505 |
} |
| 8506 |
|
| 8507 |
#ays-poll-maker-countdown-main-container li span { |
| 8508 |
min-width: 50px; |
| 8509 |
min-height: 50px; |
| 8510 |
font-size: 30px; |
| 8511 |
} |
| 8512 |
} |
| 8513 |
|
| 8514 |
.ays-poll-heading-box { |
| 8515 |
float: right; |
| 8516 |
margin-top: 10px; |
| 8517 |
} |
| 8518 |
|
| 8519 |
.ays-poll-heading-box .ays-poll-wordpress-user-manual-box a { |
| 8520 |
display: inline-block; |
| 8521 |
width: auto; |
| 8522 |
min-width: 80px; |
| 8523 |
padding: 5px 14px; |
| 8524 |
font: 500 12px/16px "Roboto",Arial,sans-serif; |
| 8525 |
letter-spacing: -.25px; |
| 8526 |
text-transform: capitalize; |
| 8527 |
border-color: #ddd; |
| 8528 |
background-color: transparent; |
| 8529 |
color: #888; |
| 8530 |
cursor: pointer; |
| 8531 |
margin: 0; |
| 8532 |
border: 2px solid transparent; |
| 8533 |
border-radius: 4px; |
| 8534 |
text-decoration: underline; |
| 8535 |
text-align: center; |
| 8536 |
-webkit-transition: all 0.3s ease; |
| 8537 |
transition: all 0.3s ease; |
| 8538 |
} |
| 8539 |
|
| 8540 |
.ays-poll-heading-box .ays-poll-wordpress-user-manual-box a:hover { |
| 8541 |
color: #666; |
| 8542 |
} |
| 8543 |
|
| 8544 |
.ays-poll-heading-box .ays-poll-wordpress-user-manual-box a:focus { |
| 8545 |
/*box-shadow: 0 0 0 1px #ddd, 0 0 2px 1px #f1f1f1;*/ |
| 8546 |
box-shadow: unset; |
| 8547 |
outline: unset; |
| 8548 |
} |
| 8549 |
|
| 8550 |
.ays-poll-heading-box .ays-poll-wordpress-user-manual-box a { |
| 8551 |
padding: 5px 0px; |
| 8552 |
font-style: italic; |
| 8553 |
} |
| 8554 |
|
| 8555 |
/* Our products (new design)*/ |
| 8556 |
|
| 8557 |
.ays-poll-cards-block { |
| 8558 |
display: flex; |
| 8559 |
flex-wrap: wrap; |
| 8560 |
justify-content: space-between; |
| 8561 |
align-items: center; |
| 8562 |
margin: 38px 0 2px; |
| 8563 |
align-items: stretch; |
| 8564 |
} |
| 8565 |
|
| 8566 |
.ays-poll-card__text-hidden { |
| 8567 |
display: none; |
| 8568 |
} |
| 8569 |
|
| 8570 |
.ays-poll-card { |
| 8571 |
width: 32%; |
| 8572 |
margin-bottom: 65px; |
| 8573 |
background-color: #fff; |
| 8574 |
display: flex; |
| 8575 |
flex-direction: column; |
| 8576 |
justify-content: space-between; |
| 8577 |
border-radius: 2px; |
| 8578 |
} |
| 8579 |
|
| 8580 |
.ays-poll-card__content { |
| 8581 |
display: flex; |
| 8582 |
justify-content: space-between; |
| 8583 |
background-color: #fff; |
| 8584 |
padding: 25px 12px 8px 19px; |
| 8585 |
min-height: 140px; |
| 8586 |
flex: 1 0 auto; |
| 8587 |
} |
| 8588 |
|
| 8589 |
.ays-poll-card__content-img-box { |
| 8590 |
margin-right: 14px; |
| 8591 |
} |
| 8592 |
|
| 8593 |
.ays-poll-card__img { |
| 8594 |
width: 85px; |
| 8595 |
height: 85px; |
| 8596 |
border-radius: 9px; |
| 8597 |
} |
| 8598 |
|
| 8599 |
.ays-poll-card__title { |
| 8600 |
font-style: normal; |
| 8601 |
margin-bottom: 12px; |
| 8602 |
font-weight: 600; |
| 8603 |
font-size: 22px; |
| 8604 |
line-height: 24px; |
| 8605 |
color: #18191f; |
| 8606 |
} |
| 8607 |
|
| 8608 |
.ays-poll-card__text { |
| 8609 |
font-style: normal; |
| 8610 |
font-weight: 400; |
| 8611 |
font-size: 14px; |
| 8612 |
line-height: 20px; |
| 8613 |
color: #4c4d54; |
| 8614 |
} |
| 8615 |
|
| 8616 |
.ays-poll-card__footer { |
| 8617 |
background-color: #f7f7f7; |
| 8618 |
padding: 25px 20px; |
| 8619 |
} |
| 8620 |
|
| 8621 |
.ays-poll-card__btn-info { |
| 8622 |
display: inline-block; |
| 8623 |
color: #2b74b9; |
| 8624 |
border: 1px solid #2b74b9; |
| 8625 |
padding: 10px 16px; |
| 8626 |
background-color: #fff; |
| 8627 |
font-weight: 500; |
| 8628 |
font-size: 14px; |
| 8629 |
line-height: 14px; |
| 8630 |
border-radius: 2px; |
| 8631 |
transition: background-color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out; |
| 8632 |
margin-right: 10px; |
| 8633 |
} |
| 8634 |
|
| 8635 |
.ays-poll-card__btn-primary { |
| 8636 |
display: inline-block; |
| 8637 |
color: #ffffff; |
| 8638 |
border: 1px solid transparent; |
| 8639 |
padding: 10px 16px; |
| 8640 |
background-color: #2b74b9; |
| 8641 |
font-weight: 500; |
| 8642 |
font-size: 14px; |
| 8643 |
line-height: 14px; |
| 8644 |
border-radius: 2px; |
| 8645 |
transition: background-color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, color 0.3s ease-in-out; |
| 8646 |
} |
| 8647 |
|
| 8648 |
.ays-poll-card__btn-info:hover { |
| 8649 |
text-decoration: none; |
| 8650 |
background-color: #cdc8c81a; |
| 8651 |
border: 1px solid #0e63b3; |
| 8652 |
} |
| 8653 |
|
| 8654 |
.ays-poll-card__btn-primary:hover { |
| 8655 |
text-decoration: none; |
| 8656 |
background-color: #0067c9; |
| 8657 |
color: #ffffff; |
| 8658 |
} |
| 8659 |
|
| 8660 |
#ays-poll-intro-title { |
| 8661 |
font-size: 38px; |
| 8662 |
font-weight: 600; |
| 8663 |
margin: 30px 0; |
| 8664 |
width: 50%; |
| 8665 |
} |
| 8666 |
|
| 8667 |
.flexible { |
| 8668 |
flex-grow: 1; |
| 8669 |
} |
| 8670 |
|
| 8671 |
.ays-poll-see-all { |
| 8672 |
text-align: center; |
| 8673 |
} |
| 8674 |
|
| 8675 |
.ays-poll-all-btn { |
| 8676 |
background: #2b74b9; |
| 8677 |
padding: 10px 18px; |
| 8678 |
display: block; |
| 8679 |
max-width: 240px; |
| 8680 |
color: #fff; |
| 8681 |
text-align: center; |
| 8682 |
margin: 20px auto 30px; |
| 8683 |
box-shadow: -1px 4px 8px 1px rgb(76 151 222 / 15%), 3px 4px 29px rgb(110 177 240 / 40%); |
| 8684 |
border-radius: 2px; |
| 8685 |
font-weight: 600; |
| 8686 |
font-size: 20px; |
| 8687 |
line-height: 28px; |
| 8688 |
position: relative; |
| 8689 |
text-transform: capitalize; |
| 8690 |
transition: background-color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, color 0.3s ease-in-out; |
| 8691 |
} |
| 8692 |
|
| 8693 |
.ays-poll-card__btn-primary:visited, |
| 8694 |
.ays-poll-all-btn:visited { |
| 8695 |
color: #fff; |
| 8696 |
} |
| 8697 |
|
| 8698 |
.ays-poll-all-btn:hover { |
| 8699 |
text-decoration: none; |
| 8700 |
background-color: #0067c9; |
| 8701 |
color: #ffffff; |
| 8702 |
} |
| 8703 |
|
| 8704 |
.ays-poll-all-btn:before { |
| 8705 |
content: ""; |
| 8706 |
top: 50%; |
| 8707 |
right: 112%; |
| 8708 |
width: 100%; |
| 8709 |
height: 1px; |
| 8710 |
background-color: #dfdfdf; |
| 8711 |
position: absolute; |
| 8712 |
pointer-events: none; |
| 8713 |
} |
| 8714 |
|
| 8715 |
.ays-poll-all-btn:after { |
| 8716 |
content: ""; |
| 8717 |
top: 50%; |
| 8718 |
left: 112%; |
| 8719 |
width: 100%; |
| 8720 |
height: 1px; |
| 8721 |
background-color: #dfdfdf; |
| 8722 |
position: absolute; |
| 8723 |
pointer-events: none; |
| 8724 |
} |
| 8725 |
|
| 8726 |
/* Our products Media Queries*/ |
| 8727 |
/* max-width */ |
| 8728 |
@media screen and (max-width: 1160px) { |
| 8729 |
.ays-poll-all-btn:before { |
| 8730 |
width: 60%; |
| 8731 |
} |
| 8732 |
|
| 8733 |
.ays-poll-all-btn:after { |
| 8734 |
width: 60%; |
| 8735 |
} |
| 8736 |
} |
| 8737 |
|
| 8738 |
@media screen and (max-width: 1096px) { |
| 8739 |
.ays-poll-card { |
| 8740 |
width: 47%; |
| 8741 |
} |
| 8742 |
|
| 8743 |
#ays-poll-intro-title { |
| 8744 |
font-size: 33px; |
| 8745 |
width: 67%; |
| 8746 |
} |
| 8747 |
|
| 8748 |
.ays-poll-card__img { |
| 8749 |
width: 93px; |
| 8750 |
height: 93px; |
| 8751 |
} |
| 8752 |
|
| 8753 |
.ays-poll-card__content { |
| 8754 |
min-height: 140px; |
| 8755 |
} |
| 8756 |
|
| 8757 |
.ays-poll-card__text { |
| 8758 |
font-size: 15px; |
| 8759 |
} |
| 8760 |
|
| 8761 |
.ays-poll-card__footer { |
| 8762 |
padding: 25px 15px; |
| 8763 |
} |
| 8764 |
} |
| 8765 |
|
| 8766 |
@media screen and (max-width: 992px) { |
| 8767 |
.ays-poll-card__text { |
| 8768 |
font-size: 16px; |
| 8769 |
} |
| 8770 |
} |
| 8771 |
|
| 8772 |
@media screen and (max-width: 786px) { |
| 8773 |
.ays-poll-card { |
| 8774 |
width: 48%; |
| 8775 |
} |
| 8776 |
|
| 8777 |
#ays-poll-intro-title { |
| 8778 |
font-size: 33px; |
| 8779 |
width: 85%; |
| 8780 |
} |
| 8781 |
} |
| 8782 |
|
| 8783 |
@media screen and (max-width: 662px) { |
| 8784 |
.ays-poll-card { |
| 8785 |
width: 74%; |
| 8786 |
margin-left: auto; |
| 8787 |
margin-right: auto; |
| 8788 |
} |
| 8789 |
|
| 8790 |
.ays-poll-card__title { |
| 8791 |
font-size: 24px; |
| 8792 |
} |
| 8793 |
|
| 8794 |
.ays-poll-card__text { |
| 8795 |
font-size: 18px; |
| 8796 |
line-height: 24px; |
| 8797 |
} |
| 8798 |
|
| 8799 |
.ays-poll-card { |
| 8800 |
min-height: 220px; |
| 8801 |
} |
| 8802 |
|
| 8803 |
.ays-poll-card__footer { |
| 8804 |
padding: 25px 14px; |
| 8805 |
} |
| 8806 |
|
| 8807 |
.ays-poll-all-btn:before { |
| 8808 |
width: 40%; |
| 8809 |
} |
| 8810 |
.ays-poll-all-btn:after { |
| 8811 |
width: 40%; |
| 8812 |
} |
| 8813 |
|
| 8814 |
.ays-poll-card { |
| 8815 |
margin-bottom: 50px; |
| 8816 |
} |
| 8817 |
} |
| 8818 |
|
| 8819 |
@media screen and (max-width: 574px) { |
| 8820 |
.ays-poll-card { |
| 8821 |
width: 78%; |
| 8822 |
} |
| 8823 |
|
| 8824 |
.ays-poll-card__btn-info { |
| 8825 |
padding: 10px 18px; |
| 8826 |
font-size: 15px; |
| 8827 |
} |
| 8828 |
|
| 8829 |
.ays-poll-card__btn-primary { |
| 8830 |
padding: 10px 18px; |
| 8831 |
font-size: 15px; |
| 8832 |
} |
| 8833 |
|
| 8834 |
.ays-poll-all-btn { |
| 8835 |
padding: 7px 14px; |
| 8836 |
max-width: 210px; |
| 8837 |
font-size: 19px; |
| 8838 |
margin: 8px auto 10px; |
| 8839 |
} |
| 8840 |
|
| 8841 |
.ays-poll-card__footer { |
| 8842 |
padding: 25px 14px; |
| 8843 |
} |
| 8844 |
|
| 8845 |
.ays-poll-all-btn:before { |
| 8846 |
display: none; |
| 8847 |
} |
| 8848 |
|
| 8849 |
.ays-poll-all-btn:after { |
| 8850 |
display: none; |
| 8851 |
} |
| 8852 |
|
| 8853 |
#ays-poll-intro-title { |
| 8854 |
font-size: 30px; |
| 8855 |
width: 98%; |
| 8856 |
} |
| 8857 |
} |
| 8858 |
|
| 8859 |
@media screen and (max-width: 520px) { |
| 8860 |
.ays-poll-card { |
| 8861 |
width: 85%; |
| 8862 |
} |
| 8863 |
.ays-poll-card__title { |
| 8864 |
font-size: 22px; |
| 8865 |
} |
| 8866 |
} |
| 8867 |
|
| 8868 |
@media screen and (max-width: 375px) { |
| 8869 |
.ays-poll-card { |
| 8870 |
width: 94%; |
| 8871 |
} |
| 8872 |
|
| 8873 |
.ays-poll-card__text { |
| 8874 |
font-size: 16px; |
| 8875 |
line-height: 23px; |
| 8876 |
} |
| 8877 |
|
| 8878 |
#ays-poll-intro-title { |
| 8879 |
font-size: 28px; |
| 8880 |
width: 100%; |
| 8881 |
} |
| 8882 |
|
| 8883 |
.ays-poll-all-btn { |
| 8884 |
padding: 5px 12px; |
| 8885 |
max-width: 185px; |
| 8886 |
font-size: 17px; |
| 8887 |
margin: 8px auto 30px; |
| 8888 |
} |
| 8889 |
|
| 8890 |
.ays-poll-card__content { |
| 8891 |
display: flex; |
| 8892 |
justify-content: space-between; |
| 8893 |
background-color: #fff; |
| 8894 |
padding: 18px 11px 5px 18px; |
| 8895 |
min-height: 140px; |
| 8896 |
flex: 1 0 auto; |
| 8897 |
} |
| 8898 |
} |
| 8899 |
|
| 8900 |
/* min-width */ |
| 8901 |
@media screen and (min-width: 1440px) { |
| 8902 |
.ays-poll-card__title { |
| 8903 |
font-size: 24px; |
| 8904 |
} |
| 8905 |
|
| 8906 |
.ays-poll-card__img { |
| 8907 |
width: 93px; |
| 8908 |
height: 93px; |
| 8909 |
} |
| 8910 |
|
| 8911 |
.ays-poll-card__text { |
| 8912 |
font-size: 17px; |
| 8913 |
} |
| 8914 |
|
| 8915 |
.ays-poll-card__btn-info { |
| 8916 |
padding: 10px 17px; |
| 8917 |
} |
| 8918 |
|
| 8919 |
.ays-poll-card__btn-primary { |
| 8920 |
padding: 10px 17px; |
| 8921 |
} |
| 8922 |
|
| 8923 |
.ays-poll-card__btn-info { |
| 8924 |
font-size: 16px; |
| 8925 |
} |
| 8926 |
|
| 8927 |
.ays-poll-card__btn-primary { |
| 8928 |
font-size: 16px; |
| 8929 |
} |
| 8930 |
|
| 8931 |
.ays-poll-card__text { |
| 8932 |
font-size: 16px; |
| 8933 |
} |
| 8934 |
|
| 8935 |
.ays-poll-card__title { |
| 8936 |
font-size: 24px; |
| 8937 |
} |
| 8938 |
|
| 8939 |
.ays-poll-card__content { |
| 8940 |
padding: 20px 20px 8px 22px; |
| 8941 |
} |
| 8942 |
|
| 8943 |
#ays-poll-intro-title { |
| 8944 |
font-size: 42px; |
| 8945 |
font-weight: 600; |
| 8946 |
margin: 30px 0; |
| 8947 |
width: 50%; |
| 8948 |
} |
| 8949 |
|
| 8950 |
.ays-poll-card__footer { |
| 8951 |
padding: 22px 24px; |
| 8952 |
} |
| 8953 |
} |
| 8954 |
|
| 8955 |
@media screen and (min-width: 1820px) { |
| 8956 |
.ays-poll-card__text-hidden { |
| 8957 |
display: inline; |
| 8958 |
} |
| 8959 |
|
| 8960 |
#ays-poll-intro-title { |
| 8961 |
width: 32%; |
| 8962 |
} |
| 8963 |
|
| 8964 |
.ays-poll-card__text { |
| 8965 |
font-size: 14px; |
| 8966 |
} |
| 8967 |
|
| 8968 |
.ays-poll-card__title { |
| 8969 |
font-size: 18px; |
| 8970 |
} |
| 8971 |
} |
| 8972 |
|
| 8973 |
@media screen and (min-width: 1820px) { |
| 8974 |
#ays-poll-intro-title { |
| 8975 |
width: 36%; |
| 8976 |
} |
| 8977 |
} |
| 8978 |
|
| 8979 |
/* Community */ |
| 8980 |
@media (min-width: 1250px) { |
| 8981 |
.ays-poll-community-wrap .ays-poll-community-item { |
| 8982 |
width:calc(28.3333333% - 13.3333333px) |
| 8983 |
} |
| 8984 |
|
| 8985 |
.ays-poll-community-wrap .ays-poll-community-item:nth-child(3n) { |
| 8986 |
margin-right: 0 |
| 8987 |
} |
| 8988 |
} |
| 8989 |
|
| 8990 |
@media (max-width: 1249px) { |
| 8991 |
.ays-poll-community-wrap .ays-poll-community-item { |
| 8992 |
width:calc(50% - 10px) |
| 8993 |
} |
| 8994 |
|
| 8995 |
.ays-poll-community-wrap .ays-poll-community-item:nth-child(2n) { |
| 8996 |
margin-right: 0 |
| 8997 |
} |
| 8998 |
} |
| 8999 |
|
| 9000 |
@media (max-width: 767px) { |
| 9001 |
div.ays-poll-community-wrap .ays-poll-community-item { |
| 9002 |
width:100%; |
| 9003 |
margin-right: 0 |
| 9004 |
} |
| 9005 |
|
| 9006 |
div.ays-poll-community-youtube-video iframe { |
| 9007 |
width: 100%; |
| 9008 |
} |
| 9009 |
} |
| 9010 |
|
| 9011 |
.ays-poll-community-wrap { |
| 9012 |
text-align: center; |
| 9013 |
width: 95%; |
| 9014 |
margin: auto; |
| 9015 |
margin-bottom: 60px; |
| 9016 |
} |
| 9017 |
|
| 9018 |
.ays-poll-community-wrap *, |
| 9019 |
.ays-poll-community-wrap *::before, |
| 9020 |
.ays-poll-community-wrap *::after { |
| 9021 |
-webkit-box-sizing: border-box; |
| 9022 |
-moz-box-sizing: border-box; |
| 9023 |
box-sizing: border-box; |
| 9024 |
} |
| 9025 |
|
| 9026 |
.ays-poll-community-wrap .ays-poll-community-container { |
| 9027 |
display: flex; |
| 9028 |
flex-wrap: wrap; |
| 9029 |
justify-content: center; |
| 9030 |
margin: 20px; |
| 9031 |
margin-top: 40px; |
| 9032 |
} |
| 9033 |
|
| 9034 |
.ays-poll-community-wrap .ays-poll-community-item { |
| 9035 |
/*border: 1px solid #DDDDDD;*/ |
| 9036 |
margin: 0 20px 20px 0; |
| 9037 |
background-color: #FAF8F8; |
| 9038 |
position: relative; |
| 9039 |
box-shadow: 0px 2px 16px 2px rgba(178, 218, 240, 0.25), 0px 4px 16px #FAF8F8; |
| 9040 |
border-radius: 2px; |
| 9041 |
} |
| 9042 |
|
| 9043 |
.ays-poll-community-wrap .ays-poll-community-item-cover { |
| 9044 |
width: 100%; |
| 9045 |
height: 120px; |
| 9046 |
position: relative; |
| 9047 |
display: block |
| 9048 |
} |
| 9049 |
|
| 9050 |
.ays-poll-community-wrap .ays-poll-community-item-img { |
| 9051 |
width: auto; |
| 9052 |
height: auto; |
| 9053 |
max-width: 80px; |
| 9054 |
max-height: 80px; |
| 9055 |
position: absolute; |
| 9056 |
top: 0; |
| 9057 |
bottom: 0; |
| 9058 |
left: 0; |
| 9059 |
right: 0; |
| 9060 |
margin: auto; |
| 9061 |
font-size: 70px; |
| 9062 |
line-height: 80px; |
| 9063 |
} |
| 9064 |
|
| 9065 |
.ays-poll-community-wrap .ays-poll-community-item-img.ays_fa_youtube_play { |
| 9066 |
color: #B74141; |
| 9067 |
} |
| 9068 |
|
| 9069 |
.ays-poll-community-wrap .ays-poll-community-item-img.ays_fa_users { |
| 9070 |
color: #E78A2C; |
| 9071 |
} |
| 9072 |
|
| 9073 |
.ays-poll-community-wrap .ays-poll-community-item-title { |
| 9074 |
margin: 17px 20px 10px 20px; |
| 9075 |
font-size: 16px |
| 9076 |
} |
| 9077 |
|
| 9078 |
.ays-poll-community-wrap .ays-poll-community-item-desc { |
| 9079 |
margin: 0 20px 100px 20px; |
| 9080 |
font-size: 14px |
| 9081 |
} |
| 9082 |
|
| 9083 |
.ays-poll-community-wrap .ays-poll-community-item-footer { |
| 9084 |
position: absolute; |
| 9085 |
width: 100%; |
| 9086 |
bottom: 0; |
| 9087 |
padding: 20px; |
| 9088 |
/*border-top: 1px solid #dddddd; |
| 9089 |
background-color: #F7F7F7*/ |
| 9090 |
} |
| 9091 |
|
| 9092 |
.ays-poll-community-wrap .button { |
| 9093 |
display: inline-block; |
| 9094 |
width: 150px; |
| 9095 |
background-color: #FAF8F8; |
| 9096 |
color: #1C75A6; |
| 9097 |
font-weight: bold; |
| 9098 |
border: 1px solid #0e6897; |
| 9099 |
padding: 3px 34px; |
| 9100 |
height: auto; |
| 9101 |
/*line-height: 13px;*/ |
| 9102 |
/*text-shadow: 1px 1px 1.5px rgba(0,0,0,0.35);*/ |
| 9103 |
transition: 0.5s; |
| 9104 |
} |
| 9105 |
|
| 9106 |
.ays-poll-community-wrap .button:hover { |
| 9107 |
background: #008ec2; |
| 9108 |
border-color: #006799; |
| 9109 |
color: #fff; |
| 9110 |
} |
| 9111 |
|
| 9112 |
.ays_poll_type_image_div .ays_poll_type_link { |
| 9113 |
display: flex; |
| 9114 |
align-items: center; |
| 9115 |
justify-content: center; |
| 9116 |
} |
| 9117 |
|
| 9118 |
.ays_poll_type_image_div .ays_poll_type_link a { |
| 9119 |
font-size: 12px; |
| 9120 |
} |
| 9121 |
|
| 9122 |
.ays_poll_type_image_div .ays_poll_type_label_div { |
| 9123 |
display: flex; |
| 9124 |
align-items: center; |
| 9125 |
justify-content: center; |
| 9126 |
} |
| 9127 |
|
| 9128 |
|
| 9129 |
/* CUSTOM FIELDS VIDEO */ |
| 9130 |
.ays-poll-how-to-user-custom-fields-box{ |
| 9131 |
display: flex; |
| 9132 |
justify-content: center; |
| 9133 |
align-items: center; |
| 9134 |
flex-direction: column; |
| 9135 |
margin-bottom: 10px; |
| 9136 |
} |
| 9137 |
/**/ |
| 9138 |
|
| 9139 |
/* div.wrap h1.wp-heading-inline .ays-poll-add-new-button, |
| 9140 |
div.wrap h1.wp-heading-inline .ays-poll-add-new-cat-button, |
| 9141 |
.ays-notice-banner .ays-poll-add-new-button{ |
| 9142 |
background-color: #08A9BE; |
| 9143 |
padding: 10px 20px; |
| 9144 |
border: 1px solid #08A9BE; |
| 9145 |
color: #ffffff; |
| 9146 |
border-radius: 5px; |
| 9147 |
font-size: 13px; |
| 9148 |
font-weight: 500; |
| 9149 |
} |
| 9150 |
|
| 9151 |
div.wrap h1.wp-heading-inline .ays-poll-add-new-button:hover, |
| 9152 |
div.wrap h1.wp-heading-inline .ays-poll-add-new-cat-button:hover { |
| 9153 |
text-decoration: underline; |
| 9154 |
} */ |
| 9155 |
.ays-poll-add-new-button, .ays-poll-add-new-cat-button { |
| 9156 |
margin: 0 10px !important; |
| 9157 |
} |
| 9158 |
|
| 9159 |
.ays-poll-create-poll-video-box{ |
| 9160 |
display: flex; |
| 9161 |
justify-content: center; |
| 9162 |
align-items: center; |
| 9163 |
flex-direction: column; |
| 9164 |
margin-bottom: 10px; |
| 9165 |
} |
| 9166 |
|
| 9167 |
.ays-poll-create-poll-youtube-video-button-box{ |
| 9168 |
margin: 0px; |
| 9169 |
} |
| 9170 |
|
| 9171 |
.ays-poll-add-new-button-video{ |
| 9172 |
background-color: #08A9BE; |
| 9173 |
color: #fff !important; |
| 9174 |
outline: none; |
| 9175 |
border-radius: 5px; |
| 9176 |
box-shadow: unset; |
| 9177 |
padding: 10px 20px; |
| 9178 |
border: 1px solid #08A9BE; |
| 9179 |
display: inline-block; |
| 9180 |
font-size: 13px; |
| 9181 |
font-weight: 500; |
| 9182 |
} |
| 9183 |
|
| 9184 |
.wrap.ays-poll-list-table .ays-poll-add-new-button-new-design { |
| 9185 |
background: #2275EA; |
| 9186 |
border-color: #2275EA; |
| 9187 |
border-radius: 8px; |
| 9188 |
padding: 5px 27px; |
| 9189 |
color:white; |
| 9190 |
} |
| 9191 |
|
| 9192 |
.wrap.ays-poll-list-table .ays-poll-add-new-button-new-design:hover { |
| 9193 |
background: #0f34e7; |
| 9194 |
color:white; |
| 9195 |
} |
| 9196 |
|
| 9197 |
.wrap.ays-poll-list-table .ays-poll-add-new-button-new-design:active { |
| 9198 |
padding: 5px 27px; |
| 9199 |
line-height: 28px; |
| 9200 |
} |
| 9201 |
|
| 9202 |
.wrap.ays-poll-list-table .ays-poll-add-new-button-new-design img { |
| 9203 |
width: 10px; |
| 9204 |
margin-top: -2px; |
| 9205 |
margin-right: 5px; |
| 9206 |
} |
| 9207 |
|
| 9208 |
.wrap.ays-poll-list-table .ays-poll-create-poll-youtube-video-button-box .ays-poll-add-new-button-new-design { |
| 9209 |
padding: 10px 30px; |
| 9210 |
} |
| 9211 |
|
| 9212 |
.wrap.ays-poll-list-table .ays-poll-create-poll-youtube-video-button-box .ays-poll-add-new-button-new-design:hover { |
| 9213 |
padding: 10px 30px; |
| 9214 |
text-decoration: unset; |
| 9215 |
} |
| 9216 |
|
| 9217 |
div.ays_save_default_button_box .ays-poll-next-prev-button-class{ |
| 9218 |
background-color: #005AE0; |
| 9219 |
max-height: 30px; |
| 9220 |
min-height: 30px; |
| 9221 |
display: inline-block; |
| 9222 |
text-decoration: none; |
| 9223 |
font-size: 13px; |
| 9224 |
line-height: 2.15384615; |
| 9225 |
margin: 4px; |
| 9226 |
margin-top: 0px; |
| 9227 |
padding: 0 10px; |
| 9228 |
cursor: pointer; |
| 9229 |
border-width: 1px; |
| 9230 |
border-style: solid; |
| 9231 |
-webkit-appearance: none; |
| 9232 |
border-radius: 3px; |
| 9233 |
white-space: nowrap; |
| 9234 |
box-sizing: border-box; |
| 9235 |
} |
| 9236 |
div.ays_save_default_button_box .ays-poll-next-prev-button-class:hover{ |
| 9237 |
background-color: #004CBD; |
| 9238 |
} |
| 9239 |
.ays_save_default_button_box{ |
| 9240 |
padding-top: 4px; |
| 9241 |
} |
| 9242 |
div.ays_save_default_button_box .ays-poll-prev-poll-button, .ays_poll_next_poll_button{ |
| 9243 |
/* opacity: 0.8; */ |
| 9244 |
} |
| 9245 |
|
| 9246 |
div.ays-poll-answers-redirect-alignment { |
| 9247 |
height: 55px; |
| 9248 |
align-items: center; |
| 9249 |
} |
| 9250 |
|
| 9251 |
#tab5 span.ays-poll-small-hint-fields-placeholders { |
| 9252 |
display: none; |
| 9253 |
} |
| 9254 |
|
| 9255 |
#tab6 span.ays-poll-message-variables-hint-text { |
| 9256 |
font-size: 18px; |
| 9257 |
} |
| 9258 |
|
| 9259 |
#tab6.ays-poll-message-variables-text-divider-for-mobile { |
| 9260 |
display: none; |
| 9261 |
} |
| 9262 |
|
| 9263 |
div.ays-poll-export-import-box { |
| 9264 |
display: flex; |
| 9265 |
justify-content: flex-end; |
| 9266 |
padding-right: 5px; |
| 9267 |
} |
| 9268 |
|
| 9269 |
a.ays-poll-crown-img-container img { |
| 9270 |
width: 18px; |
| 9271 |
} |
| 9272 |
|
| 9273 |
a.ays_save_default_button_box { |
| 9274 |
padding-right: 90px; |
| 9275 |
} |
| 9276 |
|
| 9277 |
@media screen and (max-width: 782px) { |
| 9278 |
.ays-poll-youtube-video-responsive { |
| 9279 |
max-width: 100%; |
| 9280 |
} |
| 9281 |
|
| 9282 |
#tab5 span.ays-poll-small-hint-fields-placeholders { |
| 9283 |
display: block; |
| 9284 |
} |
| 9285 |
|
| 9286 |
#tab5 span.ays-poll-title-fields-placeholders { |
| 9287 |
display: none; |
| 9288 |
} |
| 9289 |
|
| 9290 |
#tab6 span.ays-poll-message-variables-text-divider { |
| 9291 |
display: none |
| 9292 |
} |
| 9293 |
|
| 9294 |
#tab6 p.vmessage { |
| 9295 |
margin-bottom: 30px; |
| 9296 |
} |
| 9297 |
|
| 9298 |
form#ays-poll-general-settings-form .ays-poll-message-variables-inputs { |
| 9299 |
width: 100% |
| 9300 |
} |
| 9301 |
|
| 9302 |
#tab6.ays-poll-message-variables-text-divider-for-mobile { |
| 9303 |
display: block; |
| 9304 |
} |
| 9305 |
|
| 9306 |
#tab6 span.ays-poll-message-variables-hint-text { |
| 9307 |
font-size: 14px; |
| 9308 |
} |
| 9309 |
|
| 9310 |
div.ays-poll-crown-img-container { |
| 9311 |
right: 15px; |
| 9312 |
} |
| 9313 |
|
| 9314 |
div.ays_save_default_button_box { |
| 9315 |
padding-right: 0; |
| 9316 |
} |
| 9317 |
} |
| 9318 |
|
| 9319 |
.ays-poll-dropdown-select-width-250 { |
| 9320 |
width: 250px; |
| 9321 |
} |
| 9322 |
|
| 9323 |
/*Redirect to another poll from polls edit page select start*/ |
| 9324 |
|
| 9325 |
.ays-poll-subtitle-main-box{ |
| 9326 |
position: relative; |
| 9327 |
} |
| 9328 |
|
| 9329 |
.ays-poll-polls-data{ |
| 9330 |
position: absolute; |
| 9331 |
top: 27px; |
| 9332 |
max-height: 350px; |
| 9333 |
overflow: auto scroll; |
| 9334 |
z-index: 99999; |
| 9335 |
background-color: #ffff; |
| 9336 |
border-radius: 3px; |
| 9337 |
border: 1px solid grey; |
| 9338 |
width: 200px; |
| 9339 |
display: none; |
| 9340 |
} |
| 9341 |
|
| 9342 |
.ays-poll-polls-data::-webkit-scrollbar { |
| 9343 |
width: 0.2em; |
| 9344 |
} |
| 9345 |
|
| 9346 |
.ays-poll-polls-data::-webkit-scrollbar-track{ |
| 9347 |
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); |
| 9348 |
} |
| 9349 |
|
| 9350 |
.ays-poll-polls-data::-webkit-scrollbar-thumb{ |
| 9351 |
background-color: darkgrey; |
| 9352 |
outline: 1px solid slategrey; |
| 9353 |
border-radius: 5px; |
| 9354 |
} |
| 9355 |
|
| 9356 |
.ays-poll-polls-data .ays-poll-polls-each-data{ |
| 9357 |
border-bottom: 1px solid #80808059; |
| 9358 |
cursor: pointer; |
| 9359 |
} |
| 9360 |
|
| 9361 |
.ays-poll-polls-data .ays-poll-polls-each-data:hover{ |
| 9362 |
background-color: #E8F0FF; |
| 9363 |
} |
| 9364 |
|
| 9365 |
.ays-poll-message-vars-each-data-checker:checked + div.ays-poll-message-vars-each-data{ |
| 9366 |
background-color: #e1e1e1; |
| 9367 |
} |
| 9368 |
|
| 9369 |
.ays-poll-message-vars-each-data-label{ |
| 9370 |
display: block; |
| 9371 |
margin: 0; |
| 9372 |
} |
| 9373 |
|
| 9374 |
.ays-poll-open-polls-list{ |
| 9375 |
cursor: pointer; |
| 9376 |
padding: 3px; |
| 9377 |
} |
| 9378 |
|
| 9379 |
.ays-poll-subtitle-main-box .ays-poll-polls-data .ays-poll-go-to-polls{ |
| 9380 |
display: inline-block; |
| 9381 |
color: unset; |
| 9382 |
border: 0; |
| 9383 |
outline: unset; |
| 9384 |
box-shadow: unset; |
| 9385 |
padding: 8px 0 8px 8px; |
| 9386 |
width: 100%; |
| 9387 |
cursor: pointer; |
| 9388 |
} |
| 9389 |
|
| 9390 |
.ays-poll-subtitle-main-box .ays-poll-polls-data .ays-poll-go-to-polls { |
| 9391 |
text-decoration: none; |
| 9392 |
} |
| 9393 |
|
| 9394 |
/*Redirect to another poll from polls edit page select end*/ |
| 9395 |
|
| 9396 |
#bulk-action-selector-bottom, #bulk-action-selector-top, |
| 9397 |
#bulk-action-selector-top-select-top, #bulk-action-selector-top-select-bottom { |
| 9398 |
height: 30px; |
| 9399 |
} |
| 9400 |
|
| 9401 |
/* Select message vars galleries page | Start */ |
| 9402 |
|
| 9403 |
.ays-poll-message-vars-box{ |
| 9404 |
display: flex; |
| 9405 |
justify-content: flex-end; |
| 9406 |
flex-direction: column; |
| 9407 |
align-items: flex-end; |
| 9408 |
user-select: none; |
| 9409 |
position: relative; |
| 9410 |
} |
| 9411 |
|
| 9412 |
.ays-poll-subtitle-main-box{ |
| 9413 |
position: relative; |
| 9414 |
min-height: 27px; |
| 9415 |
word-break: break-word; |
| 9416 |
} |
| 9417 |
|
| 9418 |
.ays-poll-message-vars-box .ays-poll-message-vars-icon{ |
| 9419 |
display: flex; |
| 9420 |
width: 150px; |
| 9421 |
justify-content: space-between; |
| 9422 |
cursor: pointer; |
| 9423 |
margin-bottom: 15px; |
| 9424 |
|
| 9425 |
} |
| 9426 |
|
| 9427 |
.ays-poll-message-vars-box .ays-poll-message-vars-icon span{ |
| 9428 |
font-size: 13px; |
| 9429 |
margin-right: 5px; |
| 9430 |
} |
| 9431 |
|
| 9432 |
.ays-poll-message-vars-data{ |
| 9433 |
position: absolute; |
| 9434 |
top: 27px; |
| 9435 |
max-height: 350px; |
| 9436 |
overflow: auto scroll; |
| 9437 |
z-index: 99999; |
| 9438 |
background-color: #ffff; |
| 9439 |
border-radius: 3px; |
| 9440 |
width: 250px; |
| 9441 |
display: none; |
| 9442 |
box-shadow: 0 0px 0px 0.5px #00000087; |
| 9443 |
} |
| 9444 |
|
| 9445 |
.ays-poll-message-vars-data::-webkit-scrollbar{ |
| 9446 |
width: 0.2em; |
| 9447 |
} |
| 9448 |
|
| 9449 |
.ays-poll-message-vars-data::-webkit-scrollbar-track{ |
| 9450 |
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); |
| 9451 |
} |
| 9452 |
|
| 9453 |
.ays-poll-message-vars-data::-webkit-scrollbar-thumb{ |
| 9454 |
background-color: darkgrey; |
| 9455 |
outline: 1px solid slategrey; |
| 9456 |
border-radius: 5px; |
| 9457 |
} |
| 9458 |
|
| 9459 |
.ays-poll-message-vars-data .ays-poll-message-vars-each-data{ |
| 9460 |
border-bottom: 1px solid #80808059; |
| 9461 |
cursor: pointer; |
| 9462 |
} |
| 9463 |
|
| 9464 |
.ays-poll-message-vars-data .ays-poll-message-vars-each-data{ |
| 9465 |
padding: 8px 0 8px 8px; |
| 9466 |
} |
| 9467 |
|
| 9468 |
|
| 9469 |
.ays-poll-message-vars-each-data-checker:checked + div.ays-poll-message-vars-each-data{ |
| 9470 |
background-color: #e1e1e1; |
| 9471 |
} |
| 9472 |
|
| 9473 |
.ays-poll-message-vars-each-data-label{ |
| 9474 |
display: block; |
| 9475 |
margin: 0; |
| 9476 |
} |
| 9477 |
|
| 9478 |
@media only screen and (max-width: 768px) { |
| 9479 |
div.ays-poll-sm-guarantee-container-sg { |
| 9480 |
width: 100%; |
| 9481 |
} |
| 9482 |
|
| 9483 |
div.ays-poll-sm-guarantee-container-sg img { |
| 9484 |
width: 140px; |
| 9485 |
margin-right: 20px; |
| 9486 |
} |
| 9487 |
|
| 9488 |
div.ays-poll-sm-guarantee-container-sg h3 { |
| 9489 |
font-size: 19px; |
| 9490 |
} |
| 9491 |
|
| 9492 |
div.ays-poll-sm-guarantee-container-sg p { |
| 9493 |
font-size: 12px; |
| 9494 |
} |
| 9495 |
|
| 9496 |
div.wrap.ays-poll-features-wrap-box { |
| 9497 |
margin: 0; |
| 9498 |
} |
| 9499 |
|
| 9500 |
div.comparison { |
| 9501 |
padding: 0; |
| 9502 |
} |
| 9503 |
} |
| 9504 |
|
| 9505 |
|
| 9506 |
div.ays_polls_list_table .heading_buttons_container { |
| 9507 |
display: flex; |
| 9508 |
justify-content: space-between; |
| 9509 |
margin: 10px 0; |
| 9510 |
padding-right: 30px; |
| 9511 |
} |
| 9512 |
|
| 9513 |
/*Quick Poll Start*/ |
| 9514 |
div.wrap .wp-heading-block { |
| 9515 |
display: flex; |
| 9516 |
justify-content: space-between; |
| 9517 |
align-items: center; |
| 9518 |
flex-wrap: wrap; |
| 9519 |
} |
| 9520 |
|
| 9521 |
/* div.wrap .create_quick_poll_container { |
| 9522 |
display: flex; |
| 9523 |
justify-content: flex-end; |
| 9524 |
margin: 10px 0; |
| 9525 |
padding-right: 30px; |
| 9526 |
} */ |
| 9527 |
|
| 9528 |
div.wrap .create_quick_poll { |
| 9529 |
display: flex; |
| 9530 |
justify-content: center; |
| 9531 |
align-items: center; |
| 9532 |
border: 3px solid #1db3c8; |
| 9533 |
border-radius: 50%; |
| 9534 |
cursor: pointer; |
| 9535 |
width: 60px; |
| 9536 |
height: 60px; |
| 9537 |
} |
| 9538 |
|
| 9539 |
div.wrap .create_quick_poll img { |
| 9540 |
width: 35px; |
| 9541 |
height: 35px; |
| 9542 |
} |
| 9543 |
|
| 9544 |
/* The Modal (background) */ |
| 9545 |
.ays_poll_modal { |
| 9546 |
display: none; |
| 9547 |
position: fixed; |
| 9548 |
left: 0; |
| 9549 |
top: 0; |
| 9550 |
width: 100%; |
| 9551 |
height: 100%; |
| 9552 |
z-index: 1000; |
| 9553 |
animation-duration: .5s; |
| 9554 |
transition: .5s ease-in-out; |
| 9555 |
outline: 0; |
| 9556 |
overflow-y:scroll; |
| 9557 |
background: #0000008a; |
| 9558 |
} |
| 9559 |
|
| 9560 |
.ays_poll_modal_content { |
| 9561 |
background-color: #fefefe; |
| 9562 |
margin: auto; /* 15% from the top and centered */ |
| 9563 |
margin-bottom: 30px; |
| 9564 |
margin-top: 40px; |
| 9565 |
border: 1px solid #888; |
| 9566 |
width: 50%; |
| 9567 |
z-index: 10000; |
| 9568 |
position: relative; |
| 9569 |
padding-left: 0 !important; |
| 9570 |
animation-duration: .3s; |
| 9571 |
transition: .5s ease-in-out; |
| 9572 |
border-radius: 4px; |
| 9573 |
overflow: hidden; |
| 9574 |
} |
| 9575 |
|
| 9576 |
.ays-modal-header { |
| 9577 |
height: 50px; |
| 9578 |
padding: 0 16px; |
| 9579 |
color: #666; |
| 9580 |
background-color: whitesmoke; |
| 9581 |
position: relative; |
| 9582 |
display: flex; |
| 9583 |
align-items: center; |
| 9584 |
justify-content: space-between; |
| 9585 |
} |
| 9586 |
|
| 9587 |
.ays-modal-header .ays-close-quick-create { |
| 9588 |
color: #666; |
| 9589 |
font-size: 30px; |
| 9590 |
font-weight: 500; |
| 9591 |
position: absolute; |
| 9592 |
bottom: 15px; |
| 9593 |
right: 5px; |
| 9594 |
cursor: pointer; |
| 9595 |
} |
| 9596 |
|
| 9597 |
.ays-close-quick-create:hover, .ays-close-quick-create:focus { |
| 9598 |
color: #000; |
| 9599 |
} |
| 9600 |
|
| 9601 |
.ays-modal-poll-title-add, .ays-modal-poll-question-add, .ays-modal-poll-answers-section { |
| 9602 |
display: flex; |
| 9603 |
flex-direction: column; |
| 9604 |
} |
| 9605 |
|
| 9606 |
.ays-modal-poll-question-add { |
| 9607 |
margin: 30px 0; |
| 9608 |
} |
| 9609 |
|
| 9610 |
.ays-modal-poll-answers-section { |
| 9611 |
align-items: flex-start; |
| 9612 |
} |
| 9613 |
|
| 9614 |
.ays-modal-poll-title-add label, .ays-modal-poll-question-add label, .ays-modal-poll-answers-section label { |
| 9615 |
color: #3d92d0; |
| 9616 |
font-weight: 700; |
| 9617 |
letter-spacing: 0.5px; |
| 9618 |
word-spacing: 2px; |
| 9619 |
} |
| 9620 |
|
| 9621 |
.ays-modal-quick-poll-content { |
| 9622 |
border-top: 1px solid #666666; |
| 9623 |
padding: 40px; |
| 9624 |
} |
| 9625 |
|
| 9626 |
.quick_poll_answer_box { |
| 9627 |
display: flex; |
| 9628 |
align-items: center; |
| 9629 |
justify-content: space-between; |
| 9630 |
width: 100%; |
| 9631 |
} |
| 9632 |
|
| 9633 |
.quick_poll_answer_box input { |
| 9634 |
width: 90%; |
| 9635 |
} |
| 9636 |
|
| 9637 |
.quick_poll_answer_box:not(:first-child) { |
| 9638 |
margin-top: 13px; |
| 9639 |
} |
| 9640 |
|
| 9641 |
.quick_poll_answer_box button { |
| 9642 |
border: none; |
| 9643 |
cursor: pointer; |
| 9644 |
} |
| 9645 |
|
| 9646 |
.quick_poll_add_option { |
| 9647 |
color: #3d92d0; |
| 9648 |
cursor: pointer; |
| 9649 |
border: none; |
| 9650 |
display: flex; |
| 9651 |
align-items: center; |
| 9652 |
margin-top: 10px; |
| 9653 |
} |
| 9654 |
|
| 9655 |
.quick_poll_add_option div{ |
| 9656 |
display: flex; |
| 9657 |
align-items: center; |
| 9658 |
justify-content: center; |
| 9659 |
background-color: #3d92d0; |
| 9660 |
border-radius: 50%; |
| 9661 |
width: 15px; |
| 9662 |
height: 15px; |
| 9663 |
margin-right: 10px; |
| 9664 |
} |
| 9665 |
|
| 9666 |
.quick_poll_add_option span { |
| 9667 |
color: #fff; |
| 9668 |
} |
| 9669 |
|
| 9670 |
.quick_poll_divider { |
| 9671 |
margin: 40px 0; |
| 9672 |
height: 1px; |
| 9673 |
background-color: #666; |
| 9674 |
} |
| 9675 |
|
| 9676 |
|
| 9677 |
.quick_poll_settings h4 { |
| 9678 |
color: #3d92d0; |
| 9679 |
} |
| 9680 |
|
| 9681 |
.quick_poll_settings div { |
| 9682 |
display: flex; |
| 9683 |
align-items: center; |
| 9684 |
width: 35%; |
| 9685 |
justify-content: space-between; |
| 9686 |
} |
| 9687 |
|
| 9688 |
.quick_poll_settings div:first-child { |
| 9689 |
margin: 10px 0 5px 0; |
| 9690 |
} |
| 9691 |
|
| 9692 |
.quick_poll_settings span { |
| 9693 |
font-weight: 500; |
| 9694 |
} |
| 9695 |
|
| 9696 |
.quick_poll_settings input{ |
| 9697 |
height: 0; |
| 9698 |
width: 0; |
| 9699 |
visibility: hidden; |
| 9700 |
} |
| 9701 |
|
| 9702 |
.quick_poll_settings label { |
| 9703 |
cursor: pointer; |
| 9704 |
text-indent: -9999px; |
| 9705 |
width: 35px; |
| 9706 |
height: 20px; |
| 9707 |
min-width: 35px; |
| 9708 |
min-height: 20px; |
| 9709 |
background: grey; |
| 9710 |
display: block; |
| 9711 |
border-radius: 20px; |
| 9712 |
position: relative; |
| 9713 |
margin-bottom: 0; |
| 9714 |
} |
| 9715 |
|
| 9716 |
.quick_poll_settings label:after { |
| 9717 |
content: ''; |
| 9718 |
position: absolute; |
| 9719 |
top: 1px; |
| 9720 |
left: 1px; |
| 9721 |
width: 18px; |
| 9722 |
height: 18px; |
| 9723 |
background: #fff; |
| 9724 |
border-radius: 18px; |
| 9725 |
transition: 0.3s; |
| 9726 |
} |
| 9727 |
|
| 9728 |
.quick_poll_settings input:checked + label { |
| 9729 |
background: #3d92d0; |
| 9730 |
} |
| 9731 |
|
| 9732 |
.quick_poll_settings input:checked + label:after { |
| 9733 |
left: calc(100% - 1px); |
| 9734 |
transform: translateX(-100%); |
| 9735 |
} |
| 9736 |
|
| 9737 |
.quick_poll_settings label:active:after { |
| 9738 |
width: 22px; |
| 9739 |
} |
| 9740 |
|
| 9741 |
.quick_poll_save { |
| 9742 |
text-align: right; |
| 9743 |
} |
| 9744 |
|
| 9745 |
.quick_poll_save input { |
| 9746 |
background: #3d92d0; |
| 9747 |
border: none; |
| 9748 |
color: #fff; |
| 9749 |
border-radius: 10%; |
| 9750 |
padding: 3px 13px; |
| 9751 |
cursor: pointer; |
| 9752 |
} |
| 9753 |
|
| 9754 |
.quick-poll-save-disabled{ |
| 9755 |
background-color: #a7aaad !important; |
| 9756 |
} |
| 9757 |
|
| 9758 |
.quick_poll_settings .multivote-container .quick_poll_multivote_settings { |
| 9759 |
display: flex; |
| 9760 |
flex-direction: column; |
| 9761 |
align-items: flex-start; |
| 9762 |
visibility: hidden; |
| 9763 |
} |
| 9764 |
.quick_poll_settings .multivote-container .quick_poll_multivote_settings input{ |
| 9765 |
width: 100px; |
| 9766 |
height: 30px; |
| 9767 |
margin: 5px; |
| 9768 |
} |
| 9769 |
#quick_poll_shortcode, #ays-poll-create-new{ |
| 9770 |
width: 200px; |
| 9771 |
max-width: 100%; |
| 9772 |
} |
| 9773 |
|
| 9774 |
.quick_poll_settings .multivote-container{ |
| 9775 |
width: 100%; |
| 9776 |
height:24px; |
| 9777 |
padding-bottom: 4px; |
| 9778 |
} |
| 9779 |
@media only screen and (max-width: 1145px) { |
| 9780 |
.quick_poll_settings .multivote-container{ |
| 9781 |
height:48px; |
| 9782 |
} |
| 9783 |
} |
| 9784 |
@media only screen and (max-width: 750px) { |
| 9785 |
.ays_poll_modal_content { |
| 9786 |
width: 70%; |
| 9787 |
} |
| 9788 |
} |
| 9789 |
@media only screen and (max-width: 645px) { |
| 9790 |
.ays_poll_modal_content { |
| 9791 |
width: 90%; |
| 9792 |
} |
| 9793 |
} |
| 9794 |
/*Quick Poll End*/ |
| 9795 |
|
| 9796 |
/* Redesigned list table start */ |
| 9797 |
div.ays_polls_list_table #post-body-content { |
| 9798 |
padding: 20px 0 3px; |
| 9799 |
background-color: #ffffff; |
| 9800 |
border-radius: 5px; |
| 9801 |
box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 25%); |
| 9802 |
color: #253858; |
| 9803 |
} |
| 9804 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls thead, |
| 9805 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls tfoot{ |
| 9806 |
background-color: #f1f1f1; |
| 9807 |
} |
| 9808 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls tbody tr{ |
| 9809 |
background-color: #fff; |
| 9810 |
} |
| 9811 |
|
| 9812 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls tbody tr { |
| 9813 |
box-shadow: 0px -2px 0px rgba(0,0,0,0.12); |
| 9814 |
} |
| 9815 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls tbody tr:first-child{ |
| 9816 |
box-shadow: none; |
| 9817 |
} |
| 9818 |
|
| 9819 |
div.ays_polls_list_table div#wpcontent{ |
| 9820 |
background: #f0f0f1; |
| 9821 |
} |
| 9822 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls thead tr td, |
| 9823 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls thead tr th{ |
| 9824 |
border:none; |
| 9825 |
} |
| 9826 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls{ |
| 9827 |
border:none; |
| 9828 |
border-top: 1px solid transparent; |
| 9829 |
} |
| 9830 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls .ays-poll-shortcode-container{ |
| 9831 |
/* min-width: 90px; */ |
| 9832 |
background-color: #f4f5f7; |
| 9833 |
border-radius: 5px; |
| 9834 |
overflow: hidden; |
| 9835 |
display: flex; |
| 9836 |
justify-content: space-between; |
| 9837 |
box-shadow: 0px 1px 2px rgb(0 0 0 / 50%); |
| 9838 |
margin: auto; |
| 9839 |
} |
| 9840 |
|
| 9841 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls .ays-poll-shortcode-container { |
| 9842 |
align-items: stretch; |
| 9843 |
} |
| 9844 |
|
| 9845 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls .ays-poll-shortcode-container .ays-poll-copy-image{ |
| 9846 |
min-width: 25px; |
| 9847 |
height: auto; |
| 9848 |
display: flex; |
| 9849 |
justify-content: center; |
| 9850 |
align-items: center; |
| 9851 |
background-color: #ebecf0; |
| 9852 |
cursor: pointer; |
| 9853 |
border-right: 1px solid #dddddf; |
| 9854 |
} |
| 9855 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls .ays-poll-shortcode-container .ays-poll-shortcode-input{ |
| 9856 |
border: none; |
| 9857 |
padding-left: 0px; |
| 9858 |
background-color: #f4f5f7; |
| 9859 |
} |
| 9860 |
|
| 9861 |
div.ays_polls_list_table #post-body-content table.wp-list-table.polls input[type=checkbox]{ |
| 9862 |
border: 1px solid #ced4da !important; |
| 9863 |
} |
| 9864 |
|
| 9865 |
div.ays_polls_list_table #bulk-action-selector-bottom, |
| 9866 |
div.ays_polls_list_table #bulk-action-selector-top, |
| 9867 |
div.ays_polls_list_table #bulk-action-selector-top-select-top, |
| 9868 |
div.ays_polls_list_table #bulk-action-selector-top-select-bottom{ |
| 9869 |
border-color:#EBECF0 !important; |
| 9870 |
box-shadow: 0 1px 1px rgb(0 0 0 / 6%); |
| 9871 |
color: #061938; |
| 9872 |
border-radius: 5px; |
| 9873 |
padding: 2px 10px; |
| 9874 |
/* width: 130px; */ |
| 9875 |
font-size: 14px; |
| 9876 |
/* font-size: 16px; */ |
| 9877 |
width: 130px; |
| 9878 |
height: 34px; |
| 9879 |
} |
| 9880 |
div.ays_polls_list_table #bulk-action-selector-bottom:hover, |
| 9881 |
div.ays_polls_list_table #bulk-action-selector-top:hover, |
| 9882 |
div.ays_polls_list_table #bulk-action-selector-top-select-top:hover, |
| 9883 |
div.ays_polls_list_table #bulk-action-selector-top-select-bottom:hover{ |
| 9884 |
color:#2271b1; |
| 9885 |
} |
| 9886 |
|
| 9887 |
div.ays_polls_list_table #post-body-content .tablenav .actions .button, |
| 9888 |
div.ays_polls_list_table .actions_style, |
| 9889 |
div.ays_polls_list_table #search-submit.actions, |
| 9890 |
div.ays_polls_list_table .pagination-links .button, |
| 9891 |
div.ays_polls_list_table .search-box .button{ |
| 9892 |
background: #FFFFFF !important; |
| 9893 |
border: 1px solid #EBECF0 !important; |
| 9894 |
box-sizing: border-box !important; |
| 9895 |
box-shadow: 0 1px 1px rgb(0 0 0 / 6%) !important; |
| 9896 |
color: #061938 !important; |
| 9897 |
border-radius: 5px !important; |
| 9898 |
padding: 0px 12px ; |
| 9899 |
/* width: 90px; */ |
| 9900 |
font-size: 16px !important; |
| 9901 |
margin-left: 5px !important; |
| 9902 |
height: 34px; |
| 9903 |
} |
| 9904 |
div.ays_polls_list_table .pagination-links .current-page{ |
| 9905 |
height: 34px; |
| 9906 |
margin-top:5px; |
| 9907 |
} |
| 9908 |
@media only screen and (max-width: 781px) { |
| 9909 |
div.ays_polls_list_table .pagination-links .button{ |
| 9910 |
padding:8px 12px; |
| 9911 |
width: unset; |
| 9912 |
} |
| 9913 |
div.ays_polls_list_table .pagination-links .current-page{ |
| 9914 |
height: 34px; |
| 9915 |
margin-top:0px; |
| 9916 |
min-height: 34px; |
| 9917 |
} |
| 9918 |
} |
| 9919 |
div.ays_polls_list_table .tablenav{ |
| 9920 |
padding:5px 12px 0; |
| 9921 |
} |
| 9922 |
div.ays_polls_list_table .column-title:not(.manage-column) > a{ |
| 9923 |
text-decoration: underline; |
| 9924 |
font-weight: bold; |
| 9925 |
} |
| 9926 |
|
| 9927 |
div.ays_polls_list_table p.search-box{ |
| 9928 |
padding-right: 12px; |
| 9929 |
} |
| 9930 |
div.ays_polls_list_table #poll-maker-ays-search-input{ |
| 9931 |
border-color: #CED4DA; |
| 9932 |
height: 34px; |
| 9933 |
} |
| 9934 |
div.ays_polls_list_table .subsubsub{ |
| 9935 |
padding-left:12px; |
| 9936 |
/* font-size: 16px; */ |
| 9937 |
} |
| 9938 |
div.ays_polls_list_table #post-body-content *{ |
| 9939 |
font-size: 14px; |
| 9940 |
} |
| 9941 |
div.ays_polls_list_table .column-publish > i{ |
| 9942 |
padding-right: 8px; |
| 9943 |
} |
| 9944 |
|
| 9945 |
.ays-poll-add-new-button-box { |
| 9946 |
display: flex; |
| 9947 |
align-items: center; |
| 9948 |
} |
| 9949 |
/* Redesigned list table end */ |
| 9950 |
|
| 9951 |
|
| 9952 |
|
| 9953 |
/*Dashboard Redesign Start*/ |
| 9954 |
.ays-poll-form .top-menu-buttons-container{ |
| 9955 |
display: flex; |
| 9956 |
width: 300px; |
| 9957 |
flex-wrap: nowrap; |
| 9958 |
justify-content: flex-end; |
| 9959 |
padding-top:13px; |
| 9960 |
} |
| 9961 |
@media screen and (max-width: 1270px) { |
| 9962 |
.ays-poll-form .top-menu-buttons-container{ |
| 9963 |
/* width: 100%; */ |
| 9964 |
justify-content: flex-start; |
| 9965 |
} |
| 9966 |
} |
| 9967 |
|
| 9968 |
|
| 9969 |
.ays-poll-form .button-primary.ays-top-menu-save-and-close, |
| 9970 |
.ays-poll-form .button-primary.ays-bottom-menu-save-and-close{ |
| 9971 |
height: 32px; |
| 9972 |
border-radius: 4px; |
| 9973 |
border-color:#005AE0; |
| 9974 |
padding:4px 18px; |
| 9975 |
background-color: white; |
| 9976 |
color:#005AE0; |
| 9977 |
margin-left:10px; |
| 9978 |
line-height: unset; |
| 9979 |
} |
| 9980 |
.ays-poll-form .button-primary.ays-top-menu-save-and-close:hover, |
| 9981 |
.ays-poll-form .button-primary.ays-bottom-menu-save-and-close:hover{ |
| 9982 |
background-color: #E5EEFF; |
| 9983 |
color:#005AE0; |
| 9984 |
} |
| 9985 |
.ays-poll-form .button#ays-button-top-apply, |
| 9986 |
.ays-poll-form .button#ays-button-apply{ |
| 9987 |
background-color: #005AE0; |
| 9988 |
color:white; |
| 9989 |
height: 32px; |
| 9990 |
padding:4px 17px; |
| 9991 |
border-radius: 4px; |
| 9992 |
margin-left:10px; |
| 9993 |
line-height: unset; |
| 9994 |
} |
| 9995 |
.ays-poll-form .button#ays-button-apply:hover, |
| 9996 |
.ays-poll-form .button#ays-button-top-apply:hover{ |
| 9997 |
background-color: #004CBD; |
| 9998 |
} |
| 9999 |
|
| 10000 |
.ays-poll-form .button#ays_poll_cancel_top, |
| 10001 |
.ays-poll-form .button#ays_poll_cancel{ |
| 10002 |
height: 32px; |
| 10003 |
border-radius: 4px; |
| 10004 |
border-color:#005AE0; |
| 10005 |
padding:4px 17px; |
| 10006 |
background-color: white; |
| 10007 |
color:#005AE0; |
| 10008 |
margin-left:10px; |
| 10009 |
line-height: unset; |
| 10010 |
} |
| 10011 |
.ays-poll-form .button#ays_poll_cancel_top:hover, |
| 10012 |
.ays-poll-form .button#ays_poll_cancel:hover{ |
| 10013 |
background-color: #E5EEFF; |
| 10014 |
color:#005AE0; |
| 10015 |
} |
| 10016 |
body.toplevel_page_poll-maker-ays div.ays-top-menu-wrapper div.ays-top-menu div.ays-top-tab-wrapper { |
| 10017 |
width: 690px; |
| 10018 |
border-bottom:none; |
| 10019 |
} |
| 10020 |
body.toplevel_page_poll-maker-ays div.ays-top-menu-wrapper div.ays-top-menu { |
| 10021 |
display: flex; |
| 10022 |
flex-wrap: wrap; |
| 10023 |
justify-content: space-between; |
| 10024 |
padding-bottom:1px; |
| 10025 |
} |
| 10026 |
body.toplevel_page_poll-maker-ays .ays-poll-form .ays-top-menu-wrapper .nav-tab{ |
| 10027 |
border-top: none ; |
| 10028 |
border-right: none ; |
| 10029 |
border-left: none ; |
| 10030 |
margin-left:0px; |
| 10031 |
padding-bottom:12px; |
| 10032 |
background-color: #F3F4F5 ; |
| 10033 |
border-bottom:1px solid #c7c3c3; |
| 10034 |
color:black; |
| 10035 |
margin-bottom:0px; |
| 10036 |
} |
| 10037 |
a[href="#tab1"]{ |
| 10038 |
margin-left:0px !important; |
| 10039 |
} |
| 10040 |
body.toplevel_page_poll-maker-ays .ays-poll-form .ays-top-menu-wrapper .nav-tab:hover{ |
| 10041 |
border-bottom:1px solid #005AE0 !important; |
| 10042 |
text-decoration: none; |
| 10043 |
} |
| 10044 |
body.toplevel_page_poll-maker-ays .ays-poll-form .nav-tab-active{ |
| 10045 |
border-bottom:1px solid #005AE0 !important; |
| 10046 |
color: #005AE0 !important; |
| 10047 |
} |
| 10048 |
body.toplevel_page_poll-maker-ays .ays-poll-form .ays_poll_fa-info-circle:before{ |
| 10049 |
color: #005AE0; |
| 10050 |
} |
| 10051 |
body.toplevel_page_poll-maker-ays .ays-poll-form input[type="text"]:focus{ |
| 10052 |
border-color: #005AE0; |
| 10053 |
box-shadow: 0 0 0 1px #2271b1; |
| 10054 |
outline: 2px solid transparent; |
| 10055 |
} |
| 10056 |
body.toplevel_page_poll-maker-ays .ays-poll-form #tab1 .add-option-top-container .ays-add-answer{ |
| 10057 |
display: flex; |
| 10058 |
justify-content: center; |
| 10059 |
align-items: center; |
| 10060 |
width: 140px; |
| 10061 |
height: 34px; |
| 10062 |
border-radius: 4px; |
| 10063 |
border-color:#ADC6FF; |
| 10064 |
padding:4px 15px 4px 10px; |
| 10065 |
background-color: #F0F5FF; |
| 10066 |
color:#005AE0; |
| 10067 |
border: 1px solid; |
| 10068 |
font-size: 16px; |
| 10069 |
} |
| 10070 |
|
| 10071 |
.ays-poll-form #tab1 .add-option-top-container .ays-add-answer:hover{ |
| 10072 |
background-color: #d1def5 !important; |
| 10073 |
cursor: pointer; |
| 10074 |
} |
| 10075 |
.ays-poll-form #tab1 .plus-sign{ |
| 10076 |
height: 17px; |
| 10077 |
margin-right: 7px; |
| 10078 |
} |
| 10079 |
.ays-poll-form #tab1 tr.ays-answer-row td{ |
| 10080 |
background-color: white; |
| 10081 |
} |
| 10082 |
.ays-poll-form #tab1 table.ays-answers-table thead th{ |
| 10083 |
background: #F3F4F5; |
| 10084 |
color: black; |
| 10085 |
} |
| 10086 |
|
| 10087 |
|
| 10088 |
.ays-poll-form #tab1 table.ays-answers-table thead th:nth-child(1), |
| 10089 |
.ays-poll-form #tab1 table.ays-answers-table thead th:nth-child(2){ |
| 10090 |
border-right: 1px solid rgba(0, 0, 0, 0.06); |
| 10091 |
} |
| 10092 |
.ays-poll-form #tab1 table.ays-answers-table td{ |
| 10093 |
border:none; |
| 10094 |
padding:0px; |
| 10095 |
} |
| 10096 |
.ays-poll-form .ays-text-input{ |
| 10097 |
border-color:rgba(0, 0, 0, 0.25); |
| 10098 |
} |
| 10099 |
|
| 10100 |
/* pics */ |
| 10101 |
|
| 10102 |
.ays-poll-form #tab1 .ays-poll-answer-image-container img { |
| 10103 |
min-width: 60px; |
| 10104 |
min-height: 60px; |
| 10105 |
width: 60px; |
| 10106 |
height: 60px; |
| 10107 |
} |
| 10108 |
|
| 10109 |
.ays-poll-form #tab1 .ays-poll-answer-image-container{ |
| 10110 |
width: 60px; |
| 10111 |
height: 60px; |
| 10112 |
margin:5px auto; |
| 10113 |
} |
| 10114 |
|
| 10115 |
@media screen and (max-width: 768px) { |
| 10116 |
.ays-poll-answer-image-container { |
| 10117 |
width: 48px; |
| 10118 |
} |
| 10119 |
|
| 10120 |
.ays-poll-answer-image-container img { |
| 10121 |
min-width: 48px; |
| 10122 |
} |
| 10123 |
} |
| 10124 |
|
| 10125 |
.ays-all-container{ |
| 10126 |
background-color: #F3F4F5; |
| 10127 |
padding: 10px 0px !important; |
| 10128 |
margin-left: 0px !important; |
| 10129 |
margin-right: 0px !important; |
| 10130 |
} |
| 10131 |
body.toplevel_page_poll-maker-ays .ays-top-menu{ |
| 10132 |
background-color: #F3F4F5; |
| 10133 |
} |
| 10134 |
.ays-all-sub-container{ |
| 10135 |
width: 90%; |
| 10136 |
margin:auto; |
| 10137 |
} |
| 10138 |
.ays-poll-tab-content{ |
| 10139 |
background-color: white !important; |
| 10140 |
padding:12px 24px; |
| 10141 |
border-radius:15px; |
| 10142 |
margin-top:20px; |
| 10143 |
} |
| 10144 |
.bottom-buttons-container{ |
| 10145 |
display: flex; |
| 10146 |
/* align-items: flex-end; */ |
| 10147 |
/* flex-direction: column; */ |
| 10148 |
justify-content: space-between; |
| 10149 |
padding-top:20px; |
| 10150 |
} |
| 10151 |
|
| 10152 |
body.toplevel_page_poll-maker-ays input[type=checkbox]{ |
| 10153 |
accent-color: #005AE0; |
| 10154 |
} |
| 10155 |
|
| 10156 |
@media screen and (min-width: 782px){ |
| 10157 |
.unset-padding-left{ |
| 10158 |
padding-left: 0px; |
| 10159 |
} |
| 10160 |
} |
| 10161 |
|
| 10162 |
.ays-bottom-menu-buttons{ |
| 10163 |
max-height: 30px !important; |
| 10164 |
min-height: 30px !important; |
| 10165 |
display: inline-block; |
| 10166 |
text-decoration: none; |
| 10167 |
font-size: 13px; |
| 10168 |
line-height: 2.15384615; |
| 10169 |
margin-top: 4px !important; |
| 10170 |
padding: 0 10px; |
| 10171 |
cursor: pointer; |
| 10172 |
border-width: 1px; |
| 10173 |
border-style: solid; |
| 10174 |
-webkit-appearance: none; |
| 10175 |
border-radius: 3px; |
| 10176 |
white-space: nowrap; |
| 10177 |
box-sizing: border-box; |
| 10178 |
} |
| 10179 |
.ays-poll-form .ays-loader-img{ |
| 10180 |
width: 16px; |
| 10181 |
height: 16px; |
| 10182 |
} |
| 10183 |
.ays_save_buttons_box_for_mobile{ |
| 10184 |
display: flex; |
| 10185 |
} |
| 10186 |
|
| 10187 |
.add-answer-image-icon{ |
| 10188 |
display: inline-block; |
| 10189 |
background: url(../images/icons/add-img-icon.svg) no-repeat center center/80% rgba(255,255,255, 0); |
| 10190 |
width:24px; |
| 10191 |
height: 24px; |
| 10192 |
margin:18px auto; |
| 10193 |
|
| 10194 |
} |
| 10195 |
.add-answer-image-icon:hover{ |
| 10196 |
background: url(../images/icons/add-img-icon-hover.svg) no-repeat center center/80% rgba(255,255,255, 0); |
| 10197 |
cursor: pointer; |
| 10198 |
} |
| 10199 |
|
| 10200 |
label.ays-label[for="ays-answer"]{ |
| 10201 |
margin-bottom:0px; |
| 10202 |
} |
| 10203 |
a.ays-delete-answer{ |
| 10204 |
display: inline-block; |
| 10205 |
background: url(../images/icons/trash.svg) no-repeat center center/80% rgba(255,255,255, 0); |
| 10206 |
width:24px; |
| 10207 |
height: 24px; |
| 10208 |
margin:18px auto; |
| 10209 |
} |
| 10210 |
a.ays-delete-answer:hover{ |
| 10211 |
background: url(../images/icons/trash-hover.svg) no-repeat center center/80% rgba(255,255,255, 0); |
| 10212 |
cursor: pointer; |
| 10213 |
} |
| 10214 |
.ays_poll_move_arrows{ |
| 10215 |
display: inline-block; |
| 10216 |
width: 26px; |
| 10217 |
height: 26px; |
| 10218 |
background: url(../images/icons/move-arrows.svg) no-repeat center center/80% rgba(255,255,255, 0); |
| 10219 |
} |
| 10220 |
.ays_poll_move_arrows:hover{ |
| 10221 |
background: url(../images/icons/move-arrows-hover.svg) no-repeat center center/80% rgba(255,255,255, 0); |
| 10222 |
} |
| 10223 |
.ays-poll-form #tab1 thead tr.ui-state-default th:first-child:hover{ |
| 10224 |
cursor: unset; |
| 10225 |
} |
| 10226 |
/*Dashboard Redesign End*/ |
| 10227 |
|
| 10228 |
|