jquery-ui-styles
3 years ago
chosen.css
5 years ago
chosen.min.css
5 years ago
index.php
9 years ago
jquery-ui-timepicker-addon.css
9 years ago
jquery-ui-timepicker-addon.min.css
7 years ago
style-admin.css
3 years ago
style-admin.min.css
3 years ago
style-wizard.css
3 years ago
style-wizard.min.css
3 years ago
style.bot.css
3 years ago
style.bot.min.css
3 years ago
style.css
3 years ago
style.min.css
5 years ago
style.css
563 lines
| 1 | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { |
| 2 | margin: 0; |
| 3 | padding: 0; |
| 4 | border: 0; |
| 5 | font-size: 100%; |
| 6 | font: inherit; |
| 7 | vertical-align: baseline; |
| 8 | text-decoration: none; |
| 9 | } |
| 10 | article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { |
| 11 | display: block; |
| 12 | } |
| 13 | body { |
| 14 | line-height: 1; |
| 15 | } |
| 16 | ol, ul { |
| 17 | list-style: none; |
| 18 | } |
| 19 | blockquote, q { |
| 20 | display: block; |
| 21 | width: 500px; |
| 22 | margin: 0 auto; |
| 23 | text-align: left; |
| 24 | position: relative; |
| 25 | font-style: italic; |
| 26 | } |
| 27 | blockquote:before, blockquote:after, q:before, q:after { |
| 28 | content: '"'; |
| 29 | content: none; |
| 30 | } |
| 31 | input, button { |
| 32 | border-radius: 0; |
| 33 | } |
| 34 | table { |
| 35 | border-collapse: collapse; |
| 36 | border-spacing: 0; |
| 37 | } |
| 38 | em, i { |
| 39 | font-style: italic; |
| 40 | } |
| 41 | del { |
| 42 | text-decoration: line-through; |
| 43 | } |
| 44 | strong, b { |
| 45 | font-weight: bold; |
| 46 | } |
| 47 | ol { |
| 48 | width: 600px; |
| 49 | margin: 0 auto; |
| 50 | text-align: left; |
| 51 | } |
| 52 | ol li { |
| 53 | list-style-type: decimal; |
| 54 | } |
| 55 | ul { |
| 56 | width: 600px; |
| 57 | margin: 0 auto; |
| 58 | text-align: left; |
| 59 | } |
| 60 | ul li { |
| 61 | list-style: disc; |
| 62 | } |
| 63 | a { |
| 64 | color: inherit; |
| 65 | text-decoration: underline; |
| 66 | } |
| 67 | body, html { |
| 68 | min-height: 100%; |
| 69 | } |
| 70 | body { |
| 71 | background-color: #fff; |
| 72 | color: #1b1f23; |
| 73 | font-family: Helvetica Neue, Arial, sans-serif; |
| 74 | } |
| 75 | .wrap { |
| 76 | width: 605px; |
| 77 | margin: 100px auto 0; |
| 78 | text-align: center; |
| 79 | } |
| 80 | .wrap h1 { |
| 81 | font-size: 30px; |
| 82 | font-weight: 700; |
| 83 | margin: 0 0 90px; |
| 84 | } |
| 85 | .wrap h2 { |
| 86 | font-size: 24px; |
| 87 | font-weight: 400; |
| 88 | line-height: 45px; |
| 89 | margin: 0 0 80px; |
| 90 | } |
| 91 | |
| 92 | .wrap h2 img { |
| 93 | max-width: 100%; |
| 94 | height: auto; |
| 95 | } |
| 96 | |
| 97 | .wrap h2 .fluid-width-video-wrapper { |
| 98 | margin-top: 10px; |
| 99 | margin-bottom: 10px; |
| 100 | } |
| 101 | |
| 102 | .wrap h3 { |
| 103 | font-size: 24px; |
| 104 | font-weight: 400; |
| 105 | margin: 0 0 45px; |
| 106 | } |
| 107 | |
| 108 | /* keep .author_link for backward compatibility */ |
| 109 | .wrap .footer_links, |
| 110 | .wrap .author_link { |
| 111 | margin-top: 15px; |
| 112 | color: #616161; |
| 113 | margin: 0 0 50px; |
| 114 | } |
| 115 | |
| 116 | .wrap .footer_links a, |
| 117 | .wrap .author_link a { |
| 118 | color: #000; |
| 119 | } |
| 120 | |
| 121 | /** |
| 122 | * COUNTDOWN |
| 123 | **/ |
| 124 | |
| 125 | .wrap .countdown { |
| 126 | margin: 0 0 85px; |
| 127 | } |
| 128 | .wrap .countdown span { |
| 129 | font-size: 30px; |
| 130 | } |
| 131 | /** |
| 132 | * SUBSCRIBE FORM |
| 133 | **/ |
| 134 | .wrap div.subscribe_border { |
| 135 | border: 3px solid #e0e0e0; |
| 136 | box-sizing: border-box; |
| 137 | width: 450px; |
| 138 | display: inline-block; |
| 139 | background-color: #fff; /*2.3.0*/ |
| 140 | } |
| 141 | .wrap form.subscribe_form { |
| 142 | margin: 0 0 75px; |
| 143 | overflow: hidden; |
| 144 | text-align: center; |
| 145 | } |
| 146 | .wrap .subscribe_form .privacy_checkbox { |
| 147 | color: #909090; |
| 148 | max-width: 450px; |
| 149 | margin: 15px auto; |
| 150 | position: relative; |
| 151 | } |
| 152 | .wrap form.subscribe_form .privacy_checkbox label.error { |
| 153 | display: block !important; |
| 154 | position: absolute; |
| 155 | font-size: 11px; |
| 156 | left: 39%; |
| 157 | } |
| 158 | .wrap .subscribe_form .privacy_checkbox input { |
| 159 | float: none; |
| 160 | margin: 3px 4.7px; |
| 161 | } |
| 162 | .wrap .subscribe_form .privacy_tail { |
| 163 | font-size: 11px; |
| 164 | color: #909090; |
| 165 | max-width: 450px; |
| 166 | margin: 0 auto; |
| 167 | } |
| 168 | .wrap form.subscribe_form input { |
| 169 | margin: 0; |
| 170 | outline: 0; |
| 171 | border: 0; |
| 172 | float: left; |
| 173 | font-size: 18px; |
| 174 | padding: 20px 25px; |
| 175 | box-sizing: content-box; |
| 176 | } |
| 177 | .wrap form.subscribe_form input[type="text"] { |
| 178 | width: 245px; |
| 179 | } |
| 180 | |
| 181 | .wrap form.subscribe_form input[type="submit"] { |
| 182 | background: #000; |
| 183 | color: #fff; |
| 184 | float: right; |
| 185 | cursor: pointer; |
| 186 | padding: 20px 30px; |
| 187 | border-left: 3px solid #e0e0e0; |
| 188 | transition: all .3s; |
| 189 | |
| 190 | /* Fix for https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/222#issuecomment-542777163 @ 2.3.0 */ |
| 191 | border-radius: 0 !important; |
| 192 | -webkit-appearance: none !important; |
| 193 | } |
| 194 | .wrap form.subscribe_form input[type="submit"]:hover { |
| 195 | background: #fff; |
| 196 | color: #000; |
| 197 | border-left: 3px solid #e0e0e0; |
| 198 | } |
| 199 | .wrap form.subscribe_form input[type="submit"]:active { |
| 200 | background: #1e1e1e; |
| 201 | color: #fff; |
| 202 | } |
| 203 | .wrap form.subscribe_form .error { |
| 204 | color: red; |
| 205 | } |
| 206 | .wrap form.subscribe_form label.error { |
| 207 | display: none !important; |
| 208 | } |
| 209 | /** |
| 210 | * LOGIN FORM |
| 211 | **/ |
| 212 | |
| 213 | .wrap form.login_form { |
| 214 | width: 100%; |
| 215 | margin: 15px 0 0; |
| 216 | } |
| 217 | .wrap form.login_form input { |
| 218 | display: inline-block; |
| 219 | box-sizing: border-box; |
| 220 | -moz-box-sizing: border-box; |
| 221 | -webkit-box-sizing: border-box; |
| 222 | border: 3px solid #E2E2E2; |
| 223 | font-family: Helvetica Neue, Arial, sans-serif; |
| 224 | font-size: 16px; |
| 225 | margin: 0 10px 0 0; |
| 226 | outline: 0; |
| 227 | padding: 15px; |
| 228 | } |
| 229 | .wrap form.login_form input[type="submit"] { |
| 230 | background: #000; |
| 231 | color: #fff; |
| 232 | margin: 0; |
| 233 | border-color: #000; |
| 234 | font-weight: bold; |
| 235 | padding: 15px 30px; |
| 236 | cursor: pointer; |
| 237 | } |
| 238 | .wrap form.login_form input[type="submit"]:active { |
| 239 | position: relative; |
| 240 | top: 1px; |
| 241 | } |
| 242 | /** |
| 243 | * SOCIAL NETWORKS |
| 244 | **/ |
| 245 | |
| 246 | .wrap .social { |
| 247 | margin: 0 0 70px; |
| 248 | } |
| 249 | .wrap .social a { |
| 250 | width: 22px; |
| 251 | height: 22px; |
| 252 | margin: 0 0 20px 55px; |
| 253 | background-image: url('../images/icn_sprite.png'); |
| 254 | background-repeat: no-repeat; |
| 255 | display: inline-block; |
| 256 | text-indent: -999em; |
| 257 | } |
| 258 | .wrap .social a:first-of-type { |
| 259 | margin: 0 0 20px 0; |
| 260 | } |
| 261 | .wrap .social .git { |
| 262 | background-position: 0 0; |
| 263 | } |
| 264 | .wrap .social .fb { |
| 265 | background-position: -240px 0; |
| 266 | } |
| 267 | .wrap .social .instagram { |
| 268 | background-position: -707px 0; |
| 269 | } |
| 270 | .wrap .social .tw { |
| 271 | background-position: -162px 0px; |
| 272 | } |
| 273 | .wrap .social .rss { |
| 274 | background-position: -402px 0; |
| 275 | } |
| 276 | .wrap .social .mail { |
| 277 | background-position: -560px 0; |
| 278 | } |
| 279 | .wrap .social .pin { |
| 280 | background-position: -322px 0; |
| 281 | } |
| 282 | .wrap .social .dribbble { |
| 283 | background-position: -82px 0; |
| 284 | } |
| 285 | .wrap .social .gplus { |
| 286 | background-position: -486px 0; |
| 287 | } |
| 288 | .wrap .social .linkedin { |
| 289 | background-position: -633px 0; |
| 290 | } |
| 291 | /** |
| 292 | * CONTACT FORM |
| 293 | **/ |
| 294 | |
| 295 | .wrap .contact_us { |
| 296 | color: #000; |
| 297 | border: 3px solid #000; |
| 298 | font-size: 18px; |
| 299 | padding: 15px 40px; |
| 300 | display: inline-block; |
| 301 | margin: 0 0 70px; |
| 302 | } |
| 303 | .wrap .contact_us:hover { |
| 304 | background: #000; |
| 305 | color: #fff; |
| 306 | } |
| 307 | .contact_us { text-decoration: none; } |
| 308 | .contact_us, input[type=submit] { transition: all .3s ease-in-out; } |
| 309 | .contact { |
| 310 | position: fixed; |
| 311 | display: none; |
| 312 | overflow: auto; |
| 313 | top: 0; |
| 314 | bottom: 0; |
| 315 | left: 0; |
| 316 | right: 0; |
| 317 | background: rgba(27, 31, 35, 0.95); |
| 318 | } |
| 319 | .contact label.error { |
| 320 | color: red; |
| 321 | float: left; |
| 322 | font-size: 11px; |
| 323 | padding-top: 10px; |
| 324 | } |
| 325 | .close-contact_form { |
| 326 | position: absolute; |
| 327 | left: 46%; |
| 328 | top: -60px; |
| 329 | cursor: pointer; |
| 330 | } |
| 331 | .close-contact_form img { width: 40px; height: 40px; } |
| 332 | .contact .form { |
| 333 | width: 520px; |
| 334 | text-align: center; |
| 335 | padding: 40px; |
| 336 | background: #f9f9f9; |
| 337 | box-sizing: border-box; |
| 338 | margin: 100px auto; |
| 339 | transition: 0.2s transform ease-in-out; |
| 340 | } |
| 341 | .contact .form input[type=text], |
| 342 | .contact .form input[type=submit], |
| 343 | .contact .form textarea { |
| 344 | padding: 15px 20px; |
| 345 | margin: 0; |
| 346 | outline: 0; |
| 347 | width: 100%; |
| 348 | background: #f9f9f9; |
| 349 | border: 3px solid #e0e0e0; |
| 350 | font-size: 18px; |
| 351 | font-family: Helvetica Neue, Arial, sans-serif; |
| 352 | box-sizing: border-box; |
| 353 | resize: none; |
| 354 | } |
| 355 | .contact .form label#content-error { margin-bottom: 10px; } |
| 356 | .contact .form .privacy_checkbox { |
| 357 | margin-top: 20px; |
| 358 | clear: both; |
| 359 | color: #909090; |
| 360 | font-size: 15px; |
| 361 | position: relative; |
| 362 | } |
| 363 | .contact .form .privacy_checkbox label#acceptance-error { |
| 364 | position: absolute; |
| 365 | top: 10px; |
| 366 | left: 39%; |
| 367 | } |
| 368 | .contact .form .privacy_checkbox input { |
| 369 | transform: translatey(-2px); |
| 370 | } |
| 371 | .contact .form .privacy_tail { |
| 372 | font-size: 11px; |
| 373 | color: #c7c7c7; |
| 374 | margin-top: 16px; |
| 375 | line-height: 14px; |
| 376 | } |
| 377 | .contact .form textarea { |
| 378 | height: 175px; |
| 379 | padding: 20px; |
| 380 | } |
| 381 | .contact .form input[type="text"]::-webkit-input-placeholder, .contact .form textarea::-webkit-input-placeholder { |
| 382 | color: #dadada; |
| 383 | } |
| 384 | .contact .form input[type="text"]::-moz-input-placeholder, .contact .form textarea::-moz-input-placeholder { |
| 385 | color: #dadada; |
| 386 | } |
| 387 | .contact .form input[type="text"]::-ms-input-placeholder, .contact .form textarea::-ms-input-placeholder { |
| 388 | color: #dadada; |
| 389 | } |
| 390 | .contact .form .col { |
| 391 | width: 205px; |
| 392 | margin: 0 0 30px; |
| 393 | display: inline-block; |
| 394 | float: left; |
| 395 | } |
| 396 | .contact .form .col.last { |
| 397 | float: right; |
| 398 | } |
| 399 | .contact .form .submit { |
| 400 | margin: 30px 0 0; |
| 401 | text-align: center; |
| 402 | clear: left; |
| 403 | } |
| 404 | .contact .form .submit input { |
| 405 | cursor: pointer; |
| 406 | display: inline-block; |
| 407 | background: #1b1f24; |
| 408 | color: #fff; |
| 409 | border: 0; |
| 410 | padding: 20px 45px; |
| 411 | width: auto; |
| 412 | } |
| 413 | /*======= MOVE ANIMATION =======*/ |
| 414 | |
| 415 | .contact .move_top { |
| 416 | transform: perspective(1000px) translateY(-200px); |
| 417 | } |
| 418 | .contact .move_bottom { |
| 419 | transform: perspective(1000px) translateY(0); |
| 420 | } |
| 421 | /*======= ZOOM ANIMATION =======*/ |
| 422 | |
| 423 | .contact .zoom { |
| 424 | transform: perspective(1000px) scale(0.5); |
| 425 | transition: 0.3s transform ease-in-out; |
| 426 | } |
| 427 | .contact .zoomed { |
| 428 | transform: perspective(1000px) scale(1); |
| 429 | } |
| 430 | /*======= FOLD ANIMATION =======*/ |
| 431 | |
| 432 | .contact .fold { |
| 433 | transform: perspective(1000px) rotateY(90deg); |
| 434 | } |
| 435 | .contact .unfold { |
| 436 | transform: perspective(1000px) rotateY(0); |
| 437 | } |
| 438 | /** |
| 439 | * EDITS WHEN HAVE BACKGROUND CLASS |
| 440 | **/ |
| 441 | |
| 442 | .background { |
| 443 | background: url('../images/backgrounds/bg1.jpg') no-repeat center top fixed; |
| 444 | background-size: cover; |
| 445 | } |
| 446 | .background .countdown span { |
| 447 | color: #fff; |
| 448 | } |
| 449 | .background form.subscribe_form input[type="submit"] { |
| 450 | color: #000; |
| 451 | background: #fff; |
| 452 | } |
| 453 | .background form.subscribe_form input[type="text"] { |
| 454 | background: transparent; |
| 455 | color: #fff; |
| 456 | } |
| 457 | .background form.subscribe_form input.error[type="text"] { |
| 458 | color: red; |
| 459 | } |
| 460 | .background form.subscribe_form input[type="text"]::-webkit-input-placeholder { |
| 461 | color: #fff; |
| 462 | } |
| 463 | .background form.subscribe_form input[type="text"]::-moz-input-placeholder { |
| 464 | color: #fff; |
| 465 | } |
| 466 | .background form.subscribe_form input[type="text"]::-ms-input-placeholder { |
| 467 | color: #fff; |
| 468 | } |
| 469 | /*2.3.0*/ |
| 470 | .background form.subscribe_form .subscribe_border { |
| 471 | background-color: transparent; |
| 472 | } |
| 473 | /**/ |
| 474 | .background .contact_us { |
| 475 | color: #fff; |
| 476 | border-color: #fff; |
| 477 | } |
| 478 | |
| 479 | /** |
| 480 | * MEDIA QUERIES (RESPONSIVE) |
| 481 | **/ |
| 482 | |
| 483 | @media only screen and (max-width: 700px) { |
| 484 | .wrap form.login_form { |
| 485 | width: 90%; |
| 486 | margin: 15px auto 0; |
| 487 | } |
| 488 | .wrap form.login_form input { |
| 489 | width: 100%; |
| 490 | margin: 0 0 10px 0; |
| 491 | } |
| 492 | .wrap form.login_form input[type="submit"] { |
| 493 | width: 100%; |
| 494 | margin: 5px 0 5px; |
| 495 | } |
| 496 | } |
| 497 | @media only screen and (max-width: 550px) { |
| 498 | .wrap { |
| 499 | width: 90%; |
| 500 | margin: 50px auto 0; |
| 501 | } |
| 502 | .wrap h1 { |
| 503 | margin: 0 0 50px; |
| 504 | } |
| 505 | .wrap h2, .wrap h3 { |
| 506 | font-size: 18px; |
| 507 | } |
| 508 | .wrap h2 .fluid-width-video-wrapper { |
| 509 | margin-top: 5px; |
| 510 | margin-bottom: 5px; |
| 511 | } |
| 512 | .wrap form.subscribe_form { |
| 513 | box-sizing: border-box; |
| 514 | width: 100%; |
| 515 | } |
| 516 | .wrap form.subscribe_form input { |
| 517 | box-sizing: border-box; |
| 518 | } |
| 519 | .wrap form input[type="text"], .wrap form input[type="submit"] { |
| 520 | width: 100% !important; |
| 521 | } |
| 522 | .wrap form.subscribe_form input[type="submit"] { |
| 523 | padding-left: 0; |
| 524 | padding-right: 0; |
| 525 | border-left: none; |
| 526 | } |
| 527 | |
| 528 | /*2.3.0*/ |
| 529 | .wrap form.subscribe_form input[type="submit"]:hover { |
| 530 | border-left: none; |
| 531 | } |
| 532 | |
| 533 | .wrap div.subscribe_border { |
| 534 | width: 95%; |
| 535 | } |
| 536 | /**/ |
| 537 | |
| 538 | .wrap .contact_us { |
| 539 | margin: 0 0 50px; |
| 540 | } |
| 541 | .contact .form { |
| 542 | width: 90%; |
| 543 | } |
| 544 | .contact .form p.col { |
| 545 | width: 100%; |
| 546 | } |
| 547 | .contact .form input[type="submit"] { |
| 548 | width: 100%; |
| 549 | } |
| 550 | ul, ol { |
| 551 | width: 80%; |
| 552 | } |
| 553 | blockquote, q { |
| 554 | width: 70%; |
| 555 | } |
| 556 | } |
| 557 | @media only screen and (max-width: 465px) { |
| 558 | .contact .form .privacy_checkbox label#acceptance-error { |
| 559 | top: 28px; |
| 560 | left: 32%; |
| 561 | } |
| 562 | } |
| 563 |