Version Description
- 04-17-2021 =
- Added specific css classes for widgets
- Minor improvement for Countdown widget
Download this release
Release Info
Developer | qodeinteractive |
Plugin | Qi Addons For Elementor |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- assets/css/main.css +2861 -2855
- assets/css/main.min.css +0 -1
assets/css/main.css
CHANGED
@@ -1185,7 +1185,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
1185 |
overflow: hidden;
|
1186 |
}
|
1187 |
|
1188 |
-
.qodef-qi-swiper-container .swiper-slide a:not(.qodef-button) {
|
1189 |
display: block;
|
1190 |
}
|
1191 |
|
@@ -1260,6 +1260,12 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
1260 |
right: 30px;
|
1261 |
}
|
1262 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1263 |
.qodef-qi-swiper-container + .swiper-button-prev {
|
1264 |
left: -50px;
|
1265 |
}
|
@@ -4273,110 +4279,110 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4273 |
/* ==========================================================================
|
4274 |
Contact Form 7 shortcode styles
|
4275 |
========================================================================== */
|
4276 |
-
.qodef-contact-form-7 {
|
4277 |
/* reset The Q input styles - start */
|
4278 |
/* reset The Q input styles - end */
|
4279 |
}
|
4280 |
|
4281 |
-
.qodef-contact-form-7 form div {
|
4282 |
position: relative;
|
4283 |
margin: 0;
|
4284 |
}
|
4285 |
|
4286 |
-
.qodef-contact-form-7.qodef-button--full-width input[type=submit] {
|
4287 |
width: 100%;
|
4288 |
}
|
4289 |
|
4290 |
-
.qodef-contact-form-7 .wpcf7-form-control-wrap {
|
4291 |
width: 100%;
|
4292 |
display: block;
|
4293 |
}
|
4294 |
|
4295 |
-
.qodef-contact-form-7 textarea {
|
4296 |
resize: none;
|
4297 |
}
|
4298 |
|
4299 |
-
.qodef-contact-form-7 .wpcf7-list-item.first {
|
4300 |
margin-left: 0;
|
4301 |
}
|
4302 |
|
4303 |
-
.qodef-contact-form-7 .qodef-cf7-flex {
|
4304 |
display: flex;
|
4305 |
}
|
4306 |
|
4307 |
@media only screen and (max-width: 1024px) {
|
4308 |
-
.qodef-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024 {
|
4309 |
flex-wrap: wrap;
|
4310 |
}
|
4311 |
}
|
4312 |
|
4313 |
@media only screen and (max-width: 768px) {
|
4314 |
-
.qodef-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768 {
|
4315 |
flex-wrap: wrap;
|
4316 |
}
|
4317 |
}
|
4318 |
|
4319 |
@media only screen and (max-width: 680px) {
|
4320 |
-
.qodef-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680 {
|
4321 |
flex-wrap: wrap;
|
4322 |
}
|
4323 |
}
|
4324 |
|
4325 |
-
.qodef-contact-form-7 .qodef-grid-item {
|
4326 |
margin: 0 !important;
|
4327 |
}
|
4328 |
|
4329 |
-
.qodef-contact-form-7 .wpcf7-radio,
|
4330 |
-
.qodef-contact-form-7 .wpcf7-checkbox {
|
4331 |
line-height: 1;
|
4332 |
display: block;
|
4333 |
}
|
4334 |
|
4335 |
-
.qodef-contact-form-7 .wpcf7-radio label,
|
4336 |
-
.qodef-contact-form-7 .wpcf7-checkbox label {
|
4337 |
display: flex;
|
4338 |
align-items: center;
|
4339 |
justify-content: center;
|
4340 |
}
|
4341 |
|
4342 |
-
.qodef-contact-form-7 label {
|
4343 |
margin-bottom: 0;
|
4344 |
}
|
4345 |
|
4346 |
-
.qodef-contact-form-7 input[type=date],
|
4347 |
-
.qodef-contact-form-7 input[type=email],
|
4348 |
-
.qodef-contact-form-7 input[type=number],
|
4349 |
-
.qodef-contact-form-7 input[type=password],
|
4350 |
-
.qodef-contact-form-7 input[type=search],
|
4351 |
-
.qodef-contact-form-7 input[type=tel],
|
4352 |
-
.qodef-contact-form-7 input[type=text],
|
4353 |
-
.qodef-contact-form-7 input[type=url],
|
4354 |
-
.qodef-contact-form-7 textarea,
|
4355 |
-
.qodef-contact-form-7 select {
|
4356 |
margin: 0;
|
4357 |
}
|
4358 |
|
4359 |
-
.qodef-contact-form-7 input[type=checkbox],
|
4360 |
-
.qodef-contact-form-7 input[type=radio] {
|
4361 |
margin: 0;
|
4362 |
width: 1em;
|
4363 |
height: 1em;
|
4364 |
vertical-align: middle;
|
4365 |
}
|
4366 |
|
4367 |
-
.qodef-contact-form-7 button[type=submit]:focus,
|
4368 |
-
.qodef-contact-form-7 button[type=submit]:hover,
|
4369 |
-
.qodef-contact-form-7 input[type=submit]:focus,
|
4370 |
-
.qodef-contact-form-7 input[type=submit]:hover {
|
4371 |
color: unset;
|
4372 |
background-color: unset;
|
4373 |
}
|
4374 |
|
4375 |
-
.qodef-contact-form-7 input[type=submit] {
|
4376 |
transition: all .3s ease-out;
|
4377 |
}
|
4378 |
|
4379 |
-
.qodef-contact-form-7 textarea {
|
4380 |
vertical-align: middle;
|
4381 |
}
|
4382 |
|
@@ -4475,41 +4481,41 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4475 |
display: none !important;
|
4476 |
}
|
4477 |
|
4478 |
-
.qodef-addons-woo-shortcode .button.qodef-button.qodef-layout--textual,
|
4479 |
-
.qodef-addons-woo-shortcode .added_to_cart.qodef-button.qodef-layout--textual {
|
4480 |
background: transparent;
|
4481 |
}
|
4482 |
|
4483 |
/* ==========================================================================
|
4484 |
WooCommerce Add to Cart shortcode styles
|
4485 |
========================================================================== */
|
4486 |
-
.qodef-woo-shortcode-add-to-cart {
|
4487 |
position: relative;
|
4488 |
display: inline-block;
|
4489 |
width: 100%;
|
4490 |
vertical-align: top;
|
4491 |
}
|
4492 |
|
4493 |
-
.qodef-woo-shortcode-add-to-cart .button.added {
|
4494 |
display: none;
|
4495 |
}
|
4496 |
|
4497 |
/* ==========================================================================
|
4498 |
Product Category List Info on Image styles
|
4499 |
========================================================================== */
|
4500 |
-
.qodef-woo-product-category-list .woocommerce-loop-category__title {
|
4501 |
margin: 0;
|
4502 |
}
|
4503 |
|
4504 |
-
.qodef-woo-product-category-list .count {
|
4505 |
display: none;
|
4506 |
}
|
4507 |
|
4508 |
-
.qodef-woo-product-category-list .qodef-e-img-holder {
|
4509 |
overflow: hidden;
|
4510 |
}
|
4511 |
|
4512 |
-
.qodef-woo-product-category-list.qodef--overlay .qodef-e-img-holder:after {
|
4513 |
content: '';
|
4514 |
position: absolute;
|
4515 |
top: 0;
|
@@ -4520,63 +4526,63 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4520 |
transition: background-color .35s ease-out;
|
4521 |
}
|
4522 |
|
4523 |
-
.qodef-woo-product-category-list.qodef-image--hover-zoom img {
|
4524 |
transform: scale(1.005) translateZ(0);
|
4525 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
4526 |
will-change: transform;
|
4527 |
}
|
4528 |
|
4529 |
-
.qodef-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img {
|
4530 |
transform: scale(1.03);
|
4531 |
}
|
4532 |
|
4533 |
-
.qodef-woo-product-category-list.qodef-image--hover-zoom-out img {
|
4534 |
transform: scale(1.03) translateZ(0);
|
4535 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
4536 |
will-change: transform;
|
4537 |
}
|
4538 |
|
4539 |
-
.qodef-woo-product-category-list.qodef-image--hover-zoom-out .qodef-e:hover img {
|
4540 |
transform: scale(1);
|
4541 |
}
|
4542 |
|
4543 |
-
.qodef-woo-product-category-list.qodef-image--hover-move img {
|
4544 |
transform: scale(1.2);
|
4545 |
transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
|
4546 |
will-change: transform;
|
4547 |
}
|
4548 |
|
4549 |
-
.qodef-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img {
|
4550 |
transform: scale(1.2) translateX(12px);
|
4551 |
}
|
4552 |
|
4553 |
-
.qodef-woo-product-category-list.qodef-image--hover-from-top img {
|
4554 |
transform-origin: top;
|
4555 |
}
|
4556 |
|
4557 |
-
.qodef-woo-product-category-list.qodef-image--hover-from-bottom img {
|
4558 |
transform-origin: bottom;
|
4559 |
}
|
4560 |
|
4561 |
-
.qodef-woo-product-category-list.qodef-image--hover-from-left img {
|
4562 |
transform-origin: left;
|
4563 |
}
|
4564 |
|
4565 |
-
.qodef-woo-product-category-list.qodef-image--hover-from-right img {
|
4566 |
transform-origin: right;
|
4567 |
}
|
4568 |
|
4569 |
/* ==========================================================================
|
4570 |
Product Category List Info on Image styles
|
4571 |
========================================================================== */
|
4572 |
-
.qodef-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category a {
|
4573 |
position: relative;
|
4574 |
display: inline-block;
|
4575 |
width: 100%;
|
4576 |
vertical-align: top;
|
4577 |
}
|
4578 |
|
4579 |
-
.qodef-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category .woocommerce-loop-category__title {
|
4580 |
position: absolute;
|
4581 |
bottom: 40px;
|
4582 |
left: 50%;
|
@@ -4590,14 +4596,14 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4590 |
/* ==========================================================================
|
4591 |
Product Category List Info on Image styles
|
4592 |
========================================================================== */
|
4593 |
-
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a {
|
4594 |
position: relative;
|
4595 |
display: inline-block;
|
4596 |
width: 100%;
|
4597 |
vertical-align: top;
|
4598 |
}
|
4599 |
|
4600 |
-
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
|
4601 |
position: absolute;
|
4602 |
top: 50%;
|
4603 |
left: 50%;
|
@@ -4607,7 +4613,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4607 |
text-align: center;
|
4608 |
}
|
4609 |
|
4610 |
-
.qodef-position--bottom-left .qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
|
4611 |
top: auto;
|
4612 |
bottom: 0;
|
4613 |
left: 0;
|
@@ -4618,7 +4624,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4618 |
/* ==========================================================================
|
4619 |
Product Category List Info on Image styles
|
4620 |
========================================================================== */
|
4621 |
-
.qodef-woo-product-category-list.qodef-item-layout--info-side .qodef-e-holder-inner {
|
4622 |
position: relative;
|
4623 |
display: flex;
|
4624 |
align-items: center;
|
@@ -4626,7 +4632,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4626 |
background-color: #f6f6f6;
|
4627 |
}
|
4628 |
|
4629 |
-
.qodef-woo-product-category-list.qodef-item-layout--info-side .qodef-e-content {
|
4630 |
position: absolute;
|
4631 |
max-height: 100%;
|
4632 |
width: 100%;
|
@@ -4635,51 +4641,51 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4635 |
overflow: hidden;
|
4636 |
}
|
4637 |
|
4638 |
-
.qodef-woo-product-category-list.qodef-item-layout--info-side .qodef-e-image {
|
4639 |
width: 60%;
|
4640 |
}
|
4641 |
|
4642 |
/* ==========================================================================
|
4643 |
WooCommerce product list shortcode styles
|
4644 |
========================================================================== */
|
4645 |
-
.qodef-woo-shortcode-product-list {
|
4646 |
position: relative;
|
4647 |
display: inline-block;
|
4648 |
width: 100%;
|
4649 |
vertical-align: top;
|
4650 |
}
|
4651 |
|
4652 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-inner {
|
4653 |
position: relative;
|
4654 |
display: inline-block;
|
4655 |
vertical-align: top;
|
4656 |
width: 100%;
|
4657 |
}
|
4658 |
|
4659 |
-
.touchevents .qodef-woo-shortcode-product-list .qodef-e-product-inner {
|
4660 |
cursor: pointer;
|
4661 |
}
|
4662 |
|
4663 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-image-inner {
|
4664 |
opacity: 1;
|
4665 |
}
|
4666 |
|
4667 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-title {
|
4668 |
color: #3c3c3c;
|
4669 |
}
|
4670 |
|
4671 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-image {
|
4672 |
position: relative;
|
4673 |
display: inline-block;
|
4674 |
vertical-align: top;
|
4675 |
}
|
4676 |
|
4677 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-image img {
|
4678 |
display: block;
|
4679 |
width: 100%;
|
4680 |
}
|
4681 |
|
4682 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-image-inner {
|
4683 |
position: absolute;
|
4684 |
top: 0;
|
4685 |
left: 0;
|
@@ -4695,35 +4701,35 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4695 |
transition: opacity .35s ease-out;
|
4696 |
}
|
4697 |
|
4698 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-content {
|
4699 |
position: relative;
|
4700 |
display: inline-block;
|
4701 |
width: 100%;
|
4702 |
vertical-align: top;
|
4703 |
}
|
4704 |
|
4705 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-heading {
|
4706 |
position: relative;
|
4707 |
display: flex;
|
4708 |
justify-content: space-between;
|
4709 |
align-items: baseline;
|
4710 |
}
|
4711 |
|
4712 |
-
.qodef-woo-shortcode-product-list .woocommerce-Price-currencySymbol {
|
4713 |
position: relative;
|
4714 |
top: -0.3em;
|
4715 |
font-size: .6em;
|
4716 |
}
|
4717 |
|
4718 |
-
.qodef-woo-shortcode-product-list .price {
|
4719 |
flex-shrink: 0;
|
4720 |
}
|
4721 |
|
4722 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-title {
|
4723 |
transition: color 0.2s ease-out;
|
4724 |
}
|
4725 |
|
4726 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-categories a {
|
4727 |
position: relative;
|
4728 |
display: inline-block;
|
4729 |
vertical-align: top;
|
@@ -4738,11 +4744,11 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4738 |
z-index: 3;
|
4739 |
}
|
4740 |
|
4741 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-categories a:focus, .qodef-woo-shortcode-product-list .qodef-e-product-categories a:hover {
|
4742 |
color: #3c3c3c;
|
4743 |
}
|
4744 |
|
4745 |
-
.qodef-woo-shortcode-product-list .woocommerce-LoopProduct-link {
|
4746 |
position: absolute;
|
4747 |
top: 0;
|
4748 |
left: 0;
|
@@ -4750,7 +4756,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4750 |
height: 100%;
|
4751 |
}
|
4752 |
|
4753 |
-
.qodef-woo-shortcode-product-list.qodef--overlay .qodef-e-product-image-holder:after {
|
4754 |
content: '';
|
4755 |
position: absolute;
|
4756 |
top: 0;
|
@@ -4761,61 +4767,61 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4761 |
transition: background-color .35s ease-out;
|
4762 |
}
|
4763 |
|
4764 |
-
.qodef-woo-shortcode-product-list .qodef-e-product-image {
|
4765 |
overflow: hidden;
|
4766 |
width: 101%;
|
4767 |
}
|
4768 |
|
4769 |
-
.qodef-woo-shortcode-product-list.qodef-image--hover-zoom img {
|
4770 |
transform: scale(1.005) translateZ(0);
|
4771 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
4772 |
will-change: transform;
|
4773 |
}
|
4774 |
|
4775 |
-
.qodef-woo-shortcode-product-list.qodef-image--hover-zoom .qodef-e:hover img {
|
4776 |
transform: scale(1.03);
|
4777 |
}
|
4778 |
|
4779 |
-
.qodef-woo-shortcode-product-list.qodef-image--hover-zoom-out img {
|
4780 |
transform: scale(1.03) translateZ(0);
|
4781 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
4782 |
will-change: transform;
|
4783 |
}
|
4784 |
|
4785 |
-
.qodef-woo-shortcode-product-list.qodef-image--hover-zoom-out .qodef-e:hover img {
|
4786 |
transform: scale(1);
|
4787 |
}
|
4788 |
|
4789 |
-
.qodef-woo-shortcode-product-list.qodef-image--hover-move img {
|
4790 |
transform: scale(1.2);
|
4791 |
transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
|
4792 |
will-change: transform;
|
4793 |
}
|
4794 |
|
4795 |
-
.qodef-woo-shortcode-product-list.qodef-image--hover-move .qodef-e:hover img {
|
4796 |
transform: scale(1.2) translateX(12px);
|
4797 |
}
|
4798 |
|
4799 |
-
.qodef-woo-shortcode-product-list.qodef-image--hover-from-top img {
|
4800 |
transform-origin: top;
|
4801 |
}
|
4802 |
|
4803 |
-
.qodef-woo-shortcode-product-list.qodef-image--hover-from-bottom img {
|
4804 |
transform-origin: bottom;
|
4805 |
}
|
4806 |
|
4807 |
-
.qodef-woo-shortcode-product-list.qodef-image--hover-from-left img {
|
4808 |
transform-origin: left;
|
4809 |
}
|
4810 |
|
4811 |
-
.qodef-woo-shortcode-product-list.qodef-image--hover-from-right img {
|
4812 |
transform-origin: right;
|
4813 |
}
|
4814 |
|
4815 |
/* ==========================================================================
|
4816 |
Product List Info on Image styles
|
4817 |
========================================================================== */
|
4818 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner {
|
4819 |
background-color: #fff;
|
4820 |
position: absolute;
|
4821 |
top: 0;
|
@@ -4828,34 +4834,34 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4828 |
pointer-events: none;
|
4829 |
}
|
4830 |
|
4831 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner a {
|
4832 |
pointer-events: all;
|
4833 |
}
|
4834 |
|
4835 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-inner:hover .qodef-e-product-image-inner {
|
4836 |
opacity: 1;
|
4837 |
-webkit-clip-path: inset(13px 13px 13px 13px);
|
4838 |
clip-path: inset(13px 13px 13px 13px);
|
4839 |
transition-delay: 0s, .15s;
|
4840 |
}
|
4841 |
|
4842 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-content {
|
4843 |
padding: 22px 0 25px;
|
4844 |
}
|
4845 |
|
4846 |
/* ==========================================================================
|
4847 |
Product List Info on Image styles
|
4848 |
========================================================================== */
|
4849 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content {
|
4850 |
text-align: center;
|
4851 |
padding: 22px 0 25px;
|
4852 |
}
|
4853 |
|
4854 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
|
4855 |
justify-content: center;
|
4856 |
}
|
4857 |
|
4858 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
|
4859 |
position: relative;
|
4860 |
display: flex;
|
4861 |
justify-content: center;
|
@@ -4867,30 +4873,30 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4867 |
transition: .15s ease-out;
|
4868 |
}
|
4869 |
|
4870 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
|
4871 |
opacity: 1;
|
4872 |
}
|
4873 |
|
4874 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
|
4875 |
transform: translateX(0);
|
4876 |
transition: transform .4s .1s ease;
|
4877 |
width: 100%;
|
4878 |
position: absolute;
|
4879 |
}
|
4880 |
|
4881 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
|
4882 |
position: absolute;
|
4883 |
width: 100%;
|
4884 |
transform: translateX(100%);
|
4885 |
transition: transform .5s 0s ease;
|
4886 |
}
|
4887 |
|
4888 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
|
4889 |
transform: translateX(-100%);
|
4890 |
transition-delay: 0s;
|
4891 |
}
|
4892 |
|
4893 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
|
4894 |
transform: translateX(0%);
|
4895 |
transition-delay: .1s;
|
4896 |
}
|
@@ -4898,17 +4904,17 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4898 |
/* ==========================================================================
|
4899 |
Product List Info on Image styles
|
4900 |
========================================================================== */
|
4901 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
|
4902 |
padding: 22px 0 25px;
|
4903 |
}
|
4904 |
|
4905 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
|
4906 |
opacity: 0;
|
4907 |
transform: translateY(10px);
|
4908 |
transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
|
4909 |
}
|
4910 |
|
4911 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
|
4912 |
opacity: 1;
|
4913 |
transform: translateY(0);
|
4914 |
}
|
@@ -4916,19 +4922,19 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4916 |
/* ==========================================================================
|
4917 |
Product List Info on Image styles
|
4918 |
========================================================================== */
|
4919 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below .qodef-e-product-content {
|
4920 |
text-align: center;
|
4921 |
padding: 22px 0 25px;
|
4922 |
}
|
4923 |
|
4924 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-below .price {
|
4925 |
justify-content: center;
|
4926 |
}
|
4927 |
|
4928 |
/* ==========================================================================
|
4929 |
Product List Info on Image styles
|
4930 |
========================================================================== */
|
4931 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
|
4932 |
flex-direction: column;
|
4933 |
justify-content: center;
|
4934 |
align-items: center;
|
@@ -4937,32 +4943,32 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4937 |
background-color: #f6f6f6;
|
4938 |
}
|
4939 |
|
4940 |
-
.qodef-position--bottom-left .qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
|
4941 |
align-items: flex-start;
|
4942 |
justify-content: flex-end;
|
4943 |
text-align: left;
|
4944 |
}
|
4945 |
|
4946 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-ratings {
|
4947 |
text-align: center;
|
4948 |
}
|
4949 |
|
4950 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
|
4951 |
left: auto;
|
4952 |
right: 0;
|
4953 |
}
|
4954 |
|
4955 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-price > span {
|
4956 |
width: 100%;
|
4957 |
}
|
4958 |
|
4959 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-image-content-inner {
|
4960 |
opacity: 0;
|
4961 |
transform: translateY(20px);
|
4962 |
transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
|
4963 |
}
|
4964 |
|
4965 |
-
.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-image-content-inner {
|
4966 |
opacity: 1;
|
4967 |
transform: translateY(0);
|
4968 |
}
|
@@ -4970,44 +4976,44 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
4970 |
/* ==========================================================================
|
4971 |
WooCommerce product slider shortcode styles
|
4972 |
========================================================================== */
|
4973 |
-
.qodef-woo-shortcode-product-slider {
|
4974 |
position: relative;
|
4975 |
display: inline-block;
|
4976 |
width: 100%;
|
4977 |
vertical-align: top;
|
4978 |
}
|
4979 |
|
4980 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-inner {
|
4981 |
position: relative;
|
4982 |
display: inline-block;
|
4983 |
vertical-align: top;
|
4984 |
width: 100%;
|
4985 |
}
|
4986 |
|
4987 |
-
.touchevents .qodef-woo-shortcode-product-slider .qodef-e-product-inner {
|
4988 |
cursor: pointer;
|
4989 |
}
|
4990 |
|
4991 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-image-inner {
|
4992 |
opacity: 1;
|
4993 |
}
|
4994 |
|
4995 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-title {
|
4996 |
color: #3c3c3c;
|
4997 |
}
|
4998 |
|
4999 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-image {
|
5000 |
position: relative;
|
5001 |
display: inline-block;
|
5002 |
vertical-align: top;
|
5003 |
}
|
5004 |
|
5005 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-image img {
|
5006 |
display: block;
|
5007 |
width: 100%;
|
5008 |
}
|
5009 |
|
5010 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-image-inner {
|
5011 |
position: absolute;
|
5012 |
top: 0;
|
5013 |
left: 0;
|
@@ -5023,35 +5029,35 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5023 |
transition: opacity .35s ease-out;
|
5024 |
}
|
5025 |
|
5026 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-content {
|
5027 |
position: relative;
|
5028 |
display: inline-block;
|
5029 |
width: 100%;
|
5030 |
vertical-align: top;
|
5031 |
}
|
5032 |
|
5033 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-heading {
|
5034 |
position: relative;
|
5035 |
display: flex;
|
5036 |
justify-content: space-between;
|
5037 |
align-items: baseline;
|
5038 |
}
|
5039 |
|
5040 |
-
.qodef-woo-shortcode-product-slider .woocommerce-Price-currencySymbol {
|
5041 |
position: relative;
|
5042 |
top: -0.3em;
|
5043 |
font-size: .6em;
|
5044 |
}
|
5045 |
|
5046 |
-
.qodef-woo-shortcode-product-slider .price {
|
5047 |
flex-shrink: 0;
|
5048 |
}
|
5049 |
|
5050 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-title {
|
5051 |
transition: color 0.2s ease-out;
|
5052 |
}
|
5053 |
|
5054 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-categories a {
|
5055 |
position: relative;
|
5056 |
display: inline-block;
|
5057 |
vertical-align: top;
|
@@ -5066,11 +5072,11 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5066 |
z-index: 3;
|
5067 |
}
|
5068 |
|
5069 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-categories a:focus, .qodef-woo-shortcode-product-slider .qodef-e-product-categories a:hover {
|
5070 |
color: #3c3c3c;
|
5071 |
}
|
5072 |
|
5073 |
-
.qodef-woo-shortcode-product-slider .woocommerce-LoopProduct-link {
|
5074 |
position: absolute;
|
5075 |
top: 0;
|
5076 |
left: 0;
|
@@ -5078,7 +5084,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5078 |
height: 100%;
|
5079 |
}
|
5080 |
|
5081 |
-
.qodef-woo-shortcode-product-slider.qodef--overlay .qodef-e-product-image-holder:after {
|
5082 |
content: '';
|
5083 |
position: absolute;
|
5084 |
top: 0;
|
@@ -5089,72 +5095,72 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5089 |
transition: background-color .35s ease-out;
|
5090 |
}
|
5091 |
|
5092 |
-
.qodef-woo-shortcode-product-slider .qodef-e-product-image {
|
5093 |
overflow: hidden;
|
5094 |
width: 100%;
|
5095 |
}
|
5096 |
|
5097 |
-
.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom img {
|
5098 |
transform: scale(1.005) translateZ(0);
|
5099 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
5100 |
will-change: transform;
|
5101 |
}
|
5102 |
|
5103 |
-
.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom .qodef-e:hover img {
|
5104 |
transform: scale(1.03);
|
5105 |
}
|
5106 |
|
5107 |
-
.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom-out img {
|
5108 |
transform: scale(1.03) translateZ(0);
|
5109 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
5110 |
will-change: transform;
|
5111 |
}
|
5112 |
|
5113 |
-
.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom-out .qodef-e:hover img {
|
5114 |
transform: scale(1);
|
5115 |
}
|
5116 |
|
5117 |
-
.qodef-woo-shortcode-product-slider.qodef-image--hover-move img {
|
5118 |
transform: scale(1.2);
|
5119 |
transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
|
5120 |
will-change: transform;
|
5121 |
}
|
5122 |
|
5123 |
-
.qodef-woo-shortcode-product-slider.qodef-image--hover-move .qodef-e:hover img {
|
5124 |
transform: scale(1.2) translateX(12px);
|
5125 |
}
|
5126 |
|
5127 |
-
.qodef-woo-shortcode-product-slider.qodef-image--hover-from-top img {
|
5128 |
transform-origin: top;
|
5129 |
}
|
5130 |
|
5131 |
-
.qodef-woo-shortcode-product-slider.qodef-image--hover-from-bottom img {
|
5132 |
transform-origin: bottom;
|
5133 |
}
|
5134 |
|
5135 |
-
.qodef-woo-shortcode-product-slider.qodef-image--hover-from-left img {
|
5136 |
transform-origin: left;
|
5137 |
}
|
5138 |
|
5139 |
-
.qodef-woo-shortcode-product-slider.qodef-image--hover-from-right img {
|
5140 |
transform-origin: right;
|
5141 |
}
|
5142 |
|
5143 |
/* ==========================================================================
|
5144 |
Product List Info on Image styles
|
5145 |
========================================================================== */
|
5146 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner {
|
5147 |
text-align: center;
|
5148 |
padding: 25px 15px;
|
5149 |
background-color: #f6f6f6;
|
5150 |
transition: background-color .35s ease-out;
|
5151 |
}
|
5152 |
|
5153 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .price {
|
5154 |
justify-content: center;
|
5155 |
}
|
5156 |
|
5157 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
|
5158 |
position: relative;
|
5159 |
display: flex;
|
5160 |
justify-content: center;
|
@@ -5166,30 +5172,30 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5166 |
transition: .15s ease-out;
|
5167 |
}
|
5168 |
|
5169 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
|
5170 |
opacity: 1;
|
5171 |
}
|
5172 |
|
5173 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
|
5174 |
transform: translateX(0);
|
5175 |
transition: transform .4s .1s ease;
|
5176 |
width: 100%;
|
5177 |
position: absolute;
|
5178 |
}
|
5179 |
|
5180 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
|
5181 |
position: absolute;
|
5182 |
width: 100%;
|
5183 |
transform: translateX(100%);
|
5184 |
transition: transform .5s 0s ease;
|
5185 |
}
|
5186 |
|
5187 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
|
5188 |
transform: translateX(-100%);
|
5189 |
transition-delay: 0s;
|
5190 |
}
|
5191 |
|
5192 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
|
5193 |
transform: translateX(0%);
|
5194 |
transition-delay: .1s;
|
5195 |
}
|
@@ -5197,17 +5203,17 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5197 |
/* ==========================================================================
|
5198 |
Product List Info on Image styles
|
5199 |
========================================================================== */
|
5200 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
|
5201 |
padding: 22px 0 25px;
|
5202 |
}
|
5203 |
|
5204 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
|
5205 |
opacity: 0;
|
5206 |
transform: translateY(10px);
|
5207 |
transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5208 |
}
|
5209 |
|
5210 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
|
5211 |
opacity: 1;
|
5212 |
transform: translateY(0);
|
5213 |
}
|
@@ -5215,7 +5221,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5215 |
/* ==========================================================================
|
5216 |
Product List Info on Image styles
|
5217 |
========================================================================== */
|
5218 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-image-inner {
|
5219 |
flex-direction: column;
|
5220 |
justify-content: center;
|
5221 |
align-items: center;
|
@@ -5224,26 +5230,26 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5224 |
background-color: #f6f6f6;
|
5225 |
}
|
5226 |
|
5227 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-ratings {
|
5228 |
text-align: center;
|
5229 |
}
|
5230 |
|
5231 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-woo-product-price > span {
|
5232 |
width: 100%;
|
5233 |
}
|
5234 |
|
5235 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner .qodef-e-product-mark {
|
5236 |
left: auto;
|
5237 |
right: 0;
|
5238 |
}
|
5239 |
|
5240 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-image-content-inner {
|
5241 |
opacity: 0;
|
5242 |
transform: translateY(20px);
|
5243 |
transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5244 |
}
|
5245 |
|
5246 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner:hover .qodef-image-content-inner {
|
5247 |
opacity: 1;
|
5248 |
transform: translateY(0);
|
5249 |
}
|
@@ -5251,7 +5257,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5251 |
/* ==========================================================================
|
5252 |
Product List Info on Image styles
|
5253 |
========================================================================== */
|
5254 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
|
5255 |
flex-direction: column;
|
5256 |
justify-content: space-between;
|
5257 |
align-items: flex-start;
|
@@ -5259,152 +5265,152 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5259 |
transition: opacity .25s ease-out;
|
5260 |
}
|
5261 |
|
5262 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-top {
|
5263 |
text-align: left;
|
5264 |
width: 100%;
|
5265 |
transform: translateY(10px);
|
5266 |
transition: transform .25s ease-out;
|
5267 |
}
|
5268 |
|
5269 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-bottom {
|
5270 |
width: 100%;
|
5271 |
}
|
5272 |
|
5273 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
|
5274 |
left: auto;
|
5275 |
right: 0;
|
5276 |
}
|
5277 |
|
5278 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-top,
|
5279 |
-
.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-bottom {
|
5280 |
transform: translateY(0px);
|
5281 |
}
|
5282 |
|
5283 |
/* ==========================================================================
|
5284 |
WPForms shortcode styles
|
5285 |
========================================================================== */
|
5286 |
-
.qodef-wp-forms {
|
5287 |
/* reset The Q input styles - start */
|
5288 |
/* reset The Q input styles - end */
|
5289 |
}
|
5290 |
|
5291 |
-
.qodef-wp-forms textarea {
|
5292 |
resize: none;
|
5293 |
}
|
5294 |
|
5295 |
-
.qodef-wp-forms input,
|
5296 |
-
.qodef-wp-forms select {
|
5297 |
height: auto !important;
|
5298 |
}
|
5299 |
|
5300 |
-
.qodef-wp-forms.qodef-button--full-width button[type=submit] {
|
5301 |
width: 100%;
|
5302 |
}
|
5303 |
|
5304 |
-
.qodef-wp-forms.qodef-wpf-flex form {
|
5305 |
display: flex;
|
5306 |
align-items: center;
|
5307 |
}
|
5308 |
|
5309 |
-
.qodef-wp-forms.qodef-wpf-flex form > .wpforms-field-container {
|
5310 |
flex-grow: 1;
|
5311 |
flex-basis: 100%;
|
5312 |
}
|
5313 |
|
5314 |
-
.qodef-wp-forms.qodef-wpf-flex form > .wpforms-submit-container {
|
5315 |
flex-grow: 0;
|
5316 |
}
|
5317 |
|
5318 |
-
.qodef-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn form > .wpforms-submit-container {
|
5319 |
position: absolute;
|
5320 |
right: 0;
|
5321 |
}
|
5322 |
|
5323 |
@media only screen and (max-width: 1024px) {
|
5324 |
-
.qodef-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form {
|
5325 |
flex-wrap: wrap;
|
5326 |
}
|
5327 |
}
|
5328 |
|
5329 |
@media only screen and (max-width: 768px) {
|
5330 |
-
.qodef-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form {
|
5331 |
flex-wrap: wrap;
|
5332 |
}
|
5333 |
}
|
5334 |
|
5335 |
@media only screen and (max-width: 680px) {
|
5336 |
-
.qodef-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form {
|
5337 |
flex-wrap: wrap;
|
5338 |
}
|
5339 |
}
|
5340 |
|
5341 |
-
.qodef-wp-forms .qodef-grid-item {
|
5342 |
margin: 0 !important;
|
5343 |
}
|
5344 |
|
5345 |
-
.qodef-wp-forms .wpforms-submit-container {
|
5346 |
padding: 0 !important;
|
5347 |
}
|
5348 |
|
5349 |
-
.qodef-wp-forms div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
|
5350 |
margin-right: 0 !important;
|
5351 |
}
|
5352 |
|
5353 |
-
.qodef-wp-forms div.wpforms-container-full .wpforms-form ul li {
|
5354 |
margin-bottom: 0 !important;
|
5355 |
}
|
5356 |
|
5357 |
-
.qodef-wp-forms label {
|
5358 |
margin-bottom: 0;
|
5359 |
}
|
5360 |
|
5361 |
-
.qodef-wp-forms input[type=date],
|
5362 |
-
.qodef-wp-forms input[type=email],
|
5363 |
-
.qodef-wp-forms input[type=number],
|
5364 |
-
.qodef-wp-forms input[type=password],
|
5365 |
-
.qodef-wp-forms input[type=search],
|
5366 |
-
.qodef-wp-forms input[type=tel],
|
5367 |
-
.qodef-wp-forms input[type=text],
|
5368 |
-
.qodef-wp-forms input[type=url],
|
5369 |
-
.qodef-wp-forms textarea {
|
5370 |
margin: 0;
|
5371 |
}
|
5372 |
|
5373 |
-
.qodef-wp-forms input[type=range] {
|
5374 |
padding: 0 !important;
|
5375 |
margin: 0 !important;
|
5376 |
}
|
5377 |
|
5378 |
-
.qodef-wp-forms input[type=checkbox],
|
5379 |
-
.qodef-wp-forms input[type=radio] {
|
5380 |
margin: 0;
|
5381 |
width: 1em !important;
|
5382 |
height: 1em !important;
|
5383 |
vertical-align: middle !important;
|
5384 |
}
|
5385 |
|
5386 |
-
.qodef-wp-forms button[type=submit]:focus,
|
5387 |
-
.qodef-wp-forms button[type=submit]:hover,
|
5388 |
-
.qodef-wp-forms input[type=submit]:focus,
|
5389 |
-
.qodef-wp-forms input[type=submit]:hover {
|
5390 |
color: unset;
|
5391 |
background-color: unset;
|
5392 |
}
|
5393 |
|
5394 |
-
.qodef-wp-forms input[type=submit],
|
5395 |
-
.qodef-wp-forms button[type=submit] {
|
5396 |
display: inline-flex;
|
5397 |
}
|
5398 |
|
5399 |
-
.qodef-wp-forms input[type=submit] span,
|
5400 |
-
.qodef-wp-forms button[type=submit] span {
|
5401 |
display: inline;
|
5402 |
}
|
5403 |
|
5404 |
/* ==========================================================================
|
5405 |
Accordion shortcode styles
|
5406 |
========================================================================== */
|
5407 |
-
.qodef-accordion {
|
5408 |
position: relative;
|
5409 |
display: inline-block;
|
5410 |
width: 100%;
|
@@ -5413,25 +5419,25 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5413 |
overflow-anchor: none;
|
5414 |
}
|
5415 |
|
5416 |
-
.qodef-accordion .qodef-e-content-inner {
|
5417 |
position: relative;
|
5418 |
display: inline-block;
|
5419 |
width: 100%;
|
5420 |
vertical-align: top;
|
5421 |
}
|
5422 |
|
5423 |
-
.qodef-accordion.qodef--init {
|
5424 |
visibility: visible;
|
5425 |
}
|
5426 |
|
5427 |
-
.qodef-accordion .qodef-e-icon > svg {
|
5428 |
width: 1em;
|
5429 |
fill: currentColor;
|
5430 |
stroke: currentColor;
|
5431 |
vertical-align: top;
|
5432 |
}
|
5433 |
|
5434 |
-
.qodef-accordion .qodef-e-title-holder {
|
5435 |
position: relative;
|
5436 |
display: flex;
|
5437 |
align-items: center;
|
@@ -5442,11 +5448,11 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5442 |
margin: 0;
|
5443 |
}
|
5444 |
|
5445 |
-
.qodef-accordion .qodef-e-title-holder:not(:first-child) {
|
5446 |
margin: 12px 0 0;
|
5447 |
}
|
5448 |
|
5449 |
-
.qodef-accordion .qodef-e-title-holder .qodef-e-mark {
|
5450 |
position: relative;
|
5451 |
flex-shrink: 0;
|
5452 |
width: 20px;
|
@@ -5455,7 +5461,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5455 |
text-align: center;
|
5456 |
}
|
5457 |
|
5458 |
-
.qodef-accordion .qodef-e-title-holder .qodef-e-mark span {
|
5459 |
position: absolute;
|
5460 |
display: flex;
|
5461 |
align-items: center;
|
@@ -5465,78 +5471,78 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5465 |
transform: translateY(-50%);
|
5466 |
}
|
5467 |
|
5468 |
-
.qodef-accordion .qodef-e-title-holder .qodef-e-mark span:before {
|
5469 |
display: block;
|
5470 |
line-height: inherit;
|
5471 |
}
|
5472 |
|
5473 |
-
.qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus, .qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
|
5474 |
transition: opacity .2s ease-out, color .2s ease-out;
|
5475 |
}
|
5476 |
|
5477 |
-
.qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
|
5478 |
opacity: 0;
|
5479 |
}
|
5480 |
|
5481 |
-
.qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
|
5482 |
opacity: 1;
|
5483 |
}
|
5484 |
|
5485 |
-
.qodef-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
|
5486 |
opacity: 1;
|
5487 |
}
|
5488 |
|
5489 |
-
.qodef-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
|
5490 |
opacity: 0;
|
5491 |
}
|
5492 |
|
5493 |
-
.qodef-accordion .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
|
5494 |
opacity: 0;
|
5495 |
}
|
5496 |
|
5497 |
-
.qodef-accordion .qodef-e-content {
|
5498 |
padding: 0 26px 16px;
|
5499 |
margin: 0;
|
5500 |
transition: background-color .2s ease-out;
|
5501 |
box-sizing: content-box;
|
5502 |
}
|
5503 |
|
5504 |
-
.qodef-accordion .qodef-e-content p {
|
5505 |
margin: 0;
|
5506 |
}
|
5507 |
|
5508 |
-
.qodef-accordion.qodef-style--standard .qodef-e-content {
|
5509 |
padding: 16px 26px;
|
5510 |
}
|
5511 |
|
5512 |
-
.qodef-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active {
|
5513 |
background-color: #f6f6f6;
|
5514 |
}
|
5515 |
|
5516 |
-
.qodef-accordion.qodef-style--boxed {
|
5517 |
border: 1px solid #ebebeb;
|
5518 |
}
|
5519 |
|
5520 |
-
.qodef-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
|
5521 |
margin: 0;
|
5522 |
border-top: 1px solid #ebebeb;
|
5523 |
}
|
5524 |
|
5525 |
-
.qodef-accordion.qodef-style--border-top {
|
5526 |
border-bottom: 1px solid #ebebeb;
|
5527 |
}
|
5528 |
|
5529 |
-
.qodef-accordion.qodef-style--border-top .qodef-e-title-holder {
|
5530 |
margin: 0;
|
5531 |
border-top: 1px solid #ebebeb;
|
5532 |
}
|
5533 |
|
5534 |
-
.qodef-accordion.qodef-style--border-between .qodef-e-title-holder {
|
5535 |
margin: 0;
|
5536 |
border-bottom: 1px solid #ebebeb;
|
5537 |
}
|
5538 |
|
5539 |
-
.qodef-accordion.qodef-style--border-between .qodef-e-content {
|
5540 |
padding: 16px 26px;
|
5541 |
border-bottom: 1px solid #ebebeb;
|
5542 |
}
|
@@ -5547,412 +5553,412 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5547 |
/* ==========================================================================
|
5548 |
Section Title shortcode styles
|
5549 |
========================================================================== */
|
5550 |
-
.qodef-animated-text .qodef-m-title {
|
5551 |
overflow: hidden;
|
5552 |
}
|
5553 |
|
5554 |
-
.qodef-animated-text .qodef-e-word {
|
5555 |
display: inline-block;
|
5556 |
}
|
5557 |
|
5558 |
-
.qodef-animated-text.qodef--animated-by-letter.qodef--alignment-left .qodef-m-title {
|
5559 |
justify-content: flex-start;
|
5560 |
}
|
5561 |
|
5562 |
-
.qodef-animated-text.qodef--animated-by-letter.qodef--alignment-right .qodef-m-title {
|
5563 |
justify-content: flex-end;
|
5564 |
}
|
5565 |
|
5566 |
-
.qodef-animated-text.qodef--animated-by-letter.qodef--alignment-center .qodef-m-title {
|
5567 |
justify-content: center;
|
5568 |
}
|
5569 |
|
5570 |
-
.qodef-animated-text.qodef--appear-from-bottom .qodef-e-word,
|
5571 |
-
.qodef-animated-text.qodef--appear-from-bottom .qodef-e-character {
|
5572 |
opacity: 0;
|
5573 |
transform: translateY(50px);
|
5574 |
transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5575 |
}
|
5576 |
|
5577 |
-
.qodef-animated-text.qodef--appear-from-top .qodef-e-word,
|
5578 |
-
.qodef-animated-text.qodef--appear-from-top .qodef-e-character {
|
5579 |
opacity: 0;
|
5580 |
transform: translateY(-50px);
|
5581 |
transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5582 |
}
|
5583 |
|
5584 |
-
.qodef-animated-text.qodef--appear-from-left .qodef-e-word,
|
5585 |
-
.qodef-animated-text.qodef--appear-from-left .qodef-e-character {
|
5586 |
opacity: 0;
|
5587 |
transform: translateX(-50px);
|
5588 |
transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5589 |
}
|
5590 |
|
5591 |
-
.qodef-animated-text.qodef--appear-from-right .qodef-e-word,
|
5592 |
-
.qodef-animated-text.qodef--appear-from-right .qodef-e-character {
|
5593 |
opacity: 0;
|
5594 |
transform: translateX(50px);
|
5595 |
transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5596 |
}
|
5597 |
|
5598 |
-
.qodef-animated-text.qodef--appear-fade .qodef-e-word,
|
5599 |
-
.qodef-animated-text.qodef--appear-fade .qodef-e-character {
|
5600 |
opacity: 0;
|
5601 |
transition: opacity 1s ease-out;
|
5602 |
}
|
5603 |
|
5604 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(2) {
|
5605 |
transition-delay: 0.28s;
|
5606 |
}
|
5607 |
|
5608 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(3) {
|
5609 |
transition-delay: 0.42s;
|
5610 |
}
|
5611 |
|
5612 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(4) {
|
5613 |
transition-delay: 0.56s;
|
5614 |
}
|
5615 |
|
5616 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(5) {
|
5617 |
transition-delay: 0.7s;
|
5618 |
}
|
5619 |
|
5620 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(6) {
|
5621 |
transition-delay: 0.84s;
|
5622 |
}
|
5623 |
|
5624 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(7) {
|
5625 |
transition-delay: 0.98s;
|
5626 |
}
|
5627 |
|
5628 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(8) {
|
5629 |
transition-delay: 1.12s;
|
5630 |
}
|
5631 |
|
5632 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(9) {
|
5633 |
transition-delay: 1.26s;
|
5634 |
}
|
5635 |
|
5636 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(10) {
|
5637 |
transition-delay: 1.4s;
|
5638 |
}
|
5639 |
|
5640 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(11) {
|
5641 |
transition-delay: 1.54s;
|
5642 |
}
|
5643 |
|
5644 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(12) {
|
5645 |
transition-delay: 1.68s;
|
5646 |
}
|
5647 |
|
5648 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(13) {
|
5649 |
transition-delay: 1.82s;
|
5650 |
}
|
5651 |
|
5652 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(14) {
|
5653 |
transition-delay: 1.96s;
|
5654 |
}
|
5655 |
|
5656 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(15) {
|
5657 |
transition-delay: 2.1s;
|
5658 |
}
|
5659 |
|
5660 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(16) {
|
5661 |
transition-delay: 2.24s;
|
5662 |
}
|
5663 |
|
5664 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(17) {
|
5665 |
transition-delay: 2.38s;
|
5666 |
}
|
5667 |
|
5668 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(18) {
|
5669 |
transition-delay: 2.52s;
|
5670 |
}
|
5671 |
|
5672 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(19) {
|
5673 |
transition-delay: 2.66s;
|
5674 |
}
|
5675 |
|
5676 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(20) {
|
5677 |
transition-delay: 2.8s;
|
5678 |
}
|
5679 |
|
5680 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(21) {
|
5681 |
transition-delay: 2.94s;
|
5682 |
}
|
5683 |
|
5684 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(22) {
|
5685 |
transition-delay: 3.08s;
|
5686 |
}
|
5687 |
|
5688 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(23) {
|
5689 |
transition-delay: 3.22s;
|
5690 |
}
|
5691 |
|
5692 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(24) {
|
5693 |
transition-delay: 3.36s;
|
5694 |
}
|
5695 |
|
5696 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(25) {
|
5697 |
transition-delay: 3.5s;
|
5698 |
}
|
5699 |
|
5700 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(26) {
|
5701 |
transition-delay: 3.64s;
|
5702 |
}
|
5703 |
|
5704 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(27) {
|
5705 |
transition-delay: 3.78s;
|
5706 |
}
|
5707 |
|
5708 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(28) {
|
5709 |
transition-delay: 3.92s;
|
5710 |
}
|
5711 |
|
5712 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(29) {
|
5713 |
transition-delay: 4.06s;
|
5714 |
}
|
5715 |
|
5716 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(30) {
|
5717 |
transition-delay: 4.2s;
|
5718 |
}
|
5719 |
|
5720 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(31) {
|
5721 |
transition-delay: 4.34s;
|
5722 |
}
|
5723 |
|
5724 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(32) {
|
5725 |
transition-delay: 4.48s;
|
5726 |
}
|
5727 |
|
5728 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(33) {
|
5729 |
transition-delay: 4.62s;
|
5730 |
}
|
5731 |
|
5732 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(34) {
|
5733 |
transition-delay: 4.76s;
|
5734 |
}
|
5735 |
|
5736 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(35) {
|
5737 |
transition-delay: 4.9s;
|
5738 |
}
|
5739 |
|
5740 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(36) {
|
5741 |
transition-delay: 5.04s;
|
5742 |
}
|
5743 |
|
5744 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(37) {
|
5745 |
transition-delay: 5.18s;
|
5746 |
}
|
5747 |
|
5748 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(38) {
|
5749 |
transition-delay: 5.32s;
|
5750 |
}
|
5751 |
|
5752 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(39) {
|
5753 |
transition-delay: 5.46s;
|
5754 |
}
|
5755 |
|
5756 |
-
.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(40) {
|
5757 |
transition-delay: 5.6s;
|
5758 |
}
|
5759 |
|
5760 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(2) {
|
5761 |
transition-delay: 0.28s;
|
5762 |
}
|
5763 |
|
5764 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(3) {
|
5765 |
transition-delay: 0.42s;
|
5766 |
}
|
5767 |
|
5768 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(4) {
|
5769 |
transition-delay: 0.56s;
|
5770 |
}
|
5771 |
|
5772 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(5) {
|
5773 |
transition-delay: 0.7s;
|
5774 |
}
|
5775 |
|
5776 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(6) {
|
5777 |
transition-delay: 0.84s;
|
5778 |
}
|
5779 |
|
5780 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(7) {
|
5781 |
transition-delay: 0.98s;
|
5782 |
}
|
5783 |
|
5784 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(8) {
|
5785 |
transition-delay: 1.12s;
|
5786 |
}
|
5787 |
|
5788 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(9) {
|
5789 |
transition-delay: 1.26s;
|
5790 |
}
|
5791 |
|
5792 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(10) {
|
5793 |
transition-delay: 1.4s;
|
5794 |
}
|
5795 |
|
5796 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(11) {
|
5797 |
transition-delay: 1.54s;
|
5798 |
}
|
5799 |
|
5800 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(12) {
|
5801 |
transition-delay: 1.68s;
|
5802 |
}
|
5803 |
|
5804 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(13) {
|
5805 |
transition-delay: 1.82s;
|
5806 |
}
|
5807 |
|
5808 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(14) {
|
5809 |
transition-delay: 1.96s;
|
5810 |
}
|
5811 |
|
5812 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(15) {
|
5813 |
transition-delay: 2.1s;
|
5814 |
}
|
5815 |
|
5816 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(16) {
|
5817 |
transition-delay: 2.24s;
|
5818 |
}
|
5819 |
|
5820 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(17) {
|
5821 |
transition-delay: 2.38s;
|
5822 |
}
|
5823 |
|
5824 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(18) {
|
5825 |
transition-delay: 2.52s;
|
5826 |
}
|
5827 |
|
5828 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(19) {
|
5829 |
transition-delay: 2.66s;
|
5830 |
}
|
5831 |
|
5832 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(20) {
|
5833 |
transition-delay: 2.8s;
|
5834 |
}
|
5835 |
|
5836 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(21) {
|
5837 |
transition-delay: 2.94s;
|
5838 |
}
|
5839 |
|
5840 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(22) {
|
5841 |
transition-delay: 3.08s;
|
5842 |
}
|
5843 |
|
5844 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(23) {
|
5845 |
transition-delay: 3.22s;
|
5846 |
}
|
5847 |
|
5848 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(24) {
|
5849 |
transition-delay: 3.36s;
|
5850 |
}
|
5851 |
|
5852 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(25) {
|
5853 |
transition-delay: 3.5s;
|
5854 |
}
|
5855 |
|
5856 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(26) {
|
5857 |
transition-delay: 3.64s;
|
5858 |
}
|
5859 |
|
5860 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(27) {
|
5861 |
transition-delay: 3.78s;
|
5862 |
}
|
5863 |
|
5864 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(28) {
|
5865 |
transition-delay: 3.92s;
|
5866 |
}
|
5867 |
|
5868 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(29) {
|
5869 |
transition-delay: 4.06s;
|
5870 |
}
|
5871 |
|
5872 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(30) {
|
5873 |
transition-delay: 4.2s;
|
5874 |
}
|
5875 |
|
5876 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(31) {
|
5877 |
transition-delay: 4.34s;
|
5878 |
}
|
5879 |
|
5880 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(32) {
|
5881 |
transition-delay: 4.48s;
|
5882 |
}
|
5883 |
|
5884 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(33) {
|
5885 |
transition-delay: 4.62s;
|
5886 |
}
|
5887 |
|
5888 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(34) {
|
5889 |
transition-delay: 4.76s;
|
5890 |
}
|
5891 |
|
5892 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(35) {
|
5893 |
transition-delay: 4.9s;
|
5894 |
}
|
5895 |
|
5896 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(36) {
|
5897 |
transition-delay: 5.04s;
|
5898 |
}
|
5899 |
|
5900 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(37) {
|
5901 |
transition-delay: 5.18s;
|
5902 |
}
|
5903 |
|
5904 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(38) {
|
5905 |
transition-delay: 5.32s;
|
5906 |
}
|
5907 |
|
5908 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(39) {
|
5909 |
transition-delay: 5.46s;
|
5910 |
}
|
5911 |
|
5912 |
-
.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(40) {
|
5913 |
transition-delay: 5.6s;
|
5914 |
}
|
5915 |
|
5916 |
-
.qodef-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-word,
|
5917 |
-
.qodef-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-character, .qodef-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-word,
|
5918 |
-
.qodef-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-character, .qodef-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-word,
|
5919 |
-
.qodef-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-character, .qodef-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-word,
|
5920 |
-
.qodef-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-character, .qodef-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word,
|
5921 |
-
.qodef-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-character {
|
5922 |
opacity: 1;
|
5923 |
transform: translateX(0) translateZ(0);
|
5924 |
}
|
5925 |
|
5926 |
-
.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom .qodef-m-title {
|
5927 |
opacity: 0;
|
5928 |
transform: translateY(50px);
|
5929 |
transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5930 |
}
|
5931 |
|
5932 |
-
.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top .qodef-m-title {
|
5933 |
opacity: 0;
|
5934 |
transform: translateY(-50px);
|
5935 |
transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5936 |
}
|
5937 |
|
5938 |
-
.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left .qodef-m-title {
|
5939 |
opacity: 0;
|
5940 |
transform: translateX(-50px);
|
5941 |
transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5942 |
}
|
5943 |
|
5944 |
-
.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right .qodef-m-title {
|
5945 |
opacity: 0;
|
5946 |
transform: translateX(50px);
|
5947 |
transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5948 |
}
|
5949 |
|
5950 |
-
.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade .qodef-m-title {
|
5951 |
opacity: 0;
|
5952 |
transition: opacity 0.7s ease-out;
|
5953 |
}
|
5954 |
|
5955 |
-
.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom.qodef-qi--appeared .qodef-m-title, .qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top.qodef-qi--appeared .qodef-m-title, .qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left.qodef-qi--appeared .qodef-m-title, .qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right.qodef-qi--appeared .qodef-m-title, .qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade.qodef-qi--appeared .qodef-m-title {
|
5956 |
opacity: 1;
|
5957 |
transform: translateX(0) translateZ(0);
|
5958 |
}
|
@@ -5960,7 +5966,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5960 |
/* ==========================================================================
|
5961 |
Banner shortcode styles
|
5962 |
========================================================================== */
|
5963 |
-
.qodef-banner {
|
5964 |
position: relative;
|
5965 |
display: inline-block;
|
5966 |
width: 100%;
|
@@ -5970,7 +5976,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5970 |
transition: box-shadow .35s ease-out;
|
5971 |
}
|
5972 |
|
5973 |
-
.qodef-banner .qodef-m-banner-link {
|
5974 |
position: absolute;
|
5975 |
top: 0;
|
5976 |
left: 0;
|
@@ -5980,7 +5986,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5980 |
z-index: 1;
|
5981 |
}
|
5982 |
|
5983 |
-
.qodef-banner .qodef-m-content {
|
5984 |
position: absolute;
|
5985 |
top: 0;
|
5986 |
left: 0;
|
@@ -5990,31 +5996,31 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
5990 |
flex-direction: column;
|
5991 |
}
|
5992 |
|
5993 |
-
.qodef-banner .qodef-m-title {
|
5994 |
margin: .25em 0 0;
|
5995 |
}
|
5996 |
|
5997 |
-
.qodef-banner .qodef-m-title-inner {
|
5998 |
display: inline-block;
|
5999 |
}
|
6000 |
|
6001 |
-
.qodef-banner .qodef-m-subtitle {
|
6002 |
margin: 0;
|
6003 |
}
|
6004 |
|
6005 |
-
.qodef-banner .qodef-m-content-inner > .qodef-m-text {
|
6006 |
margin: .7em 0 0;
|
6007 |
}
|
6008 |
|
6009 |
-
.qodef-banner .qodef-m-button {
|
6010 |
margin: .5em 0 0;
|
6011 |
}
|
6012 |
|
6013 |
-
.qodef-banner .qodef-m-button .qodef-button {
|
6014 |
z-index: 2;
|
6015 |
}
|
6016 |
|
6017 |
-
.qodef-banner .qodef-m-image {
|
6018 |
position: relative;
|
6019 |
display: inline-block;
|
6020 |
width: 100%;
|
@@ -6023,38 +6029,38 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6023 |
overflow: hidden;
|
6024 |
}
|
6025 |
|
6026 |
-
.qodef-banner .qodef-m-image img {
|
6027 |
display: inline-block;
|
6028 |
}
|
6029 |
|
6030 |
-
.qodef-banner.qodef-vertical--top .qodef-m-content {
|
6031 |
justify-content: flex-start;
|
6032 |
}
|
6033 |
|
6034 |
-
.qodef-banner.qodef-vertical--middle .qodef-m-content {
|
6035 |
justify-content: center;
|
6036 |
}
|
6037 |
|
6038 |
-
.qodef-banner.qodef-vertical--bottom .qodef-m-content {
|
6039 |
justify-content: flex-end;
|
6040 |
}
|
6041 |
|
6042 |
-
.qodef-banner.qodef-horizontal--left .qodef-m-content {
|
6043 |
align-items: flex-start;
|
6044 |
text-align: left;
|
6045 |
}
|
6046 |
|
6047 |
-
.qodef-banner.qodef-horizontal--center .qodef-m-content {
|
6048 |
align-items: center;
|
6049 |
text-align: center;
|
6050 |
}
|
6051 |
|
6052 |
-
.qodef-banner.qodef-horizontal--right .qodef-m-content {
|
6053 |
align-items: flex-end;
|
6054 |
text-align: right;
|
6055 |
}
|
6056 |
|
6057 |
-
.qodef-banner.qodef--overlay .qodef-m-image:after {
|
6058 |
content: '';
|
6059 |
position: absolute;
|
6060 |
top: 0;
|
@@ -6065,64 +6071,64 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6065 |
transition: background-color .35s ease-out;
|
6066 |
}
|
6067 |
|
6068 |
-
.qodef-banner.qodef-image--hover-zoom img {
|
6069 |
transform: scale(1.005) translateZ(0);
|
6070 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
6071 |
will-change: transform;
|
6072 |
}
|
6073 |
|
6074 |
-
.qodef-banner.qodef-image--hover-zoom:hover img {
|
6075 |
transform: scale(1.03);
|
6076 |
}
|
6077 |
|
6078 |
-
.qodef-banner.qodef-image--hover-zoom-out img {
|
6079 |
transform: scale(1.03) translateZ(0);
|
6080 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
6081 |
will-change: transform;
|
6082 |
}
|
6083 |
|
6084 |
-
.qodef-banner.qodef-image--hover-zoom-out:hover img {
|
6085 |
transform: scale(1);
|
6086 |
}
|
6087 |
|
6088 |
-
.qodef-banner.qodef-image--hover-move img {
|
6089 |
transform: scale(1.2);
|
6090 |
transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
|
6091 |
will-change: transform;
|
6092 |
}
|
6093 |
|
6094 |
-
.qodef-banner.qodef-image--hover-move:hover img {
|
6095 |
transform: scale(1.2) translateX(12px);
|
6096 |
}
|
6097 |
|
6098 |
-
.qodef-banner.qodef-image--hover-from-top img {
|
6099 |
transform-origin: top;
|
6100 |
}
|
6101 |
|
6102 |
-
.qodef-banner.qodef-image--hover-from-bottom img {
|
6103 |
transform-origin: bottom;
|
6104 |
}
|
6105 |
|
6106 |
-
.qodef-banner.qodef-image--hover-from-left img {
|
6107 |
transform-origin: left;
|
6108 |
}
|
6109 |
|
6110 |
-
.qodef-banner.qodef-image--hover-from-right img {
|
6111 |
transform-origin: right;
|
6112 |
}
|
6113 |
|
6114 |
-
.qodef-banner.qodef-layout--in-box .qodef-m-content {
|
6115 |
padding: 45px;
|
6116 |
}
|
6117 |
|
6118 |
-
.qodef-banner.qodef-layout--in-box .qodef-m-content-inner {
|
6119 |
background-color: #fff;
|
6120 |
padding: 25px;
|
6121 |
max-width: 100%;
|
6122 |
width: 100%;
|
6123 |
}
|
6124 |
|
6125 |
-
.qodef-banner.qodef-layout--standard .qodef-m-content {
|
6126 |
padding: 30px;
|
6127 |
}
|
6128 |
|
@@ -6144,12 +6150,12 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6144 |
cursor: grab;
|
6145 |
}
|
6146 |
|
6147 |
-
.qodef-before-after {
|
6148 |
-webkit-user-select: none;
|
6149 |
overflow: hidden;
|
6150 |
}
|
6151 |
|
6152 |
-
.qodef-before-after .twentytwenty-handle {
|
6153 |
position: absolute;
|
6154 |
left: 50%;
|
6155 |
top: 50%;
|
@@ -6170,12 +6176,12 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6170 |
}
|
6171 |
|
6172 |
@media only screen and (max-width: 1024px) {
|
6173 |
-
.qodef-before-after .twentytwenty-handle {
|
6174 |
font-size: 50px;
|
6175 |
}
|
6176 |
}
|
6177 |
|
6178 |
-
.qodef-before-after .twentytwenty-handle .qodef-handle-text {
|
6179 |
font-size: 1rem;
|
6180 |
color: #111;
|
6181 |
font-weight: 700;
|
@@ -6185,7 +6191,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6185 |
user-select: none;
|
6186 |
}
|
6187 |
|
6188 |
-
.qodef-before-after .twentytwenty-handle:before, .qodef-before-after .twentytwenty-handle:after {
|
6189 |
content: " ";
|
6190 |
display: block;
|
6191 |
background: currentColor;
|
@@ -6193,95 +6199,95 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6193 |
z-index: 30;
|
6194 |
}
|
6195 |
|
6196 |
-
.qodef-before-after .twentytwenty-horizontal .twentytwenty-handle:before,
|
6197 |
-
.qodef-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
|
6198 |
width: 2px;
|
6199 |
height: 100vh;
|
6200 |
left: 50%;
|
6201 |
transform: translateX(-50%);
|
6202 |
}
|
6203 |
|
6204 |
-
.qodef-before-after .twentytwenty-vertical .twentytwenty-handle:before,
|
6205 |
-
.qodef-before-after .twentytwenty-vertical .twentytwenty-handle:after {
|
6206 |
width: 100vw;
|
6207 |
height: 2px;
|
6208 |
top: 50%;
|
6209 |
transform: translateY(-50%);
|
6210 |
}
|
6211 |
|
6212 |
-
.qodef-before-after .twentytwenty-before-label, .qodef-before-after .twentytwenty-after-label {
|
6213 |
display: none;
|
6214 |
}
|
6215 |
|
6216 |
-
.qodef-before-after .twentytwenty-container {
|
6217 |
position: relative;
|
6218 |
overflow: hidden;
|
6219 |
z-index: 0;
|
6220 |
}
|
6221 |
|
6222 |
-
.qodef-before-after .twentytwenty-container img {
|
6223 |
position: absolute;
|
6224 |
top: 0;
|
6225 |
max-width: 100%;
|
6226 |
width: 100%;
|
6227 |
}
|
6228 |
|
6229 |
-
.qodef-before-after .twentytwenty-before {
|
6230 |
z-index: 20;
|
6231 |
}
|
6232 |
|
6233 |
-
.qodef-before-after .twentytwenty-after {
|
6234 |
z-index: 10;
|
6235 |
}
|
6236 |
|
6237 |
-
.qodef-before-after .twentytwenty-vertical .twentytwenty-handle:before {
|
6238 |
left: 50%;
|
6239 |
margin-left: 0.48em;
|
6240 |
}
|
6241 |
|
6242 |
-
.qodef-before-after .twentytwenty-vertical .twentytwenty-handle:after {
|
6243 |
right: 50%;
|
6244 |
margin-right: 0.48em;
|
6245 |
}
|
6246 |
|
6247 |
-
.qodef-before-after .twentytwenty-vertical .twentytwenty-down-arrow,
|
6248 |
-
.qodef-before-after .twentytwenty-vertical .twentytwenty-up-arrow {
|
6249 |
display: none;
|
6250 |
}
|
6251 |
|
6252 |
-
.qodef-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
|
6253 |
bottom: 50%;
|
6254 |
margin-bottom: 0.48em;
|
6255 |
}
|
6256 |
|
6257 |
-
.qodef-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
|
6258 |
top: 50%;
|
6259 |
margin-top: 0.48em;
|
6260 |
}
|
6261 |
|
6262 |
-
.qodef-before-after .twentytwenty-horizontal .twentytwenty-left-arrow,
|
6263 |
-
.qodef-before-after .twentytwenty-horizontal .twentytwenty-right-arrow {
|
6264 |
display: none;
|
6265 |
}
|
6266 |
|
6267 |
/* ==========================================================================
|
6268 |
Info Cards shortcode styles
|
6269 |
========================================================================== */
|
6270 |
-
.qodef-blockquote .qodef-m-text {
|
6271 |
margin: 0;
|
6272 |
}
|
6273 |
|
6274 |
-
.qodef-blockquote .qodef-m-icon {
|
6275 |
font-size: 30px;
|
6276 |
line-height: 1;
|
6277 |
transition: all .3s ease-in-out;
|
6278 |
}
|
6279 |
|
6280 |
-
.qodef-blockquote .qodef-m-icon i {
|
6281 |
color: inherit;
|
6282 |
}
|
6283 |
|
6284 |
-
.qodef-blockquote .qodef-m-icon svg {
|
6285 |
width: 30px;
|
6286 |
height: auto;
|
6287 |
fill: currentColor;
|
@@ -6291,7 +6297,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6291 |
/* ==========================================================================
|
6292 |
Button shortcode styles
|
6293 |
========================================================================== */
|
6294 |
-
.qodef-blockquote.qodef-layout--inline .qodef-m-icon {
|
6295 |
float: left;
|
6296 |
line-height: 1em;
|
6297 |
width: 1em;
|
@@ -6305,83 +6311,83 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6305 |
/* ==========================================================================
|
6306 |
Business Hours shortcode styles
|
6307 |
========================================================================== */
|
6308 |
-
.qodef-business-hours {
|
6309 |
position: relative;
|
6310 |
border: 1px solid #e1e1e1;
|
6311 |
padding: 35px;
|
6312 |
}
|
6313 |
|
6314 |
-
.qodef-business-hours.qodef-line-type--between .qodef-e-line {
|
6315 |
border-bottom: 1px solid rgba(30, 30, 30, 0.2);
|
6316 |
}
|
6317 |
|
6318 |
-
.qodef-business-hours.qodef-line-type--below .qodef-e-item {
|
6319 |
border-bottom: 1px solid rgba(30, 30, 30, 0.2);
|
6320 |
}
|
6321 |
|
6322 |
-
.qodef-business-hours.qodef-line-type--below .qodef-e-item:last-child {
|
6323 |
border-bottom: none;
|
6324 |
}
|
6325 |
|
6326 |
-
.qodef-business-hours.qodef-line-type--none .qodef-e-day {
|
6327 |
margin-right: 10px;
|
6328 |
}
|
6329 |
|
6330 |
-
.qodef-business-hours.qodef-line-type--none .qodef-e-line {
|
6331 |
display: none;
|
6332 |
}
|
6333 |
|
6334 |
-
.qodef-business-hours .qodef-e-item {
|
6335 |
margin-bottom: 1em;
|
6336 |
display: flex;
|
6337 |
align-items: baseline;
|
6338 |
}
|
6339 |
|
6340 |
-
.qodef-business-hours .qodef-e-item:last-child {
|
6341 |
margin-bottom: 0;
|
6342 |
}
|
6343 |
|
6344 |
-
.qodef-business-hours .qodef-e-title-holder {
|
6345 |
display: flex;
|
6346 |
align-items: baseline;
|
6347 |
}
|
6348 |
|
6349 |
-
.qodef-business-hours .qodef-m-title {
|
6350 |
margin: 0 0 1em;
|
6351 |
}
|
6352 |
|
6353 |
-
.qodef-business-hours .qodef-m-subtitle {
|
6354 |
margin: 0 0 .5em;
|
6355 |
}
|
6356 |
|
6357 |
-
.qodef-business-hours .qodef-m-text {
|
6358 |
margin: .5em 0 0;
|
6359 |
}
|
6360 |
|
6361 |
-
.qodef-business-hours .qodef-e-icon {
|
6362 |
line-height: 1;
|
6363 |
padding-right: 12px;
|
6364 |
}
|
6365 |
|
6366 |
-
.qodef-business-hours .qodef-e-day {
|
6367 |
margin: 0;
|
6368 |
}
|
6369 |
|
6370 |
-
.qodef-business-hours .qodef-e-hours {
|
6371 |
margin: 0;
|
6372 |
}
|
6373 |
|
6374 |
-
.qodef-business-hours .qodef-e-line {
|
6375 |
flex-grow: 1;
|
6376 |
margin: 0 8px;
|
6377 |
}
|
6378 |
|
6379 |
-
.qodef-business-hours.qodef-text-underline .qodef-m-text a {
|
6380 |
position: relative;
|
6381 |
color: currentColor;
|
6382 |
}
|
6383 |
|
6384 |
-
.qodef-business-hours.qodef-text-underline .qodef-m-text a:after {
|
6385 |
content: '';
|
6386 |
position: absolute;
|
6387 |
bottom: 3px;
|
@@ -6393,18 +6399,18 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6393 |
backface-visibility: hidden;
|
6394 |
}
|
6395 |
|
6396 |
-
.qodef-business-hours.qodef-text-underline .qodef-m-text a:hover {
|
6397 |
text-decoration: none;
|
6398 |
}
|
6399 |
|
6400 |
-
.qodef-business-hours.qodef-text-underline .qodef-m-text a:hover:after {
|
6401 |
animation: qodef-animate-underline-from-left 0.6s cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
|
6402 |
}
|
6403 |
|
6404 |
/* ==========================================================================
|
6405 |
Button shortcode styles
|
6406 |
========================================================================== */
|
6407 |
-
.qodef-button {
|
6408 |
position: relative;
|
6409 |
display: inline-block;
|
6410 |
vertical-align: middle;
|
@@ -6427,20 +6433,20 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6427 |
overflow: hidden;
|
6428 |
}
|
6429 |
|
6430 |
-
.qodef-button.qodef-size--small {
|
6431 |
padding: 9px 33px;
|
6432 |
}
|
6433 |
|
6434 |
-
.qodef-button.qodef-size--large {
|
6435 |
padding: 15px 52px;
|
6436 |
}
|
6437 |
|
6438 |
-
.qodef-button.qodef-size--full {
|
6439 |
width: 100%;
|
6440 |
text-align: center;
|
6441 |
}
|
6442 |
|
6443 |
-
.qodef-button.qodef-layout--filled {
|
6444 |
font-size: 17px;
|
6445 |
color: #111111;
|
6446 |
background-color: #f4f4f4;
|
@@ -6449,24 +6455,24 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6449 |
border-style: solid;
|
6450 |
}
|
6451 |
|
6452 |
-
.qodef-button.qodef-layout--filled:hover {
|
6453 |
color: #fff;
|
6454 |
background-color: #111111;
|
6455 |
}
|
6456 |
|
6457 |
-
.qodef-button.qodef-layout--outlined {
|
6458 |
color: #111111;
|
6459 |
background-color: transparent;
|
6460 |
border: 2px solid #111111;
|
6461 |
}
|
6462 |
|
6463 |
-
.qodef-button.qodef-layout--outlined:hover {
|
6464 |
color: #111111;
|
6465 |
background-color: #f4f4f4;
|
6466 |
border-color: #f4f4f4;
|
6467 |
}
|
6468 |
|
6469 |
-
.qodef-button.qodef-layout--textual {
|
6470 |
padding: 0 !important;
|
6471 |
background-color: transparent;
|
6472 |
border: 0;
|
@@ -6474,27 +6480,27 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6474 |
overflow: visible;
|
6475 |
}
|
6476 |
|
6477 |
-
.qodef-button.qodef-layout--textual .qodef-m-text {
|
6478 |
display: inline-block;
|
6479 |
vertical-align: middle;
|
6480 |
}
|
6481 |
|
6482 |
-
.qodef-button.qodef-layout--textual:hover {
|
6483 |
color: #111111;
|
6484 |
}
|
6485 |
|
6486 |
-
.qodef-button.qodef-icon--left {
|
6487 |
display: inline-flex;
|
6488 |
align-items: center;
|
6489 |
justify-content: center;
|
6490 |
flex-direction: row-reverse;
|
6491 |
}
|
6492 |
|
6493 |
-
.qodef-button.qodef-text-underline .qodef-m-text {
|
6494 |
position: relative;
|
6495 |
}
|
6496 |
|
6497 |
-
.qodef-button.qodef-text-underline .qodef-m-text:after {
|
6498 |
content: '';
|
6499 |
position: absolute;
|
6500 |
bottom: 0;
|
@@ -6507,84 +6513,84 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6507 |
backface-visibility: hidden;
|
6508 |
}
|
6509 |
|
6510 |
-
.qodef-button.qodef-text-underline:not(.qodef-button-underline-draw):hover .qodef-m-text:after {
|
6511 |
width: 0;
|
6512 |
}
|
6513 |
|
6514 |
-
.qodef-button.qodef-text-underline.qodef-underline--center .qodef-m-text:after {
|
6515 |
left: 50%;
|
6516 |
transform: translateX(-50%);
|
6517 |
}
|
6518 |
|
6519 |
-
.qodef-button.qodef-text-underline.qodef-underline--right .qodef-m-text:after {
|
6520 |
left: auto;
|
6521 |
right: 0;
|
6522 |
}
|
6523 |
|
6524 |
-
.qodef-button.qodef-button-underline-draw .qodef-m-text {
|
6525 |
overflow: hidden;
|
6526 |
}
|
6527 |
|
6528 |
-
.qodef-button.qodef-button-underline-draw.qodef-underline--left:hover .qodef-m-text:after, .qodef-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
|
6529 |
animation: qodef-animate-underline-from-left 0.7s cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
|
6530 |
}
|
6531 |
|
6532 |
-
.qodef-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
|
6533 |
animation: qodef-animate-underline-from-right 0.7s cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
|
6534 |
}
|
6535 |
|
6536 |
-
.qodef-button .qodef-m-icon {
|
6537 |
color: currentColor;
|
6538 |
line-height: 0;
|
6539 |
}
|
6540 |
|
6541 |
-
.qodef-button .qodef-m-icon.qodef--icon-color-set {
|
6542 |
transition: color .25s ease-in-out, background-color .25s ease-in-out;
|
6543 |
}
|
6544 |
|
6545 |
-
.qodef-button .qodef-m-icon svg {
|
6546 |
width: 1em;
|
6547 |
fill: currentColor;
|
6548 |
stroke: currentColor;
|
6549 |
vertical-align: middle;
|
6550 |
}
|
6551 |
|
6552 |
-
.qodef-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon {
|
6553 |
margin-left: 10px;
|
6554 |
}
|
6555 |
|
6556 |
-
.qodef-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon {
|
6557 |
margin-right: 10px;
|
6558 |
}
|
6559 |
|
6560 |
-
.qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner, .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner, .qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner {
|
6561 |
position: relative;
|
6562 |
overflow: hidden;
|
6563 |
display: inherit;
|
6564 |
padding: 1px;
|
6565 |
}
|
6566 |
|
6567 |
-
.qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
|
6568 |
-
.qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg, .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
|
6569 |
-
.qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg, .qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
|
6570 |
-
.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
|
6571 |
transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-in-out;
|
6572 |
will-change: transform;
|
6573 |
}
|
6574 |
|
6575 |
-
.qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),
|
6576 |
-
.qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1), .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),
|
6577 |
-
.qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1), .qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),
|
6578 |
-
.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1) {
|
6579 |
transform: translateX(0) translateY(0);
|
6580 |
transition-delay: .1s;
|
6581 |
opacity: 1;
|
6582 |
}
|
6583 |
|
6584 |
-
.qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
|
6585 |
-
.qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2), .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
|
6586 |
-
.qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2), .qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
|
6587 |
-
.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
|
6588 |
position: absolute;
|
6589 |
opacity: 0;
|
6590 |
left: 1px;
|
@@ -6592,75 +6598,75 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6592 |
transition-delay: 0s;
|
6593 |
}
|
6594 |
|
6595 |
-
.qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
|
6596 |
-
.qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
|
6597 |
-
.qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
|
6598 |
-
.qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
6599 |
opacity: 0;
|
6600 |
}
|
6601 |
|
6602 |
-
.qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),
|
6603 |
-
.qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),
|
6604 |
-
.qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),
|
6605 |
-
.qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2) {
|
6606 |
transform: translateX(0%) translateY(0) translatez(0);
|
6607 |
transition-delay: .25s;
|
6608 |
opacity: 1;
|
6609 |
}
|
6610 |
|
6611 |
-
.qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
|
6612 |
-
.qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
|
6613 |
transform: translateX(-150%) translateY(0);
|
6614 |
}
|
6615 |
|
6616 |
-
.qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
|
6617 |
-
.qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
6618 |
transform: translateX(200%) translateY(0);
|
6619 |
}
|
6620 |
|
6621 |
-
.qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
|
6622 |
-
.qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
|
6623 |
will-change: transform;
|
6624 |
}
|
6625 |
|
6626 |
-
.qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
|
6627 |
-
.qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
|
6628 |
transform: translateX(0) translateY(150%) translateZ(0);
|
6629 |
}
|
6630 |
|
6631 |
-
.qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
|
6632 |
-
.qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
|
6633 |
transform: translateX(0) translateY(-150%) translateZ(0);
|
6634 |
}
|
6635 |
|
6636 |
-
.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
|
6637 |
-
.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
|
6638 |
will-change: transform;
|
6639 |
}
|
6640 |
|
6641 |
-
.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
|
6642 |
-
.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
|
6643 |
transform: translateX(-100%) translateY(100%) translateZ(0);
|
6644 |
}
|
6645 |
|
6646 |
-
.qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
|
6647 |
-
.qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
6648 |
transform: translateX(100%) translateY(-100%) translateZ(0);
|
6649 |
}
|
6650 |
|
6651 |
-
.qodef-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
|
6652 |
-
.qodef-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
|
6653 |
transition: transform 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.2s ease-in-out;
|
6654 |
transform: translateX(0);
|
6655 |
will-change: transform;
|
6656 |
}
|
6657 |
|
6658 |
-
.qodef-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,
|
6659 |
-
.qodef-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
|
6660 |
transform: translateX(4px);
|
6661 |
}
|
6662 |
|
6663 |
-
.qodef-button.qodef-hover--reveal:after {
|
6664 |
content: '';
|
6665 |
position: absolute;
|
6666 |
top: 0;
|
@@ -6670,30 +6676,30 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6670 |
transition: transform 0.5s cubic-bezier(0.54, 0.3, 0.02, 1.01);
|
6671 |
}
|
6672 |
|
6673 |
-
.qodef-button.qodef-hover--reveal .qodef-m-text,
|
6674 |
-
.qodef-button.qodef-hover--reveal .qodef-m-icon {
|
6675 |
z-index: 1;
|
6676 |
}
|
6677 |
|
6678 |
-
.qodef-button.qodef-hover--reveal:hover:after {
|
6679 |
transform: scaleX(1) scaleY(1);
|
6680 |
}
|
6681 |
|
6682 |
-
.qodef-button.qodef-hover--reveal.qodef-layout--outlined:hover {
|
6683 |
background-color: initial;
|
6684 |
}
|
6685 |
|
6686 |
-
.qodef-button.qodef--reveal-horizontal:after {
|
6687 |
transform-origin: left;
|
6688 |
transform: scaleX(0);
|
6689 |
}
|
6690 |
|
6691 |
-
.qodef-button.qodef--reveal-vertical:after {
|
6692 |
transform-origin: bottom;
|
6693 |
transform: scaleY(0);
|
6694 |
}
|
6695 |
|
6696 |
-
.qodef-button.qodef-icon-background-hover--reveal .qodef-m-icon:after {
|
6697 |
content: '';
|
6698 |
position: absolute;
|
6699 |
top: 0;
|
@@ -6703,20 +6709,20 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6703 |
transition: transform 0.5s cubic-bezier(0.54, 0.3, 0.02, 1.01);
|
6704 |
}
|
6705 |
|
6706 |
-
.qodef-button.qodef-icon-background-hover--reveal .qodef-m-icon .qodef-m-icon-inner {
|
6707 |
z-index: 1;
|
6708 |
}
|
6709 |
|
6710 |
-
.qodef-button.qodef-icon-background-hover--reveal:hover .qodef-m-icon:after {
|
6711 |
transform: scaleX(1) scaleY(1);
|
6712 |
}
|
6713 |
|
6714 |
-
.qodef-button.qodef-icon-background-hover--reveal-horizontal .qodef-m-icon:after {
|
6715 |
transform-origin: left;
|
6716 |
transform: scaleX(0);
|
6717 |
}
|
6718 |
|
6719 |
-
.qodef-button.qodef-icon-background-hover--reveal-vertical .qodef-m-icon:after {
|
6720 |
transform-origin: bottom;
|
6721 |
transform: scaleY(0);
|
6722 |
}
|
@@ -6724,17 +6730,17 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6724 |
/* ==========================================================================
|
6725 |
Button shortcode styles
|
6726 |
========================================================================== */
|
6727 |
-
.qodef-button.qodef-type--icon-boxed {
|
6728 |
padding: 0 !important;
|
6729 |
align-items: stretch;
|
6730 |
}
|
6731 |
|
6732 |
-
.qodef-button.qodef-type--icon-boxed .qodef-m-text {
|
6733 |
align-self: center;
|
6734 |
padding: 11px 28px;
|
6735 |
}
|
6736 |
|
6737 |
-
.qodef-button.qodef-type--icon-boxed .qodef-m-icon {
|
6738 |
position: relative;
|
6739 |
display: flex;
|
6740 |
align-items: center;
|
@@ -6743,17 +6749,17 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6743 |
padding: 11px 0;
|
6744 |
}
|
6745 |
|
6746 |
-
.qodef-button.qodef-type--icon-boxed .qodef-m-icon i {
|
6747 |
line-height: inherit;
|
6748 |
}
|
6749 |
|
6750 |
-
.qodef-button.qodef-type--icon-boxed .qodef-m-icon svg {
|
6751 |
width: 1em;
|
6752 |
fill: currentColor;
|
6753 |
stroke: currentColor;
|
6754 |
}
|
6755 |
|
6756 |
-
.qodef-button.qodef-type--icon-boxed .qodef-m-border {
|
6757 |
width: 2px;
|
6758 |
background-color: #111;
|
6759 |
transition: background-color .25s ease-in-out;
|
@@ -6762,7 +6768,7 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6762 |
/* ==========================================================================
|
6763 |
Button shortcode styles
|
6764 |
========================================================================== */
|
6765 |
-
.qodef-button.qodef-type--inner-border .qodef-m-inner-border {
|
6766 |
position: absolute;
|
6767 |
top: 0;
|
6768 |
left: 0;
|
@@ -6773,37 +6779,37 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
6773 |
transition: color .25s ease-in-out;
|
6774 |
}
|
6775 |
|
6776 |
-
.qodef-button.qodef-type--inner-border .qodef-m-border-top,
|
6777 |
-
.qodef-button.qodef-type--inner-border .qodef-m-border-right,
|
6778 |
-
.qodef-button.qodef-type--inner-border .qodef-m-border-bottom,
|
6779 |
-
.qodef-button.qodef-type--inner-border .qodef-m-border-left {
|
6780 |
position: absolute;
|
6781 |
background-color: currentColor;
|
6782 |
transition: background-color .25s ease-in-out;
|
6783 |
}
|
6784 |
|
6785 |
-
.qodef-button.qodef-type--inner-border .qodef-m-border-top {
|
6786 |
top: 1em;
|
6787 |
left: 1em;
|
6788 |
height: 2px;
|
6789 |
width: calc(100% - 2em);
|
6790 |
}
|
6791 |
|
6792 |
-
.qodef-button.qodef-type--inner-border .qodef-m-border-right {
|
6793 |
top: 1em;
|
6794 |
right: 1em;
|
6795 |
width: 2px;
|
6796 |
height: calc(100% - 2em);
|
6797 |
}
|
6798 |
|
6799 |
-
.qodef-button.qodef-type--inner-border .qodef-m-border-bottom {
|
6800 |
bottom: 1em;
|
6801 |
right: 1em;
|
6802 |
height: 2px;
|
6803 |
width: calc(100% - 2em);
|
6804 |
}
|
6805 |
|
6806 |
-
.qodef-button.qodef-type--inner-border .qodef-m-border-left {
|
6807 |
bottom: 1em;
|
6808 |
left: 1em;
|
6809 |
width: 2px;
|
@@ -7019,11 +7025,11 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
7019 |
/* ==========================================================================
|
7020 |
Call to Action shortcode styles
|
7021 |
========================================================================== */
|
7022 |
-
.qodef-call-to-action.qodef-layout--standard {
|
7023 |
position: relative;
|
7024 |
}
|
7025 |
|
7026 |
-
.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
|
7027 |
display: flex;
|
7028 |
align-items: center;
|
7029 |
justify-content: space-between;
|
@@ -7031,21 +7037,21 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
7031 |
padding: 6.4% 6% 6.9% 5.5%;
|
7032 |
}
|
7033 |
|
7034 |
-
.qodef-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-title {
|
7035 |
color: #fff;
|
7036 |
margin: 0;
|
7037 |
}
|
7038 |
|
7039 |
-
.qodef-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text {
|
7040 |
color: #fff;
|
7041 |
margin: 0.8em 0 0;
|
7042 |
}
|
7043 |
|
7044 |
-
.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
|
7045 |
flex: 0 0 auto;
|
7046 |
}
|
7047 |
|
7048 |
-
.qodef-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-link {
|
7049 |
position: absolute;
|
7050 |
top: 0;
|
7051 |
left: 0;
|
@@ -7053,23 +7059,23 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
7053 |
height: 100%;
|
7054 |
}
|
7055 |
|
7056 |
-
.qodef-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-button {
|
7057 |
z-index: 1;
|
7058 |
}
|
7059 |
|
7060 |
/* ==========================================================================
|
7061 |
Cards Gallery shortcode style - begin
|
7062 |
========================================================================== */
|
7063 |
-
.qodef-cards-gallery {
|
7064 |
position: relative;
|
7065 |
display: inline-block;
|
7066 |
}
|
7067 |
|
7068 |
-
.qodef-cards-gallery .qodef-e-inner {
|
7069 |
position: relative;
|
7070 |
}
|
7071 |
|
7072 |
-
.qodef-cards-gallery .qodef-m-fake-card {
|
7073 |
position: relative;
|
7074 |
display: inline-block;
|
7075 |
opacity: 0;
|
@@ -7077,71 +7083,71 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
7077 |
pointer-events: none;
|
7078 |
}
|
7079 |
|
7080 |
-
.qodef-cards-gallery .qodef-m-card {
|
7081 |
position: absolute;
|
7082 |
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
7083 |
width: 100%;
|
7084 |
}
|
7085 |
|
7086 |
-
.qodef-cards-gallery.qodef-orientation--both .qodef-m-card {
|
7087 |
will-change: transform;
|
7088 |
}
|
7089 |
|
7090 |
-
.qodef-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n) {
|
7091 |
transform-origin: right;
|
7092 |
}
|
7093 |
|
7094 |
-
.qodef-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1) {
|
7095 |
transform-origin: left;
|
7096 |
}
|
7097 |
|
7098 |
-
.qodef-cards-gallery.qodef-orientation--both .qodef-m-card.qodef-out {
|
7099 |
transition: transform .5s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
|
7100 |
}
|
7101 |
|
7102 |
-
.qodef-cards-gallery.qodef-orientation--both .qodef-m-card:not(:last-of-type) {
|
7103 |
cursor: pointer;
|
7104 |
}
|
7105 |
|
7106 |
-
.qodef-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n):not(:last-of-type):not(.active):hover {
|
7107 |
margin-right: -10px !important;
|
7108 |
}
|
7109 |
|
7110 |
-
.qodef-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1):not(:last-of-type):not(.active):hover {
|
7111 |
margin-left: -10px !important;
|
7112 |
}
|
7113 |
|
7114 |
-
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
|
7115 |
transform-origin: left;
|
7116 |
will-change: transform;
|
7117 |
}
|
7118 |
|
7119 |
-
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
|
7120 |
transition: transform 0.5s ease-in-out, left 0.3s ease-in-out;
|
7121 |
}
|
7122 |
|
7123 |
-
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
|
7124 |
cursor: pointer;
|
7125 |
}
|
7126 |
|
7127 |
-
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
|
7128 |
margin-left: -10px !important;
|
7129 |
}
|
7130 |
|
7131 |
-
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
|
7132 |
transform-origin: right;
|
7133 |
will-change: transform;
|
7134 |
}
|
7135 |
|
7136 |
-
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
|
7137 |
transition: transform 0.5s ease-in-out, right 0.3s ease-in-out;
|
7138 |
}
|
7139 |
|
7140 |
-
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
|
7141 |
cursor: pointer;
|
7142 |
}
|
7143 |
|
7144 |
-
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
|
7145 |
margin-right: -10px !important;
|
7146 |
}
|
7147 |
|
@@ -7151,71 +7157,71 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
7151 |
/* ==========================================================================
|
7152 |
Charts shortcode styles
|
7153 |
========================================================================== */
|
7154 |
-
.qodef-charts {
|
7155 |
position: relative;
|
7156 |
visibility: hidden;
|
7157 |
}
|
7158 |
|
7159 |
-
.qodef-charts.qodef--init {
|
7160 |
visibility: visible;
|
7161 |
}
|
7162 |
|
7163 |
-
.qodef-charts .qodef-m-inner {
|
7164 |
position: relative;
|
7165 |
}
|
7166 |
|
7167 |
-
.qodef-charts .qodef-m-canvas-holder {
|
7168 |
display: flex;
|
7169 |
}
|
7170 |
|
7171 |
-
.qodef-charts .qodef-m-canvas {
|
7172 |
position: relative;
|
7173 |
width: 260px;
|
7174 |
}
|
7175 |
|
7176 |
-
.qodef-charts .qodef-m-title {
|
7177 |
margin: 2em 0 0;
|
7178 |
}
|
7179 |
|
7180 |
-
.qodef-charts .qodef-m-text {
|
7181 |
margin: 0.2em 0 0 0;
|
7182 |
}
|
7183 |
|
7184 |
-
.qodef-charts.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
|
7185 |
justify-content: flex-start;
|
7186 |
}
|
7187 |
|
7188 |
-
.qodef-charts.qodef-chart-alignment--center .qodef-m-canvas-holder {
|
7189 |
justify-content: center;
|
7190 |
}
|
7191 |
|
7192 |
-
.qodef-charts.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
|
7193 |
justify-content: flex-end;
|
7194 |
}
|
7195 |
|
7196 |
/* ==========================================================================
|
7197 |
Clients list shortcode styles
|
7198 |
========================================================================== */
|
7199 |
-
.qodef-clients-list .qodef-e-inner {
|
7200 |
position: relative;
|
7201 |
display: inline-block;
|
7202 |
vertical-align: top;
|
7203 |
width: 100%;
|
7204 |
}
|
7205 |
|
7206 |
-
.qodef-clients-list .qodef-e-inner a {
|
7207 |
display: inline-block;
|
7208 |
}
|
7209 |
|
7210 |
-
.qodef-clients-list .qodef-e-inner > a {
|
7211 |
display: block;
|
7212 |
}
|
7213 |
|
7214 |
-
.qodef-clients-list .qodef-grid-item {
|
7215 |
text-align: center;
|
7216 |
}
|
7217 |
|
7218 |
-
.qodef-clients-list .qodef-e-images-holder {
|
7219 |
position: relative;
|
7220 |
display: inline-block;
|
7221 |
vertical-align: top;
|
@@ -7223,12 +7229,12 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
7223 |
margin: 0 0 1em;
|
7224 |
}
|
7225 |
|
7226 |
-
.qodef-clients-list .qodef-e-main-image {
|
7227 |
display: inline-block;
|
7228 |
width: auto;
|
7229 |
}
|
7230 |
|
7231 |
-
.qodef-clients-list .qodef-e-hover-image {
|
7232 |
position: absolute;
|
7233 |
top: 0;
|
7234 |
left: 0;
|
@@ -7237,30 +7243,30 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
7237 |
opacity: 0;
|
7238 |
}
|
7239 |
|
7240 |
-
.qodef-clients-list .qodef-e-hover-image img {
|
7241 |
max-height: 100%;
|
7242 |
-o-object-fit: contain;
|
7243 |
object-fit: contain;
|
7244 |
}
|
7245 |
|
7246 |
-
.qodef-clients-list .qodef-e-title {
|
7247 |
margin: 0 0 .65em;
|
7248 |
}
|
7249 |
|
7250 |
-
.qodef-clients-list .qodef-e-text {
|
7251 |
margin: 0;
|
7252 |
}
|
7253 |
|
7254 |
-
.qodef-clients-list.qodef--boxed .qodef-e-inner {
|
7255 |
padding: 20px;
|
7256 |
background-color: #f6f6f6;
|
7257 |
}
|
7258 |
|
7259 |
-
.qodef-clients-list.qodef-border--all .qodef-grid-inner {
|
7260 |
border-style: solid;
|
7261 |
}
|
7262 |
|
7263 |
-
.qodef-clients-list.qodef-border--all .qodef-grid-item {
|
7264 |
border-width: 1px;
|
7265 |
border-style: inherit;
|
7266 |
border-color: #ebebeb;
|
@@ -7269,689 +7275,689 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
7269 |
}
|
7270 |
|
7271 |
@media only screen and (min-width: 681px) {
|
7272 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
7273 |
border-left-style: inherit;
|
7274 |
}
|
7275 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7276 |
border-bottom-style: inherit;
|
7277 |
}
|
7278 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7279 |
border-bottom-style: inherit;
|
7280 |
}
|
7281 |
}
|
7282 |
|
7283 |
@media only screen and (min-width: 1441px) {
|
7284 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
7285 |
border-left-style: inherit;
|
7286 |
}
|
7287 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7288 |
border-bottom-style: inherit;
|
7289 |
}
|
7290 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7291 |
border-bottom-style: inherit;
|
7292 |
}
|
7293 |
}
|
7294 |
|
7295 |
@media only screen and (min-width: 769px) {
|
7296 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
7297 |
border-left-style: inherit;
|
7298 |
}
|
7299 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7300 |
border-bottom-style: inherit;
|
7301 |
}
|
7302 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7303 |
border-bottom-style: inherit;
|
7304 |
}
|
7305 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7306 |
border-bottom-style: inherit;
|
7307 |
}
|
7308 |
}
|
7309 |
|
7310 |
@media only screen and (min-width: 1441px) {
|
7311 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
7312 |
border-left-style: inherit;
|
7313 |
}
|
7314 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7315 |
border-bottom-style: inherit;
|
7316 |
}
|
7317 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7318 |
border-bottom-style: inherit;
|
7319 |
}
|
7320 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7321 |
border-bottom-style: inherit;
|
7322 |
}
|
7323 |
}
|
7324 |
|
7325 |
@media only screen and (min-width: 1025px) {
|
7326 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
7327 |
border-left-style: inherit;
|
7328 |
}
|
7329 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7330 |
border-bottom-style: inherit;
|
7331 |
}
|
7332 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7333 |
border-bottom-style: inherit;
|
7334 |
}
|
7335 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7336 |
border-bottom-style: inherit;
|
7337 |
}
|
7338 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7339 |
border-bottom-style: inherit;
|
7340 |
}
|
7341 |
}
|
7342 |
|
7343 |
@media only screen and (min-width: 1441px) {
|
7344 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
7345 |
border-left-style: inherit;
|
7346 |
}
|
7347 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7348 |
border-bottom-style: inherit;
|
7349 |
}
|
7350 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7351 |
border-bottom-style: inherit;
|
7352 |
}
|
7353 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7354 |
border-bottom-style: inherit;
|
7355 |
}
|
7356 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7357 |
border-bottom-style: inherit;
|
7358 |
}
|
7359 |
}
|
7360 |
|
7361 |
@media only screen and (min-width: 1367px) {
|
7362 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
7363 |
border-left-style: inherit;
|
7364 |
}
|
7365 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7366 |
border-bottom-style: inherit;
|
7367 |
}
|
7368 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7369 |
border-bottom-style: inherit;
|
7370 |
}
|
7371 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7372 |
border-bottom-style: inherit;
|
7373 |
}
|
7374 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7375 |
border-bottom-style: inherit;
|
7376 |
}
|
7377 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7378 |
border-bottom-style: inherit;
|
7379 |
}
|
7380 |
}
|
7381 |
|
7382 |
@media only screen and (min-width: 1441px) {
|
7383 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
7384 |
border-left-style: inherit;
|
7385 |
}
|
7386 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7387 |
border-bottom-style: inherit;
|
7388 |
}
|
7389 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7390 |
border-bottom-style: inherit;
|
7391 |
}
|
7392 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7393 |
border-bottom-style: inherit;
|
7394 |
}
|
7395 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7396 |
border-bottom-style: inherit;
|
7397 |
}
|
7398 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7399 |
border-bottom-style: inherit;
|
7400 |
}
|
7401 |
}
|
7402 |
|
7403 |
@media only screen and (min-width: 1441px) {
|
7404 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
7405 |
border-left-style: inherit;
|
7406 |
}
|
7407 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7408 |
border-bottom-style: inherit;
|
7409 |
}
|
7410 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7411 |
border-bottom-style: inherit;
|
7412 |
}
|
7413 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7414 |
border-bottom-style: inherit;
|
7415 |
}
|
7416 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7417 |
border-bottom-style: inherit;
|
7418 |
}
|
7419 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7420 |
border-bottom-style: inherit;
|
7421 |
}
|
7422 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7423 |
border-bottom-style: inherit;
|
7424 |
}
|
7425 |
}
|
7426 |
|
7427 |
@media only screen and (min-width: 1441px) {
|
7428 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
7429 |
border-left-style: inherit;
|
7430 |
}
|
7431 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7432 |
border-bottom-style: inherit;
|
7433 |
}
|
7434 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7435 |
border-bottom-style: inherit;
|
7436 |
}
|
7437 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7438 |
border-bottom-style: inherit;
|
7439 |
}
|
7440 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7441 |
border-bottom-style: inherit;
|
7442 |
}
|
7443 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7444 |
border-bottom-style: inherit;
|
7445 |
}
|
7446 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7447 |
border-bottom-style: inherit;
|
7448 |
}
|
7449 |
}
|
7450 |
|
7451 |
@media only screen and (min-width: 1367px) {
|
7452 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
7453 |
border-left-style: inherit;
|
7454 |
}
|
7455 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7456 |
border-bottom-style: inherit;
|
7457 |
}
|
7458 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7459 |
border-bottom-style: inherit;
|
7460 |
}
|
7461 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7462 |
border-bottom-style: inherit;
|
7463 |
}
|
7464 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7465 |
border-bottom-style: inherit;
|
7466 |
}
|
7467 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7468 |
border-bottom-style: inherit;
|
7469 |
}
|
7470 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7471 |
border-bottom-style: inherit;
|
7472 |
}
|
7473 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7474 |
border-bottom-style: inherit;
|
7475 |
}
|
7476 |
}
|
7477 |
|
7478 |
@media only screen and (min-width: 1441px) {
|
7479 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
7480 |
border-left-style: inherit;
|
7481 |
}
|
7482 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7483 |
border-bottom-style: inherit;
|
7484 |
}
|
7485 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7486 |
border-bottom-style: inherit;
|
7487 |
}
|
7488 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7489 |
border-bottom-style: inherit;
|
7490 |
}
|
7491 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7492 |
border-bottom-style: inherit;
|
7493 |
}
|
7494 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7495 |
border-bottom-style: inherit;
|
7496 |
}
|
7497 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7498 |
border-bottom-style: inherit;
|
7499 |
}
|
7500 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7501 |
border-bottom-style: inherit;
|
7502 |
}
|
7503 |
}
|
7504 |
|
7505 |
@media only screen and (min-width: 1367px) {
|
7506 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
7507 |
border-left-style: inherit;
|
7508 |
}
|
7509 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7510 |
border-bottom-style: inherit;
|
7511 |
}
|
7512 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7513 |
border-bottom-style: inherit;
|
7514 |
}
|
7515 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7516 |
border-bottom-style: inherit;
|
7517 |
}
|
7518 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7519 |
border-bottom-style: inherit;
|
7520 |
}
|
7521 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7522 |
border-bottom-style: inherit;
|
7523 |
}
|
7524 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7525 |
border-bottom-style: inherit;
|
7526 |
}
|
7527 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7528 |
border-bottom-style: inherit;
|
7529 |
}
|
7530 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
7531 |
border-bottom-style: inherit;
|
7532 |
}
|
7533 |
}
|
7534 |
|
7535 |
@media only screen and (min-width: 1441px) {
|
7536 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
7537 |
border-left-style: inherit;
|
7538 |
}
|
7539 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7540 |
border-bottom-style: inherit;
|
7541 |
}
|
7542 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7543 |
border-bottom-style: inherit;
|
7544 |
}
|
7545 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7546 |
border-bottom-style: inherit;
|
7547 |
}
|
7548 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7549 |
border-bottom-style: inherit;
|
7550 |
}
|
7551 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7552 |
border-bottom-style: inherit;
|
7553 |
}
|
7554 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7555 |
border-bottom-style: inherit;
|
7556 |
}
|
7557 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7558 |
border-bottom-style: inherit;
|
7559 |
}
|
7560 |
-
.qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
7561 |
border-bottom-style: inherit;
|
7562 |
}
|
7563 |
}
|
7564 |
|
7565 |
-
.qodef-clients-list.qodef-border--inner .qodef-grid-item {
|
7566 |
border-bottom: 1px solid #ebebeb;
|
7567 |
border-right: 1px solid #ebebeb;
|
7568 |
}
|
7569 |
|
7570 |
@media only screen and (min-width: 681px) {
|
7571 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
7572 |
border-right-style: hidden;
|
7573 |
}
|
7574 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7575 |
border-bottom-style: hidden;
|
7576 |
}
|
7577 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7578 |
border-bottom-style: hidden;
|
7579 |
}
|
7580 |
}
|
7581 |
|
7582 |
@media only screen and (min-width: 1441px) {
|
7583 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
7584 |
border-right-style: hidden;
|
7585 |
}
|
7586 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7587 |
border-bottom-style: hidden;
|
7588 |
}
|
7589 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7590 |
border-bottom-style: hidden;
|
7591 |
}
|
7592 |
}
|
7593 |
|
7594 |
@media only screen and (min-width: 769px) {
|
7595 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
7596 |
border-right-style: hidden;
|
7597 |
}
|
7598 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7599 |
border-bottom-style: hidden;
|
7600 |
}
|
7601 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7602 |
border-bottom-style: hidden;
|
7603 |
}
|
7604 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7605 |
border-bottom-style: hidden;
|
7606 |
}
|
7607 |
}
|
7608 |
|
7609 |
@media only screen and (min-width: 1441px) {
|
7610 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
7611 |
border-right-style: hidden;
|
7612 |
}
|
7613 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7614 |
border-bottom-style: hidden;
|
7615 |
}
|
7616 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7617 |
border-bottom-style: hidden;
|
7618 |
}
|
7619 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7620 |
border-bottom-style: hidden;
|
7621 |
}
|
7622 |
}
|
7623 |
|
7624 |
@media only screen and (min-width: 1025px) {
|
7625 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
7626 |
border-right-style: hidden;
|
7627 |
}
|
7628 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7629 |
border-bottom-style: hidden;
|
7630 |
}
|
7631 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7632 |
border-bottom-style: hidden;
|
7633 |
}
|
7634 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7635 |
border-bottom-style: hidden;
|
7636 |
}
|
7637 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7638 |
border-bottom-style: hidden;
|
7639 |
}
|
7640 |
}
|
7641 |
|
7642 |
@media only screen and (min-width: 1441px) {
|
7643 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
7644 |
border-right-style: hidden;
|
7645 |
}
|
7646 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7647 |
border-bottom-style: hidden;
|
7648 |
}
|
7649 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7650 |
border-bottom-style: hidden;
|
7651 |
}
|
7652 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7653 |
border-bottom-style: hidden;
|
7654 |
}
|
7655 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7656 |
border-bottom-style: hidden;
|
7657 |
}
|
7658 |
}
|
7659 |
|
7660 |
@media only screen and (min-width: 1367px) {
|
7661 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
7662 |
border-right-style: hidden;
|
7663 |
}
|
7664 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7665 |
border-bottom-style: hidden;
|
7666 |
}
|
7667 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7668 |
border-bottom-style: hidden;
|
7669 |
}
|
7670 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7671 |
border-bottom-style: hidden;
|
7672 |
}
|
7673 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7674 |
border-bottom-style: hidden;
|
7675 |
}
|
7676 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7677 |
border-bottom-style: hidden;
|
7678 |
}
|
7679 |
}
|
7680 |
|
7681 |
@media only screen and (min-width: 1441px) {
|
7682 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
7683 |
border-right-style: hidden;
|
7684 |
}
|
7685 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7686 |
border-bottom-style: hidden;
|
7687 |
}
|
7688 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7689 |
border-bottom-style: hidden;
|
7690 |
}
|
7691 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7692 |
border-bottom-style: hidden;
|
7693 |
}
|
7694 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7695 |
border-bottom-style: hidden;
|
7696 |
}
|
7697 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7698 |
border-bottom-style: hidden;
|
7699 |
}
|
7700 |
}
|
7701 |
|
7702 |
@media only screen and (min-width: 1441px) {
|
7703 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
7704 |
border-right-style: hidden;
|
7705 |
}
|
7706 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7707 |
border-bottom-style: hidden;
|
7708 |
}
|
7709 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7710 |
border-bottom-style: hidden;
|
7711 |
}
|
7712 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7713 |
border-bottom-style: hidden;
|
7714 |
}
|
7715 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7716 |
border-bottom-style: hidden;
|
7717 |
}
|
7718 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7719 |
border-bottom-style: hidden;
|
7720 |
}
|
7721 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7722 |
border-bottom-style: hidden;
|
7723 |
}
|
7724 |
}
|
7725 |
|
7726 |
@media only screen and (min-width: 1441px) {
|
7727 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
7728 |
border-right-style: hidden;
|
7729 |
}
|
7730 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7731 |
border-bottom-style: hidden;
|
7732 |
}
|
7733 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7734 |
border-bottom-style: hidden;
|
7735 |
}
|
7736 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7737 |
border-bottom-style: hidden;
|
7738 |
}
|
7739 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7740 |
border-bottom-style: hidden;
|
7741 |
}
|
7742 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7743 |
border-bottom-style: hidden;
|
7744 |
}
|
7745 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7746 |
border-bottom-style: hidden;
|
7747 |
}
|
7748 |
}
|
7749 |
|
7750 |
@media only screen and (min-width: 1367px) {
|
7751 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
7752 |
border-right-style: hidden;
|
7753 |
}
|
7754 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7755 |
border-bottom-style: hidden;
|
7756 |
}
|
7757 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7758 |
border-bottom-style: hidden;
|
7759 |
}
|
7760 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7761 |
border-bottom-style: hidden;
|
7762 |
}
|
7763 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7764 |
border-bottom-style: hidden;
|
7765 |
}
|
7766 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7767 |
border-bottom-style: hidden;
|
7768 |
}
|
7769 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7770 |
border-bottom-style: hidden;
|
7771 |
}
|
7772 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7773 |
border-bottom-style: hidden;
|
7774 |
}
|
7775 |
}
|
7776 |
|
7777 |
@media only screen and (min-width: 1441px) {
|
7778 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
7779 |
border-right-style: hidden;
|
7780 |
}
|
7781 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7782 |
border-bottom-style: hidden;
|
7783 |
}
|
7784 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7785 |
border-bottom-style: hidden;
|
7786 |
}
|
7787 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7788 |
border-bottom-style: hidden;
|
7789 |
}
|
7790 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7791 |
border-bottom-style: hidden;
|
7792 |
}
|
7793 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7794 |
border-bottom-style: hidden;
|
7795 |
}
|
7796 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7797 |
border-bottom-style: hidden;
|
7798 |
}
|
7799 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7800 |
border-bottom-style: hidden;
|
7801 |
}
|
7802 |
}
|
7803 |
|
7804 |
@media only screen and (min-width: 1367px) {
|
7805 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
7806 |
border-right-style: hidden;
|
7807 |
}
|
7808 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7809 |
border-bottom-style: hidden;
|
7810 |
}
|
7811 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7812 |
border-bottom-style: hidden;
|
7813 |
}
|
7814 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7815 |
border-bottom-style: hidden;
|
7816 |
}
|
7817 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7818 |
border-bottom-style: hidden;
|
7819 |
}
|
7820 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7821 |
border-bottom-style: hidden;
|
7822 |
}
|
7823 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7824 |
border-bottom-style: hidden;
|
7825 |
}
|
7826 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7827 |
border-bottom-style: hidden;
|
7828 |
}
|
7829 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
7830 |
border-bottom-style: hidden;
|
7831 |
}
|
7832 |
}
|
7833 |
|
7834 |
@media only screen and (min-width: 1441px) {
|
7835 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
7836 |
border-right-style: hidden;
|
7837 |
}
|
7838 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7839 |
border-bottom-style: hidden;
|
7840 |
}
|
7841 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7842 |
border-bottom-style: hidden;
|
7843 |
}
|
7844 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7845 |
border-bottom-style: hidden;
|
7846 |
}
|
7847 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7848 |
border-bottom-style: hidden;
|
7849 |
}
|
7850 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7851 |
border-bottom-style: hidden;
|
7852 |
}
|
7853 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7854 |
border-bottom-style: hidden;
|
7855 |
}
|
7856 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7857 |
border-bottom-style: hidden;
|
7858 |
}
|
7859 |
-
.qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
7860 |
border-bottom-style: hidden;
|
7861 |
}
|
7862 |
}
|
7863 |
|
7864 |
-
.qodef-clients-list.qodef--hover-change-image .qodef-e-main-image,
|
7865 |
-
.qodef-clients-list.qodef--hover-change-image .qodef-e-hover-image {
|
7866 |
will-change: opacity;
|
7867 |
transition: opacity .25s ease-in-out;
|
7868 |
}
|
7869 |
|
7870 |
-
.qodef-clients-list.qodef--hover-change-image .qodef-e-hover-image {
|
7871 |
opacity: 0;
|
7872 |
}
|
7873 |
|
7874 |
-
.qodef-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
|
7875 |
opacity: 1;
|
7876 |
}
|
7877 |
|
7878 |
-
.qodef-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
|
7879 |
opacity: 0;
|
7880 |
}
|
7881 |
|
7882 |
-
.qodef-clients-list.qodef--hover-opacity .qodef-e-main-image {
|
7883 |
opacity: 1;
|
7884 |
transition: opacity 0.2s ease-out;
|
7885 |
}
|
7886 |
|
7887 |
-
.qodef-clients-list.qodef--hover-opacity .qodef-e-hover-image {
|
7888 |
display: none;
|
7889 |
}
|
7890 |
|
7891 |
-
.qodef-clients-list.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
|
7892 |
opacity: .8;
|
7893 |
}
|
7894 |
|
7895 |
-
.qodef-clients-list.qodef--hover-scale .qodef-e-main-image {
|
7896 |
transform: scale(1) translateZ(0);
|
7897 |
transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
|
7898 |
}
|
7899 |
|
7900 |
-
.qodef-clients-list.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
|
7901 |
transform: scale(1.05) translateZ(0);
|
7902 |
}
|
7903 |
|
7904 |
-
.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-images-holder, .qodef-clients-list.qodef--hover-roll-vertical .qodef-e-images-holder {
|
7905 |
overflow: hidden;
|
7906 |
}
|
7907 |
|
7908 |
-
.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image,
|
7909 |
-
.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-clients-list.qodef--hover-roll-vertical .qodef-e-main-image,
|
7910 |
-
.qodef-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
|
7911 |
transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
|
7912 |
}
|
7913 |
|
7914 |
-
.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
|
7915 |
opacity: 1;
|
7916 |
}
|
7917 |
|
7918 |
-
.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image {
|
7919 |
transform: translateX(0%);
|
7920 |
}
|
7921 |
|
7922 |
-
.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image {
|
7923 |
transform: translateX(-130%);
|
7924 |
}
|
7925 |
|
7926 |
-
.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
|
7927 |
transform: translateX(0%);
|
7928 |
}
|
7929 |
|
7930 |
-
.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
|
7931 |
transform: translateX(130%);
|
7932 |
}
|
7933 |
|
7934 |
-
.qodef-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
|
7935 |
transform: translateY(0%);
|
7936 |
}
|
7937 |
|
7938 |
-
.qodef-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
|
7939 |
transform: translateY(130%);
|
7940 |
}
|
7941 |
|
7942 |
-
.qodef-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
|
7943 |
transform: translateY(0%);
|
7944 |
}
|
7945 |
|
7946 |
-
.qodef-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
|
7947 |
transform: translateY(-130%);
|
7948 |
}
|
7949 |
|
7950 |
-
.qodef-clients-list.qodef-title--hover-underline .qodef-e-title a {
|
7951 |
position: relative;
|
7952 |
}
|
7953 |
|
7954 |
-
.qodef-clients-list.qodef-title--hover-underline .qodef-e-title a:after {
|
7955 |
content: '';
|
7956 |
position: absolute;
|
7957 |
bottom: 1px;
|
@@ -7965,14 +7971,14 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
7965 |
transition: width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
|
7966 |
}
|
7967 |
|
7968 |
-
.qodef-clients-list.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a:after {
|
7969 |
width: 100%;
|
7970 |
}
|
7971 |
|
7972 |
/* ==========================================================================
|
7973 |
Clients slider shortcode styles
|
7974 |
========================================================================== */
|
7975 |
-
.qodef-clients-slider .qodef-e-inner {
|
7976 |
position: relative;
|
7977 |
display: inline-block;
|
7978 |
vertical-align: top;
|
@@ -7980,11 +7986,11 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
7980 |
line-height: 0;
|
7981 |
}
|
7982 |
|
7983 |
-
.qodef-clients-slider .qodef-e-inner a {
|
7984 |
display: inline-block;
|
7985 |
}
|
7986 |
|
7987 |
-
.qodef-clients-slider .qodef-e-images-holder {
|
7988 |
position: relative;
|
7989 |
display: inline-block;
|
7990 |
vertical-align: top;
|
@@ -7992,20 +7998,20 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
7992 |
margin: 0 0 1em;
|
7993 |
}
|
7994 |
|
7995 |
-
.qodef-clients-slider .qodef-e-title {
|
7996 |
margin: 0 0 .65em;
|
7997 |
}
|
7998 |
|
7999 |
-
.qodef-clients-slider .qodef-e-text {
|
8000 |
line-height: 1rem;
|
8001 |
}
|
8002 |
|
8003 |
-
.qodef-clients-slider .qodef-e-main-image {
|
8004 |
display: inline-block;
|
8005 |
width: auto;
|
8006 |
}
|
8007 |
|
8008 |
-
.qodef-clients-slider .qodef-e-hover-image {
|
8009 |
position: absolute;
|
8010 |
top: 0;
|
8011 |
left: 0;
|
@@ -8013,109 +8019,109 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
8013 |
height: 100%;
|
8014 |
}
|
8015 |
|
8016 |
-
.qodef-clients-slider .qodef-e-hover-image img {
|
8017 |
max-height: 100%;
|
8018 |
-o-object-fit: contain;
|
8019 |
object-fit: contain;
|
8020 |
}
|
8021 |
|
8022 |
-
.qodef-clients-slider.qodef--boxed .qodef-e-inner {
|
8023 |
padding: 20px;
|
8024 |
background-color: #f6f6f6;
|
8025 |
}
|
8026 |
|
8027 |
-
.qodef-clients-slider.qodef--hover-change-image .qodef-e-main-image,
|
8028 |
-
.qodef-clients-slider.qodef--hover-change-image .qodef-e-hover-image {
|
8029 |
will-change: opacity;
|
8030 |
transition: opacity .25s ease-in-out;
|
8031 |
}
|
8032 |
|
8033 |
-
.qodef-clients-slider.qodef--hover-change-image .qodef-e-hover-image {
|
8034 |
opacity: 0;
|
8035 |
}
|
8036 |
|
8037 |
-
.qodef-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
|
8038 |
opacity: 1;
|
8039 |
}
|
8040 |
|
8041 |
-
.qodef-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
|
8042 |
opacity: 0;
|
8043 |
}
|
8044 |
|
8045 |
-
.qodef-clients-slider.qodef--hover-opacity .qodef-e-main-image {
|
8046 |
opacity: 1;
|
8047 |
transition: opacity 0.2s ease-out;
|
8048 |
}
|
8049 |
|
8050 |
-
.qodef-clients-slider.qodef--hover-opacity .qodef-e-hover-image {
|
8051 |
display: none;
|
8052 |
}
|
8053 |
|
8054 |
-
.qodef-clients-slider.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
|
8055 |
opacity: .8;
|
8056 |
}
|
8057 |
|
8058 |
-
.qodef-clients-slider.qodef--hover-scale .qodef-e-main-image {
|
8059 |
transform: scale(1) translateZ(0);
|
8060 |
transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
|
8061 |
}
|
8062 |
|
8063 |
-
.qodef-clients-slider.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
|
8064 |
transform: scale(1.05) translateZ(0);
|
8065 |
}
|
8066 |
|
8067 |
-
.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-images-holder, .qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-images-holder {
|
8068 |
overflow: hidden;
|
8069 |
}
|
8070 |
|
8071 |
-
.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image,
|
8072 |
-
.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image,
|
8073 |
-
.qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
|
8074 |
transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
|
8075 |
}
|
8076 |
|
8077 |
-
.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
|
8078 |
opacity: 1;
|
8079 |
}
|
8080 |
|
8081 |
-
.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image {
|
8082 |
transform: translateX(0%);
|
8083 |
}
|
8084 |
|
8085 |
-
.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image {
|
8086 |
transform: translateX(-130%);
|
8087 |
}
|
8088 |
|
8089 |
-
.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
|
8090 |
transform: translateX(0%);
|
8091 |
}
|
8092 |
|
8093 |
-
.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
|
8094 |
transform: translateX(130%);
|
8095 |
}
|
8096 |
|
8097 |
-
.qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
|
8098 |
transform: translateY(0%);
|
8099 |
}
|
8100 |
|
8101 |
-
.qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
|
8102 |
transform: translateY(130%);
|
8103 |
}
|
8104 |
|
8105 |
-
.qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
|
8106 |
transform: translateY(0%);
|
8107 |
}
|
8108 |
|
8109 |
-
.qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
|
8110 |
transform: translateY(-130%);
|
8111 |
}
|
8112 |
|
8113 |
-
.qodef-clients-slider.qodef-title--hover-underline .qodef-e-title a {
|
8114 |
display: inline-block;
|
8115 |
position: relative;
|
8116 |
}
|
8117 |
|
8118 |
-
.qodef-clients-slider.qodef-title--hover-underline .qodef-e-title a:after {
|
8119 |
content: '';
|
8120 |
position: absolute;
|
8121 |
bottom: 1px;
|
@@ -8129,21 +8135,21 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
8129 |
transition: width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
|
8130 |
}
|
8131 |
|
8132 |
-
.qodef-clients-slider.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a:after {
|
8133 |
width: 100%;
|
8134 |
}
|
8135 |
|
8136 |
/* ==========================================================================
|
8137 |
Countdown shortcode styles
|
8138 |
========================================================================== */
|
8139 |
-
.qodef-countdown .qodef-m-date {
|
8140 |
display: flex;
|
8141 |
justify-content: space-between;
|
8142 |
align-items: center;
|
8143 |
flex-wrap: wrap;
|
8144 |
}
|
8145 |
|
8146 |
-
.qodef-countdown .qodef-digit-wrapper {
|
8147 |
position: relative;
|
8148 |
display: flex;
|
8149 |
flex-direction: column;
|
@@ -8152,39 +8158,39 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
8152 |
width: 150px;
|
8153 |
}
|
8154 |
|
8155 |
-
.qodef-countdown .qodef-digit {
|
8156 |
font-size: 70px;
|
8157 |
line-height: 1;
|
8158 |
}
|
8159 |
|
8160 |
-
.qodef-countdown .qodef-label {
|
8161 |
font-size: 20px;
|
8162 |
}
|
8163 |
|
8164 |
/* ==========================================================================
|
8165 |
Counter shortcode styles
|
8166 |
========================================================================== */
|
8167 |
-
.qodef-counter.qodef-layout--simple.qodef-digit-stroke-effect .qodef-m-digit {
|
8168 |
color: transparent !important;
|
8169 |
-webkit-text-stroke-width: 1px;
|
8170 |
-webkit-text-stroke-color: #333333;
|
8171 |
text-shadow: none;
|
8172 |
}
|
8173 |
|
8174 |
-
.qodef-counter.qodef-layout--simple .qodef-m-digit-wrapper {
|
8175 |
position: relative;
|
8176 |
display: inline-flex;
|
8177 |
align-items: center;
|
8178 |
justify-content: center;
|
8179 |
}
|
8180 |
|
8181 |
-
.qodef-counter.qodef-layout--simple .qodef-m-digit {
|
8182 |
display: inline-block;
|
8183 |
font-size: 70px;
|
8184 |
line-height: 1;
|
8185 |
}
|
8186 |
|
8187 |
-
.qodef-counter.qodef-layout--simple .qodef-m-icon {
|
8188 |
position: absolute;
|
8189 |
top: 0;
|
8190 |
right: 0;
|
@@ -8192,35 +8198,35 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
8192 |
font-size: 20px;
|
8193 |
}
|
8194 |
|
8195 |
-
.qodef-counter.qodef-layout--simple .qodef-m-title {
|
8196 |
margin: .9em 0 0;
|
8197 |
}
|
8198 |
|
8199 |
-
.qodef-counter.qodef-layout--simple .qodef-m-text {
|
8200 |
margin: .45em 0 0;
|
8201 |
}
|
8202 |
|
8203 |
/* ==========================================================================
|
8204 |
Device Carousel shortcode styles
|
8205 |
========================================================================== */
|
8206 |
-
.qodef-device-carousel {
|
8207 |
position: relative;
|
8208 |
}
|
8209 |
|
8210 |
-
.qodef-device-carousel > .qodef-qi-swiper-container {
|
8211 |
padding: 30px 0;
|
8212 |
}
|
8213 |
|
8214 |
-
.qodef-device-carousel > .qodef-qi-swiper-container > .swiper-wrapper {
|
8215 |
align-items: center;
|
8216 |
}
|
8217 |
|
8218 |
-
.qodef-device-carousel .qodef-device-carousel-device {
|
8219 |
position: relative;
|
8220 |
margin: 0 auto;
|
8221 |
}
|
8222 |
|
8223 |
-
.qodef-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image {
|
8224 |
position: relative;
|
8225 |
pointer-events: none;
|
8226 |
box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
|
@@ -8228,11 +8234,11 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
8228 |
z-index: 10;
|
8229 |
}
|
8230 |
|
8231 |
-
.qodef-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image img {
|
8232 |
width: 100%;
|
8233 |
}
|
8234 |
|
8235 |
-
.qodef-device-carousel .qodef-device-carousel-device .qodef-m-items {
|
8236 |
position: absolute;
|
8237 |
top: 0;
|
8238 |
left: 0;
|
@@ -8241,17 +8247,17 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
8241 |
z-index: -1;
|
8242 |
}
|
8243 |
|
8244 |
-
.qodef-device-carousel .qodef-device-carousel-device .qodef-qi-swiper-container {
|
8245 |
overflow: hidden;
|
8246 |
height: 100%;
|
8247 |
padding: 0 !important;
|
8248 |
}
|
8249 |
|
8250 |
-
.qodef-device-carousel .qodef-device-carousel-device .qodef-m-item {
|
8251 |
height: 100%;
|
8252 |
}
|
8253 |
|
8254 |
-
.qodef-device-carousel .qodef-device-carousel-device .qodef-m-item img {
|
8255 |
height: 100%;
|
8256 |
-o-object-fit: cover;
|
8257 |
object-fit: cover;
|
@@ -8260,23 +8266,23 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
8260 |
/* ==========================================================================
|
8261 |
Device Slider shortcode style - begin
|
8262 |
========================================================================== */
|
8263 |
-
.qodef-device-slider {
|
8264 |
position: relative;
|
8265 |
margin: auto;
|
8266 |
}
|
8267 |
|
8268 |
-
.qodef-device-slider .qodef-device-slider-image {
|
8269 |
position: relative;
|
8270 |
pointer-events: none;
|
8271 |
z-index: 10;
|
8272 |
}
|
8273 |
|
8274 |
-
.qodef-device-slider .qodef-device-slider-image img {
|
8275 |
width: 100%;
|
8276 |
filter: drop-shadow(0px 6px 16.8px rgba(0, 0, 0, 0.07));
|
8277 |
}
|
8278 |
|
8279 |
-
.qodef-device-slider .qodef-m-items {
|
8280 |
position: absolute;
|
8281 |
top: 0;
|
8282 |
left: 0;
|
@@ -8285,16 +8291,16 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
8285 |
z-index: 5;
|
8286 |
}
|
8287 |
|
8288 |
-
.qodef-device-slider .qodef-qi-swiper-container {
|
8289 |
overflow: hidden;
|
8290 |
height: 100%;
|
8291 |
}
|
8292 |
|
8293 |
-
.qodef-device-slider .qodef-m-item {
|
8294 |
height: 100%;
|
8295 |
}
|
8296 |
|
8297 |
-
.qodef-device-slider .qodef-m-item img {
|
8298 |
height: 100%;
|
8299 |
-o-object-fit: cover;
|
8300 |
object-fit: cover;
|
@@ -8306,27 +8312,27 @@ body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared
|
|
8306 |
/* ==========================================================================
|
8307 |
Dropcaps shortcode styles
|
8308 |
========================================================================== */
|
8309 |
-
.qodef-dropcaps {
|
8310 |
position: relative;
|
8311 |
}
|
8312 |
|
8313 |
-
.qodef-dropcaps.qodef-letter-stroke-effect .qodef-m-letter {
|
8314 |
color: transparent !important;
|
8315 |
-webkit-text-stroke-width: 1px;
|
8316 |
-webkit-text-stroke-color: #333333;
|
8317 |
text-shadow: none;
|
8318 |
}
|
8319 |
|
8320 |
-
.qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
8321 |
-webkit-background-clip: text;
|
8322 |
-webkit-text-fill-color: transparent;
|
8323 |
}
|
8324 |
|
8325 |
-
body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
8326 |
display: block;
|
8327 |
}
|
8328 |
|
8329 |
-
.qodef-dropcaps .qodef-m-letter {
|
8330 |
float: left;
|
8331 |
font-size: 60px;
|
8332 |
line-height: 1em;
|
@@ -8337,23 +8343,23 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8337 |
justify-content: center;
|
8338 |
}
|
8339 |
|
8340 |
-
.qodef-dropcaps .qodef-m-text {
|
8341 |
margin: 0;
|
8342 |
}
|
8343 |
|
8344 |
/* ==========================================================================
|
8345 |
Dual Image with Content shortcode styles
|
8346 |
========================================================================== */
|
8347 |
-
.qodef-dual-image-with-content {
|
8348 |
position: relative;
|
8349 |
display: flex;
|
8350 |
}
|
8351 |
|
8352 |
-
.qodef-dual-image-with-content.qodef--content-right {
|
8353 |
flex-direction: row-reverse;
|
8354 |
}
|
8355 |
|
8356 |
-
.qodef-dual-image-with-content .qodef-dual-content {
|
8357 |
display: flex;
|
8358 |
width: 50%;
|
8359 |
flex-direction: column;
|
@@ -8363,41 +8369,41 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8363 |
background-color: #f6f6f6;
|
8364 |
}
|
8365 |
|
8366 |
-
.qodef-dual-image-with-content .qodef-m-inner-content > .qodef-m-title {
|
8367 |
margin: 0 0 .5em;
|
8368 |
}
|
8369 |
|
8370 |
-
.qodef-dual-image-with-content .qodef-m-inner-content > .qodef-m-text {
|
8371 |
margin: 0 0 .5em;
|
8372 |
}
|
8373 |
|
8374 |
-
.qodef-dual-image-with-content .qodef-m-inner-bottom {
|
8375 |
width: 100%;
|
8376 |
}
|
8377 |
|
8378 |
-
.qodef-dual-image-with-content .qodef-m-content-shortcode {
|
8379 |
position: relative;
|
8380 |
}
|
8381 |
|
8382 |
-
.qodef-dual-image-with-content .qodef-image-holder {
|
8383 |
--holder_height: auto;
|
8384 |
position: relative;
|
8385 |
flex: 1;
|
8386 |
height: var(--holder_height);
|
8387 |
}
|
8388 |
|
8389 |
-
.qodef-dual-image-with-content .qodef-m-main-image {
|
8390 |
width: 100%;
|
8391 |
height: 100%;
|
8392 |
}
|
8393 |
|
8394 |
-
.qodef-dual-image-with-content .qodef-m-main-image img {
|
8395 |
height: 100%;
|
8396 |
-o-object-fit: cover;
|
8397 |
object-fit: cover;
|
8398 |
}
|
8399 |
|
8400 |
-
.qodef-dual-image-with-content .qodef-m-second-image {
|
8401 |
position: absolute;
|
8402 |
top: 0;
|
8403 |
left: 0;
|
@@ -8408,93 +8414,93 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8408 |
justify-content: center;
|
8409 |
}
|
8410 |
|
8411 |
-
.qodef-dual-image-with-content.qodef-decoration--underline .qodef-e-decorated {
|
8412 |
text-decoration: underline;
|
8413 |
}
|
8414 |
|
8415 |
-
.qodef-dual-image-with-content.qodef-decoration--italic .qodef-e-decorated {
|
8416 |
font-style: italic;
|
8417 |
}
|
8418 |
|
8419 |
-
.qodef-dual-image-with-content.qodef-decoration--bold .qodef-e-decorated {
|
8420 |
font-weight: 700;
|
8421 |
}
|
8422 |
|
8423 |
-
.qodef-dual-image-with-content.qodef-link--underline-draw .qodef-e-link {
|
8424 |
width: 100%;
|
8425 |
background-repeat: no-repeat;
|
8426 |
background-image: linear-gradient(transparent calc(100% - .07em), currentColor 0.07em);
|
8427 |
background-size: 100% 87%;
|
8428 |
}
|
8429 |
|
8430 |
-
.qodef-dual-image-with-content.qodef-link--underline-draw .qodef-e-link:hover {
|
8431 |
animation: qodef-animate-underline-multiline 1.1s cubic-bezier(0.32, 0.32, 0.15, 1.17) forwards;
|
8432 |
}
|
8433 |
|
8434 |
-
.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
|
8435 |
transform: scale(1) translateX(14px);
|
8436 |
}
|
8437 |
|
8438 |
-
.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
|
8439 |
transform: scale(1) translateX(-14px);
|
8440 |
}
|
8441 |
|
8442 |
-
.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder {
|
8443 |
overflow: hidden;
|
8444 |
}
|
8445 |
|
8446 |
-
.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image {
|
8447 |
display: flex;
|
8448 |
justify-content: center;
|
8449 |
}
|
8450 |
|
8451 |
-
.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
|
8452 |
display: inline-block;
|
8453 |
max-width: unset;
|
8454 |
transition: transform 1.3s cubic-bezier(0.37, 0.08, 0.02, 0.93) 0ms;
|
8455 |
}
|
8456 |
|
8457 |
-
.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left.qodef-qi--appeared .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right.qodef-qi--appeared .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
|
8458 |
transform: scale(1) translateX(0%);
|
8459 |
}
|
8460 |
|
8461 |
/* ==========================================================================
|
8462 |
FAQ shortcode styles
|
8463 |
========================================================================== */
|
8464 |
-
.qodef-faq {
|
8465 |
position: relative;
|
8466 |
display: inline-block;
|
8467 |
width: 100%;
|
8468 |
vertical-align: top;
|
8469 |
}
|
8470 |
|
8471 |
-
.qodef-faq.qodef-behavior--accordion {
|
8472 |
visibility: hidden;
|
8473 |
overflow-anchor: none;
|
8474 |
}
|
8475 |
|
8476 |
-
.qodef-faq.qodef-behavior--accordion.qodef--init {
|
8477 |
visibility: visible;
|
8478 |
}
|
8479 |
|
8480 |
-
.qodef-faq.qodef-behavior--accordion .qodef-e-title-holder {
|
8481 |
cursor: pointer;
|
8482 |
}
|
8483 |
|
8484 |
-
.qodef-faq .qodef-e-content-inner {
|
8485 |
position: relative;
|
8486 |
display: inline-block;
|
8487 |
width: 100%;
|
8488 |
vertical-align: top;
|
8489 |
}
|
8490 |
|
8491 |
-
.qodef-faq .qodef-e-icon > svg {
|
8492 |
width: 1em;
|
8493 |
fill: currentColor;
|
8494 |
stroke: currentColor;
|
8495 |
}
|
8496 |
|
8497 |
-
.qodef-faq .qodef-e-title-holder {
|
8498 |
position: relative;
|
8499 |
display: flex;
|
8500 |
align-items: center;
|
@@ -8504,15 +8510,15 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8504 |
margin: 0;
|
8505 |
}
|
8506 |
|
8507 |
-
.qodef-faq .qodef-e-title-holder:not(:first-child) {
|
8508 |
margin: 12px 0 0;
|
8509 |
}
|
8510 |
|
8511 |
-
.qodef-faq .qodef-e-title-holder .qodef-e-title {
|
8512 |
display: inline-flex;
|
8513 |
}
|
8514 |
|
8515 |
-
.qodef-faq .qodef-e-title-holder .qodef-e-mark {
|
8516 |
position: relative;
|
8517 |
flex-shrink: 0;
|
8518 |
width: 20px;
|
@@ -8521,7 +8527,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8521 |
text-align: center;
|
8522 |
}
|
8523 |
|
8524 |
-
.qodef-faq .qodef-e-title-holder .qodef-e-mark span {
|
8525 |
position: absolute;
|
8526 |
display: flex;
|
8527 |
align-items: center;
|
@@ -8532,32 +8538,32 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8532 |
transition: opacity .2s ease-out, color .2s ease-out;
|
8533 |
}
|
8534 |
|
8535 |
-
.qodef-faq .qodef-e-title-holder .qodef-e-mark span:before {
|
8536 |
display: block;
|
8537 |
line-height: inherit;
|
8538 |
}
|
8539 |
|
8540 |
-
.qodef-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
|
8541 |
opacity: 0;
|
8542 |
}
|
8543 |
|
8544 |
-
.qodef-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
|
8545 |
opacity: 1;
|
8546 |
}
|
8547 |
|
8548 |
-
.qodef-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
|
8549 |
opacity: 1;
|
8550 |
}
|
8551 |
|
8552 |
-
.qodef-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
|
8553 |
opacity: 0;
|
8554 |
}
|
8555 |
|
8556 |
-
.qodef-faq .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
|
8557 |
opacity: 0;
|
8558 |
}
|
8559 |
|
8560 |
-
.qodef-faq .qodef-e-title-holder .qodef-e-number {
|
8561 |
display: inline-flex;
|
8562 |
align-items: center;
|
8563 |
justify-content: center;
|
@@ -8565,56 +8571,56 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8565 |
margin-right: 8px;
|
8566 |
}
|
8567 |
|
8568 |
-
.qodef-faq .qodef-e-content {
|
8569 |
padding: 0 26px 16px;
|
8570 |
margin: 0;
|
8571 |
transition: background-color .2s ease-out;
|
8572 |
}
|
8573 |
|
8574 |
-
.qodef-faq .qodef-e-content p {
|
8575 |
margin: 0;
|
8576 |
}
|
8577 |
|
8578 |
-
.qodef-faq.qodef-style--standard .qodef-e-content {
|
8579 |
padding: 16px 26px;
|
8580 |
}
|
8581 |
|
8582 |
-
.qodef-faq.qodef-style--standard .qodef-e-title-holder {
|
8583 |
background-color: #f6f6f6;
|
8584 |
border-bottom: 1px solid #ebebeb;
|
8585 |
}
|
8586 |
|
8587 |
-
.qodef-faq.qodef-style--standard .qodef-e-title-holder.ui-state-active {
|
8588 |
background-color: #f6f6f6;
|
8589 |
}
|
8590 |
|
8591 |
-
.qodef-faq.qodef-style--standard .qodef-e-title-holder:not(:first-child) {
|
8592 |
margin: 0;
|
8593 |
}
|
8594 |
|
8595 |
-
.qodef-faq.qodef-style--standard .qodef-e-title-holder.ui-accordion-header-collapsed:nth-last-child(2) {
|
8596 |
border-color: transparent !important;
|
8597 |
}
|
8598 |
|
8599 |
-
.qodef-faq.qodef-style--standard .qodef-e-content {
|
8600 |
border-bottom: 1px solid #ebebeb;
|
8601 |
}
|
8602 |
|
8603 |
-
.qodef-faq.qodef-style--boxed {
|
8604 |
border: 1px solid #ebebeb;
|
8605 |
}
|
8606 |
|
8607 |
-
.qodef-faq.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
|
8608 |
margin: 0;
|
8609 |
border-top: 1px solid #ebebeb;
|
8610 |
}
|
8611 |
|
8612 |
-
.qodef-faq.qodef-style--border-between .qodef-e-title-holder {
|
8613 |
margin: 0;
|
8614 |
border-top: 1px solid #ebebeb;
|
8615 |
}
|
8616 |
|
8617 |
-
.qodef-faq.qodef-style--border-between .qodef-e-title-holder:first-child {
|
8618 |
border-top: none;
|
8619 |
}
|
8620 |
|
@@ -8624,80 +8630,80 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8624 |
/* ==========================================================================
|
8625 |
Graphs shortcode styles
|
8626 |
========================================================================== */
|
8627 |
-
.qodef-graphs {
|
8628 |
position: relative;
|
8629 |
visibility: hidden;
|
8630 |
}
|
8631 |
|
8632 |
-
.qodef-graphs.qodef--init {
|
8633 |
visibility: visible;
|
8634 |
}
|
8635 |
|
8636 |
-
.qodef-graphs .qodef-m-inner {
|
8637 |
position: relative;
|
8638 |
}
|
8639 |
|
8640 |
-
.qodef-graphs .qodef-m-canvas-holder {
|
8641 |
display: flex;
|
8642 |
}
|
8643 |
|
8644 |
-
.qodef-graphs .qodef-m-canvas {
|
8645 |
position: relative;
|
8646 |
width: 100%;
|
8647 |
}
|
8648 |
|
8649 |
-
.qodef-graphs.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
|
8650 |
align-items: flex-start;
|
8651 |
}
|
8652 |
|
8653 |
-
.qodef-graphs.qodef-chart-alignment--flex-start .qodef-m-legend {
|
8654 |
justify-content: flex-start;
|
8655 |
}
|
8656 |
|
8657 |
-
.qodef-graphs.qodef-chart-alignment--flex-start.qodef-legend-position--right .qodef-m-canvas-holder {
|
8658 |
justify-content: flex-start;
|
8659 |
}
|
8660 |
|
8661 |
-
.qodef-graphs.qodef-chart-alignment--flex-start.qodef-legend-position--left .qodef-m-canvas-holder {
|
8662 |
justify-content: flex-end;
|
8663 |
}
|
8664 |
|
8665 |
-
.qodef-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder {
|
8666 |
align-items: center;
|
8667 |
}
|
8668 |
|
8669 |
-
.qodef-graphs.qodef-chart-alignment--center .qodef-m-legend {
|
8670 |
justify-content: center;
|
8671 |
}
|
8672 |
|
8673 |
-
.qodef-graphs.qodef-chart-alignment--center.qodef-legend-position--right .qodef-m-canvas-holder, .qodef-graphs.qodef-chart-alignment--center.qodef-legend-position--left .qodef-m-canvas-holder {
|
8674 |
justify-content: center;
|
8675 |
}
|
8676 |
|
8677 |
-
.qodef-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
|
8678 |
align-items: flex-end;
|
8679 |
}
|
8680 |
|
8681 |
-
.qodef-graphs.qodef-chart-alignment--flex-end .qodef-m-legend {
|
8682 |
justify-content: flex-end;
|
8683 |
}
|
8684 |
|
8685 |
-
.qodef-graphs.qodef-chart-alignment--flex-end.qodef-legend-position--right .qodef-m-canvas-holder {
|
8686 |
justify-content: flex-end;
|
8687 |
}
|
8688 |
|
8689 |
-
.qodef-graphs.qodef-chart-alignment--flex-end.qodef-legend-position--left .qodef-m-canvas-holder {
|
8690 |
justify-content: flex-start;
|
8691 |
}
|
8692 |
|
8693 |
/* ==========================================================================
|
8694 |
Highlight shortcode styles
|
8695 |
========================================================================== */
|
8696 |
-
.qodef-highlight {
|
8697 |
margin: 0 !important;
|
8698 |
}
|
8699 |
|
8700 |
-
.qodef-highlight .qodef-highlight-text {
|
8701 |
padding: 0;
|
8702 |
color: #fff;
|
8703 |
}
|
@@ -8705,38 +8711,38 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8705 |
/* ==========================================================================
|
8706 |
How To shortcode styles
|
8707 |
========================================================================== */
|
8708 |
-
.qodef-how-to {
|
8709 |
position: relative;
|
8710 |
display: inline-block;
|
8711 |
width: 100%;
|
8712 |
vertical-align: top;
|
8713 |
}
|
8714 |
|
8715 |
-
.qodef-how-to .qodef-m-title {
|
8716 |
margin: .35em 0 0;
|
8717 |
}
|
8718 |
|
8719 |
-
.qodef-how-to .qodef-m-text {
|
8720 |
margin: 1.2em 0 0;
|
8721 |
}
|
8722 |
|
8723 |
-
.qodef-how-to .qodef-m-title-holder {
|
8724 |
margin-bottom: 2.5em;
|
8725 |
}
|
8726 |
|
8727 |
-
.qodef-how-to .qodef-e-step {
|
8728 |
margin-bottom: 30px;
|
8729 |
}
|
8730 |
|
8731 |
-
.qodef-how-to .qodef-e-step-title {
|
8732 |
margin: 0 0 0.8em;
|
8733 |
}
|
8734 |
|
8735 |
-
.qodef-how-to .qodef-e-step-text {
|
8736 |
margin: 0 0 1em;
|
8737 |
}
|
8738 |
|
8739 |
-
.qodef-how-to .qodef-e-step-image {
|
8740 |
display: inline-block;
|
8741 |
vertical-align: top;
|
8742 |
}
|
@@ -8744,35 +8750,35 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8744 |
/* ==========================================================================
|
8745 |
Icon With Text shortcode styles
|
8746 |
========================================================================== */
|
8747 |
-
.qodef-icon-with-text .qodef-m-title {
|
8748 |
margin: 0;
|
8749 |
}
|
8750 |
|
8751 |
-
.qodef-icon-with-text .qodef-m-title a {
|
8752 |
display: block;
|
8753 |
color: inherit;
|
8754 |
}
|
8755 |
|
8756 |
-
.qodef-icon-with-text .qodef-m-content > .qodef-m-text {
|
8757 |
margin: .5em 0 0;
|
8758 |
}
|
8759 |
|
8760 |
-
.qodef-icon-with-text .qodef-m-button {
|
8761 |
margin: 1.5em 0 0;
|
8762 |
}
|
8763 |
|
8764 |
-
.qodef-icon-with-text .qodef-m-icon-holder {
|
8765 |
font-size: 1.4em;
|
8766 |
line-height: 1;
|
8767 |
transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
|
8768 |
}
|
8769 |
|
8770 |
-
.qodef-icon-with-text .qodef-m-icon-holder i {
|
8771 |
vertical-align: top;
|
8772 |
color: inherit;
|
8773 |
}
|
8774 |
|
8775 |
-
.qodef-icon-with-text .qodef-m-icon-holder svg {
|
8776 |
width: 1em;
|
8777 |
vertical-align: top;
|
8778 |
fill: currentColor;
|
@@ -8780,7 +8786,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8780 |
overflow: visible;
|
8781 |
}
|
8782 |
|
8783 |
-
.qodef-icon-with-text.qodef-icon-boxed .qodef-m-icon-holder {
|
8784 |
display: inline-flex;
|
8785 |
align-items: center;
|
8786 |
justify-content: center;
|
@@ -8790,141 +8796,141 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8790 |
border: 1px solid transparent;
|
8791 |
}
|
8792 |
|
8793 |
-
.qodef-icon-with-text .qodef-m-content {
|
8794 |
position: relative;
|
8795 |
display: inline-block;
|
8796 |
width: 100%;
|
8797 |
vertical-align: top;
|
8798 |
}
|
8799 |
|
8800 |
-
.qodef-icon-with-text .qodef-m-separator .qodef-m-line {
|
8801 |
width: 60px;
|
8802 |
}
|
8803 |
|
8804 |
-
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
|
8805 |
position: relative;
|
8806 |
display: inline-block;
|
8807 |
vertical-align: top;
|
8808 |
}
|
8809 |
|
8810 |
-
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
|
8811 |
display: block;
|
8812 |
}
|
8813 |
|
8814 |
-
.qodef-icon-with-text.qodef--appear-from-bottom {
|
8815 |
opacity: 0;
|
8816 |
transform: translateY(50px);
|
8817 |
transition: opacity .25s, transform .35s ease-out;
|
8818 |
}
|
8819 |
|
8820 |
-
.qodef-icon-with-text.qodef--appear-from-bottom.qodef-qi--appeared {
|
8821 |
opacity: 1;
|
8822 |
transform: translateY(0);
|
8823 |
}
|
8824 |
|
8825 |
-
.qodef-icon-with-text.qodef--appear-from-top {
|
8826 |
opacity: 0;
|
8827 |
transform: translateY(-50px);
|
8828 |
transition: opacity .25s, transform .35s ease-out;
|
8829 |
}
|
8830 |
|
8831 |
-
.qodef-icon-with-text.qodef--appear-from-top.qodef-qi--appeared {
|
8832 |
opacity: 1;
|
8833 |
transform: translateY(0);
|
8834 |
}
|
8835 |
|
8836 |
-
.qodef-icon-with-text.qodef--appear-from-left {
|
8837 |
opacity: 0;
|
8838 |
transform: translateX(-50px);
|
8839 |
transition: opacity .25s, transform .35s ease-out;
|
8840 |
}
|
8841 |
|
8842 |
-
.qodef-icon-with-text.qodef--appear-from-left.qodef-qi--appeared {
|
8843 |
opacity: 1;
|
8844 |
transform: translateX(0);
|
8845 |
}
|
8846 |
|
8847 |
-
.qodef-icon-with-text.qodef--appear-from-right {
|
8848 |
opacity: 0;
|
8849 |
transform: translateX(50px);
|
8850 |
transition: opacity .25s, transform .35s ease-out;
|
8851 |
}
|
8852 |
|
8853 |
-
.qodef-icon-with-text.qodef--appear-from-right.qodef-qi--appeared {
|
8854 |
opacity: 1;
|
8855 |
transform: translateX(0);
|
8856 |
}
|
8857 |
|
8858 |
-
.qodef-icon-with-text.qodef--appear-fade {
|
8859 |
opacity: 0;
|
8860 |
transition: opacity .7s ease-out;
|
8861 |
}
|
8862 |
|
8863 |
-
.qodef-icon-with-text.qodef--appear-fade.qodef-qi--appeared {
|
8864 |
opacity: 1;
|
8865 |
}
|
8866 |
|
8867 |
-
.qodef-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder i,
|
8868 |
-
.qodef-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder svg {
|
8869 |
transform: translateX(0);
|
8870 |
transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
|
8871 |
}
|
8872 |
|
8873 |
-
.qodef-icon-with-text.qodef-icon--hover-move-horizontal:hover i,
|
8874 |
-
.qodef-icon-with-text.qodef-icon--hover-move-horizontal:hover svg {
|
8875 |
transform: translateX(4px);
|
8876 |
}
|
8877 |
|
8878 |
-
.qodef-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder i,
|
8879 |
-
.qodef-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder svg {
|
8880 |
transform: translateY(0);
|
8881 |
transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
|
8882 |
}
|
8883 |
|
8884 |
-
.qodef-icon-with-text.qodef-icon--hover-move-vertical:hover i,
|
8885 |
-
.qodef-icon-with-text.qodef-icon--hover-move-vertical:hover svg {
|
8886 |
transform: translateY(-7px);
|
8887 |
}
|
8888 |
|
8889 |
-
.qodef-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder i,
|
8890 |
-
.qodef-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder svg {
|
8891 |
transform: scale(1) translateZ(0);
|
8892 |
transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
|
8893 |
will-change: transform;
|
8894 |
}
|
8895 |
|
8896 |
-
.qodef-icon-with-text.qodef-icon--hover-scale:hover i,
|
8897 |
-
.qodef-icon-with-text.qodef-icon--hover-scale:hover svg {
|
8898 |
transform: scale(1.17) translateZ(0);
|
8899 |
}
|
8900 |
|
8901 |
/* ==========================================================================
|
8902 |
Icon With Text shortcode styles
|
8903 |
========================================================================== */
|
8904 |
-
.qodef-icon-with-text.qodef-layout--before-content {
|
8905 |
display: flex;
|
8906 |
align-items: flex-start;
|
8907 |
}
|
8908 |
|
8909 |
-
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
|
8910 |
flex-shrink: 0;
|
8911 |
margin-right: .7em;
|
8912 |
}
|
8913 |
|
8914 |
@media only screen and (max-width: 768px) {
|
8915 |
-
.qodef-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768 {
|
8916 |
flex-direction: column;
|
8917 |
}
|
8918 |
}
|
8919 |
|
8920 |
@media only screen and (max-width: 680px) {
|
8921 |
-
.qodef-icon-with-text.qodef-layout--before-content.qodef-column-responsive--680 {
|
8922 |
flex-direction: column;
|
8923 |
}
|
8924 |
}
|
8925 |
|
8926 |
@media only screen and (max-width: 480px) {
|
8927 |
-
.qodef-icon-with-text.qodef-layout--before-content.qodef-column-responsive--480 {
|
8928 |
flex-direction: column;
|
8929 |
}
|
8930 |
}
|
@@ -8932,20 +8938,20 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8932 |
/* ==========================================================================
|
8933 |
Icon With Text shortcode styles
|
8934 |
========================================================================== */
|
8935 |
-
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
|
8936 |
line-height: 1;
|
8937 |
}
|
8938 |
|
8939 |
-
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title a {
|
8940 |
transition: color 0.2s ease-out;
|
8941 |
}
|
8942 |
|
8943 |
-
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
|
8944 |
display: flex;
|
8945 |
align-items: center;
|
8946 |
}
|
8947 |
|
8948 |
-
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
|
8949 |
flex-shrink: 0;
|
8950 |
margin-right: .15em;
|
8951 |
transition: color 0.2s ease-out;
|
@@ -8954,56 +8960,56 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
8954 |
/* ==========================================================================
|
8955 |
Icon With Text shortcode styles
|
8956 |
========================================================================== */
|
8957 |
-
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
|
8958 |
text-align: center;
|
8959 |
}
|
8960 |
|
8961 |
-
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
|
8962 |
text-align: left;
|
8963 |
}
|
8964 |
|
8965 |
-
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
|
8966 |
text-align: right;
|
8967 |
}
|
8968 |
|
8969 |
-
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
|
8970 |
margin-top: 1.3em;
|
8971 |
}
|
8972 |
|
8973 |
-
.qodef-icon-with-text.qodef-layout--top .qodef-m-separator + .qodef-m-title {
|
8974 |
margin: 0;
|
8975 |
}
|
8976 |
|
8977 |
/* ==========================================================================
|
8978 |
Image Gallery Masonry shortcode styles
|
8979 |
========================================================================== */
|
8980 |
-
.qodef-image-gallery-masonry.qodef-grid {
|
8981 |
margin-bottom: -24px;
|
8982 |
}
|
8983 |
|
8984 |
-
.qodef-image-gallery-masonry.qodef-grid > .qodef-grid-inner {
|
8985 |
margin: 0 -12px;
|
8986 |
}
|
8987 |
|
8988 |
-
.qodef-image-gallery-masonry.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
|
8989 |
padding: 0 12px;
|
8990 |
margin: 0 0 24px;
|
8991 |
}
|
8992 |
|
8993 |
-
.qodef-image-gallery-masonry.qodef-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-image-wrapper img {
|
8994 |
-o-object-fit: cover;
|
8995 |
object-fit: cover;
|
8996 |
}
|
8997 |
|
8998 |
-
.qodef-image-gallery-masonry .qodef-e-inner {
|
8999 |
overflow: hidden;
|
9000 |
}
|
9001 |
|
9002 |
-
.qodef-image-gallery-masonry.qodef--overlay .qodef-e-inner {
|
9003 |
position: relative;
|
9004 |
}
|
9005 |
|
9006 |
-
.qodef-image-gallery-masonry.qodef--overlay .qodef-e-inner:after {
|
9007 |
content: '';
|
9008 |
position: absolute;
|
9009 |
top: 0;
|
@@ -9015,7 +9021,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9015 |
pointer-events: none;
|
9016 |
}
|
9017 |
|
9018 |
-
.qodef-image-gallery-masonry.qodef-image--hover-zoom .qodef-e-inner img {
|
9019 |
display: block;
|
9020 |
width: calc(100% + 2px);
|
9021 |
transform: scale(1.005) translateZ(0);
|
@@ -9023,11 +9029,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9023 |
will-change: transform;
|
9024 |
}
|
9025 |
|
9026 |
-
.qodef-image-gallery-masonry.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
|
9027 |
transform: scale(1.03);
|
9028 |
}
|
9029 |
|
9030 |
-
.qodef-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e-inner img {
|
9031 |
display: block;
|
9032 |
width: calc(100% + 2px);
|
9033 |
transform: scale(1.03) translateZ(0);
|
@@ -9035,11 +9041,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9035 |
will-change: transform;
|
9036 |
}
|
9037 |
|
9038 |
-
.qodef-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
|
9039 |
transform: scale(1);
|
9040 |
}
|
9041 |
|
9042 |
-
.qodef-image-gallery-masonry.qodef-image--hover-move .qodef-e-inner img {
|
9043 |
display: block;
|
9044 |
width: calc(100% + 2px);
|
9045 |
transform: scale(1.2);
|
@@ -9047,51 +9053,51 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9047 |
will-change: transform;
|
9048 |
}
|
9049 |
|
9050 |
-
.qodef-image-gallery-masonry.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
|
9051 |
transform: scale(1.2) translateX(12px);
|
9052 |
}
|
9053 |
|
9054 |
-
.qodef-image-gallery-masonry.qodef-image--hover-from-top .qodef-e-inner img {
|
9055 |
transform-origin: top;
|
9056 |
}
|
9057 |
|
9058 |
-
.qodef-image-gallery-masonry.qodef-image--hover-from-bottom .qodef-e-inner img {
|
9059 |
transform-origin: bottom;
|
9060 |
}
|
9061 |
|
9062 |
-
.qodef-image-gallery-masonry.qodef-image--hover-from-left .qodef-e-inner img {
|
9063 |
transform-origin: left;
|
9064 |
}
|
9065 |
|
9066 |
-
.qodef-image-gallery-masonry.qodef-image--hover-from-right .qodef-e-inner img {
|
9067 |
transform-origin: right;
|
9068 |
}
|
9069 |
|
9070 |
/* ==========================================================================
|
9071 |
Image Gallery Pinterest shortcode styles
|
9072 |
========================================================================== */
|
9073 |
-
.qodef-image-gallery-pinterest.qodef-grid {
|
9074 |
margin-bottom: -24px;
|
9075 |
}
|
9076 |
|
9077 |
-
.qodef-image-gallery-pinterest.qodef-grid > .qodef-grid-inner {
|
9078 |
margin: 0 -12px;
|
9079 |
}
|
9080 |
|
9081 |
-
.qodef-image-gallery-pinterest.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
|
9082 |
padding: 0 12px;
|
9083 |
margin: 0 0 24px;
|
9084 |
}
|
9085 |
|
9086 |
-
.qodef-image-gallery-pinterest .qodef-e-inner {
|
9087 |
overflow: hidden;
|
9088 |
}
|
9089 |
|
9090 |
-
.qodef-image-gallery-pinterest.qodef--overlay .qodef-e-inner {
|
9091 |
position: relative;
|
9092 |
}
|
9093 |
|
9094 |
-
.qodef-image-gallery-pinterest.qodef--overlay .qodef-e-inner:after {
|
9095 |
content: '';
|
9096 |
position: absolute;
|
9097 |
top: 0;
|
@@ -9103,7 +9109,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9103 |
pointer-events: none;
|
9104 |
}
|
9105 |
|
9106 |
-
.qodef-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e-inner img {
|
9107 |
display: block;
|
9108 |
width: calc(100% + 2px);
|
9109 |
transform: scale(1.005) translateZ(0);
|
@@ -9111,11 +9117,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9111 |
will-change: transform;
|
9112 |
}
|
9113 |
|
9114 |
-
.qodef-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
|
9115 |
transform: scale(1.03);
|
9116 |
}
|
9117 |
|
9118 |
-
.qodef-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e-inner img {
|
9119 |
display: block;
|
9120 |
width: calc(100% + 2px);
|
9121 |
transform: scale(1.03) translateZ(0);
|
@@ -9123,11 +9129,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9123 |
will-change: transform;
|
9124 |
}
|
9125 |
|
9126 |
-
.qodef-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
|
9127 |
transform: scale(1);
|
9128 |
}
|
9129 |
|
9130 |
-
.qodef-image-gallery-pinterest.qodef-image--hover-move .qodef-e-inner img {
|
9131 |
display: block;
|
9132 |
width: calc(100% + 2px);
|
9133 |
transform: scale(1.2);
|
@@ -9135,51 +9141,51 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9135 |
will-change: transform;
|
9136 |
}
|
9137 |
|
9138 |
-
.qodef-image-gallery-pinterest.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
|
9139 |
transform: scale(1.2) translateX(12px);
|
9140 |
}
|
9141 |
|
9142 |
-
.qodef-image-gallery-pinterest.qodef-image--hover-from-top .qodef-e-inner img {
|
9143 |
transform-origin: top;
|
9144 |
}
|
9145 |
|
9146 |
-
.qodef-image-gallery-pinterest.qodef-image--hover-from-bottom .qodef-e-inner img {
|
9147 |
transform-origin: bottom;
|
9148 |
}
|
9149 |
|
9150 |
-
.qodef-image-gallery-pinterest.qodef-image--hover-from-left .qodef-e-inner img {
|
9151 |
transform-origin: left;
|
9152 |
}
|
9153 |
|
9154 |
-
.qodef-image-gallery-pinterest.qodef-image--hover-from-right .qodef-e-inner img {
|
9155 |
transform-origin: right;
|
9156 |
}
|
9157 |
|
9158 |
/* ==========================================================================
|
9159 |
Image Gallery shortcode styles
|
9160 |
========================================================================== */
|
9161 |
-
.qodef-image-gallery.qodef-grid {
|
9162 |
margin-bottom: -24px;
|
9163 |
}
|
9164 |
|
9165 |
-
.qodef-image-gallery.qodef-grid > .qodef-grid-inner {
|
9166 |
margin: 0 -12px;
|
9167 |
}
|
9168 |
|
9169 |
-
.qodef-image-gallery.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
|
9170 |
padding: 0 12px;
|
9171 |
margin: 0 0 24px;
|
9172 |
}
|
9173 |
|
9174 |
-
.qodef-image-gallery .qodef-e-inner {
|
9175 |
overflow: hidden;
|
9176 |
}
|
9177 |
|
9178 |
-
.qodef-image-gallery.qodef--overlay .qodef-e-inner {
|
9179 |
position: relative;
|
9180 |
}
|
9181 |
|
9182 |
-
.qodef-image-gallery.qodef--overlay .qodef-e-inner:after {
|
9183 |
content: '';
|
9184 |
position: absolute;
|
9185 |
top: 0;
|
@@ -9191,7 +9197,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9191 |
pointer-events: none;
|
9192 |
}
|
9193 |
|
9194 |
-
.qodef-image-gallery.qodef-image--hover-zoom .qodef-e-inner img {
|
9195 |
display: block;
|
9196 |
width: calc(100% + 2px);
|
9197 |
transform: scale(1.01) translateZ(0);
|
@@ -9199,11 +9205,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9199 |
will-change: transform;
|
9200 |
}
|
9201 |
|
9202 |
-
.qodef-image-gallery.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
|
9203 |
transform: scale(1.03);
|
9204 |
}
|
9205 |
|
9206 |
-
.qodef-image-gallery.qodef-image--hover-zoom-out .qodef-e-inner img {
|
9207 |
display: block;
|
9208 |
width: calc(100% + 2px);
|
9209 |
transform: scale(1.03) translateZ(0);
|
@@ -9211,11 +9217,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9211 |
will-change: transform;
|
9212 |
}
|
9213 |
|
9214 |
-
.qodef-image-gallery.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
|
9215 |
transform: scale(1);
|
9216 |
}
|
9217 |
|
9218 |
-
.qodef-image-gallery.qodef-image--hover-move .qodef-e-inner img {
|
9219 |
display: block;
|
9220 |
width: calc(100% + 2px);
|
9221 |
transform: scale(1.2);
|
@@ -9223,40 +9229,40 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9223 |
will-change: transform;
|
9224 |
}
|
9225 |
|
9226 |
-
.qodef-image-gallery.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
|
9227 |
transform: scale(1.2) translateX(12px);
|
9228 |
}
|
9229 |
|
9230 |
-
.qodef-image-gallery.qodef-image--hover-from-top .qodef-e-inner img {
|
9231 |
transform-origin: top;
|
9232 |
}
|
9233 |
|
9234 |
-
.qodef-image-gallery.qodef-image--hover-from-bottom .qodef-e-inner img {
|
9235 |
transform-origin: bottom;
|
9236 |
}
|
9237 |
|
9238 |
-
.qodef-image-gallery.qodef-image--hover-from-left .qodef-e-inner img {
|
9239 |
transform-origin: left;
|
9240 |
}
|
9241 |
|
9242 |
-
.qodef-image-gallery.qodef-image--hover-from-right .qodef-e-inner img {
|
9243 |
transform-origin: right;
|
9244 |
}
|
9245 |
|
9246 |
/* ==========================================================================
|
9247 |
Image slider shortcode styles
|
9248 |
========================================================================== */
|
9249 |
-
.qodef-image-slider .qodef-e {
|
9250 |
overflow: hidden;
|
9251 |
-webkit-backface-visibility: hidden;
|
9252 |
backface-visibility: hidden;
|
9253 |
}
|
9254 |
|
9255 |
-
.qodef-image-slider.qodef--overlay .qodef-e-inner {
|
9256 |
position: relative;
|
9257 |
}
|
9258 |
|
9259 |
-
.qodef-image-slider.qodef--overlay .qodef-e-inner:after {
|
9260 |
content: '';
|
9261 |
position: absolute;
|
9262 |
top: 0;
|
@@ -9268,7 +9274,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9268 |
pointer-events: none;
|
9269 |
}
|
9270 |
|
9271 |
-
.qodef-image-slider.qodef-image--hover-zoom .qodef-e-inner {
|
9272 |
display: block;
|
9273 |
width: calc(100% - 1px);
|
9274 |
transform: scale(1.02) translateZ(0);
|
@@ -9276,11 +9282,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9276 |
will-change: transform;
|
9277 |
}
|
9278 |
|
9279 |
-
.qodef-image-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner {
|
9280 |
transform: scale(1.05);
|
9281 |
}
|
9282 |
|
9283 |
-
.qodef-image-slider.qodef-image--hover-zoom-out .qodef-e-inner {
|
9284 |
display: block;
|
9285 |
width: calc(100% + 2px);
|
9286 |
transform: scale(1.03) translateZ(0);
|
@@ -9288,11 +9294,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9288 |
will-change: transform;
|
9289 |
}
|
9290 |
|
9291 |
-
.qodef-image-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner {
|
9292 |
transform: scale(1);
|
9293 |
}
|
9294 |
|
9295 |
-
.qodef-image-slider.qodef-image--hover-move .qodef-e-inner {
|
9296 |
display: block;
|
9297 |
width: calc(100% + 2px);
|
9298 |
transform: scale(1.2);
|
@@ -9300,30 +9306,30 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9300 |
will-change: transform;
|
9301 |
}
|
9302 |
|
9303 |
-
.qodef-image-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-inner {
|
9304 |
transform: scale(1.2) translateX(12px);
|
9305 |
}
|
9306 |
|
9307 |
-
.qodef-image-slider.qodef-image--hover-from-top .qodef-e-inner {
|
9308 |
transform-origin: top;
|
9309 |
}
|
9310 |
|
9311 |
-
.qodef-image-slider.qodef-image--hover-from-bottom .qodef-e-inner {
|
9312 |
transform-origin: bottom;
|
9313 |
}
|
9314 |
|
9315 |
-
.qodef-image-slider.qodef-image--hover-from-left .qodef-e-inner {
|
9316 |
transform-origin: left;
|
9317 |
}
|
9318 |
|
9319 |
-
.qodef-image-slider.qodef-image--hover-from-right .qodef-e-inner {
|
9320 |
transform-origin: right;
|
9321 |
}
|
9322 |
|
9323 |
/* ==========================================================================
|
9324 |
Info button shortcode styles
|
9325 |
========================================================================== */
|
9326 |
-
.qodef-info-button {
|
9327 |
position: relative;
|
9328 |
display: inline-block;
|
9329 |
vertical-align: middle;
|
@@ -9347,33 +9353,33 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9347 |
overflow: hidden;
|
9348 |
}
|
9349 |
|
9350 |
-
.qodef-info-button .qodef-m-text-holder {
|
9351 |
display: flex;
|
9352 |
align-items: center;
|
9353 |
}
|
9354 |
|
9355 |
-
.qodef-info-button .qodef-m-subtext {
|
9356 |
font-size: .75em;
|
9357 |
}
|
9358 |
|
9359 |
-
.qodef-info-button .qodef-m-subtext.qodef--subtext-color-set {
|
9360 |
transition: color .25s ease-in-out;
|
9361 |
}
|
9362 |
|
9363 |
-
.qodef-info-button.qodef-size--small {
|
9364 |
padding: 6px 24px;
|
9365 |
}
|
9366 |
|
9367 |
-
.qodef-info-button.qodef-size--large {
|
9368 |
padding: 11px 36px;
|
9369 |
}
|
9370 |
|
9371 |
-
.qodef-info-button.qodef-size--full {
|
9372 |
width: 100%;
|
9373 |
text-align: center;
|
9374 |
}
|
9375 |
|
9376 |
-
.qodef-info-button.qodef-layout--filled {
|
9377 |
font-size: 17px;
|
9378 |
color: #111111;
|
9379 |
background-color: #f4f4f4;
|
@@ -9381,79 +9387,79 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9381 |
border-style: solid;
|
9382 |
}
|
9383 |
|
9384 |
-
.qodef-info-button.qodef-layout--filled:hover {
|
9385 |
color: #fff;
|
9386 |
background-color: #111111;
|
9387 |
}
|
9388 |
|
9389 |
-
.qodef-info-button.qodef-layout--outlined {
|
9390 |
color: #111111;
|
9391 |
background-color: transparent;
|
9392 |
border: 2px solid #111111;
|
9393 |
}
|
9394 |
|
9395 |
-
.qodef-info-button.qodef-layout--outlined:hover {
|
9396 |
color: #111111;
|
9397 |
background-color: #f4f4f4;
|
9398 |
border-color: #f4f4f4;
|
9399 |
}
|
9400 |
|
9401 |
-
.qodef-info-button.qodef-icon--left .qodef-m-text-holder {
|
9402 |
flex-direction: row-reverse;
|
9403 |
}
|
9404 |
|
9405 |
-
.qodef-info-button .qodef-m-icon {
|
9406 |
color: currentColor;
|
9407 |
}
|
9408 |
|
9409 |
-
.qodef-info-button .qodef-m-icon.qodef--icon-color-set {
|
9410 |
transition: color .25s ease-in-out, background-color .25s ease-in-out;
|
9411 |
}
|
9412 |
|
9413 |
-
.qodef-info-button .qodef-m-icon svg {
|
9414 |
width: 1em;
|
9415 |
fill: currentColor;
|
9416 |
stroke: currentColor;
|
9417 |
}
|
9418 |
|
9419 |
-
.qodef-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon i,
|
9420 |
-
.qodef-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
|
9421 |
margin-left: 10px;
|
9422 |
}
|
9423 |
|
9424 |
-
.qodef-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon i,
|
9425 |
-
.qodef-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
|
9426 |
margin-right: 10px;
|
9427 |
}
|
9428 |
|
9429 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner, .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner, .qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner {
|
9430 |
position: relative;
|
9431 |
overflow: hidden;
|
9432 |
display: inherit;
|
9433 |
padding: 1px;
|
9434 |
}
|
9435 |
|
9436 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
|
9437 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg, .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
|
9438 |
-
.qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg, .qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
|
9439 |
-
.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
|
9440 |
transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-in-out;
|
9441 |
will-change: transform;
|
9442 |
}
|
9443 |
|
9444 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),
|
9445 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1), .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),
|
9446 |
-
.qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1), .qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),
|
9447 |
-
.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1) {
|
9448 |
transform: translateX(0) translateY(0);
|
9449 |
transition-delay: .1s;
|
9450 |
opacity: 1;
|
9451 |
}
|
9452 |
|
9453 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
|
9454 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2), .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
|
9455 |
-
.qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2), .qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
|
9456 |
-
.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
|
9457 |
position: absolute;
|
9458 |
opacity: 0;
|
9459 |
left: 1px;
|
@@ -9461,102 +9467,102 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9461 |
transition-delay: 0s;
|
9462 |
}
|
9463 |
|
9464 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
|
9465 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
|
9466 |
-
.qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
|
9467 |
-
.qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
9468 |
opacity: 0;
|
9469 |
}
|
9470 |
|
9471 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),
|
9472 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),
|
9473 |
-
.qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),
|
9474 |
-
.qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2) {
|
9475 |
transform: translateX(0%) translateY(0) translatez(0);
|
9476 |
transition-delay: .25s;
|
9477 |
opacity: 1;
|
9478 |
}
|
9479 |
|
9480 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
|
9481 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
|
9482 |
transform: translateX(-150%) translateY(0);
|
9483 |
}
|
9484 |
|
9485 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
|
9486 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
9487 |
transform: translateX(200%) translateY(0);
|
9488 |
}
|
9489 |
|
9490 |
-
.qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
|
9491 |
-
.qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
|
9492 |
will-change: transform;
|
9493 |
}
|
9494 |
|
9495 |
-
.qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
|
9496 |
-
.qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
|
9497 |
transform: translateX(0) translateY(150%) translateZ(0);
|
9498 |
}
|
9499 |
|
9500 |
-
.qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
|
9501 |
-
.qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
|
9502 |
transform: translateX(0) translateY(-150%) translateZ(0);
|
9503 |
}
|
9504 |
|
9505 |
-
.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
|
9506 |
-
.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
|
9507 |
will-change: transform;
|
9508 |
}
|
9509 |
|
9510 |
-
.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
|
9511 |
-
.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
|
9512 |
transform: translateX(-100%) translateY(100%) translateZ(0);
|
9513 |
}
|
9514 |
|
9515 |
-
.qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
|
9516 |
-
.qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
9517 |
transform: translateX(100%) translateY(-100%) translateZ(0);
|
9518 |
}
|
9519 |
|
9520 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
|
9521 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
|
9522 |
transition: transform 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.2s ease-in-out;
|
9523 |
transform: translateX(0);
|
9524 |
will-change: transform;
|
9525 |
}
|
9526 |
|
9527 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,
|
9528 |
-
.qodef-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
|
9529 |
transform: translateX(4px);
|
9530 |
}
|
9531 |
|
9532 |
/* ==========================================================================
|
9533 |
Button shortcode styles
|
9534 |
========================================================================== */
|
9535 |
-
.qodef-info-button.qodef-type--icon-boxed {
|
9536 |
padding: 0 !important;
|
9537 |
flex-direction: row;
|
9538 |
align-items: stretch;
|
9539 |
}
|
9540 |
|
9541 |
-
.qodef-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
|
9542 |
flex-direction: column;
|
9543 |
padding: 11px 28px;
|
9544 |
}
|
9545 |
|
9546 |
-
.qodef-info-button.qodef-type--icon-boxed.qodef-icon--left {
|
9547 |
flex-direction: row-reverse;
|
9548 |
}
|
9549 |
|
9550 |
-
.qodef-info-button.qodef-type--icon-boxed.qodef-icon--left .qodef-m-icon-holder {
|
9551 |
flex-direction: row-reverse;
|
9552 |
}
|
9553 |
|
9554 |
-
.qodef-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
|
9555 |
align-items: flex-start;
|
9556 |
justify-content: center;
|
9557 |
}
|
9558 |
|
9559 |
-
.qodef-info-button.qodef-type--icon-boxed .qodef-m-icon {
|
9560 |
position: relative;
|
9561 |
display: flex;
|
9562 |
align-items: center;
|
@@ -9566,11 +9572,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9566 |
flex: 1;
|
9567 |
}
|
9568 |
|
9569 |
-
.qodef-info-button.qodef-type--icon-boxed .qodef-m-icon i {
|
9570 |
line-height: inherit;
|
9571 |
}
|
9572 |
|
9573 |
-
.qodef-info-button.qodef-type--icon-boxed .qodef-m-border {
|
9574 |
height: 100%;
|
9575 |
width: 2px;
|
9576 |
background-color: #111;
|
@@ -9580,14 +9586,14 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9580 |
/* ==========================================================================
|
9581 |
Info Cards shortcode styles
|
9582 |
========================================================================== */
|
9583 |
-
.qodef-info-cards {
|
9584 |
background-color: #F9F9F9;
|
9585 |
padding: 30px;
|
9586 |
transition: background-color .4s ease-out;
|
9587 |
position: relative;
|
9588 |
}
|
9589 |
|
9590 |
-
.qodef-info-cards .qodef-m-link {
|
9591 |
position: absolute;
|
9592 |
top: 0;
|
9593 |
left: 0;
|
@@ -9595,48 +9601,48 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9595 |
height: 100%;
|
9596 |
}
|
9597 |
|
9598 |
-
.qodef-info-cards a:not(.qodef-m-link) {
|
9599 |
position: relative;
|
9600 |
z-index: 1;
|
9601 |
}
|
9602 |
|
9603 |
-
.qodef-info-cards .qodef-m-title {
|
9604 |
margin: 0 0 .5em;
|
9605 |
}
|
9606 |
|
9607 |
-
.qodef-info-cards .qodef-m-title a {
|
9608 |
display: block;
|
9609 |
color: inherit;
|
9610 |
}
|
9611 |
|
9612 |
-
.qodef-info-cards .qodef-m-subtitle {
|
9613 |
margin: 0 0 .5em;
|
9614 |
}
|
9615 |
|
9616 |
-
.qodef-info-cards .qodef-m-content {
|
9617 |
position: relative;
|
9618 |
}
|
9619 |
|
9620 |
-
.qodef-info-cards .qodef-m-content .qodef-m-text {
|
9621 |
margin: 0 0 .5em;
|
9622 |
}
|
9623 |
|
9624 |
-
.qodef-info-cards .qodef-m-icon-wrapper {
|
9625 |
margin: 0 0 .5em;
|
9626 |
}
|
9627 |
|
9628 |
-
.qodef-info-cards .qodef-m-icon-holder {
|
9629 |
font-size: 55px;
|
9630 |
line-height: 1;
|
9631 |
transition: all .3s ease-in-out;
|
9632 |
}
|
9633 |
|
9634 |
-
.qodef-info-cards .qodef-m-icon-holder i {
|
9635 |
vertical-align: top;
|
9636 |
color: inherit;
|
9637 |
}
|
9638 |
|
9639 |
-
.qodef-info-cards .qodef-m-icon-holder svg {
|
9640 |
width: 30px;
|
9641 |
height: auto;
|
9642 |
vertical-align: top;
|
@@ -9644,18 +9650,18 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9644 |
stroke: currentColor;
|
9645 |
}
|
9646 |
|
9647 |
-
.qodef-info-cards.qodef--custom-icon .qodef-m-icon-wrapper {
|
9648 |
position: relative;
|
9649 |
}
|
9650 |
|
9651 |
-
.qodef-info-cards.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-info-cards.qodef--custom-icon .qodef-m-icon-wrapper img {
|
9652 |
display: inline-block;
|
9653 |
}
|
9654 |
|
9655 |
/* ==========================================================================
|
9656 |
Interactive Banner shortcode styles
|
9657 |
========================================================================== */
|
9658 |
-
.qodef-interactive-banner {
|
9659 |
position: relative;
|
9660 |
display: inline-block;
|
9661 |
width: 100%;
|
@@ -9664,7 +9670,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9664 |
overflow: hidden;
|
9665 |
}
|
9666 |
|
9667 |
-
.qodef-interactive-banner .qodef-m-banner-link {
|
9668 |
position: absolute;
|
9669 |
top: 0;
|
9670 |
left: 0;
|
@@ -9673,7 +9679,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9673 |
display: block;
|
9674 |
}
|
9675 |
|
9676 |
-
.qodef-interactive-banner .qodef-m-content {
|
9677 |
position: absolute;
|
9678 |
top: 0;
|
9679 |
left: 0;
|
@@ -9683,34 +9689,34 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9683 |
flex-direction: column;
|
9684 |
}
|
9685 |
|
9686 |
-
.qodef-interactive-banner .qodef-m-title {
|
9687 |
margin: 0;
|
9688 |
}
|
9689 |
|
9690 |
-
.qodef-interactive-banner .qodef-m-title-inner {
|
9691 |
display: inline-block;
|
9692 |
}
|
9693 |
|
9694 |
-
.qodef-interactive-banner .qodef-m-subtitle {
|
9695 |
margin: 0 0 .4em;
|
9696 |
}
|
9697 |
|
9698 |
-
.qodef-interactive-banner .qodef-m-content-inner > .qodef-m-text {
|
9699 |
margin: .7em 0 0;
|
9700 |
}
|
9701 |
|
9702 |
-
.qodef-interactive-banner .qodef-m-text-holder {
|
9703 |
margin: .7em 0 0;
|
9704 |
}
|
9705 |
|
9706 |
-
.qodef-interactive-banner .qodef-m-button {
|
9707 |
padding: .5em 0 0;
|
9708 |
z-index: 1;
|
9709 |
position: relative;
|
9710 |
display: inline-block;
|
9711 |
}
|
9712 |
|
9713 |
-
.qodef-interactive-banner .qodef-m-image {
|
9714 |
position: relative;
|
9715 |
display: inline-block;
|
9716 |
width: 100%;
|
@@ -9719,16 +9725,16 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9719 |
overflow: hidden;
|
9720 |
}
|
9721 |
|
9722 |
-
.qodef-interactive-banner .qodef-m-image img {
|
9723 |
display: inline-block;
|
9724 |
transition: all .35s ease-out;
|
9725 |
}
|
9726 |
|
9727 |
-
.qodef-interactive-banner.qodef-layout--from-bottom.qodef--visible .qodef-m-content {
|
9728 |
opacity: 1;
|
9729 |
}
|
9730 |
|
9731 |
-
.qodef-interactive-banner.qodef-layout--from-bottom .qodef-m-content {
|
9732 |
align-items: flex-start;
|
9733 |
justify-content: flex-end;
|
9734 |
padding: 60px;
|
@@ -9736,40 +9742,40 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9736 |
transition: opacity .2s;
|
9737 |
}
|
9738 |
|
9739 |
-
.qodef-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner {
|
9740 |
position: relative;
|
9741 |
overflow: hidden;
|
9742 |
}
|
9743 |
|
9744 |
-
.qodef-interactive-banner.qodef-layout--from-bottom .qodef-m-movement {
|
9745 |
transform: translateZ(0);
|
9746 |
transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
|
9747 |
}
|
9748 |
|
9749 |
-
.qodef-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder {
|
9750 |
opacity: 0;
|
9751 |
transition: opacity .25s ease-out;
|
9752 |
}
|
9753 |
|
9754 |
-
.qodef-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder .qodef-m-text {
|
9755 |
margin: 0;
|
9756 |
}
|
9757 |
|
9758 |
-
.qodef-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement {
|
9759 |
transform: translateY(0) translateZ(0) !important;
|
9760 |
}
|
9761 |
|
9762 |
-
.qodef-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-text-holder {
|
9763 |
opacity: 1;
|
9764 |
transition-delay: .15s;
|
9765 |
}
|
9766 |
|
9767 |
-
.qodef-interactive-banner.qodef-layout--image-switch {
|
9768 |
width: 100%;
|
9769 |
background-color: #f6f6f6;
|
9770 |
}
|
9771 |
|
9772 |
-
.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-content {
|
9773 |
position: relative;
|
9774 |
flex-direction: row;
|
9775 |
align-items: center;
|
@@ -9779,62 +9785,62 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9779 |
}
|
9780 |
|
9781 |
@media only screen and (max-width: 680px) {
|
9782 |
-
.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-content {
|
9783 |
flex-direction: column;
|
9784 |
}
|
9785 |
}
|
9786 |
|
9787 |
-
.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
|
9788 |
flex: 1;
|
9789 |
margin-right: 2em;
|
9790 |
}
|
9791 |
|
9792 |
@media only screen and (max-width: 680px) {
|
9793 |
-
.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
|
9794 |
margin-right: 0;
|
9795 |
}
|
9796 |
}
|
9797 |
|
9798 |
-
.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
|
9799 |
position: relative;
|
9800 |
width: 35%;
|
9801 |
}
|
9802 |
|
9803 |
@media only screen and (max-width: 680px) {
|
9804 |
-
.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
|
9805 |
width: 100%;
|
9806 |
margin-top: 2em;
|
9807 |
}
|
9808 |
}
|
9809 |
|
9810 |
-
.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image {
|
9811 |
transition: .2s ease-in-out;
|
9812 |
}
|
9813 |
|
9814 |
-
.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:first-child {
|
9815 |
opacity: 1;
|
9816 |
}
|
9817 |
|
9818 |
-
.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:last-child {
|
9819 |
position: absolute;
|
9820 |
top: 0;
|
9821 |
left: 0;
|
9822 |
opacity: 0;
|
9823 |
}
|
9824 |
|
9825 |
-
.qodef-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:first-child {
|
9826 |
opacity: 0;
|
9827 |
}
|
9828 |
|
9829 |
-
.qodef-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:last-child {
|
9830 |
opacity: 1;
|
9831 |
}
|
9832 |
|
9833 |
-
.qodef-interactive-banner.qodef-layout--revealing.qodef--visible .qodef-m-content {
|
9834 |
opacity: 1;
|
9835 |
}
|
9836 |
|
9837 |
-
.qodef-interactive-banner.qodef-layout--revealing .qodef-m-content {
|
9838 |
align-items: flex-start;
|
9839 |
justify-content: flex-start;
|
9840 |
padding: 60px;
|
@@ -9842,52 +9848,52 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9842 |
transition: opacity .2s;
|
9843 |
}
|
9844 |
|
9845 |
-
.qodef-interactive-banner.qodef-layout--revealing .qodef-m-content-inner > .qodef-m-text {
|
9846 |
opacity: 0;
|
9847 |
transform: translateY(-10px);
|
9848 |
transition: opacity 0.25s, transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
|
9849 |
}
|
9850 |
|
9851 |
-
.qodef-interactive-banner.qodef-layout--revealing .qodef-m-button {
|
9852 |
transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
|
9853 |
transition-delay: .05s;
|
9854 |
}
|
9855 |
|
9856 |
-
.qodef-interactive-banner.qodef-layout--revealing:hover .qodef-m-button {
|
9857 |
transform: translateY(0) translateZ(0) !important;
|
9858 |
transition-delay: 0s;
|
9859 |
}
|
9860 |
|
9861 |
-
.qodef-interactive-banner.qodef-layout--revealing:hover .qodef-m-content-inner > .qodef-m-text {
|
9862 |
opacity: 1;
|
9863 |
transform: translateY(0px);
|
9864 |
transition-duration: .25s, .35s;
|
9865 |
transition-delay: .1s, .1s;
|
9866 |
}
|
9867 |
|
9868 |
-
.qodef-interactive-banner.qodef-layout--standard .qodef-m-content {
|
9869 |
align-items: center;
|
9870 |
justify-content: center;
|
9871 |
text-align: center;
|
9872 |
padding: 30px;
|
9873 |
}
|
9874 |
|
9875 |
-
.qodef-interactive-banner.qodef-layout--standard .qodef-m-subtitle,
|
9876 |
-
.qodef-interactive-banner.qodef-layout--standard .qodef-m-button {
|
9877 |
opacity: 0;
|
9878 |
transition: opacity .23s ease-out,transform .28s ease-out;
|
9879 |
}
|
9880 |
|
9881 |
-
.qodef-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
|
9882 |
transform: translateY(-10px);
|
9883 |
}
|
9884 |
|
9885 |
-
.qodef-interactive-banner.qodef-layout--standard .qodef-m-button {
|
9886 |
transform: translateY(10px);
|
9887 |
}
|
9888 |
|
9889 |
-
.qodef-interactive-banner.qodef-layout--standard:hover .qodef-m-subtitle,
|
9890 |
-
.qodef-interactive-banner.qodef-layout--standard:hover .qodef-m-button {
|
9891 |
opacity: 1;
|
9892 |
transform: translateY(0px);
|
9893 |
}
|
@@ -9895,7 +9901,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9895 |
/* ==========================================================================
|
9896 |
Interactive Link Showcase shortcode styles
|
9897 |
========================================================================== */
|
9898 |
-
.qodef-interactive-link-showcase {
|
9899 |
position: relative;
|
9900 |
display: inline-block;
|
9901 |
width: 100%;
|
@@ -9905,15 +9911,15 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9905 |
visibility: hidden;
|
9906 |
}
|
9907 |
|
9908 |
-
.qodef-interactive-link-showcase.qodef--full-height {
|
9909 |
height: 100vh;
|
9910 |
}
|
9911 |
|
9912 |
-
.admin-bar .qodef-interactive-link-showcase.qodef--full-height {
|
9913 |
height: calc(100vh - 32px);
|
9914 |
}
|
9915 |
|
9916 |
-
.qodef-interactive-link-showcase .qodef-e-image {
|
9917 |
position: absolute;
|
9918 |
top: 0;
|
9919 |
left: 0;
|
@@ -9923,30 +9929,30 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9923 |
transition: opacity .0s .45s;
|
9924 |
}
|
9925 |
|
9926 |
-
.qodef-interactive-link-showcase .qodef-e-image.qodef-background {
|
9927 |
background-size: cover;
|
9928 |
background-position: center;
|
9929 |
background-repeat: no-repeat;
|
9930 |
}
|
9931 |
|
9932 |
-
.qodef-interactive-link-showcase .qodef-e-image.qodef-background img {
|
9933 |
display: none;
|
9934 |
}
|
9935 |
|
9936 |
-
.qodef-interactive-link-showcase .qodef-e-image.qodef--active {
|
9937 |
opacity: 1;
|
9938 |
z-index: 5;
|
9939 |
transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
|
9940 |
}
|
9941 |
|
9942 |
-
.qodef-interactive-link-showcase .qodef-m-items {
|
9943 |
display: flex;
|
9944 |
flex-direction: column;
|
9945 |
align-items: center;
|
9946 |
z-index: 10;
|
9947 |
}
|
9948 |
|
9949 |
-
.qodef-interactive-link-showcase .qodef-m-item {
|
9950 |
position: relative;
|
9951 |
display: inline-block;
|
9952 |
vertical-align: top;
|
@@ -9955,7 +9961,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9955 |
margin: .6em 0;
|
9956 |
}
|
9957 |
|
9958 |
-
.qodef-interactive-link-showcase .qodef-e-title {
|
9959 |
position: relative;
|
9960 |
display: inline-block;
|
9961 |
vertical-align: top;
|
@@ -9969,12 +9975,12 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9969 |
}
|
9970 |
|
9971 |
@media only screen and (max-width: 680px) {
|
9972 |
-
.qodef-interactive-link-showcase .qodef-e-title {
|
9973 |
font-size: 36px;
|
9974 |
}
|
9975 |
}
|
9976 |
|
9977 |
-
.qodef-interactive-link-showcase .qodef-e-title:after {
|
9978 |
content: '';
|
9979 |
position: absolute;
|
9980 |
left: 0;
|
@@ -9984,35 +9990,35 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
9984 |
transition: width .3s ease;
|
9985 |
}
|
9986 |
|
9987 |
-
.qodef-interactive-link-showcase .qodef-e-title:hover:after {
|
9988 |
width: 100%;
|
9989 |
}
|
9990 |
|
9991 |
-
.qodef-hover--underline.qodef-interactive-link-showcase .qodef-e-title:after {
|
9992 |
bottom: 0;
|
9993 |
}
|
9994 |
|
9995 |
-
.qodef-hover--line-through.qodef-interactive-link-showcase .qodef-e-title:after {
|
9996 |
top: 50%;
|
9997 |
transform: translateY(-50%);
|
9998 |
}
|
9999 |
|
10000 |
-
.qodef-interactive-link-showcase .qodef--active.qodef-m-item .qodef-e-title:after {
|
10001 |
width: 100%;
|
10002 |
}
|
10003 |
|
10004 |
-
.qodef-interactive-link-showcase .qodef-e-text {
|
10005 |
display: block;
|
10006 |
}
|
10007 |
|
10008 |
-
.qodef-interactive-link-showcase.qodef--init {
|
10009 |
visibility: visible;
|
10010 |
}
|
10011 |
|
10012 |
/* ==========================================================================
|
10013 |
Interactive Link Showcase List styles
|
10014 |
========================================================================== */
|
10015 |
-
.qodef-interactive-link-showcase.qodef-layout--background .qodef-m-images {
|
10016 |
position: absolute;
|
10017 |
top: 0;
|
10018 |
left: 0;
|
@@ -10020,7 +10026,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10020 |
height: 100%;
|
10021 |
}
|
10022 |
|
10023 |
-
.qodef-interactive-link-showcase.qodef-layout--background .qodef-m-items {
|
10024 |
width: 40%;
|
10025 |
justify-content: center;
|
10026 |
align-items: flex-start;
|
@@ -10029,28 +10035,28 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10029 |
/* ==========================================================================
|
10030 |
Interactive Link Showcase List styles
|
10031 |
========================================================================== */
|
10032 |
-
.qodef-interactive-link-showcase.qodef-layout--split {
|
10033 |
align-items: stretch;
|
10034 |
}
|
10035 |
|
10036 |
-
.qodef-interactive-link-showcase.qodef-layout--split .qodef-m-images {
|
10037 |
position: relative;
|
10038 |
flex: 1;
|
10039 |
}
|
10040 |
|
10041 |
@media only screen and (max-width: 680px) {
|
10042 |
-
.qodef-split-hide-under--680 .qodef-interactive-link-showcase.qodef-layout--split .qodef-m-images {
|
10043 |
display: none;
|
10044 |
}
|
10045 |
}
|
10046 |
|
10047 |
@media only screen and (max-width: 480px) {
|
10048 |
-
.qodef-split-hide-under--480 .qodef-interactive-link-showcase.qodef-layout--split .qodef-m-images {
|
10049 |
display: none;
|
10050 |
}
|
10051 |
}
|
10052 |
|
10053 |
-
.qodef-interactive-link-showcase.qodef-layout--split .qodef-m-items {
|
10054 |
width: 40%;
|
10055 |
justify-content: center;
|
10056 |
align-items: flex-start;
|
@@ -10058,24 +10064,24 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10058 |
}
|
10059 |
|
10060 |
@media only screen and (max-width: 680px) {
|
10061 |
-
.qodef-split-hide-under--680 .qodef-interactive-link-showcase.qodef-layout--split .qodef-m-items {
|
10062 |
width: 100%;
|
10063 |
}
|
10064 |
}
|
10065 |
|
10066 |
@media only screen and (max-width: 480px) {
|
10067 |
-
.qodef-split-hide-under--480 .qodef-interactive-link-showcase.qodef-layout--split .qodef-m-items {
|
10068 |
width: 100%;
|
10069 |
}
|
10070 |
}
|
10071 |
|
10072 |
-
.qodef-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) {
|
10073 |
display: flex;
|
10074 |
align-items: center;
|
10075 |
justify-content: center;
|
10076 |
}
|
10077 |
|
10078 |
-
.qodef-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) img {
|
10079 |
max-height: 100%;
|
10080 |
-o-object-fit: contain;
|
10081 |
object-fit: contain;
|
@@ -10084,12 +10090,12 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10084 |
/* ==========================================================================
|
10085 |
Interactive Link Showcase List styles
|
10086 |
========================================================================== */
|
10087 |
-
.qodef-interactive-link-showcase.qodef-layout--standard {
|
10088 |
justify-content: center;
|
10089 |
text-align: center;
|
10090 |
}
|
10091 |
|
10092 |
-
.qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
|
10093 |
position: absolute;
|
10094 |
top: 0;
|
10095 |
left: 0;
|
@@ -10099,60 +10105,60 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10099 |
}
|
10100 |
|
10101 |
@media only screen and (max-width: 680px) {
|
10102 |
-
.qodef-standard-hide-under--680 .qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
|
10103 |
display: none;
|
10104 |
}
|
10105 |
}
|
10106 |
|
10107 |
@media only screen and (max-width: 480px) {
|
10108 |
-
.qodef-standard-hide-under--480 .qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
|
10109 |
display: none;
|
10110 |
}
|
10111 |
}
|
10112 |
|
10113 |
-
.qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
|
10114 |
width: 40%;
|
10115 |
justify-content: center;
|
10116 |
}
|
10117 |
|
10118 |
@media only screen and (max-width: 680px) {
|
10119 |
-
.qodef-split-hide-under--680 .qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
|
10120 |
width: 100%;
|
10121 |
}
|
10122 |
}
|
10123 |
|
10124 |
@media only screen and (max-width: 480px) {
|
10125 |
-
.qodef-split-hide-under--480 .qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
|
10126 |
width: 100%;
|
10127 |
}
|
10128 |
}
|
10129 |
|
10130 |
-
.qodef-interactive-link-showcase.qodef-layout--standard .qodef-e-image {
|
10131 |
display: flex;
|
10132 |
align-items: center;
|
10133 |
justify-content: center;
|
10134 |
transition: opacity .35s ease-out;
|
10135 |
}
|
10136 |
|
10137 |
-
.qodef-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--left {
|
10138 |
left: 0;
|
10139 |
width: 30%;
|
10140 |
}
|
10141 |
|
10142 |
-
.qodef-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--right {
|
10143 |
left: auto;
|
10144 |
right: 0;
|
10145 |
width: 30%;
|
10146 |
}
|
10147 |
|
10148 |
-
.qodef-interactive-link-showcase.qodef-layout--standard .qodef-e-image img {
|
10149 |
position: relative;
|
10150 |
}
|
10151 |
|
10152 |
/* ==========================================================================
|
10153 |
Item Showcase shortcode styles
|
10154 |
========================================================================== */
|
10155 |
-
.qodef-item-showcase {
|
10156 |
position: relative;
|
10157 |
display: flex;
|
10158 |
align-items: center;
|
@@ -10160,33 +10166,33 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10160 |
width: 100%;
|
10161 |
}
|
10162 |
|
10163 |
-
.qodef-item-showcase .qodef-m-image {
|
10164 |
position: relative;
|
10165 |
flex-shrink: 0;
|
10166 |
max-width: 60%;
|
10167 |
padding: 0 60px;
|
10168 |
}
|
10169 |
|
10170 |
-
.qodef-item-showcase .qodef-m-image img {
|
10171 |
display: block;
|
10172 |
}
|
10173 |
|
10174 |
-
.qodef-item-showcase .qodef-m-items {
|
10175 |
position: relative;
|
10176 |
display: flex;
|
10177 |
flex-direction: column;
|
10178 |
width: 100%;
|
10179 |
}
|
10180 |
|
10181 |
-
.qodef-item-showcase .qodef-m-items.qodef--left {
|
10182 |
text-align: right;
|
10183 |
}
|
10184 |
|
10185 |
-
.qodef-item-showcase .qodef-m-items.qodef--right {
|
10186 |
text-align: left;
|
10187 |
}
|
10188 |
|
10189 |
-
.qodef-item-showcase .qodef-m-item {
|
10190 |
position: relative;
|
10191 |
display: inline-block;
|
10192 |
width: 100%;
|
@@ -10195,31 +10201,31 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10195 |
}
|
10196 |
|
10197 |
@media screen and (min-width: 1025px) {
|
10198 |
-
.qodef-item-showcase .qodef-m-item:last-child {
|
10199 |
margin-bottom: 0 !important;
|
10200 |
}
|
10201 |
}
|
10202 |
|
10203 |
-
.qodef-item-showcase .qodef-e-icon-holder {
|
10204 |
line-height: 1em;
|
10205 |
transition: color 0.2s ease-out;
|
10206 |
}
|
10207 |
|
10208 |
-
.qodef-item-showcase .qodef-e-icon-holder a {
|
10209 |
display: inline-block;
|
10210 |
}
|
10211 |
|
10212 |
-
.qodef-item-showcase .qodef-e-icon-holder > svg {
|
10213 |
width: 1em;
|
10214 |
fill: currentColor;
|
10215 |
stroke: currentColor;
|
10216 |
}
|
10217 |
|
10218 |
-
.qodef-item-showcase .qodef-e-title {
|
10219 |
margin: 0 0 1em;
|
10220 |
}
|
10221 |
|
10222 |
-
.qodef-item-showcase .qodef-e-title-link {
|
10223 |
font-family: inherit;
|
10224 |
font-size: inherit;
|
10225 |
font-weight: inherit;
|
@@ -10230,64 +10236,64 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10230 |
color: inherit;
|
10231 |
}
|
10232 |
|
10233 |
-
.qodef-item-showcase .qodef-e-title-link:hover {
|
10234 |
color: var(--qode-main-color);
|
10235 |
}
|
10236 |
|
10237 |
-
.qodef-item-showcase .qodef-e-text {
|
10238 |
margin: 0;
|
10239 |
}
|
10240 |
|
10241 |
-
.qodef-item-showcase.qodef-qi--has-appear {
|
10242 |
visibility: hidden;
|
10243 |
}
|
10244 |
|
10245 |
-
.qodef-item-showcase.qodef-qi--has-appear .qodef-m-image {
|
10246 |
transform: translateY(70px);
|
10247 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
10248 |
opacity: 0;
|
10249 |
}
|
10250 |
|
10251 |
-
.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item {
|
10252 |
transform: translateY(70px);
|
10253 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
10254 |
opacity: 0;
|
10255 |
}
|
10256 |
|
10257 |
-
.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(1) {
|
10258 |
transition-delay: 200ms;
|
10259 |
}
|
10260 |
|
10261 |
-
.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(2) {
|
10262 |
transition-delay: 400ms;
|
10263 |
}
|
10264 |
|
10265 |
-
.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(3) {
|
10266 |
transition-delay: 600ms;
|
10267 |
}
|
10268 |
|
10269 |
-
.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(4) {
|
10270 |
transition-delay: 800ms;
|
10271 |
}
|
10272 |
|
10273 |
-
.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(5) {
|
10274 |
transition-delay: 1000ms;
|
10275 |
}
|
10276 |
|
10277 |
-
.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(6) {
|
10278 |
transition-delay: 1200ms;
|
10279 |
}
|
10280 |
|
10281 |
-
.qodef-item-showcase.qodef-qi--has-appear.qodef-qi--appeared {
|
10282 |
visibility: visible;
|
10283 |
}
|
10284 |
|
10285 |
-
.qodef-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-image {
|
10286 |
opacity: 1;
|
10287 |
transform: translateY(0);
|
10288 |
}
|
10289 |
|
10290 |
-
.qodef-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-item {
|
10291 |
opacity: 1;
|
10292 |
transform: translateY(0);
|
10293 |
}
|
@@ -10295,81 +10301,81 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10295 |
/* ==========================================================================
|
10296 |
Item Showcase List styles
|
10297 |
========================================================================== */
|
10298 |
-
.qodef-item-showcase.qodef-layout--side-icon .qodef-m-item {
|
10299 |
display: flex;
|
10300 |
align-items: flex-start;
|
10301 |
}
|
10302 |
|
10303 |
-
.qodef-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
|
10304 |
flex-direction: row-reverse;
|
10305 |
}
|
10306 |
|
10307 |
@media only screen and (max-width: 1024px) {
|
10308 |
-
.qodef-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
|
10309 |
flex-direction: row;
|
10310 |
}
|
10311 |
}
|
10312 |
|
10313 |
-
.qodef-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
|
10314 |
margin-left: .5em;
|
10315 |
}
|
10316 |
|
10317 |
@media only screen and (max-width: 1024px) {
|
10318 |
-
.qodef-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
|
10319 |
margin-left: 0;
|
10320 |
margin-right: .5em;
|
10321 |
}
|
10322 |
}
|
10323 |
|
10324 |
-
.qodef-item-showcase.qodef-layout--side-icon .qodef--right .qodef-e-side-holder {
|
10325 |
margin-right: .5em;
|
10326 |
}
|
10327 |
|
10328 |
-
.qodef-item-showcase.qodef-layout--side-icon .qodef-e-icon-holder {
|
10329 |
font-size: 3em;
|
10330 |
flex-shrink: 0;
|
10331 |
}
|
10332 |
|
10333 |
-
.qodef-item-showcase.qodef-layout--side-icon .qodef-e-content-holder {
|
10334 |
flex: 1;
|
10335 |
}
|
10336 |
|
10337 |
/* ==========================================================================
|
10338 |
Item Showcase List styles
|
10339 |
========================================================================== */
|
10340 |
-
.qodef-item-showcase.qodef-layout--standard .qodef-e-number,
|
10341 |
-
.qodef-item-showcase.qodef-layout--standard .qodef-e-icon-holder {
|
10342 |
margin-bottom: .4em;
|
10343 |
}
|
10344 |
|
10345 |
/* ==========================================================================
|
10346 |
Section Title shortcode styles
|
10347 |
========================================================================== */
|
10348 |
-
.qodef-message-box {
|
10349 |
background: #d5eaf4;
|
10350 |
padding: 40px 40px;
|
10351 |
display: flex;
|
10352 |
transition: opacity .19s ease, visibility .19s ease;
|
10353 |
}
|
10354 |
|
10355 |
-
.qodef-message-box.qodef-hidden {
|
10356 |
opacity: 0;
|
10357 |
visibility: hidden;
|
10358 |
}
|
10359 |
|
10360 |
-
.qodef-message-box.qodef-icon--middle {
|
10361 |
align-items: center;
|
10362 |
}
|
10363 |
|
10364 |
-
.qodef-message-box.qodef-icon--top {
|
10365 |
align-items: flex-start;
|
10366 |
}
|
10367 |
|
10368 |
-
.qodef-message-box.qodef-icon--bottom {
|
10369 |
align-items: flex-end;
|
10370 |
}
|
10371 |
|
10372 |
-
.qodef-message-box .qodef-m-close-icon {
|
10373 |
position: absolute;
|
10374 |
right: 17px;
|
10375 |
top: 17px;
|
@@ -10378,27 +10384,27 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10378 |
transition: color .25s ease-in-out;
|
10379 |
}
|
10380 |
|
10381 |
-
.qodef-message-box .qodef-m-close-icon i {
|
10382 |
color: inherit;
|
10383 |
}
|
10384 |
|
10385 |
-
.qodef-message-box .qodef-m-close-icon svg {
|
10386 |
width: 30px;
|
10387 |
height: auto;
|
10388 |
fill: currentColor;
|
10389 |
stroke: currentColor;
|
10390 |
}
|
10391 |
|
10392 |
-
.qodef-message-box .qodef-m-icon {
|
10393 |
line-height: 1;
|
10394 |
margin-right: 20px;
|
10395 |
}
|
10396 |
|
10397 |
-
.qodef-message-box .qodef-m-title {
|
10398 |
margin: 0;
|
10399 |
}
|
10400 |
|
10401 |
-
.qodef-message-box .qodef-m-text {
|
10402 |
margin: 0;
|
10403 |
}
|
10404 |
|
@@ -10409,50 +10415,50 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10409 |
/* ==========================================================================
|
10410 |
Parallax Images style - begin
|
10411 |
========================================================================== */
|
10412 |
-
.qodef-parallax-images {
|
10413 |
position: relative;
|
10414 |
display: inline-block;
|
10415 |
width: 100%;
|
10416 |
vertical-align: top;
|
10417 |
}
|
10418 |
|
10419 |
-
.qodef-parallax-images .qodef-m-images {
|
10420 |
position: relative;
|
10421 |
display: inline-block;
|
10422 |
vertical-align: middle;
|
10423 |
}
|
10424 |
|
10425 |
-
.qodef-browser--ms-explorer .qodef-parallax-images .qodef-m-images {
|
10426 |
width: 100%;
|
10427 |
}
|
10428 |
|
10429 |
-
.e--ua-firefox .qodef-parallax-images .qodef-m-images img {
|
10430 |
-webkit-backface-visibility: hidden;
|
10431 |
backface-visibility: hidden;
|
10432 |
}
|
10433 |
|
10434 |
-
.qodef-parallax-images .qodef-e-parallax-image {
|
10435 |
position: absolute;
|
10436 |
display: block;
|
10437 |
transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
|
10438 |
}
|
10439 |
|
10440 |
-
.qodef-parallax-images .qodef-e-parallax-image.qodef-position--top-left {
|
10441 |
top: 0;
|
10442 |
left: 0;
|
10443 |
}
|
10444 |
|
10445 |
-
.qodef-parallax-images .qodef-e-parallax-image.qodef-position--top-right {
|
10446 |
top: 0;
|
10447 |
right: 0;
|
10448 |
}
|
10449 |
|
10450 |
-
.qodef-parallax-images .qodef-e-parallax-image.qodef-position--bottom-left {
|
10451 |
bottom: 0;
|
10452 |
left: 0;
|
10453 |
}
|
10454 |
|
10455 |
-
.qodef-parallax-images .qodef-e-parallax-image.qodef-position--bottom-right {
|
10456 |
bottom: 0;
|
10457 |
right: 0;
|
10458 |
}
|
@@ -10463,17 +10469,17 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10463 |
/* ==========================================================================
|
10464 |
Preview Slider shortcode styles
|
10465 |
========================================================================== */
|
10466 |
-
.qodef-preview-slider {
|
10467 |
position: relative;
|
10468 |
opacity: 0;
|
10469 |
transition: opacity .35s ease-out;
|
10470 |
}
|
10471 |
|
10472 |
-
.qodef-preview-slider.qodef--visible {
|
10473 |
opacity: 1;
|
10474 |
}
|
10475 |
|
10476 |
-
.qodef-preview-slider .qodef-preview-slider-device-holder {
|
10477 |
position: absolute;
|
10478 |
top: 0;
|
10479 |
left: 50%;
|
@@ -10481,7 +10487,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10481 |
z-index: 10;
|
10482 |
}
|
10483 |
|
10484 |
-
.qodef-preview-slider .qodef-preview-slider-device {
|
10485 |
position: absolute;
|
10486 |
margin: auto;
|
10487 |
width: 214px;
|
@@ -10489,18 +10495,18 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10489 |
right: 50px;
|
10490 |
}
|
10491 |
|
10492 |
-
.qodef-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image {
|
10493 |
position: relative;
|
10494 |
pointer-events: none;
|
10495 |
z-index: 10;
|
10496 |
}
|
10497 |
|
10498 |
-
.qodef-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image img {
|
10499 |
width: 100%;
|
10500 |
filter: drop-shadow(0px 6px 16.8px rgba(0, 0, 0, 0.07));
|
10501 |
}
|
10502 |
|
10503 |
-
.qodef-preview-slider .qodef-preview-slider-device .qodef-m-items {
|
10504 |
position: absolute;
|
10505 |
top: 0;
|
10506 |
left: 0;
|
@@ -10509,17 +10515,17 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10509 |
z-index: 5;
|
10510 |
}
|
10511 |
|
10512 |
-
.qodef-preview-slider .qodef-preview-slider-device .qodef-qi-swiper-container {
|
10513 |
overflow: hidden;
|
10514 |
height: 100%;
|
10515 |
padding: 0 !important;
|
10516 |
}
|
10517 |
|
10518 |
-
.qodef-preview-slider .qodef-preview-slider-device .qodef-m-item {
|
10519 |
height: 100%;
|
10520 |
}
|
10521 |
|
10522 |
-
.qodef-preview-slider .qodef-preview-slider-device .qodef-m-item img {
|
10523 |
height: 100%;
|
10524 |
-o-object-fit: cover;
|
10525 |
object-fit: cover;
|
@@ -10528,100 +10534,100 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10528 |
/* ==========================================================================
|
10529 |
Pricing List shortcode styles
|
10530 |
========================================================================== */
|
10531 |
-
.qodef-pricing-list {
|
10532 |
position: relative;
|
10533 |
display: inline-block;
|
10534 |
width: 100%;
|
10535 |
vertical-align: top;
|
10536 |
}
|
10537 |
|
10538 |
-
.qodef-pricing-list .qodef-m-item:not(:last-child) {
|
10539 |
margin-bottom: 35px;
|
10540 |
}
|
10541 |
|
10542 |
-
.qodef-pricing-list .qodef-m-item.qodef-has-discount .qodef-e-heading-price {
|
10543 |
text-decoration: line-through;
|
10544 |
margin-right: .25em;
|
10545 |
}
|
10546 |
|
10547 |
-
.qodef-pricing-list .qodef-e-heading {
|
10548 |
display: flex;
|
10549 |
align-items: baseline;
|
10550 |
}
|
10551 |
|
10552 |
-
.qodef-pricing-list .qodef-e-heading .qodef-e-image {
|
10553 |
max-width: 20%;
|
10554 |
}
|
10555 |
|
10556 |
-
.qodef-pricing-list .qodef-e-heading .qodef-e-image img {
|
10557 |
margin-left: 10px;
|
10558 |
}
|
10559 |
|
10560 |
-
.qodef-pricing-list .qodef-e-heading-title {
|
10561 |
margin: 0;
|
10562 |
}
|
10563 |
|
10564 |
-
.qodef-pricing-list .qodef-e-heading-line {
|
10565 |
flex-grow: 1;
|
10566 |
margin: 0 8px;
|
10567 |
border-bottom: 1px solid #ebebeb;
|
10568 |
}
|
10569 |
|
10570 |
-
.qodef-pricing-list .qodef-e-heading-price,
|
10571 |
-
.qodef-pricing-list .qodef-e-heading-discount-price {
|
10572 |
margin: 0;
|
10573 |
color: #111111;
|
10574 |
}
|
10575 |
|
10576 |
-
.qodef-pricing-list .qodef-e-description {
|
10577 |
margin: .5em 0 0;
|
10578 |
color: #9c9c9c;
|
10579 |
}
|
10580 |
|
10581 |
-
.qodef-pricing-list .qodef-m-button {
|
10582 |
margin-top: 30px;
|
10583 |
}
|
10584 |
|
10585 |
-
.qodef-pricing-list.qodef-pricing-line--pattern .qodef-e-heading-line {
|
10586 |
height: 5px;
|
10587 |
background-repeat: repeat;
|
10588 |
border: none;
|
10589 |
}
|
10590 |
|
10591 |
-
.qodef-pricing-list.qodef-pricing-line--dashed .qodef-e-heading-line {
|
10592 |
border-bottom-style: dashed;
|
10593 |
}
|
10594 |
|
10595 |
-
.qodef-pricing-list.qodef-pricing-line--dotted .qodef-e-heading-line {
|
10596 |
border-bottom-style: dotted;
|
10597 |
}
|
10598 |
|
10599 |
-
.qodef-pricing-list.qodef-with-separator .qodef-m-item:not(:last-child) {
|
10600 |
border-bottom: 1px solid #ebebeb;
|
10601 |
}
|
10602 |
|
10603 |
/* ==========================================================================
|
10604 |
Pricing List shortcode styles
|
10605 |
========================================================================== */
|
10606 |
-
.qodef-pricing-list.qodef-layout--image-before .qodef-m-item {
|
10607 |
display: flex;
|
10608 |
align-items: center;
|
10609 |
}
|
10610 |
|
10611 |
-
.qodef-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-image {
|
10612 |
max-width: 25%;
|
10613 |
flex-shrink: 0;
|
10614 |
margin-right: 24px;
|
10615 |
}
|
10616 |
|
10617 |
-
.qodef-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-item-holder {
|
10618 |
flex: 1;
|
10619 |
}
|
10620 |
|
10621 |
/* ==========================================================================
|
10622 |
Pricing Table shortcode styles
|
10623 |
========================================================================== */
|
10624 |
-
.qodef-pricing-table {
|
10625 |
position: relative;
|
10626 |
display: inline-block;
|
10627 |
width: 100%;
|
@@ -10629,25 +10635,25 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10629 |
overflow: hidden;
|
10630 |
}
|
10631 |
|
10632 |
-
.qodef-pricing-table.qodef-status--featured {
|
10633 |
transform: translateY(-18px);
|
10634 |
}
|
10635 |
|
10636 |
-
.qodef-pricing-table .qodef-m-inner {
|
10637 |
position: relative;
|
10638 |
padding: 45px;
|
10639 |
}
|
10640 |
|
10641 |
-
.qodef-pricing-table .qodef-m-title {
|
10642 |
margin: 0;
|
10643 |
}
|
10644 |
|
10645 |
-
.qodef-pricing-table .qodef-m-price {
|
10646 |
display: flex;
|
10647 |
align-items: baseline;
|
10648 |
}
|
10649 |
|
10650 |
-
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
|
10651 |
display: inline-flex;
|
10652 |
margin: 0;
|
10653 |
line-height: 1;
|
@@ -10655,58 +10661,58 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10655 |
align-items: baseline;
|
10656 |
}
|
10657 |
|
10658 |
-
.qodef-pricing-table .qodef-m-price .qodef-m-price-currency {
|
10659 |
align-self: flex-start;
|
10660 |
}
|
10661 |
|
10662 |
-
.qodef-pricing-table.qodef-period--side .qodef-m-price-period {
|
10663 |
margin-left: 5px;
|
10664 |
}
|
10665 |
|
10666 |
-
.qodef-pricing-table.qodef-period--bottom .qodef-m-price {
|
10667 |
flex-direction: column;
|
10668 |
}
|
10669 |
|
10670 |
-
.qodef-pricing-table.qodef-period--bottom .qodef-m-price-period {
|
10671 |
margin: 0;
|
10672 |
}
|
10673 |
|
10674 |
-
.qodef-pricing-table .qodef-m-content {
|
10675 |
padding: 25px 0 0;
|
10676 |
margin: 0;
|
10677 |
}
|
10678 |
|
10679 |
-
.qodef-pricing-table .qodef-m-content li {
|
10680 |
margin-bottom: 8px;
|
10681 |
}
|
10682 |
|
10683 |
-
.qodef-pricing-table .qodef-m-content li:last-child {
|
10684 |
margin-bottom: 0;
|
10685 |
}
|
10686 |
|
10687 |
-
.qodef-pricing-table .qodef-m-content li.qodef--excluded {
|
10688 |
text-decoration: line-through;
|
10689 |
color: rgba(17, 17, 17, 0.6);
|
10690 |
}
|
10691 |
|
10692 |
-
.qodef-pricing-table .qodef-m-button .qodef-button {
|
10693 |
margin: 25px 0 0;
|
10694 |
}
|
10695 |
|
10696 |
-
.qodef-pricing-table .qodef-m-label {
|
10697 |
position: absolute;
|
10698 |
right: 15px;
|
10699 |
color: #fff;
|
10700 |
background-color: #111;
|
10701 |
}
|
10702 |
|
10703 |
-
.qodef-pricing-table.qodef-label-type--badge .qodef-m-label {
|
10704 |
top: 15px;
|
10705 |
border-radius: 50px;
|
10706 |
padding: 10px;
|
10707 |
}
|
10708 |
|
10709 |
-
.qodef-pricing-table.qodef-label-type--ribbon .qodef-m-label {
|
10710 |
top: -1px;
|
10711 |
border-radius: 50px 0 0 50px;
|
10712 |
transform: rotate(-90deg) translate(0, -100%);
|
@@ -10714,56 +10720,56 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10714 |
padding: 5px 15px;
|
10715 |
}
|
10716 |
|
10717 |
-
.qodef-pricing-table.qodef-list-style-icon .qodef-m-content {
|
10718 |
list-style-type: none;
|
10719 |
}
|
10720 |
|
10721 |
-
.qodef-pricing-table.qodef-list-style-icon .qodef-m-content svg {
|
10722 |
width: 1em;
|
10723 |
fill: currentColor;
|
10724 |
stroke: currentColor;
|
10725 |
}
|
10726 |
|
10727 |
-
.qodef-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-m-content {
|
10728 |
margin: 0 calc(-1em - 5px);
|
10729 |
}
|
10730 |
|
10731 |
-
.qodef-pricing-table.qodef-list-style-icon.qodef-list-style--outside li {
|
10732 |
position: relative;
|
10733 |
display: flex;
|
10734 |
}
|
10735 |
|
10736 |
-
.qodef-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-icon {
|
10737 |
position: absolute;
|
10738 |
left: 0;
|
10739 |
}
|
10740 |
|
10741 |
-
.qodef-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-text {
|
10742 |
flex: 1;
|
10743 |
padding: 0 5px;
|
10744 |
margin: 0 1em;
|
10745 |
}
|
10746 |
|
10747 |
-
.qodef-pricing-table.qodef-list-style--inside .qodef-m-content {
|
10748 |
list-style-position: inside;
|
10749 |
}
|
10750 |
|
10751 |
-
.qodef-pricing-table.qodef-list-type--none .qodef-m-content {
|
10752 |
list-style-type: none;
|
10753 |
}
|
10754 |
|
10755 |
-
.qodef-pricing-table .qodef-separator .qodef-m-line {
|
10756 |
width: 30px;
|
10757 |
}
|
10758 |
|
10759 |
/* ==========================================================================
|
10760 |
Pricing Table shortcode styles
|
10761 |
========================================================================== */
|
10762 |
-
.qodef-pricing-table.qodef-layout--cascading .qodef-m-inner {
|
10763 |
padding: 50px;
|
10764 |
}
|
10765 |
|
10766 |
-
.qodef-pricing-table.qodef-layout--cascading .qodef-m-title {
|
10767 |
background-color: #f6f6f6;
|
10768 |
padding: 30px 50px;
|
10769 |
}
|
@@ -10771,26 +10777,26 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10771 |
/* ==========================================================================
|
10772 |
Pricing Table shortcode styles
|
10773 |
========================================================================== */
|
10774 |
-
.qodef-pricing-table.qodef-layout--minimal {
|
10775 |
border-width: 0 0 0 1px;
|
10776 |
}
|
10777 |
|
10778 |
-
.qodef-pricing-table.qodef-layout--minimal .qodef-m-inner {
|
10779 |
padding: 0 0 0 15px;
|
10780 |
}
|
10781 |
|
10782 |
-
.qodef-pricing-table.qodef-layout--minimal .qodef-m-price-wrapper {
|
10783 |
margin: 0 0 .5em;
|
10784 |
}
|
10785 |
|
10786 |
/* ==========================================================================
|
10787 |
Pricing Table shortcode styles
|
10788 |
========================================================================== */
|
10789 |
-
.qodef-pricing-table.qodef-layout--simple .qodef-m-inner {
|
10790 |
padding: 0 50px 40px;
|
10791 |
}
|
10792 |
|
10793 |
-
.qodef-pricing-table.qodef-layout--simple .qodef-m-title-wrapper {
|
10794 |
background-color: #f6f6f6;
|
10795 |
padding: 40px 20px;
|
10796 |
}
|
@@ -10798,77 +10804,77 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10798 |
/* ==========================================================================
|
10799 |
Pricing Table shortcode styles
|
10800 |
========================================================================== */
|
10801 |
-
.qodef-pricing-table.qodef-layout--standard .qodef-m-title {
|
10802 |
margin: 0 0 1em;
|
10803 |
}
|
10804 |
|
10805 |
/* ==========================================================================
|
10806 |
Pricing Table shortcode styles
|
10807 |
========================================================================== */
|
10808 |
-
.qodef-pricing-table.qodef-layout--vertical-image {
|
10809 |
display: flex;
|
10810 |
}
|
10811 |
|
10812 |
-
.qodef-pricing-table.qodef-layout--vertical-image .qodef-m-inner {
|
10813 |
flex: 1;
|
10814 |
}
|
10815 |
|
10816 |
-
.qodef-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder {
|
10817 |
width: 90px;
|
10818 |
max-width: 60%;
|
10819 |
}
|
10820 |
|
10821 |
-
.qodef-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder .qodef-m-image {
|
10822 |
height: 100%;
|
10823 |
}
|
10824 |
|
10825 |
-
.qodef-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder img {
|
10826 |
height: 100%;
|
10827 |
-o-object-fit: cover;
|
10828 |
object-fit: cover;
|
10829 |
}
|
10830 |
|
10831 |
-
.qodef-pricing-table.qodef-layout--vertical-image .qodef-m-title {
|
10832 |
margin-bottom: 1em;
|
10833 |
}
|
10834 |
|
10835 |
/* ==========================================================================
|
10836 |
Pricing Table shortcode styles
|
10837 |
========================================================================== */
|
10838 |
-
.qodef-pricing-table.qodef-layout--with-icon .qodef-m-inner {
|
10839 |
padding: 0;
|
10840 |
}
|
10841 |
|
10842 |
-
.qodef-pricing-table.qodef-layout--with-icon .qodef-m-top {
|
10843 |
padding: 50px;
|
10844 |
}
|
10845 |
|
10846 |
-
.qodef-pricing-table.qodef-layout--with-icon .qodef-m-content {
|
10847 |
padding: 0;
|
10848 |
}
|
10849 |
|
10850 |
-
.qodef-pricing-table.qodef-layout--with-icon .qodef-m-content .qodef-e-item {
|
10851 |
padding: 27px 50px;
|
10852 |
margin: 0;
|
10853 |
border-top: 1px solid #ebebeb;
|
10854 |
}
|
10855 |
|
10856 |
-
.qodef-pricing-table.qodef-layout--with-icon .qodef-m-title-icon {
|
10857 |
line-height: 1em;
|
10858 |
}
|
10859 |
|
10860 |
-
.qodef-pricing-table.qodef-layout--with-icon .qodef-m-title-icon svg {
|
10861 |
width: 1em;
|
10862 |
vertical-align: top;
|
10863 |
fill: currentColor;
|
10864 |
stroke: currentColor;
|
10865 |
}
|
10866 |
|
10867 |
-
.qodef-pricing-table.qodef-layout--with-icon .qodef-m-title {
|
10868 |
margin: .7em 0 1em;
|
10869 |
}
|
10870 |
|
10871 |
-
.qodef-pricing-table.qodef-layout--with-icon .qodef-m-button .qodef-button {
|
10872 |
width: 100%;
|
10873 |
text-align: center;
|
10874 |
margin-top: 0;
|
@@ -10877,24 +10883,24 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10877 |
/* ==========================================================================
|
10878 |
Process shortcode styles
|
10879 |
========================================================================== */
|
10880 |
-
.qodef-process.qodef-grid > .qodef-grid-inner {
|
10881 |
margin: 0;
|
10882 |
}
|
10883 |
|
10884 |
-
.qodef-process.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
|
10885 |
padding: 0;
|
10886 |
}
|
10887 |
|
10888 |
-
.qodef-process.qodef-grid > .qodef-grid-inner > .qodef-grid-item:last-child .qodef-e-line {
|
10889 |
display: none;
|
10890 |
}
|
10891 |
|
10892 |
-
.qodef-process .qodef-e-icon-holder {
|
10893 |
position: relative;
|
10894 |
z-index: 5;
|
10895 |
}
|
10896 |
|
10897 |
-
.qodef-process .qodef-e-icon {
|
10898 |
position: relative;
|
10899 |
display: flex;
|
10900 |
align-items: center;
|
@@ -10908,7 +10914,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10908 |
z-index: 3;
|
10909 |
}
|
10910 |
|
10911 |
-
.qodef-process .qodef-e-number {
|
10912 |
position: absolute;
|
10913 |
top: 0;
|
10914 |
right: 0;
|
@@ -10924,36 +10930,36 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10924 |
justify-content: center;
|
10925 |
}
|
10926 |
|
10927 |
-
.qodef-process .qodef-e-line {
|
10928 |
position: absolute;
|
10929 |
z-index: 2;
|
10930 |
}
|
10931 |
|
10932 |
-
.qodef-process .qodef-e-title {
|
10933 |
margin: 2em 0 0;
|
10934 |
}
|
10935 |
|
10936 |
-
.qodef-process .qodef-e-text {
|
10937 |
margin: .3em 0 0;
|
10938 |
}
|
10939 |
|
10940 |
/* ==========================================================================
|
10941 |
Horizontal Process shortcode styles
|
10942 |
========================================================================== */
|
10943 |
-
.qodef-process.qodef-item-layout--horizontal .qodef-e-number {
|
10944 |
width: 2.8em;
|
10945 |
height: 2.8em;
|
10946 |
font-size: 20px;
|
10947 |
}
|
10948 |
|
10949 |
-
.qodef-process.qodef-item-layout--horizontal .qodef-e-line {
|
10950 |
top: 50%;
|
10951 |
left: 50%;
|
10952 |
width: 100%;
|
10953 |
height: auto;
|
10954 |
}
|
10955 |
|
10956 |
-
.qodef-process.qodef-item-layout--horizontal .qodef-e-line-inner {
|
10957 |
width: 100%;
|
10958 |
height: 100%;
|
10959 |
border-bottom: #acacac;
|
@@ -10962,376 +10968,376 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
10962 |
left: 0;
|
10963 |
}
|
10964 |
|
10965 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
|
10966 |
transition: transform 1s;
|
10967 |
transform-origin: left;
|
10968 |
transform: scaleX(0);
|
10969 |
}
|
10970 |
|
10971 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-icon {
|
10972 |
transition: transform .35s, opacity .2s;
|
10973 |
transform: scale(0.8);
|
10974 |
opacity: 0;
|
10975 |
}
|
10976 |
|
10977 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-title,
|
10978 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-text {
|
10979 |
transition: transform .35s, opacity .2s;
|
10980 |
transform: translateY(10px);
|
10981 |
opacity: 0;
|
10982 |
}
|
10983 |
|
10984 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) {
|
10985 |
transition-delay: 0s;
|
10986 |
}
|
10987 |
|
10988 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
|
10989 |
transition-delay: 0.25s;
|
10990 |
}
|
10991 |
|
10992 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
|
10993 |
transition-delay: 0s;
|
10994 |
}
|
10995 |
|
10996 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title,
|
10997 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text {
|
10998 |
transition-delay: 0.1s;
|
10999 |
}
|
11000 |
|
11001 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) {
|
11002 |
transition-delay: 0.35s;
|
11003 |
}
|
11004 |
|
11005 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
|
11006 |
transition-delay: 0.6s;
|
11007 |
}
|
11008 |
|
11009 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
|
11010 |
transition-delay: 0.35s;
|
11011 |
}
|
11012 |
|
11013 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title,
|
11014 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text {
|
11015 |
transition-delay: 0.45s;
|
11016 |
}
|
11017 |
|
11018 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) {
|
11019 |
transition-delay: 0.7s;
|
11020 |
}
|
11021 |
|
11022 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
|
11023 |
transition-delay: 0.95s;
|
11024 |
}
|
11025 |
|
11026 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
|
11027 |
transition-delay: 0.7s;
|
11028 |
}
|
11029 |
|
11030 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title,
|
11031 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text {
|
11032 |
transition-delay: 0.8s;
|
11033 |
}
|
11034 |
|
11035 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) {
|
11036 |
transition-delay: 1.05s;
|
11037 |
}
|
11038 |
|
11039 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
|
11040 |
transition-delay: 1.3s;
|
11041 |
}
|
11042 |
|
11043 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
|
11044 |
transition-delay: 1.05s;
|
11045 |
}
|
11046 |
|
11047 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title,
|
11048 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text {
|
11049 |
transition-delay: 1.15s;
|
11050 |
}
|
11051 |
|
11052 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) {
|
11053 |
transition-delay: 1.4s;
|
11054 |
}
|
11055 |
|
11056 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
|
11057 |
transition-delay: 1.65s;
|
11058 |
}
|
11059 |
|
11060 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
|
11061 |
transition-delay: 1.4s;
|
11062 |
}
|
11063 |
|
11064 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title,
|
11065 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text {
|
11066 |
transition-delay: 1.5s;
|
11067 |
}
|
11068 |
|
11069 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) {
|
11070 |
transition-delay: 1.75s;
|
11071 |
}
|
11072 |
|
11073 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
|
11074 |
transition-delay: 2s;
|
11075 |
}
|
11076 |
|
11077 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
|
11078 |
transition-delay: 1.75s;
|
11079 |
}
|
11080 |
|
11081 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title,
|
11082 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text {
|
11083 |
transition-delay: 1.85s;
|
11084 |
}
|
11085 |
|
11086 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) {
|
11087 |
transition-delay: 2.1s;
|
11088 |
}
|
11089 |
|
11090 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
|
11091 |
transition-delay: 2.35s;
|
11092 |
}
|
11093 |
|
11094 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
|
11095 |
transition-delay: 2.1s;
|
11096 |
}
|
11097 |
|
11098 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title,
|
11099 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text {
|
11100 |
transition-delay: 2.2s;
|
11101 |
}
|
11102 |
|
11103 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) {
|
11104 |
transition-delay: 2.45s;
|
11105 |
}
|
11106 |
|
11107 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
|
11108 |
transition-delay: 2.7s;
|
11109 |
}
|
11110 |
|
11111 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
|
11112 |
transition-delay: 2.45s;
|
11113 |
}
|
11114 |
|
11115 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title,
|
11116 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text {
|
11117 |
transition-delay: 2.55s;
|
11118 |
}
|
11119 |
|
11120 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) {
|
11121 |
transition-delay: 2.8s;
|
11122 |
}
|
11123 |
|
11124 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
|
11125 |
transition-delay: 3.05s;
|
11126 |
}
|
11127 |
|
11128 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
|
11129 |
transition-delay: 2.8s;
|
11130 |
}
|
11131 |
|
11132 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title,
|
11133 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text {
|
11134 |
transition-delay: 2.9s;
|
11135 |
}
|
11136 |
|
11137 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) {
|
11138 |
transition-delay: 3.15s;
|
11139 |
}
|
11140 |
|
11141 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
|
11142 |
transition-delay: 3.4s;
|
11143 |
}
|
11144 |
|
11145 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
|
11146 |
transition-delay: 3.15s;
|
11147 |
}
|
11148 |
|
11149 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title,
|
11150 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text {
|
11151 |
transition-delay: 3.25s;
|
11152 |
}
|
11153 |
|
11154 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) {
|
11155 |
transition-delay: 3.5s;
|
11156 |
}
|
11157 |
|
11158 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
|
11159 |
transition-delay: 3.75s;
|
11160 |
}
|
11161 |
|
11162 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
|
11163 |
transition-delay: 3.5s;
|
11164 |
}
|
11165 |
|
11166 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title,
|
11167 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text {
|
11168 |
transition-delay: 3.6s;
|
11169 |
}
|
11170 |
|
11171 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) {
|
11172 |
transition-delay: 3.85s;
|
11173 |
}
|
11174 |
|
11175 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
|
11176 |
transition-delay: 4.1s;
|
11177 |
}
|
11178 |
|
11179 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
|
11180 |
transition-delay: 3.85s;
|
11181 |
}
|
11182 |
|
11183 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title,
|
11184 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text {
|
11185 |
transition-delay: 3.95s;
|
11186 |
}
|
11187 |
|
11188 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) {
|
11189 |
transition-delay: 4.2s;
|
11190 |
}
|
11191 |
|
11192 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
|
11193 |
transition-delay: 4.45s;
|
11194 |
}
|
11195 |
|
11196 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
|
11197 |
transition-delay: 4.2s;
|
11198 |
}
|
11199 |
|
11200 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title,
|
11201 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text {
|
11202 |
transition-delay: 4.3s;
|
11203 |
}
|
11204 |
|
11205 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) {
|
11206 |
transition-delay: 4.55s;
|
11207 |
}
|
11208 |
|
11209 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
|
11210 |
transition-delay: 4.8s;
|
11211 |
}
|
11212 |
|
11213 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
|
11214 |
transition-delay: 4.55s;
|
11215 |
}
|
11216 |
|
11217 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title,
|
11218 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text {
|
11219 |
transition-delay: 4.65s;
|
11220 |
}
|
11221 |
|
11222 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) {
|
11223 |
transition-delay: 4.9s;
|
11224 |
}
|
11225 |
|
11226 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
|
11227 |
transition-delay: 5.15s;
|
11228 |
}
|
11229 |
|
11230 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
|
11231 |
transition-delay: 4.9s;
|
11232 |
}
|
11233 |
|
11234 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title,
|
11235 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text {
|
11236 |
transition-delay: 5s;
|
11237 |
}
|
11238 |
|
11239 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) {
|
11240 |
transition-delay: 5.25s;
|
11241 |
}
|
11242 |
|
11243 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
|
11244 |
transition-delay: 5.5s;
|
11245 |
}
|
11246 |
|
11247 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
|
11248 |
transition-delay: 5.25s;
|
11249 |
}
|
11250 |
|
11251 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title,
|
11252 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text {
|
11253 |
transition-delay: 5.35s;
|
11254 |
}
|
11255 |
|
11256 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) {
|
11257 |
transition-delay: 5.6s;
|
11258 |
}
|
11259 |
|
11260 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
|
11261 |
transition-delay: 5.85s;
|
11262 |
}
|
11263 |
|
11264 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
|
11265 |
transition-delay: 5.6s;
|
11266 |
}
|
11267 |
|
11268 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title,
|
11269 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text {
|
11270 |
transition-delay: 5.7s;
|
11271 |
}
|
11272 |
|
11273 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) {
|
11274 |
transition-delay: 5.95s;
|
11275 |
}
|
11276 |
|
11277 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
|
11278 |
transition-delay: 6.2s;
|
11279 |
}
|
11280 |
|
11281 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
|
11282 |
transition-delay: 5.95s;
|
11283 |
}
|
11284 |
|
11285 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title,
|
11286 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text {
|
11287 |
transition-delay: 6.05s;
|
11288 |
}
|
11289 |
|
11290 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) {
|
11291 |
transition-delay: 6.3s;
|
11292 |
}
|
11293 |
|
11294 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
|
11295 |
transition-delay: 6.55s;
|
11296 |
}
|
11297 |
|
11298 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
|
11299 |
transition-delay: 6.3s;
|
11300 |
}
|
11301 |
|
11302 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title,
|
11303 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text {
|
11304 |
transition-delay: 6.4s;
|
11305 |
}
|
11306 |
|
11307 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) {
|
11308 |
transition-delay: 6.65s;
|
11309 |
}
|
11310 |
|
11311 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
|
11312 |
transition-delay: 6.9s;
|
11313 |
}
|
11314 |
|
11315 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
|
11316 |
transition-delay: 6.65s;
|
11317 |
}
|
11318 |
|
11319 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title,
|
11320 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text {
|
11321 |
transition-delay: 6.75s;
|
11322 |
}
|
11323 |
|
11324 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
|
11325 |
transform: scaleX(1);
|
11326 |
}
|
11327 |
|
11328 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
|
11329 |
transform: scale(1);
|
11330 |
opacity: 1;
|
11331 |
}
|
11332 |
|
11333 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title,
|
11334 |
-
.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text {
|
11335 |
transform: translateY(0);
|
11336 |
opacity: 1;
|
11337 |
}
|
@@ -11339,31 +11345,31 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
11339 |
/* ==========================================================================
|
11340 |
Vertical Process shortcode styles
|
11341 |
========================================================================== */
|
11342 |
-
.qodef-process.qodef-item-layout--vertical .qodef-e-content {
|
11343 |
display: flex;
|
11344 |
align-items: stretch;
|
11345 |
}
|
11346 |
|
11347 |
-
.qodef-process.qodef-item-layout--vertical .qodef-e-text-wrapper {
|
11348 |
margin-left: 30px;
|
11349 |
}
|
11350 |
|
11351 |
-
.qodef-process.qodef-item-layout--vertical .qodef-process-item:not(:last-child) .qodef-e-icon-holder {
|
11352 |
padding-bottom: 50px;
|
11353 |
}
|
11354 |
|
11355 |
-
.qodef-process.qodef-item-layout--vertical .qodef-e-icon {
|
11356 |
font-size: 40px;
|
11357 |
}
|
11358 |
|
11359 |
-
.qodef-process.qodef-item-layout--vertical .qodef-e-line {
|
11360 |
top: 0;
|
11361 |
left: 50%;
|
11362 |
height: 100%;
|
11363 |
transform: translateX(-50%);
|
11364 |
}
|
11365 |
|
11366 |
-
.qodef-process.qodef-item-layout--vertical .qodef-e-line-inner {
|
11367 |
width: 100%;
|
11368 |
height: 100%;
|
11369 |
position: absolute;
|
@@ -11372,378 +11378,378 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
11372 |
border-left: 1px solid #acacac;
|
11373 |
}
|
11374 |
|
11375 |
-
.qodef-process.qodef-item-layout--vertical .qodef-e-title {
|
11376 |
margin: 0;
|
11377 |
}
|
11378 |
|
11379 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
|
11380 |
transition: transform .8s;
|
11381 |
transform-origin: top;
|
11382 |
transform: scaleY(0);
|
11383 |
}
|
11384 |
|
11385 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-icon {
|
11386 |
transition: opacity .35s;
|
11387 |
opacity: 0;
|
11388 |
}
|
11389 |
|
11390 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-title,
|
11391 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-text {
|
11392 |
transition: transform .35s, opacity .25s;
|
11393 |
transform: translateY(-10px);
|
11394 |
opacity: 0;
|
11395 |
}
|
11396 |
|
11397 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) {
|
11398 |
transition-delay: 0s;
|
11399 |
}
|
11400 |
|
11401 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
|
11402 |
transition-delay: 0s;
|
11403 |
}
|
11404 |
|
11405 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
|
11406 |
transition-delay: 0s;
|
11407 |
}
|
11408 |
|
11409 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title,
|
11410 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text {
|
11411 |
transition-delay: 0.15s;
|
11412 |
}
|
11413 |
|
11414 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) {
|
11415 |
transition-delay: 0.5s;
|
11416 |
}
|
11417 |
|
11418 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
|
11419 |
transition-delay: 0.5s;
|
11420 |
}
|
11421 |
|
11422 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
|
11423 |
transition-delay: 0.5s;
|
11424 |
}
|
11425 |
|
11426 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title,
|
11427 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text {
|
11428 |
transition-delay: 0.65s;
|
11429 |
}
|
11430 |
|
11431 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) {
|
11432 |
transition-delay: 1s;
|
11433 |
}
|
11434 |
|
11435 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
|
11436 |
transition-delay: 1s;
|
11437 |
}
|
11438 |
|
11439 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
|
11440 |
transition-delay: 1s;
|
11441 |
}
|
11442 |
|
11443 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title,
|
11444 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text {
|
11445 |
transition-delay: 1.15s;
|
11446 |
}
|
11447 |
|
11448 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) {
|
11449 |
transition-delay: 1.5s;
|
11450 |
}
|
11451 |
|
11452 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
|
11453 |
transition-delay: 1.5s;
|
11454 |
}
|
11455 |
|
11456 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
|
11457 |
transition-delay: 1.5s;
|
11458 |
}
|
11459 |
|
11460 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title,
|
11461 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text {
|
11462 |
transition-delay: 1.65s;
|
11463 |
}
|
11464 |
|
11465 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) {
|
11466 |
transition-delay: 2s;
|
11467 |
}
|
11468 |
|
11469 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
|
11470 |
transition-delay: 2s;
|
11471 |
}
|
11472 |
|
11473 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
|
11474 |
transition-delay: 2s;
|
11475 |
}
|
11476 |
|
11477 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title,
|
11478 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text {
|
11479 |
transition-delay: 2.15s;
|
11480 |
}
|
11481 |
|
11482 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) {
|
11483 |
transition-delay: 2.5s;
|
11484 |
}
|
11485 |
|
11486 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
|
11487 |
transition-delay: 2.5s;
|
11488 |
}
|
11489 |
|
11490 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
|
11491 |
transition-delay: 2.5s;
|
11492 |
}
|
11493 |
|
11494 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title,
|
11495 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text {
|
11496 |
transition-delay: 2.65s;
|
11497 |
}
|
11498 |
|
11499 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) {
|
11500 |
transition-delay: 3s;
|
11501 |
}
|
11502 |
|
11503 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
|
11504 |
transition-delay: 3s;
|
11505 |
}
|
11506 |
|
11507 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
|
11508 |
transition-delay: 3s;
|
11509 |
}
|
11510 |
|
11511 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title,
|
11512 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text {
|
11513 |
transition-delay: 3.15s;
|
11514 |
}
|
11515 |
|
11516 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) {
|
11517 |
transition-delay: 3.5s;
|
11518 |
}
|
11519 |
|
11520 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
|
11521 |
transition-delay: 3.5s;
|
11522 |
}
|
11523 |
|
11524 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
|
11525 |
transition-delay: 3.5s;
|
11526 |
}
|
11527 |
|
11528 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title,
|
11529 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text {
|
11530 |
transition-delay: 3.65s;
|
11531 |
}
|
11532 |
|
11533 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) {
|
11534 |
transition-delay: 4s;
|
11535 |
}
|
11536 |
|
11537 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
|
11538 |
transition-delay: 4s;
|
11539 |
}
|
11540 |
|
11541 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
|
11542 |
transition-delay: 4s;
|
11543 |
}
|
11544 |
|
11545 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title,
|
11546 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text {
|
11547 |
transition-delay: 4.15s;
|
11548 |
}
|
11549 |
|
11550 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) {
|
11551 |
transition-delay: 4.5s;
|
11552 |
}
|
11553 |
|
11554 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
|
11555 |
transition-delay: 4.5s;
|
11556 |
}
|
11557 |
|
11558 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
|
11559 |
transition-delay: 4.5s;
|
11560 |
}
|
11561 |
|
11562 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title,
|
11563 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text {
|
11564 |
transition-delay: 4.65s;
|
11565 |
}
|
11566 |
|
11567 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) {
|
11568 |
transition-delay: 5s;
|
11569 |
}
|
11570 |
|
11571 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
|
11572 |
transition-delay: 5s;
|
11573 |
}
|
11574 |
|
11575 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
|
11576 |
transition-delay: 5s;
|
11577 |
}
|
11578 |
|
11579 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title,
|
11580 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text {
|
11581 |
transition-delay: 5.15s;
|
11582 |
}
|
11583 |
|
11584 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) {
|
11585 |
transition-delay: 5.5s;
|
11586 |
}
|
11587 |
|
11588 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
|
11589 |
transition-delay: 5.5s;
|
11590 |
}
|
11591 |
|
11592 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
|
11593 |
transition-delay: 5.5s;
|
11594 |
}
|
11595 |
|
11596 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title,
|
11597 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text {
|
11598 |
transition-delay: 5.65s;
|
11599 |
}
|
11600 |
|
11601 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) {
|
11602 |
transition-delay: 6s;
|
11603 |
}
|
11604 |
|
11605 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
|
11606 |
transition-delay: 6s;
|
11607 |
}
|
11608 |
|
11609 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
|
11610 |
transition-delay: 6s;
|
11611 |
}
|
11612 |
|
11613 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title,
|
11614 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text {
|
11615 |
transition-delay: 6.15s;
|
11616 |
}
|
11617 |
|
11618 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) {
|
11619 |
transition-delay: 6.5s;
|
11620 |
}
|
11621 |
|
11622 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
|
11623 |
transition-delay: 6.5s;
|
11624 |
}
|
11625 |
|
11626 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
|
11627 |
transition-delay: 6.5s;
|
11628 |
}
|
11629 |
|
11630 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title,
|
11631 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text {
|
11632 |
transition-delay: 6.65s;
|
11633 |
}
|
11634 |
|
11635 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) {
|
11636 |
transition-delay: 7s;
|
11637 |
}
|
11638 |
|
11639 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
|
11640 |
transition-delay: 7s;
|
11641 |
}
|
11642 |
|
11643 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
|
11644 |
transition-delay: 7s;
|
11645 |
}
|
11646 |
|
11647 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title,
|
11648 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text {
|
11649 |
transition-delay: 7.15s;
|
11650 |
}
|
11651 |
|
11652 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) {
|
11653 |
transition-delay: 7.5s;
|
11654 |
}
|
11655 |
|
11656 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
|
11657 |
transition-delay: 7.5s;
|
11658 |
}
|
11659 |
|
11660 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
|
11661 |
transition-delay: 7.5s;
|
11662 |
}
|
11663 |
|
11664 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title,
|
11665 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text {
|
11666 |
transition-delay: 7.65s;
|
11667 |
}
|
11668 |
|
11669 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) {
|
11670 |
transition-delay: 8s;
|
11671 |
}
|
11672 |
|
11673 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
|
11674 |
transition-delay: 8s;
|
11675 |
}
|
11676 |
|
11677 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
|
11678 |
transition-delay: 8s;
|
11679 |
}
|
11680 |
|
11681 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title,
|
11682 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text {
|
11683 |
transition-delay: 8.15s;
|
11684 |
}
|
11685 |
|
11686 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) {
|
11687 |
transition-delay: 8.5s;
|
11688 |
}
|
11689 |
|
11690 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
|
11691 |
transition-delay: 8.5s;
|
11692 |
}
|
11693 |
|
11694 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
|
11695 |
transition-delay: 8.5s;
|
11696 |
}
|
11697 |
|
11698 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title,
|
11699 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text {
|
11700 |
transition-delay: 8.65s;
|
11701 |
}
|
11702 |
|
11703 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) {
|
11704 |
transition-delay: 9s;
|
11705 |
}
|
11706 |
|
11707 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
|
11708 |
transition-delay: 9s;
|
11709 |
}
|
11710 |
|
11711 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
|
11712 |
transition-delay: 9s;
|
11713 |
}
|
11714 |
|
11715 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title,
|
11716 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text {
|
11717 |
transition-delay: 9.15s;
|
11718 |
}
|
11719 |
|
11720 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) {
|
11721 |
transition-delay: 9.5s;
|
11722 |
}
|
11723 |
|
11724 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
|
11725 |
transition-delay: 9.5s;
|
11726 |
}
|
11727 |
|
11728 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
|
11729 |
transition-delay: 9.5s;
|
11730 |
}
|
11731 |
|
11732 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title,
|
11733 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text {
|
11734 |
transition-delay: 9.65s;
|
11735 |
}
|
11736 |
|
11737 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
|
11738 |
transform: scaleY(1);
|
11739 |
}
|
11740 |
|
11741 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
|
11742 |
opacity: 1;
|
11743 |
}
|
11744 |
|
11745 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title,
|
11746 |
-
.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text {
|
11747 |
transform: translateX(0);
|
11748 |
opacity: 1;
|
11749 |
}
|
@@ -11751,16 +11757,16 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
11751 |
/* ==========================================================================
|
11752 |
Progress Bar - Circle shortcode styles
|
11753 |
========================================================================== */
|
11754 |
-
.qodef-progress-bar-circle {
|
11755 |
position: relative;
|
11756 |
visibility: hidden;
|
11757 |
}
|
11758 |
|
11759 |
-
.qodef-progress-bar-circle.qodef--init {
|
11760 |
visibility: visible;
|
11761 |
}
|
11762 |
|
11763 |
-
.qodef-progress-bar-circle .qodef-m-inner {
|
11764 |
position: relative;
|
11765 |
display: flex;
|
11766 |
flex-direction: column;
|
@@ -11768,20 +11774,20 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
11768 |
text-align: center;
|
11769 |
}
|
11770 |
|
11771 |
-
.qodef-progress-bar-circle .qodef-m-canvas {
|
11772 |
position: relative;
|
11773 |
width: 100%;
|
11774 |
}
|
11775 |
|
11776 |
-
.qodef-progress-bar-circle .qodef-m-title {
|
11777 |
margin: 2em 0 0;
|
11778 |
}
|
11779 |
|
11780 |
-
.qodef-progress-bar-circle .qodef-m-text {
|
11781 |
margin: 0.5em 0 0 0;
|
11782 |
}
|
11783 |
|
11784 |
-
.qodef-progress-bar-circle .qodef-m-value {
|
11785 |
position: absolute;
|
11786 |
top: 0;
|
11787 |
left: 0;
|
@@ -11795,7 +11801,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
11795 |
font-size: 62px;
|
11796 |
}
|
11797 |
|
11798 |
-
.qodef-progress-bar-circle .qodef-m-percentage {
|
11799 |
font-size: 60%;
|
11800 |
top: -0.3em;
|
11801 |
}
|
@@ -11803,62 +11809,62 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
11803 |
/* ==========================================================================
|
11804 |
Progress Bar - Horizontal shortcode styles
|
11805 |
========================================================================== */
|
11806 |
-
.qodef-progress-bar-horizontal {
|
11807 |
position: relative;
|
11808 |
visibility: hidden;
|
11809 |
}
|
11810 |
|
11811 |
-
.qodef-progress-bar-horizontal.qodef--init {
|
11812 |
visibility: visible;
|
11813 |
}
|
11814 |
|
11815 |
-
.qodef-progress-bar-horizontal.qodef--pattern .qodef-m-canvas svg path:first-child {
|
11816 |
opacity: 0;
|
11817 |
}
|
11818 |
|
11819 |
-
.qodef-progress-bar-horizontal .qodef-m-inner {
|
11820 |
position: relative;
|
11821 |
display: flex;
|
11822 |
flex-direction: column;
|
11823 |
}
|
11824 |
|
11825 |
-
.qodef-progress-bar-horizontal .qodef-m-canvas {
|
11826 |
position: relative;
|
11827 |
width: 100%;
|
11828 |
}
|
11829 |
|
11830 |
-
.qodef-progress-bar-horizontal .qodef-m-content {
|
11831 |
display: flex;
|
11832 |
align-items: center;
|
11833 |
}
|
11834 |
|
11835 |
-
.qodef-progress-bar-horizontal .qodef-m-title {
|
11836 |
margin: 0 0 .5em;
|
11837 |
}
|
11838 |
|
11839 |
-
.qodef-progress-bar-horizontal .qodef-m-value {
|
11840 |
padding: 0;
|
11841 |
margin: 0 0 .5em;
|
11842 |
font-size: 16px;
|
11843 |
position: absolute;
|
11844 |
}
|
11845 |
|
11846 |
-
.qodef-progress-bar-horizontal.qodef-percentage--floating-on .qodef-m-value {
|
11847 |
margin: 0;
|
11848 |
transform: translateY(100%);
|
11849 |
z-index: 1;
|
11850 |
}
|
11851 |
|
11852 |
-
.qodef-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner {
|
11853 |
opacity: 0;
|
11854 |
transition: opacity .2s .5s;
|
11855 |
}
|
11856 |
|
11857 |
-
.qodef-progress-bar-horizontal.qodef-percentage--floating-above.qodef--init .qodef-m-value-inner {
|
11858 |
opacity: 1;
|
11859 |
}
|
11860 |
|
11861 |
-
.qodef-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-content {
|
11862 |
position: absolute;
|
11863 |
transform: translateY(-50%);
|
11864 |
top: 50%;
|
@@ -11866,86 +11872,86 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
11866 |
z-index: 1;
|
11867 |
}
|
11868 |
|
11869 |
-
.qodef-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-title {
|
11870 |
margin: 0 0 0 .5em;
|
11871 |
}
|
11872 |
|
11873 |
-
.qodef-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-value {
|
11874 |
margin: 0 0 0 .5em;
|
11875 |
position: relative;
|
11876 |
}
|
11877 |
|
11878 |
-
.qodef-progress-bar-horizontal.qodef-percentage--fixed-above .qodef-m-value {
|
11879 |
right: 0;
|
11880 |
}
|
11881 |
|
11882 |
/* ==========================================================================
|
11883 |
Progress Bar - Vertical shortcode styles
|
11884 |
========================================================================== */
|
11885 |
-
.qodef-progress-bar-vertical {
|
11886 |
position: relative;
|
11887 |
visibility: hidden;
|
11888 |
}
|
11889 |
|
11890 |
-
.qodef-progress-bar-vertical.qodef--init {
|
11891 |
visibility: visible;
|
11892 |
}
|
11893 |
|
11894 |
-
.qodef-progress-bar-vertical.qodef--pattern .qodef-m-canvas svg path:first-child {
|
11895 |
opacity: 0;
|
11896 |
}
|
11897 |
|
11898 |
-
.qodef-progress-bar-vertical .qodef-m-inner {
|
11899 |
position: relative;
|
11900 |
display: flex;
|
11901 |
flex-direction: column;
|
11902 |
max-width: 100%;
|
11903 |
}
|
11904 |
|
11905 |
-
.qodef-progress-bar-vertical .qodef-m-canvas {
|
11906 |
position: relative;
|
11907 |
}
|
11908 |
|
11909 |
-
.qodef-progress-bar-vertical .qodef-m-canvas svg {
|
11910 |
max-width: 100%;
|
11911 |
}
|
11912 |
|
11913 |
-
.qodef-progress-bar-vertical .qodef-m-title {
|
11914 |
margin: 1em 0 0;
|
11915 |
}
|
11916 |
|
11917 |
-
.qodef-progress-bar-vertical .qodef-m-value {
|
11918 |
padding: 0;
|
11919 |
margin: 0;
|
11920 |
font-size: 16px;
|
11921 |
}
|
11922 |
|
11923 |
-
.qodef-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-title {
|
11924 |
margin: 0 0 0 1em;
|
11925 |
}
|
11926 |
|
11927 |
-
.qodef-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-value {
|
11928 |
margin: 0 0 0 1em;
|
11929 |
}
|
11930 |
|
11931 |
-
.qodef-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-inner {
|
11932 |
flex-direction: row;
|
11933 |
align-items: flex-end;
|
11934 |
}
|
11935 |
|
11936 |
-
.qodef-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-value {
|
11937 |
position: absolute;
|
11938 |
margin: 0 0 .5em;
|
11939 |
right: 0;
|
11940 |
}
|
11941 |
|
11942 |
-
.qodef-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-title {
|
11943 |
position: absolute;
|
11944 |
margin: 0 0 .5em;
|
11945 |
left: 0;
|
11946 |
}
|
11947 |
|
11948 |
-
.qodef-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-content {
|
11949 |
display: flex;
|
11950 |
align-items: center;
|
11951 |
position: absolute;
|
@@ -11953,60 +11959,60 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
11953 |
left: 0;
|
11954 |
}
|
11955 |
|
11956 |
-
.qodef-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-title {
|
11957 |
margin: 0 0 0 .5em;
|
11958 |
}
|
11959 |
|
11960 |
-
.qodef-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-value {
|
11961 |
margin: 0 0 0 .5em;
|
11962 |
}
|
11963 |
|
11964 |
/* ==========================================================================
|
11965 |
Section Title shortcode styles
|
11966 |
========================================================================== */
|
11967 |
-
.qodef-section-title {
|
11968 |
position: relative;
|
11969 |
}
|
11970 |
|
11971 |
-
.qodef-section-title .qodef-m-title {
|
11972 |
margin: 0;
|
11973 |
}
|
11974 |
|
11975 |
-
.qodef-section-title .qodef-m-subtitle {
|
11976 |
margin: 0;
|
11977 |
}
|
11978 |
|
11979 |
-
.qodef-section-title > .qodef-m-text {
|
11980 |
margin: 0.5em 0 0;
|
11981 |
}
|
11982 |
|
11983 |
-
.qodef-section-title .qodef-m-button {
|
11984 |
margin-top: .65em;
|
11985 |
}
|
11986 |
|
11987 |
-
.qodef-section-title.qodef-decoration--underline .qodef-e-decorated {
|
11988 |
text-decoration: underline;
|
11989 |
}
|
11990 |
|
11991 |
-
.qodef-section-title.qodef-decoration--italic .qodef-e-decorated {
|
11992 |
font-style: italic;
|
11993 |
}
|
11994 |
|
11995 |
-
.qodef-section-title.qodef-decoration--bold .qodef-e-decorated {
|
11996 |
font-weight: 700;
|
11997 |
}
|
11998 |
|
11999 |
/* ==========================================================================
|
12000 |
Separator shortcode styles
|
12001 |
========================================================================== */
|
12002 |
-
.qodef-separator {
|
12003 |
position: relative;
|
12004 |
height: auto;
|
12005 |
font-size: 0;
|
12006 |
line-height: 1;
|
12007 |
}
|
12008 |
|
12009 |
-
.qodef-separator .qodef-m-line {
|
12010 |
position: relative;
|
12011 |
display: inline-block;
|
12012 |
width: 100%;
|
@@ -12017,22 +12023,22 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12017 |
margin: 10px 0;
|
12018 |
}
|
12019 |
|
12020 |
-
.qodef-separator.qodef-position--center {
|
12021 |
text-align: center;
|
12022 |
}
|
12023 |
|
12024 |
-
.qodef-separator.qodef-position--left {
|
12025 |
text-align: left;
|
12026 |
}
|
12027 |
|
12028 |
-
.qodef-separator.qodef-position--right {
|
12029 |
text-align: right;
|
12030 |
}
|
12031 |
|
12032 |
/* ==========================================================================
|
12033 |
Separator shortcode styles
|
12034 |
========================================================================== */
|
12035 |
-
.qodef-separator.qodef-separator--border-image .qodef-m-line {
|
12036 |
font-size: 12px;
|
12037 |
height: 1em;
|
12038 |
border-bottom: none;
|
@@ -12044,71 +12050,71 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12044 |
/* ==========================================================================
|
12045 |
Separator shortcode styles
|
12046 |
========================================================================== */
|
12047 |
-
.qodef-separator.qodef-separator--with-icon {
|
12048 |
display: flex;
|
12049 |
}
|
12050 |
|
12051 |
-
.qodef-separator.qodef-separator--with-icon .qodef-m-line {
|
12052 |
display: flex;
|
12053 |
align-items: center;
|
12054 |
border-width: 0;
|
12055 |
}
|
12056 |
|
12057 |
-
.qodef-separator.qodef-separator--with-icon .qodef-m-separator-icon {
|
12058 |
flex-shrink: 0;
|
12059 |
font-size: 1rem;
|
12060 |
margin: 0 1em;
|
12061 |
}
|
12062 |
|
12063 |
-
.qodef-separator.qodef-separator--with-icon .qodef-m-separator-icon svg {
|
12064 |
width: 1em;
|
12065 |
fill: currentColor;
|
12066 |
stroke: currentColor;
|
12067 |
}
|
12068 |
|
12069 |
-
.qodef-separator.qodef-separator--with-icon .qodef-m-inner-line {
|
12070 |
width: 50%;
|
12071 |
border-color: currentColor;
|
12072 |
border-style: inherit;
|
12073 |
border-width: 1em;
|
12074 |
}
|
12075 |
|
12076 |
-
.qodef-separator.qodef-separator--with-icon.qodef-position--center {
|
12077 |
justify-content: center;
|
12078 |
}
|
12079 |
|
12080 |
-
.qodef-separator.qodef-separator--with-icon.qodef-position--left {
|
12081 |
justify-content: flex-start;
|
12082 |
}
|
12083 |
|
12084 |
-
.qodef-separator.qodef-separator--with-icon.qodef-position--right {
|
12085 |
justify-content: flex-end;
|
12086 |
}
|
12087 |
|
12088 |
/* ==========================================================================
|
12089 |
Section Title shortcode styles
|
12090 |
========================================================================== */
|
12091 |
-
.qodef-table-of-contents {
|
12092 |
position: relative;
|
12093 |
}
|
12094 |
|
12095 |
-
.qodef-table-of-contents .qodef-m-title {
|
12096 |
margin: 0;
|
12097 |
}
|
12098 |
|
12099 |
-
.qodef-table-of-contents .qodef-m-subtitle {
|
12100 |
margin: 0;
|
12101 |
}
|
12102 |
|
12103 |
-
.qodef-table-of-contents .qodef-m-text {
|
12104 |
margin: 0.5em 0 0;
|
12105 |
}
|
12106 |
|
12107 |
-
.qodef-table-of-contents .qodef-m-table-content {
|
12108 |
margin-top: 1.5em;
|
12109 |
}
|
12110 |
|
12111 |
-
.qodef-table-of-contents .qodef-m-table-content a {
|
12112 |
position: relative;
|
12113 |
color: inherit;
|
12114 |
font-family: inherit;
|
@@ -12120,7 +12126,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12120 |
text-transform: inherit;
|
12121 |
}
|
12122 |
|
12123 |
-
.qodef-list-underline.qodef-table-of-contents .qodef-m-table-content a {
|
12124 |
width: 100%;
|
12125 |
background-repeat: no-repeat;
|
12126 |
background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
|
@@ -12128,33 +12134,33 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12128 |
background-size: 0 100%;
|
12129 |
}
|
12130 |
|
12131 |
-
.qodef-list-underline.qodef-table-of-contents .qodef-m-table-content a:hover {
|
12132 |
background-size: 100% 100%;
|
12133 |
}
|
12134 |
|
12135 |
-
.qodef-table-of-contents.qodef-list-position--inside ol, .qodef-table-of-contents.qodef-list-position--inside ul {
|
12136 |
list-style-position: inside;
|
12137 |
}
|
12138 |
|
12139 |
-
.qodef-table-of-contents.qodef-list-position--inside .qodef-m-table-content > ol,
|
12140 |
-
.qodef-table-of-contents.qodef-list-position--inside .qodef-m-table-content > ul {
|
12141 |
margin-left: 0 !important;
|
12142 |
}
|
12143 |
|
12144 |
-
.qodef-table-of-contents.qodef-list-position--outside ol, .qodef-table-of-contents.qodef-list-position--outside ul {
|
12145 |
list-style-position: outside;
|
12146 |
}
|
12147 |
|
12148 |
-
.qodef-tabs-horizontal.qodef-layout--simple {
|
12149 |
position: relative;
|
12150 |
visibility: hidden;
|
12151 |
}
|
12152 |
|
12153 |
-
.qodef-tabs-horizontal.qodef-layout--simple.qodef--init {
|
12154 |
visibility: visible;
|
12155 |
}
|
12156 |
|
12157 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
|
12158 |
position: relative;
|
12159 |
display: flex;
|
12160 |
align-items: center;
|
@@ -12164,27 +12170,27 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12164 |
}
|
12165 |
|
12166 |
@media only screen and (max-width: 680px) {
|
12167 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
|
12168 |
flex-direction: column;
|
12169 |
align-items: flex-start;
|
12170 |
}
|
12171 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li,
|
12172 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation .qodef-tab-title {
|
12173 |
width: 100%;
|
12174 |
}
|
12175 |
}
|
12176 |
|
12177 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li {
|
12178 |
position: relative;
|
12179 |
margin: 0;
|
12180 |
padding: 0;
|
12181 |
}
|
12182 |
|
12183 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li .qodef-tab-title {
|
12184 |
margin: 0;
|
12185 |
}
|
12186 |
|
12187 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a {
|
12188 |
position: relative;
|
12189 |
color: #cacaca;
|
12190 |
display: block;
|
@@ -12192,7 +12198,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12192 |
transition: color .25s ease-out;
|
12193 |
}
|
12194 |
|
12195 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:after {
|
12196 |
content: '';
|
12197 |
position: absolute;
|
12198 |
bottom: 0;
|
@@ -12203,7 +12209,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12203 |
transition: opacity .25s ease-out;
|
12204 |
}
|
12205 |
|
12206 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:before {
|
12207 |
content: '';
|
12208 |
position: absolute;
|
12209 |
top: 0;
|
@@ -12215,46 +12221,46 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12215 |
transition: opacity .25s ease-out;
|
12216 |
}
|
12217 |
|
12218 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a .q-text {
|
12219 |
z-index: 1;
|
12220 |
position: relative;
|
12221 |
}
|
12222 |
|
12223 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li:not(:last-child) {
|
12224 |
margin-right: 4em;
|
12225 |
}
|
12226 |
|
12227 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a,
|
12228 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a {
|
12229 |
color: #1e1e1e;
|
12230 |
}
|
12231 |
|
12232 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:after, .qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:before,
|
12233 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:after,
|
12234 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:before {
|
12235 |
opacity: 1;
|
12236 |
}
|
12237 |
|
12238 |
-
.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-content {
|
12239 |
position: relative;
|
12240 |
padding: 26px 0 0;
|
12241 |
}
|
12242 |
|
12243 |
-
.qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li a:after {
|
12244 |
opacity: 1;
|
12245 |
transform: scaleX(0);
|
12246 |
transition: transform 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
|
12247 |
}
|
12248 |
|
12249 |
-
.qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-active a:after, .qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
|
12250 |
transform: scaleX(1);
|
12251 |
}
|
12252 |
|
12253 |
-
.qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-left .qodef-tabs-horizontal-navigation li a:after {
|
12254 |
transform-origin: left;
|
12255 |
}
|
12256 |
|
12257 |
-
.qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li a:after {
|
12258 |
left: unset;
|
12259 |
right: 0;
|
12260 |
transform: scaleX(1);
|
@@ -12262,11 +12268,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12262 |
transition: width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
|
12263 |
}
|
12264 |
|
12265 |
-
.qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-active a:after, .qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
|
12266 |
width: 100%;
|
12267 |
}
|
12268 |
|
12269 |
-
.qodef-tabs-vertical.qodef-layout--simple {
|
12270 |
position: relative;
|
12271 |
visibility: hidden;
|
12272 |
display: flex;
|
@@ -12274,11 +12280,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12274 |
height: 100%;
|
12275 |
}
|
12276 |
|
12277 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef--init {
|
12278 |
visibility: visible;
|
12279 |
}
|
12280 |
|
12281 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation {
|
12282 |
position: relative;
|
12283 |
align-items: center;
|
12284 |
margin: 0;
|
@@ -12288,18 +12294,18 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12288 |
display: block;
|
12289 |
}
|
12290 |
|
12291 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li {
|
12292 |
position: relative;
|
12293 |
margin: 0;
|
12294 |
padding: 0;
|
12295 |
width: 100%;
|
12296 |
}
|
12297 |
|
12298 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .qodef-tab-title {
|
12299 |
margin: 0;
|
12300 |
}
|
12301 |
|
12302 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a {
|
12303 |
position: relative;
|
12304 |
color: #cacaca;
|
12305 |
display: block;
|
@@ -12307,7 +12313,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12307 |
transition: color .25s ease-out;
|
12308 |
}
|
12309 |
|
12310 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:after {
|
12311 |
height: 100%;
|
12312 |
content: '';
|
12313 |
position: absolute;
|
@@ -12319,7 +12325,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12319 |
transition: opacity .25s ease-out;
|
12320 |
}
|
12321 |
|
12322 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:before {
|
12323 |
content: '';
|
12324 |
position: absolute;
|
12325 |
top: 0;
|
@@ -12331,146 +12337,146 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12331 |
transition: opacity .25s ease-out;
|
12332 |
}
|
12333 |
|
12334 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a,
|
12335 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a {
|
12336 |
color: #1e1e1e;
|
12337 |
}
|
12338 |
|
12339 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:after, .qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:before,
|
12340 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:after,
|
12341 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:before {
|
12342 |
opacity: 1;
|
12343 |
}
|
12344 |
|
12345 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .q-text {
|
12346 |
z-index: 1;
|
12347 |
position: relative;
|
12348 |
}
|
12349 |
|
12350 |
-
.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content {
|
12351 |
position: relative;
|
12352 |
padding: 0 0 0 26px;
|
12353 |
}
|
12354 |
|
12355 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li a:after {
|
12356 |
opacity: 1;
|
12357 |
transform: scaleY(0);
|
12358 |
transition: transform 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
|
12359 |
}
|
12360 |
|
12361 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-active a:after, .qodef-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-hover a:after {
|
12362 |
transform: scaleY(1);
|
12363 |
}
|
12364 |
|
12365 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw.qodef-title-sideline-from-top .qodef-tabs-vertical-navigation li a:after {
|
12366 |
transform-origin: top;
|
12367 |
}
|
12368 |
|
12369 |
/* ==========================================================================
|
12370 |
Team lists shortcode styles
|
12371 |
========================================================================== */
|
12372 |
-
.qodef-team-member .qodef-m-title {
|
12373 |
margin: 0;
|
12374 |
}
|
12375 |
|
12376 |
-
.qodef-team-member .qodef-m-role {
|
12377 |
margin: 0 0 .8em;
|
12378 |
}
|
12379 |
|
12380 |
-
.qodef-team-member .qodef-m-text {
|
12381 |
margin: 0 0 .8em;
|
12382 |
}
|
12383 |
|
12384 |
-
.qodef-team-member .qodef-m-social-icons {
|
12385 |
font-size: 0;
|
12386 |
margin: 0;
|
12387 |
}
|
12388 |
|
12389 |
-
.qodef-team-member .qodef-m-social-icons > * {
|
12390 |
font-size: 1rem;
|
12391 |
margin-right: 0.7em;
|
12392 |
}
|
12393 |
|
12394 |
-
.qodef-team-member .qodef-m-social-icons > *:last-child {
|
12395 |
margin: 0;
|
12396 |
}
|
12397 |
|
12398 |
-
.qodef-team-member .qodef-e-social-icon {
|
12399 |
transition: color 0.2s ease-out;
|
12400 |
}
|
12401 |
|
12402 |
-
.qodef-team-member .qodef-e-social-icon i {
|
12403 |
font-size: inherit;
|
12404 |
}
|
12405 |
|
12406 |
-
.qodef-team-member .qodef-e-social-icon svg {
|
12407 |
width: 1em;
|
12408 |
fill: currentColor;
|
12409 |
stroke: currentColor;
|
12410 |
vertical-align: middle;
|
12411 |
}
|
12412 |
|
12413 |
-
.qodef-team-member.qodef-image--hover-zoom img, .qodef-team-member.qodef-image--hover-scale img {
|
12414 |
transform: scale(1.005) translateZ(0);
|
12415 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
12416 |
will-change: transform;
|
12417 |
}
|
12418 |
|
12419 |
-
.qodef-team-member.qodef-image--hover-zoom:hover img, .qodef-team-member.qodef-image--hover-scale:hover img {
|
12420 |
transform: scale(1.03);
|
12421 |
}
|
12422 |
|
12423 |
-
.qodef-team-member.qodef-image--hover-zoom .qodef-m-media-image {
|
12424 |
overflow: hidden;
|
12425 |
}
|
12426 |
|
12427 |
-
.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner {
|
12428 |
position: relative;
|
12429 |
overflow: hidden;
|
12430 |
}
|
12431 |
|
12432 |
-
.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-title,
|
12433 |
-
.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role,
|
12434 |
-
.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons {
|
12435 |
transform: translateX(0);
|
12436 |
opacity: 1;
|
12437 |
}
|
12438 |
|
12439 |
-
.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role {
|
12440 |
transition-delay: .15s;
|
12441 |
}
|
12442 |
|
12443 |
-
.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons {
|
12444 |
transition-delay: .3s;
|
12445 |
}
|
12446 |
|
12447 |
-
.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-content {
|
12448 |
margin: 0.9em 0 0;
|
12449 |
}
|
12450 |
|
12451 |
-
.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-title,
|
12452 |
-
.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-role,
|
12453 |
-
.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-social-icons {
|
12454 |
opacity: 0;
|
12455 |
transform: translateX(30px);
|
12456 |
transition: transform 0.45s cubic-bezier(0.16, 0.32, 0.26, 0.92), opacity 0.45s ease-out;
|
12457 |
transition-delay: 0s, 0s;
|
12458 |
}
|
12459 |
|
12460 |
-
.qodef-team-member.qodef-item-layout--info-below .qodef-m-content {
|
12461 |
margin: 0.9em 0 0;
|
12462 |
}
|
12463 |
|
12464 |
-
.qodef-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner {
|
12465 |
position: relative;
|
12466 |
overflow: hidden;
|
12467 |
}
|
12468 |
|
12469 |
-
.qodef-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner:hover .qodef-m-content {
|
12470 |
transform: translateY(0);
|
12471 |
}
|
12472 |
|
12473 |
-
.qodef-team-member.qodef-item-layout--info-from-bottom .qodef-m-content {
|
12474 |
position: absolute;
|
12475 |
width: 100%;
|
12476 |
bottom: 0;
|
@@ -12487,26 +12493,26 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12487 |
z-index: 1;
|
12488 |
}
|
12489 |
|
12490 |
-
.qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner {
|
12491 |
position: relative;
|
12492 |
display: inline-block;
|
12493 |
vertical-align: top;
|
12494 |
}
|
12495 |
|
12496 |
-
.qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner:hover .qodef-m-content {
|
12497 |
opacity: 1;
|
12498 |
-webkit-clip-path: inset(10px 10px 10px 10px);
|
12499 |
clip-path: inset(10px 10px 10px 10px);
|
12500 |
transition-delay: 0s, .15s;
|
12501 |
}
|
12502 |
|
12503 |
-
.qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-image,
|
12504 |
-
.qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-media-image {
|
12505 |
display: inline-block;
|
12506 |
vertical-align: top;
|
12507 |
}
|
12508 |
|
12509 |
-
.qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content {
|
12510 |
position: absolute;
|
12511 |
top: 0;
|
12512 |
left: 0;
|
@@ -12524,27 +12530,27 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12524 |
padding: 5%;
|
12525 |
}
|
12526 |
|
12527 |
-
.qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content > * {
|
12528 |
width: 100%;
|
12529 |
}
|
12530 |
|
12531 |
-
.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-inner {
|
12532 |
position: relative;
|
12533 |
display: inline-block;
|
12534 |
vertical-align: top;
|
12535 |
}
|
12536 |
|
12537 |
-
.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-inner:hover .qodef-m-content {
|
12538 |
opacity: 1;
|
12539 |
}
|
12540 |
|
12541 |
-
.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-image,
|
12542 |
-
.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-media-image {
|
12543 |
display: inline-block;
|
12544 |
vertical-align: top;
|
12545 |
}
|
12546 |
|
12547 |
-
.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-content {
|
12548 |
position: absolute;
|
12549 |
width: 100%;
|
12550 |
height: 100%;
|
@@ -12560,82 +12566,82 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12560 |
padding: 20px 30px;
|
12561 |
}
|
12562 |
|
12563 |
-
.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-content > * {
|
12564 |
width: 100%;
|
12565 |
}
|
12566 |
|
12567 |
-
.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-title {
|
12568 |
color: #fff;
|
12569 |
}
|
12570 |
|
12571 |
-
.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-role {
|
12572 |
color: #c4c4c4;
|
12573 |
}
|
12574 |
|
12575 |
/* ==========================================================================
|
12576 |
Testimonials list shortcode styles
|
12577 |
========================================================================== */
|
12578 |
-
.qodef-testimonials-list .qodef-e-inner {
|
12579 |
overflow: hidden;
|
12580 |
}
|
12581 |
|
12582 |
-
.qodef-testimonials-list .qodef-e-title {
|
12583 |
margin: 0 0 0.7em;
|
12584 |
}
|
12585 |
|
12586 |
-
.qodef-testimonials-list .qodef-e-text {
|
12587 |
margin: 0;
|
12588 |
}
|
12589 |
|
12590 |
-
.qodef-testimonials-list .qodef-e-media-image {
|
12591 |
display: inline-block;
|
12592 |
vertical-align: top;
|
12593 |
line-height: 0;
|
12594 |
}
|
12595 |
|
12596 |
-
.qodef-testimonials-list .qodef-e-quote {
|
12597 |
font-size: 1em;
|
12598 |
line-height: 0;
|
12599 |
margin: auto;
|
12600 |
}
|
12601 |
|
12602 |
-
.qodef-testimonials-list .qodef-e-quote svg {
|
12603 |
width: 1em;
|
12604 |
fill: currentColor;
|
12605 |
stroke: currentColor;
|
12606 |
}
|
12607 |
|
12608 |
-
.qodef-testimonials-list .qodef-e-author {
|
12609 |
display: flex;
|
12610 |
margin: 0;
|
12611 |
}
|
12612 |
|
12613 |
-
.qodef-testimonials-list .qodef-e-author-name {
|
12614 |
margin: 0;
|
12615 |
}
|
12616 |
|
12617 |
/* ==========================================================================
|
12618 |
Testimonials list shortcode styles
|
12619 |
========================================================================== */
|
12620 |
-
.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-media-image {
|
12621 |
margin-bottom: 1.8em;
|
12622 |
border-radius: 50%;
|
12623 |
overflow: hidden;
|
12624 |
}
|
12625 |
|
12626 |
-
.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-inner {
|
12627 |
position: relative;
|
12628 |
text-align: center;
|
12629 |
padding: 55px 40px;
|
12630 |
background-color: #f6f6f6;
|
12631 |
}
|
12632 |
|
12633 |
-
.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-top,
|
12634 |
-
.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-content {
|
12635 |
position: relative;
|
12636 |
}
|
12637 |
|
12638 |
-
.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-quote {
|
12639 |
position: absolute;
|
12640 |
top: -.1em;
|
12641 |
left: 50%;
|
@@ -12644,100 +12650,100 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12644 |
transform: translateX(-50%);
|
12645 |
}
|
12646 |
|
12647 |
-
.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-text {
|
12648 |
margin: 0 0 1em;
|
12649 |
}
|
12650 |
|
12651 |
-
.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-author {
|
12652 |
flex-direction: column;
|
12653 |
}
|
12654 |
|
12655 |
-
.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-author-job {
|
12656 |
margin: .2em 0 0;
|
12657 |
}
|
12658 |
|
12659 |
/* ==========================================================================
|
12660 |
Testimonials list shortcode styles
|
12661 |
========================================================================== */
|
12662 |
-
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
|
12663 |
text-align: center;
|
12664 |
}
|
12665 |
|
12666 |
-
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-quote {
|
12667 |
font-size: 2em;
|
12668 |
margin-bottom: 1.2em;
|
12669 |
}
|
12670 |
|
12671 |
-
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
|
12672 |
margin: 0 0 1.3em;
|
12673 |
}
|
12674 |
|
12675 |
-
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image {
|
12676 |
width: 50px;
|
12677 |
margin-bottom: 0.5em;
|
12678 |
border-radius: 50%;
|
12679 |
overflow: hidden;
|
12680 |
}
|
12681 |
|
12682 |
-
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-author {
|
12683 |
flex-direction: column;
|
12684 |
}
|
12685 |
|
12686 |
-
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-author-job {
|
12687 |
margin: .2em 0 0;
|
12688 |
}
|
12689 |
|
12690 |
/* ==========================================================================
|
12691 |
Testimonials list shortcode styles
|
12692 |
========================================================================== */
|
12693 |
-
.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
|
12694 |
display: flex;
|
12695 |
}
|
12696 |
|
12697 |
@media only screen and (max-width: 480px) {
|
12698 |
-
.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
|
12699 |
flex-direction: column;
|
12700 |
}
|
12701 |
}
|
12702 |
|
12703 |
-
.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
|
12704 |
font-size: 100px;
|
12705 |
width: 1em;
|
12706 |
margin: 0 35px 0 0;
|
12707 |
}
|
12708 |
|
12709 |
-
.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote i,
|
12710 |
-
.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote svg {
|
12711 |
vertical-align: top;
|
12712 |
}
|
12713 |
|
12714 |
@media only screen and (max-width: 480px) {
|
12715 |
-
.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
|
12716 |
margin: 0 0 35px;
|
12717 |
}
|
12718 |
}
|
12719 |
|
12720 |
-
.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-content {
|
12721 |
flex: 1;
|
12722 |
text-align: left;
|
12723 |
}
|
12724 |
|
12725 |
-
.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-bottom-info {
|
12726 |
display: flex;
|
12727 |
align-items: center;
|
12728 |
}
|
12729 |
|
12730 |
-
.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-media-image {
|
12731 |
width: 50px;
|
12732 |
margin: 0 10px 0 0;
|
12733 |
}
|
12734 |
|
12735 |
-
.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-author {
|
12736 |
flex-direction: row;
|
12737 |
align-items: baseline;
|
12738 |
}
|
12739 |
|
12740 |
-
.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-author-job:before {
|
12741 |
content: '';
|
12742 |
display: inline-block;
|
12743 |
vertical-align: middle;
|
@@ -12750,19 +12756,19 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12750 |
/* ==========================================================================
|
12751 |
Testimonials list shortcode styles
|
12752 |
========================================================================== */
|
12753 |
-
.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
|
12754 |
display: flex;
|
12755 |
align-items: flex-start;
|
12756 |
}
|
12757 |
|
12758 |
@media only screen and (max-width: 680px) {
|
12759 |
-
.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
|
12760 |
flex-direction: column;
|
12761 |
align-items: flex-start;
|
12762 |
}
|
12763 |
}
|
12764 |
|
12765 |
-
.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
|
12766 |
position: relative;
|
12767 |
flex-shrink: 0;
|
12768 |
width: 110px;
|
@@ -12770,18 +12776,18 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12770 |
margin-right: 6%;
|
12771 |
}
|
12772 |
|
12773 |
-
.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
|
12774 |
border-radius: 25%;
|
12775 |
overflow: hidden;
|
12776 |
}
|
12777 |
|
12778 |
@media only screen and (max-width: 680px) {
|
12779 |
-
.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
|
12780 |
max-width: 100%;
|
12781 |
}
|
12782 |
}
|
12783 |
|
12784 |
-
.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-quote {
|
12785 |
position: absolute;
|
12786 |
bottom: -0.5em;
|
12787 |
right: -0.5em;
|
@@ -12795,192 +12801,192 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12795 |
border-radius: 50%;
|
12796 |
}
|
12797 |
|
12798 |
-
.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-content {
|
12799 |
flex: 1;
|
12800 |
text-align: left;
|
12801 |
}
|
12802 |
|
12803 |
-
.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-text {
|
12804 |
margin: 0 0 1em;
|
12805 |
}
|
12806 |
|
12807 |
-
.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author {
|
12808 |
flex-direction: column;
|
12809 |
}
|
12810 |
|
12811 |
-
.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author-job {
|
12812 |
margin: .2em 0 0;
|
12813 |
}
|
12814 |
|
12815 |
/* ==========================================================================
|
12816 |
Testimonials list shortcode styles
|
12817 |
========================================================================== */
|
12818 |
-
.qodef-testimonials-slider .qodef-e-inner {
|
12819 |
overflow: hidden;
|
12820 |
}
|
12821 |
|
12822 |
-
.qodef-testimonials-slider .qodef-e-title {
|
12823 |
margin: 0 0 0.7em;
|
12824 |
}
|
12825 |
|
12826 |
-
.qodef-testimonials-slider .qodef-e-text {
|
12827 |
margin: 0;
|
12828 |
}
|
12829 |
|
12830 |
-
.qodef-testimonials-slider .qodef-e-media-image {
|
12831 |
display: inline-block;
|
12832 |
vertical-align: top;
|
12833 |
line-height: 0;
|
12834 |
}
|
12835 |
|
12836 |
-
.qodef-testimonials-slider .qodef-e-quote {
|
12837 |
font-size: 1em;
|
12838 |
line-height: 0;
|
12839 |
margin: auto;
|
12840 |
}
|
12841 |
|
12842 |
-
.qodef-testimonials-slider .qodef-e-quote svg {
|
12843 |
width: 1em;
|
12844 |
fill: currentColor;
|
12845 |
stroke: currentColor;
|
12846 |
}
|
12847 |
|
12848 |
-
.qodef-testimonials-slider .qodef-e-author {
|
12849 |
display: flex;
|
12850 |
margin: 0;
|
12851 |
}
|
12852 |
|
12853 |
-
.qodef-testimonials-slider .qodef-e-author-name {
|
12854 |
margin: 0;
|
12855 |
}
|
12856 |
|
12857 |
-
.qodef-testimonials-slider.qodef--one-column .swiper-slide {
|
12858 |
opacity: 0;
|
12859 |
transition: opacity .2s ease-out;
|
12860 |
}
|
12861 |
|
12862 |
-
.qodef-testimonials-slider.qodef--one-column .swiper-slide.swiper-slide-active, .qodef-testimonials-slider.qodef--one-column .swiper-slide.swiper-slide-duplicate-active {
|
12863 |
opacity: 1;
|
12864 |
}
|
12865 |
|
12866 |
/* ==========================================================================
|
12867 |
Testimonials list shortcode styles
|
12868 |
========================================================================== */
|
12869 |
-
.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-media-image {
|
12870 |
margin-bottom: 1em;
|
12871 |
border-radius: 50%;
|
12872 |
overflow: hidden;
|
12873 |
}
|
12874 |
|
12875 |
-
.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-inner {
|
12876 |
text-align: center;
|
12877 |
padding: 55px 40px;
|
12878 |
background-color: #f6f6f6;
|
12879 |
}
|
12880 |
|
12881 |
-
.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-top {
|
12882 |
position: relative;
|
12883 |
display: inline-block;
|
12884 |
}
|
12885 |
|
12886 |
-
.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-quote {
|
12887 |
position: absolute;
|
12888 |
top: 0;
|
12889 |
right: 0;
|
12890 |
font-size: 2em;
|
12891 |
}
|
12892 |
|
12893 |
-
.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-text {
|
12894 |
margin: 0 0 1.3em;
|
12895 |
}
|
12896 |
|
12897 |
-
.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-author {
|
12898 |
flex-direction: column;
|
12899 |
}
|
12900 |
|
12901 |
-
.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-author-job {
|
12902 |
margin: .2em 0 0;
|
12903 |
}
|
12904 |
|
12905 |
/* ==========================================================================
|
12906 |
Testimonials list shortcode styles
|
12907 |
========================================================================== */
|
12908 |
-
.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-media-image {
|
12909 |
margin-bottom: 1em;
|
12910 |
}
|
12911 |
|
12912 |
-
.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-inner {
|
12913 |
text-align: center;
|
12914 |
}
|
12915 |
|
12916 |
-
.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-quote {
|
12917 |
font-size: 2em;
|
12918 |
margin-bottom: 1.2em;
|
12919 |
}
|
12920 |
|
12921 |
-
.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-text {
|
12922 |
margin: 0 0 1.3em;
|
12923 |
}
|
12924 |
|
12925 |
-
.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-author {
|
12926 |
flex-direction: column;
|
12927 |
}
|
12928 |
|
12929 |
-
.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-author-job {
|
12930 |
margin: .2em 0 0;
|
12931 |
}
|
12932 |
|
12933 |
/* ==========================================================================
|
12934 |
Testimonials list shortcode styles
|
12935 |
========================================================================== */
|
12936 |
-
.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
|
12937 |
display: flex;
|
12938 |
}
|
12939 |
|
12940 |
@media only screen and (max-width: 480px) {
|
12941 |
-
.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
|
12942 |
flex-direction: column;
|
12943 |
}
|
12944 |
}
|
12945 |
|
12946 |
-
.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
|
12947 |
font-size: 100px;
|
12948 |
width: 1em;
|
12949 |
margin: 0 35px 0 0;
|
12950 |
}
|
12951 |
|
12952 |
-
.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote i,
|
12953 |
-
.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote svg {
|
12954 |
vertical-align: top;
|
12955 |
}
|
12956 |
|
12957 |
@media only screen and (max-width: 480px) {
|
12958 |
-
.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
|
12959 |
margin: 0 0 35px;
|
12960 |
}
|
12961 |
}
|
12962 |
|
12963 |
-
.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-content {
|
12964 |
flex: 1;
|
12965 |
text-align: left;
|
12966 |
}
|
12967 |
|
12968 |
-
.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-bottom-info {
|
12969 |
display: flex;
|
12970 |
align-items: center;
|
12971 |
}
|
12972 |
|
12973 |
-
.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-media-image {
|
12974 |
width: 50px;
|
12975 |
margin: 0 10px 0 0;
|
12976 |
}
|
12977 |
|
12978 |
-
.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author {
|
12979 |
flex-direction: row;
|
12980 |
align-items: baseline;
|
12981 |
}
|
12982 |
|
12983 |
-
.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author-job:before {
|
12984 |
content: '';
|
12985 |
display: inline-block;
|
12986 |
vertical-align: middle;
|
@@ -12993,25 +12999,25 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
12993 |
/* ==========================================================================
|
12994 |
Testimonials list shortcode styles
|
12995 |
========================================================================== */
|
12996 |
-
.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
|
12997 |
display: flex;
|
12998 |
align-items: center;
|
12999 |
}
|
13000 |
|
13001 |
@media only screen and (max-width: 1024px) {
|
13002 |
-
.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
|
13003 |
align-items: baseline;
|
13004 |
}
|
13005 |
}
|
13006 |
|
13007 |
@media only screen and (max-width: 680px) {
|
13008 |
-
.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
|
13009 |
flex-direction: column;
|
13010 |
align-items: flex-start;
|
13011 |
}
|
13012 |
}
|
13013 |
|
13014 |
-
.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
|
13015 |
position: relative;
|
13016 |
flex-shrink: 0;
|
13017 |
width: 290px;
|
@@ -13019,18 +13025,18 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13019 |
margin-right: 6%;
|
13020 |
}
|
13021 |
|
13022 |
-
.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
|
13023 |
border-radius: 10%;
|
13024 |
overflow: hidden;
|
13025 |
}
|
13026 |
|
13027 |
@media only screen and (max-width: 680px) {
|
13028 |
-
.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
|
13029 |
max-width: 100%;
|
13030 |
}
|
13031 |
}
|
13032 |
|
13033 |
-
.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-quote {
|
13034 |
position: absolute;
|
13035 |
top: -1em;
|
13036 |
right: -1em;
|
@@ -13044,87 +13050,87 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13044 |
border-radius: 50%;
|
13045 |
}
|
13046 |
|
13047 |
-
.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-content {
|
13048 |
flex: 1;
|
13049 |
text-align: left;
|
13050 |
}
|
13051 |
|
13052 |
-
.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text {
|
13053 |
margin: 0 0 1.3em;
|
13054 |
}
|
13055 |
|
13056 |
-
.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author {
|
13057 |
flex-direction: column;
|
13058 |
}
|
13059 |
|
13060 |
-
.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job {
|
13061 |
margin: .2em 0 0;
|
13062 |
}
|
13063 |
|
13064 |
/* ==========================================================================
|
13065 |
Testimonials list shortcode styles
|
13066 |
========================================================================== */
|
13067 |
-
.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-inner {
|
13068 |
text-align: left;
|
13069 |
}
|
13070 |
|
13071 |
-
.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-quote {
|
13072 |
font-size: 2em;
|
13073 |
margin-bottom: 1.2em;
|
13074 |
}
|
13075 |
|
13076 |
-
.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-text {
|
13077 |
margin: 0 0 1.3em;
|
13078 |
}
|
13079 |
|
13080 |
-
.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-bottom-info {
|
13081 |
display: flex;
|
13082 |
align-items: center;
|
13083 |
}
|
13084 |
|
13085 |
-
.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-media-image {
|
13086 |
width: 50px;
|
13087 |
border-radius: 50%;
|
13088 |
margin-right: 1em;
|
13089 |
overflow: hidden;
|
13090 |
}
|
13091 |
|
13092 |
-
.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-author {
|
13093 |
flex-direction: column;
|
13094 |
}
|
13095 |
|
13096 |
-
.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-author-job {
|
13097 |
margin: 0;
|
13098 |
}
|
13099 |
|
13100 |
/* ==========================================================================
|
13101 |
Text Marquee shortcode styles
|
13102 |
========================================================================== */
|
13103 |
-
.qodef-text-marquee {
|
13104 |
position: relative;
|
13105 |
display: inline-block;
|
13106 |
width: 100%;
|
13107 |
vertical-align: top;
|
13108 |
}
|
13109 |
|
13110 |
-
.qodef-text-marquee .qodef-m-content {
|
13111 |
display: flex;
|
13112 |
white-space: nowrap;
|
13113 |
font-size: 0;
|
13114 |
overflow: hidden;
|
13115 |
}
|
13116 |
|
13117 |
-
.qodef-text-marquee .qodef-marquee-element {
|
13118 |
will-change: transform;
|
13119 |
}
|
13120 |
|
13121 |
-
.qodef-text-marquee .qodef-m-text-item {
|
13122 |
font-size: 100px;
|
13123 |
line-height: 1.1em;
|
13124 |
padding-right: 1em;
|
13125 |
}
|
13126 |
|
13127 |
-
.qodef-text-marquee.qodef-text-stroke-effect .qodef-m-text-item {
|
13128 |
color: transparent !important;
|
13129 |
-webkit-text-stroke-width: 1px;
|
13130 |
-webkit-text-stroke-color: #333333;
|
@@ -13134,34 +13140,34 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13134 |
/* ==========================================================================
|
13135 |
Timeline shortcode styles
|
13136 |
========================================================================== */
|
13137 |
-
.qodef-timeline {
|
13138 |
position: relative;
|
13139 |
}
|
13140 |
|
13141 |
-
.qodef-timeline .qodef-e-item,
|
13142 |
-
.qodef-timeline .qodef-e-item-inner {
|
13143 |
position: relative;
|
13144 |
}
|
13145 |
|
13146 |
-
.qodef-timeline .qodef-e-image {
|
13147 |
display: inline-block;
|
13148 |
vertical-align: top;
|
13149 |
overflow: hidden;
|
13150 |
}
|
13151 |
|
13152 |
-
.qodef-timeline .qodef-e-date {
|
13153 |
margin: 0 0 .5em;
|
13154 |
}
|
13155 |
|
13156 |
-
.qodef-timeline .qodef-e-title {
|
13157 |
margin: 0 0 .85em;
|
13158 |
}
|
13159 |
|
13160 |
-
.qodef-timeline .qodef-e-text {
|
13161 |
margin: 0;
|
13162 |
}
|
13163 |
|
13164 |
-
.qodef-timeline .qodef-e-point-holder {
|
13165 |
position: absolute;
|
13166 |
color: #fff;
|
13167 |
font-size: 1em;
|
@@ -13170,7 +13176,7 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13170 |
transform: translate(-50%, -50%);
|
13171 |
}
|
13172 |
|
13173 |
-
.qodef-timeline .qodef-e-point-holder .qodef-e-point {
|
13174 |
background-color: #111;
|
13175 |
width: 100%;
|
13176 |
height: 100%;
|
@@ -13181,24 +13187,24 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13181 |
overflow: hidden;
|
13182 |
}
|
13183 |
|
13184 |
-
.qodef-timeline .qodef-e-point-holder .qodef-e-icon-holder {
|
13185 |
font-size: .7em;
|
13186 |
line-height: 1em;
|
13187 |
max-height: 100%;
|
13188 |
}
|
13189 |
|
13190 |
-
.qodef-timeline .qodef-e-point-holder svg {
|
13191 |
width: .7em;
|
13192 |
stroke: currentColor;
|
13193 |
fill: currentColor;
|
13194 |
}
|
13195 |
|
13196 |
-
.qodef-timeline .qodef-e-line {
|
13197 |
display: block;
|
13198 |
background-color: #ebebeb;
|
13199 |
}
|
13200 |
|
13201 |
-
.qodef-timeline.qodef-timeline--vertical .qodef-e-line-holder {
|
13202 |
position: absolute;
|
13203 |
top: 0;
|
13204 |
left: 50%;
|
@@ -13207,37 +13213,37 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13207 |
width: 1px;
|
13208 |
}
|
13209 |
|
13210 |
-
.qodef-timeline.qodef-timeline--vertical .qodef-e-line {
|
13211 |
height: 100%;
|
13212 |
}
|
13213 |
|
13214 |
-
.qodef-timeline.qodef-timeline--vertical .qodef-e-point-holder {
|
13215 |
top: 50%;
|
13216 |
left: 50%;
|
13217 |
}
|
13218 |
|
13219 |
-
.qodef-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-line-holder {
|
13220 |
top: 50%;
|
13221 |
}
|
13222 |
|
13223 |
-
.qodef-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-item:last-child .qodef-e-line-holder {
|
13224 |
display: none;
|
13225 |
}
|
13226 |
|
13227 |
-
.qodef-timeline.qodef-timeline--horizontal {
|
13228 |
overflow: hidden;
|
13229 |
}
|
13230 |
|
13231 |
-
.qodef-timeline.qodef-timeline--horizontal .qodef-grid-inner {
|
13232 |
display: flex;
|
13233 |
transition: all .4s ease;
|
13234 |
}
|
13235 |
|
13236 |
-
.qodef-timeline.qodef-timeline--horizontal .qodef-e-item {
|
13237 |
flex: 1;
|
13238 |
}
|
13239 |
|
13240 |
-
.qodef-timeline.qodef-timeline--horizontal .qodef-e-line-holder {
|
13241 |
position: absolute;
|
13242 |
top: 50%;
|
13243 |
left: 0;
|
@@ -13246,16 +13252,16 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13246 |
height: 1px;
|
13247 |
}
|
13248 |
|
13249 |
-
.qodef-timeline.qodef-timeline--horizontal .qodef-e-line {
|
13250 |
height: 100%;
|
13251 |
}
|
13252 |
|
13253 |
-
.qodef-timeline.qodef-timeline--horizontal .qodef-e-point-holder {
|
13254 |
top: 50%;
|
13255 |
left: 50%;
|
13256 |
}
|
13257 |
|
13258 |
-
.qodef-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before, .qodef-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after {
|
13259 |
content: '';
|
13260 |
position: absolute;
|
13261 |
left: 50%;
|
@@ -13266,15 +13272,15 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13266 |
z-index: -1;
|
13267 |
}
|
13268 |
|
13269 |
-
.qodef-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before {
|
13270 |
top: 100%;
|
13271 |
}
|
13272 |
|
13273 |
-
.qodef-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after {
|
13274 |
bottom: 100%;
|
13275 |
}
|
13276 |
|
13277 |
-
.qodef-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before, .qodef-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after {
|
13278 |
content: '';
|
13279 |
position: absolute;
|
13280 |
top: 50%;
|
@@ -13285,25 +13291,25 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13285 |
z-index: -1;
|
13286 |
}
|
13287 |
|
13288 |
-
.qodef-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before {
|
13289 |
right: 100%;
|
13290 |
}
|
13291 |
|
13292 |
-
.qodef-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after {
|
13293 |
left: 100%;
|
13294 |
}
|
13295 |
|
13296 |
-
.qodef-timeline.qodef-point--diamond .qodef-e-point {
|
13297 |
border-radius: 0;
|
13298 |
transform: rotate(45deg);
|
13299 |
}
|
13300 |
|
13301 |
-
.qodef-timeline.qodef-point--diamond .qodef-e-icon-holder {
|
13302 |
transform: rotate(-45deg);
|
13303 |
}
|
13304 |
|
13305 |
-
.qodef-timeline .qodef-nav-prev,
|
13306 |
-
.qodef-timeline .qodef-nav-next {
|
13307 |
position: absolute;
|
13308 |
top: 50%;
|
13309 |
transform: translateY(-50%);
|
@@ -13319,8 +13325,8 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13319 |
cursor: pointer;
|
13320 |
}
|
13321 |
|
13322 |
-
.qodef-timeline .qodef-nav-prev > svg,
|
13323 |
-
.qodef-timeline .qodef-nav-next > svg {
|
13324 |
display: block;
|
13325 |
width: 1em;
|
13326 |
height: auto;
|
@@ -13329,264 +13335,264 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13329 |
fill: currentColor;
|
13330 |
}
|
13331 |
|
13332 |
-
.qodef-timeline .qodef-nav-prev {
|
13333 |
left: 0;
|
13334 |
}
|
13335 |
|
13336 |
-
.qodef-timeline .qodef-nav-next {
|
13337 |
right: 0;
|
13338 |
}
|
13339 |
|
13340 |
-
.qodef-timeline.qodef-qi--has-appear {
|
13341 |
opacity: 0;
|
13342 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13343 |
}
|
13344 |
|
13345 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-image {
|
13346 |
opacity: 0;
|
13347 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13348 |
transform: translateY(-60px);
|
13349 |
}
|
13350 |
|
13351 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-content-holder {
|
13352 |
opacity: 0;
|
13353 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13354 |
transform: translateY(60px);
|
13355 |
}
|
13356 |
|
13357 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-image {
|
13358 |
opacity: 0;
|
13359 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13360 |
transform: translateY(40px);
|
13361 |
}
|
13362 |
|
13363 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-content-holder {
|
13364 |
opacity: 0;
|
13365 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13366 |
transform: translateY(40px);
|
13367 |
}
|
13368 |
|
13369 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-image {
|
13370 |
opacity: 0;
|
13371 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13372 |
transform: translateY(-60px);
|
13373 |
}
|
13374 |
|
13375 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-content-holder {
|
13376 |
opacity: 0;
|
13377 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13378 |
transform: translateY(60px);
|
13379 |
}
|
13380 |
|
13381 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-image {
|
13382 |
opacity: 0;
|
13383 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13384 |
transform: translateY(60px);
|
13385 |
}
|
13386 |
|
13387 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-content-holder {
|
13388 |
opacity: 0;
|
13389 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13390 |
transform: translateY(-60px);
|
13391 |
}
|
13392 |
|
13393 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-image {
|
13394 |
transform: translateY(-60px);
|
13395 |
}
|
13396 |
|
13397 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
|
13398 |
transform: translateY(60px);
|
13399 |
}
|
13400 |
|
13401 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item .qodef-e-point {
|
13402 |
transform: rotate(45deg) scale(0);
|
13403 |
opacity: 0;
|
13404 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13405 |
}
|
13406 |
|
13407 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-image {
|
13408 |
transition-delay: 300ms, 300ms;
|
13409 |
}
|
13410 |
|
13411 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-point {
|
13412 |
transition-delay: 400ms;
|
13413 |
}
|
13414 |
|
13415 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-content-holder {
|
13416 |
transition-delay: 400ms, 400ms;
|
13417 |
}
|
13418 |
|
13419 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-image {
|
13420 |
transition-delay: 600ms, 600ms;
|
13421 |
}
|
13422 |
|
13423 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-point {
|
13424 |
transition-delay: 700ms;
|
13425 |
}
|
13426 |
|
13427 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-content-holder {
|
13428 |
transition-delay: 800ms, 800ms;
|
13429 |
}
|
13430 |
|
13431 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-image {
|
13432 |
transition-delay: 900ms, 900ms;
|
13433 |
}
|
13434 |
|
13435 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-point {
|
13436 |
transition-delay: 1000ms;
|
13437 |
}
|
13438 |
|
13439 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-content-holder {
|
13440 |
transition-delay: 1200ms, 1200ms;
|
13441 |
}
|
13442 |
|
13443 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-image {
|
13444 |
transition-delay: 1200ms, 1200ms;
|
13445 |
}
|
13446 |
|
13447 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-point {
|
13448 |
transition-delay: 1300ms;
|
13449 |
}
|
13450 |
|
13451 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-content-holder {
|
13452 |
transition-delay: 1600ms, 1600ms;
|
13453 |
}
|
13454 |
|
13455 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-image {
|
13456 |
transition-delay: 1500ms, 1500ms;
|
13457 |
}
|
13458 |
|
13459 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-point {
|
13460 |
transition-delay: 1600ms;
|
13461 |
}
|
13462 |
|
13463 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-content-holder {
|
13464 |
transition-delay: 2000ms, 2000ms;
|
13465 |
}
|
13466 |
|
13467 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-image {
|
13468 |
transition-delay: 1800ms, 1800ms;
|
13469 |
}
|
13470 |
|
13471 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-point {
|
13472 |
transition-delay: 1900ms;
|
13473 |
}
|
13474 |
|
13475 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-content-holder {
|
13476 |
transition-delay: 2400ms, 2400ms;
|
13477 |
}
|
13478 |
|
13479 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-image {
|
13480 |
transition-delay: 2100ms, 2100ms;
|
13481 |
}
|
13482 |
|
13483 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-point {
|
13484 |
transition-delay: 2200ms;
|
13485 |
}
|
13486 |
|
13487 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-content-holder {
|
13488 |
transition-delay: 2800ms, 2800ms;
|
13489 |
}
|
13490 |
|
13491 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-image {
|
13492 |
transition-delay: 2400ms, 2400ms;
|
13493 |
}
|
13494 |
|
13495 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-point {
|
13496 |
transition-delay: 2500ms;
|
13497 |
}
|
13498 |
|
13499 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-content-holder {
|
13500 |
transition-delay: 3200ms, 3200ms;
|
13501 |
}
|
13502 |
|
13503 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-image {
|
13504 |
transition-delay: 2700ms, 2700ms;
|
13505 |
}
|
13506 |
|
13507 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-point {
|
13508 |
transition-delay: 2800ms;
|
13509 |
}
|
13510 |
|
13511 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-content-holder {
|
13512 |
transition-delay: 3600ms, 3600ms;
|
13513 |
}
|
13514 |
|
13515 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-image {
|
13516 |
transition-delay: 3000ms, 3000ms;
|
13517 |
}
|
13518 |
|
13519 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-point {
|
13520 |
transition-delay: 3100ms;
|
13521 |
}
|
13522 |
|
13523 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-content-holder {
|
13524 |
transition-delay: 4000ms, 4000ms;
|
13525 |
}
|
13526 |
|
13527 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-image {
|
13528 |
transition-delay: 3300ms, 3300ms;
|
13529 |
}
|
13530 |
|
13531 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-point {
|
13532 |
transition-delay: 3400ms;
|
13533 |
}
|
13534 |
|
13535 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-content-holder {
|
13536 |
transition-delay: 4400ms, 4400ms;
|
13537 |
}
|
13538 |
|
13539 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-image {
|
13540 |
transition-delay: 3600ms, 3600ms;
|
13541 |
}
|
13542 |
|
13543 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-point {
|
13544 |
transition-delay: 3700ms;
|
13545 |
}
|
13546 |
|
13547 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-content-holder {
|
13548 |
transition-delay: 4800ms, 4800ms;
|
13549 |
}
|
13550 |
|
13551 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared {
|
13552 |
opacity: 1;
|
13553 |
}
|
13554 |
|
13555 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-image,
|
13556 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-image,
|
13557 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-image,
|
13558 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-content-holder {
|
13559 |
opacity: 1;
|
13560 |
transform: translateY(0px) translateX(0px);
|
13561 |
}
|
13562 |
|
13563 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
|
13564 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
|
13565 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
|
13566 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder {
|
13567 |
transform: translateY(0px) translateX(0px);
|
13568 |
}
|
13569 |
|
13570 |
-
.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-point {
|
13571 |
transform: rotate(45deg) scale(1);
|
13572 |
opacity: 1;
|
13573 |
}
|
13574 |
|
13575 |
-
.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-item-inner {
|
13576 |
flex-direction: column;
|
13577 |
}
|
13578 |
|
13579 |
-
.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-top-holder {
|
13580 |
align-items: flex-end;
|
13581 |
padding: 0 0 10%;
|
13582 |
}
|
13583 |
|
13584 |
-
.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
|
13585 |
justify-content: flex-start;
|
13586 |
padding: 10% 0 0;
|
13587 |
}
|
13588 |
|
13589 |
-
.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item-inner {
|
13590 |
display: flex;
|
13591 |
flex-direction: column-reverse;
|
13592 |
align-items: center;
|
@@ -13594,20 +13600,20 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13594 |
text-align: center;
|
13595 |
}
|
13596 |
|
13597 |
-
.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-top-holder {
|
13598 |
display: flex;
|
13599 |
align-items: flex-start;
|
13600 |
padding: 10% 0 0;
|
13601 |
}
|
13602 |
|
13603 |
-
.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-content-holder {
|
13604 |
display: flex;
|
13605 |
flex-direction: column;
|
13606 |
justify-content: flex-end;
|
13607 |
padding: 0 0 10%;
|
13608 |
}
|
13609 |
|
13610 |
-
.qodef-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-item-inner {
|
13611 |
display: flex;
|
13612 |
flex-direction: column;
|
13613 |
align-items: center;
|
@@ -13615,61 +13621,61 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13615 |
text-align: center;
|
13616 |
}
|
13617 |
|
13618 |
-
.qodef-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-top-holder {
|
13619 |
display: flex;
|
13620 |
align-items: flex-end;
|
13621 |
padding: 0 0 10%;
|
13622 |
}
|
13623 |
|
13624 |
-
.qodef-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-content-holder {
|
13625 |
display: flex;
|
13626 |
flex-direction: column;
|
13627 |
justify-content: flex-start;
|
13628 |
padding: 10% 0 0;
|
13629 |
}
|
13630 |
|
13631 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item {
|
13632 |
text-align: center;
|
13633 |
}
|
13634 |
|
13635 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item:not(:last-child) {
|
13636 |
padding-bottom: 100px;
|
13637 |
}
|
13638 |
|
13639 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
|
13640 |
flex-direction: row-reverse;
|
13641 |
text-align: right;
|
13642 |
}
|
13643 |
|
13644 |
@media only screen and (max-width: 480px) {
|
13645 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
|
13646 |
flex-direction: column;
|
13647 |
text-align: center;
|
13648 |
}
|
13649 |
}
|
13650 |
|
13651 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
|
13652 |
text-align: left;
|
13653 |
padding: 0 0 0 10%;
|
13654 |
}
|
13655 |
|
13656 |
@media only screen and (max-width: 480px) {
|
13657 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
|
13658 |
padding: 0;
|
13659 |
}
|
13660 |
}
|
13661 |
|
13662 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
|
13663 |
padding: 0 10% 0 0;
|
13664 |
}
|
13665 |
|
13666 |
@media only screen and (max-width: 480px) {
|
13667 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
|
13668 |
padding: 0;
|
13669 |
}
|
13670 |
}
|
13671 |
|
13672 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
|
13673 |
display: inline-flex;
|
13674 |
align-items: center;
|
13675 |
justify-content: center;
|
@@ -13678,13 +13684,13 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13678 |
}
|
13679 |
|
13680 |
@media only screen and (max-width: 480px) {
|
13681 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
|
13682 |
flex-direction: column;
|
13683 |
text-align: center;
|
13684 |
}
|
13685 |
}
|
13686 |
|
13687 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
|
13688 |
width: 50%;
|
13689 |
flex-shrink: 0;
|
13690 |
text-align: right;
|
@@ -13692,56 +13698,56 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13692 |
}
|
13693 |
|
13694 |
@media only screen and (max-width: 480px) {
|
13695 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
|
13696 |
width: 100%;
|
13697 |
padding: 0;
|
13698 |
margin-bottom: 5%;
|
13699 |
}
|
13700 |
}
|
13701 |
|
13702 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
|
13703 |
width: 50%;
|
13704 |
padding: 0 0 0 10%;
|
13705 |
}
|
13706 |
|
13707 |
@media only screen and (max-width: 480px) {
|
13708 |
-
.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
|
13709 |
width: 100%;
|
13710 |
padding: 0;
|
13711 |
margin-top: 5%;
|
13712 |
}
|
13713 |
}
|
13714 |
|
13715 |
-
.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
|
13716 |
margin-left: 0;
|
13717 |
flex-direction: row;
|
13718 |
padding: 0 3em 0 0;
|
13719 |
}
|
13720 |
|
13721 |
@media only screen and (max-width: 1024px) {
|
13722 |
-
.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
|
13723 |
flex-direction: column;
|
13724 |
text-align: center;
|
13725 |
}
|
13726 |
}
|
13727 |
|
13728 |
@media only screen and (max-width: 480px) {
|
13729 |
-
.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
|
13730 |
padding: 0;
|
13731 |
}
|
13732 |
}
|
13733 |
|
13734 |
-
.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
|
13735 |
margin: 0 10% 0 0;
|
13736 |
}
|
13737 |
|
13738 |
@media only screen and (max-width: 1024px) {
|
13739 |
-
.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
|
13740 |
margin: 0 0 10%;
|
13741 |
}
|
13742 |
}
|
13743 |
|
13744 |
-
.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
|
13745 |
display: flex;
|
13746 |
align-items: center;
|
13747 |
justify-content: flex-end;
|
@@ -13752,39 +13758,39 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13752 |
}
|
13753 |
|
13754 |
@media only screen and (max-width: 1024px) {
|
13755 |
-
.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
|
13756 |
flex-direction: column;
|
13757 |
text-align: center;
|
13758 |
}
|
13759 |
}
|
13760 |
|
13761 |
@media only screen and (max-width: 480px) {
|
13762 |
-
.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
|
13763 |
width: 100%;
|
13764 |
padding: 0;
|
13765 |
}
|
13766 |
}
|
13767 |
|
13768 |
-
.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
|
13769 |
width: 250px;
|
13770 |
flex-shrink: 0;
|
13771 |
margin: 0 0 0 10%;
|
13772 |
}
|
13773 |
|
13774 |
@media only screen and (max-width: 1024px) {
|
13775 |
-
.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
|
13776 |
margin: 0 0 10%;
|
13777 |
}
|
13778 |
}
|
13779 |
|
13780 |
-
.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-image {
|
13781 |
border-radius: 50%;
|
13782 |
}
|
13783 |
|
13784 |
/* ==========================================================================
|
13785 |
Typeout Text shortcode styles
|
13786 |
========================================================================== */
|
13787 |
-
.qodef-typeout-text .qodef-m-text {
|
13788 |
margin: 0;
|
13789 |
}
|
13790 |
|
@@ -13824,19 +13830,19 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13824 |
Business Hours shortcode styles
|
13825 |
========================================================================== */
|
13826 |
@media only screen and (max-width: 768px) {
|
13827 |
-
.qodef-resposive--768.qodef-business-hours .qodef-e-item {
|
13828 |
flex-direction: column;
|
13829 |
}
|
13830 |
}
|
13831 |
|
13832 |
@media only screen and (max-width: 680px) {
|
13833 |
-
.qodef-resposive--680.qodef-business-hours .qodef-e-item {
|
13834 |
flex-direction: column;
|
13835 |
}
|
13836 |
}
|
13837 |
|
13838 |
@media only screen and (max-width: 480px) {
|
13839 |
-
.qodef-resposive--480.qodef-business-hours .qodef-e-item {
|
13840 |
flex-direction: column;
|
13841 |
}
|
13842 |
}
|
@@ -13845,19 +13851,19 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13845 |
Call to Action shortcode responsive styles
|
13846 |
========================================================================== */
|
13847 |
@media only screen and (max-width: 1024px) {
|
13848 |
-
.qodef-call-to-action.qodef-layout--standard.qodef-button-below--1024 .qodef-m-inner {
|
13849 |
display: block;
|
13850 |
}
|
13851 |
}
|
13852 |
|
13853 |
@media only screen and (max-width: 768px) {
|
13854 |
-
.qodef-call-to-action.qodef-layout--standard.qodef-button-below--768 .qodef-m-inner {
|
13855 |
display: block;
|
13856 |
}
|
13857 |
}
|
13858 |
|
13859 |
@media only screen and (max-width: 680px) {
|
13860 |
-
.qodef-call-to-action.qodef-layout--standard.qodef-button-below--680 .qodef-m-inner {
|
13861 |
display: block;
|
13862 |
}
|
13863 |
}
|
@@ -13866,49 +13872,49 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13866 |
Cards Gallery shortcode responsive style - begin
|
13867 |
========================================================================== */
|
13868 |
@media only screen and (max-width: 768px) {
|
13869 |
-
.qodef-cards-gallery .qodef-m-fake-card {
|
13870 |
transform: scale(0.8);
|
13871 |
}
|
13872 |
-
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
|
13873 |
transform: scale(0.8);
|
13874 |
}
|
13875 |
-
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
|
13876 |
transform: translateX(-100%);
|
13877 |
}
|
13878 |
-
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
|
13879 |
transform: scale(0.3) translateX(84%);
|
13880 |
}
|
13881 |
-
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
|
13882 |
transform: scale(0.4) translateX(60%);
|
13883 |
}
|
13884 |
-
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
|
13885 |
transform: scale(0.5) translateX(39%);
|
13886 |
}
|
13887 |
-
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
|
13888 |
transform: scale(0.6) translateX(25%);
|
13889 |
}
|
13890 |
-
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
|
13891 |
transform: scale(0.7) translateX(11.2%);
|
13892 |
}
|
13893 |
-
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
|
13894 |
transform: scale(0.8);
|
13895 |
}
|
13896 |
-
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
|
13897 |
transform: translateX(100%);
|
13898 |
}
|
13899 |
-
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
|
13900 |
transform: scale(0.3) translateX(-84%);
|
13901 |
}
|
13902 |
-
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
|
13903 |
transform: scale(0.4) translateX(-60%);
|
13904 |
}
|
13905 |
-
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
|
13906 |
transform: scale(0.5) translateX(-39%);
|
13907 |
}
|
13908 |
-
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
|
13909 |
transform: scale(0.6) translateX(-25%);
|
13910 |
}
|
13911 |
-
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
|
13912 |
transform: scale(0.7) translateX(-11.2%);
|
13913 |
}
|
13914 |
}
|
@@ -13920,3151 +13926,3151 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
13920 |
Clients list responsive shortcode styles
|
13921 |
========================================================================== */
|
13922 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
13923 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
13924 |
border-right-style: hidden;
|
13925 |
}
|
13926 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
13927 |
border-bottom-style: hidden;
|
13928 |
}
|
13929 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
13930 |
border-bottom-style: hidden;
|
13931 |
}
|
13932 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
13933 |
border-bottom-style: hidden;
|
13934 |
}
|
13935 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
13936 |
border-bottom-style: hidden;
|
13937 |
}
|
13938 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
13939 |
border-bottom-style: hidden;
|
13940 |
}
|
13941 |
}
|
13942 |
|
13943 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
13944 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
13945 |
border-left-style: inherit;
|
13946 |
}
|
13947 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
13948 |
border-bottom-style: inherit;
|
13949 |
}
|
13950 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
13951 |
border-bottom-style: inherit;
|
13952 |
}
|
13953 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
13954 |
border-bottom-style: inherit;
|
13955 |
}
|
13956 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
13957 |
border-bottom-style: inherit;
|
13958 |
}
|
13959 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
13960 |
border-bottom-style: inherit;
|
13961 |
}
|
13962 |
}
|
13963 |
|
13964 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
13965 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
13966 |
border-right-style: hidden;
|
13967 |
}
|
13968 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
13969 |
border-bottom-style: hidden;
|
13970 |
}
|
13971 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
13972 |
border-bottom-style: hidden;
|
13973 |
}
|
13974 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
13975 |
border-bottom-style: hidden;
|
13976 |
}
|
13977 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
13978 |
border-bottom-style: hidden;
|
13979 |
}
|
13980 |
}
|
13981 |
|
13982 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
13983 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
13984 |
border-left-style: inherit;
|
13985 |
}
|
13986 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
13987 |
border-bottom-style: inherit;
|
13988 |
}
|
13989 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
13990 |
border-bottom-style: inherit;
|
13991 |
}
|
13992 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
13993 |
border-bottom-style: inherit;
|
13994 |
}
|
13995 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
13996 |
border-bottom-style: inherit;
|
13997 |
}
|
13998 |
}
|
13999 |
|
14000 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14001 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14002 |
border-right-style: hidden;
|
14003 |
}
|
14004 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14005 |
border-bottom-style: hidden;
|
14006 |
}
|
14007 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14008 |
border-bottom-style: hidden;
|
14009 |
}
|
14010 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14011 |
border-bottom-style: hidden;
|
14012 |
}
|
14013 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14014 |
border-bottom-style: hidden;
|
14015 |
}
|
14016 |
}
|
14017 |
|
14018 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14019 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14020 |
border-left-style: inherit;
|
14021 |
}
|
14022 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14023 |
border-bottom-style: inherit;
|
14024 |
}
|
14025 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14026 |
border-bottom-style: inherit;
|
14027 |
}
|
14028 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14029 |
border-bottom-style: inherit;
|
14030 |
}
|
14031 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14032 |
border-bottom-style: inherit;
|
14033 |
}
|
14034 |
}
|
14035 |
|
14036 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14037 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14038 |
border-right-style: hidden;
|
14039 |
}
|
14040 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14041 |
border-bottom-style: hidden;
|
14042 |
}
|
14043 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14044 |
border-bottom-style: hidden;
|
14045 |
}
|
14046 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14047 |
border-bottom-style: hidden;
|
14048 |
}
|
14049 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14050 |
border-bottom-style: hidden;
|
14051 |
}
|
14052 |
}
|
14053 |
|
14054 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14055 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14056 |
border-left-style: inherit;
|
14057 |
}
|
14058 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14059 |
border-bottom-style: inherit;
|
14060 |
}
|
14061 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14062 |
border-bottom-style: inherit;
|
14063 |
}
|
14064 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14065 |
border-bottom-style: inherit;
|
14066 |
}
|
14067 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14068 |
border-bottom-style: inherit;
|
14069 |
}
|
14070 |
}
|
14071 |
|
14072 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14073 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14074 |
border-right-style: hidden;
|
14075 |
}
|
14076 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14077 |
border-bottom-style: hidden;
|
14078 |
}
|
14079 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14080 |
border-bottom-style: hidden;
|
14081 |
}
|
14082 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14083 |
border-bottom-style: hidden;
|
14084 |
}
|
14085 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14086 |
border-bottom-style: hidden;
|
14087 |
}
|
14088 |
}
|
14089 |
|
14090 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14091 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14092 |
border-left-style: inherit;
|
14093 |
}
|
14094 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14095 |
border-bottom-style: inherit;
|
14096 |
}
|
14097 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14098 |
border-bottom-style: inherit;
|
14099 |
}
|
14100 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14101 |
border-bottom-style: inherit;
|
14102 |
}
|
14103 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14104 |
border-bottom-style: inherit;
|
14105 |
}
|
14106 |
}
|
14107 |
|
14108 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14109 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
14110 |
border-right-style: hidden;
|
14111 |
}
|
14112 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14113 |
border-bottom-style: hidden;
|
14114 |
}
|
14115 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14116 |
border-bottom-style: hidden;
|
14117 |
}
|
14118 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14119 |
border-bottom-style: hidden;
|
14120 |
}
|
14121 |
}
|
14122 |
|
14123 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14124 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
14125 |
border-left-style: inherit;
|
14126 |
}
|
14127 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14128 |
border-bottom-style: inherit;
|
14129 |
}
|
14130 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14131 |
border-bottom-style: inherit;
|
14132 |
}
|
14133 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14134 |
border-bottom-style: inherit;
|
14135 |
}
|
14136 |
}
|
14137 |
|
14138 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14139 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
14140 |
border-right-style: hidden;
|
14141 |
}
|
14142 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14143 |
border-bottom-style: hidden;
|
14144 |
}
|
14145 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14146 |
border-bottom-style: hidden;
|
14147 |
}
|
14148 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14149 |
border-bottom-style: hidden;
|
14150 |
}
|
14151 |
}
|
14152 |
|
14153 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14154 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
14155 |
border-left-style: inherit;
|
14156 |
}
|
14157 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14158 |
border-bottom-style: inherit;
|
14159 |
}
|
14160 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14161 |
border-bottom-style: inherit;
|
14162 |
}
|
14163 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14164 |
border-bottom-style: inherit;
|
14165 |
}
|
14166 |
}
|
14167 |
|
14168 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14169 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
14170 |
border-right-style: hidden;
|
14171 |
}
|
14172 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14173 |
border-bottom-style: hidden;
|
14174 |
}
|
14175 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14176 |
border-bottom-style: hidden;
|
14177 |
}
|
14178 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14179 |
border-bottom-style: hidden;
|
14180 |
}
|
14181 |
}
|
14182 |
|
14183 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14184 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
14185 |
border-left-style: inherit;
|
14186 |
}
|
14187 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14188 |
border-bottom-style: inherit;
|
14189 |
}
|
14190 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14191 |
border-bottom-style: inherit;
|
14192 |
}
|
14193 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14194 |
border-bottom-style: inherit;
|
14195 |
}
|
14196 |
}
|
14197 |
|
14198 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14199 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14200 |
border-right-style: hidden;
|
14201 |
}
|
14202 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14203 |
border-bottom-style: hidden;
|
14204 |
}
|
14205 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14206 |
border-bottom-style: hidden;
|
14207 |
}
|
14208 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14209 |
border-bottom-style: hidden;
|
14210 |
}
|
14211 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14212 |
border-bottom-style: hidden;
|
14213 |
}
|
14214 |
}
|
14215 |
|
14216 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14217 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14218 |
border-left-style: inherit;
|
14219 |
}
|
14220 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14221 |
border-bottom-style: inherit;
|
14222 |
}
|
14223 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14224 |
border-bottom-style: inherit;
|
14225 |
}
|
14226 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14227 |
border-bottom-style: inherit;
|
14228 |
}
|
14229 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14230 |
border-bottom-style: inherit;
|
14231 |
}
|
14232 |
}
|
14233 |
|
14234 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14235 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14236 |
border-right-style: hidden;
|
14237 |
}
|
14238 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14239 |
border-bottom-style: hidden;
|
14240 |
}
|
14241 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14242 |
border-bottom-style: hidden;
|
14243 |
}
|
14244 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14245 |
border-bottom-style: hidden;
|
14246 |
}
|
14247 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14248 |
border-bottom-style: hidden;
|
14249 |
}
|
14250 |
}
|
14251 |
|
14252 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14253 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14254 |
border-left-style: inherit;
|
14255 |
}
|
14256 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14257 |
border-bottom-style: inherit;
|
14258 |
}
|
14259 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14260 |
border-bottom-style: inherit;
|
14261 |
}
|
14262 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14263 |
border-bottom-style: inherit;
|
14264 |
}
|
14265 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14266 |
border-bottom-style: inherit;
|
14267 |
}
|
14268 |
}
|
14269 |
|
14270 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14271 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14272 |
border-right-style: hidden;
|
14273 |
}
|
14274 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14275 |
border-bottom-style: hidden;
|
14276 |
}
|
14277 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14278 |
border-bottom-style: hidden;
|
14279 |
}
|
14280 |
}
|
14281 |
|
14282 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14283 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14284 |
border-left-style: inherit;
|
14285 |
}
|
14286 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14287 |
border-bottom-style: inherit;
|
14288 |
}
|
14289 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14290 |
border-bottom-style: inherit;
|
14291 |
}
|
14292 |
}
|
14293 |
|
14294 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14295 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14296 |
border-right-style: hidden;
|
14297 |
}
|
14298 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14299 |
border-bottom-style: hidden;
|
14300 |
}
|
14301 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14302 |
border-bottom-style: hidden;
|
14303 |
}
|
14304 |
}
|
14305 |
|
14306 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14307 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14308 |
border-left-style: inherit;
|
14309 |
}
|
14310 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14311 |
border-bottom-style: inherit;
|
14312 |
}
|
14313 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14314 |
border-bottom-style: inherit;
|
14315 |
}
|
14316 |
}
|
14317 |
|
14318 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14319 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14320 |
border-right-style: hidden;
|
14321 |
}
|
14322 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14323 |
border-bottom-style: hidden;
|
14324 |
}
|
14325 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14326 |
border-bottom-style: hidden;
|
14327 |
}
|
14328 |
}
|
14329 |
|
14330 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14331 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14332 |
border-left-style: inherit;
|
14333 |
}
|
14334 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14335 |
border-bottom-style: inherit;
|
14336 |
}
|
14337 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14338 |
border-bottom-style: inherit;
|
14339 |
}
|
14340 |
}
|
14341 |
|
14342 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14343 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14344 |
border-right-style: hidden;
|
14345 |
}
|
14346 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14347 |
border-bottom-style: hidden;
|
14348 |
}
|
14349 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14350 |
border-bottom-style: hidden;
|
14351 |
}
|
14352 |
}
|
14353 |
|
14354 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14355 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14356 |
border-left-style: inherit;
|
14357 |
}
|
14358 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14359 |
border-bottom-style: inherit;
|
14360 |
}
|
14361 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14362 |
border-bottom-style: inherit;
|
14363 |
}
|
14364 |
}
|
14365 |
|
14366 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14367 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14368 |
border-right-style: hidden;
|
14369 |
}
|
14370 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14371 |
border-bottom-style: hidden;
|
14372 |
}
|
14373 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14374 |
border-bottom-style: hidden;
|
14375 |
}
|
14376 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14377 |
border-bottom-style: hidden;
|
14378 |
}
|
14379 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14380 |
border-bottom-style: hidden;
|
14381 |
}
|
14382 |
}
|
14383 |
|
14384 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14385 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14386 |
border-left-style: inherit;
|
14387 |
}
|
14388 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14389 |
border-bottom-style: inherit;
|
14390 |
}
|
14391 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14392 |
border-bottom-style: inherit;
|
14393 |
}
|
14394 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14395 |
border-bottom-style: inherit;
|
14396 |
}
|
14397 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14398 |
border-bottom-style: inherit;
|
14399 |
}
|
14400 |
}
|
14401 |
|
14402 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14403 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14404 |
border-right-style: hidden;
|
14405 |
}
|
14406 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14407 |
border-bottom-style: hidden;
|
14408 |
}
|
14409 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14410 |
border-bottom-style: hidden;
|
14411 |
}
|
14412 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14413 |
border-bottom-style: hidden;
|
14414 |
}
|
14415 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14416 |
border-bottom-style: hidden;
|
14417 |
}
|
14418 |
}
|
14419 |
|
14420 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14421 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14422 |
border-left-style: inherit;
|
14423 |
}
|
14424 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14425 |
border-bottom-style: inherit;
|
14426 |
}
|
14427 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14428 |
border-bottom-style: inherit;
|
14429 |
}
|
14430 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14431 |
border-bottom-style: inherit;
|
14432 |
}
|
14433 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14434 |
border-bottom-style: inherit;
|
14435 |
}
|
14436 |
}
|
14437 |
|
14438 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14439 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14440 |
border-right-style: hidden;
|
14441 |
}
|
14442 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14443 |
border-bottom-style: hidden;
|
14444 |
}
|
14445 |
}
|
14446 |
|
14447 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14448 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14449 |
border-left-style: inherit;
|
14450 |
}
|
14451 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14452 |
border-bottom-style: inherit;
|
14453 |
}
|
14454 |
}
|
14455 |
|
14456 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14457 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14458 |
border-right-style: hidden;
|
14459 |
}
|
14460 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14461 |
border-bottom-style: hidden;
|
14462 |
}
|
14463 |
}
|
14464 |
|
14465 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14466 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14467 |
border-left-style: inherit;
|
14468 |
}
|
14469 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14470 |
border-bottom-style: inherit;
|
14471 |
}
|
14472 |
}
|
14473 |
|
14474 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14475 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14476 |
border-right-style: hidden;
|
14477 |
}
|
14478 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14479 |
border-bottom-style: hidden;
|
14480 |
}
|
14481 |
}
|
14482 |
|
14483 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14484 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14485 |
border-left-style: inherit;
|
14486 |
}
|
14487 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14488 |
border-bottom-style: inherit;
|
14489 |
}
|
14490 |
}
|
14491 |
|
14492 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14493 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14494 |
border-right-style: hidden;
|
14495 |
}
|
14496 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14497 |
border-bottom-style: hidden;
|
14498 |
}
|
14499 |
}
|
14500 |
|
14501 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14502 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14503 |
border-left-style: inherit;
|
14504 |
}
|
14505 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14506 |
border-bottom-style: inherit;
|
14507 |
}
|
14508 |
}
|
14509 |
|
14510 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14511 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14512 |
border-right-style: hidden;
|
14513 |
}
|
14514 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14515 |
border-bottom-style: hidden;
|
14516 |
}
|
14517 |
}
|
14518 |
|
14519 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14520 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14521 |
border-left-style: inherit;
|
14522 |
}
|
14523 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14524 |
border-bottom-style: inherit;
|
14525 |
}
|
14526 |
}
|
14527 |
|
14528 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14529 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14530 |
border-right-style: hidden;
|
14531 |
}
|
14532 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14533 |
border-bottom-style: hidden;
|
14534 |
}
|
14535 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14536 |
border-bottom-style: hidden;
|
14537 |
}
|
14538 |
}
|
14539 |
|
14540 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14541 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14542 |
border-left-style: inherit;
|
14543 |
}
|
14544 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14545 |
border-bottom-style: inherit;
|
14546 |
}
|
14547 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14548 |
border-bottom-style: inherit;
|
14549 |
}
|
14550 |
}
|
14551 |
|
14552 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14553 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14554 |
border-right-style: hidden;
|
14555 |
}
|
14556 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14557 |
border-bottom-style: hidden;
|
14558 |
}
|
14559 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14560 |
border-bottom-style: hidden;
|
14561 |
}
|
14562 |
}
|
14563 |
|
14564 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14565 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14566 |
border-left-style: inherit;
|
14567 |
}
|
14568 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14569 |
border-bottom-style: inherit;
|
14570 |
}
|
14571 |
-
.qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14572 |
border-bottom-style: inherit;
|
14573 |
}
|
14574 |
}
|
14575 |
|
14576 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14577 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14578 |
border-right-style: hidden;
|
14579 |
}
|
14580 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14581 |
border-bottom-style: hidden;
|
14582 |
}
|
14583 |
}
|
14584 |
|
14585 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14586 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14587 |
border-left-style: inherit;
|
14588 |
}
|
14589 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14590 |
border-bottom-style: inherit;
|
14591 |
}
|
14592 |
}
|
14593 |
|
14594 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14595 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14596 |
border-right-style: hidden;
|
14597 |
}
|
14598 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14599 |
border-bottom-style: hidden;
|
14600 |
}
|
14601 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14602 |
border-bottom-style: hidden;
|
14603 |
}
|
14604 |
}
|
14605 |
|
14606 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14607 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14608 |
border-left-style: inherit;
|
14609 |
}
|
14610 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14611 |
border-bottom-style: inherit;
|
14612 |
}
|
14613 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14614 |
border-bottom-style: inherit;
|
14615 |
}
|
14616 |
}
|
14617 |
|
14618 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14619 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
14620 |
border-right-style: hidden;
|
14621 |
}
|
14622 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14623 |
border-bottom-style: hidden;
|
14624 |
}
|
14625 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14626 |
border-bottom-style: hidden;
|
14627 |
}
|
14628 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14629 |
border-bottom-style: hidden;
|
14630 |
}
|
14631 |
}
|
14632 |
|
14633 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14634 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
14635 |
border-left-style: inherit;
|
14636 |
}
|
14637 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14638 |
border-bottom-style: inherit;
|
14639 |
}
|
14640 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14641 |
border-bottom-style: inherit;
|
14642 |
}
|
14643 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14644 |
border-bottom-style: inherit;
|
14645 |
}
|
14646 |
}
|
14647 |
|
14648 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14649 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14650 |
border-right-style: hidden;
|
14651 |
}
|
14652 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14653 |
border-bottom-style: hidden;
|
14654 |
}
|
14655 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14656 |
border-bottom-style: hidden;
|
14657 |
}
|
14658 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14659 |
border-bottom-style: hidden;
|
14660 |
}
|
14661 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14662 |
border-bottom-style: hidden;
|
14663 |
}
|
14664 |
}
|
14665 |
|
14666 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14667 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14668 |
border-left-style: inherit;
|
14669 |
}
|
14670 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14671 |
border-bottom-style: inherit;
|
14672 |
}
|
14673 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14674 |
border-bottom-style: inherit;
|
14675 |
}
|
14676 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14677 |
border-bottom-style: inherit;
|
14678 |
}
|
14679 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14680 |
border-bottom-style: inherit;
|
14681 |
}
|
14682 |
}
|
14683 |
|
14684 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14685 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
14686 |
border-right-style: hidden;
|
14687 |
}
|
14688 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14689 |
border-bottom-style: hidden;
|
14690 |
}
|
14691 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14692 |
border-bottom-style: hidden;
|
14693 |
}
|
14694 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14695 |
border-bottom-style: hidden;
|
14696 |
}
|
14697 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14698 |
border-bottom-style: hidden;
|
14699 |
}
|
14700 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14701 |
border-bottom-style: hidden;
|
14702 |
}
|
14703 |
}
|
14704 |
|
14705 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14706 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
14707 |
border-left-style: inherit;
|
14708 |
}
|
14709 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14710 |
border-bottom-style: inherit;
|
14711 |
}
|
14712 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14713 |
border-bottom-style: inherit;
|
14714 |
}
|
14715 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14716 |
border-bottom-style: inherit;
|
14717 |
}
|
14718 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14719 |
border-bottom-style: inherit;
|
14720 |
}
|
14721 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14722 |
border-bottom-style: inherit;
|
14723 |
}
|
14724 |
}
|
14725 |
|
14726 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14727 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
14728 |
border-right-style: hidden;
|
14729 |
}
|
14730 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14731 |
border-bottom-style: hidden;
|
14732 |
}
|
14733 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14734 |
border-bottom-style: hidden;
|
14735 |
}
|
14736 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14737 |
border-bottom-style: hidden;
|
14738 |
}
|
14739 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14740 |
border-bottom-style: hidden;
|
14741 |
}
|
14742 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14743 |
border-bottom-style: hidden;
|
14744 |
}
|
14745 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14746 |
border-bottom-style: hidden;
|
14747 |
}
|
14748 |
}
|
14749 |
|
14750 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14751 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
14752 |
border-left-style: inherit;
|
14753 |
}
|
14754 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14755 |
border-bottom-style: inherit;
|
14756 |
}
|
14757 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14758 |
border-bottom-style: inherit;
|
14759 |
}
|
14760 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14761 |
border-bottom-style: inherit;
|
14762 |
}
|
14763 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14764 |
border-bottom-style: inherit;
|
14765 |
}
|
14766 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14767 |
border-bottom-style: inherit;
|
14768 |
}
|
14769 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14770 |
border-bottom-style: inherit;
|
14771 |
}
|
14772 |
}
|
14773 |
|
14774 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14775 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
14776 |
border-right-style: hidden;
|
14777 |
}
|
14778 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14779 |
border-bottom-style: hidden;
|
14780 |
}
|
14781 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14782 |
border-bottom-style: hidden;
|
14783 |
}
|
14784 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14785 |
border-bottom-style: hidden;
|
14786 |
}
|
14787 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14788 |
border-bottom-style: hidden;
|
14789 |
}
|
14790 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14791 |
border-bottom-style: hidden;
|
14792 |
}
|
14793 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14794 |
border-bottom-style: hidden;
|
14795 |
}
|
14796 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
14797 |
border-bottom-style: hidden;
|
14798 |
}
|
14799 |
}
|
14800 |
|
14801 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14802 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
14803 |
border-left-style: inherit;
|
14804 |
}
|
14805 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14806 |
border-bottom-style: inherit;
|
14807 |
}
|
14808 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14809 |
border-bottom-style: inherit;
|
14810 |
}
|
14811 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14812 |
border-bottom-style: inherit;
|
14813 |
}
|
14814 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14815 |
border-bottom-style: inherit;
|
14816 |
}
|
14817 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14818 |
border-bottom-style: inherit;
|
14819 |
}
|
14820 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14821 |
border-bottom-style: inherit;
|
14822 |
}
|
14823 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
14824 |
border-bottom-style: inherit;
|
14825 |
}
|
14826 |
}
|
14827 |
|
14828 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14829 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
14830 |
border-right-style: hidden;
|
14831 |
}
|
14832 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14833 |
border-bottom-style: hidden;
|
14834 |
}
|
14835 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14836 |
border-bottom-style: hidden;
|
14837 |
}
|
14838 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14839 |
border-bottom-style: hidden;
|
14840 |
}
|
14841 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14842 |
border-bottom-style: hidden;
|
14843 |
}
|
14844 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14845 |
border-bottom-style: hidden;
|
14846 |
}
|
14847 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14848 |
border-bottom-style: hidden;
|
14849 |
}
|
14850 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
14851 |
border-bottom-style: hidden;
|
14852 |
}
|
14853 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
14854 |
border-bottom-style: hidden;
|
14855 |
}
|
14856 |
}
|
14857 |
|
14858 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14859 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
14860 |
border-left-style: inherit;
|
14861 |
}
|
14862 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14863 |
border-bottom-style: inherit;
|
14864 |
}
|
14865 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14866 |
border-bottom-style: inherit;
|
14867 |
}
|
14868 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14869 |
border-bottom-style: inherit;
|
14870 |
}
|
14871 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14872 |
border-bottom-style: inherit;
|
14873 |
}
|
14874 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14875 |
border-bottom-style: inherit;
|
14876 |
}
|
14877 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14878 |
border-bottom-style: inherit;
|
14879 |
}
|
14880 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
14881 |
border-bottom-style: inherit;
|
14882 |
}
|
14883 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
14884 |
border-bottom-style: inherit;
|
14885 |
}
|
14886 |
}
|
14887 |
|
14888 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14889 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14890 |
border-right-style: hidden;
|
14891 |
}
|
14892 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14893 |
border-bottom-style: hidden;
|
14894 |
}
|
14895 |
}
|
14896 |
|
14897 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14898 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14899 |
border-left-style: inherit;
|
14900 |
}
|
14901 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14902 |
border-bottom-style: inherit;
|
14903 |
}
|
14904 |
}
|
14905 |
|
14906 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14907 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14908 |
border-right-style: hidden;
|
14909 |
}
|
14910 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14911 |
border-bottom-style: hidden;
|
14912 |
}
|
14913 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14914 |
border-bottom-style: hidden;
|
14915 |
}
|
14916 |
}
|
14917 |
|
14918 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14919 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14920 |
border-left-style: inherit;
|
14921 |
}
|
14922 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14923 |
border-bottom-style: inherit;
|
14924 |
}
|
14925 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14926 |
border-bottom-style: inherit;
|
14927 |
}
|
14928 |
}
|
14929 |
|
14930 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14931 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
14932 |
border-right-style: hidden;
|
14933 |
}
|
14934 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14935 |
border-bottom-style: hidden;
|
14936 |
}
|
14937 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14938 |
border-bottom-style: hidden;
|
14939 |
}
|
14940 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14941 |
border-bottom-style: hidden;
|
14942 |
}
|
14943 |
}
|
14944 |
|
14945 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14946 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
14947 |
border-left-style: inherit;
|
14948 |
}
|
14949 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14950 |
border-bottom-style: inherit;
|
14951 |
}
|
14952 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14953 |
border-bottom-style: inherit;
|
14954 |
}
|
14955 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14956 |
border-bottom-style: inherit;
|
14957 |
}
|
14958 |
}
|
14959 |
|
14960 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14961 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14962 |
border-right-style: hidden;
|
14963 |
}
|
14964 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14965 |
border-bottom-style: hidden;
|
14966 |
}
|
14967 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14968 |
border-bottom-style: hidden;
|
14969 |
}
|
14970 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14971 |
border-bottom-style: hidden;
|
14972 |
}
|
14973 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14974 |
border-bottom-style: hidden;
|
14975 |
}
|
14976 |
}
|
14977 |
|
14978 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14979 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14980 |
border-left-style: inherit;
|
14981 |
}
|
14982 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14983 |
border-bottom-style: inherit;
|
14984 |
}
|
14985 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14986 |
border-bottom-style: inherit;
|
14987 |
}
|
14988 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14989 |
border-bottom-style: inherit;
|
14990 |
}
|
14991 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14992 |
border-bottom-style: inherit;
|
14993 |
}
|
14994 |
}
|
14995 |
|
14996 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14997 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
14998 |
border-right-style: hidden;
|
14999 |
}
|
15000 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15001 |
border-bottom-style: hidden;
|
15002 |
}
|
15003 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15004 |
border-bottom-style: hidden;
|
15005 |
}
|
15006 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15007 |
border-bottom-style: hidden;
|
15008 |
}
|
15009 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15010 |
border-bottom-style: hidden;
|
15011 |
}
|
15012 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15013 |
border-bottom-style: hidden;
|
15014 |
}
|
15015 |
}
|
15016 |
|
15017 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15018 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
15019 |
border-left-style: inherit;
|
15020 |
}
|
15021 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15022 |
border-bottom-style: inherit;
|
15023 |
}
|
15024 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15025 |
border-bottom-style: inherit;
|
15026 |
}
|
15027 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15028 |
border-bottom-style: inherit;
|
15029 |
}
|
15030 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15031 |
border-bottom-style: inherit;
|
15032 |
}
|
15033 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15034 |
border-bottom-style: inherit;
|
15035 |
}
|
15036 |
}
|
15037 |
|
15038 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15039 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
15040 |
border-right-style: hidden;
|
15041 |
}
|
15042 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15043 |
border-bottom-style: hidden;
|
15044 |
}
|
15045 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15046 |
border-bottom-style: hidden;
|
15047 |
}
|
15048 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15049 |
border-bottom-style: hidden;
|
15050 |
}
|
15051 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15052 |
border-bottom-style: hidden;
|
15053 |
}
|
15054 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15055 |
border-bottom-style: hidden;
|
15056 |
}
|
15057 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15058 |
border-bottom-style: hidden;
|
15059 |
}
|
15060 |
}
|
15061 |
|
15062 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15063 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
15064 |
border-left-style: inherit;
|
15065 |
}
|
15066 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15067 |
border-bottom-style: inherit;
|
15068 |
}
|
15069 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15070 |
border-bottom-style: inherit;
|
15071 |
}
|
15072 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15073 |
border-bottom-style: inherit;
|
15074 |
}
|
15075 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15076 |
border-bottom-style: inherit;
|
15077 |
}
|
15078 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15079 |
border-bottom-style: inherit;
|
15080 |
}
|
15081 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15082 |
border-bottom-style: inherit;
|
15083 |
}
|
15084 |
}
|
15085 |
|
15086 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15087 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
15088 |
border-right-style: hidden;
|
15089 |
}
|
15090 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15091 |
border-bottom-style: hidden;
|
15092 |
}
|
15093 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15094 |
border-bottom-style: hidden;
|
15095 |
}
|
15096 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15097 |
border-bottom-style: hidden;
|
15098 |
}
|
15099 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15100 |
border-bottom-style: hidden;
|
15101 |
}
|
15102 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15103 |
border-bottom-style: hidden;
|
15104 |
}
|
15105 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15106 |
border-bottom-style: hidden;
|
15107 |
}
|
15108 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15109 |
border-bottom-style: hidden;
|
15110 |
}
|
15111 |
}
|
15112 |
|
15113 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15114 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
15115 |
border-left-style: inherit;
|
15116 |
}
|
15117 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15118 |
border-bottom-style: inherit;
|
15119 |
}
|
15120 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15121 |
border-bottom-style: inherit;
|
15122 |
}
|
15123 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15124 |
border-bottom-style: inherit;
|
15125 |
}
|
15126 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15127 |
border-bottom-style: inherit;
|
15128 |
}
|
15129 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15130 |
border-bottom-style: inherit;
|
15131 |
}
|
15132 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15133 |
border-bottom-style: inherit;
|
15134 |
}
|
15135 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15136 |
border-bottom-style: inherit;
|
15137 |
}
|
15138 |
}
|
15139 |
|
15140 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15141 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
15142 |
border-right-style: hidden;
|
15143 |
}
|
15144 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15145 |
border-bottom-style: hidden;
|
15146 |
}
|
15147 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15148 |
border-bottom-style: hidden;
|
15149 |
}
|
15150 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15151 |
border-bottom-style: hidden;
|
15152 |
}
|
15153 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15154 |
border-bottom-style: hidden;
|
15155 |
}
|
15156 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15157 |
border-bottom-style: hidden;
|
15158 |
}
|
15159 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15160 |
border-bottom-style: hidden;
|
15161 |
}
|
15162 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15163 |
border-bottom-style: hidden;
|
15164 |
}
|
15165 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15166 |
border-bottom-style: hidden;
|
15167 |
}
|
15168 |
}
|
15169 |
|
15170 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15171 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
15172 |
border-left-style: inherit;
|
15173 |
}
|
15174 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15175 |
border-bottom-style: inherit;
|
15176 |
}
|
15177 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15178 |
border-bottom-style: inherit;
|
15179 |
}
|
15180 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15181 |
border-bottom-style: inherit;
|
15182 |
}
|
15183 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15184 |
border-bottom-style: inherit;
|
15185 |
}
|
15186 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15187 |
border-bottom-style: inherit;
|
15188 |
}
|
15189 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15190 |
border-bottom-style: inherit;
|
15191 |
}
|
15192 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15193 |
border-bottom-style: inherit;
|
15194 |
}
|
15195 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15196 |
border-bottom-style: inherit;
|
15197 |
}
|
15198 |
}
|
15199 |
|
15200 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15201 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
15202 |
border-right-style: hidden;
|
15203 |
}
|
15204 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15205 |
border-bottom-style: hidden;
|
15206 |
}
|
15207 |
}
|
15208 |
|
15209 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15210 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
15211 |
border-left-style: inherit;
|
15212 |
}
|
15213 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15214 |
border-bottom-style: inherit;
|
15215 |
}
|
15216 |
}
|
15217 |
|
15218 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15219 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
15220 |
border-right-style: hidden;
|
15221 |
}
|
15222 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15223 |
border-bottom-style: hidden;
|
15224 |
}
|
15225 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15226 |
border-bottom-style: hidden;
|
15227 |
}
|
15228 |
}
|
15229 |
|
15230 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15231 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
15232 |
border-left-style: inherit;
|
15233 |
}
|
15234 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15235 |
border-bottom-style: inherit;
|
15236 |
}
|
15237 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15238 |
border-bottom-style: inherit;
|
15239 |
}
|
15240 |
}
|
15241 |
|
15242 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15243 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
15244 |
border-right-style: hidden;
|
15245 |
}
|
15246 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15247 |
border-bottom-style: hidden;
|
15248 |
}
|
15249 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15250 |
border-bottom-style: hidden;
|
15251 |
}
|
15252 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15253 |
border-bottom-style: hidden;
|
15254 |
}
|
15255 |
}
|
15256 |
|
15257 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15258 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
15259 |
border-left-style: inherit;
|
15260 |
}
|
15261 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15262 |
border-bottom-style: inherit;
|
15263 |
}
|
15264 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15265 |
border-bottom-style: inherit;
|
15266 |
}
|
15267 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15268 |
border-bottom-style: inherit;
|
15269 |
}
|
15270 |
}
|
15271 |
|
15272 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15273 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
15274 |
border-right-style: hidden;
|
15275 |
}
|
15276 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15277 |
border-bottom-style: hidden;
|
15278 |
}
|
15279 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15280 |
border-bottom-style: hidden;
|
15281 |
}
|
15282 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15283 |
border-bottom-style: hidden;
|
15284 |
}
|
15285 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15286 |
border-bottom-style: hidden;
|
15287 |
}
|
15288 |
}
|
15289 |
|
15290 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15291 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
15292 |
border-left-style: inherit;
|
15293 |
}
|
15294 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15295 |
border-bottom-style: inherit;
|
15296 |
}
|
15297 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15298 |
border-bottom-style: inherit;
|
15299 |
}
|
15300 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15301 |
border-bottom-style: inherit;
|
15302 |
}
|
15303 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15304 |
border-bottom-style: inherit;
|
15305 |
}
|
15306 |
}
|
15307 |
|
15308 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15309 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
15310 |
border-right-style: hidden;
|
15311 |
}
|
15312 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15313 |
border-bottom-style: hidden;
|
15314 |
}
|
15315 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15316 |
border-bottom-style: hidden;
|
15317 |
}
|
15318 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15319 |
border-bottom-style: hidden;
|
15320 |
}
|
15321 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15322 |
border-bottom-style: hidden;
|
15323 |
}
|
15324 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15325 |
border-bottom-style: hidden;
|
15326 |
}
|
15327 |
}
|
15328 |
|
15329 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15330 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
15331 |
border-left-style: inherit;
|
15332 |
}
|
15333 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15334 |
border-bottom-style: inherit;
|
15335 |
}
|
15336 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15337 |
border-bottom-style: inherit;
|
15338 |
}
|
15339 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15340 |
border-bottom-style: inherit;
|
15341 |
}
|
15342 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15343 |
border-bottom-style: inherit;
|
15344 |
}
|
15345 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15346 |
border-bottom-style: inherit;
|
15347 |
}
|
15348 |
}
|
15349 |
|
15350 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15351 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
15352 |
border-right-style: hidden;
|
15353 |
}
|
15354 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15355 |
border-bottom-style: hidden;
|
15356 |
}
|
15357 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15358 |
border-bottom-style: hidden;
|
15359 |
}
|
15360 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15361 |
border-bottom-style: hidden;
|
15362 |
}
|
15363 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15364 |
border-bottom-style: hidden;
|
15365 |
}
|
15366 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15367 |
border-bottom-style: hidden;
|
15368 |
}
|
15369 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15370 |
border-bottom-style: hidden;
|
15371 |
}
|
15372 |
}
|
15373 |
|
15374 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15375 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
15376 |
border-left-style: inherit;
|
15377 |
}
|
15378 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15379 |
border-bottom-style: inherit;
|
15380 |
}
|
15381 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15382 |
border-bottom-style: inherit;
|
15383 |
}
|
15384 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15385 |
border-bottom-style: inherit;
|
15386 |
}
|
15387 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15388 |
border-bottom-style: inherit;
|
15389 |
}
|
15390 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15391 |
border-bottom-style: inherit;
|
15392 |
}
|
15393 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15394 |
border-bottom-style: inherit;
|
15395 |
}
|
15396 |
}
|
15397 |
|
15398 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15399 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
15400 |
border-right-style: hidden;
|
15401 |
}
|
15402 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15403 |
border-bottom-style: hidden;
|
15404 |
}
|
15405 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15406 |
border-bottom-style: hidden;
|
15407 |
}
|
15408 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15409 |
border-bottom-style: hidden;
|
15410 |
}
|
15411 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15412 |
border-bottom-style: hidden;
|
15413 |
}
|
15414 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15415 |
border-bottom-style: hidden;
|
15416 |
}
|
15417 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15418 |
border-bottom-style: hidden;
|
15419 |
}
|
15420 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15421 |
border-bottom-style: hidden;
|
15422 |
}
|
15423 |
}
|
15424 |
|
15425 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15426 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
15427 |
border-left-style: inherit;
|
15428 |
}
|
15429 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15430 |
border-bottom-style: inherit;
|
15431 |
}
|
15432 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15433 |
border-bottom-style: inherit;
|
15434 |
}
|
15435 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15436 |
border-bottom-style: inherit;
|
15437 |
}
|
15438 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15439 |
border-bottom-style: inherit;
|
15440 |
}
|
15441 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15442 |
border-bottom-style: inherit;
|
15443 |
}
|
15444 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15445 |
border-bottom-style: inherit;
|
15446 |
}
|
15447 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15448 |
border-bottom-style: inherit;
|
15449 |
}
|
15450 |
}
|
15451 |
|
15452 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15453 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
15454 |
border-right-style: hidden;
|
15455 |
}
|
15456 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15457 |
border-bottom-style: hidden;
|
15458 |
}
|
15459 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15460 |
border-bottom-style: hidden;
|
15461 |
}
|
15462 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15463 |
border-bottom-style: hidden;
|
15464 |
}
|
15465 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15466 |
border-bottom-style: hidden;
|
15467 |
}
|
15468 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15469 |
border-bottom-style: hidden;
|
15470 |
}
|
15471 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15472 |
border-bottom-style: hidden;
|
15473 |
}
|
15474 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15475 |
border-bottom-style: hidden;
|
15476 |
}
|
15477 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15478 |
border-bottom-style: hidden;
|
15479 |
}
|
15480 |
}
|
15481 |
|
15482 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15483 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
15484 |
border-left-style: inherit;
|
15485 |
}
|
15486 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15487 |
border-bottom-style: inherit;
|
15488 |
}
|
15489 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15490 |
border-bottom-style: inherit;
|
15491 |
}
|
15492 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15493 |
border-bottom-style: inherit;
|
15494 |
}
|
15495 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15496 |
border-bottom-style: inherit;
|
15497 |
}
|
15498 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15499 |
border-bottom-style: inherit;
|
15500 |
}
|
15501 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15502 |
border-bottom-style: inherit;
|
15503 |
}
|
15504 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15505 |
border-bottom-style: inherit;
|
15506 |
}
|
15507 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15508 |
border-bottom-style: inherit;
|
15509 |
}
|
15510 |
}
|
15511 |
|
15512 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15513 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
15514 |
border-right-style: hidden;
|
15515 |
}
|
15516 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15517 |
border-bottom-style: hidden;
|
15518 |
}
|
15519 |
}
|
15520 |
|
15521 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15522 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
15523 |
border-left-style: inherit;
|
15524 |
}
|
15525 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15526 |
border-bottom-style: inherit;
|
15527 |
}
|
15528 |
}
|
15529 |
|
15530 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15531 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
15532 |
border-right-style: hidden;
|
15533 |
}
|
15534 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15535 |
border-bottom-style: hidden;
|
15536 |
}
|
15537 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15538 |
border-bottom-style: hidden;
|
15539 |
}
|
15540 |
}
|
15541 |
|
15542 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15543 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
15544 |
border-left-style: inherit;
|
15545 |
}
|
15546 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15547 |
border-bottom-style: inherit;
|
15548 |
}
|
15549 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15550 |
border-bottom-style: inherit;
|
15551 |
}
|
15552 |
}
|
15553 |
|
15554 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15555 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
15556 |
border-right-style: hidden;
|
15557 |
}
|
15558 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15559 |
border-bottom-style: hidden;
|
15560 |
}
|
15561 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15562 |
border-bottom-style: hidden;
|
15563 |
}
|
15564 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15565 |
border-bottom-style: hidden;
|
15566 |
}
|
15567 |
}
|
15568 |
|
15569 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15570 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
15571 |
border-left-style: inherit;
|
15572 |
}
|
15573 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15574 |
border-bottom-style: inherit;
|
15575 |
}
|
15576 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15577 |
border-bottom-style: inherit;
|
15578 |
}
|
15579 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15580 |
border-bottom-style: inherit;
|
15581 |
}
|
15582 |
}
|
15583 |
|
15584 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15585 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
15586 |
border-right-style: hidden;
|
15587 |
}
|
15588 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15589 |
border-bottom-style: hidden;
|
15590 |
}
|
15591 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15592 |
border-bottom-style: hidden;
|
15593 |
}
|
15594 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15595 |
border-bottom-style: hidden;
|
15596 |
}
|
15597 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15598 |
border-bottom-style: hidden;
|
15599 |
}
|
15600 |
}
|
15601 |
|
15602 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15603 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
15604 |
border-left-style: inherit;
|
15605 |
}
|
15606 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15607 |
border-bottom-style: inherit;
|
15608 |
}
|
15609 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15610 |
border-bottom-style: inherit;
|
15611 |
}
|
15612 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15613 |
border-bottom-style: inherit;
|
15614 |
}
|
15615 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15616 |
border-bottom-style: inherit;
|
15617 |
}
|
15618 |
}
|
15619 |
|
15620 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15621 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
15622 |
border-right-style: hidden;
|
15623 |
}
|
15624 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15625 |
border-bottom-style: hidden;
|
15626 |
}
|
15627 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15628 |
border-bottom-style: hidden;
|
15629 |
}
|
15630 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15631 |
border-bottom-style: hidden;
|
15632 |
}
|
15633 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15634 |
border-bottom-style: hidden;
|
15635 |
}
|
15636 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15637 |
border-bottom-style: hidden;
|
15638 |
}
|
15639 |
}
|
15640 |
|
15641 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15642 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
15643 |
border-left-style: inherit;
|
15644 |
}
|
15645 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15646 |
border-bottom-style: inherit;
|
15647 |
}
|
15648 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15649 |
border-bottom-style: inherit;
|
15650 |
}
|
15651 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15652 |
border-bottom-style: inherit;
|
15653 |
}
|
15654 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15655 |
border-bottom-style: inherit;
|
15656 |
}
|
15657 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15658 |
border-bottom-style: inherit;
|
15659 |
}
|
15660 |
}
|
15661 |
|
15662 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15663 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
15664 |
border-right-style: hidden;
|
15665 |
}
|
15666 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15667 |
border-bottom-style: hidden;
|
15668 |
}
|
15669 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15670 |
border-bottom-style: hidden;
|
15671 |
}
|
15672 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15673 |
border-bottom-style: hidden;
|
15674 |
}
|
15675 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15676 |
border-bottom-style: hidden;
|
15677 |
}
|
15678 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15679 |
border-bottom-style: hidden;
|
15680 |
}
|
15681 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15682 |
border-bottom-style: hidden;
|
15683 |
}
|
15684 |
}
|
15685 |
|
15686 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15687 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
15688 |
border-left-style: inherit;
|
15689 |
}
|
15690 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15691 |
border-bottom-style: inherit;
|
15692 |
}
|
15693 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15694 |
border-bottom-style: inherit;
|
15695 |
}
|
15696 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15697 |
border-bottom-style: inherit;
|
15698 |
}
|
15699 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15700 |
border-bottom-style: inherit;
|
15701 |
}
|
15702 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15703 |
border-bottom-style: inherit;
|
15704 |
}
|
15705 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15706 |
border-bottom-style: inherit;
|
15707 |
}
|
15708 |
}
|
15709 |
|
15710 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15711 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
15712 |
border-right-style: hidden;
|
15713 |
}
|
15714 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15715 |
border-bottom-style: hidden;
|
15716 |
}
|
15717 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15718 |
border-bottom-style: hidden;
|
15719 |
}
|
15720 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15721 |
border-bottom-style: hidden;
|
15722 |
}
|
15723 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15724 |
border-bottom-style: hidden;
|
15725 |
}
|
15726 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15727 |
border-bottom-style: hidden;
|
15728 |
}
|
15729 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15730 |
border-bottom-style: hidden;
|
15731 |
}
|
15732 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15733 |
border-bottom-style: hidden;
|
15734 |
}
|
15735 |
}
|
15736 |
|
15737 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15738 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
15739 |
border-left-style: inherit;
|
15740 |
}
|
15741 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15742 |
border-bottom-style: inherit;
|
15743 |
}
|
15744 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15745 |
border-bottom-style: inherit;
|
15746 |
}
|
15747 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15748 |
border-bottom-style: inherit;
|
15749 |
}
|
15750 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15751 |
border-bottom-style: inherit;
|
15752 |
}
|
15753 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15754 |
border-bottom-style: inherit;
|
15755 |
}
|
15756 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15757 |
border-bottom-style: inherit;
|
15758 |
}
|
15759 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15760 |
border-bottom-style: inherit;
|
15761 |
}
|
15762 |
}
|
15763 |
|
15764 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15765 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
15766 |
border-right-style: hidden;
|
15767 |
}
|
15768 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15769 |
border-bottom-style: hidden;
|
15770 |
}
|
15771 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15772 |
border-bottom-style: hidden;
|
15773 |
}
|
15774 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15775 |
border-bottom-style: hidden;
|
15776 |
}
|
15777 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15778 |
border-bottom-style: hidden;
|
15779 |
}
|
15780 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15781 |
border-bottom-style: hidden;
|
15782 |
}
|
15783 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15784 |
border-bottom-style: hidden;
|
15785 |
}
|
15786 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15787 |
border-bottom-style: hidden;
|
15788 |
}
|
15789 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15790 |
border-bottom-style: hidden;
|
15791 |
}
|
15792 |
}
|
15793 |
|
15794 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15795 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
15796 |
border-left-style: inherit;
|
15797 |
}
|
15798 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15799 |
border-bottom-style: inherit;
|
15800 |
}
|
15801 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15802 |
border-bottom-style: inherit;
|
15803 |
}
|
15804 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15805 |
border-bottom-style: inherit;
|
15806 |
}
|
15807 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15808 |
border-bottom-style: inherit;
|
15809 |
}
|
15810 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15811 |
border-bottom-style: inherit;
|
15812 |
}
|
15813 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15814 |
border-bottom-style: inherit;
|
15815 |
}
|
15816 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15817 |
border-bottom-style: inherit;
|
15818 |
}
|
15819 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15820 |
border-bottom-style: inherit;
|
15821 |
}
|
15822 |
}
|
15823 |
|
15824 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15825 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
15826 |
border-right-style: hidden;
|
15827 |
}
|
15828 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15829 |
border-bottom-style: hidden;
|
15830 |
}
|
15831 |
}
|
15832 |
|
15833 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15834 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
15835 |
border-left-style: inherit;
|
15836 |
}
|
15837 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15838 |
border-bottom-style: inherit;
|
15839 |
}
|
15840 |
}
|
15841 |
|
15842 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15843 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
15844 |
border-right-style: hidden;
|
15845 |
}
|
15846 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15847 |
border-bottom-style: hidden;
|
15848 |
}
|
15849 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15850 |
border-bottom-style: hidden;
|
15851 |
}
|
15852 |
}
|
15853 |
|
15854 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15855 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
15856 |
border-left-style: inherit;
|
15857 |
}
|
15858 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15859 |
border-bottom-style: inherit;
|
15860 |
}
|
15861 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15862 |
border-bottom-style: inherit;
|
15863 |
}
|
15864 |
}
|
15865 |
|
15866 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15867 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
15868 |
border-right-style: hidden;
|
15869 |
}
|
15870 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15871 |
border-bottom-style: hidden;
|
15872 |
}
|
15873 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15874 |
border-bottom-style: hidden;
|
15875 |
}
|
15876 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15877 |
border-bottom-style: hidden;
|
15878 |
}
|
15879 |
}
|
15880 |
|
15881 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15882 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
15883 |
border-left-style: inherit;
|
15884 |
}
|
15885 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15886 |
border-bottom-style: inherit;
|
15887 |
}
|
15888 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15889 |
border-bottom-style: inherit;
|
15890 |
}
|
15891 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15892 |
border-bottom-style: inherit;
|
15893 |
}
|
15894 |
}
|
15895 |
|
15896 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15897 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
15898 |
border-right-style: hidden;
|
15899 |
}
|
15900 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15901 |
border-bottom-style: hidden;
|
15902 |
}
|
15903 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15904 |
border-bottom-style: hidden;
|
15905 |
}
|
15906 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15907 |
border-bottom-style: hidden;
|
15908 |
}
|
15909 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15910 |
border-bottom-style: hidden;
|
15911 |
}
|
15912 |
}
|
15913 |
|
15914 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15915 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
15916 |
border-left-style: inherit;
|
15917 |
}
|
15918 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15919 |
border-bottom-style: inherit;
|
15920 |
}
|
15921 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15922 |
border-bottom-style: inherit;
|
15923 |
}
|
15924 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15925 |
border-bottom-style: inherit;
|
15926 |
}
|
15927 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15928 |
border-bottom-style: inherit;
|
15929 |
}
|
15930 |
}
|
15931 |
|
15932 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15933 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
15934 |
border-right-style: hidden;
|
15935 |
}
|
15936 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15937 |
border-bottom-style: hidden;
|
15938 |
}
|
15939 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15940 |
border-bottom-style: hidden;
|
15941 |
}
|
15942 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15943 |
border-bottom-style: hidden;
|
15944 |
}
|
15945 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15946 |
border-bottom-style: hidden;
|
15947 |
}
|
15948 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15949 |
border-bottom-style: hidden;
|
15950 |
}
|
15951 |
}
|
15952 |
|
15953 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15954 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
15955 |
border-left-style: inherit;
|
15956 |
}
|
15957 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15958 |
border-bottom-style: inherit;
|
15959 |
}
|
15960 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15961 |
border-bottom-style: inherit;
|
15962 |
}
|
15963 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15964 |
border-bottom-style: inherit;
|
15965 |
}
|
15966 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15967 |
border-bottom-style: inherit;
|
15968 |
}
|
15969 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15970 |
border-bottom-style: inherit;
|
15971 |
}
|
15972 |
}
|
15973 |
|
15974 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15975 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
15976 |
border-right-style: hidden;
|
15977 |
}
|
15978 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15979 |
border-bottom-style: hidden;
|
15980 |
}
|
15981 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15982 |
border-bottom-style: hidden;
|
15983 |
}
|
15984 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15985 |
border-bottom-style: hidden;
|
15986 |
}
|
15987 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15988 |
border-bottom-style: hidden;
|
15989 |
}
|
15990 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15991 |
border-bottom-style: hidden;
|
15992 |
}
|
15993 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15994 |
border-bottom-style: hidden;
|
15995 |
}
|
15996 |
}
|
15997 |
|
15998 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15999 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
16000 |
border-left-style: inherit;
|
16001 |
}
|
16002 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16003 |
border-bottom-style: inherit;
|
16004 |
}
|
16005 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16006 |
border-bottom-style: inherit;
|
16007 |
}
|
16008 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16009 |
border-bottom-style: inherit;
|
16010 |
}
|
16011 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16012 |
border-bottom-style: inherit;
|
16013 |
}
|
16014 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16015 |
border-bottom-style: inherit;
|
16016 |
}
|
16017 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16018 |
border-bottom-style: inherit;
|
16019 |
}
|
16020 |
}
|
16021 |
|
16022 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
16023 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
16024 |
border-right-style: hidden;
|
16025 |
}
|
16026 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16027 |
border-bottom-style: hidden;
|
16028 |
}
|
16029 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16030 |
border-bottom-style: hidden;
|
16031 |
}
|
16032 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16033 |
border-bottom-style: hidden;
|
16034 |
}
|
16035 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16036 |
border-bottom-style: hidden;
|
16037 |
}
|
16038 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16039 |
border-bottom-style: hidden;
|
16040 |
}
|
16041 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16042 |
border-bottom-style: hidden;
|
16043 |
}
|
16044 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16045 |
border-bottom-style: hidden;
|
16046 |
}
|
16047 |
}
|
16048 |
|
16049 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
16050 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
16051 |
border-left-style: inherit;
|
16052 |
}
|
16053 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16054 |
border-bottom-style: inherit;
|
16055 |
}
|
16056 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16057 |
border-bottom-style: inherit;
|
16058 |
}
|
16059 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16060 |
border-bottom-style: inherit;
|
16061 |
}
|
16062 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16063 |
border-bottom-style: inherit;
|
16064 |
}
|
16065 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16066 |
border-bottom-style: inherit;
|
16067 |
}
|
16068 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16069 |
border-bottom-style: inherit;
|
16070 |
}
|
16071 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16072 |
border-bottom-style: inherit;
|
16073 |
}
|
16074 |
}
|
16075 |
|
16076 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
16077 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
16078 |
border-right-style: hidden;
|
16079 |
}
|
16080 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16081 |
border-bottom-style: hidden;
|
16082 |
}
|
16083 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16084 |
border-bottom-style: hidden;
|
16085 |
}
|
16086 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16087 |
border-bottom-style: hidden;
|
16088 |
}
|
16089 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16090 |
border-bottom-style: hidden;
|
16091 |
}
|
16092 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16093 |
border-bottom-style: hidden;
|
16094 |
}
|
16095 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16096 |
border-bottom-style: hidden;
|
16097 |
}
|
16098 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16099 |
border-bottom-style: hidden;
|
16100 |
}
|
16101 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16102 |
border-bottom-style: hidden;
|
16103 |
}
|
16104 |
}
|
16105 |
|
16106 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
16107 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
16108 |
border-left-style: inherit;
|
16109 |
}
|
16110 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16111 |
border-bottom-style: inherit;
|
16112 |
}
|
16113 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16114 |
border-bottom-style: inherit;
|
16115 |
}
|
16116 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16117 |
border-bottom-style: inherit;
|
16118 |
}
|
16119 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16120 |
border-bottom-style: inherit;
|
16121 |
}
|
16122 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16123 |
border-bottom-style: inherit;
|
16124 |
}
|
16125 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16126 |
border-bottom-style: inherit;
|
16127 |
}
|
16128 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16129 |
border-bottom-style: inherit;
|
16130 |
}
|
16131 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16132 |
border-bottom-style: inherit;
|
16133 |
}
|
16134 |
}
|
16135 |
|
16136 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16137 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
16138 |
border-right-style: hidden;
|
16139 |
}
|
16140 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16141 |
border-bottom-style: hidden;
|
16142 |
}
|
16143 |
}
|
16144 |
|
16145 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16146 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
16147 |
border-left-style: inherit;
|
16148 |
}
|
16149 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16150 |
border-bottom-style: inherit;
|
16151 |
}
|
16152 |
}
|
16153 |
|
16154 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16155 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
16156 |
border-right-style: hidden;
|
16157 |
}
|
16158 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16159 |
border-bottom-style: hidden;
|
16160 |
}
|
16161 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16162 |
border-bottom-style: hidden;
|
16163 |
}
|
16164 |
}
|
16165 |
|
16166 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16167 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
16168 |
border-left-style: inherit;
|
16169 |
}
|
16170 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16171 |
border-bottom-style: inherit;
|
16172 |
}
|
16173 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16174 |
border-bottom-style: inherit;
|
16175 |
}
|
16176 |
}
|
16177 |
|
16178 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16179 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
16180 |
border-right-style: hidden;
|
16181 |
}
|
16182 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16183 |
border-bottom-style: hidden;
|
16184 |
}
|
16185 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16186 |
border-bottom-style: hidden;
|
16187 |
}
|
16188 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16189 |
border-bottom-style: hidden;
|
16190 |
}
|
16191 |
}
|
16192 |
|
16193 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16194 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
16195 |
border-left-style: inherit;
|
16196 |
}
|
16197 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16198 |
border-bottom-style: inherit;
|
16199 |
}
|
16200 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16201 |
border-bottom-style: inherit;
|
16202 |
}
|
16203 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16204 |
border-bottom-style: inherit;
|
16205 |
}
|
16206 |
}
|
16207 |
|
16208 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16209 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
16210 |
border-right-style: hidden;
|
16211 |
}
|
16212 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16213 |
border-bottom-style: hidden;
|
16214 |
}
|
16215 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16216 |
border-bottom-style: hidden;
|
16217 |
}
|
16218 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16219 |
border-bottom-style: hidden;
|
16220 |
}
|
16221 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16222 |
border-bottom-style: hidden;
|
16223 |
}
|
16224 |
}
|
16225 |
|
16226 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16227 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
16228 |
border-left-style: inherit;
|
16229 |
}
|
16230 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16231 |
border-bottom-style: inherit;
|
16232 |
}
|
16233 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16234 |
border-bottom-style: inherit;
|
16235 |
}
|
16236 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16237 |
border-bottom-style: inherit;
|
16238 |
}
|
16239 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16240 |
border-bottom-style: inherit;
|
16241 |
}
|
16242 |
}
|
16243 |
|
16244 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16245 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
16246 |
border-right-style: hidden;
|
16247 |
}
|
16248 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16249 |
border-bottom-style: hidden;
|
16250 |
}
|
16251 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16252 |
border-bottom-style: hidden;
|
16253 |
}
|
16254 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16255 |
border-bottom-style: hidden;
|
16256 |
}
|
16257 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16258 |
border-bottom-style: hidden;
|
16259 |
}
|
16260 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16261 |
border-bottom-style: hidden;
|
16262 |
}
|
16263 |
}
|
16264 |
|
16265 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16266 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
16267 |
border-left-style: inherit;
|
16268 |
}
|
16269 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16270 |
border-bottom-style: inherit;
|
16271 |
}
|
16272 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16273 |
border-bottom-style: inherit;
|
16274 |
}
|
16275 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16276 |
border-bottom-style: inherit;
|
16277 |
}
|
16278 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16279 |
border-bottom-style: inherit;
|
16280 |
}
|
16281 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16282 |
border-bottom-style: inherit;
|
16283 |
}
|
16284 |
}
|
16285 |
|
16286 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16287 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
16288 |
border-right-style: hidden;
|
16289 |
}
|
16290 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16291 |
border-bottom-style: hidden;
|
16292 |
}
|
16293 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16294 |
border-bottom-style: hidden;
|
16295 |
}
|
16296 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16297 |
border-bottom-style: hidden;
|
16298 |
}
|
16299 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16300 |
border-bottom-style: hidden;
|
16301 |
}
|
16302 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16303 |
border-bottom-style: hidden;
|
16304 |
}
|
16305 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16306 |
border-bottom-style: hidden;
|
16307 |
}
|
16308 |
}
|
16309 |
|
16310 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16311 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
16312 |
border-left-style: inherit;
|
16313 |
}
|
16314 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16315 |
border-bottom-style: inherit;
|
16316 |
}
|
16317 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16318 |
border-bottom-style: inherit;
|
16319 |
}
|
16320 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16321 |
border-bottom-style: inherit;
|
16322 |
}
|
16323 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16324 |
border-bottom-style: inherit;
|
16325 |
}
|
16326 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16327 |
border-bottom-style: inherit;
|
16328 |
}
|
16329 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16330 |
border-bottom-style: inherit;
|
16331 |
}
|
16332 |
}
|
16333 |
|
16334 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16335 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
16336 |
border-right-style: hidden;
|
16337 |
}
|
16338 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16339 |
border-bottom-style: hidden;
|
16340 |
}
|
16341 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16342 |
border-bottom-style: hidden;
|
16343 |
}
|
16344 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16345 |
border-bottom-style: hidden;
|
16346 |
}
|
16347 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16348 |
border-bottom-style: hidden;
|
16349 |
}
|
16350 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16351 |
border-bottom-style: hidden;
|
16352 |
}
|
16353 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16354 |
border-bottom-style: hidden;
|
16355 |
}
|
16356 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16357 |
border-bottom-style: hidden;
|
16358 |
}
|
16359 |
}
|
16360 |
|
16361 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16362 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
16363 |
border-left-style: inherit;
|
16364 |
}
|
16365 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16366 |
border-bottom-style: inherit;
|
16367 |
}
|
16368 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16369 |
border-bottom-style: inherit;
|
16370 |
}
|
16371 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16372 |
border-bottom-style: inherit;
|
16373 |
}
|
16374 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16375 |
border-bottom-style: inherit;
|
16376 |
}
|
16377 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16378 |
border-bottom-style: inherit;
|
16379 |
}
|
16380 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16381 |
border-bottom-style: inherit;
|
16382 |
}
|
16383 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16384 |
border-bottom-style: inherit;
|
16385 |
}
|
16386 |
}
|
16387 |
|
16388 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16389 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
16390 |
border-right-style: hidden;
|
16391 |
}
|
16392 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16393 |
border-bottom-style: hidden;
|
16394 |
}
|
16395 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16396 |
border-bottom-style: hidden;
|
16397 |
}
|
16398 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16399 |
border-bottom-style: hidden;
|
16400 |
}
|
16401 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16402 |
border-bottom-style: hidden;
|
16403 |
}
|
16404 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16405 |
border-bottom-style: hidden;
|
16406 |
}
|
16407 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16408 |
border-bottom-style: hidden;
|
16409 |
}
|
16410 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16411 |
border-bottom-style: hidden;
|
16412 |
}
|
16413 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16414 |
border-bottom-style: hidden;
|
16415 |
}
|
16416 |
}
|
16417 |
|
16418 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16419 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
16420 |
border-left-style: inherit;
|
16421 |
}
|
16422 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16423 |
border-bottom-style: inherit;
|
16424 |
}
|
16425 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16426 |
border-bottom-style: inherit;
|
16427 |
}
|
16428 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16429 |
border-bottom-style: inherit;
|
16430 |
}
|
16431 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16432 |
border-bottom-style: inherit;
|
16433 |
}
|
16434 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16435 |
border-bottom-style: inherit;
|
16436 |
}
|
16437 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16438 |
border-bottom-style: inherit;
|
16439 |
}
|
16440 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16441 |
border-bottom-style: inherit;
|
16442 |
}
|
16443 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16444 |
border-bottom-style: inherit;
|
16445 |
}
|
16446 |
}
|
16447 |
|
16448 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16449 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
16450 |
border-right-style: hidden;
|
16451 |
}
|
16452 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16453 |
border-bottom-style: hidden;
|
16454 |
}
|
16455 |
}
|
16456 |
|
16457 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16458 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
16459 |
border-left-style: inherit;
|
16460 |
}
|
16461 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16462 |
border-bottom-style: inherit;
|
16463 |
}
|
16464 |
}
|
16465 |
|
16466 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16467 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
16468 |
border-right-style: hidden;
|
16469 |
}
|
16470 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16471 |
border-bottom-style: hidden;
|
16472 |
}
|
16473 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16474 |
border-bottom-style: hidden;
|
16475 |
}
|
16476 |
}
|
16477 |
|
16478 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16479 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
16480 |
border-left-style: inherit;
|
16481 |
}
|
16482 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16483 |
border-bottom-style: inherit;
|
16484 |
}
|
16485 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16486 |
border-bottom-style: inherit;
|
16487 |
}
|
16488 |
}
|
16489 |
|
16490 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16491 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
16492 |
border-right-style: hidden;
|
16493 |
}
|
16494 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16495 |
border-bottom-style: hidden;
|
16496 |
}
|
16497 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16498 |
border-bottom-style: hidden;
|
16499 |
}
|
16500 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16501 |
border-bottom-style: hidden;
|
16502 |
}
|
16503 |
}
|
16504 |
|
16505 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16506 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
16507 |
border-left-style: inherit;
|
16508 |
}
|
16509 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16510 |
border-bottom-style: inherit;
|
16511 |
}
|
16512 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16513 |
border-bottom-style: inherit;
|
16514 |
}
|
16515 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16516 |
border-bottom-style: inherit;
|
16517 |
}
|
16518 |
}
|
16519 |
|
16520 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16521 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
16522 |
border-right-style: hidden;
|
16523 |
}
|
16524 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16525 |
border-bottom-style: hidden;
|
16526 |
}
|
16527 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16528 |
border-bottom-style: hidden;
|
16529 |
}
|
16530 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16531 |
border-bottom-style: hidden;
|
16532 |
}
|
16533 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16534 |
border-bottom-style: hidden;
|
16535 |
}
|
16536 |
}
|
16537 |
|
16538 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16539 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
16540 |
border-left-style: inherit;
|
16541 |
}
|
16542 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16543 |
border-bottom-style: inherit;
|
16544 |
}
|
16545 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16546 |
border-bottom-style: inherit;
|
16547 |
}
|
16548 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16549 |
border-bottom-style: inherit;
|
16550 |
}
|
16551 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16552 |
border-bottom-style: inherit;
|
16553 |
}
|
16554 |
}
|
16555 |
|
16556 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16557 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
16558 |
border-right-style: hidden;
|
16559 |
}
|
16560 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16561 |
border-bottom-style: hidden;
|
16562 |
}
|
16563 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16564 |
border-bottom-style: hidden;
|
16565 |
}
|
16566 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16567 |
border-bottom-style: hidden;
|
16568 |
}
|
16569 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16570 |
border-bottom-style: hidden;
|
16571 |
}
|
16572 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16573 |
border-bottom-style: hidden;
|
16574 |
}
|
16575 |
}
|
16576 |
|
16577 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16578 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
16579 |
border-left-style: inherit;
|
16580 |
}
|
16581 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16582 |
border-bottom-style: inherit;
|
16583 |
}
|
16584 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16585 |
border-bottom-style: inherit;
|
16586 |
}
|
16587 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16588 |
border-bottom-style: inherit;
|
16589 |
}
|
16590 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16591 |
border-bottom-style: inherit;
|
16592 |
}
|
16593 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16594 |
border-bottom-style: inherit;
|
16595 |
}
|
16596 |
}
|
16597 |
|
16598 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16599 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
16600 |
border-right-style: hidden;
|
16601 |
}
|
16602 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16603 |
border-bottom-style: hidden;
|
16604 |
}
|
16605 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16606 |
border-bottom-style: hidden;
|
16607 |
}
|
16608 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16609 |
border-bottom-style: hidden;
|
16610 |
}
|
16611 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16612 |
border-bottom-style: hidden;
|
16613 |
}
|
16614 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16615 |
border-bottom-style: hidden;
|
16616 |
}
|
16617 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16618 |
border-bottom-style: hidden;
|
16619 |
}
|
16620 |
}
|
16621 |
|
16622 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16623 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
16624 |
border-left-style: inherit;
|
16625 |
}
|
16626 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16627 |
border-bottom-style: inherit;
|
16628 |
}
|
16629 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16630 |
border-bottom-style: inherit;
|
16631 |
}
|
16632 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16633 |
border-bottom-style: inherit;
|
16634 |
}
|
16635 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16636 |
border-bottom-style: inherit;
|
16637 |
}
|
16638 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16639 |
border-bottom-style: inherit;
|
16640 |
}
|
16641 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16642 |
border-bottom-style: inherit;
|
16643 |
}
|
16644 |
}
|
16645 |
|
16646 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16647 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
16648 |
border-right-style: hidden;
|
16649 |
}
|
16650 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16651 |
border-bottom-style: hidden;
|
16652 |
}
|
16653 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16654 |
border-bottom-style: hidden;
|
16655 |
}
|
16656 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16657 |
border-bottom-style: hidden;
|
16658 |
}
|
16659 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16660 |
border-bottom-style: hidden;
|
16661 |
}
|
16662 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16663 |
border-bottom-style: hidden;
|
16664 |
}
|
16665 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16666 |
border-bottom-style: hidden;
|
16667 |
}
|
16668 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16669 |
border-bottom-style: hidden;
|
16670 |
}
|
16671 |
}
|
16672 |
|
16673 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16674 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
16675 |
border-left-style: inherit;
|
16676 |
}
|
16677 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16678 |
border-bottom-style: inherit;
|
16679 |
}
|
16680 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16681 |
border-bottom-style: inherit;
|
16682 |
}
|
16683 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16684 |
border-bottom-style: inherit;
|
16685 |
}
|
16686 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16687 |
border-bottom-style: inherit;
|
16688 |
}
|
16689 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16690 |
border-bottom-style: inherit;
|
16691 |
}
|
16692 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16693 |
border-bottom-style: inherit;
|
16694 |
}
|
16695 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16696 |
border-bottom-style: inherit;
|
16697 |
}
|
16698 |
}
|
16699 |
|
16700 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16701 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
16702 |
border-right-style: hidden;
|
16703 |
}
|
16704 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16705 |
border-bottom-style: hidden;
|
16706 |
}
|
16707 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16708 |
border-bottom-style: hidden;
|
16709 |
}
|
16710 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16711 |
border-bottom-style: hidden;
|
16712 |
}
|
16713 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16714 |
border-bottom-style: hidden;
|
16715 |
}
|
16716 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16717 |
border-bottom-style: hidden;
|
16718 |
}
|
16719 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16720 |
border-bottom-style: hidden;
|
16721 |
}
|
16722 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16723 |
border-bottom-style: hidden;
|
16724 |
}
|
16725 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16726 |
border-bottom-style: hidden;
|
16727 |
}
|
16728 |
}
|
16729 |
|
16730 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16731 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
16732 |
border-left-style: inherit;
|
16733 |
}
|
16734 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16735 |
border-bottom-style: inherit;
|
16736 |
}
|
16737 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16738 |
border-bottom-style: inherit;
|
16739 |
}
|
16740 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16741 |
border-bottom-style: inherit;
|
16742 |
}
|
16743 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16744 |
border-bottom-style: inherit;
|
16745 |
}
|
16746 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16747 |
border-bottom-style: inherit;
|
16748 |
}
|
16749 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16750 |
border-bottom-style: inherit;
|
16751 |
}
|
16752 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16753 |
border-bottom-style: inherit;
|
16754 |
}
|
16755 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16756 |
border-bottom-style: inherit;
|
16757 |
}
|
16758 |
}
|
16759 |
|
16760 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16761 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
16762 |
border-right-style: hidden;
|
16763 |
}
|
16764 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16765 |
border-bottom-style: hidden;
|
16766 |
}
|
16767 |
}
|
16768 |
|
16769 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16770 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
16771 |
border-left-style: inherit;
|
16772 |
}
|
16773 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16774 |
border-bottom-style: inherit;
|
16775 |
}
|
16776 |
}
|
16777 |
|
16778 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16779 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
16780 |
border-right-style: hidden;
|
16781 |
}
|
16782 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16783 |
border-bottom-style: hidden;
|
16784 |
}
|
16785 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16786 |
border-bottom-style: hidden;
|
16787 |
}
|
16788 |
}
|
16789 |
|
16790 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16791 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
16792 |
border-left-style: inherit;
|
16793 |
}
|
16794 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16795 |
border-bottom-style: inherit;
|
16796 |
}
|
16797 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16798 |
border-bottom-style: inherit;
|
16799 |
}
|
16800 |
}
|
16801 |
|
16802 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16803 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
16804 |
border-right-style: hidden;
|
16805 |
}
|
16806 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16807 |
border-bottom-style: hidden;
|
16808 |
}
|
16809 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16810 |
border-bottom-style: hidden;
|
16811 |
}
|
16812 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16813 |
border-bottom-style: hidden;
|
16814 |
}
|
16815 |
}
|
16816 |
|
16817 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16818 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
16819 |
border-left-style: inherit;
|
16820 |
}
|
16821 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16822 |
border-bottom-style: inherit;
|
16823 |
}
|
16824 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16825 |
border-bottom-style: inherit;
|
16826 |
}
|
16827 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16828 |
border-bottom-style: inherit;
|
16829 |
}
|
16830 |
}
|
16831 |
|
16832 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16833 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
16834 |
border-right-style: hidden;
|
16835 |
}
|
16836 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16837 |
border-bottom-style: hidden;
|
16838 |
}
|
16839 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16840 |
border-bottom-style: hidden;
|
16841 |
}
|
16842 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16843 |
border-bottom-style: hidden;
|
16844 |
}
|
16845 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16846 |
border-bottom-style: hidden;
|
16847 |
}
|
16848 |
}
|
16849 |
|
16850 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16851 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
16852 |
border-left-style: inherit;
|
16853 |
}
|
16854 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16855 |
border-bottom-style: inherit;
|
16856 |
}
|
16857 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16858 |
border-bottom-style: inherit;
|
16859 |
}
|
16860 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16861 |
border-bottom-style: inherit;
|
16862 |
}
|
16863 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16864 |
border-bottom-style: inherit;
|
16865 |
}
|
16866 |
}
|
16867 |
|
16868 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16869 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
16870 |
border-right-style: hidden;
|
16871 |
}
|
16872 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16873 |
border-bottom-style: hidden;
|
16874 |
}
|
16875 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16876 |
border-bottom-style: hidden;
|
16877 |
}
|
16878 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16879 |
border-bottom-style: hidden;
|
16880 |
}
|
16881 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16882 |
border-bottom-style: hidden;
|
16883 |
}
|
16884 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16885 |
border-bottom-style: hidden;
|
16886 |
}
|
16887 |
}
|
16888 |
|
16889 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16890 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
16891 |
border-left-style: inherit;
|
16892 |
}
|
16893 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16894 |
border-bottom-style: inherit;
|
16895 |
}
|
16896 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16897 |
border-bottom-style: inherit;
|
16898 |
}
|
16899 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16900 |
border-bottom-style: inherit;
|
16901 |
}
|
16902 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16903 |
border-bottom-style: inherit;
|
16904 |
}
|
16905 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16906 |
border-bottom-style: inherit;
|
16907 |
}
|
16908 |
}
|
16909 |
|
16910 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16911 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
16912 |
border-right-style: hidden;
|
16913 |
}
|
16914 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16915 |
border-bottom-style: hidden;
|
16916 |
}
|
16917 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16918 |
border-bottom-style: hidden;
|
16919 |
}
|
16920 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16921 |
border-bottom-style: hidden;
|
16922 |
}
|
16923 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16924 |
border-bottom-style: hidden;
|
16925 |
}
|
16926 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16927 |
border-bottom-style: hidden;
|
16928 |
}
|
16929 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16930 |
border-bottom-style: hidden;
|
16931 |
}
|
16932 |
}
|
16933 |
|
16934 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16935 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
16936 |
border-left-style: inherit;
|
16937 |
}
|
16938 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16939 |
border-bottom-style: inherit;
|
16940 |
}
|
16941 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16942 |
border-bottom-style: inherit;
|
16943 |
}
|
16944 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16945 |
border-bottom-style: inherit;
|
16946 |
}
|
16947 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16948 |
border-bottom-style: inherit;
|
16949 |
}
|
16950 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16951 |
border-bottom-style: inherit;
|
16952 |
}
|
16953 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16954 |
border-bottom-style: inherit;
|
16955 |
}
|
16956 |
}
|
16957 |
|
16958 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16959 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
16960 |
border-right-style: hidden;
|
16961 |
}
|
16962 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16963 |
border-bottom-style: hidden;
|
16964 |
}
|
16965 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16966 |
border-bottom-style: hidden;
|
16967 |
}
|
16968 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16969 |
border-bottom-style: hidden;
|
16970 |
}
|
16971 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16972 |
border-bottom-style: hidden;
|
16973 |
}
|
16974 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16975 |
border-bottom-style: hidden;
|
16976 |
}
|
16977 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16978 |
border-bottom-style: hidden;
|
16979 |
}
|
16980 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16981 |
border-bottom-style: hidden;
|
16982 |
}
|
16983 |
}
|
16984 |
|
16985 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16986 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
16987 |
border-left-style: inherit;
|
16988 |
}
|
16989 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16990 |
border-bottom-style: inherit;
|
16991 |
}
|
16992 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16993 |
border-bottom-style: inherit;
|
16994 |
}
|
16995 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16996 |
border-bottom-style: inherit;
|
16997 |
}
|
16998 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16999 |
border-bottom-style: inherit;
|
17000 |
}
|
17001 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
17002 |
border-bottom-style: inherit;
|
17003 |
}
|
17004 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
17005 |
border-bottom-style: inherit;
|
17006 |
}
|
17007 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
17008 |
border-bottom-style: inherit;
|
17009 |
}
|
17010 |
}
|
17011 |
|
17012 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
17013 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
17014 |
border-right-style: hidden;
|
17015 |
}
|
17016 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
17017 |
border-bottom-style: hidden;
|
17018 |
}
|
17019 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
17020 |
border-bottom-style: hidden;
|
17021 |
}
|
17022 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
17023 |
border-bottom-style: hidden;
|
17024 |
}
|
17025 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
17026 |
border-bottom-style: hidden;
|
17027 |
}
|
17028 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
17029 |
border-bottom-style: hidden;
|
17030 |
}
|
17031 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
17032 |
border-bottom-style: hidden;
|
17033 |
}
|
17034 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
17035 |
border-bottom-style: hidden;
|
17036 |
}
|
17037 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
17038 |
border-bottom-style: hidden;
|
17039 |
}
|
17040 |
}
|
17041 |
|
17042 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
17043 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
17044 |
border-left-style: inherit;
|
17045 |
}
|
17046 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
17047 |
border-bottom-style: inherit;
|
17048 |
}
|
17049 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
17050 |
border-bottom-style: inherit;
|
17051 |
}
|
17052 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
17053 |
border-bottom-style: inherit;
|
17054 |
}
|
17055 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
17056 |
border-bottom-style: inherit;
|
17057 |
}
|
17058 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
17059 |
border-bottom-style: inherit;
|
17060 |
}
|
17061 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
17062 |
border-bottom-style: inherit;
|
17063 |
}
|
17064 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
17065 |
border-bottom-style: inherit;
|
17066 |
}
|
17067 |
-
.qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
17068 |
border-bottom-style: inherit;
|
17069 |
}
|
17070 |
}
|
@@ -17115,63 +17121,63 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
17115 |
Dual Image with Content shortcode styles
|
17116 |
========================================================================== */
|
17117 |
@media only screen and (max-width: 1440px) {
|
17118 |
-
.qodef-dual-image-with-content .qodef-image-holder {
|
17119 |
height: var(--holder_height_1440);
|
17120 |
}
|
17121 |
}
|
17122 |
|
17123 |
@media only screen and (max-width: 1366px) {
|
17124 |
-
.qodef-dual-image-with-content .qodef-image-holder {
|
17125 |
height: var(--holder_height_1366);
|
17126 |
}
|
17127 |
}
|
17128 |
|
17129 |
@media only screen and (max-width: 1280px) {
|
17130 |
-
.qodef-dual-image-with-content .qodef-image-holder {
|
17131 |
height: var(--holder_height_1280);
|
17132 |
}
|
17133 |
}
|
17134 |
|
17135 |
@media only screen and (max-width: 1024px) {
|
17136 |
-
.qodef-dual-image-with-content .qodef-image-holder {
|
17137 |
height: var(--holder_height_1024);
|
17138 |
}
|
17139 |
}
|
17140 |
|
17141 |
@media only screen and (max-width: 768px) {
|
17142 |
-
.qodef-dual-image-with-content .qodef-image-holder {
|
17143 |
height: var(--holder_height_768);
|
17144 |
}
|
17145 |
}
|
17146 |
|
17147 |
@media only screen and (max-width: 680px) {
|
17148 |
-
.qodef-dual-image-with-content .qodef-image-holder {
|
17149 |
height: var(--holder_height_680);
|
17150 |
}
|
17151 |
}
|
17152 |
|
17153 |
@media only screen and (max-width: 1024px) {
|
17154 |
-
.qodef-dual-image-with-content {
|
17155 |
flex-direction: column;
|
17156 |
}
|
17157 |
-
.qodef-dual-image-with-content.qodef--content-right {
|
17158 |
flex-direction: column;
|
17159 |
}
|
17160 |
-
.qodef-dual-image-with-content .qodef-dual-content {
|
17161 |
width: 100%;
|
17162 |
}
|
17163 |
-
.qodef-dual-image-with-content .qodef-m-second-image {
|
17164 |
position: relative;
|
17165 |
padding: 7% 0%;
|
17166 |
}
|
17167 |
-
.qodef-dual-image-with-content .qodef-m-main-image {
|
17168 |
position: absolute;
|
17169 |
}
|
17170 |
-
.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image {
|
17171 |
flex-flow: column;
|
17172 |
align-items: center;
|
17173 |
}
|
17174 |
-
.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
|
17175 |
max-width: 160%;
|
17176 |
}
|
17177 |
}
|
@@ -17183,11 +17189,11 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
17183 |
Item Showcase shortcode responsive styles
|
17184 |
========================================================================== */
|
17185 |
@media only screen and (max-width: 1024px) {
|
17186 |
-
.qodef-item-showcase {
|
17187 |
align-items: flex-start;
|
17188 |
flex-wrap: wrap;
|
17189 |
}
|
17190 |
-
.qodef-item-showcase .qodef-m-image {
|
17191 |
position: absolute;
|
17192 |
top: 0;
|
17193 |
left: 0;
|
@@ -17195,23 +17201,23 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
17195 |
max-width: 100%;
|
17196 |
padding-left: 0 !important;
|
17197 |
}
|
17198 |
-
.qodef-item-showcase .qodef-m-items {
|
17199 |
left: 40%;
|
17200 |
width: calc(100% - 40%);
|
17201 |
}
|
17202 |
-
.qodef-item-showcase .qodef-m-items .qodef-m-item {
|
17203 |
transition-delay: 0ms;
|
17204 |
}
|
17205 |
-
.qodef-item-showcase .qodef-m-items.qodef--left {
|
17206 |
text-align: left;
|
17207 |
}
|
17208 |
}
|
17209 |
|
17210 |
@media only screen and (max-width: 768px) {
|
17211 |
-
.qodef-item-showcase .qodef-m-image {
|
17212 |
display: none;
|
17213 |
}
|
17214 |
-
.qodef-item-showcase .qodef-m-items {
|
17215 |
left: 0;
|
17216 |
width: 100%;
|
17217 |
}
|
@@ -17221,59 +17227,59 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
17221 |
Section Title shortcode responsive styles
|
17222 |
========================================================================== */
|
17223 |
@media only screen and (max-width: 1024px) {
|
17224 |
-
.qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
|
17225 |
display: none;
|
17226 |
}
|
17227 |
}
|
17228 |
|
17229 |
@media only screen and (max-width: 1024px) {
|
17230 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 {
|
17231 |
flex-direction: column;
|
17232 |
align-items: flex-start;
|
17233 |
}
|
17234 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-navigation {
|
17235 |
width: 100%;
|
17236 |
}
|
17237 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-content {
|
17238 |
padding: 26px 0 0;
|
17239 |
}
|
17240 |
}
|
17241 |
|
17242 |
@media only screen and (max-width: 768px) {
|
17243 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--768 {
|
17244 |
flex-direction: column;
|
17245 |
align-items: flex-start;
|
17246 |
}
|
17247 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-navigation {
|
17248 |
width: 100%;
|
17249 |
}
|
17250 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-content {
|
17251 |
padding: 26px 0 0;
|
17252 |
}
|
17253 |
}
|
17254 |
|
17255 |
@media only screen and (max-width: 680px) {
|
17256 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--680 {
|
17257 |
flex-direction: column;
|
17258 |
align-items: flex-start;
|
17259 |
}
|
17260 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-navigation {
|
17261 |
width: 100%;
|
17262 |
}
|
17263 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-content {
|
17264 |
padding: 26px 0 0;
|
17265 |
}
|
17266 |
}
|
17267 |
|
17268 |
@media only screen and (max-width: 480px) {
|
17269 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--480 {
|
17270 |
flex-direction: column;
|
17271 |
align-items: flex-start;
|
17272 |
}
|
17273 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-navigation {
|
17274 |
width: 100%;
|
17275 |
}
|
17276 |
-
.qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-content {
|
17277 |
padding: 26px 0 0;
|
17278 |
}
|
17279 |
}
|
@@ -17282,8 +17288,8 @@ body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
|
17282 |
Timeline shortcode styles
|
17283 |
========================================================================== */
|
17284 |
@media only screen and (max-width: 480px) {
|
17285 |
-
.qodef-timeline.qodef-timeline--vertical .qodef-e-point-holder,
|
17286 |
-
.qodef-timeline.qodef-timeline--vertical .qodef-e-line-holder {
|
17287 |
display: none;
|
17288 |
}
|
17289 |
}
|
1185 |
overflow: hidden;
|
1186 |
}
|
1187 |
|
1188 |
+
.qodef-qi-swiper-container .swiper-slide a:not(.qodef-qi-button) {
|
1189 |
display: block;
|
1190 |
}
|
1191 |
|
1260 |
right: 30px;
|
1261 |
}
|
1262 |
|
1263 |
+
.qodef-qi-swiper-container .swiper-button-prev:after, .qodef-qi-swiper-container .swiper-button-prev:before,
|
1264 |
+
.qodef-qi-swiper-container .swiper-button-next:after,
|
1265 |
+
.qodef-qi-swiper-container .swiper-button-next:before {
|
1266 |
+
display: none;
|
1267 |
+
}
|
1268 |
+
|
1269 |
.qodef-qi-swiper-container + .swiper-button-prev {
|
1270 |
left: -50px;
|
1271 |
}
|
4279 |
/* ==========================================================================
|
4280 |
Contact Form 7 shortcode styles
|
4281 |
========================================================================== */
|
4282 |
+
.qodef-qi-contact-form-7 {
|
4283 |
/* reset The Q input styles - start */
|
4284 |
/* reset The Q input styles - end */
|
4285 |
}
|
4286 |
|
4287 |
+
.qodef-qi-contact-form-7 form div {
|
4288 |
position: relative;
|
4289 |
margin: 0;
|
4290 |
}
|
4291 |
|
4292 |
+
.qodef-qi-contact-form-7.qodef-button--full-width input[type=submit] {
|
4293 |
width: 100%;
|
4294 |
}
|
4295 |
|
4296 |
+
.qodef-qi-contact-form-7 .wpcf7-form-control-wrap {
|
4297 |
width: 100%;
|
4298 |
display: block;
|
4299 |
}
|
4300 |
|
4301 |
+
.qodef-qi-contact-form-7 textarea {
|
4302 |
resize: none;
|
4303 |
}
|
4304 |
|
4305 |
+
.qodef-qi-contact-form-7 .wpcf7-list-item.first {
|
4306 |
margin-left: 0;
|
4307 |
}
|
4308 |
|
4309 |
+
.qodef-qi-contact-form-7 .qodef-cf7-flex {
|
4310 |
display: flex;
|
4311 |
}
|
4312 |
|
4313 |
@media only screen and (max-width: 1024px) {
|
4314 |
+
.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024 {
|
4315 |
flex-wrap: wrap;
|
4316 |
}
|
4317 |
}
|
4318 |
|
4319 |
@media only screen and (max-width: 768px) {
|
4320 |
+
.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768 {
|
4321 |
flex-wrap: wrap;
|
4322 |
}
|
4323 |
}
|
4324 |
|
4325 |
@media only screen and (max-width: 680px) {
|
4326 |
+
.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680 {
|
4327 |
flex-wrap: wrap;
|
4328 |
}
|
4329 |
}
|
4330 |
|
4331 |
+
.qodef-qi-contact-form-7 .qodef-grid-item {
|
4332 |
margin: 0 !important;
|
4333 |
}
|
4334 |
|
4335 |
+
.qodef-qi-contact-form-7 .wpcf7-radio,
|
4336 |
+
.qodef-qi-contact-form-7 .wpcf7-checkbox {
|
4337 |
line-height: 1;
|
4338 |
display: block;
|
4339 |
}
|
4340 |
|
4341 |
+
.qodef-qi-contact-form-7 .wpcf7-radio label,
|
4342 |
+
.qodef-qi-contact-form-7 .wpcf7-checkbox label {
|
4343 |
display: flex;
|
4344 |
align-items: center;
|
4345 |
justify-content: center;
|
4346 |
}
|
4347 |
|
4348 |
+
.qodef-qi-contact-form-7 label {
|
4349 |
margin-bottom: 0;
|
4350 |
}
|
4351 |
|
4352 |
+
.qodef-qi-contact-form-7 input[type=date],
|
4353 |
+
.qodef-qi-contact-form-7 input[type=email],
|
4354 |
+
.qodef-qi-contact-form-7 input[type=number],
|
4355 |
+
.qodef-qi-contact-form-7 input[type=password],
|
4356 |
+
.qodef-qi-contact-form-7 input[type=search],
|
4357 |
+
.qodef-qi-contact-form-7 input[type=tel],
|
4358 |
+
.qodef-qi-contact-form-7 input[type=text],
|
4359 |
+
.qodef-qi-contact-form-7 input[type=url],
|
4360 |
+
.qodef-qi-contact-form-7 textarea,
|
4361 |
+
.qodef-qi-contact-form-7 select {
|
4362 |
margin: 0;
|
4363 |
}
|
4364 |
|
4365 |
+
.qodef-qi-contact-form-7 input[type=checkbox],
|
4366 |
+
.qodef-qi-contact-form-7 input[type=radio] {
|
4367 |
margin: 0;
|
4368 |
width: 1em;
|
4369 |
height: 1em;
|
4370 |
vertical-align: middle;
|
4371 |
}
|
4372 |
|
4373 |
+
.qodef-qi-contact-form-7 button[type=submit]:focus,
|
4374 |
+
.qodef-qi-contact-form-7 button[type=submit]:hover,
|
4375 |
+
.qodef-qi-contact-form-7 input[type=submit]:focus,
|
4376 |
+
.qodef-qi-contact-form-7 input[type=submit]:hover {
|
4377 |
color: unset;
|
4378 |
background-color: unset;
|
4379 |
}
|
4380 |
|
4381 |
+
.qodef-qi-contact-form-7 input[type=submit] {
|
4382 |
transition: all .3s ease-out;
|
4383 |
}
|
4384 |
|
4385 |
+
.qodef-qi-contact-form-7 textarea {
|
4386 |
vertical-align: middle;
|
4387 |
}
|
4388 |
|
4481 |
display: none !important;
|
4482 |
}
|
4483 |
|
4484 |
+
.qodef-addons-woo-shortcode .button.qodef-qi-button.qodef-layout--textual,
|
4485 |
+
.qodef-addons-woo-shortcode .added_to_cart.qodef-qi-button.qodef-layout--textual {
|
4486 |
background: transparent;
|
4487 |
}
|
4488 |
|
4489 |
/* ==========================================================================
|
4490 |
WooCommerce Add to Cart shortcode styles
|
4491 |
========================================================================== */
|
4492 |
+
.qodef-qi-woo-shortcode-add-to-cart {
|
4493 |
position: relative;
|
4494 |
display: inline-block;
|
4495 |
width: 100%;
|
4496 |
vertical-align: top;
|
4497 |
}
|
4498 |
|
4499 |
+
.qodef-qi-woo-shortcode-add-to-cart .button.added {
|
4500 |
display: none;
|
4501 |
}
|
4502 |
|
4503 |
/* ==========================================================================
|
4504 |
Product Category List Info on Image styles
|
4505 |
========================================================================== */
|
4506 |
+
.qodef-qi-woo-product-category-list .woocommerce-loop-category__title {
|
4507 |
margin: 0;
|
4508 |
}
|
4509 |
|
4510 |
+
.qodef-qi-woo-product-category-list .count {
|
4511 |
display: none;
|
4512 |
}
|
4513 |
|
4514 |
+
.qodef-qi-woo-product-category-list .qodef-e-img-holder {
|
4515 |
overflow: hidden;
|
4516 |
}
|
4517 |
|
4518 |
+
.qodef-qi-woo-product-category-list.qodef--overlay .qodef-e-img-holder:after {
|
4519 |
content: '';
|
4520 |
position: absolute;
|
4521 |
top: 0;
|
4526 |
transition: background-color .35s ease-out;
|
4527 |
}
|
4528 |
|
4529 |
+
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom img {
|
4530 |
transform: scale(1.005) translateZ(0);
|
4531 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
4532 |
will-change: transform;
|
4533 |
}
|
4534 |
|
4535 |
+
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img {
|
4536 |
transform: scale(1.03);
|
4537 |
}
|
4538 |
|
4539 |
+
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out img {
|
4540 |
transform: scale(1.03) translateZ(0);
|
4541 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
4542 |
will-change: transform;
|
4543 |
}
|
4544 |
|
4545 |
+
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out .qodef-e:hover img {
|
4546 |
transform: scale(1);
|
4547 |
}
|
4548 |
|
4549 |
+
.qodef-qi-woo-product-category-list.qodef-image--hover-move img {
|
4550 |
transform: scale(1.2);
|
4551 |
transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
|
4552 |
will-change: transform;
|
4553 |
}
|
4554 |
|
4555 |
+
.qodef-qi-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img {
|
4556 |
transform: scale(1.2) translateX(12px);
|
4557 |
}
|
4558 |
|
4559 |
+
.qodef-qi-woo-product-category-list.qodef-image--hover-from-top img {
|
4560 |
transform-origin: top;
|
4561 |
}
|
4562 |
|
4563 |
+
.qodef-qi-woo-product-category-list.qodef-image--hover-from-bottom img {
|
4564 |
transform-origin: bottom;
|
4565 |
}
|
4566 |
|
4567 |
+
.qodef-qi-woo-product-category-list.qodef-image--hover-from-left img {
|
4568 |
transform-origin: left;
|
4569 |
}
|
4570 |
|
4571 |
+
.qodef-qi-woo-product-category-list.qodef-image--hover-from-right img {
|
4572 |
transform-origin: right;
|
4573 |
}
|
4574 |
|
4575 |
/* ==========================================================================
|
4576 |
Product Category List Info on Image styles
|
4577 |
========================================================================== */
|
4578 |
+
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category a {
|
4579 |
position: relative;
|
4580 |
display: inline-block;
|
4581 |
width: 100%;
|
4582 |
vertical-align: top;
|
4583 |
}
|
4584 |
|
4585 |
+
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category .woocommerce-loop-category__title {
|
4586 |
position: absolute;
|
4587 |
bottom: 40px;
|
4588 |
left: 50%;
|
4596 |
/* ==========================================================================
|
4597 |
Product Category List Info on Image styles
|
4598 |
========================================================================== */
|
4599 |
+
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category a {
|
4600 |
position: relative;
|
4601 |
display: inline-block;
|
4602 |
width: 100%;
|
4603 |
vertical-align: top;
|
4604 |
}
|
4605 |
|
4606 |
+
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
|
4607 |
position: absolute;
|
4608 |
top: 50%;
|
4609 |
left: 50%;
|
4613 |
text-align: center;
|
4614 |
}
|
4615 |
|
4616 |
+
.qodef-position--bottom-left .qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
|
4617 |
top: auto;
|
4618 |
bottom: 0;
|
4619 |
left: 0;
|
4624 |
/* ==========================================================================
|
4625 |
Product Category List Info on Image styles
|
4626 |
========================================================================== */
|
4627 |
+
.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-holder-inner {
|
4628 |
position: relative;
|
4629 |
display: flex;
|
4630 |
align-items: center;
|
4632 |
background-color: #f6f6f6;
|
4633 |
}
|
4634 |
|
4635 |
+
.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-content {
|
4636 |
position: absolute;
|
4637 |
max-height: 100%;
|
4638 |
width: 100%;
|
4641 |
overflow: hidden;
|
4642 |
}
|
4643 |
|
4644 |
+
.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-image {
|
4645 |
width: 60%;
|
4646 |
}
|
4647 |
|
4648 |
/* ==========================================================================
|
4649 |
WooCommerce product list shortcode styles
|
4650 |
========================================================================== */
|
4651 |
+
.qodef-qi-woo-shortcode-product-list {
|
4652 |
position: relative;
|
4653 |
display: inline-block;
|
4654 |
width: 100%;
|
4655 |
vertical-align: top;
|
4656 |
}
|
4657 |
|
4658 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
|
4659 |
position: relative;
|
4660 |
display: inline-block;
|
4661 |
vertical-align: top;
|
4662 |
width: 100%;
|
4663 |
}
|
4664 |
|
4665 |
+
.touchevents .qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
|
4666 |
cursor: pointer;
|
4667 |
}
|
4668 |
|
4669 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-image-inner {
|
4670 |
opacity: 1;
|
4671 |
}
|
4672 |
|
4673 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-title {
|
4674 |
color: #3c3c3c;
|
4675 |
}
|
4676 |
|
4677 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
|
4678 |
position: relative;
|
4679 |
display: inline-block;
|
4680 |
vertical-align: top;
|
4681 |
}
|
4682 |
|
4683 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image img {
|
4684 |
display: block;
|
4685 |
width: 100%;
|
4686 |
}
|
4687 |
|
4688 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-inner {
|
4689 |
position: absolute;
|
4690 |
top: 0;
|
4691 |
left: 0;
|
4701 |
transition: opacity .35s ease-out;
|
4702 |
}
|
4703 |
|
4704 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-content {
|
4705 |
position: relative;
|
4706 |
display: inline-block;
|
4707 |
width: 100%;
|
4708 |
vertical-align: top;
|
4709 |
}
|
4710 |
|
4711 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-heading {
|
4712 |
position: relative;
|
4713 |
display: flex;
|
4714 |
justify-content: space-between;
|
4715 |
align-items: baseline;
|
4716 |
}
|
4717 |
|
4718 |
+
.qodef-qi-woo-shortcode-product-list .woocommerce-Price-currencySymbol {
|
4719 |
position: relative;
|
4720 |
top: -0.3em;
|
4721 |
font-size: .6em;
|
4722 |
}
|
4723 |
|
4724 |
+
.qodef-qi-woo-shortcode-product-list .price {
|
4725 |
flex-shrink: 0;
|
4726 |
}
|
4727 |
|
4728 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-title {
|
4729 |
transition: color 0.2s ease-out;
|
4730 |
}
|
4731 |
|
4732 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a {
|
4733 |
position: relative;
|
4734 |
display: inline-block;
|
4735 |
vertical-align: top;
|
4744 |
z-index: 3;
|
4745 |
}
|
4746 |
|
4747 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:focus, .qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:hover {
|
4748 |
color: #3c3c3c;
|
4749 |
}
|
4750 |
|
4751 |
+
.qodef-qi-woo-shortcode-product-list .woocommerce-LoopProduct-link {
|
4752 |
position: absolute;
|
4753 |
top: 0;
|
4754 |
left: 0;
|
4756 |
height: 100%;
|
4757 |
}
|
4758 |
|
4759 |
+
.qodef-qi-woo-shortcode-product-list.qodef--overlay .qodef-e-product-image-holder:after {
|
4760 |
content: '';
|
4761 |
position: absolute;
|
4762 |
top: 0;
|
4767 |
transition: background-color .35s ease-out;
|
4768 |
}
|
4769 |
|
4770 |
+
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
|
4771 |
overflow: hidden;
|
4772 |
width: 101%;
|
4773 |
}
|
4774 |
|
4775 |
+
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom img {
|
4776 |
transform: scale(1.005) translateZ(0);
|
4777 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
4778 |
will-change: transform;
|
4779 |
}
|
4780 |
|
4781 |
+
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom .qodef-e:hover img {
|
4782 |
transform: scale(1.03);
|
4783 |
}
|
4784 |
|
4785 |
+
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out img {
|
4786 |
transform: scale(1.03) translateZ(0);
|
4787 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
4788 |
will-change: transform;
|
4789 |
}
|
4790 |
|
4791 |
+
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out .qodef-e:hover img {
|
4792 |
transform: scale(1);
|
4793 |
}
|
4794 |
|
4795 |
+
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move img {
|
4796 |
transform: scale(1.2);
|
4797 |
transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
|
4798 |
will-change: transform;
|
4799 |
}
|
4800 |
|
4801 |
+
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move .qodef-e:hover img {
|
4802 |
transform: scale(1.2) translateX(12px);
|
4803 |
}
|
4804 |
|
4805 |
+
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-top img {
|
4806 |
transform-origin: top;
|
4807 |
}
|
4808 |
|
4809 |
+
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-bottom img {
|
4810 |
transform-origin: bottom;
|
4811 |
}
|
4812 |
|
4813 |
+
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-left img {
|
4814 |
transform-origin: left;
|
4815 |
}
|
4816 |
|
4817 |
+
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-right img {
|
4818 |
transform-origin: right;
|
4819 |
}
|
4820 |
|
4821 |
/* ==========================================================================
|
4822 |
Product List Info on Image styles
|
4823 |
========================================================================== */
|
4824 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner {
|
4825 |
background-color: #fff;
|
4826 |
position: absolute;
|
4827 |
top: 0;
|
4834 |
pointer-events: none;
|
4835 |
}
|
4836 |
|
4837 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner a {
|
4838 |
pointer-events: all;
|
4839 |
}
|
4840 |
|
4841 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-inner:hover .qodef-e-product-image-inner {
|
4842 |
opacity: 1;
|
4843 |
-webkit-clip-path: inset(13px 13px 13px 13px);
|
4844 |
clip-path: inset(13px 13px 13px 13px);
|
4845 |
transition-delay: 0s, .15s;
|
4846 |
}
|
4847 |
|
4848 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-content {
|
4849 |
padding: 22px 0 25px;
|
4850 |
}
|
4851 |
|
4852 |
/* ==========================================================================
|
4853 |
Product List Info on Image styles
|
4854 |
========================================================================== */
|
4855 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content {
|
4856 |
text-align: center;
|
4857 |
padding: 22px 0 25px;
|
4858 |
}
|
4859 |
|
4860 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
|
4861 |
justify-content: center;
|
4862 |
}
|
4863 |
|
4864 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
|
4865 |
position: relative;
|
4866 |
display: flex;
|
4867 |
justify-content: center;
|
4873 |
transition: .15s ease-out;
|
4874 |
}
|
4875 |
|
4876 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
|
4877 |
opacity: 1;
|
4878 |
}
|
4879 |
|
4880 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
|
4881 |
transform: translateX(0);
|
4882 |
transition: transform .4s .1s ease;
|
4883 |
width: 100%;
|
4884 |
position: absolute;
|
4885 |
}
|
4886 |
|
4887 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
|
4888 |
position: absolute;
|
4889 |
width: 100%;
|
4890 |
transform: translateX(100%);
|
4891 |
transition: transform .5s 0s ease;
|
4892 |
}
|
4893 |
|
4894 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
|
4895 |
transform: translateX(-100%);
|
4896 |
transition-delay: 0s;
|
4897 |
}
|
4898 |
|
4899 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
|
4900 |
transform: translateX(0%);
|
4901 |
transition-delay: .1s;
|
4902 |
}
|
4904 |
/* ==========================================================================
|
4905 |
Product List Info on Image styles
|
4906 |
========================================================================== */
|
4907 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
|
4908 |
padding: 22px 0 25px;
|
4909 |
}
|
4910 |
|
4911 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
|
4912 |
opacity: 0;
|
4913 |
transform: translateY(10px);
|
4914 |
transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
|
4915 |
}
|
4916 |
|
4917 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
|
4918 |
opacity: 1;
|
4919 |
transform: translateY(0);
|
4920 |
}
|
4922 |
/* ==========================================================================
|
4923 |
Product List Info on Image styles
|
4924 |
========================================================================== */
|
4925 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .qodef-e-product-content {
|
4926 |
text-align: center;
|
4927 |
padding: 22px 0 25px;
|
4928 |
}
|
4929 |
|
4930 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .price {
|
4931 |
justify-content: center;
|
4932 |
}
|
4933 |
|
4934 |
/* ==========================================================================
|
4935 |
Product List Info on Image styles
|
4936 |
========================================================================== */
|
4937 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
|
4938 |
flex-direction: column;
|
4939 |
justify-content: center;
|
4940 |
align-items: center;
|
4943 |
background-color: #f6f6f6;
|
4944 |
}
|
4945 |
|
4946 |
+
.qodef-position--bottom-left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
|
4947 |
align-items: flex-start;
|
4948 |
justify-content: flex-end;
|
4949 |
text-align: left;
|
4950 |
}
|
4951 |
|
4952 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-ratings {
|
4953 |
text-align: center;
|
4954 |
}
|
4955 |
|
4956 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
|
4957 |
left: auto;
|
4958 |
right: 0;
|
4959 |
}
|
4960 |
|
4961 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-price > span {
|
4962 |
width: 100%;
|
4963 |
}
|
4964 |
|
4965 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-image-content-inner {
|
4966 |
opacity: 0;
|
4967 |
transform: translateY(20px);
|
4968 |
transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
|
4969 |
}
|
4970 |
|
4971 |
+
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-image-content-inner {
|
4972 |
opacity: 1;
|
4973 |
transform: translateY(0);
|
4974 |
}
|
4976 |
/* ==========================================================================
|
4977 |
WooCommerce product slider shortcode styles
|
4978 |
========================================================================== */
|
4979 |
+
.qodef-qi-woo-shortcode-product-slider {
|
4980 |
position: relative;
|
4981 |
display: inline-block;
|
4982 |
width: 100%;
|
4983 |
vertical-align: top;
|
4984 |
}
|
4985 |
|
4986 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
|
4987 |
position: relative;
|
4988 |
display: inline-block;
|
4989 |
vertical-align: top;
|
4990 |
width: 100%;
|
4991 |
}
|
4992 |
|
4993 |
+
.touchevents .qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
|
4994 |
cursor: pointer;
|
4995 |
}
|
4996 |
|
4997 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-image-inner {
|
4998 |
opacity: 1;
|
4999 |
}
|
5000 |
|
5001 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-title {
|
5002 |
color: #3c3c3c;
|
5003 |
}
|
5004 |
|
5005 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
|
5006 |
position: relative;
|
5007 |
display: inline-block;
|
5008 |
vertical-align: top;
|
5009 |
}
|
5010 |
|
5011 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img {
|
5012 |
display: block;
|
5013 |
width: 100%;
|
5014 |
}
|
5015 |
|
5016 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-inner {
|
5017 |
position: absolute;
|
5018 |
top: 0;
|
5019 |
left: 0;
|
5029 |
transition: opacity .35s ease-out;
|
5030 |
}
|
5031 |
|
5032 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-content {
|
5033 |
position: relative;
|
5034 |
display: inline-block;
|
5035 |
width: 100%;
|
5036 |
vertical-align: top;
|
5037 |
}
|
5038 |
|
5039 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-heading {
|
5040 |
position: relative;
|
5041 |
display: flex;
|
5042 |
justify-content: space-between;
|
5043 |
align-items: baseline;
|
5044 |
}
|
5045 |
|
5046 |
+
.qodef-qi-woo-shortcode-product-slider .woocommerce-Price-currencySymbol {
|
5047 |
position: relative;
|
5048 |
top: -0.3em;
|
5049 |
font-size: .6em;
|
5050 |
}
|
5051 |
|
5052 |
+
.qodef-qi-woo-shortcode-product-slider .price {
|
5053 |
flex-shrink: 0;
|
5054 |
}
|
5055 |
|
5056 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-title {
|
5057 |
transition: color 0.2s ease-out;
|
5058 |
}
|
5059 |
|
5060 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a {
|
5061 |
position: relative;
|
5062 |
display: inline-block;
|
5063 |
vertical-align: top;
|
5072 |
z-index: 3;
|
5073 |
}
|
5074 |
|
5075 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:focus, .qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:hover {
|
5076 |
color: #3c3c3c;
|
5077 |
}
|
5078 |
|
5079 |
+
.qodef-qi-woo-shortcode-product-slider .woocommerce-LoopProduct-link {
|
5080 |
position: absolute;
|
5081 |
top: 0;
|
5082 |
left: 0;
|
5084 |
height: 100%;
|
5085 |
}
|
5086 |
|
5087 |
+
.qodef-qi-woo-shortcode-product-slider.qodef--overlay .qodef-e-product-image-holder:after {
|
5088 |
content: '';
|
5089 |
position: absolute;
|
5090 |
top: 0;
|
5095 |
transition: background-color .35s ease-out;
|
5096 |
}
|
5097 |
|
5098 |
+
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
|
5099 |
overflow: hidden;
|
5100 |
width: 100%;
|
5101 |
}
|
5102 |
|
5103 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom img {
|
5104 |
transform: scale(1.005) translateZ(0);
|
5105 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
5106 |
will-change: transform;
|
5107 |
}
|
5108 |
|
5109 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom .qodef-e:hover img {
|
5110 |
transform: scale(1.03);
|
5111 |
}
|
5112 |
|
5113 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out img {
|
5114 |
transform: scale(1.03) translateZ(0);
|
5115 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
5116 |
will-change: transform;
|
5117 |
}
|
5118 |
|
5119 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out .qodef-e:hover img {
|
5120 |
transform: scale(1);
|
5121 |
}
|
5122 |
|
5123 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move img {
|
5124 |
transform: scale(1.2);
|
5125 |
transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
|
5126 |
will-change: transform;
|
5127 |
}
|
5128 |
|
5129 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move .qodef-e:hover img {
|
5130 |
transform: scale(1.2) translateX(12px);
|
5131 |
}
|
5132 |
|
5133 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-top img {
|
5134 |
transform-origin: top;
|
5135 |
}
|
5136 |
|
5137 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-bottom img {
|
5138 |
transform-origin: bottom;
|
5139 |
}
|
5140 |
|
5141 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-left img {
|
5142 |
transform-origin: left;
|
5143 |
}
|
5144 |
|
5145 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-right img {
|
5146 |
transform-origin: right;
|
5147 |
}
|
5148 |
|
5149 |
/* ==========================================================================
|
5150 |
Product List Info on Image styles
|
5151 |
========================================================================== */
|
5152 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner {
|
5153 |
text-align: center;
|
5154 |
padding: 25px 15px;
|
5155 |
background-color: #f6f6f6;
|
5156 |
transition: background-color .35s ease-out;
|
5157 |
}
|
5158 |
|
5159 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .price {
|
5160 |
justify-content: center;
|
5161 |
}
|
5162 |
|
5163 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
|
5164 |
position: relative;
|
5165 |
display: flex;
|
5166 |
justify-content: center;
|
5172 |
transition: .15s ease-out;
|
5173 |
}
|
5174 |
|
5175 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
|
5176 |
opacity: 1;
|
5177 |
}
|
5178 |
|
5179 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
|
5180 |
transform: translateX(0);
|
5181 |
transition: transform .4s .1s ease;
|
5182 |
width: 100%;
|
5183 |
position: absolute;
|
5184 |
}
|
5185 |
|
5186 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
|
5187 |
position: absolute;
|
5188 |
width: 100%;
|
5189 |
transform: translateX(100%);
|
5190 |
transition: transform .5s 0s ease;
|
5191 |
}
|
5192 |
|
5193 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
|
5194 |
transform: translateX(-100%);
|
5195 |
transition-delay: 0s;
|
5196 |
}
|
5197 |
|
5198 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
|
5199 |
transform: translateX(0%);
|
5200 |
transition-delay: .1s;
|
5201 |
}
|
5203 |
/* ==========================================================================
|
5204 |
Product List Info on Image styles
|
5205 |
========================================================================== */
|
5206 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
|
5207 |
padding: 22px 0 25px;
|
5208 |
}
|
5209 |
|
5210 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
|
5211 |
opacity: 0;
|
5212 |
transform: translateY(10px);
|
5213 |
transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5214 |
}
|
5215 |
|
5216 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
|
5217 |
opacity: 1;
|
5218 |
transform: translateY(0);
|
5219 |
}
|
5221 |
/* ==========================================================================
|
5222 |
Product List Info on Image styles
|
5223 |
========================================================================== */
|
5224 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-image-inner {
|
5225 |
flex-direction: column;
|
5226 |
justify-content: center;
|
5227 |
align-items: center;
|
5230 |
background-color: #f6f6f6;
|
5231 |
}
|
5232 |
|
5233 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-ratings {
|
5234 |
text-align: center;
|
5235 |
}
|
5236 |
|
5237 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-woo-product-price > span {
|
5238 |
width: 100%;
|
5239 |
}
|
5240 |
|
5241 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner .qodef-e-product-mark {
|
5242 |
left: auto;
|
5243 |
right: 0;
|
5244 |
}
|
5245 |
|
5246 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-image-content-inner {
|
5247 |
opacity: 0;
|
5248 |
transform: translateY(20px);
|
5249 |
transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5250 |
}
|
5251 |
|
5252 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner:hover .qodef-image-content-inner {
|
5253 |
opacity: 1;
|
5254 |
transform: translateY(0);
|
5255 |
}
|
5257 |
/* ==========================================================================
|
5258 |
Product List Info on Image styles
|
5259 |
========================================================================== */
|
5260 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
|
5261 |
flex-direction: column;
|
5262 |
justify-content: space-between;
|
5263 |
align-items: flex-start;
|
5265 |
transition: opacity .25s ease-out;
|
5266 |
}
|
5267 |
|
5268 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-top {
|
5269 |
text-align: left;
|
5270 |
width: 100%;
|
5271 |
transform: translateY(10px);
|
5272 |
transition: transform .25s ease-out;
|
5273 |
}
|
5274 |
|
5275 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-bottom {
|
5276 |
width: 100%;
|
5277 |
}
|
5278 |
|
5279 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
|
5280 |
left: auto;
|
5281 |
right: 0;
|
5282 |
}
|
5283 |
|
5284 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-top,
|
5285 |
+
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-bottom {
|
5286 |
transform: translateY(0px);
|
5287 |
}
|
5288 |
|
5289 |
/* ==========================================================================
|
5290 |
WPForms shortcode styles
|
5291 |
========================================================================== */
|
5292 |
+
.qodef-qi-wp-forms {
|
5293 |
/* reset The Q input styles - start */
|
5294 |
/* reset The Q input styles - end */
|
5295 |
}
|
5296 |
|
5297 |
+
.qodef-qi-wp-forms textarea {
|
5298 |
resize: none;
|
5299 |
}
|
5300 |
|
5301 |
+
.qodef-qi-wp-forms input,
|
5302 |
+
.qodef-qi-wp-forms select {
|
5303 |
height: auto !important;
|
5304 |
}
|
5305 |
|
5306 |
+
.qodef-qi-wp-forms.qodef-button--full-width button[type=submit] {
|
5307 |
width: 100%;
|
5308 |
}
|
5309 |
|
5310 |
+
.qodef-qi-wp-forms.qodef-wpf-flex form {
|
5311 |
display: flex;
|
5312 |
align-items: center;
|
5313 |
}
|
5314 |
|
5315 |
+
.qodef-qi-wp-forms.qodef-wpf-flex form > .wpforms-field-container {
|
5316 |
flex-grow: 1;
|
5317 |
flex-basis: 100%;
|
5318 |
}
|
5319 |
|
5320 |
+
.qodef-qi-wp-forms.qodef-wpf-flex form > .wpforms-submit-container {
|
5321 |
flex-grow: 0;
|
5322 |
}
|
5323 |
|
5324 |
+
.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn form > .wpforms-submit-container {
|
5325 |
position: absolute;
|
5326 |
right: 0;
|
5327 |
}
|
5328 |
|
5329 |
@media only screen and (max-width: 1024px) {
|
5330 |
+
.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form {
|
5331 |
flex-wrap: wrap;
|
5332 |
}
|
5333 |
}
|
5334 |
|
5335 |
@media only screen and (max-width: 768px) {
|
5336 |
+
.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form {
|
5337 |
flex-wrap: wrap;
|
5338 |
}
|
5339 |
}
|
5340 |
|
5341 |
@media only screen and (max-width: 680px) {
|
5342 |
+
.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form {
|
5343 |
flex-wrap: wrap;
|
5344 |
}
|
5345 |
}
|
5346 |
|
5347 |
+
.qodef-qi-wp-forms .qodef-grid-item {
|
5348 |
margin: 0 !important;
|
5349 |
}
|
5350 |
|
5351 |
+
.qodef-qi-wp-forms .wpforms-submit-container {
|
5352 |
padding: 0 !important;
|
5353 |
}
|
5354 |
|
5355 |
+
.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
|
5356 |
margin-right: 0 !important;
|
5357 |
}
|
5358 |
|
5359 |
+
.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form ul li {
|
5360 |
margin-bottom: 0 !important;
|
5361 |
}
|
5362 |
|
5363 |
+
.qodef-qi-wp-forms label {
|
5364 |
margin-bottom: 0;
|
5365 |
}
|
5366 |
|
5367 |
+
.qodef-qi-wp-forms input[type=date],
|
5368 |
+
.qodef-qi-wp-forms input[type=email],
|
5369 |
+
.qodef-qi-wp-forms input[type=number],
|
5370 |
+
.qodef-qi-wp-forms input[type=password],
|
5371 |
+
.qodef-qi-wp-forms input[type=search],
|
5372 |
+
.qodef-qi-wp-forms input[type=tel],
|
5373 |
+
.qodef-qi-wp-forms input[type=text],
|
5374 |
+
.qodef-qi-wp-forms input[type=url],
|
5375 |
+
.qodef-qi-wp-forms textarea {
|
5376 |
margin: 0;
|
5377 |
}
|
5378 |
|
5379 |
+
.qodef-qi-wp-forms input[type=range] {
|
5380 |
padding: 0 !important;
|
5381 |
margin: 0 !important;
|
5382 |
}
|
5383 |
|
5384 |
+
.qodef-qi-wp-forms input[type=checkbox],
|
5385 |
+
.qodef-qi-wp-forms input[type=radio] {
|
5386 |
margin: 0;
|
5387 |
width: 1em !important;
|
5388 |
height: 1em !important;
|
5389 |
vertical-align: middle !important;
|
5390 |
}
|
5391 |
|
5392 |
+
.qodef-qi-wp-forms button[type=submit]:focus,
|
5393 |
+
.qodef-qi-wp-forms button[type=submit]:hover,
|
5394 |
+
.qodef-qi-wp-forms input[type=submit]:focus,
|
5395 |
+
.qodef-qi-wp-forms input[type=submit]:hover {
|
5396 |
color: unset;
|
5397 |
background-color: unset;
|
5398 |
}
|
5399 |
|
5400 |
+
.qodef-qi-wp-forms input[type=submit],
|
5401 |
+
.qodef-qi-wp-forms button[type=submit] {
|
5402 |
display: inline-flex;
|
5403 |
}
|
5404 |
|
5405 |
+
.qodef-qi-wp-forms input[type=submit] span,
|
5406 |
+
.qodef-qi-wp-forms button[type=submit] span {
|
5407 |
display: inline;
|
5408 |
}
|
5409 |
|
5410 |
/* ==========================================================================
|
5411 |
Accordion shortcode styles
|
5412 |
========================================================================== */
|
5413 |
+
.qodef-qi-accordion {
|
5414 |
position: relative;
|
5415 |
display: inline-block;
|
5416 |
width: 100%;
|
5419 |
overflow-anchor: none;
|
5420 |
}
|
5421 |
|
5422 |
+
.qodef-qi-accordion .qodef-e-content-inner {
|
5423 |
position: relative;
|
5424 |
display: inline-block;
|
5425 |
width: 100%;
|
5426 |
vertical-align: top;
|
5427 |
}
|
5428 |
|
5429 |
+
.qodef-qi-accordion.qodef--init {
|
5430 |
visibility: visible;
|
5431 |
}
|
5432 |
|
5433 |
+
.qodef-qi-accordion .qodef-e-icon > svg {
|
5434 |
width: 1em;
|
5435 |
fill: currentColor;
|
5436 |
stroke: currentColor;
|
5437 |
vertical-align: top;
|
5438 |
}
|
5439 |
|
5440 |
+
.qodef-qi-accordion .qodef-e-title-holder {
|
5441 |
position: relative;
|
5442 |
display: flex;
|
5443 |
align-items: center;
|
5448 |
margin: 0;
|
5449 |
}
|
5450 |
|
5451 |
+
.qodef-qi-accordion .qodef-e-title-holder:not(:first-child) {
|
5452 |
margin: 12px 0 0;
|
5453 |
}
|
5454 |
|
5455 |
+
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark {
|
5456 |
position: relative;
|
5457 |
flex-shrink: 0;
|
5458 |
width: 20px;
|
5461 |
text-align: center;
|
5462 |
}
|
5463 |
|
5464 |
+
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span {
|
5465 |
position: absolute;
|
5466 |
display: flex;
|
5467 |
align-items: center;
|
5471 |
transform: translateY(-50%);
|
5472 |
}
|
5473 |
|
5474 |
+
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span:before {
|
5475 |
display: block;
|
5476 |
line-height: inherit;
|
5477 |
}
|
5478 |
|
5479 |
+
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus, .qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
|
5480 |
transition: opacity .2s ease-out, color .2s ease-out;
|
5481 |
}
|
5482 |
|
5483 |
+
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
|
5484 |
opacity: 0;
|
5485 |
}
|
5486 |
|
5487 |
+
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
|
5488 |
opacity: 1;
|
5489 |
}
|
5490 |
|
5491 |
+
.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
|
5492 |
opacity: 1;
|
5493 |
}
|
5494 |
|
5495 |
+
.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
|
5496 |
opacity: 0;
|
5497 |
}
|
5498 |
|
5499 |
+
.qodef-qi-accordion .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
|
5500 |
opacity: 0;
|
5501 |
}
|
5502 |
|
5503 |
+
.qodef-qi-accordion .qodef-e-content {
|
5504 |
padding: 0 26px 16px;
|
5505 |
margin: 0;
|
5506 |
transition: background-color .2s ease-out;
|
5507 |
box-sizing: content-box;
|
5508 |
}
|
5509 |
|
5510 |
+
.qodef-qi-accordion .qodef-e-content p {
|
5511 |
margin: 0;
|
5512 |
}
|
5513 |
|
5514 |
+
.qodef-qi-accordion.qodef-style--standard .qodef-e-content {
|
5515 |
padding: 16px 26px;
|
5516 |
}
|
5517 |
|
5518 |
+
.qodef-qi-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active {
|
5519 |
background-color: #f6f6f6;
|
5520 |
}
|
5521 |
|
5522 |
+
.qodef-qi-accordion.qodef-style--boxed {
|
5523 |
border: 1px solid #ebebeb;
|
5524 |
}
|
5525 |
|
5526 |
+
.qodef-qi-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
|
5527 |
margin: 0;
|
5528 |
border-top: 1px solid #ebebeb;
|
5529 |
}
|
5530 |
|
5531 |
+
.qodef-qi-accordion.qodef-style--border-top {
|
5532 |
border-bottom: 1px solid #ebebeb;
|
5533 |
}
|
5534 |
|
5535 |
+
.qodef-qi-accordion.qodef-style--border-top .qodef-e-title-holder {
|
5536 |
margin: 0;
|
5537 |
border-top: 1px solid #ebebeb;
|
5538 |
}
|
5539 |
|
5540 |
+
.qodef-qi-accordion.qodef-style--border-between .qodef-e-title-holder {
|
5541 |
margin: 0;
|
5542 |
border-bottom: 1px solid #ebebeb;
|
5543 |
}
|
5544 |
|
5545 |
+
.qodef-qi-accordion.qodef-style--border-between .qodef-e-content {
|
5546 |
padding: 16px 26px;
|
5547 |
border-bottom: 1px solid #ebebeb;
|
5548 |
}
|
5553 |
/* ==========================================================================
|
5554 |
Section Title shortcode styles
|
5555 |
========================================================================== */
|
5556 |
+
.qodef-qi-animated-text .qodef-m-title {
|
5557 |
overflow: hidden;
|
5558 |
}
|
5559 |
|
5560 |
+
.qodef-qi-animated-text .qodef-e-word {
|
5561 |
display: inline-block;
|
5562 |
}
|
5563 |
|
5564 |
+
.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-left .qodef-m-title {
|
5565 |
justify-content: flex-start;
|
5566 |
}
|
5567 |
|
5568 |
+
.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-right .qodef-m-title {
|
5569 |
justify-content: flex-end;
|
5570 |
}
|
5571 |
|
5572 |
+
.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-center .qodef-m-title {
|
5573 |
justify-content: center;
|
5574 |
}
|
5575 |
|
5576 |
+
.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-word,
|
5577 |
+
.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-character {
|
5578 |
opacity: 0;
|
5579 |
transform: translateY(50px);
|
5580 |
transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5581 |
}
|
5582 |
|
5583 |
+
.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-word,
|
5584 |
+
.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-character {
|
5585 |
opacity: 0;
|
5586 |
transform: translateY(-50px);
|
5587 |
transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5588 |
}
|
5589 |
|
5590 |
+
.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-word,
|
5591 |
+
.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-character {
|
5592 |
opacity: 0;
|
5593 |
transform: translateX(-50px);
|
5594 |
transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5595 |
}
|
5596 |
|
5597 |
+
.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-word,
|
5598 |
+
.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-character {
|
5599 |
opacity: 0;
|
5600 |
transform: translateX(50px);
|
5601 |
transition: opacity 0.25s, transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5602 |
}
|
5603 |
|
5604 |
+
.qodef-qi-animated-text.qodef--appear-fade .qodef-e-word,
|
5605 |
+
.qodef-qi-animated-text.qodef--appear-fade .qodef-e-character {
|
5606 |
opacity: 0;
|
5607 |
transition: opacity 1s ease-out;
|
5608 |
}
|
5609 |
|
5610 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(2) {
|
5611 |
transition-delay: 0.28s;
|
5612 |
}
|
5613 |
|
5614 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(3) {
|
5615 |
transition-delay: 0.42s;
|
5616 |
}
|
5617 |
|
5618 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(4) {
|
5619 |
transition-delay: 0.56s;
|
5620 |
}
|
5621 |
|
5622 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(5) {
|
5623 |
transition-delay: 0.7s;
|
5624 |
}
|
5625 |
|
5626 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(6) {
|
5627 |
transition-delay: 0.84s;
|
5628 |
}
|
5629 |
|
5630 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(7) {
|
5631 |
transition-delay: 0.98s;
|
5632 |
}
|
5633 |
|
5634 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(8) {
|
5635 |
transition-delay: 1.12s;
|
5636 |
}
|
5637 |
|
5638 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(9) {
|
5639 |
transition-delay: 1.26s;
|
5640 |
}
|
5641 |
|
5642 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(10) {
|
5643 |
transition-delay: 1.4s;
|
5644 |
}
|
5645 |
|
5646 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(11) {
|
5647 |
transition-delay: 1.54s;
|
5648 |
}
|
5649 |
|
5650 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(12) {
|
5651 |
transition-delay: 1.68s;
|
5652 |
}
|
5653 |
|
5654 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(13) {
|
5655 |
transition-delay: 1.82s;
|
5656 |
}
|
5657 |
|
5658 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(14) {
|
5659 |
transition-delay: 1.96s;
|
5660 |
}
|
5661 |
|
5662 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(15) {
|
5663 |
transition-delay: 2.1s;
|
5664 |
}
|
5665 |
|
5666 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(16) {
|
5667 |
transition-delay: 2.24s;
|
5668 |
}
|
5669 |
|
5670 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(17) {
|
5671 |
transition-delay: 2.38s;
|
5672 |
}
|
5673 |
|
5674 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(18) {
|
5675 |
transition-delay: 2.52s;
|
5676 |
}
|
5677 |
|
5678 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(19) {
|
5679 |
transition-delay: 2.66s;
|
5680 |
}
|
5681 |
|
5682 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(20) {
|
5683 |
transition-delay: 2.8s;
|
5684 |
}
|
5685 |
|
5686 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(21) {
|
5687 |
transition-delay: 2.94s;
|
5688 |
}
|
5689 |
|
5690 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(22) {
|
5691 |
transition-delay: 3.08s;
|
5692 |
}
|
5693 |
|
5694 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(23) {
|
5695 |
transition-delay: 3.22s;
|
5696 |
}
|
5697 |
|
5698 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(24) {
|
5699 |
transition-delay: 3.36s;
|
5700 |
}
|
5701 |
|
5702 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(25) {
|
5703 |
transition-delay: 3.5s;
|
5704 |
}
|
5705 |
|
5706 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(26) {
|
5707 |
transition-delay: 3.64s;
|
5708 |
}
|
5709 |
|
5710 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(27) {
|
5711 |
transition-delay: 3.78s;
|
5712 |
}
|
5713 |
|
5714 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(28) {
|
5715 |
transition-delay: 3.92s;
|
5716 |
}
|
5717 |
|
5718 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(29) {
|
5719 |
transition-delay: 4.06s;
|
5720 |
}
|
5721 |
|
5722 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(30) {
|
5723 |
transition-delay: 4.2s;
|
5724 |
}
|
5725 |
|
5726 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(31) {
|
5727 |
transition-delay: 4.34s;
|
5728 |
}
|
5729 |
|
5730 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(32) {
|
5731 |
transition-delay: 4.48s;
|
5732 |
}
|
5733 |
|
5734 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(33) {
|
5735 |
transition-delay: 4.62s;
|
5736 |
}
|
5737 |
|
5738 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(34) {
|
5739 |
transition-delay: 4.76s;
|
5740 |
}
|
5741 |
|
5742 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(35) {
|
5743 |
transition-delay: 4.9s;
|
5744 |
}
|
5745 |
|
5746 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(36) {
|
5747 |
transition-delay: 5.04s;
|
5748 |
}
|
5749 |
|
5750 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(37) {
|
5751 |
transition-delay: 5.18s;
|
5752 |
}
|
5753 |
|
5754 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(38) {
|
5755 |
transition-delay: 5.32s;
|
5756 |
}
|
5757 |
|
5758 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(39) {
|
5759 |
transition-delay: 5.46s;
|
5760 |
}
|
5761 |
|
5762 |
+
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(40) {
|
5763 |
transition-delay: 5.6s;
|
5764 |
}
|
5765 |
|
5766 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(2) {
|
5767 |
transition-delay: 0.28s;
|
5768 |
}
|
5769 |
|
5770 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(3) {
|
5771 |
transition-delay: 0.42s;
|
5772 |
}
|
5773 |
|
5774 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(4) {
|
5775 |
transition-delay: 0.56s;
|
5776 |
}
|
5777 |
|
5778 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(5) {
|
5779 |
transition-delay: 0.7s;
|
5780 |
}
|
5781 |
|
5782 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(6) {
|
5783 |
transition-delay: 0.84s;
|
5784 |
}
|
5785 |
|
5786 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(7) {
|
5787 |
transition-delay: 0.98s;
|
5788 |
}
|
5789 |
|
5790 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(8) {
|
5791 |
transition-delay: 1.12s;
|
5792 |
}
|
5793 |
|
5794 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(9) {
|
5795 |
transition-delay: 1.26s;
|
5796 |
}
|
5797 |
|
5798 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(10) {
|
5799 |
transition-delay: 1.4s;
|
5800 |
}
|
5801 |
|
5802 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(11) {
|
5803 |
transition-delay: 1.54s;
|
5804 |
}
|
5805 |
|
5806 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(12) {
|
5807 |
transition-delay: 1.68s;
|
5808 |
}
|
5809 |
|
5810 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(13) {
|
5811 |
transition-delay: 1.82s;
|
5812 |
}
|
5813 |
|
5814 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(14) {
|
5815 |
transition-delay: 1.96s;
|
5816 |
}
|
5817 |
|
5818 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(15) {
|
5819 |
transition-delay: 2.1s;
|
5820 |
}
|
5821 |
|
5822 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(16) {
|
5823 |
transition-delay: 2.24s;
|
5824 |
}
|
5825 |
|
5826 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(17) {
|
5827 |
transition-delay: 2.38s;
|
5828 |
}
|
5829 |
|
5830 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(18) {
|
5831 |
transition-delay: 2.52s;
|
5832 |
}
|
5833 |
|
5834 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(19) {
|
5835 |
transition-delay: 2.66s;
|
5836 |
}
|
5837 |
|
5838 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(20) {
|
5839 |
transition-delay: 2.8s;
|
5840 |
}
|
5841 |
|
5842 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(21) {
|
5843 |
transition-delay: 2.94s;
|
5844 |
}
|
5845 |
|
5846 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(22) {
|
5847 |
transition-delay: 3.08s;
|
5848 |
}
|
5849 |
|
5850 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(23) {
|
5851 |
transition-delay: 3.22s;
|
5852 |
}
|
5853 |
|
5854 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(24) {
|
5855 |
transition-delay: 3.36s;
|
5856 |
}
|
5857 |
|
5858 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(25) {
|
5859 |
transition-delay: 3.5s;
|
5860 |
}
|
5861 |
|
5862 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(26) {
|
5863 |
transition-delay: 3.64s;
|
5864 |
}
|
5865 |
|
5866 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(27) {
|
5867 |
transition-delay: 3.78s;
|
5868 |
}
|
5869 |
|
5870 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(28) {
|
5871 |
transition-delay: 3.92s;
|
5872 |
}
|
5873 |
|
5874 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(29) {
|
5875 |
transition-delay: 4.06s;
|
5876 |
}
|
5877 |
|
5878 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(30) {
|
5879 |
transition-delay: 4.2s;
|
5880 |
}
|
5881 |
|
5882 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(31) {
|
5883 |
transition-delay: 4.34s;
|
5884 |
}
|
5885 |
|
5886 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(32) {
|
5887 |
transition-delay: 4.48s;
|
5888 |
}
|
5889 |
|
5890 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(33) {
|
5891 |
transition-delay: 4.62s;
|
5892 |
}
|
5893 |
|
5894 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(34) {
|
5895 |
transition-delay: 4.76s;
|
5896 |
}
|
5897 |
|
5898 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(35) {
|
5899 |
transition-delay: 4.9s;
|
5900 |
}
|
5901 |
|
5902 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(36) {
|
5903 |
transition-delay: 5.04s;
|
5904 |
}
|
5905 |
|
5906 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(37) {
|
5907 |
transition-delay: 5.18s;
|
5908 |
}
|
5909 |
|
5910 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(38) {
|
5911 |
transition-delay: 5.32s;
|
5912 |
}
|
5913 |
|
5914 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(39) {
|
5915 |
transition-delay: 5.46s;
|
5916 |
}
|
5917 |
|
5918 |
+
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(40) {
|
5919 |
transition-delay: 5.6s;
|
5920 |
}
|
5921 |
|
5922 |
+
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-word,
|
5923 |
+
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-character, .qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-word,
|
5924 |
+
.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-character, .qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-word,
|
5925 |
+
.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-character, .qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-word,
|
5926 |
+
.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-character, .qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word,
|
5927 |
+
.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-character {
|
5928 |
opacity: 1;
|
5929 |
transform: translateX(0) translateZ(0);
|
5930 |
}
|
5931 |
|
5932 |
+
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom .qodef-m-title {
|
5933 |
opacity: 0;
|
5934 |
transform: translateY(50px);
|
5935 |
transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5936 |
}
|
5937 |
|
5938 |
+
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top .qodef-m-title {
|
5939 |
opacity: 0;
|
5940 |
transform: translateY(-50px);
|
5941 |
transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5942 |
}
|
5943 |
|
5944 |
+
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left .qodef-m-title {
|
5945 |
opacity: 0;
|
5946 |
transform: translateX(-50px);
|
5947 |
transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5948 |
}
|
5949 |
|
5950 |
+
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right .qodef-m-title {
|
5951 |
opacity: 0;
|
5952 |
transform: translateX(50px);
|
5953 |
transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
|
5954 |
}
|
5955 |
|
5956 |
+
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade .qodef-m-title {
|
5957 |
opacity: 0;
|
5958 |
transition: opacity 0.7s ease-out;
|
5959 |
}
|
5960 |
|
5961 |
+
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom.qodef-qi--appeared .qodef-m-title, .qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top.qodef-qi--appeared .qodef-m-title, .qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left.qodef-qi--appeared .qodef-m-title, .qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right.qodef-qi--appeared .qodef-m-title, .qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade.qodef-qi--appeared .qodef-m-title {
|
5962 |
opacity: 1;
|
5963 |
transform: translateX(0) translateZ(0);
|
5964 |
}
|
5966 |
/* ==========================================================================
|
5967 |
Banner shortcode styles
|
5968 |
========================================================================== */
|
5969 |
+
.qodef-qi-banner {
|
5970 |
position: relative;
|
5971 |
display: inline-block;
|
5972 |
width: 100%;
|
5976 |
transition: box-shadow .35s ease-out;
|
5977 |
}
|
5978 |
|
5979 |
+
.qodef-qi-banner .qodef-m-banner-link {
|
5980 |
position: absolute;
|
5981 |
top: 0;
|
5982 |
left: 0;
|
5986 |
z-index: 1;
|
5987 |
}
|
5988 |
|
5989 |
+
.qodef-qi-banner .qodef-m-content {
|
5990 |
position: absolute;
|
5991 |
top: 0;
|
5992 |
left: 0;
|
5996 |
flex-direction: column;
|
5997 |
}
|
5998 |
|
5999 |
+
.qodef-qi-banner .qodef-m-title {
|
6000 |
margin: .25em 0 0;
|
6001 |
}
|
6002 |
|
6003 |
+
.qodef-qi-banner .qodef-m-title-inner {
|
6004 |
display: inline-block;
|
6005 |
}
|
6006 |
|
6007 |
+
.qodef-qi-banner .qodef-m-subtitle {
|
6008 |
margin: 0;
|
6009 |
}
|
6010 |
|
6011 |
+
.qodef-qi-banner .qodef-m-content-inner > .qodef-m-text {
|
6012 |
margin: .7em 0 0;
|
6013 |
}
|
6014 |
|
6015 |
+
.qodef-qi-banner .qodef-m-button {
|
6016 |
margin: .5em 0 0;
|
6017 |
}
|
6018 |
|
6019 |
+
.qodef-qi-banner .qodef-m-button .qodef-qi-button {
|
6020 |
z-index: 2;
|
6021 |
}
|
6022 |
|
6023 |
+
.qodef-qi-banner .qodef-m-image {
|
6024 |
position: relative;
|
6025 |
display: inline-block;
|
6026 |
width: 100%;
|
6029 |
overflow: hidden;
|
6030 |
}
|
6031 |
|
6032 |
+
.qodef-qi-banner .qodef-m-image img {
|
6033 |
display: inline-block;
|
6034 |
}
|
6035 |
|
6036 |
+
.qodef-qi-banner.qodef-vertical--top .qodef-m-content {
|
6037 |
justify-content: flex-start;
|
6038 |
}
|
6039 |
|
6040 |
+
.qodef-qi-banner.qodef-vertical--middle .qodef-m-content {
|
6041 |
justify-content: center;
|
6042 |
}
|
6043 |
|
6044 |
+
.qodef-qi-banner.qodef-vertical--bottom .qodef-m-content {
|
6045 |
justify-content: flex-end;
|
6046 |
}
|
6047 |
|
6048 |
+
.qodef-qi-banner.qodef-horizontal--left .qodef-m-content {
|
6049 |
align-items: flex-start;
|
6050 |
text-align: left;
|
6051 |
}
|
6052 |
|
6053 |
+
.qodef-qi-banner.qodef-horizontal--center .qodef-m-content {
|
6054 |
align-items: center;
|
6055 |
text-align: center;
|
6056 |
}
|
6057 |
|
6058 |
+
.qodef-qi-banner.qodef-horizontal--right .qodef-m-content {
|
6059 |
align-items: flex-end;
|
6060 |
text-align: right;
|
6061 |
}
|
6062 |
|
6063 |
+
.qodef-qi-banner.qodef--overlay .qodef-m-image:after {
|
6064 |
content: '';
|
6065 |
position: absolute;
|
6066 |
top: 0;
|
6071 |
transition: background-color .35s ease-out;
|
6072 |
}
|
6073 |
|
6074 |
+
.qodef-qi-banner.qodef-image--hover-zoom img {
|
6075 |
transform: scale(1.005) translateZ(0);
|
6076 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
6077 |
will-change: transform;
|
6078 |
}
|
6079 |
|
6080 |
+
.qodef-qi-banner.qodef-image--hover-zoom:hover img {
|
6081 |
transform: scale(1.03);
|
6082 |
}
|
6083 |
|
6084 |
+
.qodef-qi-banner.qodef-image--hover-zoom-out img {
|
6085 |
transform: scale(1.03) translateZ(0);
|
6086 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
6087 |
will-change: transform;
|
6088 |
}
|
6089 |
|
6090 |
+
.qodef-qi-banner.qodef-image--hover-zoom-out:hover img {
|
6091 |
transform: scale(1);
|
6092 |
}
|
6093 |
|
6094 |
+
.qodef-qi-banner.qodef-image--hover-move img {
|
6095 |
transform: scale(1.2);
|
6096 |
transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
|
6097 |
will-change: transform;
|
6098 |
}
|
6099 |
|
6100 |
+
.qodef-qi-banner.qodef-image--hover-move:hover img {
|
6101 |
transform: scale(1.2) translateX(12px);
|
6102 |
}
|
6103 |
|
6104 |
+
.qodef-qi-banner.qodef-image--hover-from-top img {
|
6105 |
transform-origin: top;
|
6106 |
}
|
6107 |
|
6108 |
+
.qodef-qi-banner.qodef-image--hover-from-bottom img {
|
6109 |
transform-origin: bottom;
|
6110 |
}
|
6111 |
|
6112 |
+
.qodef-qi-banner.qodef-image--hover-from-left img {
|
6113 |
transform-origin: left;
|
6114 |
}
|
6115 |
|
6116 |
+
.qodef-qi-banner.qodef-image--hover-from-right img {
|
6117 |
transform-origin: right;
|
6118 |
}
|
6119 |
|
6120 |
+
.qodef-qi-banner.qodef-layout--in-box .qodef-m-content {
|
6121 |
padding: 45px;
|
6122 |
}
|
6123 |
|
6124 |
+
.qodef-qi-banner.qodef-layout--in-box .qodef-m-content-inner {
|
6125 |
background-color: #fff;
|
6126 |
padding: 25px;
|
6127 |
max-width: 100%;
|
6128 |
width: 100%;
|
6129 |
}
|
6130 |
|
6131 |
+
.qodef-qi-banner.qodef-layout--standard .qodef-m-content {
|
6132 |
padding: 30px;
|
6133 |
}
|
6134 |
|
6150 |
cursor: grab;
|
6151 |
}
|
6152 |
|
6153 |
+
.qodef-qi-before-after {
|
6154 |
-webkit-user-select: none;
|
6155 |
overflow: hidden;
|
6156 |
}
|
6157 |
|
6158 |
+
.qodef-qi-before-after .twentytwenty-handle {
|
6159 |
position: absolute;
|
6160 |
left: 50%;
|
6161 |
top: 50%;
|
6176 |
}
|
6177 |
|
6178 |
@media only screen and (max-width: 1024px) {
|
6179 |
+
.qodef-qi-before-after .twentytwenty-handle {
|
6180 |
font-size: 50px;
|
6181 |
}
|
6182 |
}
|
6183 |
|
6184 |
+
.qodef-qi-before-after .twentytwenty-handle .qodef-handle-text {
|
6185 |
font-size: 1rem;
|
6186 |
color: #111;
|
6187 |
font-weight: 700;
|
6191 |
user-select: none;
|
6192 |
}
|
6193 |
|
6194 |
+
.qodef-qi-before-after .twentytwenty-handle:before, .qodef-qi-before-after .twentytwenty-handle:after {
|
6195 |
content: " ";
|
6196 |
display: block;
|
6197 |
background: currentColor;
|
6199 |
z-index: 30;
|
6200 |
}
|
6201 |
|
6202 |
+
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before,
|
6203 |
+
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
|
6204 |
width: 2px;
|
6205 |
height: 100vh;
|
6206 |
left: 50%;
|
6207 |
transform: translateX(-50%);
|
6208 |
}
|
6209 |
|
6210 |
+
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before,
|
6211 |
+
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after {
|
6212 |
width: 100vw;
|
6213 |
height: 2px;
|
6214 |
top: 50%;
|
6215 |
transform: translateY(-50%);
|
6216 |
}
|
6217 |
|
6218 |
+
.qodef-qi-before-after .twentytwenty-before-label, .qodef-qi-before-after .twentytwenty-after-label {
|
6219 |
display: none;
|
6220 |
}
|
6221 |
|
6222 |
+
.qodef-qi-before-after .twentytwenty-container {
|
6223 |
position: relative;
|
6224 |
overflow: hidden;
|
6225 |
z-index: 0;
|
6226 |
}
|
6227 |
|
6228 |
+
.qodef-qi-before-after .twentytwenty-container img {
|
6229 |
position: absolute;
|
6230 |
top: 0;
|
6231 |
max-width: 100%;
|
6232 |
width: 100%;
|
6233 |
}
|
6234 |
|
6235 |
+
.qodef-qi-before-after .twentytwenty-before {
|
6236 |
z-index: 20;
|
6237 |
}
|
6238 |
|
6239 |
+
.qodef-qi-before-after .twentytwenty-after {
|
6240 |
z-index: 10;
|
6241 |
}
|
6242 |
|
6243 |
+
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before {
|
6244 |
left: 50%;
|
6245 |
margin-left: 0.48em;
|
6246 |
}
|
6247 |
|
6248 |
+
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after {
|
6249 |
right: 50%;
|
6250 |
margin-right: 0.48em;
|
6251 |
}
|
6252 |
|
6253 |
+
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-down-arrow,
|
6254 |
+
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-up-arrow {
|
6255 |
display: none;
|
6256 |
}
|
6257 |
|
6258 |
+
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
|
6259 |
bottom: 50%;
|
6260 |
margin-bottom: 0.48em;
|
6261 |
}
|
6262 |
|
6263 |
+
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
|
6264 |
top: 50%;
|
6265 |
margin-top: 0.48em;
|
6266 |
}
|
6267 |
|
6268 |
+
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-left-arrow,
|
6269 |
+
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-right-arrow {
|
6270 |
display: none;
|
6271 |
}
|
6272 |
|
6273 |
/* ==========================================================================
|
6274 |
Info Cards shortcode styles
|
6275 |
========================================================================== */
|
6276 |
+
.qodef-qi-blockquote .qodef-m-text {
|
6277 |
margin: 0;
|
6278 |
}
|
6279 |
|
6280 |
+
.qodef-qi-blockquote .qodef-m-icon {
|
6281 |
font-size: 30px;
|
6282 |
line-height: 1;
|
6283 |
transition: all .3s ease-in-out;
|
6284 |
}
|
6285 |
|
6286 |
+
.qodef-qi-blockquote .qodef-m-icon i {
|
6287 |
color: inherit;
|
6288 |
}
|
6289 |
|
6290 |
+
.qodef-qi-blockquote .qodef-m-icon svg {
|
6291 |
width: 30px;
|
6292 |
height: auto;
|
6293 |
fill: currentColor;
|
6297 |
/* ==========================================================================
|
6298 |
Button shortcode styles
|
6299 |
========================================================================== */
|
6300 |
+
.qodef-qi-blockquote.qodef-layout--inline .qodef-m-icon {
|
6301 |
float: left;
|
6302 |
line-height: 1em;
|
6303 |
width: 1em;
|
6311 |
/* ==========================================================================
|
6312 |
Business Hours shortcode styles
|
6313 |
========================================================================== */
|
6314 |
+
.qodef-qi-business-hours {
|
6315 |
position: relative;
|
6316 |
border: 1px solid #e1e1e1;
|
6317 |
padding: 35px;
|
6318 |
}
|
6319 |
|
6320 |
+
.qodef-qi-business-hours.qodef-line-type--between .qodef-e-line {
|
6321 |
border-bottom: 1px solid rgba(30, 30, 30, 0.2);
|
6322 |
}
|
6323 |
|
6324 |
+
.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item {
|
6325 |
border-bottom: 1px solid rgba(30, 30, 30, 0.2);
|
6326 |
}
|
6327 |
|
6328 |
+
.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item:last-child {
|
6329 |
border-bottom: none;
|
6330 |
}
|
6331 |
|
6332 |
+
.qodef-qi-business-hours.qodef-line-type--none .qodef-e-day {
|
6333 |
margin-right: 10px;
|
6334 |
}
|
6335 |
|
6336 |
+
.qodef-qi-business-hours.qodef-line-type--none .qodef-e-line {
|
6337 |
display: none;
|
6338 |
}
|
6339 |
|
6340 |
+
.qodef-qi-business-hours .qodef-e-item {
|
6341 |
margin-bottom: 1em;
|
6342 |
display: flex;
|
6343 |
align-items: baseline;
|
6344 |
}
|
6345 |
|
6346 |
+
.qodef-qi-business-hours .qodef-e-item:last-child {
|
6347 |
margin-bottom: 0;
|
6348 |
}
|
6349 |
|
6350 |
+
.qodef-qi-business-hours .qodef-e-title-holder {
|
6351 |
display: flex;
|
6352 |
align-items: baseline;
|
6353 |
}
|
6354 |
|
6355 |
+
.qodef-qi-business-hours .qodef-m-title {
|
6356 |
margin: 0 0 1em;
|
6357 |
}
|
6358 |
|
6359 |
+
.qodef-qi-business-hours .qodef-m-subtitle {
|
6360 |
margin: 0 0 .5em;
|
6361 |
}
|
6362 |
|
6363 |
+
.qodef-qi-business-hours .qodef-m-text {
|
6364 |
margin: .5em 0 0;
|
6365 |
}
|
6366 |
|
6367 |
+
.qodef-qi-business-hours .qodef-e-icon {
|
6368 |
line-height: 1;
|
6369 |
padding-right: 12px;
|
6370 |
}
|
6371 |
|
6372 |
+
.qodef-qi-business-hours .qodef-e-day {
|
6373 |
margin: 0;
|
6374 |
}
|
6375 |
|
6376 |
+
.qodef-qi-business-hours .qodef-e-hours {
|
6377 |
margin: 0;
|
6378 |
}
|
6379 |
|
6380 |
+
.qodef-qi-business-hours .qodef-e-line {
|
6381 |
flex-grow: 1;
|
6382 |
margin: 0 8px;
|
6383 |
}
|
6384 |
|
6385 |
+
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a {
|
6386 |
position: relative;
|
6387 |
color: currentColor;
|
6388 |
}
|
6389 |
|
6390 |
+
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:after {
|
6391 |
content: '';
|
6392 |
position: absolute;
|
6393 |
bottom: 3px;
|
6399 |
backface-visibility: hidden;
|
6400 |
}
|
6401 |
|
6402 |
+
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover {
|
6403 |
text-decoration: none;
|
6404 |
}
|
6405 |
|
6406 |
+
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover:after {
|
6407 |
animation: qodef-animate-underline-from-left 0.6s cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
|
6408 |
}
|
6409 |
|
6410 |
/* ==========================================================================
|
6411 |
Button shortcode styles
|
6412 |
========================================================================== */
|
6413 |
+
.qodef-qi-button {
|
6414 |
position: relative;
|
6415 |
display: inline-block;
|
6416 |
vertical-align: middle;
|
6433 |
overflow: hidden;
|
6434 |
}
|
6435 |
|
6436 |
+
.qodef-qi-button.qodef-size--small {
|
6437 |
padding: 9px 33px;
|
6438 |
}
|
6439 |
|
6440 |
+
.qodef-qi-button.qodef-size--large {
|
6441 |
padding: 15px 52px;
|
6442 |
}
|
6443 |
|
6444 |
+
.qodef-qi-button.qodef-size--full {
|
6445 |
width: 100%;
|
6446 |
text-align: center;
|
6447 |
}
|
6448 |
|
6449 |
+
.qodef-qi-button.qodef-layout--filled {
|
6450 |
font-size: 17px;
|
6451 |
color: #111111;
|
6452 |
background-color: #f4f4f4;
|
6455 |
border-style: solid;
|
6456 |
}
|
6457 |
|
6458 |
+
.qodef-qi-button.qodef-layout--filled:hover {
|
6459 |
color: #fff;
|
6460 |
background-color: #111111;
|
6461 |
}
|
6462 |
|
6463 |
+
.qodef-qi-button.qodef-layout--outlined {
|
6464 |
color: #111111;
|
6465 |
background-color: transparent;
|
6466 |
border: 2px solid #111111;
|
6467 |
}
|
6468 |
|
6469 |
+
.qodef-qi-button.qodef-layout--outlined:hover {
|
6470 |
color: #111111;
|
6471 |
background-color: #f4f4f4;
|
6472 |
border-color: #f4f4f4;
|
6473 |
}
|
6474 |
|
6475 |
+
.qodef-qi-button.qodef-layout--textual {
|
6476 |
padding: 0 !important;
|
6477 |
background-color: transparent;
|
6478 |
border: 0;
|
6480 |
overflow: visible;
|
6481 |
}
|
6482 |
|
6483 |
+
.qodef-qi-button.qodef-layout--textual .qodef-m-text {
|
6484 |
display: inline-block;
|
6485 |
vertical-align: middle;
|
6486 |
}
|
6487 |
|
6488 |
+
.qodef-qi-button.qodef-layout--textual:hover {
|
6489 |
color: #111111;
|
6490 |
}
|
6491 |
|
6492 |
+
.qodef-qi-button.qodef-icon--left {
|
6493 |
display: inline-flex;
|
6494 |
align-items: center;
|
6495 |
justify-content: center;
|
6496 |
flex-direction: row-reverse;
|
6497 |
}
|
6498 |
|
6499 |
+
.qodef-qi-button.qodef-text-underline .qodef-m-text {
|
6500 |
position: relative;
|
6501 |
}
|
6502 |
|
6503 |
+
.qodef-qi-button.qodef-text-underline .qodef-m-text:after {
|
6504 |
content: '';
|
6505 |
position: absolute;
|
6506 |
bottom: 0;
|
6513 |
backface-visibility: hidden;
|
6514 |
}
|
6515 |
|
6516 |
+
.qodef-qi-button.qodef-text-underline:not(.qodef-button-underline-draw):hover .qodef-m-text:after {
|
6517 |
width: 0;
|
6518 |
}
|
6519 |
|
6520 |
+
.qodef-qi-button.qodef-text-underline.qodef-underline--center .qodef-m-text:after {
|
6521 |
left: 50%;
|
6522 |
transform: translateX(-50%);
|
6523 |
}
|
6524 |
|
6525 |
+
.qodef-qi-button.qodef-text-underline.qodef-underline--right .qodef-m-text:after {
|
6526 |
left: auto;
|
6527 |
right: 0;
|
6528 |
}
|
6529 |
|
6530 |
+
.qodef-qi-button.qodef-button-underline-draw .qodef-m-text {
|
6531 |
overflow: hidden;
|
6532 |
}
|
6533 |
|
6534 |
+
.qodef-qi-button.qodef-button-underline-draw.qodef-underline--left:hover .qodef-m-text:after, .qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
|
6535 |
animation: qodef-animate-underline-from-left 0.7s cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
|
6536 |
}
|
6537 |
|
6538 |
+
.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
|
6539 |
animation: qodef-animate-underline-from-right 0.7s cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
|
6540 |
}
|
6541 |
|
6542 |
+
.qodef-qi-button .qodef-m-icon {
|
6543 |
color: currentColor;
|
6544 |
line-height: 0;
|
6545 |
}
|
6546 |
|
6547 |
+
.qodef-qi-button .qodef-m-icon.qodef--icon-color-set {
|
6548 |
transition: color .25s ease-in-out, background-color .25s ease-in-out;
|
6549 |
}
|
6550 |
|
6551 |
+
.qodef-qi-button .qodef-m-icon svg {
|
6552 |
width: 1em;
|
6553 |
fill: currentColor;
|
6554 |
stroke: currentColor;
|
6555 |
vertical-align: middle;
|
6556 |
}
|
6557 |
|
6558 |
+
.qodef-qi-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon {
|
6559 |
margin-left: 10px;
|
6560 |
}
|
6561 |
|
6562 |
+
.qodef-qi-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon {
|
6563 |
margin-right: 10px;
|
6564 |
}
|
6565 |
|
6566 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner, .qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner, .qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner {
|
6567 |
position: relative;
|
6568 |
overflow: hidden;
|
6569 |
display: inherit;
|
6570 |
padding: 1px;
|
6571 |
}
|
6572 |
|
6573 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
|
6574 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg, .qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
|
6575 |
+
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg, .qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
|
6576 |
+
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
|
6577 |
transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-in-out;
|
6578 |
will-change: transform;
|
6579 |
}
|
6580 |
|
6581 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),
|
6582 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1), .qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),
|
6583 |
+
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1), .qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),
|
6584 |
+
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1) {
|
6585 |
transform: translateX(0) translateY(0);
|
6586 |
transition-delay: .1s;
|
6587 |
opacity: 1;
|
6588 |
}
|
6589 |
|
6590 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
|
6591 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2), .qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
|
6592 |
+
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2), .qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
|
6593 |
+
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
|
6594 |
position: absolute;
|
6595 |
opacity: 0;
|
6596 |
left: 1px;
|
6598 |
transition-delay: 0s;
|
6599 |
}
|
6600 |
|
6601 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
|
6602 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
|
6603 |
+
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
|
6604 |
+
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
6605 |
opacity: 0;
|
6606 |
}
|
6607 |
|
6608 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),
|
6609 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),
|
6610 |
+
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),
|
6611 |
+
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2) {
|
6612 |
transform: translateX(0%) translateY(0) translatez(0);
|
6613 |
transition-delay: .25s;
|
6614 |
opacity: 1;
|
6615 |
}
|
6616 |
|
6617 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
|
6618 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
|
6619 |
transform: translateX(-150%) translateY(0);
|
6620 |
}
|
6621 |
|
6622 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
|
6623 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
6624 |
transform: translateX(200%) translateY(0);
|
6625 |
}
|
6626 |
|
6627 |
+
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
|
6628 |
+
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
|
6629 |
will-change: transform;
|
6630 |
}
|
6631 |
|
6632 |
+
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
|
6633 |
+
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
|
6634 |
transform: translateX(0) translateY(150%) translateZ(0);
|
6635 |
}
|
6636 |
|
6637 |
+
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
|
6638 |
+
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
|
6639 |
transform: translateX(0) translateY(-150%) translateZ(0);
|
6640 |
}
|
6641 |
|
6642 |
+
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
|
6643 |
+
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
|
6644 |
will-change: transform;
|
6645 |
}
|
6646 |
|
6647 |
+
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
|
6648 |
+
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
|
6649 |
transform: translateX(-100%) translateY(100%) translateZ(0);
|
6650 |
}
|
6651 |
|
6652 |
+
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
|
6653 |
+
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
6654 |
transform: translateX(100%) translateY(-100%) translateZ(0);
|
6655 |
}
|
6656 |
|
6657 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
|
6658 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
|
6659 |
transition: transform 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.2s ease-in-out;
|
6660 |
transform: translateX(0);
|
6661 |
will-change: transform;
|
6662 |
}
|
6663 |
|
6664 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,
|
6665 |
+
.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
|
6666 |
transform: translateX(4px);
|
6667 |
}
|
6668 |
|
6669 |
+
.qodef-qi-button.qodef-hover--reveal:after {
|
6670 |
content: '';
|
6671 |
position: absolute;
|
6672 |
top: 0;
|
6676 |
transition: transform 0.5s cubic-bezier(0.54, 0.3, 0.02, 1.01);
|
6677 |
}
|
6678 |
|
6679 |
+
.qodef-qi-button.qodef-hover--reveal .qodef-m-text,
|
6680 |
+
.qodef-qi-button.qodef-hover--reveal .qodef-m-icon {
|
6681 |
z-index: 1;
|
6682 |
}
|
6683 |
|
6684 |
+
.qodef-qi-button.qodef-hover--reveal:hover:after {
|
6685 |
transform: scaleX(1) scaleY(1);
|
6686 |
}
|
6687 |
|
6688 |
+
.qodef-qi-button.qodef-hover--reveal.qodef-layout--outlined:hover {
|
6689 |
background-color: initial;
|
6690 |
}
|
6691 |
|
6692 |
+
.qodef-qi-button.qodef--reveal-horizontal:after {
|
6693 |
transform-origin: left;
|
6694 |
transform: scaleX(0);
|
6695 |
}
|
6696 |
|
6697 |
+
.qodef-qi-button.qodef--reveal-vertical:after {
|
6698 |
transform-origin: bottom;
|
6699 |
transform: scaleY(0);
|
6700 |
}
|
6701 |
|
6702 |
+
.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon:after {
|
6703 |
content: '';
|
6704 |
position: absolute;
|
6705 |
top: 0;
|
6709 |
transition: transform 0.5s cubic-bezier(0.54, 0.3, 0.02, 1.01);
|
6710 |
}
|
6711 |
|
6712 |
+
.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon .qodef-m-icon-inner {
|
6713 |
z-index: 1;
|
6714 |
}
|
6715 |
|
6716 |
+
.qodef-qi-button.qodef-icon-background-hover--reveal:hover .qodef-m-icon:after {
|
6717 |
transform: scaleX(1) scaleY(1);
|
6718 |
}
|
6719 |
|
6720 |
+
.qodef-qi-button.qodef-icon-background-hover--reveal-horizontal .qodef-m-icon:after {
|
6721 |
transform-origin: left;
|
6722 |
transform: scaleX(0);
|
6723 |
}
|
6724 |
|
6725 |
+
.qodef-qi-button.qodef-icon-background-hover--reveal-vertical .qodef-m-icon:after {
|
6726 |
transform-origin: bottom;
|
6727 |
transform: scaleY(0);
|
6728 |
}
|
6730 |
/* ==========================================================================
|
6731 |
Button shortcode styles
|
6732 |
========================================================================== */
|
6733 |
+
.qodef-qi-button.qodef-type--icon-boxed {
|
6734 |
padding: 0 !important;
|
6735 |
align-items: stretch;
|
6736 |
}
|
6737 |
|
6738 |
+
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-text {
|
6739 |
align-self: center;
|
6740 |
padding: 11px 28px;
|
6741 |
}
|
6742 |
|
6743 |
+
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon {
|
6744 |
position: relative;
|
6745 |
display: flex;
|
6746 |
align-items: center;
|
6749 |
padding: 11px 0;
|
6750 |
}
|
6751 |
|
6752 |
+
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon i {
|
6753 |
line-height: inherit;
|
6754 |
}
|
6755 |
|
6756 |
+
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon svg {
|
6757 |
width: 1em;
|
6758 |
fill: currentColor;
|
6759 |
stroke: currentColor;
|
6760 |
}
|
6761 |
|
6762 |
+
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-border {
|
6763 |
width: 2px;
|
6764 |
background-color: #111;
|
6765 |
transition: background-color .25s ease-in-out;
|
6768 |
/* ==========================================================================
|
6769 |
Button shortcode styles
|
6770 |
========================================================================== */
|
6771 |
+
.qodef-qi-button.qodef-type--inner-border .qodef-m-inner-border {
|
6772 |
position: absolute;
|
6773 |
top: 0;
|
6774 |
left: 0;
|
6779 |
transition: color .25s ease-in-out;
|
6780 |
}
|
6781 |
|
6782 |
+
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top,
|
6783 |
+
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right,
|
6784 |
+
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom,
|
6785 |
+
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left {
|
6786 |
position: absolute;
|
6787 |
background-color: currentColor;
|
6788 |
transition: background-color .25s ease-in-out;
|
6789 |
}
|
6790 |
|
6791 |
+
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top {
|
6792 |
top: 1em;
|
6793 |
left: 1em;
|
6794 |
height: 2px;
|
6795 |
width: calc(100% - 2em);
|
6796 |
}
|
6797 |
|
6798 |
+
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right {
|
6799 |
top: 1em;
|
6800 |
right: 1em;
|
6801 |
width: 2px;
|
6802 |
height: calc(100% - 2em);
|
6803 |
}
|
6804 |
|
6805 |
+
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom {
|
6806 |
bottom: 1em;
|
6807 |
right: 1em;
|
6808 |
height: 2px;
|
6809 |
width: calc(100% - 2em);
|
6810 |
}
|
6811 |
|
6812 |
+
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left {
|
6813 |
bottom: 1em;
|
6814 |
left: 1em;
|
6815 |
width: 2px;
|
7025 |
/* ==========================================================================
|
7026 |
Call to Action shortcode styles
|
7027 |
========================================================================== */
|
7028 |
+
.qodef-qi-call-to-action.qodef-layout--standard {
|
7029 |
position: relative;
|
7030 |
}
|
7031 |
|
7032 |
+
.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-inner {
|
7033 |
display: flex;
|
7034 |
align-items: center;
|
7035 |
justify-content: space-between;
|
7037 |
padding: 6.4% 6% 6.9% 5.5%;
|
7038 |
}
|
7039 |
|
7040 |
+
.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-title {
|
7041 |
color: #fff;
|
7042 |
margin: 0;
|
7043 |
}
|
7044 |
|
7045 |
+
.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text {
|
7046 |
color: #fff;
|
7047 |
margin: 0.8em 0 0;
|
7048 |
}
|
7049 |
|
7050 |
+
.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-button {
|
7051 |
flex: 0 0 auto;
|
7052 |
}
|
7053 |
|
7054 |
+
.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-link {
|
7055 |
position: absolute;
|
7056 |
top: 0;
|
7057 |
left: 0;
|
7059 |
height: 100%;
|
7060 |
}
|
7061 |
|
7062 |
+
.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-button {
|
7063 |
z-index: 1;
|
7064 |
}
|
7065 |
|
7066 |
/* ==========================================================================
|
7067 |
Cards Gallery shortcode style - begin
|
7068 |
========================================================================== */
|
7069 |
+
.qodef-qi-cards-gallery {
|
7070 |
position: relative;
|
7071 |
display: inline-block;
|
7072 |
}
|
7073 |
|
7074 |
+
.qodef-qi-cards-gallery .qodef-e-inner {
|
7075 |
position: relative;
|
7076 |
}
|
7077 |
|
7078 |
+
.qodef-qi-cards-gallery .qodef-m-fake-card {
|
7079 |
position: relative;
|
7080 |
display: inline-block;
|
7081 |
opacity: 0;
|
7083 |
pointer-events: none;
|
7084 |
}
|
7085 |
|
7086 |
+
.qodef-qi-cards-gallery .qodef-m-card {
|
7087 |
position: absolute;
|
7088 |
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
7089 |
width: 100%;
|
7090 |
}
|
7091 |
|
7092 |
+
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card {
|
7093 |
will-change: transform;
|
7094 |
}
|
7095 |
|
7096 |
+
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n) {
|
7097 |
transform-origin: right;
|
7098 |
}
|
7099 |
|
7100 |
+
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1) {
|
7101 |
transform-origin: left;
|
7102 |
}
|
7103 |
|
7104 |
+
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card.qodef-out {
|
7105 |
transition: transform .5s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
|
7106 |
}
|
7107 |
|
7108 |
+
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:not(:last-of-type) {
|
7109 |
cursor: pointer;
|
7110 |
}
|
7111 |
|
7112 |
+
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n):not(:last-of-type):not(.active):hover {
|
7113 |
margin-right: -10px !important;
|
7114 |
}
|
7115 |
|
7116 |
+
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1):not(:last-of-type):not(.active):hover {
|
7117 |
margin-left: -10px !important;
|
7118 |
}
|
7119 |
|
7120 |
+
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
|
7121 |
transform-origin: left;
|
7122 |
will-change: transform;
|
7123 |
}
|
7124 |
|
7125 |
+
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
|
7126 |
transition: transform 0.5s ease-in-out, left 0.3s ease-in-out;
|
7127 |
}
|
7128 |
|
7129 |
+
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
|
7130 |
cursor: pointer;
|
7131 |
}
|
7132 |
|
7133 |
+
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
|
7134 |
margin-left: -10px !important;
|
7135 |
}
|
7136 |
|
7137 |
+
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
|
7138 |
transform-origin: right;
|
7139 |
will-change: transform;
|
7140 |
}
|
7141 |
|
7142 |
+
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
|
7143 |
transition: transform 0.5s ease-in-out, right 0.3s ease-in-out;
|
7144 |
}
|
7145 |
|
7146 |
+
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
|
7147 |
cursor: pointer;
|
7148 |
}
|
7149 |
|
7150 |
+
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
|
7151 |
margin-right: -10px !important;
|
7152 |
}
|
7153 |
|
7157 |
/* ==========================================================================
|
7158 |
Charts shortcode styles
|
7159 |
========================================================================== */
|
7160 |
+
.qodef-qi-charts {
|
7161 |
position: relative;
|
7162 |
visibility: hidden;
|
7163 |
}
|
7164 |
|
7165 |
+
.qodef-qi-charts.qodef--init {
|
7166 |
visibility: visible;
|
7167 |
}
|
7168 |
|
7169 |
+
.qodef-qi-charts .qodef-m-inner {
|
7170 |
position: relative;
|
7171 |
}
|
7172 |
|
7173 |
+
.qodef-qi-charts .qodef-m-canvas-holder {
|
7174 |
display: flex;
|
7175 |
}
|
7176 |
|
7177 |
+
.qodef-qi-charts .qodef-m-canvas {
|
7178 |
position: relative;
|
7179 |
width: 260px;
|
7180 |
}
|
7181 |
|
7182 |
+
.qodef-qi-charts .qodef-m-title {
|
7183 |
margin: 2em 0 0;
|
7184 |
}
|
7185 |
|
7186 |
+
.qodef-qi-charts .qodef-m-text {
|
7187 |
margin: 0.2em 0 0 0;
|
7188 |
}
|
7189 |
|
7190 |
+
.qodef-qi-charts.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
|
7191 |
justify-content: flex-start;
|
7192 |
}
|
7193 |
|
7194 |
+
.qodef-qi-charts.qodef-chart-alignment--center .qodef-m-canvas-holder {
|
7195 |
justify-content: center;
|
7196 |
}
|
7197 |
|
7198 |
+
.qodef-qi-charts.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
|
7199 |
justify-content: flex-end;
|
7200 |
}
|
7201 |
|
7202 |
/* ==========================================================================
|
7203 |
Clients list shortcode styles
|
7204 |
========================================================================== */
|
7205 |
+
.qodef-qi-clients-list .qodef-e-inner {
|
7206 |
position: relative;
|
7207 |
display: inline-block;
|
7208 |
vertical-align: top;
|
7209 |
width: 100%;
|
7210 |
}
|
7211 |
|
7212 |
+
.qodef-qi-clients-list .qodef-e-inner a {
|
7213 |
display: inline-block;
|
7214 |
}
|
7215 |
|
7216 |
+
.qodef-qi-clients-list .qodef-e-inner > a {
|
7217 |
display: block;
|
7218 |
}
|
7219 |
|
7220 |
+
.qodef-qi-clients-list .qodef-grid-item {
|
7221 |
text-align: center;
|
7222 |
}
|
7223 |
|
7224 |
+
.qodef-qi-clients-list .qodef-e-images-holder {
|
7225 |
position: relative;
|
7226 |
display: inline-block;
|
7227 |
vertical-align: top;
|
7229 |
margin: 0 0 1em;
|
7230 |
}
|
7231 |
|
7232 |
+
.qodef-qi-clients-list .qodef-e-main-image {
|
7233 |
display: inline-block;
|
7234 |
width: auto;
|
7235 |
}
|
7236 |
|
7237 |
+
.qodef-qi-clients-list .qodef-e-hover-image {
|
7238 |
position: absolute;
|
7239 |
top: 0;
|
7240 |
left: 0;
|
7243 |
opacity: 0;
|
7244 |
}
|
7245 |
|
7246 |
+
.qodef-qi-clients-list .qodef-e-hover-image img {
|
7247 |
max-height: 100%;
|
7248 |
-o-object-fit: contain;
|
7249 |
object-fit: contain;
|
7250 |
}
|
7251 |
|
7252 |
+
.qodef-qi-clients-list .qodef-e-title {
|
7253 |
margin: 0 0 .65em;
|
7254 |
}
|
7255 |
|
7256 |
+
.qodef-qi-clients-list .qodef-e-text {
|
7257 |
margin: 0;
|
7258 |
}
|
7259 |
|
7260 |
+
.qodef-qi-clients-list.qodef--boxed .qodef-e-inner {
|
7261 |
padding: 20px;
|
7262 |
background-color: #f6f6f6;
|
7263 |
}
|
7264 |
|
7265 |
+
.qodef-qi-clients-list.qodef-border--all .qodef-grid-inner {
|
7266 |
border-style: solid;
|
7267 |
}
|
7268 |
|
7269 |
+
.qodef-qi-clients-list.qodef-border--all .qodef-grid-item {
|
7270 |
border-width: 1px;
|
7271 |
border-style: inherit;
|
7272 |
border-color: #ebebeb;
|
7275 |
}
|
7276 |
|
7277 |
@media only screen and (min-width: 681px) {
|
7278 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
7279 |
border-left-style: inherit;
|
7280 |
}
|
7281 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7282 |
border-bottom-style: inherit;
|
7283 |
}
|
7284 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7285 |
border-bottom-style: inherit;
|
7286 |
}
|
7287 |
}
|
7288 |
|
7289 |
@media only screen and (min-width: 1441px) {
|
7290 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
7291 |
border-left-style: inherit;
|
7292 |
}
|
7293 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7294 |
border-bottom-style: inherit;
|
7295 |
}
|
7296 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7297 |
border-bottom-style: inherit;
|
7298 |
}
|
7299 |
}
|
7300 |
|
7301 |
@media only screen and (min-width: 769px) {
|
7302 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
7303 |
border-left-style: inherit;
|
7304 |
}
|
7305 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7306 |
border-bottom-style: inherit;
|
7307 |
}
|
7308 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7309 |
border-bottom-style: inherit;
|
7310 |
}
|
7311 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7312 |
border-bottom-style: inherit;
|
7313 |
}
|
7314 |
}
|
7315 |
|
7316 |
@media only screen and (min-width: 1441px) {
|
7317 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
7318 |
border-left-style: inherit;
|
7319 |
}
|
7320 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7321 |
border-bottom-style: inherit;
|
7322 |
}
|
7323 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7324 |
border-bottom-style: inherit;
|
7325 |
}
|
7326 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7327 |
border-bottom-style: inherit;
|
7328 |
}
|
7329 |
}
|
7330 |
|
7331 |
@media only screen and (min-width: 1025px) {
|
7332 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
7333 |
border-left-style: inherit;
|
7334 |
}
|
7335 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7336 |
border-bottom-style: inherit;
|
7337 |
}
|
7338 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7339 |
border-bottom-style: inherit;
|
7340 |
}
|
7341 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7342 |
border-bottom-style: inherit;
|
7343 |
}
|
7344 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7345 |
border-bottom-style: inherit;
|
7346 |
}
|
7347 |
}
|
7348 |
|
7349 |
@media only screen and (min-width: 1441px) {
|
7350 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
7351 |
border-left-style: inherit;
|
7352 |
}
|
7353 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7354 |
border-bottom-style: inherit;
|
7355 |
}
|
7356 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7357 |
border-bottom-style: inherit;
|
7358 |
}
|
7359 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7360 |
border-bottom-style: inherit;
|
7361 |
}
|
7362 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7363 |
border-bottom-style: inherit;
|
7364 |
}
|
7365 |
}
|
7366 |
|
7367 |
@media only screen and (min-width: 1367px) {
|
7368 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
7369 |
border-left-style: inherit;
|
7370 |
}
|
7371 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7372 |
border-bottom-style: inherit;
|
7373 |
}
|
7374 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7375 |
border-bottom-style: inherit;
|
7376 |
}
|
7377 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7378 |
border-bottom-style: inherit;
|
7379 |
}
|
7380 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7381 |
border-bottom-style: inherit;
|
7382 |
}
|
7383 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7384 |
border-bottom-style: inherit;
|
7385 |
}
|
7386 |
}
|
7387 |
|
7388 |
@media only screen and (min-width: 1441px) {
|
7389 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
7390 |
border-left-style: inherit;
|
7391 |
}
|
7392 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7393 |
border-bottom-style: inherit;
|
7394 |
}
|
7395 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7396 |
border-bottom-style: inherit;
|
7397 |
}
|
7398 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7399 |
border-bottom-style: inherit;
|
7400 |
}
|
7401 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7402 |
border-bottom-style: inherit;
|
7403 |
}
|
7404 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7405 |
border-bottom-style: inherit;
|
7406 |
}
|
7407 |
}
|
7408 |
|
7409 |
@media only screen and (min-width: 1441px) {
|
7410 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
7411 |
border-left-style: inherit;
|
7412 |
}
|
7413 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7414 |
border-bottom-style: inherit;
|
7415 |
}
|
7416 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7417 |
border-bottom-style: inherit;
|
7418 |
}
|
7419 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7420 |
border-bottom-style: inherit;
|
7421 |
}
|
7422 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7423 |
border-bottom-style: inherit;
|
7424 |
}
|
7425 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7426 |
border-bottom-style: inherit;
|
7427 |
}
|
7428 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7429 |
border-bottom-style: inherit;
|
7430 |
}
|
7431 |
}
|
7432 |
|
7433 |
@media only screen and (min-width: 1441px) {
|
7434 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
7435 |
border-left-style: inherit;
|
7436 |
}
|
7437 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7438 |
border-bottom-style: inherit;
|
7439 |
}
|
7440 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7441 |
border-bottom-style: inherit;
|
7442 |
}
|
7443 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7444 |
border-bottom-style: inherit;
|
7445 |
}
|
7446 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7447 |
border-bottom-style: inherit;
|
7448 |
}
|
7449 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7450 |
border-bottom-style: inherit;
|
7451 |
}
|
7452 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7453 |
border-bottom-style: inherit;
|
7454 |
}
|
7455 |
}
|
7456 |
|
7457 |
@media only screen and (min-width: 1367px) {
|
7458 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
7459 |
border-left-style: inherit;
|
7460 |
}
|
7461 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7462 |
border-bottom-style: inherit;
|
7463 |
}
|
7464 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7465 |
border-bottom-style: inherit;
|
7466 |
}
|
7467 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7468 |
border-bottom-style: inherit;
|
7469 |
}
|
7470 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7471 |
border-bottom-style: inherit;
|
7472 |
}
|
7473 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7474 |
border-bottom-style: inherit;
|
7475 |
}
|
7476 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7477 |
border-bottom-style: inherit;
|
7478 |
}
|
7479 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7480 |
border-bottom-style: inherit;
|
7481 |
}
|
7482 |
}
|
7483 |
|
7484 |
@media only screen and (min-width: 1441px) {
|
7485 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
7486 |
border-left-style: inherit;
|
7487 |
}
|
7488 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7489 |
border-bottom-style: inherit;
|
7490 |
}
|
7491 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7492 |
border-bottom-style: inherit;
|
7493 |
}
|
7494 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7495 |
border-bottom-style: inherit;
|
7496 |
}
|
7497 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7498 |
border-bottom-style: inherit;
|
7499 |
}
|
7500 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7501 |
border-bottom-style: inherit;
|
7502 |
}
|
7503 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7504 |
border-bottom-style: inherit;
|
7505 |
}
|
7506 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7507 |
border-bottom-style: inherit;
|
7508 |
}
|
7509 |
}
|
7510 |
|
7511 |
@media only screen and (min-width: 1367px) {
|
7512 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
7513 |
border-left-style: inherit;
|
7514 |
}
|
7515 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7516 |
border-bottom-style: inherit;
|
7517 |
}
|
7518 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7519 |
border-bottom-style: inherit;
|
7520 |
}
|
7521 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7522 |
border-bottom-style: inherit;
|
7523 |
}
|
7524 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7525 |
border-bottom-style: inherit;
|
7526 |
}
|
7527 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7528 |
border-bottom-style: inherit;
|
7529 |
}
|
7530 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7531 |
border-bottom-style: inherit;
|
7532 |
}
|
7533 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7534 |
border-bottom-style: inherit;
|
7535 |
}
|
7536 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
7537 |
border-bottom-style: inherit;
|
7538 |
}
|
7539 |
}
|
7540 |
|
7541 |
@media only screen and (min-width: 1441px) {
|
7542 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
7543 |
border-left-style: inherit;
|
7544 |
}
|
7545 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7546 |
border-bottom-style: inherit;
|
7547 |
}
|
7548 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7549 |
border-bottom-style: inherit;
|
7550 |
}
|
7551 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7552 |
border-bottom-style: inherit;
|
7553 |
}
|
7554 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7555 |
border-bottom-style: inherit;
|
7556 |
}
|
7557 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7558 |
border-bottom-style: inherit;
|
7559 |
}
|
7560 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7561 |
border-bottom-style: inherit;
|
7562 |
}
|
7563 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7564 |
border-bottom-style: inherit;
|
7565 |
}
|
7566 |
+
.qodef-qi-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
7567 |
border-bottom-style: inherit;
|
7568 |
}
|
7569 |
}
|
7570 |
|
7571 |
+
.qodef-qi-clients-list.qodef-border--inner .qodef-grid-item {
|
7572 |
border-bottom: 1px solid #ebebeb;
|
7573 |
border-right: 1px solid #ebebeb;
|
7574 |
}
|
7575 |
|
7576 |
@media only screen and (min-width: 681px) {
|
7577 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
7578 |
border-right-style: hidden;
|
7579 |
}
|
7580 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7581 |
border-bottom-style: hidden;
|
7582 |
}
|
7583 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7584 |
border-bottom-style: hidden;
|
7585 |
}
|
7586 |
}
|
7587 |
|
7588 |
@media only screen and (min-width: 1441px) {
|
7589 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
7590 |
border-right-style: hidden;
|
7591 |
}
|
7592 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7593 |
border-bottom-style: hidden;
|
7594 |
}
|
7595 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7596 |
border-bottom-style: hidden;
|
7597 |
}
|
7598 |
}
|
7599 |
|
7600 |
@media only screen and (min-width: 769px) {
|
7601 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
7602 |
border-right-style: hidden;
|
7603 |
}
|
7604 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7605 |
border-bottom-style: hidden;
|
7606 |
}
|
7607 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7608 |
border-bottom-style: hidden;
|
7609 |
}
|
7610 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7611 |
border-bottom-style: hidden;
|
7612 |
}
|
7613 |
}
|
7614 |
|
7615 |
@media only screen and (min-width: 1441px) {
|
7616 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
7617 |
border-right-style: hidden;
|
7618 |
}
|
7619 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7620 |
border-bottom-style: hidden;
|
7621 |
}
|
7622 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7623 |
border-bottom-style: hidden;
|
7624 |
}
|
7625 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7626 |
border-bottom-style: hidden;
|
7627 |
}
|
7628 |
}
|
7629 |
|
7630 |
@media only screen and (min-width: 1025px) {
|
7631 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
7632 |
border-right-style: hidden;
|
7633 |
}
|
7634 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7635 |
border-bottom-style: hidden;
|
7636 |
}
|
7637 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7638 |
border-bottom-style: hidden;
|
7639 |
}
|
7640 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7641 |
border-bottom-style: hidden;
|
7642 |
}
|
7643 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7644 |
border-bottom-style: hidden;
|
7645 |
}
|
7646 |
}
|
7647 |
|
7648 |
@media only screen and (min-width: 1441px) {
|
7649 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
7650 |
border-right-style: hidden;
|
7651 |
}
|
7652 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7653 |
border-bottom-style: hidden;
|
7654 |
}
|
7655 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7656 |
border-bottom-style: hidden;
|
7657 |
}
|
7658 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7659 |
border-bottom-style: hidden;
|
7660 |
}
|
7661 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7662 |
border-bottom-style: hidden;
|
7663 |
}
|
7664 |
}
|
7665 |
|
7666 |
@media only screen and (min-width: 1367px) {
|
7667 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
7668 |
border-right-style: hidden;
|
7669 |
}
|
7670 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7671 |
border-bottom-style: hidden;
|
7672 |
}
|
7673 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7674 |
border-bottom-style: hidden;
|
7675 |
}
|
7676 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7677 |
border-bottom-style: hidden;
|
7678 |
}
|
7679 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7680 |
border-bottom-style: hidden;
|
7681 |
}
|
7682 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7683 |
border-bottom-style: hidden;
|
7684 |
}
|
7685 |
}
|
7686 |
|
7687 |
@media only screen and (min-width: 1441px) {
|
7688 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
7689 |
border-right-style: hidden;
|
7690 |
}
|
7691 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7692 |
border-bottom-style: hidden;
|
7693 |
}
|
7694 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7695 |
border-bottom-style: hidden;
|
7696 |
}
|
7697 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7698 |
border-bottom-style: hidden;
|
7699 |
}
|
7700 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7701 |
border-bottom-style: hidden;
|
7702 |
}
|
7703 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7704 |
border-bottom-style: hidden;
|
7705 |
}
|
7706 |
}
|
7707 |
|
7708 |
@media only screen and (min-width: 1441px) {
|
7709 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
7710 |
border-right-style: hidden;
|
7711 |
}
|
7712 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7713 |
border-bottom-style: hidden;
|
7714 |
}
|
7715 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7716 |
border-bottom-style: hidden;
|
7717 |
}
|
7718 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7719 |
border-bottom-style: hidden;
|
7720 |
}
|
7721 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7722 |
border-bottom-style: hidden;
|
7723 |
}
|
7724 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7725 |
border-bottom-style: hidden;
|
7726 |
}
|
7727 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7728 |
border-bottom-style: hidden;
|
7729 |
}
|
7730 |
}
|
7731 |
|
7732 |
@media only screen and (min-width: 1441px) {
|
7733 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
7734 |
border-right-style: hidden;
|
7735 |
}
|
7736 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7737 |
border-bottom-style: hidden;
|
7738 |
}
|
7739 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7740 |
border-bottom-style: hidden;
|
7741 |
}
|
7742 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7743 |
border-bottom-style: hidden;
|
7744 |
}
|
7745 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7746 |
border-bottom-style: hidden;
|
7747 |
}
|
7748 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7749 |
border-bottom-style: hidden;
|
7750 |
}
|
7751 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7752 |
border-bottom-style: hidden;
|
7753 |
}
|
7754 |
}
|
7755 |
|
7756 |
@media only screen and (min-width: 1367px) {
|
7757 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
7758 |
border-right-style: hidden;
|
7759 |
}
|
7760 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7761 |
border-bottom-style: hidden;
|
7762 |
}
|
7763 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7764 |
border-bottom-style: hidden;
|
7765 |
}
|
7766 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7767 |
border-bottom-style: hidden;
|
7768 |
}
|
7769 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7770 |
border-bottom-style: hidden;
|
7771 |
}
|
7772 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7773 |
border-bottom-style: hidden;
|
7774 |
}
|
7775 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7776 |
border-bottom-style: hidden;
|
7777 |
}
|
7778 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7779 |
border-bottom-style: hidden;
|
7780 |
}
|
7781 |
}
|
7782 |
|
7783 |
@media only screen and (min-width: 1441px) {
|
7784 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
7785 |
border-right-style: hidden;
|
7786 |
}
|
7787 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7788 |
border-bottom-style: hidden;
|
7789 |
}
|
7790 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7791 |
border-bottom-style: hidden;
|
7792 |
}
|
7793 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7794 |
border-bottom-style: hidden;
|
7795 |
}
|
7796 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7797 |
border-bottom-style: hidden;
|
7798 |
}
|
7799 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7800 |
border-bottom-style: hidden;
|
7801 |
}
|
7802 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7803 |
border-bottom-style: hidden;
|
7804 |
}
|
7805 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7806 |
border-bottom-style: hidden;
|
7807 |
}
|
7808 |
}
|
7809 |
|
7810 |
@media only screen and (min-width: 1367px) {
|
7811 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
7812 |
border-right-style: hidden;
|
7813 |
}
|
7814 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7815 |
border-bottom-style: hidden;
|
7816 |
}
|
7817 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7818 |
border-bottom-style: hidden;
|
7819 |
}
|
7820 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7821 |
border-bottom-style: hidden;
|
7822 |
}
|
7823 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7824 |
border-bottom-style: hidden;
|
7825 |
}
|
7826 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7827 |
border-bottom-style: hidden;
|
7828 |
}
|
7829 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7830 |
border-bottom-style: hidden;
|
7831 |
}
|
7832 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7833 |
border-bottom-style: hidden;
|
7834 |
}
|
7835 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
7836 |
border-bottom-style: hidden;
|
7837 |
}
|
7838 |
}
|
7839 |
|
7840 |
@media only screen and (min-width: 1441px) {
|
7841 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
7842 |
border-right-style: hidden;
|
7843 |
}
|
7844 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
7845 |
border-bottom-style: hidden;
|
7846 |
}
|
7847 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
7848 |
border-bottom-style: hidden;
|
7849 |
}
|
7850 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
7851 |
border-bottom-style: hidden;
|
7852 |
}
|
7853 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
7854 |
border-bottom-style: hidden;
|
7855 |
}
|
7856 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
7857 |
border-bottom-style: hidden;
|
7858 |
}
|
7859 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
7860 |
border-bottom-style: hidden;
|
7861 |
}
|
7862 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
7863 |
border-bottom-style: hidden;
|
7864 |
}
|
7865 |
+
.qodef-qi-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
7866 |
border-bottom-style: hidden;
|
7867 |
}
|
7868 |
}
|
7869 |
|
7870 |
+
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-main-image,
|
7871 |
+
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image {
|
7872 |
will-change: opacity;
|
7873 |
transition: opacity .25s ease-in-out;
|
7874 |
}
|
7875 |
|
7876 |
+
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image {
|
7877 |
opacity: 0;
|
7878 |
}
|
7879 |
|
7880 |
+
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
|
7881 |
opacity: 1;
|
7882 |
}
|
7883 |
|
7884 |
+
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
|
7885 |
opacity: 0;
|
7886 |
}
|
7887 |
|
7888 |
+
.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-main-image {
|
7889 |
opacity: 1;
|
7890 |
transition: opacity 0.2s ease-out;
|
7891 |
}
|
7892 |
|
7893 |
+
.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-hover-image {
|
7894 |
display: none;
|
7895 |
}
|
7896 |
|
7897 |
+
.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
|
7898 |
opacity: .8;
|
7899 |
}
|
7900 |
|
7901 |
+
.qodef-qi-clients-list.qodef--hover-scale .qodef-e-main-image {
|
7902 |
transform: scale(1) translateZ(0);
|
7903 |
transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
|
7904 |
}
|
7905 |
|
7906 |
+
.qodef-qi-clients-list.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
|
7907 |
transform: scale(1.05) translateZ(0);
|
7908 |
}
|
7909 |
|
7910 |
+
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-images-holder, .qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-images-holder {
|
7911 |
overflow: hidden;
|
7912 |
}
|
7913 |
|
7914 |
+
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image,
|
7915 |
+
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image,
|
7916 |
+
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
|
7917 |
transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
|
7918 |
}
|
7919 |
|
7920 |
+
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
|
7921 |
opacity: 1;
|
7922 |
}
|
7923 |
|
7924 |
+
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image {
|
7925 |
transform: translateX(0%);
|
7926 |
}
|
7927 |
|
7928 |
+
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image {
|
7929 |
transform: translateX(-130%);
|
7930 |
}
|
7931 |
|
7932 |
+
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
|
7933 |
transform: translateX(0%);
|
7934 |
}
|
7935 |
|
7936 |
+
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
|
7937 |
transform: translateX(130%);
|
7938 |
}
|
7939 |
|
7940 |
+
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
|
7941 |
transform: translateY(0%);
|
7942 |
}
|
7943 |
|
7944 |
+
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
|
7945 |
transform: translateY(130%);
|
7946 |
}
|
7947 |
|
7948 |
+
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
|
7949 |
transform: translateY(0%);
|
7950 |
}
|
7951 |
|
7952 |
+
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
|
7953 |
transform: translateY(-130%);
|
7954 |
}
|
7955 |
|
7956 |
+
.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a {
|
7957 |
position: relative;
|
7958 |
}
|
7959 |
|
7960 |
+
.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a:after {
|
7961 |
content: '';
|
7962 |
position: absolute;
|
7963 |
bottom: 1px;
|
7971 |
transition: width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
|
7972 |
}
|
7973 |
|
7974 |
+
.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a:after {
|
7975 |
width: 100%;
|
7976 |
}
|
7977 |
|
7978 |
/* ==========================================================================
|
7979 |
Clients slider shortcode styles
|
7980 |
========================================================================== */
|
7981 |
+
.qodef-qi-clients-slider .qodef-e-inner {
|
7982 |
position: relative;
|
7983 |
display: inline-block;
|
7984 |
vertical-align: top;
|
7986 |
line-height: 0;
|
7987 |
}
|
7988 |
|
7989 |
+
.qodef-qi-clients-slider .qodef-e-inner a {
|
7990 |
display: inline-block;
|
7991 |
}
|
7992 |
|
7993 |
+
.qodef-qi-clients-slider .qodef-e-images-holder {
|
7994 |
position: relative;
|
7995 |
display: inline-block;
|
7996 |
vertical-align: top;
|
7998 |
margin: 0 0 1em;
|
7999 |
}
|
8000 |
|
8001 |
+
.qodef-qi-clients-slider .qodef-e-title {
|
8002 |
margin: 0 0 .65em;
|
8003 |
}
|
8004 |
|
8005 |
+
.qodef-qi-clients-slider .qodef-e-text {
|
8006 |
line-height: 1rem;
|
8007 |
}
|
8008 |
|
8009 |
+
.qodef-qi-clients-slider .qodef-e-main-image {
|
8010 |
display: inline-block;
|
8011 |
width: auto;
|
8012 |
}
|
8013 |
|
8014 |
+
.qodef-qi-clients-slider .qodef-e-hover-image {
|
8015 |
position: absolute;
|
8016 |
top: 0;
|
8017 |
left: 0;
|
8019 |
height: 100%;
|
8020 |
}
|
8021 |
|
8022 |
+
.qodef-qi-clients-slider .qodef-e-hover-image img {
|
8023 |
max-height: 100%;
|
8024 |
-o-object-fit: contain;
|
8025 |
object-fit: contain;
|
8026 |
}
|
8027 |
|
8028 |
+
.qodef-qi-clients-slider.qodef--boxed .qodef-e-inner {
|
8029 |
padding: 20px;
|
8030 |
background-color: #f6f6f6;
|
8031 |
}
|
8032 |
|
8033 |
+
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-main-image,
|
8034 |
+
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image {
|
8035 |
will-change: opacity;
|
8036 |
transition: opacity .25s ease-in-out;
|
8037 |
}
|
8038 |
|
8039 |
+
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image {
|
8040 |
opacity: 0;
|
8041 |
}
|
8042 |
|
8043 |
+
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
|
8044 |
opacity: 1;
|
8045 |
}
|
8046 |
|
8047 |
+
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
|
8048 |
opacity: 0;
|
8049 |
}
|
8050 |
|
8051 |
+
.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-main-image {
|
8052 |
opacity: 1;
|
8053 |
transition: opacity 0.2s ease-out;
|
8054 |
}
|
8055 |
|
8056 |
+
.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-hover-image {
|
8057 |
display: none;
|
8058 |
}
|
8059 |
|
8060 |
+
.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
|
8061 |
opacity: .8;
|
8062 |
}
|
8063 |
|
8064 |
+
.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-main-image {
|
8065 |
transform: scale(1) translateZ(0);
|
8066 |
transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
|
8067 |
}
|
8068 |
|
8069 |
+
.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
|
8070 |
transform: scale(1.05) translateZ(0);
|
8071 |
}
|
8072 |
|
8073 |
+
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-images-holder, .qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-images-holder {
|
8074 |
overflow: hidden;
|
8075 |
}
|
8076 |
|
8077 |
+
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image,
|
8078 |
+
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image,
|
8079 |
+
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
|
8080 |
transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
|
8081 |
}
|
8082 |
|
8083 |
+
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
|
8084 |
opacity: 1;
|
8085 |
}
|
8086 |
|
8087 |
+
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image {
|
8088 |
transform: translateX(0%);
|
8089 |
}
|
8090 |
|
8091 |
+
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image {
|
8092 |
transform: translateX(-130%);
|
8093 |
}
|
8094 |
|
8095 |
+
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
|
8096 |
transform: translateX(0%);
|
8097 |
}
|
8098 |
|
8099 |
+
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
|
8100 |
transform: translateX(130%);
|
8101 |
}
|
8102 |
|
8103 |
+
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
|
8104 |
transform: translateY(0%);
|
8105 |
}
|
8106 |
|
8107 |
+
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
|
8108 |
transform: translateY(130%);
|
8109 |
}
|
8110 |
|
8111 |
+
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
|
8112 |
transform: translateY(0%);
|
8113 |
}
|
8114 |
|
8115 |
+
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
|
8116 |
transform: translateY(-130%);
|
8117 |
}
|
8118 |
|
8119 |
+
.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a {
|
8120 |
display: inline-block;
|
8121 |
position: relative;
|
8122 |
}
|
8123 |
|
8124 |
+
.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a:after {
|
8125 |
content: '';
|
8126 |
position: absolute;
|
8127 |
bottom: 1px;
|
8135 |
transition: width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
|
8136 |
}
|
8137 |
|
8138 |
+
.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a:after {
|
8139 |
width: 100%;
|
8140 |
}
|
8141 |
|
8142 |
/* ==========================================================================
|
8143 |
Countdown shortcode styles
|
8144 |
========================================================================== */
|
8145 |
+
.qodef-qi-countdown .qodef-m-date {
|
8146 |
display: flex;
|
8147 |
justify-content: space-between;
|
8148 |
align-items: center;
|
8149 |
flex-wrap: wrap;
|
8150 |
}
|
8151 |
|
8152 |
+
.qodef-qi-countdown .qodef-digit-wrapper {
|
8153 |
position: relative;
|
8154 |
display: flex;
|
8155 |
flex-direction: column;
|
8158 |
width: 150px;
|
8159 |
}
|
8160 |
|
8161 |
+
.qodef-qi-countdown .qodef-digit {
|
8162 |
font-size: 70px;
|
8163 |
line-height: 1;
|
8164 |
}
|
8165 |
|
8166 |
+
.qodef-qi-countdown .qodef-label {
|
8167 |
font-size: 20px;
|
8168 |
}
|
8169 |
|
8170 |
/* ==========================================================================
|
8171 |
Counter shortcode styles
|
8172 |
========================================================================== */
|
8173 |
+
.qodef-qi-counter.qodef-layout--simple.qodef-digit-stroke-effect .qodef-m-digit {
|
8174 |
color: transparent !important;
|
8175 |
-webkit-text-stroke-width: 1px;
|
8176 |
-webkit-text-stroke-color: #333333;
|
8177 |
text-shadow: none;
|
8178 |
}
|
8179 |
|
8180 |
+
.qodef-qi-counter.qodef-layout--simple .qodef-m-digit-wrapper {
|
8181 |
position: relative;
|
8182 |
display: inline-flex;
|
8183 |
align-items: center;
|
8184 |
justify-content: center;
|
8185 |
}
|
8186 |
|
8187 |
+
.qodef-qi-counter.qodef-layout--simple .qodef-m-digit {
|
8188 |
display: inline-block;
|
8189 |
font-size: 70px;
|
8190 |
line-height: 1;
|
8191 |
}
|
8192 |
|
8193 |
+
.qodef-qi-counter.qodef-layout--simple .qodef-m-icon {
|
8194 |
position: absolute;
|
8195 |
top: 0;
|
8196 |
right: 0;
|
8198 |
font-size: 20px;
|
8199 |
}
|
8200 |
|
8201 |
+
.qodef-qi-counter.qodef-layout--simple .qodef-m-title {
|
8202 |
margin: .9em 0 0;
|
8203 |
}
|
8204 |
|
8205 |
+
.qodef-qi-counter.qodef-layout--simple .qodef-m-text {
|
8206 |
margin: .45em 0 0;
|
8207 |
}
|
8208 |
|
8209 |
/* ==========================================================================
|
8210 |
Device Carousel shortcode styles
|
8211 |
========================================================================== */
|
8212 |
+
.qodef-qi-device-carousel {
|
8213 |
position: relative;
|
8214 |
}
|
8215 |
|
8216 |
+
.qodef-qi-device-carousel > .qodef-qi-swiper-container {
|
8217 |
padding: 30px 0;
|
8218 |
}
|
8219 |
|
8220 |
+
.qodef-qi-device-carousel > .qodef-qi-swiper-container > .swiper-wrapper {
|
8221 |
align-items: center;
|
8222 |
}
|
8223 |
|
8224 |
+
.qodef-qi-device-carousel .qodef-device-carousel-device {
|
8225 |
position: relative;
|
8226 |
margin: 0 auto;
|
8227 |
}
|
8228 |
|
8229 |
+
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image {
|
8230 |
position: relative;
|
8231 |
pointer-events: none;
|
8232 |
box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
|
8234 |
z-index: 10;
|
8235 |
}
|
8236 |
|
8237 |
+
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image img {
|
8238 |
width: 100%;
|
8239 |
}
|
8240 |
|
8241 |
+
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-items {
|
8242 |
position: absolute;
|
8243 |
top: 0;
|
8244 |
left: 0;
|
8247 |
z-index: -1;
|
8248 |
}
|
8249 |
|
8250 |
+
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-qi-swiper-container {
|
8251 |
overflow: hidden;
|
8252 |
height: 100%;
|
8253 |
padding: 0 !important;
|
8254 |
}
|
8255 |
|
8256 |
+
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item {
|
8257 |
height: 100%;
|
8258 |
}
|
8259 |
|
8260 |
+
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item img {
|
8261 |
height: 100%;
|
8262 |
-o-object-fit: cover;
|
8263 |
object-fit: cover;
|
8266 |
/* ==========================================================================
|
8267 |
Device Slider shortcode style - begin
|
8268 |
========================================================================== */
|
8269 |
+
.qodef-qi-device-slider {
|
8270 |
position: relative;
|
8271 |
margin: auto;
|
8272 |
}
|
8273 |
|
8274 |
+
.qodef-qi-device-slider .qodef-device-slider-image {
|
8275 |
position: relative;
|
8276 |
pointer-events: none;
|
8277 |
z-index: 10;
|
8278 |
}
|
8279 |
|
8280 |
+
.qodef-qi-device-slider .qodef-device-slider-image img {
|
8281 |
width: 100%;
|
8282 |
filter: drop-shadow(0px 6px 16.8px rgba(0, 0, 0, 0.07));
|
8283 |
}
|
8284 |
|
8285 |
+
.qodef-qi-device-slider .qodef-m-items {
|
8286 |
position: absolute;
|
8287 |
top: 0;
|
8288 |
left: 0;
|
8291 |
z-index: 5;
|
8292 |
}
|
8293 |
|
8294 |
+
.qodef-qi-device-slider .qodef-qi-swiper-container {
|
8295 |
overflow: hidden;
|
8296 |
height: 100%;
|
8297 |
}
|
8298 |
|
8299 |
+
.qodef-qi-device-slider .qodef-m-item {
|
8300 |
height: 100%;
|
8301 |
}
|
8302 |
|
8303 |
+
.qodef-qi-device-slider .qodef-m-item img {
|
8304 |
height: 100%;
|
8305 |
-o-object-fit: cover;
|
8306 |
object-fit: cover;
|
8312 |
/* ==========================================================================
|
8313 |
Dropcaps shortcode styles
|
8314 |
========================================================================== */
|
8315 |
+
.qodef-qi-dropcaps {
|
8316 |
position: relative;
|
8317 |
}
|
8318 |
|
8319 |
+
.qodef-qi-dropcaps.qodef-letter-stroke-effect .qodef-m-letter {
|
8320 |
color: transparent !important;
|
8321 |
-webkit-text-stroke-width: 1px;
|
8322 |
-webkit-text-stroke-color: #333333;
|
8323 |
text-shadow: none;
|
8324 |
}
|
8325 |
|
8326 |
+
.qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
8327 |
-webkit-background-clip: text;
|
8328 |
-webkit-text-fill-color: transparent;
|
8329 |
}
|
8330 |
|
8331 |
+
body.e--ua-safari .qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
|
8332 |
display: block;
|
8333 |
}
|
8334 |
|
8335 |
+
.qodef-qi-dropcaps .qodef-m-letter {
|
8336 |
float: left;
|
8337 |
font-size: 60px;
|
8338 |
line-height: 1em;
|
8343 |
justify-content: center;
|
8344 |
}
|
8345 |
|
8346 |
+
.qodef-qi-dropcaps .qodef-m-text {
|
8347 |
margin: 0;
|
8348 |
}
|
8349 |
|
8350 |
/* ==========================================================================
|
8351 |
Dual Image with Content shortcode styles
|
8352 |
========================================================================== */
|
8353 |
+
.qodef-qi-dual-image-with-content {
|
8354 |
position: relative;
|
8355 |
display: flex;
|
8356 |
}
|
8357 |
|
8358 |
+
.qodef-qi-dual-image-with-content.qodef--content-right {
|
8359 |
flex-direction: row-reverse;
|
8360 |
}
|
8361 |
|
8362 |
+
.qodef-qi-dual-image-with-content .qodef-dual-content {
|
8363 |
display: flex;
|
8364 |
width: 50%;
|
8365 |
flex-direction: column;
|
8369 |
background-color: #f6f6f6;
|
8370 |
}
|
8371 |
|
8372 |
+
.qodef-qi-dual-image-with-content .qodef-m-inner-content > .qodef-m-title {
|
8373 |
margin: 0 0 .5em;
|
8374 |
}
|
8375 |
|
8376 |
+
.qodef-qi-dual-image-with-content .qodef-m-inner-content > .qodef-m-text {
|
8377 |
margin: 0 0 .5em;
|
8378 |
}
|
8379 |
|
8380 |
+
.qodef-qi-dual-image-with-content .qodef-m-inner-bottom {
|
8381 |
width: 100%;
|
8382 |
}
|
8383 |
|
8384 |
+
.qodef-qi-dual-image-with-content .qodef-m-content-shortcode {
|
8385 |
position: relative;
|
8386 |
}
|
8387 |
|
8388 |
+
.qodef-qi-dual-image-with-content .qodef-image-holder {
|
8389 |
--holder_height: auto;
|
8390 |
position: relative;
|
8391 |
flex: 1;
|
8392 |
height: var(--holder_height);
|
8393 |
}
|
8394 |
|
8395 |
+
.qodef-qi-dual-image-with-content .qodef-m-main-image {
|
8396 |
width: 100%;
|
8397 |
height: 100%;
|
8398 |
}
|
8399 |
|
8400 |
+
.qodef-qi-dual-image-with-content .qodef-m-main-image img {
|
8401 |
height: 100%;
|
8402 |
-o-object-fit: cover;
|
8403 |
object-fit: cover;
|
8404 |
}
|
8405 |
|
8406 |
+
.qodef-qi-dual-image-with-content .qodef-m-second-image {
|
8407 |
position: absolute;
|
8408 |
top: 0;
|
8409 |
left: 0;
|
8414 |
justify-content: center;
|
8415 |
}
|
8416 |
|
8417 |
+
.qodef-qi-dual-image-with-content.qodef-decoration--underline .qodef-e-decorated {
|
8418 |
text-decoration: underline;
|
8419 |
}
|
8420 |
|
8421 |
+
.qodef-qi-dual-image-with-content.qodef-decoration--italic .qodef-e-decorated {
|
8422 |
font-style: italic;
|
8423 |
}
|
8424 |
|
8425 |
+
.qodef-qi-dual-image-with-content.qodef-decoration--bold .qodef-e-decorated {
|
8426 |
font-weight: 700;
|
8427 |
}
|
8428 |
|
8429 |
+
.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link {
|
8430 |
width: 100%;
|
8431 |
background-repeat: no-repeat;
|
8432 |
background-image: linear-gradient(transparent calc(100% - .07em), currentColor 0.07em);
|
8433 |
background-size: 100% 87%;
|
8434 |
}
|
8435 |
|
8436 |
+
.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link:hover {
|
8437 |
animation: qodef-animate-underline-multiline 1.1s cubic-bezier(0.32, 0.32, 0.15, 1.17) forwards;
|
8438 |
}
|
8439 |
|
8440 |
+
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
|
8441 |
transform: scale(1) translateX(14px);
|
8442 |
}
|
8443 |
|
8444 |
+
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
|
8445 |
transform: scale(1) translateX(-14px);
|
8446 |
}
|
8447 |
|
8448 |
+
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder, .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder {
|
8449 |
overflow: hidden;
|
8450 |
}
|
8451 |
|
8452 |
+
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image, .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image {
|
8453 |
display: flex;
|
8454 |
justify-content: center;
|
8455 |
}
|
8456 |
|
8457 |
+
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img, .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
|
8458 |
display: inline-block;
|
8459 |
max-width: unset;
|
8460 |
transition: transform 1.3s cubic-bezier(0.37, 0.08, 0.02, 0.93) 0ms;
|
8461 |
}
|
8462 |
|
8463 |
+
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left.qodef-qi--appeared .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img, .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right.qodef-qi--appeared .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
|
8464 |
transform: scale(1) translateX(0%);
|
8465 |
}
|
8466 |
|
8467 |
/* ==========================================================================
|
8468 |
FAQ shortcode styles
|
8469 |
========================================================================== */
|
8470 |
+
.qodef-qi-faq {
|
8471 |
position: relative;
|
8472 |
display: inline-block;
|
8473 |
width: 100%;
|
8474 |
vertical-align: top;
|
8475 |
}
|
8476 |
|
8477 |
+
.qodef-qi-faq.qodef-behavior--accordion {
|
8478 |
visibility: hidden;
|
8479 |
overflow-anchor: none;
|
8480 |
}
|
8481 |
|
8482 |
+
.qodef-qi-faq.qodef-behavior--accordion.qodef--init {
|
8483 |
visibility: visible;
|
8484 |
}
|
8485 |
|
8486 |
+
.qodef-qi-faq.qodef-behavior--accordion .qodef-e-title-holder {
|
8487 |
cursor: pointer;
|
8488 |
}
|
8489 |
|
8490 |
+
.qodef-qi-faq .qodef-e-content-inner {
|
8491 |
position: relative;
|
8492 |
display: inline-block;
|
8493 |
width: 100%;
|
8494 |
vertical-align: top;
|
8495 |
}
|
8496 |
|
8497 |
+
.qodef-qi-faq .qodef-e-icon > svg {
|
8498 |
width: 1em;
|
8499 |
fill: currentColor;
|
8500 |
stroke: currentColor;
|
8501 |
}
|
8502 |
|
8503 |
+
.qodef-qi-faq .qodef-e-title-holder {
|
8504 |
position: relative;
|
8505 |
display: flex;
|
8506 |
align-items: center;
|
8510 |
margin: 0;
|
8511 |
}
|
8512 |
|
8513 |
+
.qodef-qi-faq .qodef-e-title-holder:not(:first-child) {
|
8514 |
margin: 12px 0 0;
|
8515 |
}
|
8516 |
|
8517 |
+
.qodef-qi-faq .qodef-e-title-holder .qodef-e-title {
|
8518 |
display: inline-flex;
|
8519 |
}
|
8520 |
|
8521 |
+
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark {
|
8522 |
position: relative;
|
8523 |
flex-shrink: 0;
|
8524 |
width: 20px;
|
8527 |
text-align: center;
|
8528 |
}
|
8529 |
|
8530 |
+
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span {
|
8531 |
position: absolute;
|
8532 |
display: flex;
|
8533 |
align-items: center;
|
8538 |
transition: opacity .2s ease-out, color .2s ease-out;
|
8539 |
}
|
8540 |
|
8541 |
+
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span:before {
|
8542 |
display: block;
|
8543 |
line-height: inherit;
|
8544 |
}
|
8545 |
|
8546 |
+
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
|
8547 |
opacity: 0;
|
8548 |
}
|
8549 |
|
8550 |
+
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
|
8551 |
opacity: 1;
|
8552 |
}
|
8553 |
|
8554 |
+
.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
|
8555 |
opacity: 1;
|
8556 |
}
|
8557 |
|
8558 |
+
.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
|
8559 |
opacity: 0;
|
8560 |
}
|
8561 |
|
8562 |
+
.qodef-qi-faq .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
|
8563 |
opacity: 0;
|
8564 |
}
|
8565 |
|
8566 |
+
.qodef-qi-faq .qodef-e-title-holder .qodef-e-number {
|
8567 |
display: inline-flex;
|
8568 |
align-items: center;
|
8569 |
justify-content: center;
|
8571 |
margin-right: 8px;
|
8572 |
}
|
8573 |
|
8574 |
+
.qodef-qi-faq .qodef-e-content {
|
8575 |
padding: 0 26px 16px;
|
8576 |
margin: 0;
|
8577 |
transition: background-color .2s ease-out;
|
8578 |
}
|
8579 |
|
8580 |
+
.qodef-qi-faq .qodef-e-content p {
|
8581 |
margin: 0;
|
8582 |
}
|
8583 |
|
8584 |
+
.qodef-qi-faq.qodef-style--standard .qodef-e-content {
|
8585 |
padding: 16px 26px;
|
8586 |
}
|
8587 |
|
8588 |
+
.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder {
|
8589 |
background-color: #f6f6f6;
|
8590 |
border-bottom: 1px solid #ebebeb;
|
8591 |
}
|
8592 |
|
8593 |
+
.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-state-active {
|
8594 |
background-color: #f6f6f6;
|
8595 |
}
|
8596 |
|
8597 |
+
.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder:not(:first-child) {
|
8598 |
margin: 0;
|
8599 |
}
|
8600 |
|
8601 |
+
.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-accordion-header-collapsed:nth-last-child(2) {
|
8602 |
border-color: transparent !important;
|
8603 |
}
|
8604 |
|
8605 |
+
.qodef-qi-faq.qodef-style--standard .qodef-e-content {
|
8606 |
border-bottom: 1px solid #ebebeb;
|
8607 |
}
|
8608 |
|
8609 |
+
.qodef-qi-faq.qodef-style--boxed {
|
8610 |
border: 1px solid #ebebeb;
|
8611 |
}
|
8612 |
|
8613 |
+
.qodef-qi-faq.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
|
8614 |
margin: 0;
|
8615 |
border-top: 1px solid #ebebeb;
|
8616 |
}
|
8617 |
|
8618 |
+
.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder {
|
8619 |
margin: 0;
|
8620 |
border-top: 1px solid #ebebeb;
|
8621 |
}
|
8622 |
|
8623 |
+
.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder:first-child {
|
8624 |
border-top: none;
|
8625 |
}
|
8626 |
|
8630 |
/* ==========================================================================
|
8631 |
Graphs shortcode styles
|
8632 |
========================================================================== */
|
8633 |
+
.qodef-qi-graphs {
|
8634 |
position: relative;
|
8635 |
visibility: hidden;
|
8636 |
}
|
8637 |
|
8638 |
+
.qodef-qi-graphs.qodef--init {
|
8639 |
visibility: visible;
|
8640 |
}
|
8641 |
|
8642 |
+
.qodef-qi-graphs .qodef-m-inner {
|
8643 |
position: relative;
|
8644 |
}
|
8645 |
|
8646 |
+
.qodef-qi-graphs .qodef-m-canvas-holder {
|
8647 |
display: flex;
|
8648 |
}
|
8649 |
|
8650 |
+
.qodef-qi-graphs .qodef-m-canvas {
|
8651 |
position: relative;
|
8652 |
width: 100%;
|
8653 |
}
|
8654 |
|
8655 |
+
.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
|
8656 |
align-items: flex-start;
|
8657 |
}
|
8658 |
|
8659 |
+
.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-legend {
|
8660 |
justify-content: flex-start;
|
8661 |
}
|
8662 |
|
8663 |
+
.qodef-qi-graphs.qodef-chart-alignment--flex-start.qodef-legend-position--right .qodef-m-canvas-holder {
|
8664 |
justify-content: flex-start;
|
8665 |
}
|
8666 |
|
8667 |
+
.qodef-qi-graphs.qodef-chart-alignment--flex-start.qodef-legend-position--left .qodef-m-canvas-holder {
|
8668 |
justify-content: flex-end;
|
8669 |
}
|
8670 |
|
8671 |
+
.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder {
|
8672 |
align-items: center;
|
8673 |
}
|
8674 |
|
8675 |
+
.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-legend {
|
8676 |
justify-content: center;
|
8677 |
}
|
8678 |
|
8679 |
+
.qodef-qi-graphs.qodef-chart-alignment--center.qodef-legend-position--right .qodef-m-canvas-holder, .qodef-qi-graphs.qodef-chart-alignment--center.qodef-legend-position--left .qodef-m-canvas-holder {
|
8680 |
justify-content: center;
|
8681 |
}
|
8682 |
|
8683 |
+
.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
|
8684 |
align-items: flex-end;
|
8685 |
}
|
8686 |
|
8687 |
+
.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-legend {
|
8688 |
justify-content: flex-end;
|
8689 |
}
|
8690 |
|
8691 |
+
.qodef-qi-graphs.qodef-chart-alignment--flex-end.qodef-legend-position--right .qodef-m-canvas-holder {
|
8692 |
justify-content: flex-end;
|
8693 |
}
|
8694 |
|
8695 |
+
.qodef-qi-graphs.qodef-chart-alignment--flex-end.qodef-legend-position--left .qodef-m-canvas-holder {
|
8696 |
justify-content: flex-start;
|
8697 |
}
|
8698 |
|
8699 |
/* ==========================================================================
|
8700 |
Highlight shortcode styles
|
8701 |
========================================================================== */
|
8702 |
+
.qodef-qi-highlight {
|
8703 |
margin: 0 !important;
|
8704 |
}
|
8705 |
|
8706 |
+
.qodef-qi-highlight .qodef-highlight-text {
|
8707 |
padding: 0;
|
8708 |
color: #fff;
|
8709 |
}
|
8711 |
/* ==========================================================================
|
8712 |
How To shortcode styles
|
8713 |
========================================================================== */
|
8714 |
+
.qodef-qi-how-to {
|
8715 |
position: relative;
|
8716 |
display: inline-block;
|
8717 |
width: 100%;
|
8718 |
vertical-align: top;
|
8719 |
}
|
8720 |
|
8721 |
+
.qodef-qi-how-to .qodef-m-title {
|
8722 |
margin: .35em 0 0;
|
8723 |
}
|
8724 |
|
8725 |
+
.qodef-qi-how-to .qodef-m-text {
|
8726 |
margin: 1.2em 0 0;
|
8727 |
}
|
8728 |
|
8729 |
+
.qodef-qi-how-to .qodef-m-title-holder {
|
8730 |
margin-bottom: 2.5em;
|
8731 |
}
|
8732 |
|
8733 |
+
.qodef-qi-how-to .qodef-e-step {
|
8734 |
margin-bottom: 30px;
|
8735 |
}
|
8736 |
|
8737 |
+
.qodef-qi-how-to .qodef-e-step-title {
|
8738 |
margin: 0 0 0.8em;
|
8739 |
}
|
8740 |
|
8741 |
+
.qodef-qi-how-to .qodef-e-step-text {
|
8742 |
margin: 0 0 1em;
|
8743 |
}
|
8744 |
|
8745 |
+
.qodef-qi-how-to .qodef-e-step-image {
|
8746 |
display: inline-block;
|
8747 |
vertical-align: top;
|
8748 |
}
|
8750 |
/* ==========================================================================
|
8751 |
Icon With Text shortcode styles
|
8752 |
========================================================================== */
|
8753 |
+
.qodef-qi-icon-with-text .qodef-m-title {
|
8754 |
margin: 0;
|
8755 |
}
|
8756 |
|
8757 |
+
.qodef-qi-icon-with-text .qodef-m-title a {
|
8758 |
display: block;
|
8759 |
color: inherit;
|
8760 |
}
|
8761 |
|
8762 |
+
.qodef-qi-icon-with-text .qodef-m-content > .qodef-m-text {
|
8763 |
margin: .5em 0 0;
|
8764 |
}
|
8765 |
|
8766 |
+
.qodef-qi-icon-with-text .qodef-m-button {
|
8767 |
margin: 1.5em 0 0;
|
8768 |
}
|
8769 |
|
8770 |
+
.qodef-qi-icon-with-text .qodef-m-icon-holder {
|
8771 |
font-size: 1.4em;
|
8772 |
line-height: 1;
|
8773 |
transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
|
8774 |
}
|
8775 |
|
8776 |
+
.qodef-qi-icon-with-text .qodef-m-icon-holder i {
|
8777 |
vertical-align: top;
|
8778 |
color: inherit;
|
8779 |
}
|
8780 |
|
8781 |
+
.qodef-qi-icon-with-text .qodef-m-icon-holder svg {
|
8782 |
width: 1em;
|
8783 |
vertical-align: top;
|
8784 |
fill: currentColor;
|
8786 |
overflow: visible;
|
8787 |
}
|
8788 |
|
8789 |
+
.qodef-qi-icon-with-text.qodef-icon-boxed .qodef-m-icon-holder {
|
8790 |
display: inline-flex;
|
8791 |
align-items: center;
|
8792 |
justify-content: center;
|
8796 |
border: 1px solid transparent;
|
8797 |
}
|
8798 |
|
8799 |
+
.qodef-qi-icon-with-text .qodef-m-content {
|
8800 |
position: relative;
|
8801 |
display: inline-block;
|
8802 |
width: 100%;
|
8803 |
vertical-align: top;
|
8804 |
}
|
8805 |
|
8806 |
+
.qodef-qi-icon-with-text .qodef-m-separator .qodef-m-line {
|
8807 |
width: 60px;
|
8808 |
}
|
8809 |
|
8810 |
+
.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
|
8811 |
position: relative;
|
8812 |
display: inline-block;
|
8813 |
vertical-align: top;
|
8814 |
}
|
8815 |
|
8816 |
+
.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
|
8817 |
display: block;
|
8818 |
}
|
8819 |
|
8820 |
+
.qodef-qi-icon-with-text.qodef--appear-from-bottom {
|
8821 |
opacity: 0;
|
8822 |
transform: translateY(50px);
|
8823 |
transition: opacity .25s, transform .35s ease-out;
|
8824 |
}
|
8825 |
|
8826 |
+
.qodef-qi-icon-with-text.qodef--appear-from-bottom.qodef-qi--appeared {
|
8827 |
opacity: 1;
|
8828 |
transform: translateY(0);
|
8829 |
}
|
8830 |
|
8831 |
+
.qodef-qi-icon-with-text.qodef--appear-from-top {
|
8832 |
opacity: 0;
|
8833 |
transform: translateY(-50px);
|
8834 |
transition: opacity .25s, transform .35s ease-out;
|
8835 |
}
|
8836 |
|
8837 |
+
.qodef-qi-icon-with-text.qodef--appear-from-top.qodef-qi--appeared {
|
8838 |
opacity: 1;
|
8839 |
transform: translateY(0);
|
8840 |
}
|
8841 |
|
8842 |
+
.qodef-qi-icon-with-text.qodef--appear-from-left {
|
8843 |
opacity: 0;
|
8844 |
transform: translateX(-50px);
|
8845 |
transition: opacity .25s, transform .35s ease-out;
|
8846 |
}
|
8847 |
|
8848 |
+
.qodef-qi-icon-with-text.qodef--appear-from-left.qodef-qi--appeared {
|
8849 |
opacity: 1;
|
8850 |
transform: translateX(0);
|
8851 |
}
|
8852 |
|
8853 |
+
.qodef-qi-icon-with-text.qodef--appear-from-right {
|
8854 |
opacity: 0;
|
8855 |
transform: translateX(50px);
|
8856 |
transition: opacity .25s, transform .35s ease-out;
|
8857 |
}
|
8858 |
|
8859 |
+
.qodef-qi-icon-with-text.qodef--appear-from-right.qodef-qi--appeared {
|
8860 |
opacity: 1;
|
8861 |
transform: translateX(0);
|
8862 |
}
|
8863 |
|
8864 |
+
.qodef-qi-icon-with-text.qodef--appear-fade {
|
8865 |
opacity: 0;
|
8866 |
transition: opacity .7s ease-out;
|
8867 |
}
|
8868 |
|
8869 |
+
.qodef-qi-icon-with-text.qodef--appear-fade.qodef-qi--appeared {
|
8870 |
opacity: 1;
|
8871 |
}
|
8872 |
|
8873 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder i,
|
8874 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder svg {
|
8875 |
transform: translateX(0);
|
8876 |
transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
|
8877 |
}
|
8878 |
|
8879 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover i,
|
8880 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover svg {
|
8881 |
transform: translateX(4px);
|
8882 |
}
|
8883 |
|
8884 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder i,
|
8885 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder svg {
|
8886 |
transform: translateY(0);
|
8887 |
transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
|
8888 |
}
|
8889 |
|
8890 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover i,
|
8891 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover svg {
|
8892 |
transform: translateY(-7px);
|
8893 |
}
|
8894 |
|
8895 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder i,
|
8896 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder svg {
|
8897 |
transform: scale(1) translateZ(0);
|
8898 |
transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
|
8899 |
will-change: transform;
|
8900 |
}
|
8901 |
|
8902 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover i,
|
8903 |
+
.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover svg {
|
8904 |
transform: scale(1.17) translateZ(0);
|
8905 |
}
|
8906 |
|
8907 |
/* ==========================================================================
|
8908 |
Icon With Text shortcode styles
|
8909 |
========================================================================== */
|
8910 |
+
.qodef-qi-icon-with-text.qodef-layout--before-content {
|
8911 |
display: flex;
|
8912 |
align-items: flex-start;
|
8913 |
}
|
8914 |
|
8915 |
+
.qodef-qi-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
|
8916 |
flex-shrink: 0;
|
8917 |
margin-right: .7em;
|
8918 |
}
|
8919 |
|
8920 |
@media only screen and (max-width: 768px) {
|
8921 |
+
.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768 {
|
8922 |
flex-direction: column;
|
8923 |
}
|
8924 |
}
|
8925 |
|
8926 |
@media only screen and (max-width: 680px) {
|
8927 |
+
.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--680 {
|
8928 |
flex-direction: column;
|
8929 |
}
|
8930 |
}
|
8931 |
|
8932 |
@media only screen and (max-width: 480px) {
|
8933 |
+
.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--480 {
|
8934 |
flex-direction: column;
|
8935 |
}
|
8936 |
}
|
8938 |
/* ==========================================================================
|
8939 |
Icon With Text shortcode styles
|
8940 |
========================================================================== */
|
8941 |
+
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title {
|
8942 |
line-height: 1;
|
8943 |
}
|
8944 |
|
8945 |
+
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title a {
|
8946 |
transition: color 0.2s ease-out;
|
8947 |
}
|
8948 |
|
8949 |
+
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
|
8950 |
display: flex;
|
8951 |
align-items: center;
|
8952 |
}
|
8953 |
|
8954 |
+
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
|
8955 |
flex-shrink: 0;
|
8956 |
margin-right: .15em;
|
8957 |
transition: color 0.2s ease-out;
|
8960 |
/* ==========================================================================
|
8961 |
Icon With Text shortcode styles
|
8962 |
========================================================================== */
|
8963 |
+
.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--center {
|
8964 |
text-align: center;
|
8965 |
}
|
8966 |
|
8967 |
+
.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--left {
|
8968 |
text-align: left;
|
8969 |
}
|
8970 |
|
8971 |
+
.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--right {
|
8972 |
text-align: right;
|
8973 |
}
|
8974 |
|
8975 |
+
.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-title {
|
8976 |
margin-top: 1.3em;
|
8977 |
}
|
8978 |
|
8979 |
+
.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-separator + .qodef-m-title {
|
8980 |
margin: 0;
|
8981 |
}
|
8982 |
|
8983 |
/* ==========================================================================
|
8984 |
Image Gallery Masonry shortcode styles
|
8985 |
========================================================================== */
|
8986 |
+
.qodef-qi-image-gallery-masonry.qodef-grid {
|
8987 |
margin-bottom: -24px;
|
8988 |
}
|
8989 |
|
8990 |
+
.qodef-qi-image-gallery-masonry.qodef-grid > .qodef-grid-inner {
|
8991 |
margin: 0 -12px;
|
8992 |
}
|
8993 |
|
8994 |
+
.qodef-qi-image-gallery-masonry.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
|
8995 |
padding: 0 12px;
|
8996 |
margin: 0 0 24px;
|
8997 |
}
|
8998 |
|
8999 |
+
.qodef-qi-image-gallery-masonry.qodef-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-image-wrapper img {
|
9000 |
-o-object-fit: cover;
|
9001 |
object-fit: cover;
|
9002 |
}
|
9003 |
|
9004 |
+
.qodef-qi-image-gallery-masonry .qodef-e-inner {
|
9005 |
overflow: hidden;
|
9006 |
}
|
9007 |
|
9008 |
+
.qodef-qi-image-gallery-masonry.qodef--overlay .qodef-e-inner {
|
9009 |
position: relative;
|
9010 |
}
|
9011 |
|
9012 |
+
.qodef-qi-image-gallery-masonry.qodef--overlay .qodef-e-inner:after {
|
9013 |
content: '';
|
9014 |
position: absolute;
|
9015 |
top: 0;
|
9021 |
pointer-events: none;
|
9022 |
}
|
9023 |
|
9024 |
+
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e-inner img {
|
9025 |
display: block;
|
9026 |
width: calc(100% + 2px);
|
9027 |
transform: scale(1.005) translateZ(0);
|
9029 |
will-change: transform;
|
9030 |
}
|
9031 |
|
9032 |
+
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
|
9033 |
transform: scale(1.03);
|
9034 |
}
|
9035 |
|
9036 |
+
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e-inner img {
|
9037 |
display: block;
|
9038 |
width: calc(100% + 2px);
|
9039 |
transform: scale(1.03) translateZ(0);
|
9041 |
will-change: transform;
|
9042 |
}
|
9043 |
|
9044 |
+
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
|
9045 |
transform: scale(1);
|
9046 |
}
|
9047 |
|
9048 |
+
.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e-inner img {
|
9049 |
display: block;
|
9050 |
width: calc(100% + 2px);
|
9051 |
transform: scale(1.2);
|
9053 |
will-change: transform;
|
9054 |
}
|
9055 |
|
9056 |
+
.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
|
9057 |
transform: scale(1.2) translateX(12px);
|
9058 |
}
|
9059 |
|
9060 |
+
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-top .qodef-e-inner img {
|
9061 |
transform-origin: top;
|
9062 |
}
|
9063 |
|
9064 |
+
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-bottom .qodef-e-inner img {
|
9065 |
transform-origin: bottom;
|
9066 |
}
|
9067 |
|
9068 |
+
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-left .qodef-e-inner img {
|
9069 |
transform-origin: left;
|
9070 |
}
|
9071 |
|
9072 |
+
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-right .qodef-e-inner img {
|
9073 |
transform-origin: right;
|
9074 |
}
|
9075 |
|
9076 |
/* ==========================================================================
|
9077 |
Image Gallery Pinterest shortcode styles
|
9078 |
========================================================================== */
|
9079 |
+
.qodef-qi-image-gallery-pinterest.qodef-grid {
|
9080 |
margin-bottom: -24px;
|
9081 |
}
|
9082 |
|
9083 |
+
.qodef-qi-image-gallery-pinterest.qodef-grid > .qodef-grid-inner {
|
9084 |
margin: 0 -12px;
|
9085 |
}
|
9086 |
|
9087 |
+
.qodef-qi-image-gallery-pinterest.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
|
9088 |
padding: 0 12px;
|
9089 |
margin: 0 0 24px;
|
9090 |
}
|
9091 |
|
9092 |
+
.qodef-qi-image-gallery-pinterest .qodef-e-inner {
|
9093 |
overflow: hidden;
|
9094 |
}
|
9095 |
|
9096 |
+
.qodef-qi-image-gallery-pinterest.qodef--overlay .qodef-e-inner {
|
9097 |
position: relative;
|
9098 |
}
|
9099 |
|
9100 |
+
.qodef-qi-image-gallery-pinterest.qodef--overlay .qodef-e-inner:after {
|
9101 |
content: '';
|
9102 |
position: absolute;
|
9103 |
top: 0;
|
9109 |
pointer-events: none;
|
9110 |
}
|
9111 |
|
9112 |
+
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e-inner img {
|
9113 |
display: block;
|
9114 |
width: calc(100% + 2px);
|
9115 |
transform: scale(1.005) translateZ(0);
|
9117 |
will-change: transform;
|
9118 |
}
|
9119 |
|
9120 |
+
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
|
9121 |
transform: scale(1.03);
|
9122 |
}
|
9123 |
|
9124 |
+
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e-inner img {
|
9125 |
display: block;
|
9126 |
width: calc(100% + 2px);
|
9127 |
transform: scale(1.03) translateZ(0);
|
9129 |
will-change: transform;
|
9130 |
}
|
9131 |
|
9132 |
+
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
|
9133 |
transform: scale(1);
|
9134 |
}
|
9135 |
|
9136 |
+
.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e-inner img {
|
9137 |
display: block;
|
9138 |
width: calc(100% + 2px);
|
9139 |
transform: scale(1.2);
|
9141 |
will-change: transform;
|
9142 |
}
|
9143 |
|
9144 |
+
.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
|
9145 |
transform: scale(1.2) translateX(12px);
|
9146 |
}
|
9147 |
|
9148 |
+
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-top .qodef-e-inner img {
|
9149 |
transform-origin: top;
|
9150 |
}
|
9151 |
|
9152 |
+
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-bottom .qodef-e-inner img {
|
9153 |
transform-origin: bottom;
|
9154 |
}
|
9155 |
|
9156 |
+
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-left .qodef-e-inner img {
|
9157 |
transform-origin: left;
|
9158 |
}
|
9159 |
|
9160 |
+
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-right .qodef-e-inner img {
|
9161 |
transform-origin: right;
|
9162 |
}
|
9163 |
|
9164 |
/* ==========================================================================
|
9165 |
Image Gallery shortcode styles
|
9166 |
========================================================================== */
|
9167 |
+
.qodef-qi-image-gallery.qodef-grid {
|
9168 |
margin-bottom: -24px;
|
9169 |
}
|
9170 |
|
9171 |
+
.qodef-qi-image-gallery.qodef-grid > .qodef-grid-inner {
|
9172 |
margin: 0 -12px;
|
9173 |
}
|
9174 |
|
9175 |
+
.qodef-qi-image-gallery.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
|
9176 |
padding: 0 12px;
|
9177 |
margin: 0 0 24px;
|
9178 |
}
|
9179 |
|
9180 |
+
.qodef-qi-image-gallery .qodef-e-inner {
|
9181 |
overflow: hidden;
|
9182 |
}
|
9183 |
|
9184 |
+
.qodef-qi-image-gallery.qodef--overlay .qodef-e-inner {
|
9185 |
position: relative;
|
9186 |
}
|
9187 |
|
9188 |
+
.qodef-qi-image-gallery.qodef--overlay .qodef-e-inner:after {
|
9189 |
content: '';
|
9190 |
position: absolute;
|
9191 |
top: 0;
|
9197 |
pointer-events: none;
|
9198 |
}
|
9199 |
|
9200 |
+
.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e-inner img {
|
9201 |
display: block;
|
9202 |
width: calc(100% + 2px);
|
9203 |
transform: scale(1.01) translateZ(0);
|
9205 |
will-change: transform;
|
9206 |
}
|
9207 |
|
9208 |
+
.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
|
9209 |
transform: scale(1.03);
|
9210 |
}
|
9211 |
|
9212 |
+
.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e-inner img {
|
9213 |
display: block;
|
9214 |
width: calc(100% + 2px);
|
9215 |
transform: scale(1.03) translateZ(0);
|
9217 |
will-change: transform;
|
9218 |
}
|
9219 |
|
9220 |
+
.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
|
9221 |
transform: scale(1);
|
9222 |
}
|
9223 |
|
9224 |
+
.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e-inner img {
|
9225 |
display: block;
|
9226 |
width: calc(100% + 2px);
|
9227 |
transform: scale(1.2);
|
9229 |
will-change: transform;
|
9230 |
}
|
9231 |
|
9232 |
+
.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
|
9233 |
transform: scale(1.2) translateX(12px);
|
9234 |
}
|
9235 |
|
9236 |
+
.qodef-qi-image-gallery.qodef-image--hover-from-top .qodef-e-inner img {
|
9237 |
transform-origin: top;
|
9238 |
}
|
9239 |
|
9240 |
+
.qodef-qi-image-gallery.qodef-image--hover-from-bottom .qodef-e-inner img {
|
9241 |
transform-origin: bottom;
|
9242 |
}
|
9243 |
|
9244 |
+
.qodef-qi-image-gallery.qodef-image--hover-from-left .qodef-e-inner img {
|
9245 |
transform-origin: left;
|
9246 |
}
|
9247 |
|
9248 |
+
.qodef-qi-image-gallery.qodef-image--hover-from-right .qodef-e-inner img {
|
9249 |
transform-origin: right;
|
9250 |
}
|
9251 |
|
9252 |
/* ==========================================================================
|
9253 |
Image slider shortcode styles
|
9254 |
========================================================================== */
|
9255 |
+
.qodef-qi-image-slider .qodef-e {
|
9256 |
overflow: hidden;
|
9257 |
-webkit-backface-visibility: hidden;
|
9258 |
backface-visibility: hidden;
|
9259 |
}
|
9260 |
|
9261 |
+
.qodef-qi-image-slider.qodef--overlay .qodef-e-inner {
|
9262 |
position: relative;
|
9263 |
}
|
9264 |
|
9265 |
+
.qodef-qi-image-slider.qodef--overlay .qodef-e-inner:after {
|
9266 |
content: '';
|
9267 |
position: absolute;
|
9268 |
top: 0;
|
9274 |
pointer-events: none;
|
9275 |
}
|
9276 |
|
9277 |
+
.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e-inner {
|
9278 |
display: block;
|
9279 |
width: calc(100% - 1px);
|
9280 |
transform: scale(1.02) translateZ(0);
|
9282 |
will-change: transform;
|
9283 |
}
|
9284 |
|
9285 |
+
.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner {
|
9286 |
transform: scale(1.05);
|
9287 |
}
|
9288 |
|
9289 |
+
.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e-inner {
|
9290 |
display: block;
|
9291 |
width: calc(100% + 2px);
|
9292 |
transform: scale(1.03) translateZ(0);
|
9294 |
will-change: transform;
|
9295 |
}
|
9296 |
|
9297 |
+
.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner {
|
9298 |
transform: scale(1);
|
9299 |
}
|
9300 |
|
9301 |
+
.qodef-qi-image-slider.qodef-image--hover-move .qodef-e-inner {
|
9302 |
display: block;
|
9303 |
width: calc(100% + 2px);
|
9304 |
transform: scale(1.2);
|
9306 |
will-change: transform;
|
9307 |
}
|
9308 |
|
9309 |
+
.qodef-qi-image-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-inner {
|
9310 |
transform: scale(1.2) translateX(12px);
|
9311 |
}
|
9312 |
|
9313 |
+
.qodef-qi-image-slider.qodef-image--hover-from-top .qodef-e-inner {
|
9314 |
transform-origin: top;
|
9315 |
}
|
9316 |
|
9317 |
+
.qodef-qi-image-slider.qodef-image--hover-from-bottom .qodef-e-inner {
|
9318 |
transform-origin: bottom;
|
9319 |
}
|
9320 |
|
9321 |
+
.qodef-qi-image-slider.qodef-image--hover-from-left .qodef-e-inner {
|
9322 |
transform-origin: left;
|
9323 |
}
|
9324 |
|
9325 |
+
.qodef-qi-image-slider.qodef-image--hover-from-right .qodef-e-inner {
|
9326 |
transform-origin: right;
|
9327 |
}
|
9328 |
|
9329 |
/* ==========================================================================
|
9330 |
Info button shortcode styles
|
9331 |
========================================================================== */
|
9332 |
+
.qodef-qi-info-button {
|
9333 |
position: relative;
|
9334 |
display: inline-block;
|
9335 |
vertical-align: middle;
|
9353 |
overflow: hidden;
|
9354 |
}
|
9355 |
|
9356 |
+
.qodef-qi-info-button .qodef-m-text-holder {
|
9357 |
display: flex;
|
9358 |
align-items: center;
|
9359 |
}
|
9360 |
|
9361 |
+
.qodef-qi-info-button .qodef-m-subtext {
|
9362 |
font-size: .75em;
|
9363 |
}
|
9364 |
|
9365 |
+
.qodef-qi-info-button .qodef-m-subtext.qodef--subtext-color-set {
|
9366 |
transition: color .25s ease-in-out;
|
9367 |
}
|
9368 |
|
9369 |
+
.qodef-qi-info-button.qodef-size--small {
|
9370 |
padding: 6px 24px;
|
9371 |
}
|
9372 |
|
9373 |
+
.qodef-qi-info-button.qodef-size--large {
|
9374 |
padding: 11px 36px;
|
9375 |
}
|
9376 |
|
9377 |
+
.qodef-qi-info-button.qodef-size--full {
|
9378 |
width: 100%;
|
9379 |
text-align: center;
|
9380 |
}
|
9381 |
|
9382 |
+
.qodef-qi-info-button.qodef-layout--filled {
|
9383 |
font-size: 17px;
|
9384 |
color: #111111;
|
9385 |
background-color: #f4f4f4;
|
9387 |
border-style: solid;
|
9388 |
}
|
9389 |
|
9390 |
+
.qodef-qi-info-button.qodef-layout--filled:hover {
|
9391 |
color: #fff;
|
9392 |
background-color: #111111;
|
9393 |
}
|
9394 |
|
9395 |
+
.qodef-qi-info-button.qodef-layout--outlined {
|
9396 |
color: #111111;
|
9397 |
background-color: transparent;
|
9398 |
border: 2px solid #111111;
|
9399 |
}
|
9400 |
|
9401 |
+
.qodef-qi-info-button.qodef-layout--outlined:hover {
|
9402 |
color: #111111;
|
9403 |
background-color: #f4f4f4;
|
9404 |
border-color: #f4f4f4;
|
9405 |
}
|
9406 |
|
9407 |
+
.qodef-qi-info-button.qodef-icon--left .qodef-m-text-holder {
|
9408 |
flex-direction: row-reverse;
|
9409 |
}
|
9410 |
|
9411 |
+
.qodef-qi-info-button .qodef-m-icon {
|
9412 |
color: currentColor;
|
9413 |
}
|
9414 |
|
9415 |
+
.qodef-qi-info-button .qodef-m-icon.qodef--icon-color-set {
|
9416 |
transition: color .25s ease-in-out, background-color .25s ease-in-out;
|
9417 |
}
|
9418 |
|
9419 |
+
.qodef-qi-info-button .qodef-m-icon svg {
|
9420 |
width: 1em;
|
9421 |
fill: currentColor;
|
9422 |
stroke: currentColor;
|
9423 |
}
|
9424 |
|
9425 |
+
.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon i,
|
9426 |
+
.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
|
9427 |
margin-left: 10px;
|
9428 |
}
|
9429 |
|
9430 |
+
.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon i,
|
9431 |
+
.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
|
9432 |
margin-right: 10px;
|
9433 |
}
|
9434 |
|
9435 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner, .qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner, .qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner {
|
9436 |
position: relative;
|
9437 |
overflow: hidden;
|
9438 |
display: inherit;
|
9439 |
padding: 1px;
|
9440 |
}
|
9441 |
|
9442 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
|
9443 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg, .qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
|
9444 |
+
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg, .qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
|
9445 |
+
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
|
9446 |
transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-in-out;
|
9447 |
will-change: transform;
|
9448 |
}
|
9449 |
|
9450 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),
|
9451 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1), .qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),
|
9452 |
+
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1), .qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),
|
9453 |
+
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1) {
|
9454 |
transform: translateX(0) translateY(0);
|
9455 |
transition-delay: .1s;
|
9456 |
opacity: 1;
|
9457 |
}
|
9458 |
|
9459 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
|
9460 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2), .qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
|
9461 |
+
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2), .qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
|
9462 |
+
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
|
9463 |
position: absolute;
|
9464 |
opacity: 0;
|
9465 |
left: 1px;
|
9467 |
transition-delay: 0s;
|
9468 |
}
|
9469 |
|
9470 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
|
9471 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
|
9472 |
+
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
|
9473 |
+
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
9474 |
opacity: 0;
|
9475 |
}
|
9476 |
|
9477 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),
|
9478 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),
|
9479 |
+
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),
|
9480 |
+
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2) {
|
9481 |
transform: translateX(0%) translateY(0) translatez(0);
|
9482 |
transition-delay: .25s;
|
9483 |
opacity: 1;
|
9484 |
}
|
9485 |
|
9486 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
|
9487 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
|
9488 |
transform: translateX(-150%) translateY(0);
|
9489 |
}
|
9490 |
|
9491 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
|
9492 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
9493 |
transform: translateX(200%) translateY(0);
|
9494 |
}
|
9495 |
|
9496 |
+
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
|
9497 |
+
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
|
9498 |
will-change: transform;
|
9499 |
}
|
9500 |
|
9501 |
+
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
|
9502 |
+
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
|
9503 |
transform: translateX(0) translateY(150%) translateZ(0);
|
9504 |
}
|
9505 |
|
9506 |
+
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
|
9507 |
+
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
|
9508 |
transform: translateX(0) translateY(-150%) translateZ(0);
|
9509 |
}
|
9510 |
|
9511 |
+
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
|
9512 |
+
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
|
9513 |
will-change: transform;
|
9514 |
}
|
9515 |
|
9516 |
+
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
|
9517 |
+
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
|
9518 |
transform: translateX(-100%) translateY(100%) translateZ(0);
|
9519 |
}
|
9520 |
|
9521 |
+
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
|
9522 |
+
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
|
9523 |
transform: translateX(100%) translateY(-100%) translateZ(0);
|
9524 |
}
|
9525 |
|
9526 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
|
9527 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
|
9528 |
transition: transform 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.2s ease-in-out;
|
9529 |
transform: translateX(0);
|
9530 |
will-change: transform;
|
9531 |
}
|
9532 |
|
9533 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,
|
9534 |
+
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
|
9535 |
transform: translateX(4px);
|
9536 |
}
|
9537 |
|
9538 |
/* ==========================================================================
|
9539 |
Button shortcode styles
|
9540 |
========================================================================== */
|
9541 |
+
.qodef-qi-info-button.qodef-type--icon-boxed {
|
9542 |
padding: 0 !important;
|
9543 |
flex-direction: row;
|
9544 |
align-items: stretch;
|
9545 |
}
|
9546 |
|
9547 |
+
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
|
9548 |
flex-direction: column;
|
9549 |
padding: 11px 28px;
|
9550 |
}
|
9551 |
|
9552 |
+
.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left {
|
9553 |
flex-direction: row-reverse;
|
9554 |
}
|
9555 |
|
9556 |
+
.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left .qodef-m-icon-holder {
|
9557 |
flex-direction: row-reverse;
|
9558 |
}
|
9559 |
|
9560 |
+
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
|
9561 |
align-items: flex-start;
|
9562 |
justify-content: center;
|
9563 |
}
|
9564 |
|
9565 |
+
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon {
|
9566 |
position: relative;
|
9567 |
display: flex;
|
9568 |
align-items: center;
|
9572 |
flex: 1;
|
9573 |
}
|
9574 |
|
9575 |
+
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon i {
|
9576 |
line-height: inherit;
|
9577 |
}
|
9578 |
|
9579 |
+
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-border {
|
9580 |
height: 100%;
|
9581 |
width: 2px;
|
9582 |
background-color: #111;
|
9586 |
/* ==========================================================================
|
9587 |
Info Cards shortcode styles
|
9588 |
========================================================================== */
|
9589 |
+
.qodef-qi-info-cards {
|
9590 |
background-color: #F9F9F9;
|
9591 |
padding: 30px;
|
9592 |
transition: background-color .4s ease-out;
|
9593 |
position: relative;
|
9594 |
}
|
9595 |
|
9596 |
+
.qodef-qi-info-cards .qodef-m-link {
|
9597 |
position: absolute;
|
9598 |
top: 0;
|
9599 |
left: 0;
|
9601 |
height: 100%;
|
9602 |
}
|
9603 |
|
9604 |
+
.qodef-qi-info-cards a:not(.qodef-m-link) {
|
9605 |
position: relative;
|
9606 |
z-index: 1;
|
9607 |
}
|
9608 |
|
9609 |
+
.qodef-qi-info-cards .qodef-m-title {
|
9610 |
margin: 0 0 .5em;
|
9611 |
}
|
9612 |
|
9613 |
+
.qodef-qi-info-cards .qodef-m-title a {
|
9614 |
display: block;
|
9615 |
color: inherit;
|
9616 |
}
|
9617 |
|
9618 |
+
.qodef-qi-info-cards .qodef-m-subtitle {
|
9619 |
margin: 0 0 .5em;
|
9620 |
}
|
9621 |
|
9622 |
+
.qodef-qi-info-cards .qodef-m-content {
|
9623 |
position: relative;
|
9624 |
}
|
9625 |
|
9626 |
+
.qodef-qi-info-cards .qodef-m-content .qodef-m-text {
|
9627 |
margin: 0 0 .5em;
|
9628 |
}
|
9629 |
|
9630 |
+
.qodef-qi-info-cards .qodef-m-icon-wrapper {
|
9631 |
margin: 0 0 .5em;
|
9632 |
}
|
9633 |
|
9634 |
+
.qodef-qi-info-cards .qodef-m-icon-holder {
|
9635 |
font-size: 55px;
|
9636 |
line-height: 1;
|
9637 |
transition: all .3s ease-in-out;
|
9638 |
}
|
9639 |
|
9640 |
+
.qodef-qi-info-cards .qodef-m-icon-holder i {
|
9641 |
vertical-align: top;
|
9642 |
color: inherit;
|
9643 |
}
|
9644 |
|
9645 |
+
.qodef-qi-info-cards .qodef-m-icon-holder svg {
|
9646 |
width: 30px;
|
9647 |
height: auto;
|
9648 |
vertical-align: top;
|
9650 |
stroke: currentColor;
|
9651 |
}
|
9652 |
|
9653 |
+
.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper {
|
9654 |
position: relative;
|
9655 |
}
|
9656 |
|
9657 |
+
.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper img {
|
9658 |
display: inline-block;
|
9659 |
}
|
9660 |
|
9661 |
/* ==========================================================================
|
9662 |
Interactive Banner shortcode styles
|
9663 |
========================================================================== */
|
9664 |
+
.qodef-qi-interactive-banner {
|
9665 |
position: relative;
|
9666 |
display: inline-block;
|
9667 |
width: 100%;
|
9670 |
overflow: hidden;
|
9671 |
}
|
9672 |
|
9673 |
+
.qodef-qi-interactive-banner .qodef-m-banner-link {
|
9674 |
position: absolute;
|
9675 |
top: 0;
|
9676 |
left: 0;
|
9679 |
display: block;
|
9680 |
}
|
9681 |
|
9682 |
+
.qodef-qi-interactive-banner .qodef-m-content {
|
9683 |
position: absolute;
|
9684 |
top: 0;
|
9685 |
left: 0;
|
9689 |
flex-direction: column;
|
9690 |
}
|
9691 |
|
9692 |
+
.qodef-qi-interactive-banner .qodef-m-title {
|
9693 |
margin: 0;
|
9694 |
}
|
9695 |
|
9696 |
+
.qodef-qi-interactive-banner .qodef-m-title-inner {
|
9697 |
display: inline-block;
|
9698 |
}
|
9699 |
|
9700 |
+
.qodef-qi-interactive-banner .qodef-m-subtitle {
|
9701 |
margin: 0 0 .4em;
|
9702 |
}
|
9703 |
|
9704 |
+
.qodef-qi-interactive-banner .qodef-m-content-inner > .qodef-m-text {
|
9705 |
margin: .7em 0 0;
|
9706 |
}
|
9707 |
|
9708 |
+
.qodef-qi-interactive-banner .qodef-m-text-holder {
|
9709 |
margin: .7em 0 0;
|
9710 |
}
|
9711 |
|
9712 |
+
.qodef-qi-interactive-banner .qodef-m-button {
|
9713 |
padding: .5em 0 0;
|
9714 |
z-index: 1;
|
9715 |
position: relative;
|
9716 |
display: inline-block;
|
9717 |
}
|
9718 |
|
9719 |
+
.qodef-qi-interactive-banner .qodef-m-image {
|
9720 |
position: relative;
|
9721 |
display: inline-block;
|
9722 |
width: 100%;
|
9725 |
overflow: hidden;
|
9726 |
}
|
9727 |
|
9728 |
+
.qodef-qi-interactive-banner .qodef-m-image img {
|
9729 |
display: inline-block;
|
9730 |
transition: all .35s ease-out;
|
9731 |
}
|
9732 |
|
9733 |
+
.qodef-qi-interactive-banner.qodef-layout--from-bottom.qodef--visible .qodef-m-content {
|
9734 |
opacity: 1;
|
9735 |
}
|
9736 |
|
9737 |
+
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content {
|
9738 |
align-items: flex-start;
|
9739 |
justify-content: flex-end;
|
9740 |
padding: 60px;
|
9742 |
transition: opacity .2s;
|
9743 |
}
|
9744 |
|
9745 |
+
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner {
|
9746 |
position: relative;
|
9747 |
overflow: hidden;
|
9748 |
}
|
9749 |
|
9750 |
+
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-movement {
|
9751 |
transform: translateZ(0);
|
9752 |
transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
|
9753 |
}
|
9754 |
|
9755 |
+
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder {
|
9756 |
opacity: 0;
|
9757 |
transition: opacity .25s ease-out;
|
9758 |
}
|
9759 |
|
9760 |
+
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder .qodef-m-text {
|
9761 |
margin: 0;
|
9762 |
}
|
9763 |
|
9764 |
+
.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement {
|
9765 |
transform: translateY(0) translateZ(0) !important;
|
9766 |
}
|
9767 |
|
9768 |
+
.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-text-holder {
|
9769 |
opacity: 1;
|
9770 |
transition-delay: .15s;
|
9771 |
}
|
9772 |
|
9773 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch {
|
9774 |
width: 100%;
|
9775 |
background-color: #f6f6f6;
|
9776 |
}
|
9777 |
|
9778 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
|
9779 |
position: relative;
|
9780 |
flex-direction: row;
|
9781 |
align-items: center;
|
9785 |
}
|
9786 |
|
9787 |
@media only screen and (max-width: 680px) {
|
9788 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
|
9789 |
flex-direction: column;
|
9790 |
}
|
9791 |
}
|
9792 |
|
9793 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
|
9794 |
flex: 1;
|
9795 |
margin-right: 2em;
|
9796 |
}
|
9797 |
|
9798 |
@media only screen and (max-width: 680px) {
|
9799 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
|
9800 |
margin-right: 0;
|
9801 |
}
|
9802 |
}
|
9803 |
|
9804 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
|
9805 |
position: relative;
|
9806 |
width: 35%;
|
9807 |
}
|
9808 |
|
9809 |
@media only screen and (max-width: 680px) {
|
9810 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
|
9811 |
width: 100%;
|
9812 |
margin-top: 2em;
|
9813 |
}
|
9814 |
}
|
9815 |
|
9816 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image {
|
9817 |
transition: .2s ease-in-out;
|
9818 |
}
|
9819 |
|
9820 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:first-child {
|
9821 |
opacity: 1;
|
9822 |
}
|
9823 |
|
9824 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:last-child {
|
9825 |
position: absolute;
|
9826 |
top: 0;
|
9827 |
left: 0;
|
9828 |
opacity: 0;
|
9829 |
}
|
9830 |
|
9831 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:first-child {
|
9832 |
opacity: 0;
|
9833 |
}
|
9834 |
|
9835 |
+
.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:last-child {
|
9836 |
opacity: 1;
|
9837 |
}
|
9838 |
|
9839 |
+
.qodef-qi-interactive-banner.qodef-layout--revealing.qodef--visible .qodef-m-content {
|
9840 |
opacity: 1;
|
9841 |
}
|
9842 |
|
9843 |
+
.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content {
|
9844 |
align-items: flex-start;
|
9845 |
justify-content: flex-start;
|
9846 |
padding: 60px;
|
9848 |
transition: opacity .2s;
|
9849 |
}
|
9850 |
|
9851 |
+
.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content-inner > .qodef-m-text {
|
9852 |
opacity: 0;
|
9853 |
transform: translateY(-10px);
|
9854 |
transition: opacity 0.25s, transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
|
9855 |
}
|
9856 |
|
9857 |
+
.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-button {
|
9858 |
transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
|
9859 |
transition-delay: .05s;
|
9860 |
}
|
9861 |
|
9862 |
+
.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-button {
|
9863 |
transform: translateY(0) translateZ(0) !important;
|
9864 |
transition-delay: 0s;
|
9865 |
}
|
9866 |
|
9867 |
+
.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-content-inner > .qodef-m-text {
|
9868 |
opacity: 1;
|
9869 |
transform: translateY(0px);
|
9870 |
transition-duration: .25s, .35s;
|
9871 |
transition-delay: .1s, .1s;
|
9872 |
}
|
9873 |
|
9874 |
+
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-content {
|
9875 |
align-items: center;
|
9876 |
justify-content: center;
|
9877 |
text-align: center;
|
9878 |
padding: 30px;
|
9879 |
}
|
9880 |
|
9881 |
+
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle,
|
9882 |
+
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button {
|
9883 |
opacity: 0;
|
9884 |
transition: opacity .23s ease-out,transform .28s ease-out;
|
9885 |
}
|
9886 |
|
9887 |
+
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
|
9888 |
transform: translateY(-10px);
|
9889 |
}
|
9890 |
|
9891 |
+
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button {
|
9892 |
transform: translateY(10px);
|
9893 |
}
|
9894 |
|
9895 |
+
.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-subtitle,
|
9896 |
+
.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-button {
|
9897 |
opacity: 1;
|
9898 |
transform: translateY(0px);
|
9899 |
}
|
9901 |
/* ==========================================================================
|
9902 |
Interactive Link Showcase shortcode styles
|
9903 |
========================================================================== */
|
9904 |
+
.qodef-qi-interactive-link-showcase {
|
9905 |
position: relative;
|
9906 |
display: inline-block;
|
9907 |
width: 100%;
|
9911 |
visibility: hidden;
|
9912 |
}
|
9913 |
|
9914 |
+
.qodef-qi-interactive-link-showcase.qodef--full-height {
|
9915 |
height: 100vh;
|
9916 |
}
|
9917 |
|
9918 |
+
.admin-bar .qodef-qi-interactive-link-showcase.qodef--full-height {
|
9919 |
height: calc(100vh - 32px);
|
9920 |
}
|
9921 |
|
9922 |
+
.qodef-qi-interactive-link-showcase .qodef-e-image {
|
9923 |
position: absolute;
|
9924 |
top: 0;
|
9925 |
left: 0;
|
9929 |
transition: opacity .0s .45s;
|
9930 |
}
|
9931 |
|
9932 |
+
.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background {
|
9933 |
background-size: cover;
|
9934 |
background-position: center;
|
9935 |
background-repeat: no-repeat;
|
9936 |
}
|
9937 |
|
9938 |
+
.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background img {
|
9939 |
display: none;
|
9940 |
}
|
9941 |
|
9942 |
+
.qodef-qi-interactive-link-showcase .qodef-e-image.qodef--active {
|
9943 |
opacity: 1;
|
9944 |
z-index: 5;
|
9945 |
transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
|
9946 |
}
|
9947 |
|
9948 |
+
.qodef-qi-interactive-link-showcase .qodef-m-items {
|
9949 |
display: flex;
|
9950 |
flex-direction: column;
|
9951 |
align-items: center;
|
9952 |
z-index: 10;
|
9953 |
}
|
9954 |
|
9955 |
+
.qodef-qi-interactive-link-showcase .qodef-m-item {
|
9956 |
position: relative;
|
9957 |
display: inline-block;
|
9958 |
vertical-align: top;
|
9961 |
margin: .6em 0;
|
9962 |
}
|
9963 |
|
9964 |
+
.qodef-qi-interactive-link-showcase .qodef-e-title {
|
9965 |
position: relative;
|
9966 |
display: inline-block;
|
9967 |
vertical-align: top;
|
9975 |
}
|
9976 |
|
9977 |
@media only screen and (max-width: 680px) {
|
9978 |
+
.qodef-qi-interactive-link-showcase .qodef-e-title {
|
9979 |
font-size: 36px;
|
9980 |
}
|
9981 |
}
|
9982 |
|
9983 |
+
.qodef-qi-interactive-link-showcase .qodef-e-title:after {
|
9984 |
content: '';
|
9985 |
position: absolute;
|
9986 |
left: 0;
|
9990 |
transition: width .3s ease;
|
9991 |
}
|
9992 |
|
9993 |
+
.qodef-qi-interactive-link-showcase .qodef-e-title:hover:after {
|
9994 |
width: 100%;
|
9995 |
}
|
9996 |
|
9997 |
+
.qodef-hover--underline.qodef-qi-interactive-link-showcase .qodef-e-title:after {
|
9998 |
bottom: 0;
|
9999 |
}
|
10000 |
|
10001 |
+
.qodef-hover--line-through.qodef-qi-interactive-link-showcase .qodef-e-title:after {
|
10002 |
top: 50%;
|
10003 |
transform: translateY(-50%);
|
10004 |
}
|
10005 |
|
10006 |
+
.qodef-qi-interactive-link-showcase .qodef--active.qodef-m-item .qodef-e-title:after {
|
10007 |
width: 100%;
|
10008 |
}
|
10009 |
|
10010 |
+
.qodef-qi-interactive-link-showcase .qodef-e-text {
|
10011 |
display: block;
|
10012 |
}
|
10013 |
|
10014 |
+
.qodef-qi-interactive-link-showcase.qodef--init {
|
10015 |
visibility: visible;
|
10016 |
}
|
10017 |
|
10018 |
/* ==========================================================================
|
10019 |
Interactive Link Showcase List styles
|
10020 |
========================================================================== */
|
10021 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-images {
|
10022 |
position: absolute;
|
10023 |
top: 0;
|
10024 |
left: 0;
|
10026 |
height: 100%;
|
10027 |
}
|
10028 |
|
10029 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-items {
|
10030 |
width: 40%;
|
10031 |
justify-content: center;
|
10032 |
align-items: flex-start;
|
10035 |
/* ==========================================================================
|
10036 |
Interactive Link Showcase List styles
|
10037 |
========================================================================== */
|
10038 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--split {
|
10039 |
align-items: stretch;
|
10040 |
}
|
10041 |
|
10042 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
|
10043 |
position: relative;
|
10044 |
flex: 1;
|
10045 |
}
|
10046 |
|
10047 |
@media only screen and (max-width: 680px) {
|
10048 |
+
.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
|
10049 |
display: none;
|
10050 |
}
|
10051 |
}
|
10052 |
|
10053 |
@media only screen and (max-width: 480px) {
|
10054 |
+
.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
|
10055 |
display: none;
|
10056 |
}
|
10057 |
}
|
10058 |
|
10059 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
|
10060 |
width: 40%;
|
10061 |
justify-content: center;
|
10062 |
align-items: flex-start;
|
10064 |
}
|
10065 |
|
10066 |
@media only screen and (max-width: 680px) {
|
10067 |
+
.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
|
10068 |
width: 100%;
|
10069 |
}
|
10070 |
}
|
10071 |
|
10072 |
@media only screen and (max-width: 480px) {
|
10073 |
+
.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
|
10074 |
width: 100%;
|
10075 |
}
|
10076 |
}
|
10077 |
|
10078 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) {
|
10079 |
display: flex;
|
10080 |
align-items: center;
|
10081 |
justify-content: center;
|
10082 |
}
|
10083 |
|
10084 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) img {
|
10085 |
max-height: 100%;
|
10086 |
-o-object-fit: contain;
|
10087 |
object-fit: contain;
|
10090 |
/* ==========================================================================
|
10091 |
Interactive Link Showcase List styles
|
10092 |
========================================================================== */
|
10093 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--standard {
|
10094 |
justify-content: center;
|
10095 |
text-align: center;
|
10096 |
}
|
10097 |
|
10098 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
|
10099 |
position: absolute;
|
10100 |
top: 0;
|
10101 |
left: 0;
|
10105 |
}
|
10106 |
|
10107 |
@media only screen and (max-width: 680px) {
|
10108 |
+
.qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
|
10109 |
display: none;
|
10110 |
}
|
10111 |
}
|
10112 |
|
10113 |
@media only screen and (max-width: 480px) {
|
10114 |
+
.qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
|
10115 |
display: none;
|
10116 |
}
|
10117 |
}
|
10118 |
|
10119 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
|
10120 |
width: 40%;
|
10121 |
justify-content: center;
|
10122 |
}
|
10123 |
|
10124 |
@media only screen and (max-width: 680px) {
|
10125 |
+
.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
|
10126 |
width: 100%;
|
10127 |
}
|
10128 |
}
|
10129 |
|
10130 |
@media only screen and (max-width: 480px) {
|
10131 |
+
.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
|
10132 |
width: 100%;
|
10133 |
}
|
10134 |
}
|
10135 |
|
10136 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image {
|
10137 |
display: flex;
|
10138 |
align-items: center;
|
10139 |
justify-content: center;
|
10140 |
transition: opacity .35s ease-out;
|
10141 |
}
|
10142 |
|
10143 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--left {
|
10144 |
left: 0;
|
10145 |
width: 30%;
|
10146 |
}
|
10147 |
|
10148 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--right {
|
10149 |
left: auto;
|
10150 |
right: 0;
|
10151 |
width: 30%;
|
10152 |
}
|
10153 |
|
10154 |
+
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image img {
|
10155 |
position: relative;
|
10156 |
}
|
10157 |
|
10158 |
/* ==========================================================================
|
10159 |
Item Showcase shortcode styles
|
10160 |
========================================================================== */
|
10161 |
+
.qodef-qi-item-showcase {
|
10162 |
position: relative;
|
10163 |
display: flex;
|
10164 |
align-items: center;
|
10166 |
width: 100%;
|
10167 |
}
|
10168 |
|
10169 |
+
.qodef-qi-item-showcase .qodef-m-image {
|
10170 |
position: relative;
|
10171 |
flex-shrink: 0;
|
10172 |
max-width: 60%;
|
10173 |
padding: 0 60px;
|
10174 |
}
|
10175 |
|
10176 |
+
.qodef-qi-item-showcase .qodef-m-image img {
|
10177 |
display: block;
|
10178 |
}
|
10179 |
|
10180 |
+
.qodef-qi-item-showcase .qodef-m-items {
|
10181 |
position: relative;
|
10182 |
display: flex;
|
10183 |
flex-direction: column;
|
10184 |
width: 100%;
|
10185 |
}
|
10186 |
|
10187 |
+
.qodef-qi-item-showcase .qodef-m-items.qodef--left {
|
10188 |
text-align: right;
|
10189 |
}
|
10190 |
|
10191 |
+
.qodef-qi-item-showcase .qodef-m-items.qodef--right {
|
10192 |
text-align: left;
|
10193 |
}
|
10194 |
|
10195 |
+
.qodef-qi-item-showcase .qodef-m-item {
|
10196 |
position: relative;
|
10197 |
display: inline-block;
|
10198 |
width: 100%;
|
10201 |
}
|
10202 |
|
10203 |
@media screen and (min-width: 1025px) {
|
10204 |
+
.qodef-qi-item-showcase .qodef-m-item:last-child {
|
10205 |
margin-bottom: 0 !important;
|
10206 |
}
|
10207 |
}
|
10208 |
|
10209 |
+
.qodef-qi-item-showcase .qodef-e-icon-holder {
|
10210 |
line-height: 1em;
|
10211 |
transition: color 0.2s ease-out;
|
10212 |
}
|
10213 |
|
10214 |
+
.qodef-qi-item-showcase .qodef-e-icon-holder a {
|
10215 |
display: inline-block;
|
10216 |
}
|
10217 |
|
10218 |
+
.qodef-qi-item-showcase .qodef-e-icon-holder > svg {
|
10219 |
width: 1em;
|
10220 |
fill: currentColor;
|
10221 |
stroke: currentColor;
|
10222 |
}
|
10223 |
|
10224 |
+
.qodef-qi-item-showcase .qodef-e-title {
|
10225 |
margin: 0 0 1em;
|
10226 |
}
|
10227 |
|
10228 |
+
.qodef-qi-item-showcase .qodef-e-title-link {
|
10229 |
font-family: inherit;
|
10230 |
font-size: inherit;
|
10231 |
font-weight: inherit;
|
10236 |
color: inherit;
|
10237 |
}
|
10238 |
|
10239 |
+
.qodef-qi-item-showcase .qodef-e-title-link:hover {
|
10240 |
color: var(--qode-main-color);
|
10241 |
}
|
10242 |
|
10243 |
+
.qodef-qi-item-showcase .qodef-e-text {
|
10244 |
margin: 0;
|
10245 |
}
|
10246 |
|
10247 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear {
|
10248 |
visibility: hidden;
|
10249 |
}
|
10250 |
|
10251 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-image {
|
10252 |
transform: translateY(70px);
|
10253 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
10254 |
opacity: 0;
|
10255 |
}
|
10256 |
|
10257 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item {
|
10258 |
transform: translateY(70px);
|
10259 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
10260 |
opacity: 0;
|
10261 |
}
|
10262 |
|
10263 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(1) {
|
10264 |
transition-delay: 200ms;
|
10265 |
}
|
10266 |
|
10267 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(2) {
|
10268 |
transition-delay: 400ms;
|
10269 |
}
|
10270 |
|
10271 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(3) {
|
10272 |
transition-delay: 600ms;
|
10273 |
}
|
10274 |
|
10275 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(4) {
|
10276 |
transition-delay: 800ms;
|
10277 |
}
|
10278 |
|
10279 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(5) {
|
10280 |
transition-delay: 1000ms;
|
10281 |
}
|
10282 |
|
10283 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(6) {
|
10284 |
transition-delay: 1200ms;
|
10285 |
}
|
10286 |
|
10287 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared {
|
10288 |
visibility: visible;
|
10289 |
}
|
10290 |
|
10291 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-image {
|
10292 |
opacity: 1;
|
10293 |
transform: translateY(0);
|
10294 |
}
|
10295 |
|
10296 |
+
.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-item {
|
10297 |
opacity: 1;
|
10298 |
transform: translateY(0);
|
10299 |
}
|
10301 |
/* ==========================================================================
|
10302 |
Item Showcase List styles
|
10303 |
========================================================================== */
|
10304 |
+
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-m-item {
|
10305 |
display: flex;
|
10306 |
align-items: flex-start;
|
10307 |
}
|
10308 |
|
10309 |
+
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
|
10310 |
flex-direction: row-reverse;
|
10311 |
}
|
10312 |
|
10313 |
@media only screen and (max-width: 1024px) {
|
10314 |
+
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
|
10315 |
flex-direction: row;
|
10316 |
}
|
10317 |
}
|
10318 |
|
10319 |
+
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
|
10320 |
margin-left: .5em;
|
10321 |
}
|
10322 |
|
10323 |
@media only screen and (max-width: 1024px) {
|
10324 |
+
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
|
10325 |
margin-left: 0;
|
10326 |
margin-right: .5em;
|
10327 |
}
|
10328 |
}
|
10329 |
|
10330 |
+
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--right .qodef-e-side-holder {
|
10331 |
margin-right: .5em;
|
10332 |
}
|
10333 |
|
10334 |
+
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-icon-holder {
|
10335 |
font-size: 3em;
|
10336 |
flex-shrink: 0;
|
10337 |
}
|
10338 |
|
10339 |
+
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-content-holder {
|
10340 |
flex: 1;
|
10341 |
}
|
10342 |
|
10343 |
/* ==========================================================================
|
10344 |
Item Showcase List styles
|
10345 |
========================================================================== */
|
10346 |
+
.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-number,
|
10347 |
+
.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-icon-holder {
|
10348 |
margin-bottom: .4em;
|
10349 |
}
|
10350 |
|
10351 |
/* ==========================================================================
|
10352 |
Section Title shortcode styles
|
10353 |
========================================================================== */
|
10354 |
+
.qodef-qi-message-box {
|
10355 |
background: #d5eaf4;
|
10356 |
padding: 40px 40px;
|
10357 |
display: flex;
|
10358 |
transition: opacity .19s ease, visibility .19s ease;
|
10359 |
}
|
10360 |
|
10361 |
+
.qodef-qi-message-box.qodef-hidden {
|
10362 |
opacity: 0;
|
10363 |
visibility: hidden;
|
10364 |
}
|
10365 |
|
10366 |
+
.qodef-qi-message-box.qodef-icon--middle {
|
10367 |
align-items: center;
|
10368 |
}
|
10369 |
|
10370 |
+
.qodef-qi-message-box.qodef-icon--top {
|
10371 |
align-items: flex-start;
|
10372 |
}
|
10373 |
|
10374 |
+
.qodef-qi-message-box.qodef-icon--bottom {
|
10375 |
align-items: flex-end;
|
10376 |
}
|
10377 |
|
10378 |
+
.qodef-qi-message-box .qodef-m-close-icon {
|
10379 |
position: absolute;
|
10380 |
right: 17px;
|
10381 |
top: 17px;
|
10384 |
transition: color .25s ease-in-out;
|
10385 |
}
|
10386 |
|
10387 |
+
.qodef-qi-message-box .qodef-m-close-icon i {
|
10388 |
color: inherit;
|
10389 |
}
|
10390 |
|
10391 |
+
.qodef-qi-message-box .qodef-m-close-icon svg {
|
10392 |
width: 30px;
|
10393 |
height: auto;
|
10394 |
fill: currentColor;
|
10395 |
stroke: currentColor;
|
10396 |
}
|
10397 |
|
10398 |
+
.qodef-qi-message-box .qodef-m-icon {
|
10399 |
line-height: 1;
|
10400 |
margin-right: 20px;
|
10401 |
}
|
10402 |
|
10403 |
+
.qodef-qi-message-box .qodef-m-title {
|
10404 |
margin: 0;
|
10405 |
}
|
10406 |
|
10407 |
+
.qodef-qi-message-box .qodef-m-text {
|
10408 |
margin: 0;
|
10409 |
}
|
10410 |
|
10415 |
/* ==========================================================================
|
10416 |
Parallax Images style - begin
|
10417 |
========================================================================== */
|
10418 |
+
.qodef-qi-parallax-images {
|
10419 |
position: relative;
|
10420 |
display: inline-block;
|
10421 |
width: 100%;
|
10422 |
vertical-align: top;
|
10423 |
}
|
10424 |
|
10425 |
+
.qodef-qi-parallax-images .qodef-m-images {
|
10426 |
position: relative;
|
10427 |
display: inline-block;
|
10428 |
vertical-align: middle;
|
10429 |
}
|
10430 |
|
10431 |
+
.qodef-browser--ms-explorer .qodef-qi-parallax-images .qodef-m-images {
|
10432 |
width: 100%;
|
10433 |
}
|
10434 |
|
10435 |
+
.e--ua-firefox .qodef-qi-parallax-images .qodef-m-images img {
|
10436 |
-webkit-backface-visibility: hidden;
|
10437 |
backface-visibility: hidden;
|
10438 |
}
|
10439 |
|
10440 |
+
.qodef-qi-parallax-images .qodef-e-parallax-image {
|
10441 |
position: absolute;
|
10442 |
display: block;
|
10443 |
transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
|
10444 |
}
|
10445 |
|
10446 |
+
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-left {
|
10447 |
top: 0;
|
10448 |
left: 0;
|
10449 |
}
|
10450 |
|
10451 |
+
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-right {
|
10452 |
top: 0;
|
10453 |
right: 0;
|
10454 |
}
|
10455 |
|
10456 |
+
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-left {
|
10457 |
bottom: 0;
|
10458 |
left: 0;
|
10459 |
}
|
10460 |
|
10461 |
+
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-right {
|
10462 |
bottom: 0;
|
10463 |
right: 0;
|
10464 |
}
|
10469 |
/* ==========================================================================
|
10470 |
Preview Slider shortcode styles
|
10471 |
========================================================================== */
|
10472 |
+
.qodef-qi-preview-slider {
|
10473 |
position: relative;
|
10474 |
opacity: 0;
|
10475 |
transition: opacity .35s ease-out;
|
10476 |
}
|
10477 |
|
10478 |
+
.qodef-qi-preview-slider.qodef--visible {
|
10479 |
opacity: 1;
|
10480 |
}
|
10481 |
|
10482 |
+
.qodef-qi-preview-slider .qodef-preview-slider-device-holder {
|
10483 |
position: absolute;
|
10484 |
top: 0;
|
10485 |
left: 50%;
|
10487 |
z-index: 10;
|
10488 |
}
|
10489 |
|
10490 |
+
.qodef-qi-preview-slider .qodef-preview-slider-device {
|
10491 |
position: absolute;
|
10492 |
margin: auto;
|
10493 |
width: 214px;
|
10495 |
right: 50px;
|
10496 |
}
|
10497 |
|
10498 |
+
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image {
|
10499 |
position: relative;
|
10500 |
pointer-events: none;
|
10501 |
z-index: 10;
|
10502 |
}
|
10503 |
|
10504 |
+
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image img {
|
10505 |
width: 100%;
|
10506 |
filter: drop-shadow(0px 6px 16.8px rgba(0, 0, 0, 0.07));
|
10507 |
}
|
10508 |
|
10509 |
+
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-items {
|
10510 |
position: absolute;
|
10511 |
top: 0;
|
10512 |
left: 0;
|
10515 |
z-index: 5;
|
10516 |
}
|
10517 |
|
10518 |
+
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-qi-swiper-container {
|
10519 |
overflow: hidden;
|
10520 |
height: 100%;
|
10521 |
padding: 0 !important;
|
10522 |
}
|
10523 |
|
10524 |
+
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item {
|
10525 |
height: 100%;
|
10526 |
}
|
10527 |
|
10528 |
+
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item img {
|
10529 |
height: 100%;
|
10530 |
-o-object-fit: cover;
|
10531 |
object-fit: cover;
|
10534 |
/* ==========================================================================
|
10535 |
Pricing List shortcode styles
|
10536 |
========================================================================== */
|
10537 |
+
.qodef-qi-pricing-list {
|
10538 |
position: relative;
|
10539 |
display: inline-block;
|
10540 |
width: 100%;
|
10541 |
vertical-align: top;
|
10542 |
}
|
10543 |
|
10544 |
+
.qodef-qi-pricing-list .qodef-m-item:not(:last-child) {
|
10545 |
margin-bottom: 35px;
|
10546 |
}
|
10547 |
|
10548 |
+
.qodef-qi-pricing-list .qodef-m-item.qodef-has-discount .qodef-e-heading-price {
|
10549 |
text-decoration: line-through;
|
10550 |
margin-right: .25em;
|
10551 |
}
|
10552 |
|
10553 |
+
.qodef-qi-pricing-list .qodef-e-heading {
|
10554 |
display: flex;
|
10555 |
align-items: baseline;
|
10556 |
}
|
10557 |
|
10558 |
+
.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image {
|
10559 |
max-width: 20%;
|
10560 |
}
|
10561 |
|
10562 |
+
.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image img {
|
10563 |
margin-left: 10px;
|
10564 |
}
|
10565 |
|
10566 |
+
.qodef-qi-pricing-list .qodef-e-heading-title {
|
10567 |
margin: 0;
|
10568 |
}
|
10569 |
|
10570 |
+
.qodef-qi-pricing-list .qodef-e-heading-line {
|
10571 |
flex-grow: 1;
|
10572 |
margin: 0 8px;
|
10573 |
border-bottom: 1px solid #ebebeb;
|
10574 |
}
|
10575 |
|
10576 |
+
.qodef-qi-pricing-list .qodef-e-heading-price,
|
10577 |
+
.qodef-qi-pricing-list .qodef-e-heading-discount-price {
|
10578 |
margin: 0;
|
10579 |
color: #111111;
|
10580 |
}
|
10581 |
|
10582 |
+
.qodef-qi-pricing-list .qodef-e-description {
|
10583 |
margin: .5em 0 0;
|
10584 |
color: #9c9c9c;
|
10585 |
}
|
10586 |
|
10587 |
+
.qodef-qi-pricing-list .qodef-m-button {
|
10588 |
margin-top: 30px;
|
10589 |
}
|
10590 |
|
10591 |
+
.qodef-qi-pricing-list.qodef-pricing-line--pattern .qodef-e-heading-line {
|
10592 |
height: 5px;
|
10593 |
background-repeat: repeat;
|
10594 |
border: none;
|
10595 |
}
|
10596 |
|
10597 |
+
.qodef-qi-pricing-list.qodef-pricing-line--dashed .qodef-e-heading-line {
|
10598 |
border-bottom-style: dashed;
|
10599 |
}
|
10600 |
|
10601 |
+
.qodef-qi-pricing-list.qodef-pricing-line--dotted .qodef-e-heading-line {
|
10602 |
border-bottom-style: dotted;
|
10603 |
}
|
10604 |
|
10605 |
+
.qodef-qi-pricing-list.qodef-with-separator .qodef-m-item:not(:last-child) {
|
10606 |
border-bottom: 1px solid #ebebeb;
|
10607 |
}
|
10608 |
|
10609 |
/* ==========================================================================
|
10610 |
Pricing List shortcode styles
|
10611 |
========================================================================== */
|
10612 |
+
.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item {
|
10613 |
display: flex;
|
10614 |
align-items: center;
|
10615 |
}
|
10616 |
|
10617 |
+
.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-image {
|
10618 |
max-width: 25%;
|
10619 |
flex-shrink: 0;
|
10620 |
margin-right: 24px;
|
10621 |
}
|
10622 |
|
10623 |
+
.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-item-holder {
|
10624 |
flex: 1;
|
10625 |
}
|
10626 |
|
10627 |
/* ==========================================================================
|
10628 |
Pricing Table shortcode styles
|
10629 |
========================================================================== */
|
10630 |
+
.qodef-qi-pricing-table {
|
10631 |
position: relative;
|
10632 |
display: inline-block;
|
10633 |
width: 100%;
|
10635 |
overflow: hidden;
|
10636 |
}
|
10637 |
|
10638 |
+
.qodef-qi-pricing-table.qodef-status--featured {
|
10639 |
transform: translateY(-18px);
|
10640 |
}
|
10641 |
|
10642 |
+
.qodef-qi-pricing-table .qodef-m-inner {
|
10643 |
position: relative;
|
10644 |
padding: 45px;
|
10645 |
}
|
10646 |
|
10647 |
+
.qodef-qi-pricing-table .qodef-m-title {
|
10648 |
margin: 0;
|
10649 |
}
|
10650 |
|
10651 |
+
.qodef-qi-pricing-table .qodef-m-price {
|
10652 |
display: flex;
|
10653 |
align-items: baseline;
|
10654 |
}
|
10655 |
|
10656 |
+
.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-wrapper {
|
10657 |
display: inline-flex;
|
10658 |
margin: 0;
|
10659 |
line-height: 1;
|
10661 |
align-items: baseline;
|
10662 |
}
|
10663 |
|
10664 |
+
.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-currency {
|
10665 |
align-self: flex-start;
|
10666 |
}
|
10667 |
|
10668 |
+
.qodef-qi-pricing-table.qodef-period--side .qodef-m-price-period {
|
10669 |
margin-left: 5px;
|
10670 |
}
|
10671 |
|
10672 |
+
.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price {
|
10673 |
flex-direction: column;
|
10674 |
}
|
10675 |
|
10676 |
+
.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price-period {
|
10677 |
margin: 0;
|
10678 |
}
|
10679 |
|
10680 |
+
.qodef-qi-pricing-table .qodef-m-content {
|
10681 |
padding: 25px 0 0;
|
10682 |
margin: 0;
|
10683 |
}
|
10684 |
|
10685 |
+
.qodef-qi-pricing-table .qodef-m-content li {
|
10686 |
margin-bottom: 8px;
|
10687 |
}
|
10688 |
|
10689 |
+
.qodef-qi-pricing-table .qodef-m-content li:last-child {
|
10690 |
margin-bottom: 0;
|
10691 |
}
|
10692 |
|
10693 |
+
.qodef-qi-pricing-table .qodef-m-content li.qodef--excluded {
|
10694 |
text-decoration: line-through;
|
10695 |
color: rgba(17, 17, 17, 0.6);
|
10696 |
}
|
10697 |
|
10698 |
+
.qodef-qi-pricing-table .qodef-m-button .qodef-qi-button {
|
10699 |
margin: 25px 0 0;
|
10700 |
}
|
10701 |
|
10702 |
+
.qodef-qi-pricing-table .qodef-m-label {
|
10703 |
position: absolute;
|
10704 |
right: 15px;
|
10705 |
color: #fff;
|
10706 |
background-color: #111;
|
10707 |
}
|
10708 |
|
10709 |
+
.qodef-qi-pricing-table.qodef-label-type--badge .qodef-m-label {
|
10710 |
top: 15px;
|
10711 |
border-radius: 50px;
|
10712 |
padding: 10px;
|
10713 |
}
|
10714 |
|
10715 |
+
.qodef-qi-pricing-table.qodef-label-type--ribbon .qodef-m-label {
|
10716 |
top: -1px;
|
10717 |
border-radius: 50px 0 0 50px;
|
10718 |
transform: rotate(-90deg) translate(0, -100%);
|
10720 |
padding: 5px 15px;
|
10721 |
}
|
10722 |
|
10723 |
+
.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content {
|
10724 |
list-style-type: none;
|
10725 |
}
|
10726 |
|
10727 |
+
.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content svg {
|
10728 |
width: 1em;
|
10729 |
fill: currentColor;
|
10730 |
stroke: currentColor;
|
10731 |
}
|
10732 |
|
10733 |
+
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-m-content {
|
10734 |
margin: 0 calc(-1em - 5px);
|
10735 |
}
|
10736 |
|
10737 |
+
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside li {
|
10738 |
position: relative;
|
10739 |
display: flex;
|
10740 |
}
|
10741 |
|
10742 |
+
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-icon {
|
10743 |
position: absolute;
|
10744 |
left: 0;
|
10745 |
}
|
10746 |
|
10747 |
+
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-text {
|
10748 |
flex: 1;
|
10749 |
padding: 0 5px;
|
10750 |
margin: 0 1em;
|
10751 |
}
|
10752 |
|
10753 |
+
.qodef-qi-pricing-table.qodef-list-style--inside .qodef-m-content {
|
10754 |
list-style-position: inside;
|
10755 |
}
|
10756 |
|
10757 |
+
.qodef-qi-pricing-table.qodef-list-type--none .qodef-m-content {
|
10758 |
list-style-type: none;
|
10759 |
}
|
10760 |
|
10761 |
+
.qodef-qi-pricing-table .qodef-qi-separator .qodef-m-line {
|
10762 |
width: 30px;
|
10763 |
}
|
10764 |
|
10765 |
/* ==========================================================================
|
10766 |
Pricing Table shortcode styles
|
10767 |
========================================================================== */
|
10768 |
+
.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-inner {
|
10769 |
padding: 50px;
|
10770 |
}
|
10771 |
|
10772 |
+
.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-title {
|
10773 |
background-color: #f6f6f6;
|
10774 |
padding: 30px 50px;
|
10775 |
}
|
10777 |
/* ==========================================================================
|
10778 |
Pricing Table shortcode styles
|
10779 |
========================================================================== */
|
10780 |
+
.qodef-qi-pricing-table.qodef-layout--minimal {
|
10781 |
border-width: 0 0 0 1px;
|
10782 |
}
|
10783 |
|
10784 |
+
.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-inner {
|
10785 |
padding: 0 0 0 15px;
|
10786 |
}
|
10787 |
|
10788 |
+
.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-price-wrapper {
|
10789 |
margin: 0 0 .5em;
|
10790 |
}
|
10791 |
|
10792 |
/* ==========================================================================
|
10793 |
Pricing Table shortcode styles
|
10794 |
========================================================================== */
|
10795 |
+
.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-inner {
|
10796 |
padding: 0 50px 40px;
|
10797 |
}
|
10798 |
|
10799 |
+
.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-title-wrapper {
|
10800 |
background-color: #f6f6f6;
|
10801 |
padding: 40px 20px;
|
10802 |
}
|
10804 |
/* ==========================================================================
|
10805 |
Pricing Table shortcode styles
|
10806 |
========================================================================== */
|
10807 |
+
.qodef-qi-pricing-table.qodef-layout--standard .qodef-m-title {
|
10808 |
margin: 0 0 1em;
|
10809 |
}
|
10810 |
|
10811 |
/* ==========================================================================
|
10812 |
Pricing Table shortcode styles
|
10813 |
========================================================================== */
|
10814 |
+
.qodef-qi-pricing-table.qodef-layout--vertical-image {
|
10815 |
display: flex;
|
10816 |
}
|
10817 |
|
10818 |
+
.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-inner {
|
10819 |
flex: 1;
|
10820 |
}
|
10821 |
|
10822 |
+
.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder {
|
10823 |
width: 90px;
|
10824 |
max-width: 60%;
|
10825 |
}
|
10826 |
|
10827 |
+
.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder .qodef-m-image {
|
10828 |
height: 100%;
|
10829 |
}
|
10830 |
|
10831 |
+
.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder img {
|
10832 |
height: 100%;
|
10833 |
-o-object-fit: cover;
|
10834 |
object-fit: cover;
|
10835 |
}
|
10836 |
|
10837 |
+
.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-title {
|
10838 |
margin-bottom: 1em;
|
10839 |
}
|
10840 |
|
10841 |
/* ==========================================================================
|
10842 |
Pricing Table shortcode styles
|
10843 |
========================================================================== */
|
10844 |
+
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-inner {
|
10845 |
padding: 0;
|
10846 |
}
|
10847 |
|
10848 |
+
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-top {
|
10849 |
padding: 50px;
|
10850 |
}
|
10851 |
|
10852 |
+
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content {
|
10853 |
padding: 0;
|
10854 |
}
|
10855 |
|
10856 |
+
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content .qodef-e-item {
|
10857 |
padding: 27px 50px;
|
10858 |
margin: 0;
|
10859 |
border-top: 1px solid #ebebeb;
|
10860 |
}
|
10861 |
|
10862 |
+
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon {
|
10863 |
line-height: 1em;
|
10864 |
}
|
10865 |
|
10866 |
+
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon svg {
|
10867 |
width: 1em;
|
10868 |
vertical-align: top;
|
10869 |
fill: currentColor;
|
10870 |
stroke: currentColor;
|
10871 |
}
|
10872 |
|
10873 |
+
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title {
|
10874 |
margin: .7em 0 1em;
|
10875 |
}
|
10876 |
|
10877 |
+
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-button .qodef-qi-button {
|
10878 |
width: 100%;
|
10879 |
text-align: center;
|
10880 |
margin-top: 0;
|
10883 |
/* ==========================================================================
|
10884 |
Process shortcode styles
|
10885 |
========================================================================== */
|
10886 |
+
.qodef-qi-process.qodef-grid > .qodef-grid-inner {
|
10887 |
margin: 0;
|
10888 |
}
|
10889 |
|
10890 |
+
.qodef-qi-process.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
|
10891 |
padding: 0;
|
10892 |
}
|
10893 |
|
10894 |
+
.qodef-qi-process.qodef-grid > .qodef-grid-inner > .qodef-grid-item:last-child .qodef-e-line {
|
10895 |
display: none;
|
10896 |
}
|
10897 |
|
10898 |
+
.qodef-qi-process .qodef-e-icon-holder {
|
10899 |
position: relative;
|
10900 |
z-index: 5;
|
10901 |
}
|
10902 |
|
10903 |
+
.qodef-qi-process .qodef-e-icon {
|
10904 |
position: relative;
|
10905 |
display: flex;
|
10906 |
align-items: center;
|
10914 |
z-index: 3;
|
10915 |
}
|
10916 |
|
10917 |
+
.qodef-qi-process .qodef-e-number {
|
10918 |
position: absolute;
|
10919 |
top: 0;
|
10920 |
right: 0;
|
10930 |
justify-content: center;
|
10931 |
}
|
10932 |
|
10933 |
+
.qodef-qi-process .qodef-e-line {
|
10934 |
position: absolute;
|
10935 |
z-index: 2;
|
10936 |
}
|
10937 |
|
10938 |
+
.qodef-qi-process .qodef-e-title {
|
10939 |
margin: 2em 0 0;
|
10940 |
}
|
10941 |
|
10942 |
+
.qodef-qi-process .qodef-e-text {
|
10943 |
margin: .3em 0 0;
|
10944 |
}
|
10945 |
|
10946 |
/* ==========================================================================
|
10947 |
Horizontal Process shortcode styles
|
10948 |
========================================================================== */
|
10949 |
+
.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-number {
|
10950 |
width: 2.8em;
|
10951 |
height: 2.8em;
|
10952 |
font-size: 20px;
|
10953 |
}
|
10954 |
|
10955 |
+
.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line {
|
10956 |
top: 50%;
|
10957 |
left: 50%;
|
10958 |
width: 100%;
|
10959 |
height: auto;
|
10960 |
}
|
10961 |
|
10962 |
+
.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner {
|
10963 |
width: 100%;
|
10964 |
height: 100%;
|
10965 |
border-bottom: #acacac;
|
10968 |
left: 0;
|
10969 |
}
|
10970 |
|
10971 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
|
10972 |
transition: transform 1s;
|
10973 |
transform-origin: left;
|
10974 |
transform: scaleX(0);
|
10975 |
}
|
10976 |
|
10977 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-icon {
|
10978 |
transition: transform .35s, opacity .2s;
|
10979 |
transform: scale(0.8);
|
10980 |
opacity: 0;
|
10981 |
}
|
10982 |
|
10983 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-title,
|
10984 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-text {
|
10985 |
transition: transform .35s, opacity .2s;
|
10986 |
transform: translateY(10px);
|
10987 |
opacity: 0;
|
10988 |
}
|
10989 |
|
10990 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) {
|
10991 |
transition-delay: 0s;
|
10992 |
}
|
10993 |
|
10994 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
|
10995 |
transition-delay: 0.25s;
|
10996 |
}
|
10997 |
|
10998 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
|
10999 |
transition-delay: 0s;
|
11000 |
}
|
11001 |
|
11002 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title,
|
11003 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text {
|
11004 |
transition-delay: 0.1s;
|
11005 |
}
|
11006 |
|
11007 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) {
|
11008 |
transition-delay: 0.35s;
|
11009 |
}
|
11010 |
|
11011 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
|
11012 |
transition-delay: 0.6s;
|
11013 |
}
|
11014 |
|
11015 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
|
11016 |
transition-delay: 0.35s;
|
11017 |
}
|
11018 |
|
11019 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title,
|
11020 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text {
|
11021 |
transition-delay: 0.45s;
|
11022 |
}
|
11023 |
|
11024 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) {
|
11025 |
transition-delay: 0.7s;
|
11026 |
}
|
11027 |
|
11028 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
|
11029 |
transition-delay: 0.95s;
|
11030 |
}
|
11031 |
|
11032 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
|
11033 |
transition-delay: 0.7s;
|
11034 |
}
|
11035 |
|
11036 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title,
|
11037 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text {
|
11038 |
transition-delay: 0.8s;
|
11039 |
}
|
11040 |
|
11041 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) {
|
11042 |
transition-delay: 1.05s;
|
11043 |
}
|
11044 |
|
11045 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
|
11046 |
transition-delay: 1.3s;
|
11047 |
}
|
11048 |
|
11049 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
|
11050 |
transition-delay: 1.05s;
|
11051 |
}
|
11052 |
|
11053 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title,
|
11054 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text {
|
11055 |
transition-delay: 1.15s;
|
11056 |
}
|
11057 |
|
11058 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) {
|
11059 |
transition-delay: 1.4s;
|
11060 |
}
|
11061 |
|
11062 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
|
11063 |
transition-delay: 1.65s;
|
11064 |
}
|
11065 |
|
11066 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
|
11067 |
transition-delay: 1.4s;
|
11068 |
}
|
11069 |
|
11070 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title,
|
11071 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text {
|
11072 |
transition-delay: 1.5s;
|
11073 |
}
|
11074 |
|
11075 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) {
|
11076 |
transition-delay: 1.75s;
|
11077 |
}
|
11078 |
|
11079 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
|
11080 |
transition-delay: 2s;
|
11081 |
}
|
11082 |
|
11083 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
|
11084 |
transition-delay: 1.75s;
|
11085 |
}
|
11086 |
|
11087 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title,
|
11088 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text {
|
11089 |
transition-delay: 1.85s;
|
11090 |
}
|
11091 |
|
11092 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) {
|
11093 |
transition-delay: 2.1s;
|
11094 |
}
|
11095 |
|
11096 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
|
11097 |
transition-delay: 2.35s;
|
11098 |
}
|
11099 |
|
11100 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
|
11101 |
transition-delay: 2.1s;
|
11102 |
}
|
11103 |
|
11104 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title,
|
11105 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text {
|
11106 |
transition-delay: 2.2s;
|
11107 |
}
|
11108 |
|
11109 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) {
|
11110 |
transition-delay: 2.45s;
|
11111 |
}
|
11112 |
|
11113 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
|
11114 |
transition-delay: 2.7s;
|
11115 |
}
|
11116 |
|
11117 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
|
11118 |
transition-delay: 2.45s;
|
11119 |
}
|
11120 |
|
11121 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title,
|
11122 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text {
|
11123 |
transition-delay: 2.55s;
|
11124 |
}
|
11125 |
|
11126 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) {
|
11127 |
transition-delay: 2.8s;
|
11128 |
}
|
11129 |
|
11130 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
|
11131 |
transition-delay: 3.05s;
|
11132 |
}
|
11133 |
|
11134 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
|
11135 |
transition-delay: 2.8s;
|
11136 |
}
|
11137 |
|
11138 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title,
|
11139 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text {
|
11140 |
transition-delay: 2.9s;
|
11141 |
}
|
11142 |
|
11143 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) {
|
11144 |
transition-delay: 3.15s;
|
11145 |
}
|
11146 |
|
11147 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
|
11148 |
transition-delay: 3.4s;
|
11149 |
}
|
11150 |
|
11151 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
|
11152 |
transition-delay: 3.15s;
|
11153 |
}
|
11154 |
|
11155 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title,
|
11156 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text {
|
11157 |
transition-delay: 3.25s;
|
11158 |
}
|
11159 |
|
11160 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) {
|
11161 |
transition-delay: 3.5s;
|
11162 |
}
|
11163 |
|
11164 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
|
11165 |
transition-delay: 3.75s;
|
11166 |
}
|
11167 |
|
11168 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
|
11169 |
transition-delay: 3.5s;
|
11170 |
}
|
11171 |
|
11172 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title,
|
11173 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text {
|
11174 |
transition-delay: 3.6s;
|
11175 |
}
|
11176 |
|
11177 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) {
|
11178 |
transition-delay: 3.85s;
|
11179 |
}
|
11180 |
|
11181 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
|
11182 |
transition-delay: 4.1s;
|
11183 |
}
|
11184 |
|
11185 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
|
11186 |
transition-delay: 3.85s;
|
11187 |
}
|
11188 |
|
11189 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title,
|
11190 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text {
|
11191 |
transition-delay: 3.95s;
|
11192 |
}
|
11193 |
|
11194 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) {
|
11195 |
transition-delay: 4.2s;
|
11196 |
}
|
11197 |
|
11198 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
|
11199 |
transition-delay: 4.45s;
|
11200 |
}
|
11201 |
|
11202 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
|
11203 |
transition-delay: 4.2s;
|
11204 |
}
|
11205 |
|
11206 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title,
|
11207 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text {
|
11208 |
transition-delay: 4.3s;
|
11209 |
}
|
11210 |
|
11211 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) {
|
11212 |
transition-delay: 4.55s;
|
11213 |
}
|
11214 |
|
11215 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
|
11216 |
transition-delay: 4.8s;
|
11217 |
}
|
11218 |
|
11219 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
|
11220 |
transition-delay: 4.55s;
|
11221 |
}
|
11222 |
|
11223 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title,
|
11224 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text {
|
11225 |
transition-delay: 4.65s;
|
11226 |
}
|
11227 |
|
11228 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) {
|
11229 |
transition-delay: 4.9s;
|
11230 |
}
|
11231 |
|
11232 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
|
11233 |
transition-delay: 5.15s;
|
11234 |
}
|
11235 |
|
11236 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
|
11237 |
transition-delay: 4.9s;
|
11238 |
}
|
11239 |
|
11240 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title,
|
11241 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text {
|
11242 |
transition-delay: 5s;
|
11243 |
}
|
11244 |
|
11245 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) {
|
11246 |
transition-delay: 5.25s;
|
11247 |
}
|
11248 |
|
11249 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
|
11250 |
transition-delay: 5.5s;
|
11251 |
}
|
11252 |
|
11253 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
|
11254 |
transition-delay: 5.25s;
|
11255 |
}
|
11256 |
|
11257 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title,
|
11258 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text {
|
11259 |
transition-delay: 5.35s;
|
11260 |
}
|
11261 |
|
11262 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) {
|
11263 |
transition-delay: 5.6s;
|
11264 |
}
|
11265 |
|
11266 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
|
11267 |
transition-delay: 5.85s;
|
11268 |
}
|
11269 |
|
11270 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
|
11271 |
transition-delay: 5.6s;
|
11272 |
}
|
11273 |
|
11274 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title,
|
11275 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text {
|
11276 |
transition-delay: 5.7s;
|
11277 |
}
|
11278 |
|
11279 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) {
|
11280 |
transition-delay: 5.95s;
|
11281 |
}
|
11282 |
|
11283 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
|
11284 |
transition-delay: 6.2s;
|
11285 |
}
|
11286 |
|
11287 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
|
11288 |
transition-delay: 5.95s;
|
11289 |
}
|
11290 |
|
11291 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title,
|
11292 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text {
|
11293 |
transition-delay: 6.05s;
|
11294 |
}
|
11295 |
|
11296 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) {
|
11297 |
transition-delay: 6.3s;
|
11298 |
}
|
11299 |
|
11300 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
|
11301 |
transition-delay: 6.55s;
|
11302 |
}
|
11303 |
|
11304 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
|
11305 |
transition-delay: 6.3s;
|
11306 |
}
|
11307 |
|
11308 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title,
|
11309 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text {
|
11310 |
transition-delay: 6.4s;
|
11311 |
}
|
11312 |
|
11313 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) {
|
11314 |
transition-delay: 6.65s;
|
11315 |
}
|
11316 |
|
11317 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
|
11318 |
transition-delay: 6.9s;
|
11319 |
}
|
11320 |
|
11321 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
|
11322 |
transition-delay: 6.65s;
|
11323 |
}
|
11324 |
|
11325 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title,
|
11326 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text {
|
11327 |
transition-delay: 6.75s;
|
11328 |
}
|
11329 |
|
11330 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
|
11331 |
transform: scaleX(1);
|
11332 |
}
|
11333 |
|
11334 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
|
11335 |
transform: scale(1);
|
11336 |
opacity: 1;
|
11337 |
}
|
11338 |
|
11339 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title,
|
11340 |
+
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text {
|
11341 |
transform: translateY(0);
|
11342 |
opacity: 1;
|
11343 |
}
|
11345 |
/* ==========================================================================
|
11346 |
Vertical Process shortcode styles
|
11347 |
========================================================================== */
|
11348 |
+
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-content {
|
11349 |
display: flex;
|
11350 |
align-items: stretch;
|
11351 |
}
|
11352 |
|
11353 |
+
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-text-wrapper {
|
11354 |
margin-left: 30px;
|
11355 |
}
|
11356 |
|
11357 |
+
.qodef-qi-process.qodef-item-layout--vertical .qodef-process-item:not(:last-child) .qodef-e-icon-holder {
|
11358 |
padding-bottom: 50px;
|
11359 |
}
|
11360 |
|
11361 |
+
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-icon {
|
11362 |
font-size: 40px;
|
11363 |
}
|
11364 |
|
11365 |
+
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line {
|
11366 |
top: 0;
|
11367 |
left: 50%;
|
11368 |
height: 100%;
|
11369 |
transform: translateX(-50%);
|
11370 |
}
|
11371 |
|
11372 |
+
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line-inner {
|
11373 |
width: 100%;
|
11374 |
height: 100%;
|
11375 |
position: absolute;
|
11378 |
border-left: 1px solid #acacac;
|
11379 |
}
|
11380 |
|
11381 |
+
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-title {
|
11382 |
margin: 0;
|
11383 |
}
|
11384 |
|
11385 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
|
11386 |
transition: transform .8s;
|
11387 |
transform-origin: top;
|
11388 |
transform: scaleY(0);
|
11389 |
}
|
11390 |
|
11391 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-icon {
|
11392 |
transition: opacity .35s;
|
11393 |
opacity: 0;
|
11394 |
}
|
11395 |
|
11396 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-title,
|
11397 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-text {
|
11398 |
transition: transform .35s, opacity .25s;
|
11399 |
transform: translateY(-10px);
|
11400 |
opacity: 0;
|
11401 |
}
|
11402 |
|
11403 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) {
|
11404 |
transition-delay: 0s;
|
11405 |
}
|
11406 |
|
11407 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
|
11408 |
transition-delay: 0s;
|
11409 |
}
|
11410 |
|
11411 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
|
11412 |
transition-delay: 0s;
|
11413 |
}
|
11414 |
|
11415 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title,
|
11416 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text {
|
11417 |
transition-delay: 0.15s;
|
11418 |
}
|
11419 |
|
11420 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) {
|
11421 |
transition-delay: 0.5s;
|
11422 |
}
|
11423 |
|
11424 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
|
11425 |
transition-delay: 0.5s;
|
11426 |
}
|
11427 |
|
11428 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
|
11429 |
transition-delay: 0.5s;
|
11430 |
}
|
11431 |
|
11432 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title,
|
11433 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text {
|
11434 |
transition-delay: 0.65s;
|
11435 |
}
|
11436 |
|
11437 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) {
|
11438 |
transition-delay: 1s;
|
11439 |
}
|
11440 |
|
11441 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
|
11442 |
transition-delay: 1s;
|
11443 |
}
|
11444 |
|
11445 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
|
11446 |
transition-delay: 1s;
|
11447 |
}
|
11448 |
|
11449 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title,
|
11450 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text {
|
11451 |
transition-delay: 1.15s;
|
11452 |
}
|
11453 |
|
11454 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) {
|
11455 |
transition-delay: 1.5s;
|
11456 |
}
|
11457 |
|
11458 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
|
11459 |
transition-delay: 1.5s;
|
11460 |
}
|
11461 |
|
11462 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
|
11463 |
transition-delay: 1.5s;
|
11464 |
}
|
11465 |
|
11466 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title,
|
11467 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text {
|
11468 |
transition-delay: 1.65s;
|
11469 |
}
|
11470 |
|
11471 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) {
|
11472 |
transition-delay: 2s;
|
11473 |
}
|
11474 |
|
11475 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
|
11476 |
transition-delay: 2s;
|
11477 |
}
|
11478 |
|
11479 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
|
11480 |
transition-delay: 2s;
|
11481 |
}
|
11482 |
|
11483 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title,
|
11484 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text {
|
11485 |
transition-delay: 2.15s;
|
11486 |
}
|
11487 |
|
11488 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) {
|
11489 |
transition-delay: 2.5s;
|
11490 |
}
|
11491 |
|
11492 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
|
11493 |
transition-delay: 2.5s;
|
11494 |
}
|
11495 |
|
11496 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
|
11497 |
transition-delay: 2.5s;
|
11498 |
}
|
11499 |
|
11500 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title,
|
11501 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text {
|
11502 |
transition-delay: 2.65s;
|
11503 |
}
|
11504 |
|
11505 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) {
|
11506 |
transition-delay: 3s;
|
11507 |
}
|
11508 |
|
11509 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
|
11510 |
transition-delay: 3s;
|
11511 |
}
|
11512 |
|
11513 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
|
11514 |
transition-delay: 3s;
|
11515 |
}
|
11516 |
|
11517 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title,
|
11518 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text {
|
11519 |
transition-delay: 3.15s;
|
11520 |
}
|
11521 |
|
11522 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) {
|
11523 |
transition-delay: 3.5s;
|
11524 |
}
|
11525 |
|
11526 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
|
11527 |
transition-delay: 3.5s;
|
11528 |
}
|
11529 |
|
11530 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
|
11531 |
transition-delay: 3.5s;
|
11532 |
}
|
11533 |
|
11534 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title,
|
11535 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text {
|
11536 |
transition-delay: 3.65s;
|
11537 |
}
|
11538 |
|
11539 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) {
|
11540 |
transition-delay: 4s;
|
11541 |
}
|
11542 |
|
11543 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
|
11544 |
transition-delay: 4s;
|
11545 |
}
|
11546 |
|
11547 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
|
11548 |
transition-delay: 4s;
|
11549 |
}
|
11550 |
|
11551 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title,
|
11552 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text {
|
11553 |
transition-delay: 4.15s;
|
11554 |
}
|
11555 |
|
11556 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) {
|
11557 |
transition-delay: 4.5s;
|
11558 |
}
|
11559 |
|
11560 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
|
11561 |
transition-delay: 4.5s;
|
11562 |
}
|
11563 |
|
11564 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
|
11565 |
transition-delay: 4.5s;
|
11566 |
}
|
11567 |
|
11568 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title,
|
11569 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text {
|
11570 |
transition-delay: 4.65s;
|
11571 |
}
|
11572 |
|
11573 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) {
|
11574 |
transition-delay: 5s;
|
11575 |
}
|
11576 |
|
11577 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
|
11578 |
transition-delay: 5s;
|
11579 |
}
|
11580 |
|
11581 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
|
11582 |
transition-delay: 5s;
|
11583 |
}
|
11584 |
|
11585 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title,
|
11586 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text {
|
11587 |
transition-delay: 5.15s;
|
11588 |
}
|
11589 |
|
11590 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) {
|
11591 |
transition-delay: 5.5s;
|
11592 |
}
|
11593 |
|
11594 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
|
11595 |
transition-delay: 5.5s;
|
11596 |
}
|
11597 |
|
11598 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
|
11599 |
transition-delay: 5.5s;
|
11600 |
}
|
11601 |
|
11602 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title,
|
11603 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text {
|
11604 |
transition-delay: 5.65s;
|
11605 |
}
|
11606 |
|
11607 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) {
|
11608 |
transition-delay: 6s;
|
11609 |
}
|
11610 |
|
11611 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
|
11612 |
transition-delay: 6s;
|
11613 |
}
|
11614 |
|
11615 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
|
11616 |
transition-delay: 6s;
|
11617 |
}
|
11618 |
|
11619 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title,
|
11620 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text {
|
11621 |
transition-delay: 6.15s;
|
11622 |
}
|
11623 |
|
11624 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) {
|
11625 |
transition-delay: 6.5s;
|
11626 |
}
|
11627 |
|
11628 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
|
11629 |
transition-delay: 6.5s;
|
11630 |
}
|
11631 |
|
11632 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
|
11633 |
transition-delay: 6.5s;
|
11634 |
}
|
11635 |
|
11636 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title,
|
11637 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text {
|
11638 |
transition-delay: 6.65s;
|
11639 |
}
|
11640 |
|
11641 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) {
|
11642 |
transition-delay: 7s;
|
11643 |
}
|
11644 |
|
11645 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
|
11646 |
transition-delay: 7s;
|
11647 |
}
|
11648 |
|
11649 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
|
11650 |
transition-delay: 7s;
|
11651 |
}
|
11652 |
|
11653 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title,
|
11654 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text {
|
11655 |
transition-delay: 7.15s;
|
11656 |
}
|
11657 |
|
11658 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) {
|
11659 |
transition-delay: 7.5s;
|
11660 |
}
|
11661 |
|
11662 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
|
11663 |
transition-delay: 7.5s;
|
11664 |
}
|
11665 |
|
11666 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
|
11667 |
transition-delay: 7.5s;
|
11668 |
}
|
11669 |
|
11670 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title,
|
11671 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text {
|
11672 |
transition-delay: 7.65s;
|
11673 |
}
|
11674 |
|
11675 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) {
|
11676 |
transition-delay: 8s;
|
11677 |
}
|
11678 |
|
11679 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
|
11680 |
transition-delay: 8s;
|
11681 |
}
|
11682 |
|
11683 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
|
11684 |
transition-delay: 8s;
|
11685 |
}
|
11686 |
|
11687 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title,
|
11688 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text {
|
11689 |
transition-delay: 8.15s;
|
11690 |
}
|
11691 |
|
11692 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) {
|
11693 |
transition-delay: 8.5s;
|
11694 |
}
|
11695 |
|
11696 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
|
11697 |
transition-delay: 8.5s;
|
11698 |
}
|
11699 |
|
11700 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
|
11701 |
transition-delay: 8.5s;
|
11702 |
}
|
11703 |
|
11704 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title,
|
11705 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text {
|
11706 |
transition-delay: 8.65s;
|
11707 |
}
|
11708 |
|
11709 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) {
|
11710 |
transition-delay: 9s;
|
11711 |
}
|
11712 |
|
11713 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
|
11714 |
transition-delay: 9s;
|
11715 |
}
|
11716 |
|
11717 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
|
11718 |
transition-delay: 9s;
|
11719 |
}
|
11720 |
|
11721 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title,
|
11722 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text {
|
11723 |
transition-delay: 9.15s;
|
11724 |
}
|
11725 |
|
11726 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) {
|
11727 |
transition-delay: 9.5s;
|
11728 |
}
|
11729 |
|
11730 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
|
11731 |
transition-delay: 9.5s;
|
11732 |
}
|
11733 |
|
11734 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
|
11735 |
transition-delay: 9.5s;
|
11736 |
}
|
11737 |
|
11738 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title,
|
11739 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text {
|
11740 |
transition-delay: 9.65s;
|
11741 |
}
|
11742 |
|
11743 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
|
11744 |
transform: scaleY(1);
|
11745 |
}
|
11746 |
|
11747 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
|
11748 |
opacity: 1;
|
11749 |
}
|
11750 |
|
11751 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title,
|
11752 |
+
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text {
|
11753 |
transform: translateX(0);
|
11754 |
opacity: 1;
|
11755 |
}
|
11757 |
/* ==========================================================================
|
11758 |
Progress Bar - Circle shortcode styles
|
11759 |
========================================================================== */
|
11760 |
+
.qodef-qi-progress-bar-circle {
|
11761 |
position: relative;
|
11762 |
visibility: hidden;
|
11763 |
}
|
11764 |
|
11765 |
+
.qodef-qi-progress-bar-circle.qodef--init {
|
11766 |
visibility: visible;
|
11767 |
}
|
11768 |
|
11769 |
+
.qodef-qi-progress-bar-circle .qodef-m-inner {
|
11770 |
position: relative;
|
11771 |
display: flex;
|
11772 |
flex-direction: column;
|
11774 |
text-align: center;
|
11775 |
}
|
11776 |
|
11777 |
+
.qodef-qi-progress-bar-circle .qodef-m-canvas {
|
11778 |
position: relative;
|
11779 |
width: 100%;
|
11780 |
}
|
11781 |
|
11782 |
+
.qodef-qi-progress-bar-circle .qodef-m-title {
|
11783 |
margin: 2em 0 0;
|
11784 |
}
|
11785 |
|
11786 |
+
.qodef-qi-progress-bar-circle .qodef-m-text {
|
11787 |
margin: 0.5em 0 0 0;
|
11788 |
}
|
11789 |
|
11790 |
+
.qodef-qi-progress-bar-circle .qodef-m-value {
|
11791 |
position: absolute;
|
11792 |
top: 0;
|
11793 |
left: 0;
|
11801 |
font-size: 62px;
|
11802 |
}
|
11803 |
|
11804 |
+
.qodef-qi-progress-bar-circle .qodef-m-percentage {
|
11805 |
font-size: 60%;
|
11806 |
top: -0.3em;
|
11807 |
}
|
11809 |
/* ==========================================================================
|
11810 |
Progress Bar - Horizontal shortcode styles
|
11811 |
========================================================================== */
|
11812 |
+
.qodef-qi-progress-bar-horizontal {
|
11813 |
position: relative;
|
11814 |
visibility: hidden;
|
11815 |
}
|
11816 |
|
11817 |
+
.qodef-qi-progress-bar-horizontal.qodef--init {
|
11818 |
visibility: visible;
|
11819 |
}
|
11820 |
|
11821 |
+
.qodef-qi-progress-bar-horizontal.qodef--pattern .qodef-m-canvas svg path:first-child {
|
11822 |
opacity: 0;
|
11823 |
}
|
11824 |
|
11825 |
+
.qodef-qi-progress-bar-horizontal .qodef-m-inner {
|
11826 |
position: relative;
|
11827 |
display: flex;
|
11828 |
flex-direction: column;
|
11829 |
}
|
11830 |
|
11831 |
+
.qodef-qi-progress-bar-horizontal .qodef-m-canvas {
|
11832 |
position: relative;
|
11833 |
width: 100%;
|
11834 |
}
|
11835 |
|
11836 |
+
.qodef-qi-progress-bar-horizontal .qodef-m-content {
|
11837 |
display: flex;
|
11838 |
align-items: center;
|
11839 |
}
|
11840 |
|
11841 |
+
.qodef-qi-progress-bar-horizontal .qodef-m-title {
|
11842 |
margin: 0 0 .5em;
|
11843 |
}
|
11844 |
|
11845 |
+
.qodef-qi-progress-bar-horizontal .qodef-m-value {
|
11846 |
padding: 0;
|
11847 |
margin: 0 0 .5em;
|
11848 |
font-size: 16px;
|
11849 |
position: absolute;
|
11850 |
}
|
11851 |
|
11852 |
+
.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-on .qodef-m-value {
|
11853 |
margin: 0;
|
11854 |
transform: translateY(100%);
|
11855 |
z-index: 1;
|
11856 |
}
|
11857 |
|
11858 |
+
.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner {
|
11859 |
opacity: 0;
|
11860 |
transition: opacity .2s .5s;
|
11861 |
}
|
11862 |
|
11863 |
+
.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above.qodef--init .qodef-m-value-inner {
|
11864 |
opacity: 1;
|
11865 |
}
|
11866 |
|
11867 |
+
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-content {
|
11868 |
position: absolute;
|
11869 |
transform: translateY(-50%);
|
11870 |
top: 50%;
|
11872 |
z-index: 1;
|
11873 |
}
|
11874 |
|
11875 |
+
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-title {
|
11876 |
margin: 0 0 0 .5em;
|
11877 |
}
|
11878 |
|
11879 |
+
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-value {
|
11880 |
margin: 0 0 0 .5em;
|
11881 |
position: relative;
|
11882 |
}
|
11883 |
|
11884 |
+
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-above .qodef-m-value {
|
11885 |
right: 0;
|
11886 |
}
|
11887 |
|
11888 |
/* ==========================================================================
|
11889 |
Progress Bar - Vertical shortcode styles
|
11890 |
========================================================================== */
|
11891 |
+
.qodef-qi-progress-bar-vertical {
|
11892 |
position: relative;
|
11893 |
visibility: hidden;
|
11894 |
}
|
11895 |
|
11896 |
+
.qodef-qi-progress-bar-vertical.qodef--init {
|
11897 |
visibility: visible;
|
11898 |
}
|
11899 |
|
11900 |
+
.qodef-qi-progress-bar-vertical.qodef--pattern .qodef-m-canvas svg path:first-child {
|
11901 |
opacity: 0;
|
11902 |
}
|
11903 |
|
11904 |
+
.qodef-qi-progress-bar-vertical .qodef-m-inner {
|
11905 |
position: relative;
|
11906 |
display: flex;
|
11907 |
flex-direction: column;
|
11908 |
max-width: 100%;
|
11909 |
}
|
11910 |
|
11911 |
+
.qodef-qi-progress-bar-vertical .qodef-m-canvas {
|
11912 |
position: relative;
|
11913 |
}
|
11914 |
|
11915 |
+
.qodef-qi-progress-bar-vertical .qodef-m-canvas svg {
|
11916 |
max-width: 100%;
|
11917 |
}
|
11918 |
|
11919 |
+
.qodef-qi-progress-bar-vertical .qodef-m-title {
|
11920 |
margin: 1em 0 0;
|
11921 |
}
|
11922 |
|
11923 |
+
.qodef-qi-progress-bar-vertical .qodef-m-value {
|
11924 |
padding: 0;
|
11925 |
margin: 0;
|
11926 |
font-size: 16px;
|
11927 |
}
|
11928 |
|
11929 |
+
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-title {
|
11930 |
margin: 0 0 0 1em;
|
11931 |
}
|
11932 |
|
11933 |
+
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-value {
|
11934 |
margin: 0 0 0 1em;
|
11935 |
}
|
11936 |
|
11937 |
+
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-inner {
|
11938 |
flex-direction: row;
|
11939 |
align-items: flex-end;
|
11940 |
}
|
11941 |
|
11942 |
+
.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-value {
|
11943 |
position: absolute;
|
11944 |
margin: 0 0 .5em;
|
11945 |
right: 0;
|
11946 |
}
|
11947 |
|
11948 |
+
.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-title {
|
11949 |
position: absolute;
|
11950 |
margin: 0 0 .5em;
|
11951 |
left: 0;
|
11952 |
}
|
11953 |
|
11954 |
+
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-content {
|
11955 |
display: flex;
|
11956 |
align-items: center;
|
11957 |
position: absolute;
|
11959 |
left: 0;
|
11960 |
}
|
11961 |
|
11962 |
+
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-title {
|
11963 |
margin: 0 0 0 .5em;
|
11964 |
}
|
11965 |
|
11966 |
+
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-value {
|
11967 |
margin: 0 0 0 .5em;
|
11968 |
}
|
11969 |
|
11970 |
/* ==========================================================================
|
11971 |
Section Title shortcode styles
|
11972 |
========================================================================== */
|
11973 |
+
.qodef-qi-section-title {
|
11974 |
position: relative;
|
11975 |
}
|
11976 |
|
11977 |
+
.qodef-qi-section-title .qodef-m-title {
|
11978 |
margin: 0;
|
11979 |
}
|
11980 |
|
11981 |
+
.qodef-qi-section-title .qodef-m-subtitle {
|
11982 |
margin: 0;
|
11983 |
}
|
11984 |
|
11985 |
+
.qodef-qi-section-title > .qodef-m-text {
|
11986 |
margin: 0.5em 0 0;
|
11987 |
}
|
11988 |
|
11989 |
+
.qodef-qi-section-title .qodef-m-button {
|
11990 |
margin-top: .65em;
|
11991 |
}
|
11992 |
|
11993 |
+
.qodef-qi-section-title.qodef-decoration--underline .qodef-e-decorated {
|
11994 |
text-decoration: underline;
|
11995 |
}
|
11996 |
|
11997 |
+
.qodef-qi-section-title.qodef-decoration--italic .qodef-e-decorated {
|
11998 |
font-style: italic;
|
11999 |
}
|
12000 |
|
12001 |
+
.qodef-qi-section-title.qodef-decoration--bold .qodef-e-decorated {
|
12002 |
font-weight: 700;
|
12003 |
}
|
12004 |
|
12005 |
/* ==========================================================================
|
12006 |
Separator shortcode styles
|
12007 |
========================================================================== */
|
12008 |
+
.qodef-qi-separator {
|
12009 |
position: relative;
|
12010 |
height: auto;
|
12011 |
font-size: 0;
|
12012 |
line-height: 1;
|
12013 |
}
|
12014 |
|
12015 |
+
.qodef-qi-separator .qodef-m-line {
|
12016 |
position: relative;
|
12017 |
display: inline-block;
|
12018 |
width: 100%;
|
12023 |
margin: 10px 0;
|
12024 |
}
|
12025 |
|
12026 |
+
.qodef-qi-separator.qodef-position--center {
|
12027 |
text-align: center;
|
12028 |
}
|
12029 |
|
12030 |
+
.qodef-qi-separator.qodef-position--left {
|
12031 |
text-align: left;
|
12032 |
}
|
12033 |
|
12034 |
+
.qodef-qi-separator.qodef-position--right {
|
12035 |
text-align: right;
|
12036 |
}
|
12037 |
|
12038 |
/* ==========================================================================
|
12039 |
Separator shortcode styles
|
12040 |
========================================================================== */
|
12041 |
+
.qodef-qi-separator.qodef-separator--border-image .qodef-m-line {
|
12042 |
font-size: 12px;
|
12043 |
height: 1em;
|
12044 |
border-bottom: none;
|
12050 |
/* ==========================================================================
|
12051 |
Separator shortcode styles
|
12052 |
========================================================================== */
|
12053 |
+
.qodef-qi-separator.qodef-separator--with-icon {
|
12054 |
display: flex;
|
12055 |
}
|
12056 |
|
12057 |
+
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-line {
|
12058 |
display: flex;
|
12059 |
align-items: center;
|
12060 |
border-width: 0;
|
12061 |
}
|
12062 |
|
12063 |
+
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon {
|
12064 |
flex-shrink: 0;
|
12065 |
font-size: 1rem;
|
12066 |
margin: 0 1em;
|
12067 |
}
|
12068 |
|
12069 |
+
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon svg {
|
12070 |
width: 1em;
|
12071 |
fill: currentColor;
|
12072 |
stroke: currentColor;
|
12073 |
}
|
12074 |
|
12075 |
+
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-inner-line {
|
12076 |
width: 50%;
|
12077 |
border-color: currentColor;
|
12078 |
border-style: inherit;
|
12079 |
border-width: 1em;
|
12080 |
}
|
12081 |
|
12082 |
+
.qodef-qi-separator.qodef-separator--with-icon.qodef-position--center {
|
12083 |
justify-content: center;
|
12084 |
}
|
12085 |
|
12086 |
+
.qodef-qi-separator.qodef-separator--with-icon.qodef-position--left {
|
12087 |
justify-content: flex-start;
|
12088 |
}
|
12089 |
|
12090 |
+
.qodef-qi-separator.qodef-separator--with-icon.qodef-position--right {
|
12091 |
justify-content: flex-end;
|
12092 |
}
|
12093 |
|
12094 |
/* ==========================================================================
|
12095 |
Section Title shortcode styles
|
12096 |
========================================================================== */
|
12097 |
+
.qodef-qi-table-of-contents {
|
12098 |
position: relative;
|
12099 |
}
|
12100 |
|
12101 |
+
.qodef-qi-table-of-contents .qodef-m-title {
|
12102 |
margin: 0;
|
12103 |
}
|
12104 |
|
12105 |
+
.qodef-qi-table-of-contents .qodef-m-subtitle {
|
12106 |
margin: 0;
|
12107 |
}
|
12108 |
|
12109 |
+
.qodef-qi-table-of-contents .qodef-m-text {
|
12110 |
margin: 0.5em 0 0;
|
12111 |
}
|
12112 |
|
12113 |
+
.qodef-qi-table-of-contents .qodef-m-table-content {
|
12114 |
margin-top: 1.5em;
|
12115 |
}
|
12116 |
|
12117 |
+
.qodef-qi-table-of-contents .qodef-m-table-content a {
|
12118 |
position: relative;
|
12119 |
color: inherit;
|
12120 |
font-family: inherit;
|
12126 |
text-transform: inherit;
|
12127 |
}
|
12128 |
|
12129 |
+
.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a {
|
12130 |
width: 100%;
|
12131 |
background-repeat: no-repeat;
|
12132 |
background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
|
12134 |
background-size: 0 100%;
|
12135 |
}
|
12136 |
|
12137 |
+
.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a:hover {
|
12138 |
background-size: 100% 100%;
|
12139 |
}
|
12140 |
|
12141 |
+
.qodef-qi-table-of-contents.qodef-list-position--inside ol, .qodef-qi-table-of-contents.qodef-list-position--inside ul {
|
12142 |
list-style-position: inside;
|
12143 |
}
|
12144 |
|
12145 |
+
.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content > ol,
|
12146 |
+
.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content > ul {
|
12147 |
margin-left: 0 !important;
|
12148 |
}
|
12149 |
|
12150 |
+
.qodef-qi-table-of-contents.qodef-list-position--outside ol, .qodef-qi-table-of-contents.qodef-list-position--outside ul {
|
12151 |
list-style-position: outside;
|
12152 |
}
|
12153 |
|
12154 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple {
|
12155 |
position: relative;
|
12156 |
visibility: hidden;
|
12157 |
}
|
12158 |
|
12159 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef--init {
|
12160 |
visibility: visible;
|
12161 |
}
|
12162 |
|
12163 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
|
12164 |
position: relative;
|
12165 |
display: flex;
|
12166 |
align-items: center;
|
12170 |
}
|
12171 |
|
12172 |
@media only screen and (max-width: 680px) {
|
12173 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
|
12174 |
flex-direction: column;
|
12175 |
align-items: flex-start;
|
12176 |
}
|
12177 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li,
|
12178 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation .qodef-tab-title {
|
12179 |
width: 100%;
|
12180 |
}
|
12181 |
}
|
12182 |
|
12183 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li {
|
12184 |
position: relative;
|
12185 |
margin: 0;
|
12186 |
padding: 0;
|
12187 |
}
|
12188 |
|
12189 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li .qodef-tab-title {
|
12190 |
margin: 0;
|
12191 |
}
|
12192 |
|
12193 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a {
|
12194 |
position: relative;
|
12195 |
color: #cacaca;
|
12196 |
display: block;
|
12198 |
transition: color .25s ease-out;
|
12199 |
}
|
12200 |
|
12201 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:after {
|
12202 |
content: '';
|
12203 |
position: absolute;
|
12204 |
bottom: 0;
|
12209 |
transition: opacity .25s ease-out;
|
12210 |
}
|
12211 |
|
12212 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:before {
|
12213 |
content: '';
|
12214 |
position: absolute;
|
12215 |
top: 0;
|
12221 |
transition: opacity .25s ease-out;
|
12222 |
}
|
12223 |
|
12224 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a .q-text {
|
12225 |
z-index: 1;
|
12226 |
position: relative;
|
12227 |
}
|
12228 |
|
12229 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li:not(:last-child) {
|
12230 |
margin-right: 4em;
|
12231 |
}
|
12232 |
|
12233 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a,
|
12234 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a {
|
12235 |
color: #1e1e1e;
|
12236 |
}
|
12237 |
|
12238 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:after, .qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:before,
|
12239 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:after,
|
12240 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:before {
|
12241 |
opacity: 1;
|
12242 |
}
|
12243 |
|
12244 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-content {
|
12245 |
position: relative;
|
12246 |
padding: 26px 0 0;
|
12247 |
}
|
12248 |
|
12249 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li a:after {
|
12250 |
opacity: 1;
|
12251 |
transform: scaleX(0);
|
12252 |
transition: transform 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
|
12253 |
}
|
12254 |
|
12255 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-active a:after, .qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
|
12256 |
transform: scaleX(1);
|
12257 |
}
|
12258 |
|
12259 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-left .qodef-tabs-horizontal-navigation li a:after {
|
12260 |
transform-origin: left;
|
12261 |
}
|
12262 |
|
12263 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li a:after {
|
12264 |
left: unset;
|
12265 |
right: 0;
|
12266 |
transform: scaleX(1);
|
12268 |
transition: width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
|
12269 |
}
|
12270 |
|
12271 |
+
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-active a:after, .qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
|
12272 |
width: 100%;
|
12273 |
}
|
12274 |
|
12275 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple {
|
12276 |
position: relative;
|
12277 |
visibility: hidden;
|
12278 |
display: flex;
|
12280 |
height: 100%;
|
12281 |
}
|
12282 |
|
12283 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef--init {
|
12284 |
visibility: visible;
|
12285 |
}
|
12286 |
|
12287 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation {
|
12288 |
position: relative;
|
12289 |
align-items: center;
|
12290 |
margin: 0;
|
12294 |
display: block;
|
12295 |
}
|
12296 |
|
12297 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li {
|
12298 |
position: relative;
|
12299 |
margin: 0;
|
12300 |
padding: 0;
|
12301 |
width: 100%;
|
12302 |
}
|
12303 |
|
12304 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .qodef-tab-title {
|
12305 |
margin: 0;
|
12306 |
}
|
12307 |
|
12308 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a {
|
12309 |
position: relative;
|
12310 |
color: #cacaca;
|
12311 |
display: block;
|
12313 |
transition: color .25s ease-out;
|
12314 |
}
|
12315 |
|
12316 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:after {
|
12317 |
height: 100%;
|
12318 |
content: '';
|
12319 |
position: absolute;
|
12325 |
transition: opacity .25s ease-out;
|
12326 |
}
|
12327 |
|
12328 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:before {
|
12329 |
content: '';
|
12330 |
position: absolute;
|
12331 |
top: 0;
|
12337 |
transition: opacity .25s ease-out;
|
12338 |
}
|
12339 |
|
12340 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a,
|
12341 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a {
|
12342 |
color: #1e1e1e;
|
12343 |
}
|
12344 |
|
12345 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:after, .qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:before,
|
12346 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:after,
|
12347 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:before {
|
12348 |
opacity: 1;
|
12349 |
}
|
12350 |
|
12351 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .q-text {
|
12352 |
z-index: 1;
|
12353 |
position: relative;
|
12354 |
}
|
12355 |
|
12356 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content {
|
12357 |
position: relative;
|
12358 |
padding: 0 0 0 26px;
|
12359 |
}
|
12360 |
|
12361 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li a:after {
|
12362 |
opacity: 1;
|
12363 |
transform: scaleY(0);
|
12364 |
transition: transform 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
|
12365 |
}
|
12366 |
|
12367 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-active a:after, .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-hover a:after {
|
12368 |
transform: scaleY(1);
|
12369 |
}
|
12370 |
|
12371 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw.qodef-title-sideline-from-top .qodef-tabs-vertical-navigation li a:after {
|
12372 |
transform-origin: top;
|
12373 |
}
|
12374 |
|
12375 |
/* ==========================================================================
|
12376 |
Team lists shortcode styles
|
12377 |
========================================================================== */
|
12378 |
+
.qodef-qi-team-member .qodef-m-title {
|
12379 |
margin: 0;
|
12380 |
}
|
12381 |
|
12382 |
+
.qodef-qi-team-member .qodef-m-role {
|
12383 |
margin: 0 0 .8em;
|
12384 |
}
|
12385 |
|
12386 |
+
.qodef-qi-team-member .qodef-m-text {
|
12387 |
margin: 0 0 .8em;
|
12388 |
}
|
12389 |
|
12390 |
+
.qodef-qi-team-member .qodef-m-social-icons {
|
12391 |
font-size: 0;
|
12392 |
margin: 0;
|
12393 |
}
|
12394 |
|
12395 |
+
.qodef-qi-team-member .qodef-m-social-icons > * {
|
12396 |
font-size: 1rem;
|
12397 |
margin-right: 0.7em;
|
12398 |
}
|
12399 |
|
12400 |
+
.qodef-qi-team-member .qodef-m-social-icons > *:last-child {
|
12401 |
margin: 0;
|
12402 |
}
|
12403 |
|
12404 |
+
.qodef-qi-team-member .qodef-e-social-icon {
|
12405 |
transition: color 0.2s ease-out;
|
12406 |
}
|
12407 |
|
12408 |
+
.qodef-qi-team-member .qodef-e-social-icon i {
|
12409 |
font-size: inherit;
|
12410 |
}
|
12411 |
|
12412 |
+
.qodef-qi-team-member .qodef-e-social-icon svg {
|
12413 |
width: 1em;
|
12414 |
fill: currentColor;
|
12415 |
stroke: currentColor;
|
12416 |
vertical-align: middle;
|
12417 |
}
|
12418 |
|
12419 |
+
.qodef-qi-team-member.qodef-image--hover-zoom img, .qodef-qi-team-member.qodef-image--hover-scale img {
|
12420 |
transform: scale(1.005) translateZ(0);
|
12421 |
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
12422 |
will-change: transform;
|
12423 |
}
|
12424 |
|
12425 |
+
.qodef-qi-team-member.qodef-image--hover-zoom:hover img, .qodef-qi-team-member.qodef-image--hover-scale:hover img {
|
12426 |
transform: scale(1.03);
|
12427 |
}
|
12428 |
|
12429 |
+
.qodef-qi-team-member.qodef-image--hover-zoom .qodef-m-media-image {
|
12430 |
overflow: hidden;
|
12431 |
}
|
12432 |
|
12433 |
+
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner {
|
12434 |
position: relative;
|
12435 |
overflow: hidden;
|
12436 |
}
|
12437 |
|
12438 |
+
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-title,
|
12439 |
+
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role,
|
12440 |
+
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons {
|
12441 |
transform: translateX(0);
|
12442 |
opacity: 1;
|
12443 |
}
|
12444 |
|
12445 |
+
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role {
|
12446 |
transition-delay: .15s;
|
12447 |
}
|
12448 |
|
12449 |
+
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons {
|
12450 |
transition-delay: .3s;
|
12451 |
}
|
12452 |
|
12453 |
+
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content {
|
12454 |
margin: 0.9em 0 0;
|
12455 |
}
|
12456 |
|
12457 |
+
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-title,
|
12458 |
+
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-role,
|
12459 |
+
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-social-icons {
|
12460 |
opacity: 0;
|
12461 |
transform: translateX(30px);
|
12462 |
transition: transform 0.45s cubic-bezier(0.16, 0.32, 0.26, 0.92), opacity 0.45s ease-out;
|
12463 |
transition-delay: 0s, 0s;
|
12464 |
}
|
12465 |
|
12466 |
+
.qodef-qi-team-member.qodef-item-layout--info-below .qodef-m-content {
|
12467 |
margin: 0.9em 0 0;
|
12468 |
}
|
12469 |
|
12470 |
+
.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner {
|
12471 |
position: relative;
|
12472 |
overflow: hidden;
|
12473 |
}
|
12474 |
|
12475 |
+
.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner:hover .qodef-m-content {
|
12476 |
transform: translateY(0);
|
12477 |
}
|
12478 |
|
12479 |
+
.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-content {
|
12480 |
position: absolute;
|
12481 |
width: 100%;
|
12482 |
bottom: 0;
|
12493 |
z-index: 1;
|
12494 |
}
|
12495 |
|
12496 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner {
|
12497 |
position: relative;
|
12498 |
display: inline-block;
|
12499 |
vertical-align: top;
|
12500 |
}
|
12501 |
|
12502 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner:hover .qodef-m-content {
|
12503 |
opacity: 1;
|
12504 |
-webkit-clip-path: inset(10px 10px 10px 10px);
|
12505 |
clip-path: inset(10px 10px 10px 10px);
|
12506 |
transition-delay: 0s, .15s;
|
12507 |
}
|
12508 |
|
12509 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-image,
|
12510 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-media-image {
|
12511 |
display: inline-block;
|
12512 |
vertical-align: top;
|
12513 |
}
|
12514 |
|
12515 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content {
|
12516 |
position: absolute;
|
12517 |
top: 0;
|
12518 |
left: 0;
|
12530 |
padding: 5%;
|
12531 |
}
|
12532 |
|
12533 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content > * {
|
12534 |
width: 100%;
|
12535 |
}
|
12536 |
|
12537 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner {
|
12538 |
position: relative;
|
12539 |
display: inline-block;
|
12540 |
vertical-align: top;
|
12541 |
}
|
12542 |
|
12543 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner:hover .qodef-m-content {
|
12544 |
opacity: 1;
|
12545 |
}
|
12546 |
|
12547 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-image,
|
12548 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-media-image {
|
12549 |
display: inline-block;
|
12550 |
vertical-align: top;
|
12551 |
}
|
12552 |
|
12553 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content {
|
12554 |
position: absolute;
|
12555 |
width: 100%;
|
12556 |
height: 100%;
|
12566 |
padding: 20px 30px;
|
12567 |
}
|
12568 |
|
12569 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content > * {
|
12570 |
width: 100%;
|
12571 |
}
|
12572 |
|
12573 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-title {
|
12574 |
color: #fff;
|
12575 |
}
|
12576 |
|
12577 |
+
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-role {
|
12578 |
color: #c4c4c4;
|
12579 |
}
|
12580 |
|
12581 |
/* ==========================================================================
|
12582 |
Testimonials list shortcode styles
|
12583 |
========================================================================== */
|
12584 |
+
.qodef-qi-testimonials-list .qodef-e-inner {
|
12585 |
overflow: hidden;
|
12586 |
}
|
12587 |
|
12588 |
+
.qodef-qi-testimonials-list .qodef-e-title {
|
12589 |
margin: 0 0 0.7em;
|
12590 |
}
|
12591 |
|
12592 |
+
.qodef-qi-testimonials-list .qodef-e-text {
|
12593 |
margin: 0;
|
12594 |
}
|
12595 |
|
12596 |
+
.qodef-qi-testimonials-list .qodef-e-media-image {
|
12597 |
display: inline-block;
|
12598 |
vertical-align: top;
|
12599 |
line-height: 0;
|
12600 |
}
|
12601 |
|
12602 |
+
.qodef-qi-testimonials-list .qodef-e-quote {
|
12603 |
font-size: 1em;
|
12604 |
line-height: 0;
|
12605 |
margin: auto;
|
12606 |
}
|
12607 |
|
12608 |
+
.qodef-qi-testimonials-list .qodef-e-quote svg {
|
12609 |
width: 1em;
|
12610 |
fill: currentColor;
|
12611 |
stroke: currentColor;
|
12612 |
}
|
12613 |
|
12614 |
+
.qodef-qi-testimonials-list .qodef-e-author {
|
12615 |
display: flex;
|
12616 |
margin: 0;
|
12617 |
}
|
12618 |
|
12619 |
+
.qodef-qi-testimonials-list .qodef-e-author-name {
|
12620 |
margin: 0;
|
12621 |
}
|
12622 |
|
12623 |
/* ==========================================================================
|
12624 |
Testimonials list shortcode styles
|
12625 |
========================================================================== */
|
12626 |
+
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-media-image {
|
12627 |
margin-bottom: 1.8em;
|
12628 |
border-radius: 50%;
|
12629 |
overflow: hidden;
|
12630 |
}
|
12631 |
|
12632 |
+
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-inner {
|
12633 |
position: relative;
|
12634 |
text-align: center;
|
12635 |
padding: 55px 40px;
|
12636 |
background-color: #f6f6f6;
|
12637 |
}
|
12638 |
|
12639 |
+
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-top,
|
12640 |
+
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-content {
|
12641 |
position: relative;
|
12642 |
}
|
12643 |
|
12644 |
+
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-quote {
|
12645 |
position: absolute;
|
12646 |
top: -.1em;
|
12647 |
left: 50%;
|
12650 |
transform: translateX(-50%);
|
12651 |
}
|
12652 |
|
12653 |
+
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-text {
|
12654 |
margin: 0 0 1em;
|
12655 |
}
|
12656 |
|
12657 |
+
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author {
|
12658 |
flex-direction: column;
|
12659 |
}
|
12660 |
|
12661 |
+
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author-job {
|
12662 |
margin: .2em 0 0;
|
12663 |
}
|
12664 |
|
12665 |
/* ==========================================================================
|
12666 |
Testimonials list shortcode styles
|
12667 |
========================================================================== */
|
12668 |
+
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
|
12669 |
text-align: center;
|
12670 |
}
|
12671 |
|
12672 |
+
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-quote {
|
12673 |
font-size: 2em;
|
12674 |
margin-bottom: 1.2em;
|
12675 |
}
|
12676 |
|
12677 |
+
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
|
12678 |
margin: 0 0 1.3em;
|
12679 |
}
|
12680 |
|
12681 |
+
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image {
|
12682 |
width: 50px;
|
12683 |
margin-bottom: 0.5em;
|
12684 |
border-radius: 50%;
|
12685 |
overflow: hidden;
|
12686 |
}
|
12687 |
|
12688 |
+
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author {
|
12689 |
flex-direction: column;
|
12690 |
}
|
12691 |
|
12692 |
+
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author-job {
|
12693 |
margin: .2em 0 0;
|
12694 |
}
|
12695 |
|
12696 |
/* ==========================================================================
|
12697 |
Testimonials list shortcode styles
|
12698 |
========================================================================== */
|
12699 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
|
12700 |
display: flex;
|
12701 |
}
|
12702 |
|
12703 |
@media only screen and (max-width: 480px) {
|
12704 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
|
12705 |
flex-direction: column;
|
12706 |
}
|
12707 |
}
|
12708 |
|
12709 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
|
12710 |
font-size: 100px;
|
12711 |
width: 1em;
|
12712 |
margin: 0 35px 0 0;
|
12713 |
}
|
12714 |
|
12715 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote i,
|
12716 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote svg {
|
12717 |
vertical-align: top;
|
12718 |
}
|
12719 |
|
12720 |
@media only screen and (max-width: 480px) {
|
12721 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
|
12722 |
margin: 0 0 35px;
|
12723 |
}
|
12724 |
}
|
12725 |
|
12726 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-content {
|
12727 |
flex: 1;
|
12728 |
text-align: left;
|
12729 |
}
|
12730 |
|
12731 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-bottom-info {
|
12732 |
display: flex;
|
12733 |
align-items: center;
|
12734 |
}
|
12735 |
|
12736 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-media-image {
|
12737 |
width: 50px;
|
12738 |
margin: 0 10px 0 0;
|
12739 |
}
|
12740 |
|
12741 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author {
|
12742 |
flex-direction: row;
|
12743 |
align-items: baseline;
|
12744 |
}
|
12745 |
|
12746 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author-job:before {
|
12747 |
content: '';
|
12748 |
display: inline-block;
|
12749 |
vertical-align: middle;
|
12756 |
/* ==========================================================================
|
12757 |
Testimonials list shortcode styles
|
12758 |
========================================================================== */
|
12759 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
|
12760 |
display: flex;
|
12761 |
align-items: flex-start;
|
12762 |
}
|
12763 |
|
12764 |
@media only screen and (max-width: 680px) {
|
12765 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
|
12766 |
flex-direction: column;
|
12767 |
align-items: flex-start;
|
12768 |
}
|
12769 |
}
|
12770 |
|
12771 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
|
12772 |
position: relative;
|
12773 |
flex-shrink: 0;
|
12774 |
width: 110px;
|
12776 |
margin-right: 6%;
|
12777 |
}
|
12778 |
|
12779 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
|
12780 |
border-radius: 25%;
|
12781 |
overflow: hidden;
|
12782 |
}
|
12783 |
|
12784 |
@media only screen and (max-width: 680px) {
|
12785 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
|
12786 |
max-width: 100%;
|
12787 |
}
|
12788 |
}
|
12789 |
|
12790 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-quote {
|
12791 |
position: absolute;
|
12792 |
bottom: -0.5em;
|
12793 |
right: -0.5em;
|
12801 |
border-radius: 50%;
|
12802 |
}
|
12803 |
|
12804 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-content {
|
12805 |
flex: 1;
|
12806 |
text-align: left;
|
12807 |
}
|
12808 |
|
12809 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-text {
|
12810 |
margin: 0 0 1em;
|
12811 |
}
|
12812 |
|
12813 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author {
|
12814 |
flex-direction: column;
|
12815 |
}
|
12816 |
|
12817 |
+
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author-job {
|
12818 |
margin: .2em 0 0;
|
12819 |
}
|
12820 |
|
12821 |
/* ==========================================================================
|
12822 |
Testimonials list shortcode styles
|
12823 |
========================================================================== */
|
12824 |
+
.qodef-qi-testimonials-slider .qodef-e-inner {
|
12825 |
overflow: hidden;
|
12826 |
}
|
12827 |
|
12828 |
+
.qodef-qi-testimonials-slider .qodef-e-title {
|
12829 |
margin: 0 0 0.7em;
|
12830 |
}
|
12831 |
|
12832 |
+
.qodef-qi-testimonials-slider .qodef-e-text {
|
12833 |
margin: 0;
|
12834 |
}
|
12835 |
|
12836 |
+
.qodef-qi-testimonials-slider .qodef-e-media-image {
|
12837 |
display: inline-block;
|
12838 |
vertical-align: top;
|
12839 |
line-height: 0;
|
12840 |
}
|
12841 |
|
12842 |
+
.qodef-qi-testimonials-slider .qodef-e-quote {
|
12843 |
font-size: 1em;
|
12844 |
line-height: 0;
|
12845 |
margin: auto;
|
12846 |
}
|
12847 |
|
12848 |
+
.qodef-qi-testimonials-slider .qodef-e-quote svg {
|
12849 |
width: 1em;
|
12850 |
fill: currentColor;
|
12851 |
stroke: currentColor;
|
12852 |
}
|
12853 |
|
12854 |
+
.qodef-qi-testimonials-slider .qodef-e-author {
|
12855 |
display: flex;
|
12856 |
margin: 0;
|
12857 |
}
|
12858 |
|
12859 |
+
.qodef-qi-testimonials-slider .qodef-e-author-name {
|
12860 |
margin: 0;
|
12861 |
}
|
12862 |
|
12863 |
+
.qodef-qi-testimonials-slider.qodef--one-column .swiper-slide {
|
12864 |
opacity: 0;
|
12865 |
transition: opacity .2s ease-out;
|
12866 |
}
|
12867 |
|
12868 |
+
.qodef-qi-testimonials-slider.qodef--one-column .swiper-slide.swiper-slide-active, .qodef-qi-testimonials-slider.qodef--one-column .swiper-slide.swiper-slide-duplicate-active {
|
12869 |
opacity: 1;
|
12870 |
}
|
12871 |
|
12872 |
/* ==========================================================================
|
12873 |
Testimonials list shortcode styles
|
12874 |
========================================================================== */
|
12875 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-media-image {
|
12876 |
margin-bottom: 1em;
|
12877 |
border-radius: 50%;
|
12878 |
overflow: hidden;
|
12879 |
}
|
12880 |
|
12881 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-inner {
|
12882 |
text-align: center;
|
12883 |
padding: 55px 40px;
|
12884 |
background-color: #f6f6f6;
|
12885 |
}
|
12886 |
|
12887 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-top {
|
12888 |
position: relative;
|
12889 |
display: inline-block;
|
12890 |
}
|
12891 |
|
12892 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-quote {
|
12893 |
position: absolute;
|
12894 |
top: 0;
|
12895 |
right: 0;
|
12896 |
font-size: 2em;
|
12897 |
}
|
12898 |
|
12899 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-text {
|
12900 |
margin: 0 0 1.3em;
|
12901 |
}
|
12902 |
|
12903 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author {
|
12904 |
flex-direction: column;
|
12905 |
}
|
12906 |
|
12907 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author-job {
|
12908 |
margin: .2em 0 0;
|
12909 |
}
|
12910 |
|
12911 |
/* ==========================================================================
|
12912 |
Testimonials list shortcode styles
|
12913 |
========================================================================== */
|
12914 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-media-image {
|
12915 |
margin-bottom: 1em;
|
12916 |
}
|
12917 |
|
12918 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-inner {
|
12919 |
text-align: center;
|
12920 |
}
|
12921 |
|
12922 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-quote {
|
12923 |
font-size: 2em;
|
12924 |
margin-bottom: 1.2em;
|
12925 |
}
|
12926 |
|
12927 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-text {
|
12928 |
margin: 0 0 1.3em;
|
12929 |
}
|
12930 |
|
12931 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author {
|
12932 |
flex-direction: column;
|
12933 |
}
|
12934 |
|
12935 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author-job {
|
12936 |
margin: .2em 0 0;
|
12937 |
}
|
12938 |
|
12939 |
/* ==========================================================================
|
12940 |
Testimonials list shortcode styles
|
12941 |
========================================================================== */
|
12942 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
|
12943 |
display: flex;
|
12944 |
}
|
12945 |
|
12946 |
@media only screen and (max-width: 480px) {
|
12947 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
|
12948 |
flex-direction: column;
|
12949 |
}
|
12950 |
}
|
12951 |
|
12952 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
|
12953 |
font-size: 100px;
|
12954 |
width: 1em;
|
12955 |
margin: 0 35px 0 0;
|
12956 |
}
|
12957 |
|
12958 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote i,
|
12959 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote svg {
|
12960 |
vertical-align: top;
|
12961 |
}
|
12962 |
|
12963 |
@media only screen and (max-width: 480px) {
|
12964 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
|
12965 |
margin: 0 0 35px;
|
12966 |
}
|
12967 |
}
|
12968 |
|
12969 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-content {
|
12970 |
flex: 1;
|
12971 |
text-align: left;
|
12972 |
}
|
12973 |
|
12974 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-bottom-info {
|
12975 |
display: flex;
|
12976 |
align-items: center;
|
12977 |
}
|
12978 |
|
12979 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-media-image {
|
12980 |
width: 50px;
|
12981 |
margin: 0 10px 0 0;
|
12982 |
}
|
12983 |
|
12984 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author {
|
12985 |
flex-direction: row;
|
12986 |
align-items: baseline;
|
12987 |
}
|
12988 |
|
12989 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author-job:before {
|
12990 |
content: '';
|
12991 |
display: inline-block;
|
12992 |
vertical-align: middle;
|
12999 |
/* ==========================================================================
|
13000 |
Testimonials list shortcode styles
|
13001 |
========================================================================== */
|
13002 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
|
13003 |
display: flex;
|
13004 |
align-items: center;
|
13005 |
}
|
13006 |
|
13007 |
@media only screen and (max-width: 1024px) {
|
13008 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
|
13009 |
align-items: baseline;
|
13010 |
}
|
13011 |
}
|
13012 |
|
13013 |
@media only screen and (max-width: 680px) {
|
13014 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
|
13015 |
flex-direction: column;
|
13016 |
align-items: flex-start;
|
13017 |
}
|
13018 |
}
|
13019 |
|
13020 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
|
13021 |
position: relative;
|
13022 |
flex-shrink: 0;
|
13023 |
width: 290px;
|
13025 |
margin-right: 6%;
|
13026 |
}
|
13027 |
|
13028 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
|
13029 |
border-radius: 10%;
|
13030 |
overflow: hidden;
|
13031 |
}
|
13032 |
|
13033 |
@media only screen and (max-width: 680px) {
|
13034 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
|
13035 |
max-width: 100%;
|
13036 |
}
|
13037 |
}
|
13038 |
|
13039 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-quote {
|
13040 |
position: absolute;
|
13041 |
top: -1em;
|
13042 |
right: -1em;
|
13050 |
border-radius: 50%;
|
13051 |
}
|
13052 |
|
13053 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-content {
|
13054 |
flex: 1;
|
13055 |
text-align: left;
|
13056 |
}
|
13057 |
|
13058 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text {
|
13059 |
margin: 0 0 1.3em;
|
13060 |
}
|
13061 |
|
13062 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author {
|
13063 |
flex-direction: column;
|
13064 |
}
|
13065 |
|
13066 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job {
|
13067 |
margin: .2em 0 0;
|
13068 |
}
|
13069 |
|
13070 |
/* ==========================================================================
|
13071 |
Testimonials list shortcode styles
|
13072 |
========================================================================== */
|
13073 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-inner {
|
13074 |
text-align: left;
|
13075 |
}
|
13076 |
|
13077 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-quote {
|
13078 |
font-size: 2em;
|
13079 |
margin-bottom: 1.2em;
|
13080 |
}
|
13081 |
|
13082 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-text {
|
13083 |
margin: 0 0 1.3em;
|
13084 |
}
|
13085 |
|
13086 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-bottom-info {
|
13087 |
display: flex;
|
13088 |
align-items: center;
|
13089 |
}
|
13090 |
|
13091 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-media-image {
|
13092 |
width: 50px;
|
13093 |
border-radius: 50%;
|
13094 |
margin-right: 1em;
|
13095 |
overflow: hidden;
|
13096 |
}
|
13097 |
|
13098 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author {
|
13099 |
flex-direction: column;
|
13100 |
}
|
13101 |
|
13102 |
+
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author-job {
|
13103 |
margin: 0;
|
13104 |
}
|
13105 |
|
13106 |
/* ==========================================================================
|
13107 |
Text Marquee shortcode styles
|
13108 |
========================================================================== */
|
13109 |
+
.qodef-qi-text-marquee {
|
13110 |
position: relative;
|
13111 |
display: inline-block;
|
13112 |
width: 100%;
|
13113 |
vertical-align: top;
|
13114 |
}
|
13115 |
|
13116 |
+
.qodef-qi-text-marquee .qodef-m-content {
|
13117 |
display: flex;
|
13118 |
white-space: nowrap;
|
13119 |
font-size: 0;
|
13120 |
overflow: hidden;
|
13121 |
}
|
13122 |
|
13123 |
+
.qodef-qi-text-marquee .qodef-marquee-element {
|
13124 |
will-change: transform;
|
13125 |
}
|
13126 |
|
13127 |
+
.qodef-qi-text-marquee .qodef-m-text-item {
|
13128 |
font-size: 100px;
|
13129 |
line-height: 1.1em;
|
13130 |
padding-right: 1em;
|
13131 |
}
|
13132 |
|
13133 |
+
.qodef-qi-text-marquee.qodef-text-stroke-effect .qodef-m-text-item {
|
13134 |
color: transparent !important;
|
13135 |
-webkit-text-stroke-width: 1px;
|
13136 |
-webkit-text-stroke-color: #333333;
|
13140 |
/* ==========================================================================
|
13141 |
Timeline shortcode styles
|
13142 |
========================================================================== */
|
13143 |
+
.qodef-qi-timeline {
|
13144 |
position: relative;
|
13145 |
}
|
13146 |
|
13147 |
+
.qodef-qi-timeline .qodef-e-item,
|
13148 |
+
.qodef-qi-timeline .qodef-e-item-inner {
|
13149 |
position: relative;
|
13150 |
}
|
13151 |
|
13152 |
+
.qodef-qi-timeline .qodef-e-image {
|
13153 |
display: inline-block;
|
13154 |
vertical-align: top;
|
13155 |
overflow: hidden;
|
13156 |
}
|
13157 |
|
13158 |
+
.qodef-qi-timeline .qodef-e-date {
|
13159 |
margin: 0 0 .5em;
|
13160 |
}
|
13161 |
|
13162 |
+
.qodef-qi-timeline .qodef-e-title {
|
13163 |
margin: 0 0 .85em;
|
13164 |
}
|
13165 |
|
13166 |
+
.qodef-qi-timeline .qodef-e-text {
|
13167 |
margin: 0;
|
13168 |
}
|
13169 |
|
13170 |
+
.qodef-qi-timeline .qodef-e-point-holder {
|
13171 |
position: absolute;
|
13172 |
color: #fff;
|
13173 |
font-size: 1em;
|
13176 |
transform: translate(-50%, -50%);
|
13177 |
}
|
13178 |
|
13179 |
+
.qodef-qi-timeline .qodef-e-point-holder .qodef-e-point {
|
13180 |
background-color: #111;
|
13181 |
width: 100%;
|
13182 |
height: 100%;
|
13187 |
overflow: hidden;
|
13188 |
}
|
13189 |
|
13190 |
+
.qodef-qi-timeline .qodef-e-point-holder .qodef-e-icon-holder {
|
13191 |
font-size: .7em;
|
13192 |
line-height: 1em;
|
13193 |
max-height: 100%;
|
13194 |
}
|
13195 |
|
13196 |
+
.qodef-qi-timeline .qodef-e-point-holder svg {
|
13197 |
width: .7em;
|
13198 |
stroke: currentColor;
|
13199 |
fill: currentColor;
|
13200 |
}
|
13201 |
|
13202 |
+
.qodef-qi-timeline .qodef-e-line {
|
13203 |
display: block;
|
13204 |
background-color: #ebebeb;
|
13205 |
}
|
13206 |
|
13207 |
+
.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder {
|
13208 |
position: absolute;
|
13209 |
top: 0;
|
13210 |
left: 50%;
|
13213 |
width: 1px;
|
13214 |
}
|
13215 |
|
13216 |
+
.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line {
|
13217 |
height: 100%;
|
13218 |
}
|
13219 |
|
13220 |
+
.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder {
|
13221 |
top: 50%;
|
13222 |
left: 50%;
|
13223 |
}
|
13224 |
|
13225 |
+
.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-line-holder {
|
13226 |
top: 50%;
|
13227 |
}
|
13228 |
|
13229 |
+
.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-item:last-child .qodef-e-line-holder {
|
13230 |
display: none;
|
13231 |
}
|
13232 |
|
13233 |
+
.qodef-qi-timeline.qodef-timeline--horizontal {
|
13234 |
overflow: hidden;
|
13235 |
}
|
13236 |
|
13237 |
+
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-grid-inner {
|
13238 |
display: flex;
|
13239 |
transition: all .4s ease;
|
13240 |
}
|
13241 |
|
13242 |
+
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-item {
|
13243 |
flex: 1;
|
13244 |
}
|
13245 |
|
13246 |
+
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line-holder {
|
13247 |
position: absolute;
|
13248 |
top: 50%;
|
13249 |
left: 0;
|
13252 |
height: 1px;
|
13253 |
}
|
13254 |
|
13255 |
+
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line {
|
13256 |
height: 100%;
|
13257 |
}
|
13258 |
|
13259 |
+
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-point-holder {
|
13260 |
top: 50%;
|
13261 |
left: 50%;
|
13262 |
}
|
13263 |
|
13264 |
+
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before, .qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after {
|
13265 |
content: '';
|
13266 |
position: absolute;
|
13267 |
left: 50%;
|
13272 |
z-index: -1;
|
13273 |
}
|
13274 |
|
13275 |
+
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before {
|
13276 |
top: 100%;
|
13277 |
}
|
13278 |
|
13279 |
+
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after {
|
13280 |
bottom: 100%;
|
13281 |
}
|
13282 |
|
13283 |
+
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before, .qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after {
|
13284 |
content: '';
|
13285 |
position: absolute;
|
13286 |
top: 50%;
|
13291 |
z-index: -1;
|
13292 |
}
|
13293 |
|
13294 |
+
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before {
|
13295 |
right: 100%;
|
13296 |
}
|
13297 |
|
13298 |
+
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after {
|
13299 |
left: 100%;
|
13300 |
}
|
13301 |
|
13302 |
+
.qodef-qi-timeline.qodef-point--diamond .qodef-e-point {
|
13303 |
border-radius: 0;
|
13304 |
transform: rotate(45deg);
|
13305 |
}
|
13306 |
|
13307 |
+
.qodef-qi-timeline.qodef-point--diamond .qodef-e-icon-holder {
|
13308 |
transform: rotate(-45deg);
|
13309 |
}
|
13310 |
|
13311 |
+
.qodef-qi-timeline .qodef-nav-prev,
|
13312 |
+
.qodef-qi-timeline .qodef-nav-next {
|
13313 |
position: absolute;
|
13314 |
top: 50%;
|
13315 |
transform: translateY(-50%);
|
13325 |
cursor: pointer;
|
13326 |
}
|
13327 |
|
13328 |
+
.qodef-qi-timeline .qodef-nav-prev > svg,
|
13329 |
+
.qodef-qi-timeline .qodef-nav-next > svg {
|
13330 |
display: block;
|
13331 |
width: 1em;
|
13332 |
height: auto;
|
13335 |
fill: currentColor;
|
13336 |
}
|
13337 |
|
13338 |
+
.qodef-qi-timeline .qodef-nav-prev {
|
13339 |
left: 0;
|
13340 |
}
|
13341 |
|
13342 |
+
.qodef-qi-timeline .qodef-nav-next {
|
13343 |
right: 0;
|
13344 |
}
|
13345 |
|
13346 |
+
.qodef-qi-timeline.qodef-qi--has-appear {
|
13347 |
opacity: 0;
|
13348 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13349 |
}
|
13350 |
|
13351 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-image {
|
13352 |
opacity: 0;
|
13353 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13354 |
transform: translateY(-60px);
|
13355 |
}
|
13356 |
|
13357 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-content-holder {
|
13358 |
opacity: 0;
|
13359 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13360 |
transform: translateY(60px);
|
13361 |
}
|
13362 |
|
13363 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-image {
|
13364 |
opacity: 0;
|
13365 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13366 |
transform: translateY(40px);
|
13367 |
}
|
13368 |
|
13369 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-content-holder {
|
13370 |
opacity: 0;
|
13371 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13372 |
transform: translateY(40px);
|
13373 |
}
|
13374 |
|
13375 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-image {
|
13376 |
opacity: 0;
|
13377 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13378 |
transform: translateY(-60px);
|
13379 |
}
|
13380 |
|
13381 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-content-holder {
|
13382 |
opacity: 0;
|
13383 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13384 |
transform: translateY(60px);
|
13385 |
}
|
13386 |
|
13387 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-image {
|
13388 |
opacity: 0;
|
13389 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13390 |
transform: translateY(60px);
|
13391 |
}
|
13392 |
|
13393 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-content-holder {
|
13394 |
opacity: 0;
|
13395 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13396 |
transform: translateY(-60px);
|
13397 |
}
|
13398 |
|
13399 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-image {
|
13400 |
transform: translateY(-60px);
|
13401 |
}
|
13402 |
|
13403 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
|
13404 |
transform: translateY(60px);
|
13405 |
}
|
13406 |
|
13407 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item .qodef-e-point {
|
13408 |
transform: rotate(45deg) scale(0);
|
13409 |
opacity: 0;
|
13410 |
transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
|
13411 |
}
|
13412 |
|
13413 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-image {
|
13414 |
transition-delay: 300ms, 300ms;
|
13415 |
}
|
13416 |
|
13417 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-point {
|
13418 |
transition-delay: 400ms;
|
13419 |
}
|
13420 |
|
13421 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-content-holder {
|
13422 |
transition-delay: 400ms, 400ms;
|
13423 |
}
|
13424 |
|
13425 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-image {
|
13426 |
transition-delay: 600ms, 600ms;
|
13427 |
}
|
13428 |
|
13429 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-point {
|
13430 |
transition-delay: 700ms;
|
13431 |
}
|
13432 |
|
13433 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-content-holder {
|
13434 |
transition-delay: 800ms, 800ms;
|
13435 |
}
|
13436 |
|
13437 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-image {
|
13438 |
transition-delay: 900ms, 900ms;
|
13439 |
}
|
13440 |
|
13441 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-point {
|
13442 |
transition-delay: 1000ms;
|
13443 |
}
|
13444 |
|
13445 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-content-holder {
|
13446 |
transition-delay: 1200ms, 1200ms;
|
13447 |
}
|
13448 |
|
13449 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-image {
|
13450 |
transition-delay: 1200ms, 1200ms;
|
13451 |
}
|
13452 |
|
13453 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-point {
|
13454 |
transition-delay: 1300ms;
|
13455 |
}
|
13456 |
|
13457 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-content-holder {
|
13458 |
transition-delay: 1600ms, 1600ms;
|
13459 |
}
|
13460 |
|
13461 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-image {
|
13462 |
transition-delay: 1500ms, 1500ms;
|
13463 |
}
|
13464 |
|
13465 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-point {
|
13466 |
transition-delay: 1600ms;
|
13467 |
}
|
13468 |
|
13469 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-content-holder {
|
13470 |
transition-delay: 2000ms, 2000ms;
|
13471 |
}
|
13472 |
|
13473 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-image {
|
13474 |
transition-delay: 1800ms, 1800ms;
|
13475 |
}
|
13476 |
|
13477 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-point {
|
13478 |
transition-delay: 1900ms;
|
13479 |
}
|
13480 |
|
13481 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-content-holder {
|
13482 |
transition-delay: 2400ms, 2400ms;
|
13483 |
}
|
13484 |
|
13485 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-image {
|
13486 |
transition-delay: 2100ms, 2100ms;
|
13487 |
}
|
13488 |
|
13489 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-point {
|
13490 |
transition-delay: 2200ms;
|
13491 |
}
|
13492 |
|
13493 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-content-holder {
|
13494 |
transition-delay: 2800ms, 2800ms;
|
13495 |
}
|
13496 |
|
13497 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-image {
|
13498 |
transition-delay: 2400ms, 2400ms;
|
13499 |
}
|
13500 |
|
13501 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-point {
|
13502 |
transition-delay: 2500ms;
|
13503 |
}
|
13504 |
|
13505 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-content-holder {
|
13506 |
transition-delay: 3200ms, 3200ms;
|
13507 |
}
|
13508 |
|
13509 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-image {
|
13510 |
transition-delay: 2700ms, 2700ms;
|
13511 |
}
|
13512 |
|
13513 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-point {
|
13514 |
transition-delay: 2800ms;
|
13515 |
}
|
13516 |
|
13517 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-content-holder {
|
13518 |
transition-delay: 3600ms, 3600ms;
|
13519 |
}
|
13520 |
|
13521 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-image {
|
13522 |
transition-delay: 3000ms, 3000ms;
|
13523 |
}
|
13524 |
|
13525 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-point {
|
13526 |
transition-delay: 3100ms;
|
13527 |
}
|
13528 |
|
13529 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-content-holder {
|
13530 |
transition-delay: 4000ms, 4000ms;
|
13531 |
}
|
13532 |
|
13533 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-image {
|
13534 |
transition-delay: 3300ms, 3300ms;
|
13535 |
}
|
13536 |
|
13537 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-point {
|
13538 |
transition-delay: 3400ms;
|
13539 |
}
|
13540 |
|
13541 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-content-holder {
|
13542 |
transition-delay: 4400ms, 4400ms;
|
13543 |
}
|
13544 |
|
13545 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-image, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-image {
|
13546 |
transition-delay: 3600ms, 3600ms;
|
13547 |
}
|
13548 |
|
13549 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-point {
|
13550 |
transition-delay: 3700ms;
|
13551 |
}
|
13552 |
|
13553 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-content-holder {
|
13554 |
transition-delay: 4800ms, 4800ms;
|
13555 |
}
|
13556 |
|
13557 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared {
|
13558 |
opacity: 1;
|
13559 |
}
|
13560 |
|
13561 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-image,
|
13562 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-image,
|
13563 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-image,
|
13564 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-content-holder {
|
13565 |
opacity: 1;
|
13566 |
transform: translateY(0px) translateX(0px);
|
13567 |
}
|
13568 |
|
13569 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
|
13570 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
|
13571 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
|
13572 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder {
|
13573 |
transform: translateY(0px) translateX(0px);
|
13574 |
}
|
13575 |
|
13576 |
+
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-point, .qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-point {
|
13577 |
transform: rotate(45deg) scale(1);
|
13578 |
opacity: 1;
|
13579 |
}
|
13580 |
|
13581 |
+
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-item-inner {
|
13582 |
flex-direction: column;
|
13583 |
}
|
13584 |
|
13585 |
+
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-top-holder {
|
13586 |
align-items: flex-end;
|
13587 |
padding: 0 0 10%;
|
13588 |
}
|
13589 |
|
13590 |
+
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
|
13591 |
justify-content: flex-start;
|
13592 |
padding: 10% 0 0;
|
13593 |
}
|
13594 |
|
13595 |
+
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item-inner {
|
13596 |
display: flex;
|
13597 |
flex-direction: column-reverse;
|
13598 |
align-items: center;
|
13600 |
text-align: center;
|
13601 |
}
|
13602 |
|
13603 |
+
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-top-holder {
|
13604 |
display: flex;
|
13605 |
align-items: flex-start;
|
13606 |
padding: 10% 0 0;
|
13607 |
}
|
13608 |
|
13609 |
+
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-content-holder {
|
13610 |
display: flex;
|
13611 |
flex-direction: column;
|
13612 |
justify-content: flex-end;
|
13613 |
padding: 0 0 10%;
|
13614 |
}
|
13615 |
|
13616 |
+
.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-item-inner {
|
13617 |
display: flex;
|
13618 |
flex-direction: column;
|
13619 |
align-items: center;
|
13621 |
text-align: center;
|
13622 |
}
|
13623 |
|
13624 |
+
.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-top-holder {
|
13625 |
display: flex;
|
13626 |
align-items: flex-end;
|
13627 |
padding: 0 0 10%;
|
13628 |
}
|
13629 |
|
13630 |
+
.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-content-holder {
|
13631 |
display: flex;
|
13632 |
flex-direction: column;
|
13633 |
justify-content: flex-start;
|
13634 |
padding: 10% 0 0;
|
13635 |
}
|
13636 |
|
13637 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item {
|
13638 |
text-align: center;
|
13639 |
}
|
13640 |
|
13641 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item:not(:last-child) {
|
13642 |
padding-bottom: 100px;
|
13643 |
}
|
13644 |
|
13645 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
|
13646 |
flex-direction: row-reverse;
|
13647 |
text-align: right;
|
13648 |
}
|
13649 |
|
13650 |
@media only screen and (max-width: 480px) {
|
13651 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
|
13652 |
flex-direction: column;
|
13653 |
text-align: center;
|
13654 |
}
|
13655 |
}
|
13656 |
|
13657 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
|
13658 |
text-align: left;
|
13659 |
padding: 0 0 0 10%;
|
13660 |
}
|
13661 |
|
13662 |
@media only screen and (max-width: 480px) {
|
13663 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
|
13664 |
padding: 0;
|
13665 |
}
|
13666 |
}
|
13667 |
|
13668 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
|
13669 |
padding: 0 10% 0 0;
|
13670 |
}
|
13671 |
|
13672 |
@media only screen and (max-width: 480px) {
|
13673 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
|
13674 |
padding: 0;
|
13675 |
}
|
13676 |
}
|
13677 |
|
13678 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
|
13679 |
display: inline-flex;
|
13680 |
align-items: center;
|
13681 |
justify-content: center;
|
13684 |
}
|
13685 |
|
13686 |
@media only screen and (max-width: 480px) {
|
13687 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
|
13688 |
flex-direction: column;
|
13689 |
text-align: center;
|
13690 |
}
|
13691 |
}
|
13692 |
|
13693 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
|
13694 |
width: 50%;
|
13695 |
flex-shrink: 0;
|
13696 |
text-align: right;
|
13698 |
}
|
13699 |
|
13700 |
@media only screen and (max-width: 480px) {
|
13701 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
|
13702 |
width: 100%;
|
13703 |
padding: 0;
|
13704 |
margin-bottom: 5%;
|
13705 |
}
|
13706 |
}
|
13707 |
|
13708 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
|
13709 |
width: 50%;
|
13710 |
padding: 0 0 0 10%;
|
13711 |
}
|
13712 |
|
13713 |
@media only screen and (max-width: 480px) {
|
13714 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
|
13715 |
width: 100%;
|
13716 |
padding: 0;
|
13717 |
margin-top: 5%;
|
13718 |
}
|
13719 |
}
|
13720 |
|
13721 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
|
13722 |
margin-left: 0;
|
13723 |
flex-direction: row;
|
13724 |
padding: 0 3em 0 0;
|
13725 |
}
|
13726 |
|
13727 |
@media only screen and (max-width: 1024px) {
|
13728 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
|
13729 |
flex-direction: column;
|
13730 |
text-align: center;
|
13731 |
}
|
13732 |
}
|
13733 |
|
13734 |
@media only screen and (max-width: 480px) {
|
13735 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
|
13736 |
padding: 0;
|
13737 |
}
|
13738 |
}
|
13739 |
|
13740 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
|
13741 |
margin: 0 10% 0 0;
|
13742 |
}
|
13743 |
|
13744 |
@media only screen and (max-width: 1024px) {
|
13745 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
|
13746 |
margin: 0 0 10%;
|
13747 |
}
|
13748 |
}
|
13749 |
|
13750 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
|
13751 |
display: flex;
|
13752 |
align-items: center;
|
13753 |
justify-content: flex-end;
|
13758 |
}
|
13759 |
|
13760 |
@media only screen and (max-width: 1024px) {
|
13761 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
|
13762 |
flex-direction: column;
|
13763 |
text-align: center;
|
13764 |
}
|
13765 |
}
|
13766 |
|
13767 |
@media only screen and (max-width: 480px) {
|
13768 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
|
13769 |
width: 100%;
|
13770 |
padding: 0;
|
13771 |
}
|
13772 |
}
|
13773 |
|
13774 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
|
13775 |
width: 250px;
|
13776 |
flex-shrink: 0;
|
13777 |
margin: 0 0 0 10%;
|
13778 |
}
|
13779 |
|
13780 |
@media only screen and (max-width: 1024px) {
|
13781 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
|
13782 |
margin: 0 0 10%;
|
13783 |
}
|
13784 |
}
|
13785 |
|
13786 |
+
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-image {
|
13787 |
border-radius: 50%;
|
13788 |
}
|
13789 |
|
13790 |
/* ==========================================================================
|
13791 |
Typeout Text shortcode styles
|
13792 |
========================================================================== */
|
13793 |
+
.qodef-qi-typeout-text .qodef-m-text {
|
13794 |
margin: 0;
|
13795 |
}
|
13796 |
|
13830 |
Business Hours shortcode styles
|
13831 |
========================================================================== */
|
13832 |
@media only screen and (max-width: 768px) {
|
13833 |
+
.qodef-resposive--768.qodef-qi-business-hours .qodef-e-item {
|
13834 |
flex-direction: column;
|
13835 |
}
|
13836 |
}
|
13837 |
|
13838 |
@media only screen and (max-width: 680px) {
|
13839 |
+
.qodef-resposive--680.qodef-qi-business-hours .qodef-e-item {
|
13840 |
flex-direction: column;
|
13841 |
}
|
13842 |
}
|
13843 |
|
13844 |
@media only screen and (max-width: 480px) {
|
13845 |
+
.qodef-resposive--480.qodef-qi-business-hours .qodef-e-item {
|
13846 |
flex-direction: column;
|
13847 |
}
|
13848 |
}
|
13851 |
Call to Action shortcode responsive styles
|
13852 |
========================================================================== */
|
13853 |
@media only screen and (max-width: 1024px) {
|
13854 |
+
.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--1024 .qodef-m-inner {
|
13855 |
display: block;
|
13856 |
}
|
13857 |
}
|
13858 |
|
13859 |
@media only screen and (max-width: 768px) {
|
13860 |
+
.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--768 .qodef-m-inner {
|
13861 |
display: block;
|
13862 |
}
|
13863 |
}
|
13864 |
|
13865 |
@media only screen and (max-width: 680px) {
|
13866 |
+
.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--680 .qodef-m-inner {
|
13867 |
display: block;
|
13868 |
}
|
13869 |
}
|
13872 |
Cards Gallery shortcode responsive style - begin
|
13873 |
========================================================================== */
|
13874 |
@media only screen and (max-width: 768px) {
|
13875 |
+
.qodef-qi-cards-gallery .qodef-m-fake-card {
|
13876 |
transform: scale(0.8);
|
13877 |
}
|
13878 |
+
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
|
13879 |
transform: scale(0.8);
|
13880 |
}
|
13881 |
+
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
|
13882 |
transform: translateX(-100%);
|
13883 |
}
|
13884 |
+
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
|
13885 |
transform: scale(0.3) translateX(84%);
|
13886 |
}
|
13887 |
+
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
|
13888 |
transform: scale(0.4) translateX(60%);
|
13889 |
}
|
13890 |
+
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
|
13891 |
transform: scale(0.5) translateX(39%);
|
13892 |
}
|
13893 |
+
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
|
13894 |
transform: scale(0.6) translateX(25%);
|
13895 |
}
|
13896 |
+
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
|
13897 |
transform: scale(0.7) translateX(11.2%);
|
13898 |
}
|
13899 |
+
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
|
13900 |
transform: scale(0.8);
|
13901 |
}
|
13902 |
+
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
|
13903 |
transform: translateX(100%);
|
13904 |
}
|
13905 |
+
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
|
13906 |
transform: scale(0.3) translateX(-84%);
|
13907 |
}
|
13908 |
+
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
|
13909 |
transform: scale(0.4) translateX(-60%);
|
13910 |
}
|
13911 |
+
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
|
13912 |
transform: scale(0.5) translateX(-39%);
|
13913 |
}
|
13914 |
+
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
|
13915 |
transform: scale(0.6) translateX(-25%);
|
13916 |
}
|
13917 |
+
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
|
13918 |
transform: scale(0.7) translateX(-11.2%);
|
13919 |
}
|
13920 |
}
|
13926 |
Clients list responsive shortcode styles
|
13927 |
========================================================================== */
|
13928 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
13929 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
13930 |
border-right-style: hidden;
|
13931 |
}
|
13932 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
13933 |
border-bottom-style: hidden;
|
13934 |
}
|
13935 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
13936 |
border-bottom-style: hidden;
|
13937 |
}
|
13938 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
13939 |
border-bottom-style: hidden;
|
13940 |
}
|
13941 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
13942 |
border-bottom-style: hidden;
|
13943 |
}
|
13944 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
13945 |
border-bottom-style: hidden;
|
13946 |
}
|
13947 |
}
|
13948 |
|
13949 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
13950 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
13951 |
border-left-style: inherit;
|
13952 |
}
|
13953 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
13954 |
border-bottom-style: inherit;
|
13955 |
}
|
13956 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
13957 |
border-bottom-style: inherit;
|
13958 |
}
|
13959 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
13960 |
border-bottom-style: inherit;
|
13961 |
}
|
13962 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
13963 |
border-bottom-style: inherit;
|
13964 |
}
|
13965 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
13966 |
border-bottom-style: inherit;
|
13967 |
}
|
13968 |
}
|
13969 |
|
13970 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
13971 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
13972 |
border-right-style: hidden;
|
13973 |
}
|
13974 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
13975 |
border-bottom-style: hidden;
|
13976 |
}
|
13977 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
13978 |
border-bottom-style: hidden;
|
13979 |
}
|
13980 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
13981 |
border-bottom-style: hidden;
|
13982 |
}
|
13983 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
13984 |
border-bottom-style: hidden;
|
13985 |
}
|
13986 |
}
|
13987 |
|
13988 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
13989 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
13990 |
border-left-style: inherit;
|
13991 |
}
|
13992 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
13993 |
border-bottom-style: inherit;
|
13994 |
}
|
13995 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
13996 |
border-bottom-style: inherit;
|
13997 |
}
|
13998 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
13999 |
border-bottom-style: inherit;
|
14000 |
}
|
14001 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14002 |
border-bottom-style: inherit;
|
14003 |
}
|
14004 |
}
|
14005 |
|
14006 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14007 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14008 |
border-right-style: hidden;
|
14009 |
}
|
14010 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14011 |
border-bottom-style: hidden;
|
14012 |
}
|
14013 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14014 |
border-bottom-style: hidden;
|
14015 |
}
|
14016 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14017 |
border-bottom-style: hidden;
|
14018 |
}
|
14019 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14020 |
border-bottom-style: hidden;
|
14021 |
}
|
14022 |
}
|
14023 |
|
14024 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14025 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14026 |
border-left-style: inherit;
|
14027 |
}
|
14028 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14029 |
border-bottom-style: inherit;
|
14030 |
}
|
14031 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14032 |
border-bottom-style: inherit;
|
14033 |
}
|
14034 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14035 |
border-bottom-style: inherit;
|
14036 |
}
|
14037 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14038 |
border-bottom-style: inherit;
|
14039 |
}
|
14040 |
}
|
14041 |
|
14042 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14043 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14044 |
border-right-style: hidden;
|
14045 |
}
|
14046 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14047 |
border-bottom-style: hidden;
|
14048 |
}
|
14049 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14050 |
border-bottom-style: hidden;
|
14051 |
}
|
14052 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14053 |
border-bottom-style: hidden;
|
14054 |
}
|
14055 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14056 |
border-bottom-style: hidden;
|
14057 |
}
|
14058 |
}
|
14059 |
|
14060 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14061 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14062 |
border-left-style: inherit;
|
14063 |
}
|
14064 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14065 |
border-bottom-style: inherit;
|
14066 |
}
|
14067 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14068 |
border-bottom-style: inherit;
|
14069 |
}
|
14070 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14071 |
border-bottom-style: inherit;
|
14072 |
}
|
14073 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14074 |
border-bottom-style: inherit;
|
14075 |
}
|
14076 |
}
|
14077 |
|
14078 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14079 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14080 |
border-right-style: hidden;
|
14081 |
}
|
14082 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14083 |
border-bottom-style: hidden;
|
14084 |
}
|
14085 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14086 |
border-bottom-style: hidden;
|
14087 |
}
|
14088 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14089 |
border-bottom-style: hidden;
|
14090 |
}
|
14091 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14092 |
border-bottom-style: hidden;
|
14093 |
}
|
14094 |
}
|
14095 |
|
14096 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14097 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14098 |
border-left-style: inherit;
|
14099 |
}
|
14100 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14101 |
border-bottom-style: inherit;
|
14102 |
}
|
14103 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14104 |
border-bottom-style: inherit;
|
14105 |
}
|
14106 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14107 |
border-bottom-style: inherit;
|
14108 |
}
|
14109 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14110 |
border-bottom-style: inherit;
|
14111 |
}
|
14112 |
}
|
14113 |
|
14114 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14115 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
14116 |
border-right-style: hidden;
|
14117 |
}
|
14118 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14119 |
border-bottom-style: hidden;
|
14120 |
}
|
14121 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14122 |
border-bottom-style: hidden;
|
14123 |
}
|
14124 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14125 |
border-bottom-style: hidden;
|
14126 |
}
|
14127 |
}
|
14128 |
|
14129 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14130 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
14131 |
border-left-style: inherit;
|
14132 |
}
|
14133 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14134 |
border-bottom-style: inherit;
|
14135 |
}
|
14136 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14137 |
border-bottom-style: inherit;
|
14138 |
}
|
14139 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14140 |
border-bottom-style: inherit;
|
14141 |
}
|
14142 |
}
|
14143 |
|
14144 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14145 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
14146 |
border-right-style: hidden;
|
14147 |
}
|
14148 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14149 |
border-bottom-style: hidden;
|
14150 |
}
|
14151 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14152 |
border-bottom-style: hidden;
|
14153 |
}
|
14154 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14155 |
border-bottom-style: hidden;
|
14156 |
}
|
14157 |
}
|
14158 |
|
14159 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14160 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
14161 |
border-left-style: inherit;
|
14162 |
}
|
14163 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14164 |
border-bottom-style: inherit;
|
14165 |
}
|
14166 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14167 |
border-bottom-style: inherit;
|
14168 |
}
|
14169 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14170 |
border-bottom-style: inherit;
|
14171 |
}
|
14172 |
}
|
14173 |
|
14174 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14175 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
14176 |
border-right-style: hidden;
|
14177 |
}
|
14178 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14179 |
border-bottom-style: hidden;
|
14180 |
}
|
14181 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14182 |
border-bottom-style: hidden;
|
14183 |
}
|
14184 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14185 |
border-bottom-style: hidden;
|
14186 |
}
|
14187 |
}
|
14188 |
|
14189 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14190 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
14191 |
border-left-style: inherit;
|
14192 |
}
|
14193 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14194 |
border-bottom-style: inherit;
|
14195 |
}
|
14196 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14197 |
border-bottom-style: inherit;
|
14198 |
}
|
14199 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14200 |
border-bottom-style: inherit;
|
14201 |
}
|
14202 |
}
|
14203 |
|
14204 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14205 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14206 |
border-right-style: hidden;
|
14207 |
}
|
14208 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14209 |
border-bottom-style: hidden;
|
14210 |
}
|
14211 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14212 |
border-bottom-style: hidden;
|
14213 |
}
|
14214 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14215 |
border-bottom-style: hidden;
|
14216 |
}
|
14217 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14218 |
border-bottom-style: hidden;
|
14219 |
}
|
14220 |
}
|
14221 |
|
14222 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14223 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14224 |
border-left-style: inherit;
|
14225 |
}
|
14226 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14227 |
border-bottom-style: inherit;
|
14228 |
}
|
14229 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14230 |
border-bottom-style: inherit;
|
14231 |
}
|
14232 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14233 |
border-bottom-style: inherit;
|
14234 |
}
|
14235 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14236 |
border-bottom-style: inherit;
|
14237 |
}
|
14238 |
}
|
14239 |
|
14240 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14241 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14242 |
border-right-style: hidden;
|
14243 |
}
|
14244 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14245 |
border-bottom-style: hidden;
|
14246 |
}
|
14247 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14248 |
border-bottom-style: hidden;
|
14249 |
}
|
14250 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14251 |
border-bottom-style: hidden;
|
14252 |
}
|
14253 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14254 |
border-bottom-style: hidden;
|
14255 |
}
|
14256 |
}
|
14257 |
|
14258 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
14259 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14260 |
border-left-style: inherit;
|
14261 |
}
|
14262 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14263 |
border-bottom-style: inherit;
|
14264 |
}
|
14265 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14266 |
border-bottom-style: inherit;
|
14267 |
}
|
14268 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14269 |
border-bottom-style: inherit;
|
14270 |
}
|
14271 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14272 |
border-bottom-style: inherit;
|
14273 |
}
|
14274 |
}
|
14275 |
|
14276 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14277 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14278 |
border-right-style: hidden;
|
14279 |
}
|
14280 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14281 |
border-bottom-style: hidden;
|
14282 |
}
|
14283 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14284 |
border-bottom-style: hidden;
|
14285 |
}
|
14286 |
}
|
14287 |
|
14288 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14289 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14290 |
border-left-style: inherit;
|
14291 |
}
|
14292 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14293 |
border-bottom-style: inherit;
|
14294 |
}
|
14295 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14296 |
border-bottom-style: inherit;
|
14297 |
}
|
14298 |
}
|
14299 |
|
14300 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14301 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14302 |
border-right-style: hidden;
|
14303 |
}
|
14304 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14305 |
border-bottom-style: hidden;
|
14306 |
}
|
14307 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14308 |
border-bottom-style: hidden;
|
14309 |
}
|
14310 |
}
|
14311 |
|
14312 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14313 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14314 |
border-left-style: inherit;
|
14315 |
}
|
14316 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14317 |
border-bottom-style: inherit;
|
14318 |
}
|
14319 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14320 |
border-bottom-style: inherit;
|
14321 |
}
|
14322 |
}
|
14323 |
|
14324 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14325 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14326 |
border-right-style: hidden;
|
14327 |
}
|
14328 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14329 |
border-bottom-style: hidden;
|
14330 |
}
|
14331 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14332 |
border-bottom-style: hidden;
|
14333 |
}
|
14334 |
}
|
14335 |
|
14336 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14337 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14338 |
border-left-style: inherit;
|
14339 |
}
|
14340 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14341 |
border-bottom-style: inherit;
|
14342 |
}
|
14343 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14344 |
border-bottom-style: inherit;
|
14345 |
}
|
14346 |
}
|
14347 |
|
14348 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14349 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14350 |
border-right-style: hidden;
|
14351 |
}
|
14352 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14353 |
border-bottom-style: hidden;
|
14354 |
}
|
14355 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14356 |
border-bottom-style: hidden;
|
14357 |
}
|
14358 |
}
|
14359 |
|
14360 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14361 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14362 |
border-left-style: inherit;
|
14363 |
}
|
14364 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14365 |
border-bottom-style: inherit;
|
14366 |
}
|
14367 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14368 |
border-bottom-style: inherit;
|
14369 |
}
|
14370 |
}
|
14371 |
|
14372 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14373 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14374 |
border-right-style: hidden;
|
14375 |
}
|
14376 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14377 |
border-bottom-style: hidden;
|
14378 |
}
|
14379 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14380 |
border-bottom-style: hidden;
|
14381 |
}
|
14382 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14383 |
border-bottom-style: hidden;
|
14384 |
}
|
14385 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14386 |
border-bottom-style: hidden;
|
14387 |
}
|
14388 |
}
|
14389 |
|
14390 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14391 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14392 |
border-left-style: inherit;
|
14393 |
}
|
14394 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14395 |
border-bottom-style: inherit;
|
14396 |
}
|
14397 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14398 |
border-bottom-style: inherit;
|
14399 |
}
|
14400 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14401 |
border-bottom-style: inherit;
|
14402 |
}
|
14403 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14404 |
border-bottom-style: inherit;
|
14405 |
}
|
14406 |
}
|
14407 |
|
14408 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14409 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14410 |
border-right-style: hidden;
|
14411 |
}
|
14412 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14413 |
border-bottom-style: hidden;
|
14414 |
}
|
14415 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14416 |
border-bottom-style: hidden;
|
14417 |
}
|
14418 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14419 |
border-bottom-style: hidden;
|
14420 |
}
|
14421 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14422 |
border-bottom-style: hidden;
|
14423 |
}
|
14424 |
}
|
14425 |
|
14426 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
14427 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14428 |
border-left-style: inherit;
|
14429 |
}
|
14430 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14431 |
border-bottom-style: inherit;
|
14432 |
}
|
14433 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14434 |
border-bottom-style: inherit;
|
14435 |
}
|
14436 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14437 |
border-bottom-style: inherit;
|
14438 |
}
|
14439 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14440 |
border-bottom-style: inherit;
|
14441 |
}
|
14442 |
}
|
14443 |
|
14444 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14445 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14446 |
border-right-style: hidden;
|
14447 |
}
|
14448 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14449 |
border-bottom-style: hidden;
|
14450 |
}
|
14451 |
}
|
14452 |
|
14453 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14454 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14455 |
border-left-style: inherit;
|
14456 |
}
|
14457 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14458 |
border-bottom-style: inherit;
|
14459 |
}
|
14460 |
}
|
14461 |
|
14462 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14463 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14464 |
border-right-style: hidden;
|
14465 |
}
|
14466 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14467 |
border-bottom-style: hidden;
|
14468 |
}
|
14469 |
}
|
14470 |
|
14471 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14472 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14473 |
border-left-style: inherit;
|
14474 |
}
|
14475 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14476 |
border-bottom-style: inherit;
|
14477 |
}
|
14478 |
}
|
14479 |
|
14480 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14481 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14482 |
border-right-style: hidden;
|
14483 |
}
|
14484 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14485 |
border-bottom-style: hidden;
|
14486 |
}
|
14487 |
}
|
14488 |
|
14489 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14490 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14491 |
border-left-style: inherit;
|
14492 |
}
|
14493 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14494 |
border-bottom-style: inherit;
|
14495 |
}
|
14496 |
}
|
14497 |
|
14498 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14499 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14500 |
border-right-style: hidden;
|
14501 |
}
|
14502 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14503 |
border-bottom-style: hidden;
|
14504 |
}
|
14505 |
}
|
14506 |
|
14507 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14508 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14509 |
border-left-style: inherit;
|
14510 |
}
|
14511 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14512 |
border-bottom-style: inherit;
|
14513 |
}
|
14514 |
}
|
14515 |
|
14516 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14517 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14518 |
border-right-style: hidden;
|
14519 |
}
|
14520 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14521 |
border-bottom-style: hidden;
|
14522 |
}
|
14523 |
}
|
14524 |
|
14525 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14526 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14527 |
border-left-style: inherit;
|
14528 |
}
|
14529 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14530 |
border-bottom-style: inherit;
|
14531 |
}
|
14532 |
}
|
14533 |
|
14534 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14535 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14536 |
border-right-style: hidden;
|
14537 |
}
|
14538 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14539 |
border-bottom-style: hidden;
|
14540 |
}
|
14541 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14542 |
border-bottom-style: hidden;
|
14543 |
}
|
14544 |
}
|
14545 |
|
14546 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14547 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14548 |
border-left-style: inherit;
|
14549 |
}
|
14550 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14551 |
border-bottom-style: inherit;
|
14552 |
}
|
14553 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14554 |
border-bottom-style: inherit;
|
14555 |
}
|
14556 |
}
|
14557 |
|
14558 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14559 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14560 |
border-right-style: hidden;
|
14561 |
}
|
14562 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14563 |
border-bottom-style: hidden;
|
14564 |
}
|
14565 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14566 |
border-bottom-style: hidden;
|
14567 |
}
|
14568 |
}
|
14569 |
|
14570 |
@media only screen and (max-width: 680px) and (min-width: 0) {
|
14571 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14572 |
border-left-style: inherit;
|
14573 |
}
|
14574 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14575 |
border-bottom-style: inherit;
|
14576 |
}
|
14577 |
+
.qodef-qi-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14578 |
border-bottom-style: inherit;
|
14579 |
}
|
14580 |
}
|
14581 |
|
14582 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14583 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14584 |
border-right-style: hidden;
|
14585 |
}
|
14586 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14587 |
border-bottom-style: hidden;
|
14588 |
}
|
14589 |
}
|
14590 |
|
14591 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14592 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14593 |
border-left-style: inherit;
|
14594 |
}
|
14595 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14596 |
border-bottom-style: inherit;
|
14597 |
}
|
14598 |
}
|
14599 |
|
14600 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14601 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14602 |
border-right-style: hidden;
|
14603 |
}
|
14604 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14605 |
border-bottom-style: hidden;
|
14606 |
}
|
14607 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14608 |
border-bottom-style: hidden;
|
14609 |
}
|
14610 |
}
|
14611 |
|
14612 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14613 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14614 |
border-left-style: inherit;
|
14615 |
}
|
14616 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14617 |
border-bottom-style: inherit;
|
14618 |
}
|
14619 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14620 |
border-bottom-style: inherit;
|
14621 |
}
|
14622 |
}
|
14623 |
|
14624 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14625 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
14626 |
border-right-style: hidden;
|
14627 |
}
|
14628 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14629 |
border-bottom-style: hidden;
|
14630 |
}
|
14631 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14632 |
border-bottom-style: hidden;
|
14633 |
}
|
14634 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14635 |
border-bottom-style: hidden;
|
14636 |
}
|
14637 |
}
|
14638 |
|
14639 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14640 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
14641 |
border-left-style: inherit;
|
14642 |
}
|
14643 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14644 |
border-bottom-style: inherit;
|
14645 |
}
|
14646 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14647 |
border-bottom-style: inherit;
|
14648 |
}
|
14649 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14650 |
border-bottom-style: inherit;
|
14651 |
}
|
14652 |
}
|
14653 |
|
14654 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14655 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14656 |
border-right-style: hidden;
|
14657 |
}
|
14658 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14659 |
border-bottom-style: hidden;
|
14660 |
}
|
14661 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14662 |
border-bottom-style: hidden;
|
14663 |
}
|
14664 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14665 |
border-bottom-style: hidden;
|
14666 |
}
|
14667 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14668 |
border-bottom-style: hidden;
|
14669 |
}
|
14670 |
}
|
14671 |
|
14672 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14673 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14674 |
border-left-style: inherit;
|
14675 |
}
|
14676 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14677 |
border-bottom-style: inherit;
|
14678 |
}
|
14679 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14680 |
border-bottom-style: inherit;
|
14681 |
}
|
14682 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14683 |
border-bottom-style: inherit;
|
14684 |
}
|
14685 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14686 |
border-bottom-style: inherit;
|
14687 |
}
|
14688 |
}
|
14689 |
|
14690 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14691 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
14692 |
border-right-style: hidden;
|
14693 |
}
|
14694 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14695 |
border-bottom-style: hidden;
|
14696 |
}
|
14697 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14698 |
border-bottom-style: hidden;
|
14699 |
}
|
14700 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14701 |
border-bottom-style: hidden;
|
14702 |
}
|
14703 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14704 |
border-bottom-style: hidden;
|
14705 |
}
|
14706 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14707 |
border-bottom-style: hidden;
|
14708 |
}
|
14709 |
}
|
14710 |
|
14711 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14712 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
14713 |
border-left-style: inherit;
|
14714 |
}
|
14715 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14716 |
border-bottom-style: inherit;
|
14717 |
}
|
14718 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14719 |
border-bottom-style: inherit;
|
14720 |
}
|
14721 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14722 |
border-bottom-style: inherit;
|
14723 |
}
|
14724 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14725 |
border-bottom-style: inherit;
|
14726 |
}
|
14727 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14728 |
border-bottom-style: inherit;
|
14729 |
}
|
14730 |
}
|
14731 |
|
14732 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14733 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
14734 |
border-right-style: hidden;
|
14735 |
}
|
14736 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14737 |
border-bottom-style: hidden;
|
14738 |
}
|
14739 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14740 |
border-bottom-style: hidden;
|
14741 |
}
|
14742 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14743 |
border-bottom-style: hidden;
|
14744 |
}
|
14745 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14746 |
border-bottom-style: hidden;
|
14747 |
}
|
14748 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14749 |
border-bottom-style: hidden;
|
14750 |
}
|
14751 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14752 |
border-bottom-style: hidden;
|
14753 |
}
|
14754 |
}
|
14755 |
|
14756 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14757 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
14758 |
border-left-style: inherit;
|
14759 |
}
|
14760 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14761 |
border-bottom-style: inherit;
|
14762 |
}
|
14763 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14764 |
border-bottom-style: inherit;
|
14765 |
}
|
14766 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14767 |
border-bottom-style: inherit;
|
14768 |
}
|
14769 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14770 |
border-bottom-style: inherit;
|
14771 |
}
|
14772 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14773 |
border-bottom-style: inherit;
|
14774 |
}
|
14775 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14776 |
border-bottom-style: inherit;
|
14777 |
}
|
14778 |
}
|
14779 |
|
14780 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14781 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
14782 |
border-right-style: hidden;
|
14783 |
}
|
14784 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14785 |
border-bottom-style: hidden;
|
14786 |
}
|
14787 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14788 |
border-bottom-style: hidden;
|
14789 |
}
|
14790 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14791 |
border-bottom-style: hidden;
|
14792 |
}
|
14793 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14794 |
border-bottom-style: hidden;
|
14795 |
}
|
14796 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14797 |
border-bottom-style: hidden;
|
14798 |
}
|
14799 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14800 |
border-bottom-style: hidden;
|
14801 |
}
|
14802 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
14803 |
border-bottom-style: hidden;
|
14804 |
}
|
14805 |
}
|
14806 |
|
14807 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14808 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
14809 |
border-left-style: inherit;
|
14810 |
}
|
14811 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14812 |
border-bottom-style: inherit;
|
14813 |
}
|
14814 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14815 |
border-bottom-style: inherit;
|
14816 |
}
|
14817 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14818 |
border-bottom-style: inherit;
|
14819 |
}
|
14820 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14821 |
border-bottom-style: inherit;
|
14822 |
}
|
14823 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14824 |
border-bottom-style: inherit;
|
14825 |
}
|
14826 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14827 |
border-bottom-style: inherit;
|
14828 |
}
|
14829 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
14830 |
border-bottom-style: inherit;
|
14831 |
}
|
14832 |
}
|
14833 |
|
14834 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14835 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
14836 |
border-right-style: hidden;
|
14837 |
}
|
14838 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14839 |
border-bottom-style: hidden;
|
14840 |
}
|
14841 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14842 |
border-bottom-style: hidden;
|
14843 |
}
|
14844 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14845 |
border-bottom-style: hidden;
|
14846 |
}
|
14847 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14848 |
border-bottom-style: hidden;
|
14849 |
}
|
14850 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14851 |
border-bottom-style: hidden;
|
14852 |
}
|
14853 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14854 |
border-bottom-style: hidden;
|
14855 |
}
|
14856 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
14857 |
border-bottom-style: hidden;
|
14858 |
}
|
14859 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
14860 |
border-bottom-style: hidden;
|
14861 |
}
|
14862 |
}
|
14863 |
|
14864 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14865 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
14866 |
border-left-style: inherit;
|
14867 |
}
|
14868 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14869 |
border-bottom-style: inherit;
|
14870 |
}
|
14871 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14872 |
border-bottom-style: inherit;
|
14873 |
}
|
14874 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14875 |
border-bottom-style: inherit;
|
14876 |
}
|
14877 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14878 |
border-bottom-style: inherit;
|
14879 |
}
|
14880 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
14881 |
border-bottom-style: inherit;
|
14882 |
}
|
14883 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
14884 |
border-bottom-style: inherit;
|
14885 |
}
|
14886 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
14887 |
border-bottom-style: inherit;
|
14888 |
}
|
14889 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
14890 |
border-bottom-style: inherit;
|
14891 |
}
|
14892 |
}
|
14893 |
|
14894 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14895 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
14896 |
border-right-style: hidden;
|
14897 |
}
|
14898 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14899 |
border-bottom-style: hidden;
|
14900 |
}
|
14901 |
}
|
14902 |
|
14903 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14904 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
14905 |
border-left-style: inherit;
|
14906 |
}
|
14907 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14908 |
border-bottom-style: inherit;
|
14909 |
}
|
14910 |
}
|
14911 |
|
14912 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14913 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
14914 |
border-right-style: hidden;
|
14915 |
}
|
14916 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14917 |
border-bottom-style: hidden;
|
14918 |
}
|
14919 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14920 |
border-bottom-style: hidden;
|
14921 |
}
|
14922 |
}
|
14923 |
|
14924 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14925 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
14926 |
border-left-style: inherit;
|
14927 |
}
|
14928 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14929 |
border-bottom-style: inherit;
|
14930 |
}
|
14931 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14932 |
border-bottom-style: inherit;
|
14933 |
}
|
14934 |
}
|
14935 |
|
14936 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14937 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
14938 |
border-right-style: hidden;
|
14939 |
}
|
14940 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14941 |
border-bottom-style: hidden;
|
14942 |
}
|
14943 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14944 |
border-bottom-style: hidden;
|
14945 |
}
|
14946 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14947 |
border-bottom-style: hidden;
|
14948 |
}
|
14949 |
}
|
14950 |
|
14951 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14952 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
14953 |
border-left-style: inherit;
|
14954 |
}
|
14955 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14956 |
border-bottom-style: inherit;
|
14957 |
}
|
14958 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14959 |
border-bottom-style: inherit;
|
14960 |
}
|
14961 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14962 |
border-bottom-style: inherit;
|
14963 |
}
|
14964 |
}
|
14965 |
|
14966 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14967 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
14968 |
border-right-style: hidden;
|
14969 |
}
|
14970 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14971 |
border-bottom-style: hidden;
|
14972 |
}
|
14973 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14974 |
border-bottom-style: hidden;
|
14975 |
}
|
14976 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14977 |
border-bottom-style: hidden;
|
14978 |
}
|
14979 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14980 |
border-bottom-style: hidden;
|
14981 |
}
|
14982 |
}
|
14983 |
|
14984 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
14985 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
14986 |
border-left-style: inherit;
|
14987 |
}
|
14988 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
14989 |
border-bottom-style: inherit;
|
14990 |
}
|
14991 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
14992 |
border-bottom-style: inherit;
|
14993 |
}
|
14994 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
14995 |
border-bottom-style: inherit;
|
14996 |
}
|
14997 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
14998 |
border-bottom-style: inherit;
|
14999 |
}
|
15000 |
}
|
15001 |
|
15002 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15003 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
15004 |
border-right-style: hidden;
|
15005 |
}
|
15006 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15007 |
border-bottom-style: hidden;
|
15008 |
}
|
15009 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15010 |
border-bottom-style: hidden;
|
15011 |
}
|
15012 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15013 |
border-bottom-style: hidden;
|
15014 |
}
|
15015 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15016 |
border-bottom-style: hidden;
|
15017 |
}
|
15018 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15019 |
border-bottom-style: hidden;
|
15020 |
}
|
15021 |
}
|
15022 |
|
15023 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15024 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
15025 |
border-left-style: inherit;
|
15026 |
}
|
15027 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15028 |
border-bottom-style: inherit;
|
15029 |
}
|
15030 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15031 |
border-bottom-style: inherit;
|
15032 |
}
|
15033 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15034 |
border-bottom-style: inherit;
|
15035 |
}
|
15036 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15037 |
border-bottom-style: inherit;
|
15038 |
}
|
15039 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15040 |
border-bottom-style: inherit;
|
15041 |
}
|
15042 |
}
|
15043 |
|
15044 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15045 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
15046 |
border-right-style: hidden;
|
15047 |
}
|
15048 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15049 |
border-bottom-style: hidden;
|
15050 |
}
|
15051 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15052 |
border-bottom-style: hidden;
|
15053 |
}
|
15054 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15055 |
border-bottom-style: hidden;
|
15056 |
}
|
15057 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15058 |
border-bottom-style: hidden;
|
15059 |
}
|
15060 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15061 |
border-bottom-style: hidden;
|
15062 |
}
|
15063 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15064 |
border-bottom-style: hidden;
|
15065 |
}
|
15066 |
}
|
15067 |
|
15068 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15069 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
15070 |
border-left-style: inherit;
|
15071 |
}
|
15072 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15073 |
border-bottom-style: inherit;
|
15074 |
}
|
15075 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15076 |
border-bottom-style: inherit;
|
15077 |
}
|
15078 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15079 |
border-bottom-style: inherit;
|
15080 |
}
|
15081 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15082 |
border-bottom-style: inherit;
|
15083 |
}
|
15084 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15085 |
border-bottom-style: inherit;
|
15086 |
}
|
15087 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15088 |
border-bottom-style: inherit;
|
15089 |
}
|
15090 |
}
|
15091 |
|
15092 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15093 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
15094 |
border-right-style: hidden;
|
15095 |
}
|
15096 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15097 |
border-bottom-style: hidden;
|
15098 |
}
|
15099 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15100 |
border-bottom-style: hidden;
|
15101 |
}
|
15102 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15103 |
border-bottom-style: hidden;
|
15104 |
}
|
15105 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15106 |
border-bottom-style: hidden;
|
15107 |
}
|
15108 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15109 |
border-bottom-style: hidden;
|
15110 |
}
|
15111 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15112 |
border-bottom-style: hidden;
|
15113 |
}
|
15114 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15115 |
border-bottom-style: hidden;
|
15116 |
}
|
15117 |
}
|
15118 |
|
15119 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15120 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
15121 |
border-left-style: inherit;
|
15122 |
}
|
15123 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15124 |
border-bottom-style: inherit;
|
15125 |
}
|
15126 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15127 |
border-bottom-style: inherit;
|
15128 |
}
|
15129 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15130 |
border-bottom-style: inherit;
|
15131 |
}
|
15132 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15133 |
border-bottom-style: inherit;
|
15134 |
}
|
15135 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15136 |
border-bottom-style: inherit;
|
15137 |
}
|
15138 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15139 |
border-bottom-style: inherit;
|
15140 |
}
|
15141 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15142 |
border-bottom-style: inherit;
|
15143 |
}
|
15144 |
}
|
15145 |
|
15146 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15147 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
15148 |
border-right-style: hidden;
|
15149 |
}
|
15150 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15151 |
border-bottom-style: hidden;
|
15152 |
}
|
15153 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15154 |
border-bottom-style: hidden;
|
15155 |
}
|
15156 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15157 |
border-bottom-style: hidden;
|
15158 |
}
|
15159 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15160 |
border-bottom-style: hidden;
|
15161 |
}
|
15162 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15163 |
border-bottom-style: hidden;
|
15164 |
}
|
15165 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15166 |
border-bottom-style: hidden;
|
15167 |
}
|
15168 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15169 |
border-bottom-style: hidden;
|
15170 |
}
|
15171 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15172 |
border-bottom-style: hidden;
|
15173 |
}
|
15174 |
}
|
15175 |
|
15176 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15177 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
15178 |
border-left-style: inherit;
|
15179 |
}
|
15180 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15181 |
border-bottom-style: inherit;
|
15182 |
}
|
15183 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15184 |
border-bottom-style: inherit;
|
15185 |
}
|
15186 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15187 |
border-bottom-style: inherit;
|
15188 |
}
|
15189 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15190 |
border-bottom-style: inherit;
|
15191 |
}
|
15192 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15193 |
border-bottom-style: inherit;
|
15194 |
}
|
15195 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15196 |
border-bottom-style: inherit;
|
15197 |
}
|
15198 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15199 |
border-bottom-style: inherit;
|
15200 |
}
|
15201 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15202 |
border-bottom-style: inherit;
|
15203 |
}
|
15204 |
}
|
15205 |
|
15206 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15207 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
15208 |
border-right-style: hidden;
|
15209 |
}
|
15210 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15211 |
border-bottom-style: hidden;
|
15212 |
}
|
15213 |
}
|
15214 |
|
15215 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15216 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
15217 |
border-left-style: inherit;
|
15218 |
}
|
15219 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15220 |
border-bottom-style: inherit;
|
15221 |
}
|
15222 |
}
|
15223 |
|
15224 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15225 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
15226 |
border-right-style: hidden;
|
15227 |
}
|
15228 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15229 |
border-bottom-style: hidden;
|
15230 |
}
|
15231 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15232 |
border-bottom-style: hidden;
|
15233 |
}
|
15234 |
}
|
15235 |
|
15236 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15237 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
15238 |
border-left-style: inherit;
|
15239 |
}
|
15240 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15241 |
border-bottom-style: inherit;
|
15242 |
}
|
15243 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15244 |
border-bottom-style: inherit;
|
15245 |
}
|
15246 |
}
|
15247 |
|
15248 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15249 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
15250 |
border-right-style: hidden;
|
15251 |
}
|
15252 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15253 |
border-bottom-style: hidden;
|
15254 |
}
|
15255 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15256 |
border-bottom-style: hidden;
|
15257 |
}
|
15258 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15259 |
border-bottom-style: hidden;
|
15260 |
}
|
15261 |
}
|
15262 |
|
15263 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15264 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
15265 |
border-left-style: inherit;
|
15266 |
}
|
15267 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15268 |
border-bottom-style: inherit;
|
15269 |
}
|
15270 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15271 |
border-bottom-style: inherit;
|
15272 |
}
|
15273 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15274 |
border-bottom-style: inherit;
|
15275 |
}
|
15276 |
}
|
15277 |
|
15278 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15279 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
15280 |
border-right-style: hidden;
|
15281 |
}
|
15282 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15283 |
border-bottom-style: hidden;
|
15284 |
}
|
15285 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15286 |
border-bottom-style: hidden;
|
15287 |
}
|
15288 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15289 |
border-bottom-style: hidden;
|
15290 |
}
|
15291 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15292 |
border-bottom-style: hidden;
|
15293 |
}
|
15294 |
}
|
15295 |
|
15296 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15297 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
15298 |
border-left-style: inherit;
|
15299 |
}
|
15300 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15301 |
border-bottom-style: inherit;
|
15302 |
}
|
15303 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15304 |
border-bottom-style: inherit;
|
15305 |
}
|
15306 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15307 |
border-bottom-style: inherit;
|
15308 |
}
|
15309 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15310 |
border-bottom-style: inherit;
|
15311 |
}
|
15312 |
}
|
15313 |
|
15314 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15315 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
15316 |
border-right-style: hidden;
|
15317 |
}
|
15318 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15319 |
border-bottom-style: hidden;
|
15320 |
}
|
15321 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15322 |
border-bottom-style: hidden;
|
15323 |
}
|
15324 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15325 |
border-bottom-style: hidden;
|
15326 |
}
|
15327 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15328 |
border-bottom-style: hidden;
|
15329 |
}
|
15330 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15331 |
border-bottom-style: hidden;
|
15332 |
}
|
15333 |
}
|
15334 |
|
15335 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15336 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
15337 |
border-left-style: inherit;
|
15338 |
}
|
15339 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15340 |
border-bottom-style: inherit;
|
15341 |
}
|
15342 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15343 |
border-bottom-style: inherit;
|
15344 |
}
|
15345 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15346 |
border-bottom-style: inherit;
|
15347 |
}
|
15348 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15349 |
border-bottom-style: inherit;
|
15350 |
}
|
15351 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15352 |
border-bottom-style: inherit;
|
15353 |
}
|
15354 |
}
|
15355 |
|
15356 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15357 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
15358 |
border-right-style: hidden;
|
15359 |
}
|
15360 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15361 |
border-bottom-style: hidden;
|
15362 |
}
|
15363 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15364 |
border-bottom-style: hidden;
|
15365 |
}
|
15366 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15367 |
border-bottom-style: hidden;
|
15368 |
}
|
15369 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15370 |
border-bottom-style: hidden;
|
15371 |
}
|
15372 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15373 |
border-bottom-style: hidden;
|
15374 |
}
|
15375 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15376 |
border-bottom-style: hidden;
|
15377 |
}
|
15378 |
}
|
15379 |
|
15380 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15381 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
15382 |
border-left-style: inherit;
|
15383 |
}
|
15384 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15385 |
border-bottom-style: inherit;
|
15386 |
}
|
15387 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15388 |
border-bottom-style: inherit;
|
15389 |
}
|
15390 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15391 |
border-bottom-style: inherit;
|
15392 |
}
|
15393 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15394 |
border-bottom-style: inherit;
|
15395 |
}
|
15396 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15397 |
border-bottom-style: inherit;
|
15398 |
}
|
15399 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15400 |
border-bottom-style: inherit;
|
15401 |
}
|
15402 |
}
|
15403 |
|
15404 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15405 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
15406 |
border-right-style: hidden;
|
15407 |
}
|
15408 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15409 |
border-bottom-style: hidden;
|
15410 |
}
|
15411 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15412 |
border-bottom-style: hidden;
|
15413 |
}
|
15414 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15415 |
border-bottom-style: hidden;
|
15416 |
}
|
15417 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15418 |
border-bottom-style: hidden;
|
15419 |
}
|
15420 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15421 |
border-bottom-style: hidden;
|
15422 |
}
|
15423 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15424 |
border-bottom-style: hidden;
|
15425 |
}
|
15426 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15427 |
border-bottom-style: hidden;
|
15428 |
}
|
15429 |
}
|
15430 |
|
15431 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15432 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
15433 |
border-left-style: inherit;
|
15434 |
}
|
15435 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15436 |
border-bottom-style: inherit;
|
15437 |
}
|
15438 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15439 |
border-bottom-style: inherit;
|
15440 |
}
|
15441 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15442 |
border-bottom-style: inherit;
|
15443 |
}
|
15444 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15445 |
border-bottom-style: inherit;
|
15446 |
}
|
15447 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15448 |
border-bottom-style: inherit;
|
15449 |
}
|
15450 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15451 |
border-bottom-style: inherit;
|
15452 |
}
|
15453 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15454 |
border-bottom-style: inherit;
|
15455 |
}
|
15456 |
}
|
15457 |
|
15458 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15459 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
15460 |
border-right-style: hidden;
|
15461 |
}
|
15462 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15463 |
border-bottom-style: hidden;
|
15464 |
}
|
15465 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15466 |
border-bottom-style: hidden;
|
15467 |
}
|
15468 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15469 |
border-bottom-style: hidden;
|
15470 |
}
|
15471 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15472 |
border-bottom-style: hidden;
|
15473 |
}
|
15474 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15475 |
border-bottom-style: hidden;
|
15476 |
}
|
15477 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15478 |
border-bottom-style: hidden;
|
15479 |
}
|
15480 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15481 |
border-bottom-style: hidden;
|
15482 |
}
|
15483 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15484 |
border-bottom-style: hidden;
|
15485 |
}
|
15486 |
}
|
15487 |
|
15488 |
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
|
15489 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
15490 |
border-left-style: inherit;
|
15491 |
}
|
15492 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15493 |
border-bottom-style: inherit;
|
15494 |
}
|
15495 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15496 |
border-bottom-style: inherit;
|
15497 |
}
|
15498 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15499 |
border-bottom-style: inherit;
|
15500 |
}
|
15501 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15502 |
border-bottom-style: inherit;
|
15503 |
}
|
15504 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15505 |
border-bottom-style: inherit;
|
15506 |
}
|
15507 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15508 |
border-bottom-style: inherit;
|
15509 |
}
|
15510 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15511 |
border-bottom-style: inherit;
|
15512 |
}
|
15513 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15514 |
border-bottom-style: inherit;
|
15515 |
}
|
15516 |
}
|
15517 |
|
15518 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15519 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
15520 |
border-right-style: hidden;
|
15521 |
}
|
15522 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15523 |
border-bottom-style: hidden;
|
15524 |
}
|
15525 |
}
|
15526 |
|
15527 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15528 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
15529 |
border-left-style: inherit;
|
15530 |
}
|
15531 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15532 |
border-bottom-style: inherit;
|
15533 |
}
|
15534 |
}
|
15535 |
|
15536 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15537 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
15538 |
border-right-style: hidden;
|
15539 |
}
|
15540 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15541 |
border-bottom-style: hidden;
|
15542 |
}
|
15543 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15544 |
border-bottom-style: hidden;
|
15545 |
}
|
15546 |
}
|
15547 |
|
15548 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15549 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
15550 |
border-left-style: inherit;
|
15551 |
}
|
15552 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15553 |
border-bottom-style: inherit;
|
15554 |
}
|
15555 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15556 |
border-bottom-style: inherit;
|
15557 |
}
|
15558 |
}
|
15559 |
|
15560 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15561 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
15562 |
border-right-style: hidden;
|
15563 |
}
|
15564 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15565 |
border-bottom-style: hidden;
|
15566 |
}
|
15567 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15568 |
border-bottom-style: hidden;
|
15569 |
}
|
15570 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15571 |
border-bottom-style: hidden;
|
15572 |
}
|
15573 |
}
|
15574 |
|
15575 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15576 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
15577 |
border-left-style: inherit;
|
15578 |
}
|
15579 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15580 |
border-bottom-style: inherit;
|
15581 |
}
|
15582 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15583 |
border-bottom-style: inherit;
|
15584 |
}
|
15585 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15586 |
border-bottom-style: inherit;
|
15587 |
}
|
15588 |
}
|
15589 |
|
15590 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15591 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
15592 |
border-right-style: hidden;
|
15593 |
}
|
15594 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15595 |
border-bottom-style: hidden;
|
15596 |
}
|
15597 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15598 |
border-bottom-style: hidden;
|
15599 |
}
|
15600 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15601 |
border-bottom-style: hidden;
|
15602 |
}
|
15603 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15604 |
border-bottom-style: hidden;
|
15605 |
}
|
15606 |
}
|
15607 |
|
15608 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15609 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
15610 |
border-left-style: inherit;
|
15611 |
}
|
15612 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15613 |
border-bottom-style: inherit;
|
15614 |
}
|
15615 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15616 |
border-bottom-style: inherit;
|
15617 |
}
|
15618 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15619 |
border-bottom-style: inherit;
|
15620 |
}
|
15621 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15622 |
border-bottom-style: inherit;
|
15623 |
}
|
15624 |
}
|
15625 |
|
15626 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15627 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
15628 |
border-right-style: hidden;
|
15629 |
}
|
15630 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15631 |
border-bottom-style: hidden;
|
15632 |
}
|
15633 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15634 |
border-bottom-style: hidden;
|
15635 |
}
|
15636 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15637 |
border-bottom-style: hidden;
|
15638 |
}
|
15639 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15640 |
border-bottom-style: hidden;
|
15641 |
}
|
15642 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15643 |
border-bottom-style: hidden;
|
15644 |
}
|
15645 |
}
|
15646 |
|
15647 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15648 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
15649 |
border-left-style: inherit;
|
15650 |
}
|
15651 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15652 |
border-bottom-style: inherit;
|
15653 |
}
|
15654 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15655 |
border-bottom-style: inherit;
|
15656 |
}
|
15657 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15658 |
border-bottom-style: inherit;
|
15659 |
}
|
15660 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15661 |
border-bottom-style: inherit;
|
15662 |
}
|
15663 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15664 |
border-bottom-style: inherit;
|
15665 |
}
|
15666 |
}
|
15667 |
|
15668 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15669 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
15670 |
border-right-style: hidden;
|
15671 |
}
|
15672 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15673 |
border-bottom-style: hidden;
|
15674 |
}
|
15675 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15676 |
border-bottom-style: hidden;
|
15677 |
}
|
15678 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15679 |
border-bottom-style: hidden;
|
15680 |
}
|
15681 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15682 |
border-bottom-style: hidden;
|
15683 |
}
|
15684 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15685 |
border-bottom-style: hidden;
|
15686 |
}
|
15687 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15688 |
border-bottom-style: hidden;
|
15689 |
}
|
15690 |
}
|
15691 |
|
15692 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15693 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
15694 |
border-left-style: inherit;
|
15695 |
}
|
15696 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15697 |
border-bottom-style: inherit;
|
15698 |
}
|
15699 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15700 |
border-bottom-style: inherit;
|
15701 |
}
|
15702 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15703 |
border-bottom-style: inherit;
|
15704 |
}
|
15705 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15706 |
border-bottom-style: inherit;
|
15707 |
}
|
15708 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15709 |
border-bottom-style: inherit;
|
15710 |
}
|
15711 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15712 |
border-bottom-style: inherit;
|
15713 |
}
|
15714 |
}
|
15715 |
|
15716 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15717 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
15718 |
border-right-style: hidden;
|
15719 |
}
|
15720 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15721 |
border-bottom-style: hidden;
|
15722 |
}
|
15723 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15724 |
border-bottom-style: hidden;
|
15725 |
}
|
15726 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15727 |
border-bottom-style: hidden;
|
15728 |
}
|
15729 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15730 |
border-bottom-style: hidden;
|
15731 |
}
|
15732 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15733 |
border-bottom-style: hidden;
|
15734 |
}
|
15735 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15736 |
border-bottom-style: hidden;
|
15737 |
}
|
15738 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15739 |
border-bottom-style: hidden;
|
15740 |
}
|
15741 |
}
|
15742 |
|
15743 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15744 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
15745 |
border-left-style: inherit;
|
15746 |
}
|
15747 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15748 |
border-bottom-style: inherit;
|
15749 |
}
|
15750 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15751 |
border-bottom-style: inherit;
|
15752 |
}
|
15753 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15754 |
border-bottom-style: inherit;
|
15755 |
}
|
15756 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15757 |
border-bottom-style: inherit;
|
15758 |
}
|
15759 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15760 |
border-bottom-style: inherit;
|
15761 |
}
|
15762 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15763 |
border-bottom-style: inherit;
|
15764 |
}
|
15765 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15766 |
border-bottom-style: inherit;
|
15767 |
}
|
15768 |
}
|
15769 |
|
15770 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15771 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
15772 |
border-right-style: hidden;
|
15773 |
}
|
15774 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15775 |
border-bottom-style: hidden;
|
15776 |
}
|
15777 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15778 |
border-bottom-style: hidden;
|
15779 |
}
|
15780 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15781 |
border-bottom-style: hidden;
|
15782 |
}
|
15783 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15784 |
border-bottom-style: hidden;
|
15785 |
}
|
15786 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15787 |
border-bottom-style: hidden;
|
15788 |
}
|
15789 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15790 |
border-bottom-style: hidden;
|
15791 |
}
|
15792 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15793 |
border-bottom-style: hidden;
|
15794 |
}
|
15795 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15796 |
border-bottom-style: hidden;
|
15797 |
}
|
15798 |
}
|
15799 |
|
15800 |
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
|
15801 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
15802 |
border-left-style: inherit;
|
15803 |
}
|
15804 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15805 |
border-bottom-style: inherit;
|
15806 |
}
|
15807 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15808 |
border-bottom-style: inherit;
|
15809 |
}
|
15810 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15811 |
border-bottom-style: inherit;
|
15812 |
}
|
15813 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15814 |
border-bottom-style: inherit;
|
15815 |
}
|
15816 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15817 |
border-bottom-style: inherit;
|
15818 |
}
|
15819 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
15820 |
border-bottom-style: inherit;
|
15821 |
}
|
15822 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
15823 |
border-bottom-style: inherit;
|
15824 |
}
|
15825 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
15826 |
border-bottom-style: inherit;
|
15827 |
}
|
15828 |
}
|
15829 |
|
15830 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15831 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
15832 |
border-right-style: hidden;
|
15833 |
}
|
15834 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15835 |
border-bottom-style: hidden;
|
15836 |
}
|
15837 |
}
|
15838 |
|
15839 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15840 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
15841 |
border-left-style: inherit;
|
15842 |
}
|
15843 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15844 |
border-bottom-style: inherit;
|
15845 |
}
|
15846 |
}
|
15847 |
|
15848 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15849 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
15850 |
border-right-style: hidden;
|
15851 |
}
|
15852 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15853 |
border-bottom-style: hidden;
|
15854 |
}
|
15855 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15856 |
border-bottom-style: hidden;
|
15857 |
}
|
15858 |
}
|
15859 |
|
15860 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15861 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
15862 |
border-left-style: inherit;
|
15863 |
}
|
15864 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15865 |
border-bottom-style: inherit;
|
15866 |
}
|
15867 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15868 |
border-bottom-style: inherit;
|
15869 |
}
|
15870 |
}
|
15871 |
|
15872 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15873 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
15874 |
border-right-style: hidden;
|
15875 |
}
|
15876 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15877 |
border-bottom-style: hidden;
|
15878 |
}
|
15879 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15880 |
border-bottom-style: hidden;
|
15881 |
}
|
15882 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15883 |
border-bottom-style: hidden;
|
15884 |
}
|
15885 |
}
|
15886 |
|
15887 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15888 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
15889 |
border-left-style: inherit;
|
15890 |
}
|
15891 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15892 |
border-bottom-style: inherit;
|
15893 |
}
|
15894 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15895 |
border-bottom-style: inherit;
|
15896 |
}
|
15897 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15898 |
border-bottom-style: inherit;
|
15899 |
}
|
15900 |
}
|
15901 |
|
15902 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15903 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
15904 |
border-right-style: hidden;
|
15905 |
}
|
15906 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15907 |
border-bottom-style: hidden;
|
15908 |
}
|
15909 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15910 |
border-bottom-style: hidden;
|
15911 |
}
|
15912 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15913 |
border-bottom-style: hidden;
|
15914 |
}
|
15915 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15916 |
border-bottom-style: hidden;
|
15917 |
}
|
15918 |
}
|
15919 |
|
15920 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15921 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
15922 |
border-left-style: inherit;
|
15923 |
}
|
15924 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15925 |
border-bottom-style: inherit;
|
15926 |
}
|
15927 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15928 |
border-bottom-style: inherit;
|
15929 |
}
|
15930 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15931 |
border-bottom-style: inherit;
|
15932 |
}
|
15933 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15934 |
border-bottom-style: inherit;
|
15935 |
}
|
15936 |
}
|
15937 |
|
15938 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15939 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
15940 |
border-right-style: hidden;
|
15941 |
}
|
15942 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15943 |
border-bottom-style: hidden;
|
15944 |
}
|
15945 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15946 |
border-bottom-style: hidden;
|
15947 |
}
|
15948 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15949 |
border-bottom-style: hidden;
|
15950 |
}
|
15951 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15952 |
border-bottom-style: hidden;
|
15953 |
}
|
15954 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15955 |
border-bottom-style: hidden;
|
15956 |
}
|
15957 |
}
|
15958 |
|
15959 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15960 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
15961 |
border-left-style: inherit;
|
15962 |
}
|
15963 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15964 |
border-bottom-style: inherit;
|
15965 |
}
|
15966 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15967 |
border-bottom-style: inherit;
|
15968 |
}
|
15969 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15970 |
border-bottom-style: inherit;
|
15971 |
}
|
15972 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15973 |
border-bottom-style: inherit;
|
15974 |
}
|
15975 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15976 |
border-bottom-style: inherit;
|
15977 |
}
|
15978 |
}
|
15979 |
|
15980 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
15981 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
15982 |
border-right-style: hidden;
|
15983 |
}
|
15984 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
15985 |
border-bottom-style: hidden;
|
15986 |
}
|
15987 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
15988 |
border-bottom-style: hidden;
|
15989 |
}
|
15990 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
15991 |
border-bottom-style: hidden;
|
15992 |
}
|
15993 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
15994 |
border-bottom-style: hidden;
|
15995 |
}
|
15996 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
15997 |
border-bottom-style: hidden;
|
15998 |
}
|
15999 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16000 |
border-bottom-style: hidden;
|
16001 |
}
|
16002 |
}
|
16003 |
|
16004 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
16005 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
16006 |
border-left-style: inherit;
|
16007 |
}
|
16008 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16009 |
border-bottom-style: inherit;
|
16010 |
}
|
16011 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16012 |
border-bottom-style: inherit;
|
16013 |
}
|
16014 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16015 |
border-bottom-style: inherit;
|
16016 |
}
|
16017 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16018 |
border-bottom-style: inherit;
|
16019 |
}
|
16020 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16021 |
border-bottom-style: inherit;
|
16022 |
}
|
16023 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16024 |
border-bottom-style: inherit;
|
16025 |
}
|
16026 |
}
|
16027 |
|
16028 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
16029 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
16030 |
border-right-style: hidden;
|
16031 |
}
|
16032 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16033 |
border-bottom-style: hidden;
|
16034 |
}
|
16035 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16036 |
border-bottom-style: hidden;
|
16037 |
}
|
16038 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16039 |
border-bottom-style: hidden;
|
16040 |
}
|
16041 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16042 |
border-bottom-style: hidden;
|
16043 |
}
|
16044 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16045 |
border-bottom-style: hidden;
|
16046 |
}
|
16047 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16048 |
border-bottom-style: hidden;
|
16049 |
}
|
16050 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16051 |
border-bottom-style: hidden;
|
16052 |
}
|
16053 |
}
|
16054 |
|
16055 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
16056 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
16057 |
border-left-style: inherit;
|
16058 |
}
|
16059 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16060 |
border-bottom-style: inherit;
|
16061 |
}
|
16062 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16063 |
border-bottom-style: inherit;
|
16064 |
}
|
16065 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16066 |
border-bottom-style: inherit;
|
16067 |
}
|
16068 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16069 |
border-bottom-style: inherit;
|
16070 |
}
|
16071 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16072 |
border-bottom-style: inherit;
|
16073 |
}
|
16074 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16075 |
border-bottom-style: inherit;
|
16076 |
}
|
16077 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16078 |
border-bottom-style: inherit;
|
16079 |
}
|
16080 |
}
|
16081 |
|
16082 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
16083 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
16084 |
border-right-style: hidden;
|
16085 |
}
|
16086 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16087 |
border-bottom-style: hidden;
|
16088 |
}
|
16089 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16090 |
border-bottom-style: hidden;
|
16091 |
}
|
16092 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16093 |
border-bottom-style: hidden;
|
16094 |
}
|
16095 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16096 |
border-bottom-style: hidden;
|
16097 |
}
|
16098 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16099 |
border-bottom-style: hidden;
|
16100 |
}
|
16101 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16102 |
border-bottom-style: hidden;
|
16103 |
}
|
16104 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16105 |
border-bottom-style: hidden;
|
16106 |
}
|
16107 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16108 |
border-bottom-style: hidden;
|
16109 |
}
|
16110 |
}
|
16111 |
|
16112 |
@media only screen and (max-width: 1024px) and (min-width: 769px) {
|
16113 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
16114 |
border-left-style: inherit;
|
16115 |
}
|
16116 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16117 |
border-bottom-style: inherit;
|
16118 |
}
|
16119 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16120 |
border-bottom-style: inherit;
|
16121 |
}
|
16122 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16123 |
border-bottom-style: inherit;
|
16124 |
}
|
16125 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16126 |
border-bottom-style: inherit;
|
16127 |
}
|
16128 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16129 |
border-bottom-style: inherit;
|
16130 |
}
|
16131 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16132 |
border-bottom-style: inherit;
|
16133 |
}
|
16134 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16135 |
border-bottom-style: inherit;
|
16136 |
}
|
16137 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16138 |
border-bottom-style: inherit;
|
16139 |
}
|
16140 |
}
|
16141 |
|
16142 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16143 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
16144 |
border-right-style: hidden;
|
16145 |
}
|
16146 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16147 |
border-bottom-style: hidden;
|
16148 |
}
|
16149 |
}
|
16150 |
|
16151 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16152 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
16153 |
border-left-style: inherit;
|
16154 |
}
|
16155 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16156 |
border-bottom-style: inherit;
|
16157 |
}
|
16158 |
}
|
16159 |
|
16160 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16161 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
16162 |
border-right-style: hidden;
|
16163 |
}
|
16164 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16165 |
border-bottom-style: hidden;
|
16166 |
}
|
16167 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16168 |
border-bottom-style: hidden;
|
16169 |
}
|
16170 |
}
|
16171 |
|
16172 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16173 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
16174 |
border-left-style: inherit;
|
16175 |
}
|
16176 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16177 |
border-bottom-style: inherit;
|
16178 |
}
|
16179 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16180 |
border-bottom-style: inherit;
|
16181 |
}
|
16182 |
}
|
16183 |
|
16184 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16185 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
16186 |
border-right-style: hidden;
|
16187 |
}
|
16188 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16189 |
border-bottom-style: hidden;
|
16190 |
}
|
16191 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16192 |
border-bottom-style: hidden;
|
16193 |
}
|
16194 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16195 |
border-bottom-style: hidden;
|
16196 |
}
|
16197 |
}
|
16198 |
|
16199 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16200 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
16201 |
border-left-style: inherit;
|
16202 |
}
|
16203 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16204 |
border-bottom-style: inherit;
|
16205 |
}
|
16206 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16207 |
border-bottom-style: inherit;
|
16208 |
}
|
16209 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16210 |
border-bottom-style: inherit;
|
16211 |
}
|
16212 |
}
|
16213 |
|
16214 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16215 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
16216 |
border-right-style: hidden;
|
16217 |
}
|
16218 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16219 |
border-bottom-style: hidden;
|
16220 |
}
|
16221 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16222 |
border-bottom-style: hidden;
|
16223 |
}
|
16224 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16225 |
border-bottom-style: hidden;
|
16226 |
}
|
16227 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16228 |
border-bottom-style: hidden;
|
16229 |
}
|
16230 |
}
|
16231 |
|
16232 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16233 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
16234 |
border-left-style: inherit;
|
16235 |
}
|
16236 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16237 |
border-bottom-style: inherit;
|
16238 |
}
|
16239 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16240 |
border-bottom-style: inherit;
|
16241 |
}
|
16242 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16243 |
border-bottom-style: inherit;
|
16244 |
}
|
16245 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16246 |
border-bottom-style: inherit;
|
16247 |
}
|
16248 |
}
|
16249 |
|
16250 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16251 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
16252 |
border-right-style: hidden;
|
16253 |
}
|
16254 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16255 |
border-bottom-style: hidden;
|
16256 |
}
|
16257 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16258 |
border-bottom-style: hidden;
|
16259 |
}
|
16260 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16261 |
border-bottom-style: hidden;
|
16262 |
}
|
16263 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16264 |
border-bottom-style: hidden;
|
16265 |
}
|
16266 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16267 |
border-bottom-style: hidden;
|
16268 |
}
|
16269 |
}
|
16270 |
|
16271 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16272 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
16273 |
border-left-style: inherit;
|
16274 |
}
|
16275 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16276 |
border-bottom-style: inherit;
|
16277 |
}
|
16278 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16279 |
border-bottom-style: inherit;
|
16280 |
}
|
16281 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16282 |
border-bottom-style: inherit;
|
16283 |
}
|
16284 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16285 |
border-bottom-style: inherit;
|
16286 |
}
|
16287 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16288 |
border-bottom-style: inherit;
|
16289 |
}
|
16290 |
}
|
16291 |
|
16292 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16293 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
16294 |
border-right-style: hidden;
|
16295 |
}
|
16296 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16297 |
border-bottom-style: hidden;
|
16298 |
}
|
16299 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16300 |
border-bottom-style: hidden;
|
16301 |
}
|
16302 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16303 |
border-bottom-style: hidden;
|
16304 |
}
|
16305 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16306 |
border-bottom-style: hidden;
|
16307 |
}
|
16308 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16309 |
border-bottom-style: hidden;
|
16310 |
}
|
16311 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16312 |
border-bottom-style: hidden;
|
16313 |
}
|
16314 |
}
|
16315 |
|
16316 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16317 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
16318 |
border-left-style: inherit;
|
16319 |
}
|
16320 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16321 |
border-bottom-style: inherit;
|
16322 |
}
|
16323 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16324 |
border-bottom-style: inherit;
|
16325 |
}
|
16326 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16327 |
border-bottom-style: inherit;
|
16328 |
}
|
16329 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16330 |
border-bottom-style: inherit;
|
16331 |
}
|
16332 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16333 |
border-bottom-style: inherit;
|
16334 |
}
|
16335 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16336 |
border-bottom-style: inherit;
|
16337 |
}
|
16338 |
}
|
16339 |
|
16340 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16341 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
16342 |
border-right-style: hidden;
|
16343 |
}
|
16344 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16345 |
border-bottom-style: hidden;
|
16346 |
}
|
16347 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16348 |
border-bottom-style: hidden;
|
16349 |
}
|
16350 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16351 |
border-bottom-style: hidden;
|
16352 |
}
|
16353 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16354 |
border-bottom-style: hidden;
|
16355 |
}
|
16356 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16357 |
border-bottom-style: hidden;
|
16358 |
}
|
16359 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16360 |
border-bottom-style: hidden;
|
16361 |
}
|
16362 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16363 |
border-bottom-style: hidden;
|
16364 |
}
|
16365 |
}
|
16366 |
|
16367 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16368 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
16369 |
border-left-style: inherit;
|
16370 |
}
|
16371 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16372 |
border-bottom-style: inherit;
|
16373 |
}
|
16374 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16375 |
border-bottom-style: inherit;
|
16376 |
}
|
16377 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16378 |
border-bottom-style: inherit;
|
16379 |
}
|
16380 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16381 |
border-bottom-style: inherit;
|
16382 |
}
|
16383 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16384 |
border-bottom-style: inherit;
|
16385 |
}
|
16386 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16387 |
border-bottom-style: inherit;
|
16388 |
}
|
16389 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16390 |
border-bottom-style: inherit;
|
16391 |
}
|
16392 |
}
|
16393 |
|
16394 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16395 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
16396 |
border-right-style: hidden;
|
16397 |
}
|
16398 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16399 |
border-bottom-style: hidden;
|
16400 |
}
|
16401 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16402 |
border-bottom-style: hidden;
|
16403 |
}
|
16404 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16405 |
border-bottom-style: hidden;
|
16406 |
}
|
16407 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16408 |
border-bottom-style: hidden;
|
16409 |
}
|
16410 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16411 |
border-bottom-style: hidden;
|
16412 |
}
|
16413 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16414 |
border-bottom-style: hidden;
|
16415 |
}
|
16416 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16417 |
border-bottom-style: hidden;
|
16418 |
}
|
16419 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16420 |
border-bottom-style: hidden;
|
16421 |
}
|
16422 |
}
|
16423 |
|
16424 |
@media only screen and (max-width: 768px) and (min-width: 681px) {
|
16425 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
16426 |
border-left-style: inherit;
|
16427 |
}
|
16428 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16429 |
border-bottom-style: inherit;
|
16430 |
}
|
16431 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16432 |
border-bottom-style: inherit;
|
16433 |
}
|
16434 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16435 |
border-bottom-style: inherit;
|
16436 |
}
|
16437 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16438 |
border-bottom-style: inherit;
|
16439 |
}
|
16440 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16441 |
border-bottom-style: inherit;
|
16442 |
}
|
16443 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16444 |
border-bottom-style: inherit;
|
16445 |
}
|
16446 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16447 |
border-bottom-style: inherit;
|
16448 |
}
|
16449 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16450 |
border-bottom-style: inherit;
|
16451 |
}
|
16452 |
}
|
16453 |
|
16454 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16455 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
16456 |
border-right-style: hidden;
|
16457 |
}
|
16458 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16459 |
border-bottom-style: hidden;
|
16460 |
}
|
16461 |
}
|
16462 |
|
16463 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16464 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
16465 |
border-left-style: inherit;
|
16466 |
}
|
16467 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16468 |
border-bottom-style: inherit;
|
16469 |
}
|
16470 |
}
|
16471 |
|
16472 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16473 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
16474 |
border-right-style: hidden;
|
16475 |
}
|
16476 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16477 |
border-bottom-style: hidden;
|
16478 |
}
|
16479 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16480 |
border-bottom-style: hidden;
|
16481 |
}
|
16482 |
}
|
16483 |
|
16484 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16485 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
16486 |
border-left-style: inherit;
|
16487 |
}
|
16488 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16489 |
border-bottom-style: inherit;
|
16490 |
}
|
16491 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16492 |
border-bottom-style: inherit;
|
16493 |
}
|
16494 |
}
|
16495 |
|
16496 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16497 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
16498 |
border-right-style: hidden;
|
16499 |
}
|
16500 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16501 |
border-bottom-style: hidden;
|
16502 |
}
|
16503 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16504 |
border-bottom-style: hidden;
|
16505 |
}
|
16506 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16507 |
border-bottom-style: hidden;
|
16508 |
}
|
16509 |
}
|
16510 |
|
16511 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16512 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
16513 |
border-left-style: inherit;
|
16514 |
}
|
16515 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16516 |
border-bottom-style: inherit;
|
16517 |
}
|
16518 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16519 |
border-bottom-style: inherit;
|
16520 |
}
|
16521 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16522 |
border-bottom-style: inherit;
|
16523 |
}
|
16524 |
}
|
16525 |
|
16526 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16527 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
16528 |
border-right-style: hidden;
|
16529 |
}
|
16530 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16531 |
border-bottom-style: hidden;
|
16532 |
}
|
16533 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16534 |
border-bottom-style: hidden;
|
16535 |
}
|
16536 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16537 |
border-bottom-style: hidden;
|
16538 |
}
|
16539 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16540 |
border-bottom-style: hidden;
|
16541 |
}
|
16542 |
}
|
16543 |
|
16544 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16545 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
16546 |
border-left-style: inherit;
|
16547 |
}
|
16548 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16549 |
border-bottom-style: inherit;
|
16550 |
}
|
16551 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16552 |
border-bottom-style: inherit;
|
16553 |
}
|
16554 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16555 |
border-bottom-style: inherit;
|
16556 |
}
|
16557 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16558 |
border-bottom-style: inherit;
|
16559 |
}
|
16560 |
}
|
16561 |
|
16562 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16563 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
16564 |
border-right-style: hidden;
|
16565 |
}
|
16566 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16567 |
border-bottom-style: hidden;
|
16568 |
}
|
16569 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16570 |
border-bottom-style: hidden;
|
16571 |
}
|
16572 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16573 |
border-bottom-style: hidden;
|
16574 |
}
|
16575 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16576 |
border-bottom-style: hidden;
|
16577 |
}
|
16578 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16579 |
border-bottom-style: hidden;
|
16580 |
}
|
16581 |
}
|
16582 |
|
16583 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16584 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
16585 |
border-left-style: inherit;
|
16586 |
}
|
16587 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16588 |
border-bottom-style: inherit;
|
16589 |
}
|
16590 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16591 |
border-bottom-style: inherit;
|
16592 |
}
|
16593 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16594 |
border-bottom-style: inherit;
|
16595 |
}
|
16596 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16597 |
border-bottom-style: inherit;
|
16598 |
}
|
16599 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16600 |
border-bottom-style: inherit;
|
16601 |
}
|
16602 |
}
|
16603 |
|
16604 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16605 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
16606 |
border-right-style: hidden;
|
16607 |
}
|
16608 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16609 |
border-bottom-style: hidden;
|
16610 |
}
|
16611 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16612 |
border-bottom-style: hidden;
|
16613 |
}
|
16614 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16615 |
border-bottom-style: hidden;
|
16616 |
}
|
16617 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16618 |
border-bottom-style: hidden;
|
16619 |
}
|
16620 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16621 |
border-bottom-style: hidden;
|
16622 |
}
|
16623 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16624 |
border-bottom-style: hidden;
|
16625 |
}
|
16626 |
}
|
16627 |
|
16628 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16629 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
16630 |
border-left-style: inherit;
|
16631 |
}
|
16632 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16633 |
border-bottom-style: inherit;
|
16634 |
}
|
16635 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16636 |
border-bottom-style: inherit;
|
16637 |
}
|
16638 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16639 |
border-bottom-style: inherit;
|
16640 |
}
|
16641 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16642 |
border-bottom-style: inherit;
|
16643 |
}
|
16644 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16645 |
border-bottom-style: inherit;
|
16646 |
}
|
16647 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16648 |
border-bottom-style: inherit;
|
16649 |
}
|
16650 |
}
|
16651 |
|
16652 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16653 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
16654 |
border-right-style: hidden;
|
16655 |
}
|
16656 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16657 |
border-bottom-style: hidden;
|
16658 |
}
|
16659 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16660 |
border-bottom-style: hidden;
|
16661 |
}
|
16662 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16663 |
border-bottom-style: hidden;
|
16664 |
}
|
16665 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16666 |
border-bottom-style: hidden;
|
16667 |
}
|
16668 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16669 |
border-bottom-style: hidden;
|
16670 |
}
|
16671 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16672 |
border-bottom-style: hidden;
|
16673 |
}
|
16674 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16675 |
border-bottom-style: hidden;
|
16676 |
}
|
16677 |
}
|
16678 |
|
16679 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16680 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
16681 |
border-left-style: inherit;
|
16682 |
}
|
16683 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16684 |
border-bottom-style: inherit;
|
16685 |
}
|
16686 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16687 |
border-bottom-style: inherit;
|
16688 |
}
|
16689 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16690 |
border-bottom-style: inherit;
|
16691 |
}
|
16692 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16693 |
border-bottom-style: inherit;
|
16694 |
}
|
16695 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16696 |
border-bottom-style: inherit;
|
16697 |
}
|
16698 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16699 |
border-bottom-style: inherit;
|
16700 |
}
|
16701 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16702 |
border-bottom-style: inherit;
|
16703 |
}
|
16704 |
}
|
16705 |
|
16706 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16707 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
16708 |
border-right-style: hidden;
|
16709 |
}
|
16710 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16711 |
border-bottom-style: hidden;
|
16712 |
}
|
16713 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16714 |
border-bottom-style: hidden;
|
16715 |
}
|
16716 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16717 |
border-bottom-style: hidden;
|
16718 |
}
|
16719 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16720 |
border-bottom-style: hidden;
|
16721 |
}
|
16722 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16723 |
border-bottom-style: hidden;
|
16724 |
}
|
16725 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16726 |
border-bottom-style: hidden;
|
16727 |
}
|
16728 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16729 |
border-bottom-style: hidden;
|
16730 |
}
|
16731 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16732 |
border-bottom-style: hidden;
|
16733 |
}
|
16734 |
}
|
16735 |
|
16736 |
@media only screen and (max-width: 680px) and (min-width: 481px) {
|
16737 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
16738 |
border-left-style: inherit;
|
16739 |
}
|
16740 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16741 |
border-bottom-style: inherit;
|
16742 |
}
|
16743 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16744 |
border-bottom-style: inherit;
|
16745 |
}
|
16746 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16747 |
border-bottom-style: inherit;
|
16748 |
}
|
16749 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16750 |
border-bottom-style: inherit;
|
16751 |
}
|
16752 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16753 |
border-bottom-style: inherit;
|
16754 |
}
|
16755 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16756 |
border-bottom-style: inherit;
|
16757 |
}
|
16758 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16759 |
border-bottom-style: inherit;
|
16760 |
}
|
16761 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
16762 |
border-bottom-style: inherit;
|
16763 |
}
|
16764 |
}
|
16765 |
|
16766 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16767 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
|
16768 |
border-right-style: hidden;
|
16769 |
}
|
16770 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16771 |
border-bottom-style: hidden;
|
16772 |
}
|
16773 |
}
|
16774 |
|
16775 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16776 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
|
16777 |
border-left-style: inherit;
|
16778 |
}
|
16779 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16780 |
border-bottom-style: inherit;
|
16781 |
}
|
16782 |
}
|
16783 |
|
16784 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16785 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
|
16786 |
border-right-style: hidden;
|
16787 |
}
|
16788 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16789 |
border-bottom-style: hidden;
|
16790 |
}
|
16791 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16792 |
border-bottom-style: hidden;
|
16793 |
}
|
16794 |
}
|
16795 |
|
16796 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16797 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
|
16798 |
border-left-style: inherit;
|
16799 |
}
|
16800 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16801 |
border-bottom-style: inherit;
|
16802 |
}
|
16803 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16804 |
border-bottom-style: inherit;
|
16805 |
}
|
16806 |
}
|
16807 |
|
16808 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16809 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
|
16810 |
border-right-style: hidden;
|
16811 |
}
|
16812 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16813 |
border-bottom-style: hidden;
|
16814 |
}
|
16815 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16816 |
border-bottom-style: hidden;
|
16817 |
}
|
16818 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16819 |
border-bottom-style: hidden;
|
16820 |
}
|
16821 |
}
|
16822 |
|
16823 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16824 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
|
16825 |
border-left-style: inherit;
|
16826 |
}
|
16827 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16828 |
border-bottom-style: inherit;
|
16829 |
}
|
16830 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16831 |
border-bottom-style: inherit;
|
16832 |
}
|
16833 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16834 |
border-bottom-style: inherit;
|
16835 |
}
|
16836 |
}
|
16837 |
|
16838 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16839 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
|
16840 |
border-right-style: hidden;
|
16841 |
}
|
16842 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16843 |
border-bottom-style: hidden;
|
16844 |
}
|
16845 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16846 |
border-bottom-style: hidden;
|
16847 |
}
|
16848 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16849 |
border-bottom-style: hidden;
|
16850 |
}
|
16851 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16852 |
border-bottom-style: hidden;
|
16853 |
}
|
16854 |
}
|
16855 |
|
16856 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16857 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
|
16858 |
border-left-style: inherit;
|
16859 |
}
|
16860 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16861 |
border-bottom-style: inherit;
|
16862 |
}
|
16863 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16864 |
border-bottom-style: inherit;
|
16865 |
}
|
16866 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16867 |
border-bottom-style: inherit;
|
16868 |
}
|
16869 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16870 |
border-bottom-style: inherit;
|
16871 |
}
|
16872 |
}
|
16873 |
|
16874 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16875 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
|
16876 |
border-right-style: hidden;
|
16877 |
}
|
16878 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16879 |
border-bottom-style: hidden;
|
16880 |
}
|
16881 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16882 |
border-bottom-style: hidden;
|
16883 |
}
|
16884 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16885 |
border-bottom-style: hidden;
|
16886 |
}
|
16887 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16888 |
border-bottom-style: hidden;
|
16889 |
}
|
16890 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16891 |
border-bottom-style: hidden;
|
16892 |
}
|
16893 |
}
|
16894 |
|
16895 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16896 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
|
16897 |
border-left-style: inherit;
|
16898 |
}
|
16899 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16900 |
border-bottom-style: inherit;
|
16901 |
}
|
16902 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16903 |
border-bottom-style: inherit;
|
16904 |
}
|
16905 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16906 |
border-bottom-style: inherit;
|
16907 |
}
|
16908 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16909 |
border-bottom-style: inherit;
|
16910 |
}
|
16911 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16912 |
border-bottom-style: inherit;
|
16913 |
}
|
16914 |
}
|
16915 |
|
16916 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16917 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
|
16918 |
border-right-style: hidden;
|
16919 |
}
|
16920 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16921 |
border-bottom-style: hidden;
|
16922 |
}
|
16923 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16924 |
border-bottom-style: hidden;
|
16925 |
}
|
16926 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16927 |
border-bottom-style: hidden;
|
16928 |
}
|
16929 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16930 |
border-bottom-style: hidden;
|
16931 |
}
|
16932 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16933 |
border-bottom-style: hidden;
|
16934 |
}
|
16935 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16936 |
border-bottom-style: hidden;
|
16937 |
}
|
16938 |
}
|
16939 |
|
16940 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16941 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
|
16942 |
border-left-style: inherit;
|
16943 |
}
|
16944 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16945 |
border-bottom-style: inherit;
|
16946 |
}
|
16947 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16948 |
border-bottom-style: inherit;
|
16949 |
}
|
16950 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16951 |
border-bottom-style: inherit;
|
16952 |
}
|
16953 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16954 |
border-bottom-style: inherit;
|
16955 |
}
|
16956 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16957 |
border-bottom-style: inherit;
|
16958 |
}
|
16959 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16960 |
border-bottom-style: inherit;
|
16961 |
}
|
16962 |
}
|
16963 |
|
16964 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16965 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
|
16966 |
border-right-style: hidden;
|
16967 |
}
|
16968 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16969 |
border-bottom-style: hidden;
|
16970 |
}
|
16971 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16972 |
border-bottom-style: hidden;
|
16973 |
}
|
16974 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
16975 |
border-bottom-style: hidden;
|
16976 |
}
|
16977 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
16978 |
border-bottom-style: hidden;
|
16979 |
}
|
16980 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
16981 |
border-bottom-style: hidden;
|
16982 |
}
|
16983 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
16984 |
border-bottom-style: hidden;
|
16985 |
}
|
16986 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
16987 |
border-bottom-style: hidden;
|
16988 |
}
|
16989 |
}
|
16990 |
|
16991 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
16992 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
|
16993 |
border-left-style: inherit;
|
16994 |
}
|
16995 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
16996 |
border-bottom-style: inherit;
|
16997 |
}
|
16998 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
16999 |
border-bottom-style: inherit;
|
17000 |
}
|
17001 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
17002 |
border-bottom-style: inherit;
|
17003 |
}
|
17004 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
17005 |
border-bottom-style: inherit;
|
17006 |
}
|
17007 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
17008 |
border-bottom-style: inherit;
|
17009 |
}
|
17010 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
17011 |
border-bottom-style: inherit;
|
17012 |
}
|
17013 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
17014 |
border-bottom-style: inherit;
|
17015 |
}
|
17016 |
}
|
17017 |
|
17018 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
17019 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
|
17020 |
border-right-style: hidden;
|
17021 |
}
|
17022 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
17023 |
border-bottom-style: hidden;
|
17024 |
}
|
17025 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
17026 |
border-bottom-style: hidden;
|
17027 |
}
|
17028 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
17029 |
border-bottom-style: hidden;
|
17030 |
}
|
17031 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
17032 |
border-bottom-style: hidden;
|
17033 |
}
|
17034 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
17035 |
border-bottom-style: hidden;
|
17036 |
}
|
17037 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
17038 |
border-bottom-style: hidden;
|
17039 |
}
|
17040 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
17041 |
border-bottom-style: hidden;
|
17042 |
}
|
17043 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
17044 |
border-bottom-style: hidden;
|
17045 |
}
|
17046 |
}
|
17047 |
|
17048 |
@media only screen and (max-width: 480px) and (min-width: 0) {
|
17049 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
|
17050 |
border-left-style: inherit;
|
17051 |
}
|
17052 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
|
17053 |
border-bottom-style: inherit;
|
17054 |
}
|
17055 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
|
17056 |
border-bottom-style: inherit;
|
17057 |
}
|
17058 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
|
17059 |
border-bottom-style: inherit;
|
17060 |
}
|
17061 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
|
17062 |
border-bottom-style: inherit;
|
17063 |
}
|
17064 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
|
17065 |
border-bottom-style: inherit;
|
17066 |
}
|
17067 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
|
17068 |
border-bottom-style: inherit;
|
17069 |
}
|
17070 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
|
17071 |
border-bottom-style: inherit;
|
17072 |
}
|
17073 |
+
.qodef-qi-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
|
17074 |
border-bottom-style: inherit;
|
17075 |
}
|
17076 |
}
|
17121 |
Dual Image with Content shortcode styles
|
17122 |
========================================================================== */
|
17123 |
@media only screen and (max-width: 1440px) {
|
17124 |
+
.qodef-qi-dual-image-with-content .qodef-image-holder {
|
17125 |
height: var(--holder_height_1440);
|
17126 |
}
|
17127 |
}
|
17128 |
|
17129 |
@media only screen and (max-width: 1366px) {
|
17130 |
+
.qodef-qi-dual-image-with-content .qodef-image-holder {
|
17131 |
height: var(--holder_height_1366);
|
17132 |
}
|
17133 |
}
|
17134 |
|
17135 |
@media only screen and (max-width: 1280px) {
|
17136 |
+
.qodef-qi-dual-image-with-content .qodef-image-holder {
|
17137 |
height: var(--holder_height_1280);
|
17138 |
}
|
17139 |
}
|
17140 |
|
17141 |
@media only screen and (max-width: 1024px) {
|
17142 |
+
.qodef-qi-dual-image-with-content .qodef-image-holder {
|
17143 |
height: var(--holder_height_1024);
|
17144 |
}
|
17145 |
}
|
17146 |
|
17147 |
@media only screen and (max-width: 768px) {
|
17148 |
+
.qodef-qi-dual-image-with-content .qodef-image-holder {
|
17149 |
height: var(--holder_height_768);
|
17150 |
}
|
17151 |
}
|
17152 |
|
17153 |
@media only screen and (max-width: 680px) {
|
17154 |
+
.qodef-qi-dual-image-with-content .qodef-image-holder {
|
17155 |
height: var(--holder_height_680);
|
17156 |
}
|
17157 |
}
|
17158 |
|
17159 |
@media only screen and (max-width: 1024px) {
|
17160 |
+
.qodef-qi-dual-image-with-content {
|
17161 |
flex-direction: column;
|
17162 |
}
|
17163 |
+
.qodef-qi-dual-image-with-content.qodef--content-right {
|
17164 |
flex-direction: column;
|
17165 |
}
|
17166 |
+
.qodef-qi-dual-image-with-content .qodef-dual-content {
|
17167 |
width: 100%;
|
17168 |
}
|
17169 |
+
.qodef-qi-dual-image-with-content .qodef-m-second-image {
|
17170 |
position: relative;
|
17171 |
padding: 7% 0%;
|
17172 |
}
|
17173 |
+
.qodef-qi-dual-image-with-content .qodef-m-main-image {
|
17174 |
position: absolute;
|
17175 |
}
|
17176 |
+
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image, .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image {
|
17177 |
flex-flow: column;
|
17178 |
align-items: center;
|
17179 |
}
|
17180 |
+
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img, .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
|
17181 |
max-width: 160%;
|
17182 |
}
|
17183 |
}
|
17189 |
Item Showcase shortcode responsive styles
|
17190 |
========================================================================== */
|
17191 |
@media only screen and (max-width: 1024px) {
|
17192 |
+
.qodef-qi-item-showcase {
|
17193 |
align-items: flex-start;
|
17194 |
flex-wrap: wrap;
|
17195 |
}
|
17196 |
+
.qodef-qi-item-showcase .qodef-m-image {
|
17197 |
position: absolute;
|
17198 |
top: 0;
|
17199 |
left: 0;
|
17201 |
max-width: 100%;
|
17202 |
padding-left: 0 !important;
|
17203 |
}
|
17204 |
+
.qodef-qi-item-showcase .qodef-m-items {
|
17205 |
left: 40%;
|
17206 |
width: calc(100% - 40%);
|
17207 |
}
|
17208 |
+
.qodef-qi-item-showcase .qodef-m-items .qodef-m-item {
|
17209 |
transition-delay: 0ms;
|
17210 |
}
|
17211 |
+
.qodef-qi-item-showcase .qodef-m-items.qodef--left {
|
17212 |
text-align: left;
|
17213 |
}
|
17214 |
}
|
17215 |
|
17216 |
@media only screen and (max-width: 768px) {
|
17217 |
+
.qodef-qi-item-showcase .qodef-m-image {
|
17218 |
display: none;
|
17219 |
}
|
17220 |
+
.qodef-qi-item-showcase .qodef-m-items {
|
17221 |
left: 0;
|
17222 |
width: 100%;
|
17223 |
}
|
17227 |
Section Title shortcode responsive styles
|
17228 |
========================================================================== */
|
17229 |
@media only screen and (max-width: 1024px) {
|
17230 |
+
.qodef-qi-section-title.qodef-title-break--disabled .qodef-m-title br {
|
17231 |
display: none;
|
17232 |
}
|
17233 |
}
|
17234 |
|
17235 |
@media only screen and (max-width: 1024px) {
|
17236 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 {
|
17237 |
flex-direction: column;
|
17238 |
align-items: flex-start;
|
17239 |
}
|
17240 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-navigation {
|
17241 |
width: 100%;
|
17242 |
}
|
17243 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-content {
|
17244 |
padding: 26px 0 0;
|
17245 |
}
|
17246 |
}
|
17247 |
|
17248 |
@media only screen and (max-width: 768px) {
|
17249 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 {
|
17250 |
flex-direction: column;
|
17251 |
align-items: flex-start;
|
17252 |
}
|
17253 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-navigation {
|
17254 |
width: 100%;
|
17255 |
}
|
17256 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-content {
|
17257 |
padding: 26px 0 0;
|
17258 |
}
|
17259 |
}
|
17260 |
|
17261 |
@media only screen and (max-width: 680px) {
|
17262 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 {
|
17263 |
flex-direction: column;
|
17264 |
align-items: flex-start;
|
17265 |
}
|
17266 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-navigation {
|
17267 |
width: 100%;
|
17268 |
}
|
17269 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-content {
|
17270 |
padding: 26px 0 0;
|
17271 |
}
|
17272 |
}
|
17273 |
|
17274 |
@media only screen and (max-width: 480px) {
|
17275 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 {
|
17276 |
flex-direction: column;
|
17277 |
align-items: flex-start;
|
17278 |
}
|
17279 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-navigation {
|
17280 |
width: 100%;
|
17281 |
}
|
17282 |
+
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-content {
|
17283 |
padding: 26px 0 0;
|
17284 |
}
|
17285 |
}
|
17288 |
Timeline shortcode styles
|
17289 |
========================================================================== */
|
17290 |
@media only screen and (max-width: 480px) {
|
17291 |
+
.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder,
|
17292 |
+
.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder {
|
17293 |
display: none;
|
17294 |
}
|
17295 |
}
|
assets/css/main.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@keyframes qi-addons-for-elementor-fade-in{0%{opacity:0;visibility:hidden;z-index:102}100%{opacity:1;visibility:visible;z-index:102}}@keyframes qi-addons-for-elementor-fade-out{0%{opacity:1;visibility:visible;z-index:102}100%{opacity:0;visibility:hidden;z-index:0}}@keyframes qodef-animate-underline-from-left{0%{transform:scaleX(1);transform-origin:right}37%{transform:scaleX(0);transform-origin:right}38%{transform:scaleX(0);transform-origin:left}100%{transform:scaleX(1);transform-origin:left}}@keyframes qodef-animate-underline-from-right{0%{transform:scaleX(1);transform-origin:left}37%{transform:scaleX(0);transform-origin:left}38%{transform:scaleX(0);transform-origin:right}100%{transform:scaleX(1);transform-origin:right}}@keyframes qodef-animate-underline-multiline{0%{background-size:100% 87%;background-position-x:right}38%{background-size:0 87%;background-position-x:right}39%{background-size:0 87%;background-position-x:left}100%{background-size:100% 87%;background-position-x:left}}.qi-addons-for-elementor-page-inline-style{position:absolute!important;width:0;height:0;line-height:1;display:none}.qodef-category-separator:after{content:',';margin-right:5px}.qodef-shortcode h1 a,.qodef-shortcode h2 a,.qodef-shortcode h3 a,.qodef-shortcode h4 a,.qodef-shortcode h5 a,.qodef-shortcode h6 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-custom-text-underline-draw a{position:relative;color:currentColor}.qodef-custom-text-underline-draw a:after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:1px;background-color:currentColor;-webkit-backface-visibility:hidden;backface-visibility:hidden}.qodef-custom-text-underline-draw a:hover{text-decoration:none}.qodef-custom-text-underline-draw a:hover:after{animation:qodef-animate-underline-from-left .6s cubic-bezier(.45,.29,0,.82) forwards}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button,body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text,body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-title{opacity:0;transform:translateX(50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text{transition-delay:.25s,.25s}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button{transition-delay:.5s,.5s}body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-button,body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-text,body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-title{opacity:1;transform:translateX(0) translateZ(0)}@media only screen and (max-width:1440px){.qodef-grid.qodef-qi-hide-under-1440,.qodef-qi-hide-under-1440{display:none}}.qodef-grid.qodef-qi-show-under-1440,.qodef-qi-show-under-1440{display:none}.qodef-grid.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next{display:none}@media only screen and (max-width:1440px){.qodef-grid.qodef-qi-show-under-1440,.qodef-qi-show-under-1440{display:block}.qodef-grid.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next{display:block}}.qodef-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner{height:100%;overflow:hidden}.qodef-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item img{height:100%;width:100%}.qodef-grid.qodef-layout--qi-masonry .qodef-grid-inner{visibility:hidden}.qodef-grid.qodef-layout--qi-masonry .qodef-grid-inner.qodef--masonry-init{visibility:visible}.qodef-grid.qodef-layout--qi-masonry .qodef-grid-masonry-sizer{width:100%;padding:0;margin:0}.qodef-grid.qodef-layout--qi-masonry .qodef-grid-masonry-gutter{width:0;padding:0;margin:0}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}@media only screen and (max-width:1440px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1024px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:768px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:680px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1440px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--1>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--1>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1440--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--1>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1024px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--1>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--1>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:768px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--1>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--1>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--768--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:680px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--1>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--1>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--680--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:480px){.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--1>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--1>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--qi-masonry.qodef-responsive--custom.qodef-col-num--480--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}}.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container{max-width:unset}.fslightbox-container .fslightbox-nav .fslightbox-toolbar{background:0 0}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button{color:#fff}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button[title="Enter fullscreen"]{display:none}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg{fill:currentColor;width:17px;stroke:none}.fslightbox-container .fslightbox-slide-btn-container-next,.fslightbox-container .fslightbox-slide-btn-container-previous{padding:30px}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn{width:30px;padding:0;background:0 0;color:#fff}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn svg,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn svg{fill:currentColor;stroke:currentColor;width:100%}.qodef-qi-swiper-container{position:relative;margin:0 auto;padding:0;list-style:none;z-index:1;visibility:hidden;overflow:hidden}.qodef-qi-swiper-container .swiper-slide a:not(.qodef-button){display:block}.qodef-qi-swiper-container .swiper-slide img{width:100%}.qodef-qi-swiper-container.qodef-swiper--initialized{visibility:visible}.qodef-qi-swiper-container .swiper-pagination-bullet{color:#000;vertical-align:middle;opacity:1;transform-origin:center;transform:matrix(1,0,0,1,0,0);border:1px solid transparent;background:currentColor;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-qi-swiper-container .swiper-pagination-bullet-active,.qodef-qi-swiper-container .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.qodef-qi-swiper-container .swiper-button-next,.qodef-qi-swiper-container .swiper-button-prev,.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container+.swiper-button-prev,.qodef-qi-swiper-container+.swiper-button-prev+.swiper-button-next{background-image:none!important;width:auto!important;height:auto!important;margin:0!important;color:#111;font-size:26px;transition:color .2s ease-out,background-color .2s ease-out;transform:translateY(-50%)}.qodef-qi-swiper-container .swiper-button-next svg,.qodef-qi-swiper-container .swiper-button-prev svg,.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-next svg,.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-qi-swiper-container+.swiper-button-prev svg,.qodef-qi-swiper-container+.swiper-button-prev+.swiper-button-next svg{display:block;width:1em;height:auto;transition:background-color .2s ease-out,color .2s ease-out;stroke:currentColor;fill:currentColor}.qodef-qi-swiper-container .swiper-button-next:after,.qodef-qi-swiper-container .swiper-button-prev:after,.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-next:after,.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-prev:after,.qodef-qi-swiper-container+.swiper-button-prev+.swiper-button-next:after,.qodef-qi-swiper-container+.swiper-button-prev:after{display:none!important}.qodef-qi-swiper-container .swiper-button-prev{left:30px}.qodef-qi-swiper-container .swiper-button-next{right:30px}.qodef-qi-swiper-container+.swiper-button-prev{left:-50px}.qodef-qi-swiper-container+.swiper-button-prev+.swiper-button-next{right:-50px}.qodef-qi-swiper-container+.qodef-swiper-together-nav{position:absolute;display:flex;justify-content:flex-start;width:100%;margin-top:30px}.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-prev{position:relative;top:0;left:0;right:0;transform:none;z-index:15}.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-prev{margin-right:20px!important}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg{margin-left:4px}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg{margin-right:4px}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg,.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev svg,.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev+.swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev+.swiper-button-next svg{transform:translateX(0);will-change:transform;transition:transform .25s cubic-bezier(.37,.08,.02,.93),background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev+.swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev+.swiper-button-next svg{transform:translateX(0);will-change:transform;transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev:hover svg{transition:transform .22s cubic-bezier(.37,.08,.02,.93) 50ms,background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev:hover svg{transform:translateX(-4px)}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev+.swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev+.swiper-button-next:hover svg{transform:translateX(4px)}.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside>.swiper-pagination-bullets{bottom:0}.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside>.swiper-pagination-bullets{bottom:0}@media only screen and (max-width:1024px){.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--1024+.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024+.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--1024+.swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--1024+.swiper-button-prev+.swiper-button-next{display:none}}@media only screen and (max-width:768px){.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--768+.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--768+.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--768+.swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--768+.swiper-button-prev+.swiper-button-next{display:none}}@media only screen and (max-width:680px){.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--680+.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--680+.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--680+.swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--680+.swiper-button-prev+.swiper-button-next{display:none}}.qodef-swiper-pagination-outside.swiper-pagination{position:relative}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet{color:#000;opacity:1;transform-origin:center;transform:matrix(1,0,0,1,0,0);border:1px solid transparent;background:currentColor;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;margin:0 6px}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet-active,.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.qodef-addons-blog-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item .qodef-e-content,.qodef-addons-blog-list .qodef-blog-item .qodef-e-inner,.qodef-addons-blog-list .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%;overflow:hidden}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media{display:block}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media iframe{display:block;height:100%}.qodef-addons-blog-list .qodef-blog-item .qodef-e-title{margin:0 0 .5em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt{margin:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info{position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;margin-right:24px;color:#111}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a{display:inline-flex;align-items:center;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover{color:#3c3c3c}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child{margin-right:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon{margin-right:8px;width:14px;height:auto;fill:currentColor;flex-shrink:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top{margin-bottom:.25em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item{font-family:"Roboto Mono",sans-serif;font-size:15px;line-height:1.13333em;font-weight:400;letter-spacing:-.02em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-flex}.qodef-addons-blog-list .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a{position:relative;text-decoration:underline}.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a:after{content:'*';position:absolute;top:0;right:-.5em;font-size:1.5em}.qodef-addons-blog-list.qodef-alignment--centered{text-align:center}.qodef-addons-blog-list.qodef-alignment--centered .qodef-blog-item .qodef-e-info{justify-content:center}.qodef-addons-blog-list.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after{content:'/';position:relative;left:12px}.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 2px),currentColor 2px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 92%}.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link:hover{background-size:100% 92%}.qodef-addons-blog-list.qodef--overlay .qodef-e-media-image a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e-media-image a{display:block;width:100%;transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a{transform:scale(1.03)}.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e-media-image a{display:block;width:100%;transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a{transform:scale(1)}.qodef-addons-blog-list.qodef-image--hover-move .qodef-e-media-image a{display:block;width:100%;transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a{transform:scale(1.2) translateX(12px)}.qodef-addons-blog-list.qodef-image--hover-from-top a{transform-origin:top}.qodef-addons-blog-list.qodef-image--hover-from-bottom a{transform-origin:bottom}.qodef-addons-blog-list.qodef-image--hover-from-left a{transform-origin:left}.qodef-addons-blog-list.qodef-image--hover-from-right a{transform-origin:right}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner{box-shadow:0 0 10px 0 rgba(0,0,0,.08);background-color:#fff}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content{padding:45px 40px}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;background-color:#fff}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-content{position:absolute;bottom:0;left:0;padding:40px}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item{color:#fff}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover{color:inherit}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title{color:#fff;margin:0}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-inner{padding-bottom:2em;border-bottom:1px solid #ebebeb}.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-grid-item:last-child .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}@media only screen and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1441px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1441px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1441px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1441px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1441px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1441px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1441px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-last-child(8) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (min-width:1441px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-last-child(8) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(8) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(8) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(8) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(8) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(8) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(8) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(8) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:480px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:480px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:480px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:480px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:480px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:480px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:480px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}@media only screen and (max-width:480px) and (min-width:0){.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(1) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(2) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(3) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(4) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(5) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(6) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(7) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-last-child(8) .qodef-e-inner{padding-bottom:0;border-bottom-style:hidden}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{display:flex;align-items:center}@media only screen and (max-width:480px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column;align-items:flex-start}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media{width:50%}@media only screen and (max-width:480px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media{width:100%}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content{flex:1;padding:20px 27px}@media only screen and (max-width:480px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content{padding:20px 0}}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom{display:flex;align-items:center;justify-content:space-between}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info-author img{border-radius:50%;overflow:hidden;margin-right:12px}.qodef-addons-blog-slider{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-content,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-inner,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item.has-post-thumbnail .qodef-e-content{padding-top:27px}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image a,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img{display:block;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media{display:block}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-title{margin:0 0 .5em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-excerpt{margin:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more{margin-top:14px}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more-link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:inherit;font-size:16px;line-height:2em;font-weight:500;text-decoration:none;text-transform:none;border-radius:4px;outline:0;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;display:inline-flex;align-items:center;padding:0;cursor:pointer;color:#111;background-color:transparent;border:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more-link .qodef-theme-button-icon{position:relative;flex-shrink:0;width:17px;height:auto;margin-left:10px;fill:currentColor;transform:translateX(0);transition:transform .3s cubic-bezier(0,.53,.18,.98)}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more-link:hover{background-color:transparent;border:0;color:#111}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more-link:hover .qodef-theme-button-icon{transform:translateX(5px)}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info{position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;margin-right:24px;color:#111}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a{display:inline-flex;align-items:center;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover{color:#3c3c3c}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child{margin-right:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon{margin-right:8px;width:14px;height:auto;fill:currentColor;flex-shrink:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top{margin-bottom:.25em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item{font-family:"Roboto Mono",sans-serif;font-size:15px;line-height:1.13333em;font-weight:400;letter-spacing:-.02em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-flex}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a{position:relative;text-decoration:underline}.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a:after{content:'*';position:absolute;top:0;right:-.5em;font-size:1.5em}.qodef-addons-blog-slider article .qodef-e-media-image{overflow:hidden}.qodef-addons-blog-slider.qodef-content-has-background-color .qodef-e-content{padding-left:28px;padding-right:28px}.qodef-addons-blog-slider.qodef-alignment--centered{text-align:center}.qodef-addons-blog-slider.qodef-alignment--centered .qodef-blog-item .qodef-e-info{justify-content:center}.qodef-addons-blog-slider.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after{content:'/';position:relative;left:12px}.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 2px),currentColor 2px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 92%}.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link:hover{background-size:100% 92%}.qodef-addons-blog-slider.qodef-title--hover-underline a.qodef-e-title-link{display:inline}.qodef-addons-blog-slider.qodef--overlay .qodef-e-media-image a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a{transform:scale(1.03)}.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a{transform:scale(1)}.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a{transform:scale(1.2) translateX(12px)}.qodef-addons-blog-slider.qodef-image--hover-from-top a{transform-origin:top}.qodef-addons-blog-slider.qodef-image--hover-from-bottom a{transform-origin:bottom}.qodef-addons-blog-slider.qodef-image--hover-from-left a{transform-origin:left}.qodef-addons-blog-slider.qodef-image--hover-from-right a{transform-origin:right}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner{box-shadow:0 0 10px 0 rgba(0,0,0,.08);background-color:#fff}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-content{padding:45px 40px}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-content{position:absolute;bottom:0;left:0;padding:40px}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item{color:#fff}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title{color:#fff;margin:0}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner{display:flex;align-items:center}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column;align-items:flex-start}}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media{width:50%}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media{width:100%}}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content{flex:1;padding:20px 27px}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content{padding:20px 0}}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom{display:flex;align-items:center;justify-content:space-between}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info-author img{width:48px;border-radius:50%;overflow:hidden;margin-right:12px}.qodef-shortcode .qodef-addons-m-pagination{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .nav-links{display:flex;align-items:center;justify-content:center}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers{display:inline-flex;align-items:center;justify-content:center;margin:0 5px;transition:all .2s ease-out}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.next svg,.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.prev svg{width:1em;fill:currentColor;stroke:currentColor;max-height:100%}.qodef-contact-form-7 form div{position:relative;margin:0}.qodef-contact-form-7.qodef-button--full-width input[type=submit]{width:100%}.qodef-contact-form-7 .wpcf7-form-control-wrap{width:100%;display:block}.qodef-contact-form-7 textarea{resize:none}.qodef-contact-form-7 .wpcf7-list-item.first{margin-left:0}.qodef-contact-form-7 .qodef-cf7-flex{display:flex}@media only screen and (max-width:1024px){.qodef-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024{flex-wrap:wrap}}@media only screen and (max-width:768px){.qodef-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768{flex-wrap:wrap}}@media only screen and (max-width:680px){.qodef-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680{flex-wrap:wrap}}.qodef-contact-form-7 .qodef-grid-item{margin:0!important}.qodef-contact-form-7 .wpcf7-checkbox,.qodef-contact-form-7 .wpcf7-radio{line-height:1;display:block}.qodef-contact-form-7 .wpcf7-checkbox label,.qodef-contact-form-7 .wpcf7-radio label{display:flex;align-items:center;justify-content:center}.qodef-contact-form-7 label{margin-bottom:0}.qodef-contact-form-7 input[type=date],.qodef-contact-form-7 input[type=email],.qodef-contact-form-7 input[type=number],.qodef-contact-form-7 input[type=password],.qodef-contact-form-7 input[type=search],.qodef-contact-form-7 input[type=tel],.qodef-contact-form-7 input[type=text],.qodef-contact-form-7 input[type=url],.qodef-contact-form-7 select,.qodef-contact-form-7 textarea{margin:0}.qodef-contact-form-7 input[type=checkbox],.qodef-contact-form-7 input[type=radio]{margin:0;width:1em;height:1em;vertical-align:middle}.qodef-contact-form-7 button[type=submit]:focus,.qodef-contact-form-7 button[type=submit]:hover,.qodef-contact-form-7 input[type=submit]:focus,.qodef-contact-form-7 input[type=submit]:hover{color:unset;background-color:unset}.qodef-contact-form-7 input[type=submit]{transition:all .3s ease-out}.qodef-contact-form-7 textarea{vertical-align:middle}.qodef-addons-woo-shortcode .qodef-e-product-mark{position:absolute;top:0;left:0;min-width:68px;color:#111;background-color:#fff;padding:1.8em 1.2em;z-index:5}.qodef-addons-woo-shortcode .qodef-e-product-title{margin:0;z-index:2;position:relative}.qodef-addons-woo-shortcode .qodef-e-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star{color:#111}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg{display:inline-block;margin-right:4px;width:16px;height:auto;fill:none;stroke:currentColor}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg:last-child{margin-right:0}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active svg{fill:currentColor;stroke:none}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg{width:1em;margin-right:8px}.qodef-addons-woo-shortcode .price{position:relative;display:flex;align-items:center;margin:0}.qodef-addons-woo-shortcode .price del{margin-right:.8em}.qodef-addons-woo-shortcode .price ins{text-decoration:none}.qodef-addons-woo-shortcode .added_to_cart,.qodef-addons-woo-shortcode .button{color:#111;z-index:3}.qodef-addons-woo-shortcode .added_to_cart.added,.qodef-addons-woo-shortcode .button.added{display:none!important}.qodef-addons-woo-shortcode .added_to_cart.qodef-button.qodef-layout--textual,.qodef-addons-woo-shortcode .button.qodef-button.qodef-layout--textual{background:0 0}.qodef-woo-shortcode-add-to-cart{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-shortcode-add-to-cart .button.added{display:none}.qodef-woo-product-category-list .woocommerce-loop-category__title{margin:0}.qodef-woo-product-category-list .count{display:none}.qodef-woo-product-category-list .qodef-e-img-holder{overflow:hidden}.qodef-woo-product-category-list.qodef--overlay .qodef-e-img-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-woo-product-category-list.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-woo-product-category-list.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-woo-product-category-list.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-woo-product-category-list.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-woo-product-category-list.qodef-image--hover-from-top img{transform-origin:top}.qodef-woo-product-category-list.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-woo-product-category-list.qodef-image--hover-from-left img{transform-origin:left}.qodef-woo-product-category-list.qodef-image--hover-from-right img{transform-origin:right}.qodef-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category .woocommerce-loop-category__title{position:absolute;bottom:40px;left:50%;background-color:#fff;width:auto;text-align:center;padding:10px 40px;transform:translateX(-50%)}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;color:#fff;text-align:center}.qodef-position--bottom-left .qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title{top:auto;bottom:0;left:0;transform:none;text-align:left}.qodef-woo-product-category-list.qodef-item-layout--info-side .qodef-e-holder-inner{position:relative;display:flex;align-items:center;justify-content:flex-end;background-color:#f6f6f6}.qodef-woo-product-category-list.qodef-item-layout--info-side .qodef-e-content{position:absolute;max-height:100%;width:100%;left:0;flex:1;overflow:hidden}.qodef-woo-product-category-list.qodef-item-layout--info-side .qodef-e-image{width:60%}.qodef-woo-shortcode-product-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-shortcode-product-list .qodef-e-product-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.touchevents .qodef-woo-shortcode-product-list .qodef-e-product-inner{cursor:pointer}.qodef-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1}.qodef-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-title{color:#3c3c3c}.qodef-woo-shortcode-product-list .qodef-e-product-image{position:relative;display:inline-block;vertical-align:top}.qodef-woo-shortcode-product-list .qodef-e-product-image img{display:block;width:100%}.qodef-woo-shortcode-product-list .qodef-e-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;text-align:center;opacity:0;transition:opacity .35s ease-out}.qodef-woo-shortcode-product-list .qodef-e-product-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-shortcode-product-list .qodef-e-product-heading{position:relative;display:flex;justify-content:space-between;align-items:baseline}.qodef-woo-shortcode-product-list .woocommerce-Price-currencySymbol{position:relative;top:-.3em;font-size:.6em}.qodef-woo-shortcode-product-list .price{flex-shrink:0}.qodef-woo-shortcode-product-list .qodef-e-product-title{transition:color .2s ease-out}.qodef-woo-shortcode-product-list .qodef-e-product-categories a{position:relative;display:inline-block;vertical-align:top;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;z-index:3}.qodef-woo-shortcode-product-list .qodef-e-product-categories a:focus,.qodef-woo-shortcode-product-list .qodef-e-product-categories a:hover{color:#3c3c3c}.qodef-woo-shortcode-product-list .woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-woo-shortcode-product-list.qodef--overlay .qodef-e-product-image-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-woo-shortcode-product-list .qodef-e-product-image{overflow:hidden;width:101%}.qodef-woo-shortcode-product-list.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-woo-shortcode-product-list.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-woo-shortcode-product-list.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-woo-shortcode-product-list.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-woo-shortcode-product-list.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-woo-shortcode-product-list.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-woo-shortcode-product-list.qodef-image--hover-from-top img{transform-origin:top}.qodef-woo-shortcode-product-list.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-woo-shortcode-product-list.qodef-image--hover-from-left img{transform-origin:left}.qodef-woo-shortcode-product-list.qodef-image--hover-from-right img{transform-origin:right}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner{background-color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .25s ease-out,all .3s cubic-bezier(.46,.03,.52,.96);-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);pointer-events:none}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner a{pointer-events:all}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;-webkit-clip-path:inset(13px 13px 13px 13px);clip-path:inset(13px 13px 13px 13px);transition-delay:0s,.15s}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-content{padding:22px 0 25px}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:center;padding:22px 0 25px}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:center}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:3;margin:0 auto;opacity:0;transition:.15s ease-out}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized{opacity:1}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price{transform:translateX(0);transition:transform .4s .1s ease;width:100%;position:absolute}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap{position:absolute;width:100%;transform:translateX(100%);transition:transform .5s 0s ease}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price{transform:translateX(-100%);transition-delay:0s}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap{transform:translateX(0);transition-delay:.1s}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-content{padding:22px 0 25px}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner{opacity:0;transform:translateY(10px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;transform:translateY(0)}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below .qodef-e-product-content{text-align:center;padding:22px 0 25px}.qodef-woo-shortcode-product-list.qodef-item-layout--info-below .price{justify-content:center}.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:25px 35px;background-color:#f6f6f6}.qodef-position--bottom-left .qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner{align-items:flex-start;justify-content:flex-end;text-align:left}.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-ratings{text-align:center}.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-price>span{width:100%}.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-image-content-inner{opacity:0;transform:translateY(20px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-image-content-inner{opacity:1;transform:translateY(0)}.qodef-woo-shortcode-product-slider{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-shortcode-product-slider .qodef-e-product-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.touchevents .qodef-woo-shortcode-product-slider .qodef-e-product-inner{cursor:pointer}.qodef-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1}.qodef-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-title{color:#3c3c3c}.qodef-woo-shortcode-product-slider .qodef-e-product-image{position:relative;display:inline-block;vertical-align:top}.qodef-woo-shortcode-product-slider .qodef-e-product-image img{display:block;width:100%}.qodef-woo-shortcode-product-slider .qodef-e-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;text-align:center;opacity:0;transition:opacity .35s ease-out}.qodef-woo-shortcode-product-slider .qodef-e-product-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-shortcode-product-slider .qodef-e-product-heading{position:relative;display:flex;justify-content:space-between;align-items:baseline}.qodef-woo-shortcode-product-slider .woocommerce-Price-currencySymbol{position:relative;top:-.3em;font-size:.6em}.qodef-woo-shortcode-product-slider .price{flex-shrink:0}.qodef-woo-shortcode-product-slider .qodef-e-product-title{transition:color .2s ease-out}.qodef-woo-shortcode-product-slider .qodef-e-product-categories a{position:relative;display:inline-block;vertical-align:top;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;z-index:3}.qodef-woo-shortcode-product-slider .qodef-e-product-categories a:focus,.qodef-woo-shortcode-product-slider .qodef-e-product-categories a:hover{color:#3c3c3c}.qodef-woo-shortcode-product-slider .woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-woo-shortcode-product-slider.qodef--overlay .qodef-e-product-image-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-woo-shortcode-product-slider .qodef-e-product-image{overflow:hidden;width:100%}.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-woo-shortcode-product-slider.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-woo-shortcode-product-slider.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-woo-shortcode-product-slider.qodef-image--hover-from-top img{transform-origin:top}.qodef-woo-shortcode-product-slider.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-woo-shortcode-product-slider.qodef-image--hover-from-left img{transform-origin:left}.qodef-woo-shortcode-product-slider.qodef-image--hover-from-right img{transform-origin:right}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner{text-align:center;padding:25px 15px;background-color:#f6f6f6;transition:background-color .35s ease-out}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .price{justify-content:center}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:3;margin:0 auto;opacity:0;transition:.15s ease-out}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized{opacity:1}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price{transform:translateX(0);transition:transform .4s .1s ease;width:100%;position:absolute}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap{position:absolute;width:100%;transform:translateX(100%);transition:transform .5s 0s ease}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price{transform:translateX(-100%);transition-delay:0s}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap{transform:translateX(0);transition-delay:.1s}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-content{padding:22px 0 25px}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner{opacity:0;transform:translateY(10px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;transform:translateY(0)}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-image-inner{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:25px 35px;background-color:#f6f6f6}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-ratings{text-align:center}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-woo-product-price>span{width:100%}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-image-content-inner{opacity:0;transform:translateY(20px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner:hover .qodef-image-content-inner{opacity:1;transform:translateY(0)}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-image-inner{flex-direction:column;justify-content:space-between;align-items:flex-start;padding:15px;transition:opacity .25s ease-out}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-top{text-align:left;width:100%;transform:translateY(10px);transition:transform .25s ease-out}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-bottom{width:100%}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-bottom,.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-top{transform:translateY(0)}.qodef-wp-forms textarea{resize:none}.qodef-wp-forms input,.qodef-wp-forms select{height:auto!important}.qodef-wp-forms.qodef-button--full-width button[type=submit]{width:100%}.qodef-wp-forms.qodef-wpf-flex form{display:flex;align-items:center}.qodef-wp-forms.qodef-wpf-flex form>.wpforms-field-container{flex-grow:1;flex-basis:100%}.qodef-wp-forms.qodef-wpf-flex form>.wpforms-submit-container{flex-grow:0}.qodef-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn form>.wpforms-submit-container{position:absolute;right:0}@media only screen and (max-width:1024px){.qodef-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form{flex-wrap:wrap}}@media only screen and (max-width:768px){.qodef-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form{flex-wrap:wrap}}@media only screen and (max-width:680px){.qodef-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form{flex-wrap:wrap}}.qodef-wp-forms .qodef-grid-item{margin:0!important}.qodef-wp-forms .wpforms-submit-container{padding:0!important}.qodef-wp-forms div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li{margin-right:0!important}.qodef-wp-forms div.wpforms-container-full .wpforms-form ul li{margin-bottom:0!important}.qodef-wp-forms label{margin-bottom:0}.qodef-wp-forms input[type=date],.qodef-wp-forms input[type=email],.qodef-wp-forms input[type=number],.qodef-wp-forms input[type=password],.qodef-wp-forms input[type=search],.qodef-wp-forms input[type=tel],.qodef-wp-forms input[type=text],.qodef-wp-forms input[type=url],.qodef-wp-forms textarea{margin:0}.qodef-wp-forms input[type=range]{padding:0!important;margin:0!important}.qodef-wp-forms input[type=checkbox],.qodef-wp-forms input[type=radio]{margin:0;width:1em!important;height:1em!important;vertical-align:middle!important}.qodef-wp-forms button[type=submit]:focus,.qodef-wp-forms button[type=submit]:hover,.qodef-wp-forms input[type=submit]:focus,.qodef-wp-forms input[type=submit]:hover{color:unset;background-color:unset}.qodef-wp-forms button[type=submit],.qodef-wp-forms input[type=submit]{display:inline-flex}.qodef-wp-forms button[type=submit] span,.qodef-wp-forms input[type=submit] span{display:inline}.qodef-accordion{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden;overflow-anchor:none}.qodef-accordion .qodef-e-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-accordion.qodef--init{visibility:visible}.qodef-accordion .qodef-e-icon>svg{width:1em;fill:currentColor;stroke:currentColor;vertical-align:top}.qodef-accordion .qodef-e-title-holder{position:relative;display:flex;align-items:center;justify-content:space-between;padding:26px 10px 26px 26px;transition:all .2s ease-out;cursor:pointer;margin:0}.qodef-accordion .qodef-e-title-holder:not(:first-child){margin:12px 0 0}.qodef-accordion .qodef-e-title-holder .qodef-e-mark{position:relative;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center}.qodef-accordion .qodef-e-title-holder .qodef-e-mark span{position:absolute;display:flex;align-items:center;justify-content:center;top:50%;right:0;transform:translateY(-50%)}.qodef-accordion .qodef-e-title-holder .qodef-e-mark span:before{display:block;line-height:inherit}.qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus,.qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus{transition:opacity .2s ease-out,color .2s ease-out}.qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus{opacity:0}.qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus{opacity:1}.qodef-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus{opacity:1}.qodef-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-accordion .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-accordion .qodef-e-content{padding:0 26px 16px;margin:0;transition:background-color .2s ease-out;box-sizing:content-box}.qodef-accordion .qodef-e-content p{margin:0}.qodef-accordion.qodef-style--standard .qodef-e-content{padding:16px 26px}.qodef-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active{background-color:#f6f6f6}.qodef-accordion.qodef-style--boxed{border:1px solid #ebebeb}.qodef-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child){margin:0;border-top:1px solid #ebebeb}.qodef-accordion.qodef-style--border-top{border-bottom:1px solid #ebebeb}.qodef-accordion.qodef-style--border-top .qodef-e-title-holder{margin:0;border-top:1px solid #ebebeb}.qodef-accordion.qodef-style--border-between .qodef-e-title-holder{margin:0;border-bottom:1px solid #ebebeb}.qodef-accordion.qodef-style--border-between .qodef-e-content{padding:16px 26px;border-bottom:1px solid #ebebeb}.qodef-animated-text .qodef-m-title{overflow:hidden}.qodef-animated-text .qodef-e-word{display:inline-block}.qodef-animated-text.qodef--animated-by-letter.qodef--alignment-left .qodef-m-title{justify-content:flex-start}.qodef-animated-text.qodef--animated-by-letter.qodef--alignment-right .qodef-m-title{justify-content:flex-end}.qodef-animated-text.qodef--animated-by-letter.qodef--alignment-center .qodef-m-title{justify-content:center}.qodef-animated-text.qodef--appear-from-bottom .qodef-e-character,.qodef-animated-text.qodef--appear-from-bottom .qodef-e-word{opacity:0;transform:translateY(50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-animated-text.qodef--appear-from-top .qodef-e-character,.qodef-animated-text.qodef--appear-from-top .qodef-e-word{opacity:0;transform:translateY(-50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-animated-text.qodef--appear-from-left .qodef-e-character,.qodef-animated-text.qodef--appear-from-left .qodef-e-word{opacity:0;transform:translateX(-50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-animated-text.qodef--appear-from-right .qodef-e-character,.qodef-animated-text.qodef--appear-from-right .qodef-e-word{opacity:0;transform:translateX(50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-animated-text.qodef--appear-fade .qodef-e-character,.qodef-animated-text.qodef--appear-fade .qodef-e-word{opacity:0;transition:opacity 1s ease-out}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(2){transition-delay:.28s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(3){transition-delay:.42s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(4){transition-delay:.56s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(5){transition-delay:.7s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(6){transition-delay:.84s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(7){transition-delay:.98s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(8){transition-delay:1.12s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(9){transition-delay:1.26s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(10){transition-delay:1.4s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(11){transition-delay:1.54s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(12){transition-delay:1.68s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(13){transition-delay:1.82s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(14){transition-delay:1.96s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(15){transition-delay:2.1s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(16){transition-delay:2.24s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(17){transition-delay:2.38s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(18){transition-delay:2.52s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(19){transition-delay:2.66s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(20){transition-delay:2.8s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(21){transition-delay:2.94s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(22){transition-delay:3.08s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(23){transition-delay:3.22s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(24){transition-delay:3.36s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(25){transition-delay:3.5s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(26){transition-delay:3.64s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(27){transition-delay:3.78s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(28){transition-delay:3.92s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(29){transition-delay:4.06s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(30){transition-delay:4.2s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(31){transition-delay:4.34s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(32){transition-delay:4.48s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(33){transition-delay:4.62s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(34){transition-delay:4.76s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(35){transition-delay:4.9s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(36){transition-delay:5.04s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(37){transition-delay:5.18s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(38){transition-delay:5.32s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(39){transition-delay:5.46s}.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(40){transition-delay:5.6s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(2){transition-delay:.28s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(3){transition-delay:.42s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(4){transition-delay:.56s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(5){transition-delay:.7s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(6){transition-delay:.84s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(7){transition-delay:.98s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(8){transition-delay:1.12s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(9){transition-delay:1.26s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(10){transition-delay:1.4s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(11){transition-delay:1.54s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(12){transition-delay:1.68s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(13){transition-delay:1.82s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(14){transition-delay:1.96s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(15){transition-delay:2.1s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(16){transition-delay:2.24s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(17){transition-delay:2.38s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(18){transition-delay:2.52s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(19){transition-delay:2.66s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(20){transition-delay:2.8s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(21){transition-delay:2.94s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(22){transition-delay:3.08s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(23){transition-delay:3.22s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(24){transition-delay:3.36s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(25){transition-delay:3.5s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(26){transition-delay:3.64s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(27){transition-delay:3.78s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(28){transition-delay:3.92s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(29){transition-delay:4.06s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(30){transition-delay:4.2s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(31){transition-delay:4.34s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(32){transition-delay:4.48s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(33){transition-delay:4.62s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(34){transition-delay:4.76s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(35){transition-delay:4.9s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(36){transition-delay:5.04s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(37){transition-delay:5.18s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(38){transition-delay:5.32s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(39){transition-delay:5.46s}.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(40){transition-delay:5.6s}.qodef-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-character,.qodef-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word,.qodef-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-character,.qodef-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-word,.qodef-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-character,.qodef-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-word,.qodef-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-character,.qodef-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-word,.qodef-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-character,.qodef-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-word{opacity:1;transform:translateX(0) translateZ(0)}.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom .qodef-m-title{opacity:0;transform:translateY(50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top .qodef-m-title{opacity:0;transform:translateY(-50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left .qodef-m-title{opacity:0;transform:translate
|
|