Version Description
Added : Button Widget Added : Social Icons Widget Fix : Minor fixes and Improvements
Download this release
Release Info
Developer | posimyththemes |
Plugin | The Plus Addons for Elementor | FREE Elementor Widgets & Elementor Templates, Header Menu, Blog Post Builder, Dark Mode, Full-Page Scroll, Cross Domain Copy |
Version | 5.1.11 |
Comparing to | |
See all releases |
Code changes from version 5.1.10 to 5.1.11
- assets/css/admin/theplus-ele-admin.css +5 -2
- assets/css/main/plus-extra-adv/plus-button.css +1364 -6
- assets/css/main/plus-extra-adv/plus-button.min.css +1 -2
- assets/css/main/plus-extra-adv/plus-content-hover-effect.css +397 -1
- assets/css/main/plus-extra-adv/plus-content-hover-effect.min.css +1 -1
- assets/css/main/plus-extra-adv/plus-extra-adv.css +2 -2
- assets/css/main/plus-extra-adv/plus-extra-adv.min.css +1 -1
- assets/css/main/social-icon/plus-social-icon.css +961 -133
- assets/css/main/social-icon/plus-social-icon.min.css +1 -1
- includes/theplus_options.php +2 -2
- includes/welcome-page.php +7 -9
- lang/tpebl.pot +369 -574
- modules/widgets/tp_button.php +455 -137
- modules/widgets/tp_social_icon.php +185 -61
- readme.txt +6 -1
- theplus_elementor_addon.php +2 -2
assets/css/admin/theplus-ele-admin.css
CHANGED
@@ -2579,7 +2579,7 @@ a.theplus-panel-btn-outline-2 {
|
|
2579 |
position: relative;
|
2580 |
display: flex;
|
2581 |
margin-top: 15px;
|
2582 |
-
width:
|
2583 |
}
|
2584 |
|
2585 |
.theplus-pro-features-wrapper .tp-pf-links .tp-pf-links-buy {
|
@@ -2950,4 +2950,7 @@ label.theplus-filter-widget-search {
|
|
2950 |
.elementor-control-tp_rule_woo_cart_item_value input,
|
2951 |
.elementor-control-tp_rule_woo_purchase_item_value input,
|
2952 |
.elementor-control-tp_rule_toolset_number_value input,
|
2953 |
-
.elementor-control-tp_rule_pods_number_value input
|
|
|
|
|
|
2579 |
position: relative;
|
2580 |
display: flex;
|
2581 |
margin-top: 15px;
|
2582 |
+
width: 100%;
|
2583 |
}
|
2584 |
|
2585 |
.theplus-pro-features-wrapper .tp-pf-links .tp-pf-links-buy {
|
2950 |
.elementor-control-tp_rule_woo_cart_item_value input,
|
2951 |
.elementor-control-tp_rule_woo_purchase_item_value input,
|
2952 |
.elementor-control-tp_rule_toolset_number_value input,
|
2953 |
+
.elementor-control-tp_rule_pods_number_value input,
|
2954 |
+
.elementor-control-tp_rule_woo_po_ship_postcode_value input,
|
2955 |
+
.elementor-control-tp_rule_woo_po_bill_postcode_value input,
|
2956 |
+
.elementor-control-tp_rule_woo_purchase_total_value input{width: 100%;}
|
assets/css/main/plus-extra-adv/plus-button.css
CHANGED
@@ -61,7 +61,8 @@ a.button-link-wrap:hover {
|
|
61 |
}
|
62 |
.pt_plus_button .button-link-wrap {
|
63 |
position: relative;
|
64 |
-
|
|
|
65 |
padding: 15px 30px;
|
66 |
font-size: 16px;
|
67 |
line-height: 25px;
|
@@ -107,12 +108,131 @@ a.button-link-wrap:hover {
|
|
107 |
100% {left:0%;width:100%}
|
108 |
}
|
109 |
/*---------style-1-----------*/
|
|
|
110 |
.button-link-wrap i.button-before {
|
111 |
margin-right:10px;
|
112 |
}
|
113 |
.button-link-wrap i.button-after {
|
114 |
margin-left:10px;
|
115 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
/*---------style-4-----------*/
|
117 |
.pt_plus_button.button-style-4 .button-link-wrap {
|
118 |
padding: 15px 30px;
|
@@ -178,6 +298,198 @@ a.button-link-wrap:hover {
|
|
178 |
transform: translateY(0);
|
179 |
}
|
180 |
/*---------style-4-----------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
181 |
/*---------style-8-----------*/
|
182 |
.pt_plus_button.button-style-8{
|
183 |
overflow: visible;
|
@@ -200,6 +512,77 @@ a.button-link-wrap:hover {
|
|
200 |
transform: translateY(3px);
|
201 |
}
|
202 |
/*---------style-8-----------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
/*---------style-11-----------*/
|
204 |
.pt_plus_button.button-style-11 .button-link-wrap {
|
205 |
display: inline-block;
|
@@ -283,7 +666,7 @@ a.button-link-wrap:hover {
|
|
283 |
overflow: hidden;
|
284 |
padding: 0;
|
285 |
}
|
286 |
-
|
287 |
/*---------style-11-----------*/
|
288 |
/*---------style-12-----------*/
|
289 |
.pt_plus_button.button-style-12 .button-link-wrap {
|
@@ -414,8 +797,438 @@ a.button-link-wrap:hover {
|
|
414 |
background: #ff214f;
|
415 |
}
|
416 |
/*---------style-13-----------*/
|
417 |
-
/*---------style-
|
418 |
-
.pt_plus_button.button-style-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
419 |
display: inline-block;
|
420 |
margin: 0px;
|
421 |
padding: 15px 30px;
|
@@ -427,11 +1240,12 @@ a.button-link-wrap:hover {
|
|
427 |
transition: all 0.3s;
|
428 |
border: 1px solid #252525;
|
429 |
}
|
430 |
-
.pt_plus_button.button-style-
|
|
|
431 |
position: relative;
|
432 |
z-index: 1;
|
433 |
}
|
434 |
-
.pt_plus_button.button-style-20 .button-link-wrap:after{
|
435 |
content: '';
|
436 |
position: absolute;
|
437 |
-webkit-transition: all 0.3s;
|
@@ -440,6 +1254,28 @@ a.button-link-wrap:hover {
|
|
440 |
-o-transition: all 0.3s;
|
441 |
transition: all 0.3s;
|
442 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
443 |
.pt_plus_button.button-style-20 .button-link-wrap:after {
|
444 |
width: 100%;
|
445 |
height: 0;
|
@@ -461,6 +1297,528 @@ a.button-link-wrap:hover {
|
|
461 |
opacity: 1;
|
462 |
}
|
463 |
/*---------style-20-----------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
464 |
/*-------tp button-------*/
|
465 |
html.video {overflow: inherit !important;}
|
466 |
|
61 |
}
|
62 |
.pt_plus_button .button-link-wrap {
|
63 |
position: relative;
|
64 |
+
display: inline-flex;
|
65 |
+
align-items: center;
|
66 |
padding: 15px 30px;
|
67 |
font-size: 16px;
|
68 |
line-height: 25px;
|
108 |
100% {left:0%;width:100%}
|
109 |
}
|
110 |
/*---------style-1-----------*/
|
111 |
+
/*---------style-2-----------*/
|
112 |
.button-link-wrap i.button-before {
|
113 |
margin-right:10px;
|
114 |
}
|
115 |
.button-link-wrap i.button-after {
|
116 |
margin-left:10px;
|
117 |
}
|
118 |
+
.pt_plus_button.button-style-2 .button-link-wrap i {
|
119 |
+
background: #252525;
|
120 |
+
-moz-border-radius:50%;
|
121 |
+
-webkit-border-radius:50%;
|
122 |
+
border-radius: 50%;
|
123 |
+
width: 50px;
|
124 |
+
height: 50px;
|
125 |
+
text-align: center;
|
126 |
+
display: inline-flex;
|
127 |
+
line-height: 1;
|
128 |
+
align-items: center;
|
129 |
+
-webkit-transition: all .3s linear;
|
130 |
+
-moz-transition: all .3s linear;
|
131 |
+
-ms-transition: all .3s linear;
|
132 |
+
-o-transition: all .3s linear;
|
133 |
+
transition: all .3s linear;
|
134 |
+
}
|
135 |
+
.pt_plus_button.button-style-2 .button-link-wrap:hover i {
|
136 |
+
background:#ff214f;
|
137 |
+
}
|
138 |
+
.pt_plus_button.button-style-2 .button-link-wrap i.button-before {
|
139 |
+
margin-right:20px;
|
140 |
+
padding: 15px;
|
141 |
+
}
|
142 |
+
.pt_plus_button.button-style-2 .button-link-wrap i.button-after {
|
143 |
+
margin-left:20px;
|
144 |
+
padding: 15px;
|
145 |
+
}
|
146 |
+
.pt_plus_button.button-style-2 .button-link-wrap:hover i.button-before {
|
147 |
+
-webkit-transform: translateX(14px);
|
148 |
+
-ms-transform: translateX(14px);
|
149 |
+
-moz-transform: translateX(14px);
|
150 |
+
-o-transform: translateX(14px);
|
151 |
+
transform: translateX(14px);
|
152 |
+
}
|
153 |
+
.pt_plus_button.button-style-2 .button-link-wrap:hover i.button-after {
|
154 |
+
-webkit-transform: translateX(-14px);
|
155 |
+
-ms-transform: translateX(-14px);
|
156 |
+
-moz-transform: translateX(-14px);
|
157 |
+
-o-transform: translateX(-14px);
|
158 |
+
transform: translateX(-14px);
|
159 |
+
}
|
160 |
+
/*---------style-2-----------*/
|
161 |
+
/*---------style-3-----------*/
|
162 |
+
.pt_plus_button.button-style-3 a.button-link-wrap {
|
163 |
+
padding: 5px 70px 5px 0;
|
164 |
+
}
|
165 |
+
.pt_plus_button.button-style-3 a.button-link-wrap:before {
|
166 |
+
content: "";
|
167 |
+
position: absolute;
|
168 |
+
right: 0;
|
169 |
+
top: 0;
|
170 |
+
bottom: 0;
|
171 |
+
margin: auto 0;
|
172 |
+
width: 20px;
|
173 |
+
height: 20px;
|
174 |
+
background: #252525;
|
175 |
+
}
|
176 |
+
.pt_plus_button.button-style-3 a.button-link-wrap:hover:before {
|
177 |
+
background: #252525;
|
178 |
+
}
|
179 |
+
.pt_plus_button.button-style-3 a.button-link-wrap:hover:before {
|
180 |
+
-webkit-transform: rotate(90deg);
|
181 |
+
-ms-transform:rotate(90deg);
|
182 |
+
-moz-transform:rotate(90deg);
|
183 |
+
-o-transform: rotate(90deg);
|
184 |
+
transform: rotate(90deg);
|
185 |
+
-webkit-transition:all .2s ease .2s;
|
186 |
+
-moz-transition: all .2s ease .2s;
|
187 |
+
-o-transition:all .2s ease .2s;
|
188 |
+
-ms-transition:all .2s ease .2s;
|
189 |
+
transition: all .2s ease .2s;
|
190 |
+
}
|
191 |
+
.pt_plus_button.button-style-3 .arrow,.pt_plus_button.button-style-3 .arrow-1 {
|
192 |
+
position: absolute;
|
193 |
+
right: 6px;
|
194 |
+
top: 0;
|
195 |
+
bottom: 0;
|
196 |
+
margin: auto 0;
|
197 |
+
width: 48px;
|
198 |
+
height: 9px;
|
199 |
+
}
|
200 |
+
.pt_plus_button.button-style-3 a.button-link-wrap:hover .arrow {
|
201 |
+
opacity: 0;
|
202 |
+
-webkit-transform: translateX(10px);
|
203 |
+
-ms-transform:translateX(10px);
|
204 |
+
-moz-transform:translateX(10px);
|
205 |
+
-o-transform: translateX(10px);
|
206 |
+
transform: translateX(10px);
|
207 |
+
-webkit-transition:all .2s ease 0s;
|
208 |
+
-moz-transition: all .2s ease 0s;
|
209 |
+
-o-transition:all .2s ease 0s;
|
210 |
+
-ms-transition:all .2s ease 0s;
|
211 |
+
transition: all .2s ease 0s;
|
212 |
+
}
|
213 |
+
.pt_plus_button.button-style-3 a.button-link-wrap .arrow-1 {
|
214 |
+
opacity: 0;
|
215 |
+
-webkit-transform: translateX(-10px);
|
216 |
+
-ms-transform: translateX(-10px);
|
217 |
+
-moz-transform: translateX(-10px);
|
218 |
+
-o-transform: translateX(-10px);
|
219 |
+
transform: translateX(-10px);
|
220 |
+
}
|
221 |
+
.pt_plus_button.button-style-3 a.button-link-wrap:hover .arrow-1 {
|
222 |
+
opacity: 1;
|
223 |
+
-webkit-transform: translateX(0);
|
224 |
+
-ms-transform:translateX(0);
|
225 |
+
-moz-transform:translateX(0);
|
226 |
+
-o-transform: translateX(0);
|
227 |
+
transform: translateX(0);
|
228 |
+
-webkit-transition: all .2s ease .4s;
|
229 |
+
-moz-transition: all .2s ease .4s;
|
230 |
+
-o-transition: all .2s ease .4s;
|
231 |
+
-ms-transition: all .2s ease .4s;
|
232 |
+
transition: all .2s ease .4s;
|
233 |
+
}
|
234 |
+
|
235 |
+
/*---------style-3-----------*/
|
236 |
/*---------style-4-----------*/
|
237 |
.pt_plus_button.button-style-4 .button-link-wrap {
|
238 |
padding: 15px 30px;
|
298 |
transform: translateY(0);
|
299 |
}
|
300 |
/*---------style-4-----------*/
|
301 |
+
/*---------style-5-----------*/
|
302 |
+
.pt_plus_button.button-style-5 .button-link-wrap {
|
303 |
+
padding: 15px 30px;
|
304 |
+
margin:10px;
|
305 |
+
text-align: center;
|
306 |
+
font-size: 16px;
|
307 |
+
line-height: 25px;
|
308 |
+
border: 1px solid #252525;
|
309 |
+
background: #252525;
|
310 |
+
-moz-transition: all .15s ease-out .15s;
|
311 |
+
-o-transition: all .15s ease-out .15s;
|
312 |
+
-ms-transition: all .15s ease-out .15s;
|
313 |
+
transition: all .15s ease-out .15s;
|
314 |
+
-webkit-transition: all .15s ease-out;
|
315 |
+
-webkit-transition-delay: .15s;
|
316 |
+
-moz-transition-delay:.15s;
|
317 |
+
-o-transition-delay:.15s;
|
318 |
+
transition-delay: .15s;
|
319 |
+
-webkit-transition: all .15s ease-out .15s;
|
320 |
+
position: relative;
|
321 |
+
color: #8a8a8a;
|
322 |
+
-webkit-background-size: cover !important;;
|
323 |
+
-moz-background-size: cover !important;;
|
324 |
+
-o-background-size: cover !important;
|
325 |
+
background-size: cover !important;
|
326 |
+
background-position: center center !important;
|
327 |
+
-moz-border-radius:0px !important;
|
328 |
+
-webkit-border-radius:0px !important;
|
329 |
+
border-radius:0px !important;
|
330 |
+
}
|
331 |
+
.pt_plus_button.button-style-5 .button-link-wrap:before, .pt_plus_button.button-style-5 .button-link-wrap:after {
|
332 |
+
content: '';
|
333 |
+
position: absolute;
|
334 |
+
background: #ff214f;
|
335 |
+
top: -7px;
|
336 |
+
left: -7px;
|
337 |
+
-moz-transition: all .15s ease-out .15s;
|
338 |
+
-o-transition: all .15s ease-out .15s;
|
339 |
+
-webkit-transition: all .15s ease-out;
|
340 |
+
-webkit-transition: all .15s ease-out .15s;
|
341 |
+
transition: all .15s ease-out .15s;
|
342 |
+
-webkit-transition-delay: .15s;
|
343 |
+
-moz-transition-delay:.15s;
|
344 |
+
-o-transition-delay: .15s;
|
345 |
+
transition-delay: .15s;
|
346 |
+
}
|
347 |
+
.pt_plus_button.button-style-5 .button-link-wrap:before {
|
348 |
+
height: 7px;
|
349 |
+
width: 100%;
|
350 |
+
}
|
351 |
+
.pt_plus_button.button-style-5 .button-link-wrap:after {
|
352 |
+
height: 100%;
|
353 |
+
width: 7px;
|
354 |
+
}
|
355 |
+
.pt_plus_button.button-style-5 .button-link-wrap:hover:before, .pt_plus_button.button-style-5 .button-link-wrap:hover:after {
|
356 |
+
left: 0;
|
357 |
+
top: 0;
|
358 |
+
}
|
359 |
+
/*---------style-5-----------*/
|
360 |
+
/*---------style-6-----------*/
|
361 |
+
.pt_plus_button.button-style-6 {
|
362 |
+
overflow: visible;
|
363 |
+
}
|
364 |
+
.pt_plus_button.button-style-6 .button-link-wrap{
|
365 |
+
-webkit-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
|
366 |
+
-moz-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
|
367 |
+
-o-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
|
368 |
+
-ms-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
|
369 |
+
transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
|
370 |
+
position: relative;
|
371 |
+
left: 22px;
|
372 |
+
display: inline-block;
|
373 |
+
}
|
374 |
+
.pt_plus_button.button-style-6 .button-link-wrap:hover {
|
375 |
+
left: 0;
|
376 |
+
padding-right: 22px;
|
377 |
+
}
|
378 |
+
.pt_plus_button.button-style-6 .button-link-wrap::before {
|
379 |
+
-webkit-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
|
380 |
+
-moz-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
|
381 |
+
-o-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
|
382 |
+
-ms-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
|
383 |
+
transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
|
384 |
+
font-size: 10px;
|
385 |
+
position: absolute;
|
386 |
+
left: 0;
|
387 |
+
display: inline-block;
|
388 |
+
content: "\f054";
|
389 |
+
font-family: 'Font Awesome 5 Free';
|
390 |
+
font-weight:600;
|
391 |
+
text-rendering: auto;
|
392 |
+
-webkit-font-smoothing: antialiased;
|
393 |
+
-moz-osx-font-smoothing: grayscale;
|
394 |
+
}
|
395 |
+
.pt_plus_button.button-style-6 .button-link-wrap:hover::before {
|
396 |
+
left: calc(100% - 11px);
|
397 |
+
}
|
398 |
+
/*---------style-6-----------*/
|
399 |
+
/*---------style-7-----------*/
|
400 |
+
.pt_plus_button.button-style-7 .button-link-wrap{
|
401 |
+
padding-right: 36px;
|
402 |
+
}
|
403 |
+
.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow {
|
404 |
+
letter-spacing: 0!important;
|
405 |
+
}
|
406 |
+
.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before {
|
407 |
+
font-family: 'Font Awesome 5 Free'!important;
|
408 |
+
font-weight:600;
|
409 |
+
font-style: normal;
|
410 |
+
text-decoration: inherit;
|
411 |
+
backface-visibility: hidden;
|
412 |
+
-webkit-font-smoothing: antialiased;
|
413 |
+
content: "\f105";
|
414 |
+
line-height: 30px;
|
415 |
+
font-size: 14px;
|
416 |
+
position: absolute;
|
417 |
+
right: 0;
|
418 |
+
width: 23px;
|
419 |
+
text-align: center;
|
420 |
+
height: 30px;
|
421 |
+
top: 50%;
|
422 |
+
margin-top: -16px;
|
423 |
+
-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
424 |
+
transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
425 |
+
-moz-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
426 |
+
-o-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
427 |
+
-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
428 |
+
-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
429 |
+
}
|
430 |
+
.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after {
|
431 |
+
position: absolute;
|
432 |
+
content: '';
|
433 |
+
border-bottom: 1px solid;
|
434 |
+
height: 1px;
|
435 |
+
width: 22px;
|
436 |
+
right: 12px;
|
437 |
+
top: 50%;
|
438 |
+
margin-top: -1.5px;
|
439 |
+
-ms-transform: scale(0,1) translateX(0px);
|
440 |
+
-webkit-transform: scale(0,1) translateX(0px);
|
441 |
+
-moz-transform:scale(0,1) translateX(0px);
|
442 |
+
-o-transform: scale(0,1) translateX(0px);
|
443 |
+
transform: scale(0,1) translateX(0px);
|
444 |
+
-webkit-transform-origin: left;
|
445 |
+
-moz-transform-origin:left;
|
446 |
+
-ms-transform-origin:left;
|
447 |
+
-o-transform-origin:left;
|
448 |
+
transform-origin:left;
|
449 |
+
pointer-events: none;
|
450 |
+
-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
451 |
+
-moz-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
452 |
+
-o-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
453 |
+
-ms-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
454 |
+
transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
455 |
+
|
456 |
+
}
|
457 |
+
.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:after, .pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:before {
|
458 |
+
-ms-transform: scale(1,1) translateX(9px);
|
459 |
+
-webkit-transform: scale(1,1) translateX(9px);
|
460 |
+
-moz-transform:scale(1,1) translateX(9px);
|
461 |
+
-o-transform: scale(1,1) translateX(9px);
|
462 |
+
transform: scale(1,1) translateX(9px);
|
463 |
+
}
|
464 |
+
.pt_plus_button.button-style-7 .button-link-wrap:after {
|
465 |
+
-moz-border-radius: 100px;
|
466 |
+
-webkit-border-radius: 100px;
|
467 |
+
border-radius: 100px;
|
468 |
+
border: 1px solid rgba(0,0,0,0.3);
|
469 |
+
height: 25px;
|
470 |
+
width: 25px;
|
471 |
+
position: absolute;
|
472 |
+
right: 0;
|
473 |
+
top: 50%;
|
474 |
+
margin-top: -12.5px;
|
475 |
+
content: ' ';
|
476 |
+
display: block;
|
477 |
+
pointer-events: none;
|
478 |
+
-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
479 |
+
-moz-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
480 |
+
-o-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
481 |
+
-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
482 |
+
transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
|
483 |
+
}
|
484 |
+
.pt_plus_button.button-style-7 .button-link-wrap:hover:after {
|
485 |
+
-ms-transform: scale(0.8);
|
486 |
+
-webkit-transform: scale(0.8);
|
487 |
+
-moz-transform: scale(0.8);
|
488 |
+
-o-transform: scale(0.8);
|
489 |
+
transform: scale(0.8);
|
490 |
+
opacity: 0;
|
491 |
+
}
|
492 |
+
/*---------style-7-----------*/
|
493 |
/*---------style-8-----------*/
|
494 |
.pt_plus_button.button-style-8{
|
495 |
overflow: visible;
|
512 |
transform: translateY(3px);
|
513 |
}
|
514 |
/*---------style-8-----------*/
|
515 |
+
/*---------style-9-----------*/
|
516 |
+
.pt_plus_button.button-style-9 a.button-link-wrap {
|
517 |
+
padding-right: 20px;
|
518 |
+
}
|
519 |
+
.pt_plus_button.button-style-9 a.button-link-wrap .btn-arrow{
|
520 |
+
position:relative;
|
521 |
+
display: inline-block;
|
522 |
+
margin-left: 10px;
|
523 |
+
}
|
524 |
+
.pt_plus_button.button-style-9 a.button-link-wrap .fa-show{
|
525 |
+
-webkit-transform:translateX(0%) translateZ(0) translateY(-50%);
|
526 |
+
-ms-transform:translateX(0%) translateZ(0) translateY(-50%);
|
527 |
+
-moz-transform:translateX(0%) translateZ(0) translateY(-50%);
|
528 |
+
-o-transform: translateX(0%) translateZ(0) translateY(-50%);
|
529 |
+
transform: translateX(0%) translateZ(0) translateY(-50%);
|
530 |
+
position: absolute;
|
531 |
+
top: 50%;
|
532 |
+
}
|
533 |
+
.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-show{
|
534 |
+
opacity: 0;
|
535 |
+
-webkit-transform:translateX(20px) translateZ(0) translateY(-50%);
|
536 |
+
-ms-transform:translateX(20px) translateZ(0) translateY(-50%);
|
537 |
+
-moz-transform:translateX(20px) translateZ(0) translateY(-50%);
|
538 |
+
-o-transform: translateX(20px) translateZ(0) translateY(-50%);
|
539 |
+
transform: translateX(20px) translateZ(0) translateY(-50%);
|
540 |
+
-webkit-transition: -webkit-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
|
541 |
+
-moz-transition: -moz-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
|
542 |
+
-o-transition: -o-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
|
543 |
+
-ms-transition: -ms-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
|
544 |
+
transition: transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
|
545 |
+
}
|
546 |
+
.pt_plus_button.button-style-9 a.button-link-wrap .fa-hide{
|
547 |
+
opacity: 0;
|
548 |
+
-webkit-transform:translateX(-20px) translateZ(0);
|
549 |
+
-ms-transform:translateX(-20px) translateZ(0);
|
550 |
+
-moz-transform:translateX(-20px) translateZ(0);
|
551 |
+
-o-transform: translateX(-20px) translateZ(0);
|
552 |
+
transform: translateX(-20px) translateZ(0);
|
553 |
+
}
|
554 |
+
.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-hide{
|
555 |
+
opacity: 1;
|
556 |
+
-webkit-transform:translateX(0) translateZ(0);
|
557 |
+
-ms-transform:translateX(0) translateZ(0);
|
558 |
+
-moz-transform:translateX(0) translateZ(0);
|
559 |
+
-o-transform: translateX(0) translateZ(0);
|
560 |
+
transform: translateX(0) translateZ(0);
|
561 |
+
-webkit-transition:-webkit-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
|
562 |
+
-moz-transition: -moz-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
|
563 |
+
-o-transition:-o-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
|
564 |
+
-ms-transition:-ms-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
|
565 |
+
transition: transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
|
566 |
+
}
|
567 |
+
/*---------style-9-----------*/
|
568 |
+
/*---------style-10-----------*/
|
569 |
+
.pt_plus_button.button-style-10 .button-link-wrap {
|
570 |
+
display: inline-block;
|
571 |
+
border: 1px solid #252525;
|
572 |
+
background: #fff;
|
573 |
+
padding: 15px 30px;
|
574 |
+
-webkit-transition: all .3s linear;
|
575 |
+
-moz-transition: all .3s linear;
|
576 |
+
-ms-transition: all .3s linear;
|
577 |
+
-o-transition: all .3s linear;
|
578 |
+
transition: all .3s linear;
|
579 |
+
}
|
580 |
+
.pt_plus_button.button-style-10 .button-link-wrap:hover {
|
581 |
+
color: #252525;
|
582 |
+
border-color: #ff214f;
|
583 |
+
background: #ff214f;
|
584 |
+
}
|
585 |
+
/*---------style-10-----------*/
|
586 |
/*---------style-11-----------*/
|
587 |
.pt_plus_button.button-style-11 .button-link-wrap {
|
588 |
display: inline-block;
|
666 |
overflow: hidden;
|
667 |
padding: 0;
|
668 |
}
|
669 |
+
.pt_plus_button.button-style-11 .button-link-wrap>span,.pt_plus_button.button-style-11 .button-link-wrap::before{display:inline-flex;align-items:center;justify-content:center}
|
670 |
/*---------style-11-----------*/
|
671 |
/*---------style-12-----------*/
|
672 |
.pt_plus_button.button-style-12 .button-link-wrap {
|
797 |
background: #ff214f;
|
798 |
}
|
799 |
/*---------style-13-----------*/
|
800 |
+
/*---------style-14-----------*/
|
801 |
+
.pt_plus_button.button-style-14 .button-link-wrap {
|
802 |
+
display: inline-block;
|
803 |
+
border: 1px solid #252525;
|
804 |
+
padding: 15px 30px;
|
805 |
+
overflow: hidden;
|
806 |
+
}
|
807 |
+
.pt_plus_button.button-style-14 .button-link-wrap::after {
|
808 |
+
content: attr(data-hover);
|
809 |
+
position: absolute;
|
810 |
+
top: 0;
|
811 |
+
left: 0;
|
812 |
+
width: 100%;
|
813 |
+
text-align: center;
|
814 |
+
height: 100%;
|
815 |
+
display: grid;
|
816 |
+
align-items: center;
|
817 |
+
color: #252525;
|
818 |
+
-webkit-transform-origin: -25% 50%;
|
819 |
+
-ms-transform-origin:-25% 50%;
|
820 |
+
-moz-transform-origin:-25% 50%;
|
821 |
+
-o-transform-origin:-25% 50%;
|
822 |
+
transform-origin: -25% 50%;
|
823 |
+
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
824 |
+
-ms-transform:rotate3d(0, 0, 1, 45deg);
|
825 |
+
-moz-transform:rotate3d(0, 0, 1, 45deg);
|
826 |
+
-o-transform:rotate3d(0, 0, 1, 45deg);
|
827 |
+
transform: rotate3d(0, 0, 1, 45deg);
|
828 |
+
-webkit-transition: -webkit-transform 0.3s ease-in;
|
829 |
+
-moz-transition: -moz-transform 0.3s ease-in;
|
830 |
+
-o-transition:-o-transform 0.3s ease-in;
|
831 |
+
-ms-transition: -ms-transform 0.3s ease-in;
|
832 |
+
transition: transform 0.3s ease-in;
|
833 |
+
}
|
834 |
+
.pt_plus_button.button-style-14 .button-link-wrap:hover::after {
|
835 |
+
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
836 |
+
-webkit-transform:rotate3d(0, 0, 1, 0deg);
|
837 |
+
-ms-transform:rotate3d(0, 0, 1, 0deg);
|
838 |
+
-moz-transform:rotate3d(0, 0, 1, 0deg);
|
839 |
+
transform: rotate3d(0, 0, 1, 0deg);
|
840 |
+
}
|
841 |
+
.pt_plus_button.button-style-14 .button-link-wrap:hover::after, .pt_plus_button.button-style-14 .button-link-wrap:hover {
|
842 |
+
-webkit-transition-timing-function: ease-out;
|
843 |
+
transition-timing-function: ease-out;
|
844 |
+
}
|
845 |
+
.pt_plus_button.button-style-14 .button-link-wrap span{
|
846 |
+
-webkit-transition: opacity .3s linear .1s;
|
847 |
+
-moz-transition: opacity .3s linear .1s;
|
848 |
+
-ms-transition: opacity .3s linear .1s;
|
849 |
+
-o-transition: opacity .3s linear .1s;
|
850 |
+
transition: opacity .3s linear .1s;
|
851 |
+
}
|
852 |
+
.pt_plus_button.button-style-14 .button-link-wrap:hover span{
|
853 |
+
opacity:0;
|
854 |
+
-webkit-transition: opacity .3s linear .1s;
|
855 |
+
-moz-transition: opacity .3s linear .1s;
|
856 |
+
-ms-transition: opacity .3s linear .1s;
|
857 |
+
-o-transition: opacity .3s linear .1s;
|
858 |
+
transition: opacity .3s linear .1s;
|
859 |
+
}
|
860 |
+
/*---------style-14-----------*/
|
861 |
+
/*---------style-15-----------*/
|
862 |
+
.pt_plus_button.button-style-15 .button-link-wrap {
|
863 |
+
display: inline-block;
|
864 |
+
padding: 15px 30px;
|
865 |
+
margin: 10px 0;
|
866 |
+
color:#8a8a8a;
|
867 |
+
-webkit-transition: color 0.3s;
|
868 |
+
-moz-transition: color 0.3s;
|
869 |
+
-o-transition: color 0.3s;
|
870 |
+
-ms-transition: color 0.3s;
|
871 |
+
transition: color 0.3s;
|
872 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
873 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
874 |
+
}
|
875 |
+
.pt_plus_button.button-style-15 .button-link-wrap span,.pt_plus_button.button-style-16 .button-link-wrap span {
|
876 |
+
position: relative;
|
877 |
+
z-index: 1;
|
878 |
+
}
|
879 |
+
.pt_plus_button.button-style-15 .button-link-wrap::before,
|
880 |
+
.pt_plus_button.button-style-15 .button-link-wrap::after {
|
881 |
+
content: '';
|
882 |
+
position: absolute;
|
883 |
+
border-radius: inherit;
|
884 |
+
-webkit-border-radius: inherit;
|
885 |
+
-moz-border-radius: inherit;
|
886 |
+
background: #252525;
|
887 |
+
}
|
888 |
+
.pt_plus_button.button-style-15 .button-link-wrap::before {
|
889 |
+
top: -2px;
|
890 |
+
bottom: -2px;
|
891 |
+
left: -2px;
|
892 |
+
right: -2px;
|
893 |
+
opacity: 0.2;
|
894 |
+
-webkit-transform: scale3d(0.7, 1, 1);
|
895 |
+
-ms-transform:scale3d(0.7, 1, 1);
|
896 |
+
-moz-transform:scale3d(0.7, 1, 1);
|
897 |
+
-o-transform:scale3d(0.7, 1, 1);
|
898 |
+
transform: scale3d(0.7, 1, 1);
|
899 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
900 |
+
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
|
901 |
+
-o-transition: -o-transform 0.3s, opacity 0.3s;
|
902 |
+
-ms-transition: -ms-transform 0.3s, opacity 0.3s;
|
903 |
+
transition: transform 0.3s, opacity 0.3s;
|
904 |
+
}
|
905 |
+
.pt_plus_button.button-style-15 .button-link-wrap::after {
|
906 |
+
top: 0;
|
907 |
+
left: 0;
|
908 |
+
width: 100%;
|
909 |
+
height: 100%;
|
910 |
+
-webkit-transform: scale3d(1.1, 1, 1);
|
911 |
+
-ms-transform: scale3d(1.1, 1, 1);
|
912 |
+
-moz-transform: scale3d(1.1, 1, 1);
|
913 |
+
-o-transform: scale3d(1.1, 1, 1);
|
914 |
+
transform: scale3d(1.1, 1, 1);
|
915 |
+
-webkit-transition: -webkit-transform 0.3s, background 0.3s;
|
916 |
+
-moz-transition: -moz-transform 0.3s, background 0.3s;
|
917 |
+
-o-transition:-o-transform 0.3s, background 0.3s;
|
918 |
+
-ms-transition:-ms-transform 0.3s, background 0.3s;
|
919 |
+
transition: transform 0.3s, background 0.3s;
|
920 |
+
}
|
921 |
+
.pt_plus_button.button-style-15 .button-link-wrap::before,
|
922 |
+
.pt_plus_button.button-style-15 .button-link-wrap::after {
|
923 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
924 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
925 |
+
}
|
926 |
+
.pt_plus_button.button-style-15 .button-link-wrap::before,
|
927 |
+
.pt_plus_button.button-style-15 .button-link-wrap::after {
|
928 |
+
background: #252525;
|
929 |
+
}
|
930 |
+
.pt_plus_button.button-style-15 .button-link-wrap:hover {
|
931 |
+
color: #fff;
|
932 |
+
}
|
933 |
+
.pt_plus_button.button-style-15 .button-link-wrap:hover::before {
|
934 |
+
opacity: 1;
|
935 |
+
}
|
936 |
+
.pt_plus_button.button-style-15 .button-link-wrap:hover::after {
|
937 |
+
background: #ff214f;
|
938 |
+
}
|
939 |
+
.pt_plus_button.button-style-15 .button-link-wrap:hover::after,
|
940 |
+
.pt_plus_button.button-style-15 .button-link-wrap:hover::before {
|
941 |
+
-webkit-transform: scale3d(1, 1, 1);
|
942 |
+
-ms-transform:scale3d(1, 1, 1);
|
943 |
+
-moz-transform:scale3d(1, 1, 1);
|
944 |
+
-o-transform: scale3d(1, 1, 1);
|
945 |
+
transform: scale3d(1, 1, 1);
|
946 |
+
}
|
947 |
+
/*---------style-15-----------*/
|
948 |
+
/*---------style-16-----------*/
|
949 |
+
.pt_plus_button.button-style-16 .button-link-wrap {
|
950 |
+
display: inline-block;
|
951 |
+
padding: 15px 30px;
|
952 |
+
margin: 10px;
|
953 |
+
color:#8a8a8a;
|
954 |
+
-webkit-transition: color 0.3s;
|
955 |
+
-moz-transition: color 0.3s;
|
956 |
+
-o-transition:color 0.3s;
|
957 |
+
-ms-transition:color 0.3s;
|
958 |
+
transition: color 0.3s;
|
959 |
+
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
960 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
961 |
+
}
|
962 |
+
.pt_plus_button.button-style-16 .button-link-wrap::before,.pt_plus_button.button-style-16 .button-link-wrap::after {
|
963 |
+
content: '';
|
964 |
+
-moz-border-radius: inherit;
|
965 |
+
-webkit-border-radius: inherit;
|
966 |
+
border-radius: inherit;
|
967 |
+
pointer-events: none;
|
968 |
+
position: absolute;
|
969 |
+
top: 0;
|
970 |
+
left: 0;
|
971 |
+
width: 100%;
|
972 |
+
height: 100%;
|
973 |
+
-webkit-backface-visibility: hidden;
|
974 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
975 |
+
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
|
976 |
+
-o-transition:-o-transform 0.3s, opacity 0.3s;
|
977 |
+
-ms-transition:-ms-transform 0.3s, opacity 0.3s;
|
978 |
+
transition: transform 0.3s, opacity 0.3s;
|
979 |
+
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
980 |
+
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
981 |
+
}
|
982 |
+
.pt_plus_button.button-style-16 .button-link-wrap::before {
|
983 |
+
border: 1px solid #252525;
|
984 |
+
opacity: 0;
|
985 |
+
-webkit-transform: scale3d(1.2, 1.2, 1);
|
986 |
+
-ms-transform: scale3d(1.2, 1.2, 1);
|
987 |
+
-moz-transform: scale3d(1.2, 1.2, 1);
|
988 |
+
-o-transform: scale3d(1.2, 1.2, 1);
|
989 |
+
transform: scale3d(1.2, 1.2, 1);
|
990 |
+
background:#ff214f;
|
991 |
+
}
|
992 |
+
.pt_plus_button.button-style-16 .button-link-wrap:hover::before {
|
993 |
+
opacity: 1;
|
994 |
+
-webkit-transform: scale3d(1, 1, 1);
|
995 |
+
-ms-transform: scale3d(1, 1, 1);
|
996 |
+
-moz-transform: scale3d(1, 1, 1);
|
997 |
+
-o-transform: scale3d(1, 1, 1);
|
998 |
+
transform: scale3d(1, 1, 1);
|
999 |
+
}
|
1000 |
+
.pt_plus_button.button-style-16 .button-link-wrap::after {
|
1001 |
+
background: #252525;
|
1002 |
+
}
|
1003 |
+
.pt_plus_button.button-style-16 .button-link-wrap:hover::after {
|
1004 |
+
opacity: 0;
|
1005 |
+
-webkit-transform: scale3d(0.8, 0.8, 1);
|
1006 |
+
-ms-transform: scale3d(0.8, 0.8, 1);
|
1007 |
+
-moz-transform: scale3d(0.8, 0.8, 1);
|
1008 |
+
-o-transform: scale3d(0.8, 0.8, 1);
|
1009 |
+
transform: scale3d(0.8, 0.8, 1);
|
1010 |
+
}
|
1011 |
+
/*---------style-16-----------*/
|
1012 |
+
/*---------style-17-----------*/
|
1013 |
+
.pt_plus_button.button-style-17 .button-link-wrap{
|
1014 |
+
display: inline-block;
|
1015 |
+
margin: 10px;
|
1016 |
+
padding: 0;
|
1017 |
+
overflow: hidden;
|
1018 |
+
border: 1px solid #252525;
|
1019 |
+
-webkit-transition: background 0.3s;
|
1020 |
+
-moz-transition: background 0.3s;
|
1021 |
+
-o-transition: background 0.3s;
|
1022 |
+
-ms-transition: background 0.3s;
|
1023 |
+
transition: background 0.3s;
|
1024 |
+
}
|
1025 |
+
.pt_plus_button.button-style-17 .button-link-wrap span{
|
1026 |
+
padding: 15px 30px;
|
1027 |
+
display:block;
|
1028 |
+
}
|
1029 |
+
.pt_plus_button.button-style-17 .button-link-wrap .btn-icon {
|
1030 |
+
position: absolute;
|
1031 |
+
top: 0;
|
1032 |
+
width: 100%;
|
1033 |
+
height: 100%;
|
1034 |
+
margin: 0;
|
1035 |
+
display: grid;
|
1036 |
+
align-items: center;
|
1037 |
+
text-align: center;
|
1038 |
+
left: 0;
|
1039 |
+
color: #fff;
|
1040 |
+
display: flex;
|
1041 |
+
justify-content: center;
|
1042 |
+
}
|
1043 |
+
.pt_plus_button.button-style-17.hover-top .button-link-wrap .btn-icon {
|
1044 |
+
-webkit-transform: translate3d(0, -100%, 0);
|
1045 |
+
-ms-transform: translate3d(0, -100%, 0);
|
1046 |
+
-moz-transform: translate3d(0, -100%, 0);
|
1047 |
+
-o-transform: translate3d(0, -100%, 0);
|
1048 |
+
transform: translate3d(0, -100%, 0);
|
1049 |
+
}
|
1050 |
+
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap .btn-icon {
|
1051 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
1052 |
+
-ms-transform:translate3d(0, 100%, 0);
|
1053 |
+
-moz-transform:translate3d(0, 100%, 0);
|
1054 |
+
-o-transform:translate3d(0, 100%, 0);
|
1055 |
+
transform: translate3d(0, 100%, 0);
|
1056 |
+
}
|
1057 |
+
.pt_plus_button.button-style-17 .button-link-wrap:hover .btn-icon,.pt_plus_button.button-style-17 .button-link-wrap:hover .btn-icon svg {
|
1058 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1059 |
+
-ms-transform: translate3d(0, 0, 0);
|
1060 |
+
-moz-transform: translate3d(0, 0, 0);
|
1061 |
+
-o-transform: translate3d(0, 0, 0);
|
1062 |
+
transform: translate3d(0, 0, 0);
|
1063 |
+
opacity:1;
|
1064 |
+
}
|
1065 |
+
.pt_plus_button.button-style-17 .button-link-wrap > span, .pt_plus_button.button-style-17 .button-link-wrap .btn-icon {
|
1066 |
+
-webkit-transition: -webkit-transform 0.3s;
|
1067 |
+
transition: transform 0.3s;
|
1068 |
+
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
1069 |
+
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
1070 |
+
}
|
1071 |
+
.pt_plus_button.button-style-17 .button-link-wrap:hover > span {
|
1072 |
+
opacity: 0;
|
1073 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
1074 |
+
-ms-transform: translate3d(0, 100%, 0);
|
1075 |
+
-moz-transform: translate3d(0, 100%, 0);
|
1076 |
+
-o-transform: translate3d(0, 100%, 0);
|
1077 |
+
transform: translate3d(0, 100%, 0);
|
1078 |
+
}
|
1079 |
+
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover > span {
|
1080 |
+
-webkit-transform: translate3d(0, -100%, 0);
|
1081 |
+
-ms-transform: translate3d(0, -100%, 0);
|
1082 |
+
-moz-transform: translate3d(0, -100%, 0);
|
1083 |
+
-o-transform: translate3d(0, -100%, 0);
|
1084 |
+
transform: translate3d(0, -100%, 0);
|
1085 |
+
}
|
1086 |
+
.pt_plus_button.button-style-17 .button-link-wrap::before {
|
1087 |
+
content: '';
|
1088 |
+
position: absolute;
|
1089 |
+
left: -50%;
|
1090 |
+
width: 200%;
|
1091 |
+
height: 200%;
|
1092 |
+
background: #ff214f;
|
1093 |
+
top: -50%;
|
1094 |
+
}
|
1095 |
+
.pt_plus_button.button-style-17.hover-top .button-link-wrap::before {
|
1096 |
+
-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
|
1097 |
+
transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
|
1098 |
+
}
|
1099 |
+
.pt_plus_button.button-style-17.hover-top .button-link-wrap:hover::before {
|
1100 |
+
-webkit-animation: button-style-17-top 0.3s forwards ease-in;
|
1101 |
+
-moz-animation: button-style-17-top 0.3s forwards ease-in;
|
1102 |
+
-o-animation: button-style-17-top 0.3s forwards ease-in;
|
1103 |
+
animation: button-style-17-top 0.3s forwards ease-in;
|
1104 |
+
}
|
1105 |
+
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap::before {
|
1106 |
+
-webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
|
1107 |
+
-moz-animation: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
|
1108 |
+
-o-animation: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
|
1109 |
+
transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
|
1110 |
+
}
|
1111 |
+
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover::before {
|
1112 |
+
-webkit-animation: button-style-17-bottom 0.3s forwards ease-in;
|
1113 |
+
-moz-animation: button-style-17-bottom 0.3s forwards ease-in;
|
1114 |
+
-o-animation: button-style-17-bottom 0.3s forwards ease-in;
|
1115 |
+
animation: button-style-17-bottom 0.3s forwards ease-in;
|
1116 |
+
}
|
1117 |
+
@-webkit-keyframes button-style-17-top {
|
1118 |
+
50% {
|
1119 |
+
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
|
1120 |
+
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
|
1121 |
+
-webkit-animation-timing-function: ease-out;
|
1122 |
+
animation-timing-function: ease-out;
|
1123 |
+
}
|
1124 |
+
100% {
|
1125 |
+
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
|
1126 |
+
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
|
1127 |
+
}
|
1128 |
+
}
|
1129 |
+
@keyframes button-style-17-top {
|
1130 |
+
50% {
|
1131 |
+
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
|
1132 |
+
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
|
1133 |
+
-webkit-animation-timing-function: ease-out;
|
1134 |
+
animation-timing-function: ease-out;
|
1135 |
+
}
|
1136 |
+
100% {
|
1137 |
+
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
|
1138 |
+
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
|
1139 |
+
}
|
1140 |
+
}
|
1141 |
+
@-webkit-keyframes button-style-17-bottom{
|
1142 |
+
50% {
|
1143 |
+
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
|
1144 |
+
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
|
1145 |
+
-webkit-animation-timing-function: ease-out;
|
1146 |
+
animation-timing-function: ease-out;
|
1147 |
+
}
|
1148 |
+
100% {
|
1149 |
+
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
|
1150 |
+
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
|
1151 |
+
}
|
1152 |
+
}
|
1153 |
+
@keyframes button-style-17-bottom{
|
1154 |
+
50% {
|
1155 |
+
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
|
1156 |
+
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
|
1157 |
+
-webkit-animation-timing-function: ease-out;
|
1158 |
+
animation-timing-function: ease-out;
|
1159 |
+
}
|
1160 |
+
100% {
|
1161 |
+
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
|
1162 |
+
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
|
1163 |
+
}
|
1164 |
+
}
|
1165 |
+
/*---------style-17-----------*/
|
1166 |
+
/*---------style-18-----------*/
|
1167 |
+
.pt_plus_button.button-style-18 .button-link-wrap{
|
1168 |
+
display: inline-block;
|
1169 |
+
margin: 10px;
|
1170 |
+
padding: 15px 30px;
|
1171 |
+
overflow: hidden;
|
1172 |
+
background:#252525;
|
1173 |
+
-webkit-transition: background 0.3s;
|
1174 |
+
-moz-transition: background 0.3s;
|
1175 |
+
-o-transition: background 0.3s;
|
1176 |
+
-ms-transition: background 0.3s;
|
1177 |
+
transition: background 0.3s;
|
1178 |
+
z-index: 1;
|
1179 |
+
}
|
1180 |
+
.pt_plus_button.button-style-18 .button-link-wrap span,.pt_plus_button.button-style-18 .button-link-wrap .btn-icon{
|
1181 |
+
position:relative;
|
1182 |
+
z-index: 1;
|
1183 |
+
}
|
1184 |
+
.pt_plus_button.button-style-18 .button-link-wrap::before, .pt_plus_button.button-style-18 .button-link-wrap::after {
|
1185 |
+
content: '';
|
1186 |
+
position: absolute;
|
1187 |
+
border-radius: inherit;
|
1188 |
+
-webkit-border-radius: inherit;
|
1189 |
+
-moz-border-radius: inherit;
|
1190 |
+
}
|
1191 |
+
.pt_plus_button.button-style-18 .button-link-wrap::before {
|
1192 |
+
background: #ff214f;
|
1193 |
+
top: 0;
|
1194 |
+
left: 0;
|
1195 |
+
width: 100%;
|
1196 |
+
height: 100%;
|
1197 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
1198 |
+
-ms-transform:translate3d(0, 100%, 0);
|
1199 |
+
-moz-transform:translate3d(0, 100%, 0);
|
1200 |
+
-o-transform: translate3d(0, 100%, 0);
|
1201 |
+
transform: translate3d(0, 100%, 0);
|
1202 |
+
-webkit-transition: -webkit-transform 0.3s;
|
1203 |
+
-moz-transition: -moz-transform 0.3s;
|
1204 |
+
-ms-transition: -ms-transform 0.3s;
|
1205 |
+
-o-transition: -o-transform 0.3s;
|
1206 |
+
transition: transform 0.3s;
|
1207 |
+
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
1208 |
+
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
1209 |
+
}
|
1210 |
+
.pt_plus_button.button-style-18 .button-link-wrap:hover::before {
|
1211 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1212 |
+
-ms-transform:translate3d(0, 0, 0);
|
1213 |
+
-moz-transform:translate3d(0, 0, 0);
|
1214 |
+
-o-transform: translate3d(0, 0, 0);
|
1215 |
+
transform: translate3d(0, 0, 0);
|
1216 |
+
}
|
1217 |
+
.pt_plus_button.button-style-18 .button-link-wrap::after {
|
1218 |
+
top: 2px;
|
1219 |
+
left: 2px;
|
1220 |
+
right: 2px;
|
1221 |
+
bottom: 2px;
|
1222 |
+
background: #252525;
|
1223 |
+
}
|
1224 |
+
.pt_plus_button.button-style-18 .button-link-wrap::after {
|
1225 |
+
-moz-border-radius: 0;
|
1226 |
+
-webkit-border-radius: 0;
|
1227 |
+
border-radius: 0;
|
1228 |
+
}
|
1229 |
+
/*---------style-18-----------*/
|
1230 |
+
/*---------style-19-----------*/
|
1231 |
+
.pt_plus_button.button-style-19 .button-link-wrap,.pt_plus_button.button-style-20 .button-link-wrap,.pt_plus_button.button-style-21 .button-link-wrap{
|
1232 |
display: inline-block;
|
1233 |
margin: 0px;
|
1234 |
padding: 15px 30px;
|
1240 |
transition: all 0.3s;
|
1241 |
border: 1px solid #252525;
|
1242 |
}
|
1243 |
+
.pt_plus_button.button-style-19 .button-link-wrap span,.pt_plus_button.button-style-20 .button-link-wrap span,.pt_plus_button.button-style-21 .button-link-wrap span,
|
1244 |
+
.pt_plus_button.button-style-19 .button-link-wrap i.btn-icon,.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon,.pt_plus_button.button-style-21 .button-link-wrap i.btn-icon{
|
1245 |
position: relative;
|
1246 |
z-index: 1;
|
1247 |
}
|
1248 |
+
.pt_plus_button.button-style-19 .button-link-wrap:after,.pt_plus_button.button-style-20 .button-link-wrap:after, .pt_plus_button.button-style-21 .button-link-wrap:after {
|
1249 |
content: '';
|
1250 |
position: absolute;
|
1251 |
-webkit-transition: all 0.3s;
|
1254 |
-o-transition: all 0.3s;
|
1255 |
transition: all 0.3s;
|
1256 |
}
|
1257 |
+
.pt_plus_button.button-style-19 .button-link-wrap:after {
|
1258 |
+
width: 0;
|
1259 |
+
height: 103%;
|
1260 |
+
top: 50%;
|
1261 |
+
left: 50%;
|
1262 |
+
background: #ff214f;
|
1263 |
+
-webkit-transform: translateX(-50%) translateY(-50%);
|
1264 |
+
-moz-transform: translateX(-50%) translateY(-50%);
|
1265 |
+
-ms-transform: translateX(-50%) translateY(-50%);
|
1266 |
+
-o-transform: translateX(-50%) translateY(-50%);
|
1267 |
+
transform: translateX(-50%) translateY(-50%);
|
1268 |
+
}
|
1269 |
+
.pt_plus_button.button-style-19 .button-link-wrap:hover:after {
|
1270 |
+
width: 90%;
|
1271 |
+
opacity: 1;
|
1272 |
+
}
|
1273 |
+
.pt_plus_button.button-style-19 .button-link-wrap:active:after {
|
1274 |
+
width: 101%;
|
1275 |
+
opacity: 1;
|
1276 |
+
}
|
1277 |
+
/*---------style-19-----------*/
|
1278 |
+
/*---------style-20-----------*/
|
1279 |
.pt_plus_button.button-style-20 .button-link-wrap:after {
|
1280 |
width: 100%;
|
1281 |
height: 0;
|
1297 |
opacity: 1;
|
1298 |
}
|
1299 |
/*---------style-20-----------*/
|
1300 |
+
/*---------style-21-----------*/
|
1301 |
+
.pt_plus_button.button-style-21 .button-link-wrap:after {
|
1302 |
+
width: 101%;
|
1303 |
+
height: 0;
|
1304 |
+
top: 50%;
|
1305 |
+
left: 50%;
|
1306 |
+
background: #ff214f;
|
1307 |
+
-webkit-transform: translateX(-50%) translateY(-50%);
|
1308 |
+
-moz-transform: translateX(-50%) translateY(-50%);
|
1309 |
+
-ms-transform: translateX(-50%) translateY(-50%);
|
1310 |
+
-o-transform: translateX(-50%) translateY(-50%);
|
1311 |
+
transform: translateX(-50%) translateY(-50%);
|
1312 |
+
}
|
1313 |
+
.pt_plus_button.button-style-21 .button-link-wrap:hover:after {
|
1314 |
+
height: 75%;
|
1315 |
+
opacity: 1;
|
1316 |
+
}
|
1317 |
+
.pt_plus_button.button-style-21 .button-link-wrap:active:after {
|
1318 |
+
height: 130%;
|
1319 |
+
opacity: 1;
|
1320 |
+
}
|
1321 |
+
/*---------style-21-----------*/
|
1322 |
+
/*---------style-22-----------*/
|
1323 |
+
.pt_plus_button.button-style-22 .button-link-wrap{
|
1324 |
+
display: inline-block;
|
1325 |
+
margin: 10px;
|
1326 |
+
padding: 15px 30px;
|
1327 |
+
overflow: hidden;
|
1328 |
+
-webkit-transition: all 0.3s;
|
1329 |
+
-moz-transition: all 0.3s;
|
1330 |
+
-ms-transition: all 0.3s;
|
1331 |
+
-o-transition: all 0.3s;
|
1332 |
+
transition: all 0.3s;
|
1333 |
+
border: 1px solid #252525;
|
1334 |
+
background:#fff;
|
1335 |
+
}
|
1336 |
+
.pt_plus_button.button-style-22 .button-link-wrap .btn-icon{
|
1337 |
+
position: absolute;
|
1338 |
+
height: 100%;
|
1339 |
+
color: #252525;
|
1340 |
+
-webkit-transition: all 0.3s;
|
1341 |
+
-moz-transition: all 0.3s;
|
1342 |
+
-ms-transition: all 0.3s;
|
1343 |
+
-o-transition: all 0.3s;
|
1344 |
+
transition: all 0.3s;
|
1345 |
+
display: grid;
|
1346 |
+
align-items: center;
|
1347 |
+
vertical-align: middle;
|
1348 |
+
}
|
1349 |
+
.pt_plus_button.button-style-22 .button-link-wrap .button-after {
|
1350 |
+
left: 130%;
|
1351 |
+
top: 0;
|
1352 |
+
margin-left: 10px;
|
1353 |
+
}
|
1354 |
+
.pt_plus_button.button-style-22 .button-link-wrap:hover .button-after{
|
1355 |
+
left: 75%;
|
1356 |
+
}
|
1357 |
+
.pt_plus_button.button-style-22 .button-link-wrap .button-before {
|
1358 |
+
left: -30%;
|
1359 |
+
opacity: 0;
|
1360 |
+
top: 0;
|
1361 |
+
margin-right: 10px;
|
1362 |
+
}
|
1363 |
+
.pt_plus_button.button-style-22 .button-link-wrap:hover .button-before {
|
1364 |
+
left:2%;
|
1365 |
+
opacity: 1;
|
1366 |
+
}
|
1367 |
+
/*---------style-22-----------*/
|
1368 |
+
/*---------style-23----------*/
|
1369 |
+
.pt_plus_button.button-style-23 {
|
1370 |
+
position: relative;
|
1371 |
+
display: inline-block;
|
1372 |
+
overflow: visible;
|
1373 |
+
max-width: 250px;
|
1374 |
+
width: 250px;
|
1375 |
+
height: 50px;
|
1376 |
+
cursor: pointer;
|
1377 |
+
-webkit-perspective: 500px;
|
1378 |
+
-ms-perspective:500px;
|
1379 |
+
perspective: 500px;
|
1380 |
+
margin: 10px;
|
1381 |
+
}
|
1382 |
+
.pt_plus_button.button-style-23 .align-center{
|
1383 |
+
position: relative;
|
1384 |
+
top: 50%;
|
1385 |
+
transform: translateY(-50%);
|
1386 |
+
-webkit-transform: translateY(-50%);
|
1387 |
+
-ms-transform: translateY(-50%);
|
1388 |
+
-moz-transform: translateY(-50%);
|
1389 |
+
-o-transform: translateY(-50%);
|
1390 |
+
}
|
1391 |
+
.pt_plus_button.button-style-23 .button-link-wrap {
|
1392 |
+
transform-style: preserve-3d;
|
1393 |
+
-webkit-transform-style: preserve-3d;
|
1394 |
+
display: inline-block;
|
1395 |
+
margin: 10px;
|
1396 |
+
overflow: visible;
|
1397 |
+
-webkit-transition: all 0.3s;
|
1398 |
+
-moz-transition: all 0.3s;
|
1399 |
+
-o-transition: all 0.3s;
|
1400 |
+
-ms-transition: all 0.3s;
|
1401 |
+
transition: all 0.3s;
|
1402 |
+
width: 100%;
|
1403 |
+
height: 100%;
|
1404 |
+
margin: 0;
|
1405 |
+
padding: 0;
|
1406 |
+
}
|
1407 |
+
.pt_plus_button.button-style-23.hover-top .button-link-wrap:hover {
|
1408 |
+
-webkit-transform:rotateX(-90deg);
|
1409 |
+
-ms-transform:rotateX(-90deg);
|
1410 |
+
-moz-transform:rotateX(-90deg);
|
1411 |
+
-o-transform: rotateX(-90deg);
|
1412 |
+
transform: rotateX(-90deg);
|
1413 |
+
}
|
1414 |
+
.pt_plus_button.button-style-23 .button-link-wrap span:nth-child(1),.pt_plus_button.button-style-23 .button-link-wrap span:nth-child(2){
|
1415 |
+
border: 1px solid #252525;
|
1416 |
+
background:#252525;
|
1417 |
+
color:#8a8a8a;
|
1418 |
+
padding: 15px 30px;
|
1419 |
+
width: 100%;
|
1420 |
+
height: 100%;
|
1421 |
+
position: absolute;
|
1422 |
+
-webkit-box-sizing:border-box;
|
1423 |
+
-moz-box-sizing: border-box;
|
1424 |
+
box-sizing: border-box;
|
1425 |
+
text-align: center;
|
1426 |
+
backface-visibility: hidden;
|
1427 |
+
-webkit-transform-origin: 50% 50%;
|
1428 |
+
-moz-transform-origin:50% 50%;
|
1429 |
+
-ms-transform-origin:50% 50%;
|
1430 |
+
-o-transform-origin:50% 50%;
|
1431 |
+
transform-origin: 50% 50%;
|
1432 |
+
-webkit-transition: all .3s ease-in-out;
|
1433 |
+
-moz-transition: all .3s ease-in-out;
|
1434 |
+
-o-transition: all .3s ease-in-out;
|
1435 |
+
-ms-transition: all .3s ease-in-out;
|
1436 |
+
transition: all .3s ease-in-out;
|
1437 |
+
}
|
1438 |
+
.pt_plus_button.button-style-23.hover-top .button-link-wrap span:nth-child(1) {
|
1439 |
+
-webkit-transform:translate3d(0, 0, 25px);
|
1440 |
+
-ms-transform:translate3d(0, 0, 25px);
|
1441 |
+
-moz-transform: translate3d(0, 0, 25px);
|
1442 |
+
-o-transform: translate3d(0, 0, 25px);
|
1443 |
+
transform: translate3d(0, 0, 25px);
|
1444 |
+
}
|
1445 |
+
|
1446 |
+
.pt_plus_button.button-style-23.hover-top .button-link-wrap span:nth-child(2) {
|
1447 |
+
-webkit-transform:rotateX(90deg) translate3d(0, 0, 25px);
|
1448 |
+
-ms-transform:rotateX(90deg) translate3d(0, 0, 25px);
|
1449 |
+
-moz-transform:rotateX(90deg) translate3d(0, 0, 25px);
|
1450 |
+
-o-transform: rotateX(90deg) translate3d(0, 0, 25px);
|
1451 |
+
transform: rotateX(90deg) translate3d(0, 0, 25px);
|
1452 |
+
}
|
1453 |
+
.pt_plus_button.button-style-23.hover-bottom .button-link-wrap:hover {
|
1454 |
+
-webkit-transform:rotateX(90deg);
|
1455 |
+
-ms-transform:rotateX(90deg);
|
1456 |
+
-moz-transform:rotateX(90deg);
|
1457 |
+
-o-transform: rotateX(90deg);
|
1458 |
+
transform: rotateX(90deg);
|
1459 |
+
}
|
1460 |
+
.pt_plus_button.button-style-23.hover-bottom .button-link-wrap span:nth-child(1) {
|
1461 |
+
-webkit-transform:translate3d(0, 0, 25px);
|
1462 |
+
-ms-transform:translate3d(0, 0, 25px);
|
1463 |
+
-moz-transform:translate3d(0, 0, 25px);
|
1464 |
+
-o-transform:translate3d(0, 0, 25px);
|
1465 |
+
transform: translate3d(0, 0, 25px);
|
1466 |
+
}
|
1467 |
+
|
1468 |
+
.pt_plus_button.button-style-23.hover-bottom .button-link-wrap span:nth-child(2) {
|
1469 |
+
-webkit-transform: rotateX(-90deg) translate3d(0, 0, 25px);
|
1470 |
+
-ms-transform: rotateX(-90deg) translate3d(0, 0, 25px);
|
1471 |
+
-moz-transform:rotateX(-90deg) translate3d(0, 0, 25px);
|
1472 |
+
-o-transform: rotateX(-90deg) translate3d(0, 0, 25px);
|
1473 |
+
transform: rotateX(-90deg) translate3d(0, 0, 25px);
|
1474 |
+
}
|
1475 |
+
|
1476 |
+
.pt_plus_button.button-style-23.hover-right .button-link-wrap span:nth-child(1) {
|
1477 |
+
-webkit-transform:rotateY(0);
|
1478 |
+
-ms-transform:rotateY(0);
|
1479 |
+
-moz-transform:rotateY(0);
|
1480 |
+
-o-transform: rotateY(0);
|
1481 |
+
transform: rotateY(0);
|
1482 |
+
left: 0;
|
1483 |
+
}
|
1484 |
+
.pt_plus_button.button-style-23.hover-right .button-link-wrap span:nth-child(2) {
|
1485 |
+
-webkit-transform:rotateY(90deg);
|
1486 |
+
-ms-transform:rotateY(90deg);
|
1487 |
+
-moz-transform:rotateY(90deg);
|
1488 |
+
-o-transform: rotateY(90deg);
|
1489 |
+
transform: rotateY(90deg);
|
1490 |
+
left: 50%;
|
1491 |
+
}
|
1492 |
+
.pt_plus_button.button-style-23.hover-right .button-link-wrap:hover span:nth-child(1) {
|
1493 |
+
-webkit-transform:rotateY(-90deg);
|
1494 |
+
-ms-transform:rotateY(-90deg);
|
1495 |
+
-moz-transform:rotateY(-90deg);
|
1496 |
+
-o-transform: rotateY(-90deg);
|
1497 |
+
transform: rotateY(-90deg);
|
1498 |
+
left: -50%;
|
1499 |
+
}
|
1500 |
+
.pt_plus_button.button-style-23.hover-right .button-link-wrap:hover span:nth-child(2) {
|
1501 |
+
-webkit-transform:rotateY(0);
|
1502 |
+
-ms-transform:rotateY(0);
|
1503 |
+
-moz-transform:rotateY(0);
|
1504 |
+
-o-transform: rotateY(0);
|
1505 |
+
transform: rotateY(0);
|
1506 |
+
left: 0;
|
1507 |
+
}
|
1508 |
+
.pt_plus_button.button-style-23.hover-left .button-link-wrap span:nth-child(1) {
|
1509 |
+
-webkit-transform:rotateY(0);
|
1510 |
+
-ms-transform:rotateY(0);
|
1511 |
+
-moz-transform:rotateY(0);
|
1512 |
+
-o-transform: rotateY(0);
|
1513 |
+
transform: rotateY(0);
|
1514 |
+
left: 0;
|
1515 |
+
}
|
1516 |
+
.pt_plus_button.button-style-23.hover-left .button-link-wrap span:nth-child(2) {
|
1517 |
+
-webkit-transform:rotateY(-90deg);
|
1518 |
+
-ms-transform: rotateY(-90deg);
|
1519 |
+
-moz-transform: rotateY(-90deg);
|
1520 |
+
-o-transform: rotateY(-90deg);
|
1521 |
+
transform: rotateY(-90deg);
|
1522 |
+
left: -50%;
|
1523 |
+
}
|
1524 |
+
.pt_plus_button.button-style-23.hover-left .button-link-wrap:hover span:nth-child(1) {
|
1525 |
+
-webkit-transform:rotateY(90deg);
|
1526 |
+
-ms-transform:rotateY(90deg);
|
1527 |
+
-moz-transform:rotateY(90deg);
|
1528 |
+
-o-transform: rotateY(90deg);
|
1529 |
+
transform: rotateY(90deg);
|
1530 |
+
left: 50%;
|
1531 |
+
}
|
1532 |
+
.pt_plus_button.button-style-23.hover-left .button-link-wrap:hover span:nth-child(2) {
|
1533 |
+
-webkit-transform: rotateY(0);
|
1534 |
+
-ms-transform: rotateY(0);
|
1535 |
+
-moz-transform: rotateY(0);
|
1536 |
+
-o-transform: rotateY(0);
|
1537 |
+
transform: rotateY(0);
|
1538 |
+
left: 0;
|
1539 |
+
}
|
1540 |
+
/*---------style-23----------*/
|
1541 |
+
/*-------- style 24---------*/
|
1542 |
+
.pt_plus_button.button-style-24 {
|
1543 |
+
position: relative;
|
1544 |
+
display: block;
|
1545 |
+
}
|
1546 |
+
|
1547 |
+
.pt_plus_button.button-style-24 .button-tag-hint {
|
1548 |
+
display: -webkit-flex;
|
1549 |
+
display: -moz-flex;
|
1550 |
+
display: -ms-flex;
|
1551 |
+
display: flex;
|
1552 |
+
-webkit-align-items: center;
|
1553 |
+
-moz-align-items: center;
|
1554 |
+
-ms-align-items: center;
|
1555 |
+
align-items: center;
|
1556 |
+
}
|
1557 |
+
|
1558 |
+
.pt_plus_button.button-style-24 a.button-link-wrap {
|
1559 |
+
display: -webkit-flex;
|
1560 |
+
display: -moz-flex;
|
1561 |
+
display: -ms-flex;
|
1562 |
+
display: flex;
|
1563 |
+
-webkit-align-items: flex-end;
|
1564 |
+
-moz-align-items: flex-end;
|
1565 |
+
-ms-align-items: flex-end;
|
1566 |
+
align-items: flex-end;
|
1567 |
+
-webkit-flex-flow: row wrap;
|
1568 |
+
-moz-flex-flow: row wrap;
|
1569 |
+
-ms-flex-flow: row wrap;
|
1570 |
+
flex-flow: row wrap;
|
1571 |
+
}
|
1572 |
+
/*-------- style 24---------*/
|
1573 |
+
/*-shake animate-*/
|
1574 |
+
.pt-plus-button-wrapper .button-link-wrap.shake_animate {
|
1575 |
+
backface-visibility: hidden;
|
1576 |
+
-o-backface-visibility: hidden;
|
1577 |
+
-ms-backface-visibility: hidden;
|
1578 |
+
-moz-backface-visibility: hidden;
|
1579 |
+
-webkit-backface-visibility: hidden;
|
1580 |
+
transform: translateZ(0);
|
1581 |
+
-o-transform: translateZ(0);
|
1582 |
+
-ms-transform: translateZ(0);
|
1583 |
+
-moz-transform: translateZ(0);
|
1584 |
+
-webkit-transform: translateZ(0);
|
1585 |
+
animation-name: shake_animate;
|
1586 |
+
-o-animation-name: shake_animate;
|
1587 |
+
-ms-animation-name: shake_animate;
|
1588 |
+
-moz-animation-name: shake_animate;
|
1589 |
+
-webkit-animation-name: shake_animate;
|
1590 |
+
animation-duration: 5s;
|
1591 |
+
-o-animation-duration: 5s;
|
1592 |
+
-ms-animation-duration: 5s;
|
1593 |
+
-moz-animation-duration: 5s;
|
1594 |
+
-webkit-animation-duration: 5s;
|
1595 |
+
animation-timing-function: linear;
|
1596 |
+
-o-animation-timing-function: linear;
|
1597 |
+
-ms-animation-timing-function: linear;
|
1598 |
+
-moz-animation-timing-function: linear;
|
1599 |
+
-webkit-animation-timing-function: linear;
|
1600 |
+
animation-iteration-count: infinite;
|
1601 |
+
-o-animation-iteration-count: infinite;
|
1602 |
+
-ms-animation-iteration-count: infinite;
|
1603 |
+
-moz-animation-iteration-count: infinite;
|
1604 |
+
-webkit-animation-iteration-count: infinite;
|
1605 |
+
animation-play-state: running;
|
1606 |
+
-o-animation-play-state: running;
|
1607 |
+
-ms-animation-play-state: running;
|
1608 |
+
-moz-animation-play-state: running;
|
1609 |
+
-webkit-animation-play-state: running;
|
1610 |
+
}
|
1611 |
+
@keyframes shake_animate {
|
1612 |
+
2% {
|
1613 |
+
-webkit-transform: translateX(3px) rotate(2deg);
|
1614 |
+
transform: translateX(3px) rotate(2deg);
|
1615 |
+
}
|
1616 |
+
4% {
|
1617 |
+
-webkit-transform: translateX(-3px) rotate(-2deg);
|
1618 |
+
transform: translateX(-3px) rotate(-2deg);
|
1619 |
+
}
|
1620 |
+
6% {
|
1621 |
+
-webkit-transform: translateX(3px) rotate(2deg);
|
1622 |
+
transform: translateX(3px) rotate(2deg);
|
1623 |
+
}
|
1624 |
+
8% {
|
1625 |
+
-webkit-transform: translateX(-3px) rotate(-2deg);
|
1626 |
+
transform: translateX(-3px) rotate(-2deg);
|
1627 |
+
}
|
1628 |
+
10% {
|
1629 |
+
-webkit-transform: translateX(2px) rotate(1deg);
|
1630 |
+
transform: translateX(2px) rotate(1deg);
|
1631 |
+
}
|
1632 |
+
12% {
|
1633 |
+
-webkit-transform: translateX(-2px) rotate(-1deg);
|
1634 |
+
transform: translateX(-2px) rotate(-1deg);
|
1635 |
+
}
|
1636 |
+
14% {
|
1637 |
+
-webkit-transform: translateX(2px) rotate(1deg);
|
1638 |
+
transform: translateX(2px) rotate(1deg);
|
1639 |
+
}
|
1640 |
+
16% {
|
1641 |
+
-webkit-transform: translateX(-2px) rotate(-1deg);
|
1642 |
+
transform: translateX(-2px) rotate(-1deg);
|
1643 |
+
}
|
1644 |
+
18% {
|
1645 |
+
-webkit-transform: translateX(1px) rotate(0);
|
1646 |
+
transform: translateX(1px) rotate(0);
|
1647 |
+
}
|
1648 |
+
20% {
|
1649 |
+
-webkit-transform: translateX(-1px) rotate(0);
|
1650 |
+
transform: translateX(-1px) rotate(0);
|
1651 |
+
}
|
1652 |
+
}
|
1653 |
+
@-webkit-keyframes shake_animate {
|
1654 |
+
2% {
|
1655 |
+
-webkit-transform: translateX(3px) rotate(2deg);
|
1656 |
+
transform: translateX(3px) rotate(2deg);
|
1657 |
+
}
|
1658 |
+
4% {
|
1659 |
+
-webkit-transform: translateX(-3px) rotate(-2deg);
|
1660 |
+
transform: translateX(-3px) rotate(-2deg);
|
1661 |
+
}
|
1662 |
+
6% {
|
1663 |
+
-webkit-transform: translateX(3px) rotate(2deg);
|
1664 |
+
transform: translateX(3px) rotate(2deg);
|
1665 |
+
}
|
1666 |
+
8% {
|
1667 |
+
-webkit-transform: translateX(-3px) rotate(-2deg);
|
1668 |
+
transform: translateX(-3px) rotate(-2deg);
|
1669 |
+
}
|
1670 |
+
10% {
|
1671 |
+
-webkit-transform: translateX(2px) rotate(1deg);
|
1672 |
+
transform: translateX(2px) rotate(1deg);
|
1673 |
+
}
|
1674 |
+
12% {
|
1675 |
+
-webkit-transform: translateX(-2px) rotate(-1deg);
|
1676 |
+
transform: translateX(-2px) rotate(-1deg);
|
1677 |
+
}
|
1678 |
+
14% {
|
1679 |
+
-webkit-transform: translateX(2px) rotate(1deg);
|
1680 |
+
transform: translateX(2px) rotate(1deg);
|
1681 |
+
}
|
1682 |
+
16% {
|
1683 |
+
-webkit-transform: translateX(-2px) rotate(-1deg);
|
1684 |
+
transform: translateX(-2px) rotate(-1deg);
|
1685 |
+
}
|
1686 |
+
18% {
|
1687 |
+
-webkit-transform: translateX(1px) rotate(0);
|
1688 |
+
transform: translateX(1px) rotate(0);
|
1689 |
+
}
|
1690 |
+
20% {
|
1691 |
+
-webkit-transform: translateX(-1px) rotate(0);
|
1692 |
+
transform: translateX(-1px) rotate(0);
|
1693 |
+
}
|
1694 |
+
}
|
1695 |
+
@-moz-keyframes shake_animate {
|
1696 |
+
2% {
|
1697 |
+
-webkit-transform: translateX(3px) rotate(2deg);
|
1698 |
+
transform: translateX(3px) rotate(2deg);
|
1699 |
+
}
|
1700 |
+
4% {
|
1701 |
+
-webkit-transform: translateX(-3px) rotate(-2deg);
|
1702 |
+
transform: translateX(-3px) rotate(-2deg);
|
1703 |
+
}
|
1704 |
+
6% {
|
1705 |
+
-webkit-transform: translateX(3px) rotate(2deg);
|
1706 |
+
transform: translateX(3px) rotate(2deg);
|
1707 |
+
}
|
1708 |
+
8% {
|
1709 |
+
-webkit-transform: translateX(-3px) rotate(-2deg);
|
1710 |
+
transform: translateX(-3px) rotate(-2deg);
|
1711 |
+
}
|
1712 |
+
10% {
|
1713 |
+
-webkit-transform: translateX(2px) rotate(1deg);
|
1714 |
+
transform: translateX(2px) rotate(1deg);
|
1715 |
+
}
|
1716 |
+
12% {
|
1717 |
+
-webkit-transform: translateX(-2px) rotate(-1deg);
|
1718 |
+
transform: translateX(-2px) rotate(-1deg);
|
1719 |
+
}
|
1720 |
+
14% {
|
1721 |
+
-webkit-transform: translateX(2px) rotate(1deg);
|
1722 |
+
transform: translateX(2px) rotate(1deg);
|
1723 |
+
}
|
1724 |
+
16% {
|
1725 |
+
-webkit-transform: translateX(-2px) rotate(-1deg);
|
1726 |
+
transform: translateX(-2px) rotate(-1deg);
|
1727 |
+
}
|
1728 |
+
18% {
|
1729 |
+
-webkit-transform: translateX(1px) rotate(0);
|
1730 |
+
transform: translateX(1px) rotate(0);
|
1731 |
+
}
|
1732 |
+
20% {
|
1733 |
+
-webkit-transform: translateX(-1px) rotate(0);
|
1734 |
+
transform: translateX(-1px) rotate(0);
|
1735 |
+
}
|
1736 |
+
}
|
1737 |
+
@-o-keyframes shake_animate {
|
1738 |
+
2% {
|
1739 |
+
-webkit-transform: translateX(3px) rotate(2deg);
|
1740 |
+
transform: translateX(3px) rotate(2deg);
|
1741 |
+
}
|
1742 |
+
4% {
|
1743 |
+
-webkit-transform: translateX(-3px) rotate(-2deg);
|
1744 |
+
transform: translateX(-3px) rotate(-2deg);
|
1745 |
+
}
|
1746 |
+
6% {
|
1747 |
+
-webkit-transform: translateX(3px) rotate(2deg);
|
1748 |
+
transform: translateX(3px) rotate(2deg);
|
1749 |
+
}
|
1750 |
+
8% {
|
1751 |
+
-webkit-transform: translateX(-3px) rotate(-2deg);
|
1752 |
+
transform: translateX(-3px) rotate(-2deg);
|
1753 |
+
}
|
1754 |
+
10% {
|
1755 |
+
-webkit-transform: translateX(2px) rotate(1deg);
|
1756 |
+
transform: translateX(2px) rotate(1deg);
|
1757 |
+
}
|
1758 |
+
12% {
|
1759 |
+
-webkit-transform: translateX(-2px) rotate(-1deg);
|
1760 |
+
transform: translateX(-2px) rotate(-1deg);
|
1761 |
+
}
|
1762 |
+
14% {
|
1763 |
+
-webkit-transform: translateX(2px) rotate(1deg);
|
1764 |
+
transform: translateX(2px) rotate(1deg);
|
1765 |
+
}
|
1766 |
+
16% {
|
1767 |
+
-webkit-transform: translateX(-2px) rotate(-1deg);
|
1768 |
+
transform: translateX(-2px) rotate(-1deg);
|
1769 |
+
}
|
1770 |
+
18% {
|
1771 |
+
-webkit-transform: translateX(1px) rotate(0);
|
1772 |
+
transform: translateX(1px) rotate(0);
|
1773 |
+
}
|
1774 |
+
20% {
|
1775 |
+
-webkit-transform: translateX(-1px) rotate(0);
|
1776 |
+
transform: translateX(-1px) rotate(0);
|
1777 |
+
}
|
1778 |
+
}
|
1779 |
+
@keyframes shake_animate {
|
1780 |
+
2% {
|
1781 |
+
-webkit-transform: translateX(3px) rotate(2deg);
|
1782 |
+
transform: translateX(3px) rotate(2deg);
|
1783 |
+
}
|
1784 |
+
4% {
|
1785 |
+
-webkit-transform: translateX(-3px) rotate(-2deg);
|
1786 |
+
transform: translateX(-3px) rotate(-2deg);
|
1787 |
+
}
|
1788 |
+
6% {
|
1789 |
+
-webkit-transform: translateX(3px) rotate(2deg);
|
1790 |
+
transform: translateX(3px) rotate(2deg);
|
1791 |
+
}
|
1792 |
+
8% {
|
1793 |
+
-webkit-transform: translateX(-3px) rotate(-2deg);
|
1794 |
+
transform: translateX(-3px) rotate(-2deg);
|
1795 |
+
}
|
1796 |
+
10% {
|
1797 |
+
-webkit-transform: translateX(2px) rotate(1deg);
|
1798 |
+
transform: translateX(2px) rotate(1deg);
|
1799 |
+
}
|
1800 |
+
12% {
|
1801 |
+
-webkit-transform: translateX(-2px) rotate(-1deg);
|
1802 |
+
transform: translateX(-2px) rotate(-1deg);
|
1803 |
+
}
|
1804 |
+
14% {
|
1805 |
+
-webkit-transform: translateX(2px) rotate(1deg);
|
1806 |
+
transform: translateX(2px) rotate(1deg);
|
1807 |
+
}
|
1808 |
+
16% {
|
1809 |
+
-webkit-transform: translateX(-2px) rotate(-1deg);
|
1810 |
+
transform: translateX(-2px) rotate(-1deg);
|
1811 |
+
}
|
1812 |
+
18% {
|
1813 |
+
-webkit-transform: translateX(1px) rotate(0);
|
1814 |
+
transform: translateX(1px) rotate(0);
|
1815 |
+
}
|
1816 |
+
20% {
|
1817 |
+
-webkit-transform: translateX(-1px) rotate(0);
|
1818 |
+
transform: translateX(-1px) rotate(0);
|
1819 |
+
}
|
1820 |
+
}
|
1821 |
+
/*-shake animate-*/
|
1822 |
/*-------tp button-------*/
|
1823 |
html.video {overflow: inherit !important;}
|
1824 |
|
assets/css/main/plus-extra-adv/plus-button.min.css
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
/*Tp Button*/.pt-plus-button-wrapper{position:relative;display:block}.ts-button.content_hover_effect{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .parallax-scroll{position:relative;display:inline-block}.pt-plus-button-wrapper .pt-plus-move-parallax{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .pt-plus-move-parallax.full-button{width:100%}.pt_plus_button{position:relative;display:inline-block;width:auto}.pt_plus_button.full-button{width:100%;text-align:center}.ts-button.content_hover_effect.full-button{width:100%}.pt_plus_button.full-button a.button-link-wrap{display:block;width:100%;text-align:center}a.button-link-wrap:hover{text-decoration:blink}.pt_plus_button.trnasition_hover{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button.trnasition_hover:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.pt_plus_button .button-link-wrap i{padding-left:5px;padding-right:5px;vertical-align:middle}.pt_plus_button .button-link-wrap{position:relative;display:inline-block;padding:15px 30px;font-size:16px;line-height:25px;letter-spacing:1px;cursor:pointer;color:#000;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button .button-link-wrap:hover .button_line{-webkit-animation:mymove 1s;-webkit-animation-iteration-count:1;animation:mymove 1s;animation-iteration-count:1}.pt_plus_button .button-link-wrap .button_line{position:absolute;background:#000;width:100%;height:1px;bottom:0;left:0%;pointer-events:none;z-index:11;display:inline-block}@-webkit-keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}@keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}.button-link-wrap i.button-before{margin-right:10px}.button-link-wrap i.button-after{margin-left:10px}.pt_plus_button.button-style-4 .button-link-wrap{padding:15px 30px;text-align:center;font-size:16px;line-height:25px;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;border:1px solid #252525;vertical-align:top;background:#252525;-webkit-transition:background 150ms ease-in-out,color 150ms ease-in-out;-moz-transition:background 150ms ease-in-out,color 150ms ease-in-out;-o-transition:background 150ms ease-in-out,color 150ms ease-in-out;-ms-transition:background 150ms ease-in-out,color 150ms ease-in-out;transition:background 150ms ease-in-out,color 150ms ease-in-out;position:relative;overflow:hidden;color:#8a8a8a;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover{color:#252525;border:1px solid #252525}.pt_plus_button.button-style-4 .button-link-wrap::after{content:attr(data-hover);display:grid;align-items:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background:#00d7e4;-ms-transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform ease 0.3s;-moz-transition:-moz-transform ease 0.3s;-o-transition:-o-transform ease 0.3s;-ms-transition:-ms-transform ease 0.3s;transition:transform ease 0.3s;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover::after{-ms-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.pt_plus_button.button-style-8{overflow:visible}.pt_plus_button.button-style-8 .button-link-wrap{-moz-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);box-shadow:0 8px 20px 1px rgba(0,0,0,.27);padding:15px 30px;border:1px solid #252525}.pt_plus_button.button-style-8 .button-link-wrap:hover{-webkit-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-moz-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-webkit-transform:translateY(3px);-ms-transform:translateY(3px);-moz-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px)}.pt_plus_button.button-style-11 .button-link-wrap{display:inline-block;background:#252525;border:1px solid #252525;overflow:hidden}.pt_plus_button.button-style-11 .button-link-wrap:hover>span{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);display:block;opacity:0}.pt_plus_button.button-style-11 .button-link-wrap::before{content:attr(data-hover);position:absolute;top:0;left:0;width:100%;height:100%;color:#252525;background:#ff214f;display:grid;align-items:center;text-align:center}.pt_plus_button.button-style-11 .button-link-wrap>span,.pt_plus_button.button-style-11 .button-link-wrap::before{-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-o-transform 0.3s;-ms-transition:-ms-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);padding:15px 30px;display:block}.pt_plus_button.button-style-11.hover-left .button-link-wrap::before{-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.pt_plus_button.button-style-11.hover-right .button-link-wrap::before{-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.pt_plus_button.button-style-11.hover-top .button-link-wrap::before{-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.pt_plus_button.button-style-11.hover-bottom .button-link-wrap::before{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pt_plus_button.button-style-11.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-bottom .button-link-wrap:hover::before{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pt_plus_button.button-style-11 .button-link-wrap{overflow:hidden;padding:0}.pt_plus_button.button-style-12 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-12 .button-link-wrap span{z-index:1;position:relative}.pt_plus_button.button-style-12 .button-link-wrap::before{content:'';position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:50px;height:30px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#ff214f;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(1,2,1);-moz-transform:scale3d(1,2,1);-ms-transform:scale3d(1,2,1);-o-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-webkit-transform 0.3s,opacity 0.3s;-ms-transition:-webkit-transform 0.3s,opacity 0.3s;-o-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform .1,opacity 0.3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.9,1);transition-timing-function:cubic-bezier(.7,0,.9,1)}.pt_plus_button.button-style-12 .button-link-wrap:hover::before{-webkit-transform:scale3d(9,9,1);transform:scale3d(9,9,1)}.pt_plus_button.button-style-13 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-13 .button-link-wrap span{position:relative;z-index:1}.pt_plus_button.button-style-13 .button-link-wrap::before{opacity:.4}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{content:'';position:absolute;height:100%;width:100%;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-ms-transform 0.3s;-ms-transition:-o-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.pt_plus_button.button-style-13.hover-top .button-link-wrap::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap::after{bottom:100%;left:0}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::after{bottom:-100%;left:0}.pt_plus_button.button-style-13.hover-right .button-link-wrap::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap::after{right:100%;top:0;left:100%}.pt_plus_button.button-style-13.hover-left .button-link-wrap::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap::after{left:-100%;right:100%;top:0}.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::after{-webkit-transform:translate3d(100%,0%,0);-ms-transform:translate3d(100%,0%,0);-moz-transform:translate3d(100%,0%,0);-o-transform:translate3d(100%,0%,0);transform:translate3d(100%,0%,0)}.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::after{-webkit-transform:translate3d(-100%,0%,0);-ms-transform:translate3d(-100%,0%,0);-moz-transform:translate3d(-100%,0%,0);-o-transform:translate3d(-100%,0%,0);transform:translate3d(-100%,0%,0)}.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,100%,0);-ms-transform:translate3d(0%,100%,0);-moz-transform:translate3d(0%,100%,0);-o-transform:translate3d(0%,100%,0);transform:translate3d(0%,100%,0)}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,-100%,0);-ms-transform:translate3d(0%,-100%,0);-moz-transform:translate3d(0%,-100%,0);-o-transform:translate3d(0%,-100%,0);transform:translate3d(0%,-100%,0)}.pt_plus_button.button-style-13 .button-link-wrap:hover::after{-webkit-transition-delay:0.175s;-moz-transition-delay:0.175s;-o-transition-delay:0.175s;transition-delay:0.175s}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{background:#ff214f}.pt_plus_button.button-style-20 .button-link-wrap{display:inline-block;margin:0;padding:15px 30px;overflow:hidden;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;border:1px solid #252525}.pt_plus_button.button-style-20 .button-link-wrap span,.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon{position:relative;z-index:1}.pt_plus_button.button-style-20 .button-link-wrap:after{content:'';position:absolute;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.pt_plus_button.button-style-20 .button-link-wrap:after{width:100%;height:0;top:50%;left:50%;background:#ff214f;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);-o-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.pt_plus_button.button-style-20 .button-link-wrap:hover:after{height:280%;opacity:1}.pt_plus_button.button-style-20 .button-link-wrap:active:after{height:500%;opacity:1}
|
2 |
-
html.video {overflow: inherit !important;}html.video:before{content: unset !important;}html.opacity{position:relative;opacity:1}
|
1 |
+
/*Tp Button*/.pt-plus-button-wrapper{position:relative;display:block}.ts-button.content_hover_effect{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .parallax-scroll{position:relative;display:inline-block}.pt-plus-button-wrapper .pt-plus-move-parallax{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .pt-plus-move-parallax.full-button{width:100%}.pt_plus_button{position:relative;display:inline-block;width:auto}.pt_plus_button.full-button{width:100%;text-align:center}.ts-button.content_hover_effect.full-button{width:100%}.pt_plus_button.full-button a.button-link-wrap{display:block;width:100%;text-align:center}a.button-link-wrap:hover{text-decoration:blink}.pt_plus_button.trnasition_hover{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button.trnasition_hover:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.pt_plus_button .button-link-wrap i{padding-left:5px;padding-right:5px;vertical-align:middle}.pt_plus_button .button-link-wrap{position:relative;display:inline-flex;align-items:center;padding:15px 30px;font-size:16px;line-height:25px;letter-spacing:1px;cursor:pointer;color:#000;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button .button-link-wrap:hover .button_line{-webkit-animation:mymove 1s;-webkit-animation-iteration-count:1;animation:mymove 1s;animation-iteration-count:1}.pt_plus_button .button-link-wrap .button_line{position:absolute;background:#000;width:100%;height:1px;bottom:0;left:0%;pointer-events:none;z-index:11;display:inline-block}@-webkit-keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}@keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}.button-link-wrap i.button-before{margin-right:10px}.button-link-wrap i.button-after{margin-left:10px}.pt_plus_button.button-style-2 .button-link-wrap i{background:#252525;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;width:50px;height:50px;text-align:center;display:inline-flex;line-height:1;align-items:center;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button.button-style-2 .button-link-wrap:hover i{background:#ff214f}.pt_plus_button.button-style-2 .button-link-wrap i.button-before{margin-right:20px;padding:15px}.pt_plus_button.button-style-2 .button-link-wrap i.button-after{margin-left:20px;padding:15px}.pt_plus_button.button-style-2 .button-link-wrap:hover i.button-before{-webkit-transform:translateX(14px);-ms-transform:translateX(14px);-moz-transform:translateX(14px);-o-transform:translateX(14px);transform:translateX(14px)}.pt_plus_button.button-style-2 .button-link-wrap:hover i.button-after{-webkit-transform:translateX(-14px);-ms-transform:translateX(-14px);-moz-transform:translateX(-14px);-o-transform:translateX(-14px);transform:translateX(-14px)}.pt_plus_button.button-style-3 a.button-link-wrap{padding:5px 70px 5px 0}.pt_plus_button.button-style-3 a.button-link-wrap:before{content:"";position:absolute;right:0;top:0;bottom:0;margin:auto 0;width:20px;height:20px;background:#252525}.pt_plus_button.button-style-3 a.button-link-wrap:hover:before{background:#252525}.pt_plus_button.button-style-3 a.button-link-wrap:hover:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:all .2s ease .2s;-moz-transition:all .2s ease .2s;-o-transition:all .2s ease .2s;-ms-transition:all .2s ease .2s;transition:all .2s ease .2s}.pt_plus_button.button-style-3 .arrow,.pt_plus_button.button-style-3 .arrow-1{position:absolute;right:6px;top:0;bottom:0;margin:auto 0;width:48px;height:9px}.pt_plus_button.button-style-3 a.button-link-wrap:hover .arrow{opacity:0;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);-moz-transform:translateX(10px);-o-transform:translateX(10px);transform:translateX(10px);-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;-ms-transition:all .2s ease 0s;transition:all .2s ease 0s}.pt_plus_button.button-style-3 a.button-link-wrap .arrow-1{opacity:0;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);-moz-transform:translateX(-10px);-o-transform:translateX(-10px);transform:translateX(-10px)}.pt_plus_button.button-style-3 a.button-link-wrap:hover .arrow-1{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-transition:all .2s ease .4s;-moz-transition:all .2s ease .4s;-o-transition:all .2s ease .4s;-ms-transition:all .2s ease .4s;transition:all .2s ease .4s}.pt_plus_button.button-style-4 .button-link-wrap{padding:15px 30px;text-align:center;font-size:16px;line-height:25px;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;border:1px solid #252525;vertical-align:top;background:#252525;-webkit-transition:background 150ms ease-in-out,color 150ms ease-in-out;-moz-transition:background 150ms ease-in-out,color 150ms ease-in-out;-o-transition:background 150ms ease-in-out,color 150ms ease-in-out;-ms-transition:background 150ms ease-in-out,color 150ms ease-in-out;transition:background 150ms ease-in-out,color 150ms ease-in-out;position:relative;overflow:hidden;color:#8a8a8a;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover{color:#252525;border:1px solid #252525}.pt_plus_button.button-style-4 .button-link-wrap::after{content:attr(data-hover);display:grid;align-items:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background:#00d7e4;-ms-transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform ease 0.3s;-moz-transition:-moz-transform ease 0.3s;-o-transition:-o-transform ease 0.3s;-ms-transition:-ms-transform ease 0.3s;transition:transform ease 0.3s;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover::after{-ms-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.pt_plus_button.button-style-5 .button-link-wrap{padding:15px 30px;margin:10px;text-align:center;font-size:16px;line-height:25px;border:1px solid #252525;background:#252525;-moz-transition:all .15s ease-out .15s;-o-transition:all .15s ease-out .15s;-ms-transition:all .15s ease-out .15s;transition:all .15s ease-out .15s;-webkit-transition:all .15s ease-out;-webkit-transition-delay:.15s;-moz-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s;-webkit-transition:all .15s ease-out .15s;position:relative;color:#8a8a8a;-webkit-background-size:cover!important;;-moz-background-size:cover!important;;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important;-moz-border-radius:0px!important;-webkit-border-radius:0px!important;border-radius:0px!important}.pt_plus_button.button-style-5 .button-link-wrap:before,.pt_plus_button.button-style-5 .button-link-wrap:after{content:'';position:absolute;background:#ff214f;top:-7px;left:-7px;-moz-transition:all .15s ease-out .15s;-o-transition:all .15s ease-out .15s;-webkit-transition:all .15s ease-out;-webkit-transition:all .15s ease-out .15s;transition:all .15s ease-out .15s;-webkit-transition-delay:.15s;-moz-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}.pt_plus_button.button-style-5 .button-link-wrap:before{height:7px;width:100%}.pt_plus_button.button-style-5 .button-link-wrap:after{height:100%;width:7px}.pt_plus_button.button-style-5 .button-link-wrap:hover:before,.pt_plus_button.button-style-5 .button-link-wrap:hover:after{left:0;top:0}.pt_plus_button.button-style-6{overflow:visible}.pt_plus_button.button-style-6 .button-link-wrap{-webkit-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);-moz-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);-o-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);-ms-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);position:relative;left:22px;display:inline-block}.pt_plus_button.button-style-6 .button-link-wrap:hover{left:0;padding-right:22px}.pt_plus_button.button-style-6 .button-link-wrap::before{-webkit-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);-moz-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);-o-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);-ms-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);font-size:10px;position:absolute;left:0;display:inline-block;content:"\f054";font-family:'Font Awesome 5 Free';font-weight:600;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pt_plus_button.button-style-6 .button-link-wrap:hover::before{left:calc(100% - 11px)}.pt_plus_button.button-style-7 .button-link-wrap{padding-right:36px}.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow{letter-spacing:0!important}.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before{font-family:'Font Awesome 5 Free'!important;font-weight:600;font-style:normal;text-decoration:inherit;backface-visibility:hidden;-webkit-font-smoothing:antialiased;content:"\f105";line-height:30px;font-size:14px;position:absolute;right:0;width:23px;text-align:center;height:30px;top:50%;margin-top:-16px;-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);transition:all 0.33s cubic-bezier(.12,.75,.4,1);-moz-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-o-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after{position:absolute;content:'';border-bottom:1px solid;height:1px;width:22px;right:12px;top:50%;margin-top:-1.5px;-ms-transform:scale(0,1) translateX(0);-webkit-transform:scale(0,1) translateX(0);-moz-transform:scale(0,1) translateX(0);-o-transform:scale(0,1) translateX(0);transform:scale(0,1) translateX(0);-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transform-origin:left;pointer-events:none;-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-moz-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-o-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:after,.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:before{-ms-transform:scale(1,1) translateX(9px);-webkit-transform:scale(1,1) translateX(9px);-moz-transform:scale(1,1) translateX(9px);-o-transform:scale(1,1) translateX(9px);transform:scale(1,1) translateX(9px)}.pt_plus_button.button-style-7 .button-link-wrap:after{-moz-border-radius:100px;-webkit-border-radius:100px;border-radius:100px;border:1px solid rgba(0,0,0,.3);height:25px;width:25px;position:absolute;right:0;top:50%;margin-top:-12.5px;content:' ';display:block;pointer-events:none;-ms-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-moz-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-o-transition:all 0.33s cubic-bezier(.12,.75,.4,1);-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1);transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.pt_plus_button.button-style-7 .button-link-wrap:hover:after{-ms-transform:scale(.8);-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0}.pt_plus_button.button-style-8{overflow:visible}.pt_plus_button.button-style-8 .button-link-wrap{-moz-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);box-shadow:0 8px 20px 1px rgba(0,0,0,.27);padding:15px 30px;border:1px solid #252525}.pt_plus_button.button-style-8 .button-link-wrap:hover{-webkit-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-moz-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-webkit-transform:translateY(3px);-ms-transform:translateY(3px);-moz-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px)}.pt_plus_button.button-style-9 a.button-link-wrap{padding-right:20px}.pt_plus_button.button-style-9 a.button-link-wrap .btn-arrow{position:relative;display:inline-block;margin-left:10px}.pt_plus_button.button-style-9 a.button-link-wrap .fa-show{-webkit-transform:translateX(0%) translateZ(0) translateY(-50%);-ms-transform:translateX(0%) translateZ(0) translateY(-50%);-moz-transform:translateX(0%) translateZ(0) translateY(-50%);-o-transform:translateX(0%) translateZ(0) translateY(-50%);transform:translateX(0%) translateZ(0) translateY(-50%);position:absolute;top:50%}.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-show{opacity:0;-webkit-transform:translateX(20px) translateZ(0) translateY(-50%);-ms-transform:translateX(20px) translateZ(0) translateY(-50%);-moz-transform:translateX(20px) translateZ(0) translateY(-50%);-o-transform:translateX(20px) translateZ(0) translateY(-50%);transform:translateX(20px) translateZ(0) translateY(-50%);-webkit-transition:-webkit-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);-moz-transition:-moz-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);-o-transition:-o-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);-ms-transition:-ms-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);transition:transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1)}.pt_plus_button.button-style-9 a.button-link-wrap .fa-hide{opacity:0;-webkit-transform:translateX(-20px) translateZ(0);-ms-transform:translateX(-20px) translateZ(0);-moz-transform:translateX(-20px) translateZ(0);-o-transform:translateX(-20px) translateZ(0);transform:translateX(-20px) translateZ(0)}.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-hide{opacity:1;-webkit-transform:translateX(0) translateZ(0);-ms-transform:translateX(0) translateZ(0);-moz-transform:translateX(0) translateZ(0);-o-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0);-webkit-transition:-webkit-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);-moz-transition:-moz-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);-o-transition:-o-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);-ms-transition:-ms-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);transition:transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1)}.pt_plus_button.button-style-10 .button-link-wrap{display:inline-block;border:1px solid #252525;background:#fff;padding:15px 30px;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button.button-style-10 .button-link-wrap:hover{color:#252525;border-color:#ff214f;background:#ff214f}.pt_plus_button.button-style-11 .button-link-wrap{display:inline-block;background:#252525;border:1px solid #252525;overflow:hidden}.pt_plus_button.button-style-11 .button-link-wrap:hover>span{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);display:block;opacity:0}.pt_plus_button.button-style-11 .button-link-wrap::before{content:attr(data-hover);position:absolute;top:0;left:0;width:100%;height:100%;color:#252525;background:#ff214f;display:grid;align-items:center;text-align:center}.pt_plus_button.button-style-11 .button-link-wrap>span,.pt_plus_button.button-style-11 .button-link-wrap::before{-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-o-transform 0.3s;-ms-transition:-ms-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);padding:15px 30px;display:block}.pt_plus_button.button-style-11.hover-left .button-link-wrap::before{-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.pt_plus_button.button-style-11.hover-right .button-link-wrap::before{-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.pt_plus_button.button-style-11.hover-top .button-link-wrap::before{-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.pt_plus_button.button-style-11.hover-bottom .button-link-wrap::before{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pt_plus_button.button-style-11.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-bottom .button-link-wrap:hover::before{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pt_plus_button.button-style-11 .button-link-wrap{overflow:hidden;padding:0}.pt_plus_button.button-style-11 .button-link-wrap>span,.pt_plus_button.button-style-11 .button-link-wrap::before{display:inline-flex;align-items:center;justify-content:center}.pt_plus_button.button-style-12 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-12 .button-link-wrap span{z-index:1;position:relative}.pt_plus_button.button-style-12 .button-link-wrap::before{content:'';position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:50px;height:30px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#ff214f;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(1,2,1);-moz-transform:scale3d(1,2,1);-ms-transform:scale3d(1,2,1);-o-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-webkit-transform 0.3s,opacity 0.3s;-ms-transition:-webkit-transform 0.3s,opacity 0.3s;-o-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform .1,opacity 0.3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.9,1);transition-timing-function:cubic-bezier(.7,0,.9,1)}.pt_plus_button.button-style-12 .button-link-wrap:hover::before{-webkit-transform:scale3d(9,9,1);transform:scale3d(9,9,1)}.pt_plus_button.button-style-13 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-13 .button-link-wrap span{position:relative;z-index:1}.pt_plus_button.button-style-13 .button-link-wrap::before{opacity:.4}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{content:'';position:absolute;height:100%;width:100%;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-ms-transform 0.3s;-ms-transition:-o-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.pt_plus_button.button-style-13.hover-top .button-link-wrap::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap::after{bottom:100%;left:0}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::after{bottom:-100%;left:0}.pt_plus_button.button-style-13.hover-right .button-link-wrap::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap::after{right:100%;top:0;left:100%}.pt_plus_button.button-style-13.hover-left .button-link-wrap::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap::after{left:-100%;right:100%;top:0}.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::after{-webkit-transform:translate3d(100%,0%,0);-ms-transform:translate3d(100%,0%,0);-moz-transform:translate3d(100%,0%,0);-o-transform:translate3d(100%,0%,0);transform:translate3d(100%,0%,0)}.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::after{-webkit-transform:translate3d(-100%,0%,0);-ms-transform:translate3d(-100%,0%,0);-moz-transform:translate3d(-100%,0%,0);-o-transform:translate3d(-100%,0%,0);transform:translate3d(-100%,0%,0)}.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,100%,0);-ms-transform:translate3d(0%,100%,0);-moz-transform:translate3d(0%,100%,0);-o-transform:translate3d(0%,100%,0);transform:translate3d(0%,100%,0)}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,-100%,0);-ms-transform:translate3d(0%,-100%,0);-moz-transform:translate3d(0%,-100%,0);-o-transform:translate3d(0%,-100%,0);transform:translate3d(0%,-100%,0)}.pt_plus_button.button-style-13 .button-link-wrap:hover::after{-webkit-transition-delay:0.175s;-moz-transition-delay:0.175s;-o-transition-delay:0.175s;transition-delay:0.175s}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{background:#ff214f}.pt_plus_button.button-style-14 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-14 .button-link-wrap::after{content:attr(data-hover);position:absolute;top:0;left:0;width:100%;text-align:center;height:100%;display:grid;align-items:center;color:#252525;-webkit-transform-origin:-25% 50%;-ms-transform-origin:-25% 50%;-moz-transform-origin:-25% 50%;-o-transform-origin:-25% 50%;transform-origin:-25% 50%;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);-moz-transform:rotate3d(0,0,1,45deg);-o-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transition:-webkit-transform 0.3s ease-in;-moz-transition:-moz-transform 0.3s ease-in;-o-transition:-o-transform 0.3s ease-in;-ms-transition:-ms-transform 0.3s ease-in;transition:transform 0.3s ease-in}.pt_plus_button.button-style-14 .button-link-wrap:hover::after{-webkit-transform:rotate3d(0,0,1,0deg);-webkit-transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg);-moz-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}.pt_plus_button.button-style-14 .button-link-wrap:hover::after,.pt_plus_button.button-style-14 .button-link-wrap:hover{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.pt_plus_button.button-style-14 .button-link-wrap span{-webkit-transition:opacity .3s linear .1s;-moz-transition:opacity .3s linear .1s;-ms-transition:opacity .3s linear .1s;-o-transition:opacity .3s linear .1s;transition:opacity .3s linear .1s}.pt_plus_button.button-style-14 .button-link-wrap:hover span{opacity:0;-webkit-transition:opacity .3s linear .1s;-moz-transition:opacity .3s linear .1s;-ms-transition:opacity .3s linear .1s;-o-transition:opacity .3s linear .1s;transition:opacity .3s linear .1s}.pt_plus_button.button-style-15 .button-link-wrap{display:inline-block;padding:15px 30px;margin:10px 0;color:#8a8a8a;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;-o-transition:color 0.3s;-ms-transition:color 0.3s;transition:color 0.3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.pt_plus_button.button-style-15 .button-link-wrap span,.pt_plus_button.button-style-16 .button-link-wrap span{position:relative;z-index:1}.pt_plus_button.button-style-15 .button-link-wrap::before,.pt_plus_button.button-style-15 .button-link-wrap::after{content:'';position:absolute;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;background:#252525}.pt_plus_button.button-style-15 .button-link-wrap::before{top:-2px;bottom:-2px;left:-2px;right:-2px;opacity:.2;-webkit-transform:scale3d(.7,1,1);-ms-transform:scale3d(.7,1,1);-moz-transform:scale3d(.7,1,1);-o-transform:scale3d(.7,1,1);transform:scale3d(.7,1,1);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-moz-transform 0.3s,opacity 0.3s;-o-transition:-o-transform 0.3s,opacity 0.3s;-ms-transition:-ms-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s}.pt_plus_button.button-style-15 .button-link-wrap::after{top:0;left:0;width:100%;height:100%;-webkit-transform:scale3d(1.1,1,1);-ms-transform:scale3d(1.1,1,1);-moz-transform:scale3d(1.1,1,1);-o-transform:scale3d(1.1,1,1);transform:scale3d(1.1,1,1);-webkit-transition:-webkit-transform 0.3s,background 0.3s;-moz-transition:-moz-transform 0.3s,background 0.3s;-o-transition:-o-transform 0.3s,background 0.3s;-ms-transition:-ms-transform 0.3s,background 0.3s;transition:transform 0.3s,background 0.3s}.pt_plus_button.button-style-15 .button-link-wrap::before,.pt_plus_button.button-style-15 .button-link-wrap::after{-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.pt_plus_button.button-style-15 .button-link-wrap::before,.pt_plus_button.button-style-15 .button-link-wrap::after{background:#252525}.pt_plus_button.button-style-15 .button-link-wrap:hover{color:#fff}.pt_plus_button.button-style-15 .button-link-wrap:hover::before{opacity:1}.pt_plus_button.button-style-15 .button-link-wrap:hover::after{background:#ff214f}.pt_plus_button.button-style-15 .button-link-wrap:hover::after,.pt_plus_button.button-style-15 .button-link-wrap:hover::before{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.pt_plus_button.button-style-16 .button-link-wrap{display:inline-block;padding:15px 30px;margin:10px;color:#8a8a8a;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;-o-transition:color 0.3s;-ms-transition:color 0.3s;transition:color 0.3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.pt_plus_button.button-style-16 .button-link-wrap::before,.pt_plus_button.button-style-16 .button-link-wrap::after{content:'';-moz-border-radius:inherit;-webkit-border-radius:inherit;border-radius:inherit;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-moz-transform 0.3s,opacity 0.3s;-o-transition:-o-transform 0.3s,opacity 0.3s;-ms-transition:-ms-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.pt_plus_button.button-style-16 .button-link-wrap::before{border:1px solid #252525;opacity:0;-webkit-transform:scale3d(1.2,1.2,1);-ms-transform:scale3d(1.2,1.2,1);-moz-transform:scale3d(1.2,1.2,1);-o-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1);background:#ff214f}.pt_plus_button.button-style-16 .button-link-wrap:hover::before{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.pt_plus_button.button-style-16 .button-link-wrap::after{background:#252525}.pt_plus_button.button-style-16 .button-link-wrap:hover::after{opacity:0;-webkit-transform:scale3d(.8,.8,1);-ms-transform:scale3d(.8,.8,1);-moz-transform:scale3d(.8,.8,1);-o-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.pt_plus_button.button-style-17 .button-link-wrap{display:inline-block;margin:10px;padding:0;overflow:hidden;border:1px solid #252525;-webkit-transition:background 0.3s;-moz-transition:background 0.3s;-o-transition:background 0.3s;-ms-transition:background 0.3s;transition:background 0.3s}.pt_plus_button.button-style-17 .button-link-wrap span{padding:15px 30px;display:block}.pt_plus_button.button-style-17 .button-link-wrap .btn-icon{position:absolute;top:0;width:100%;height:100%;margin:0;display:grid;align-items:center;text-align:center;left:0;color:#fff;display:flex;justify-content:center}.pt_plus_button.button-style-17.hover-top .button-link-wrap .btn-icon{-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.pt_plus_button.button-style-17.hover-bottom .button-link-wrap .btn-icon{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pt_plus_button.button-style-17 .button-link-wrap:hover .btn-icon,.pt_plus_button.button-style-17 .button-link-wrap:hover .btn-icon svg{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.pt_plus_button.button-style-17 .button-link-wrap>span,.pt_plus_button.button-style-17 .button-link-wrap .btn-icon{-webkit-transition:-webkit-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.pt_plus_button.button-style-17 .button-link-wrap:hover>span{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover>span{-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.pt_plus_button.button-style-17 .button-link-wrap::before{content:'';position:absolute;left:-50%;width:200%;height:200%;background:#ff214f;top:-50%}.pt_plus_button.button-style-17.hover-top .button-link-wrap::before{-webkit-transform:translate3d(0,-100%,0) rotate3d(0,0,1,-10deg);transform:translate3d(0,-100%,0) rotate3d(0,0,1,-10deg)}.pt_plus_button.button-style-17.hover-top .button-link-wrap:hover::before{-webkit-animation:button-style-17-top 0.3s forwards ease-in;-moz-animation:button-style-17-top 0.3s forwards ease-in;-o-animation:button-style-17-top 0.3s forwards ease-in;animation:button-style-17-top 0.3s forwards ease-in}.pt_plus_button.button-style-17.hover-bottom .button-link-wrap::before{-webkit-transform:translate3d(0,100%,0) rotate3d(0,0,1,10deg);-moz-animation:translate3d(0,100%,0) rotate3d(0,0,1,10deg);-o-animation:translate3d(0,100%,0) rotate3d(0,0,1,10deg);transform:translate3d(0,100%,0) rotate3d(0,0,1,10deg)}.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover::before{-webkit-animation:button-style-17-bottom 0.3s forwards ease-in;-moz-animation:button-style-17-bottom 0.3s forwards ease-in;-o-animation:button-style-17-bottom 0.3s forwards ease-in;animation:button-style-17-bottom 0.3s forwards ease-in}@-webkit-keyframes button-style-17-top{50%{-webkit-transform:translate3d(0,-50%,0) rotate3d(0,0,1,-10deg);transform:translate3d(0,-50%,0) rotate3d(0,0,1,-10deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{-webkit-transform:translate3d(0,0%,0) rotate3d(0,0,1,0deg);transform:translate3d(0,0%,0) rotate3d(0,0,1,0deg)}}@keyframes button-style-17-top{50%{-webkit-transform:translate3d(0,-50%,0) rotate3d(0,0,1,-10deg);transform:translate3d(0,-50%,0) rotate3d(0,0,1,-10deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{-webkit-transform:translate3d(0,0%,0) rotate3d(0,0,1,0deg);transform:translate3d(0,0%,0) rotate3d(0,0,1,0deg)}}@-webkit-keyframes button-style-17-bottom{50%{-webkit-transform:translate3d(0,50%,0) rotate3d(0,0,1,10deg);transform:translate3d(0,50%,0) rotate3d(0,0,1,10deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{-webkit-transform:translate3d(0,0%,0) rotate3d(0,0,1,0deg);transform:translate3d(0,0%,0) rotate3d(0,0,1,0deg)}}@keyframes button-style-17-bottom{50%{-webkit-transform:translate3d(0,50%,0) rotate3d(0,0,1,10deg);transform:translate3d(0,50%,0) rotate3d(0,0,1,10deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{-webkit-transform:translate3d(0,0%,0) rotate3d(0,0,1,0deg);transform:translate3d(0,0%,0) rotate3d(0,0,1,0deg)}}.pt_plus_button.button-style-18 .button-link-wrap{display:inline-block;margin:10px;padding:15px 30px;overflow:hidden;background:#252525;-webkit-transition:background 0.3s;-moz-transition:background 0.3s;-o-transition:background 0.3s;-ms-transition:background 0.3s;transition:background 0.3s;z-index:1}.pt_plus_button.button-style-18 .button-link-wrap span,.pt_plus_button.button-style-18 .button-link-wrap .btn-icon{position:relative;z-index:1}.pt_plus_button.button-style-18 .button-link-wrap::before,.pt_plus_button.button-style-18 .button-link-wrap::after{content:'';position:absolute;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit}.pt_plus_button.button-style-18 .button-link-wrap::before{background:#ff214f;top:0;left:0;width:100%;height:100%;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-ms-transition:-ms-transform 0.3s;-o-transition:-o-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.pt_plus_button.button-style-18 .button-link-wrap:hover::before{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pt_plus_button.button-style-18 .button-link-wrap::after{top:2px;left:2px;right:2px;bottom:2px;background:#252525}.pt_plus_button.button-style-18 .button-link-wrap::after{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.pt_plus_button.button-style-19 .button-link-wrap,.pt_plus_button.button-style-20 .button-link-wrap,.pt_plus_button.button-style-21 .button-link-wrap{display:inline-block;margin:0;padding:15px 30px;overflow:hidden;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;border:1px solid #252525}.pt_plus_button.button-style-19 .button-link-wrap span,.pt_plus_button.button-style-20 .button-link-wrap span,.pt_plus_button.button-style-21 .button-link-wrap span,.pt_plus_button.button-style-19 .button-link-wrap i.btn-icon,.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon,.pt_plus_button.button-style-21 .button-link-wrap i.btn-icon{position:relative;z-index:1}.pt_plus_button.button-style-19 .button-link-wrap:after,.pt_plus_button.button-style-20 .button-link-wrap:after,.pt_plus_button.button-style-21 .button-link-wrap:after{content:'';position:absolute;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.pt_plus_button.button-style-19 .button-link-wrap:after{width:0;height:103%;top:50%;left:50%;background:#ff214f;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.pt_plus_button.button-style-19 .button-link-wrap:hover:after{width:90%;opacity:1}.pt_plus_button.button-style-19 .button-link-wrap:active:after{width:101%;opacity:1}.pt_plus_button.button-style-20 .button-link-wrap:after{width:100%;height:0;top:50%;left:50%;background:#ff214f;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);-o-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.pt_plus_button.button-style-20 .button-link-wrap:hover:after{height:280%;opacity:1}.pt_plus_button.button-style-20 .button-link-wrap:active:after{height:500%;opacity:1}.pt_plus_button.button-style-21 .button-link-wrap:after{width:101%;height:0;top:50%;left:50%;background:#ff214f;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.pt_plus_button.button-style-21 .button-link-wrap:hover:after{height:75%;opacity:1}.pt_plus_button.button-style-21 .button-link-wrap:active:after{height:130%;opacity:1}.pt_plus_button.button-style-22 .button-link-wrap{display:inline-block;margin:10px;padding:15px 30px;overflow:hidden;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;border:1px solid #252525;background:#fff}.pt_plus_button.button-style-22 .button-link-wrap .btn-icon{position:absolute;height:100%;color:#252525;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;display:grid;align-items:center;vertical-align:middle}.pt_plus_button.button-style-22 .button-link-wrap .button-after{left:130%;top:0;margin-left:10px}.pt_plus_button.button-style-22 .button-link-wrap:hover .button-after{left:75%}.pt_plus_button.button-style-22 .button-link-wrap .button-before{left:-30%;opacity:0;top:0;margin-right:10px}.pt_plus_button.button-style-22 .button-link-wrap:hover .button-before{left:2%;opacity:1}.pt_plus_button.button-style-23{position:relative;display:inline-block;overflow:visible;max-width:250px;width:250px;height:50px;cursor:pointer;-webkit-perspective:500px;-ms-perspective:500px;perspective:500px;margin:10px}.pt_plus_button.button-style-23 .align-center{position:relative;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%)}.pt_plus_button.button-style-23 .button-link-wrap{transform-style:preserve-3d;-webkit-transform-style:preserve-3d;display:inline-block;margin:10px;overflow:visible;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;width:100%;height:100%;margin:0;padding:0}.pt_plus_button.button-style-23.hover-top .button-link-wrap:hover{-webkit-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);transform:rotateX(-90deg)}.pt_plus_button.button-style-23 .button-link-wrap span:nth-child(1),.pt_plus_button.button-style-23 .button-link-wrap span:nth-child(2){border:1px solid #252525;background:#252525;color:#8a8a8a;padding:15px 30px;width:100%;height:100%;position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;backface-visibility:hidden;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pt_plus_button.button-style-23.hover-top .button-link-wrap span:nth-child(1){-webkit-transform:translate3d(0,0,25px);-ms-transform:translate3d(0,0,25px);-moz-transform:translate3d(0,0,25px);-o-transform:translate3d(0,0,25px);transform:translate3d(0,0,25px)}.pt_plus_button.button-style-23.hover-top .button-link-wrap span:nth-child(2){-webkit-transform:rotateX(90deg) translate3d(0,0,25px);-ms-transform:rotateX(90deg) translate3d(0,0,25px);-moz-transform:rotateX(90deg) translate3d(0,0,25px);-o-transform:rotateX(90deg) translate3d(0,0,25px);transform:rotateX(90deg) translate3d(0,0,25px)}.pt_plus_button.button-style-23.hover-bottom .button-link-wrap:hover{-webkit-transform:rotateX(90deg);-ms-transform:rotateX(90deg);-moz-transform:rotateX(90deg);-o-transform:rotateX(90deg);transform:rotateX(90deg)}.pt_plus_button.button-style-23.hover-bottom .button-link-wrap span:nth-child(1){-webkit-transform:translate3d(0,0,25px);-ms-transform:translate3d(0,0,25px);-moz-transform:translate3d(0,0,25px);-o-transform:translate3d(0,0,25px);transform:translate3d(0,0,25px)}.pt_plus_button.button-style-23.hover-bottom .button-link-wrap span:nth-child(2){-webkit-transform:rotateX(-90deg) translate3d(0,0,25px);-ms-transform:rotateX(-90deg) translate3d(0,0,25px);-moz-transform:rotateX(-90deg) translate3d(0,0,25px);-o-transform:rotateX(-90deg) translate3d(0,0,25px);transform:rotateX(-90deg) translate3d(0,0,25px)}.pt_plus_button.button-style-23.hover-right .button-link-wrap span:nth-child(1){-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0);left:0}.pt_plus_button.button-style-23.hover-right .button-link-wrap span:nth-child(2){-webkit-transform:rotateY(90deg);-ms-transform:rotateY(90deg);-moz-transform:rotateY(90deg);-o-transform:rotateY(90deg);transform:rotateY(90deg);left:50%}.pt_plus_button.button-style-23.hover-right .button-link-wrap:hover span:nth-child(1){-webkit-transform:rotateY(-90deg);-ms-transform:rotateY(-90deg);-moz-transform:rotateY(-90deg);-o-transform:rotateY(-90deg);transform:rotateY(-90deg);left:-50%}.pt_plus_button.button-style-23.hover-right .button-link-wrap:hover span:nth-child(2){-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0);left:0}.pt_plus_button.button-style-23.hover-left .button-link-wrap span:nth-child(1){-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0);left:0}.pt_plus_button.button-style-23.hover-left .button-link-wrap span:nth-child(2){-webkit-transform:rotateY(-90deg);-ms-transform:rotateY(-90deg);-moz-transform:rotateY(-90deg);-o-transform:rotateY(-90deg);transform:rotateY(-90deg);left:-50%}.pt_plus_button.button-style-23.hover-left .button-link-wrap:hover span:nth-child(1){-webkit-transform:rotateY(90deg);-ms-transform:rotateY(90deg);-moz-transform:rotateY(90deg);-o-transform:rotateY(90deg);transform:rotateY(90deg);left:50%}.pt_plus_button.button-style-23.hover-left .button-link-wrap:hover span:nth-child(2){-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0);left:0}.pt_plus_button.button-style-24{position:relative;display:block}.pt_plus_button.button-style-24 .button-tag-hint{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.pt_plus_button.button-style-24 a.button-link-wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.pt-plus-button-wrapper .button-link-wrap.shake_animate{backface-visibility:hidden;-o-backface-visibility:hidden;-ms-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-o-transform:translateZ(0);-ms-transform:translateZ(0);-moz-transform:translateZ(0);-webkit-transform:translateZ(0);animation-name:shake_animate;-o-animation-name:shake_animate;-ms-animation-name:shake_animate;-moz-animation-name:shake_animate;-webkit-animation-name:shake_animate;animation-duration:5s;-o-animation-duration:5s;-ms-animation-duration:5s;-moz-animation-duration:5s;-webkit-animation-duration:5s;animation-timing-function:linear;-o-animation-timing-function:linear;-ms-animation-timing-function:linear;-moz-animation-timing-function:linear;-webkit-animation-timing-function:linear;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-play-state:running;-o-animation-play-state:running;-ms-animation-play-state:running;-moz-animation-play-state:running;-webkit-animation-play-state:running}@keyframes shake_animate{2%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}4%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}6%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}8%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}10%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}12%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}14%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}16%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}18%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}20%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@-webkit-keyframes shake_animate{2%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}4%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}6%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}8%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}10%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}12%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}14%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}16%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}18%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}20%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@-moz-keyframes shake_animate{2%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}4%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}6%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}8%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}10%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}12%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}14%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}16%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}18%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}20%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@-o-keyframes shake_animate{2%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}4%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}6%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}8%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}10%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}12%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}14%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}16%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}18%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}20%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes shake_animate{2%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}4%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}6%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}8%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}10%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}12%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}14%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}16%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}18%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}20%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}html.video{overflow:inherit!important}html.video:before{content:unset!important}html.opacity{position:relative;opacity:1}
|
|
assets/css/main/plus-extra-adv/plus-content-hover-effect.css
CHANGED
@@ -3,7 +3,31 @@
|
|
3 |
position:relative;
|
4 |
display:block;
|
5 |
width:100%;
|
6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
.content_hover_push {
|
8 |
-webkit-transform: translateZ(0);
|
9 |
-moz-transform: translateZ(0);
|
@@ -46,5 +70,377 @@
|
|
46 |
-webkit-transform: scale(1);
|
47 |
transform: scale(1)
|
48 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
}
|
50 |
/*-- content hover effects -----------*/
|
3 |
position:relative;
|
4 |
display:block;
|
5 |
width:100%;
|
6 |
+
}
|
7 |
+
.content_hover_grow {
|
8 |
+
-webkit-transform: translateZ(0);
|
9 |
+
-moz-transform: translateZ(0);
|
10 |
+
-ms-transform: translateZ(0);
|
11 |
+
-o-transform: translateZ(0);
|
12 |
+
transform: translateZ(0);
|
13 |
+
-webkit-backface-visibility: hidden;
|
14 |
+
backface-visibility: hidden;
|
15 |
+
-moz-osx-font-smoothing: grayscale;
|
16 |
+
-webkit-transition-duration: 0.3s;
|
17 |
+
-moz-transition-duration: 0.3s;
|
18 |
+
-o-transition-duration:0.3s;
|
19 |
+
transition-duration: 0.3s;
|
20 |
+
-webkit-transition-property: transform;
|
21 |
+
transition-property: transform;
|
22 |
+
}
|
23 |
+
.content_hover_grow:hover {
|
24 |
+
-webkit-transform: scale(1.1);
|
25 |
+
-moz-transform: scale(1.1);
|
26 |
+
-ms-transform: scale(1.1);
|
27 |
+
-o-transform: scale(1.1);
|
28 |
+
transform: scale(1.1);
|
29 |
+
}
|
30 |
+
|
31 |
.content_hover_push {
|
32 |
-webkit-transform: translateZ(0);
|
33 |
-moz-transform: translateZ(0);
|
70 |
-webkit-transform: scale(1);
|
71 |
transform: scale(1)
|
72 |
}
|
73 |
+
}
|
74 |
+
.content_hover_bounce_in {
|
75 |
+
-webkit-transform: translateZ(0);
|
76 |
+
-moz-transform: translateZ(0);
|
77 |
+
-ms-transform: translateZ(0);
|
78 |
+
-o-transform: translateZ(0);
|
79 |
+
transform: translateZ(0);
|
80 |
+
-webkit-backface-visibility: hidden;
|
81 |
+
backface-visibility: hidden;
|
82 |
+
-moz-osx-font-smoothing: grayscale;
|
83 |
+
-webkit-transition-duration: 0.5s;
|
84 |
+
-moz-transition-duration: 0.5s;
|
85 |
+
-o-transition-duration:0.5s;
|
86 |
+
transition-duration: 0.5s;
|
87 |
+
}
|
88 |
+
.content_hover_bounce_in:hover {
|
89 |
+
-webkit-transform: scale(1.1);
|
90 |
+
-moz-transform: scale(1.1);
|
91 |
+
-ms-transform: scale(1.1);
|
92 |
+
-o-transform: scale(1.1);
|
93 |
+
transform: scale(1.1);
|
94 |
+
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
|
95 |
+
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
|
96 |
+
}
|
97 |
+
.content_hover_float {
|
98 |
+
-webkit-transform: translateZ(0);
|
99 |
+
-moz-transform: translateZ(0);
|
100 |
+
-ms-transform: translateZ(0);
|
101 |
+
-o-transform: translateZ(0);
|
102 |
+
transform: translateZ(0);
|
103 |
+
-webkit-backface-visibility: hidden;
|
104 |
+
backface-visibility: hidden;
|
105 |
+
-moz-osx-font-smoothing: grayscale;
|
106 |
+
-webkit-transition-duration: 0.3s;
|
107 |
+
-moz-transition-duration: 0.3s;
|
108 |
+
-o-transition-duration:0.3s;
|
109 |
+
transition-duration: 0.3s;
|
110 |
+
-webkit-transition-property: transform;
|
111 |
+
transition-property: transform;
|
112 |
+
-webkit-transition-timing-function: ease-out;
|
113 |
+
transition-timing-function: ease-out;
|
114 |
+
}
|
115 |
+
.content_hover_float:hover {
|
116 |
+
-webkit-transform: translateY(-8px);
|
117 |
+
-moz-transform: translateY(-8px);
|
118 |
+
-ms-transform: translateY(-8px);
|
119 |
+
-o-transform: translateY(-8px);
|
120 |
+
transform: translateY(-8px);
|
121 |
+
}
|
122 |
+
.content_hover_wobble_horizontal {
|
123 |
+
-webkit-transform: translateZ(0);
|
124 |
+
-moz-transform: translateZ(0);
|
125 |
+
-ms-transform: translateZ(0);
|
126 |
+
-o-transform: translateZ(0);
|
127 |
+
transform: translateZ(0);
|
128 |
+
-webkit-backface-visibility: hidden;
|
129 |
+
backface-visibility: hidden;
|
130 |
+
-moz-osx-font-smoothing: grayscale;
|
131 |
+
}
|
132 |
+
.content_hover_wobble_horizontal:hover {
|
133 |
+
-webkit-animation-name: hvr-wobble-horizontal;
|
134 |
+
animation-name: hvr-wobble-horizontal;
|
135 |
+
-webkit-animation-duration: 1s;
|
136 |
+
animation-duration: 1s;
|
137 |
+
-webkit-animation-timing-function: ease-in-out;
|
138 |
+
animation-timing-function: ease-in-out;
|
139 |
+
-webkit-animation-iteration-count: 1;
|
140 |
+
animation-iteration-count: 1;
|
141 |
+
}
|
142 |
+
@-webkit-keyframes hvr-wobble-horizontal {
|
143 |
+
16.65% {
|
144 |
+
-webkit-transform: translateX(8px);
|
145 |
+
transform: translateX(8px)
|
146 |
+
}
|
147 |
+
|
148 |
+
33.3% {
|
149 |
+
-webkit-transform: translateX(-6px);
|
150 |
+
transform: translateX(-6px)
|
151 |
+
}
|
152 |
+
|
153 |
+
49.95% {
|
154 |
+
-webkit-transform: translateX(4px);
|
155 |
+
transform: translateX(4px)
|
156 |
+
}
|
157 |
+
|
158 |
+
66.6% {
|
159 |
+
-webkit-transform: translateX(-2px);
|
160 |
+
transform: translateX(-2px)
|
161 |
+
}
|
162 |
+
|
163 |
+
83.25% {
|
164 |
+
-webkit-transform: translateX(1px);
|
165 |
+
transform: translateX(1px)
|
166 |
+
}
|
167 |
+
|
168 |
+
100% {
|
169 |
+
-webkit-transform: translateX(0);
|
170 |
+
transform: translateX(0)
|
171 |
+
}
|
172 |
+
}
|
173 |
+
|
174 |
+
@keyframes hvr-wobble-horizontal {
|
175 |
+
16.65% {
|
176 |
+
-webkit-transform: translateX(8px);
|
177 |
+
transform: translateX(8px)
|
178 |
+
}
|
179 |
+
|
180 |
+
33.3% {
|
181 |
+
-webkit-transform: translateX(-6px);
|
182 |
+
transform: translateX(-6px)
|
183 |
+
}
|
184 |
+
|
185 |
+
49.95% {
|
186 |
+
-webkit-transform: translateX(4px);
|
187 |
+
transform: translateX(4px)
|
188 |
+
}
|
189 |
+
|
190 |
+
66.6% {
|
191 |
+
-webkit-transform: translateX(-2px);
|
192 |
+
transform: translateX(-2px)
|
193 |
+
}
|
194 |
+
|
195 |
+
83.25% {
|
196 |
+
-webkit-transform: translateX(1px);
|
197 |
+
transform: translateX(1px)
|
198 |
+
}
|
199 |
+
|
200 |
+
100% {
|
201 |
+
-webkit-transform: translateX(0);
|
202 |
+
transform: translateX(0)
|
203 |
+
}
|
204 |
+
}
|
205 |
+
.content_hover_wobble_vertical {
|
206 |
+
-webkit-transform: translateZ(0);
|
207 |
+
-moz-transform: translateZ(0);
|
208 |
+
-ms-transform: translateZ(0);
|
209 |
+
-o-transform: translateZ(0);
|
210 |
+
transform: translateZ(0);
|
211 |
+
-webkit-backface-visibility: hidden;
|
212 |
+
backface-visibility: hidden;
|
213 |
+
-moz-osx-font-smoothing: grayscale;
|
214 |
+
}
|
215 |
+
.content_hover_wobble_vertical:hover {
|
216 |
+
-webkit-animation-name: hvr-wobble-vertical;
|
217 |
+
animation-name: hvr-wobble-vertical;
|
218 |
+
-webkit-animation-duration: 1s;
|
219 |
+
animation-duration: 1s;
|
220 |
+
-webkit-animation-timing-function: ease-in-out;
|
221 |
+
animation-timing-function: ease-in-out;
|
222 |
+
-webkit-animation-iteration-count: 1;
|
223 |
+
animation-iteration-count: 1;
|
224 |
+
}
|
225 |
+
@-webkit-keyframes hvr-wobble-vertical {
|
226 |
+
16.65% {
|
227 |
+
-webkit-transform: translateY(8px);
|
228 |
+
transform: translateY(8px)
|
229 |
+
}
|
230 |
+
|
231 |
+
33.3% {
|
232 |
+
-webkit-transform: translateY(-6px);
|
233 |
+
transform: translateY(-6px)
|
234 |
+
}
|
235 |
+
|
236 |
+
49.95% {
|
237 |
+
-webkit-transform: translateY(4px);
|
238 |
+
transform: translateY(4px)
|
239 |
+
}
|
240 |
+
|
241 |
+
66.6% {
|
242 |
+
-webkit-transform: translateY(-2px);
|
243 |
+
transform: translateY(-2px)
|
244 |
+
}
|
245 |
+
|
246 |
+
83.25% {
|
247 |
+
-webkit-transform: translateY(1px);
|
248 |
+
transform: translateY(1px)
|
249 |
+
}
|
250 |
+
|
251 |
+
100% {
|
252 |
+
-webkit-transform: translateY(0);
|
253 |
+
transform: translateY(0)
|
254 |
+
}
|
255 |
+
}
|
256 |
+
|
257 |
+
@keyframes hvr-wobble-vertical {
|
258 |
+
16.65% {
|
259 |
+
-webkit-transform: translateY(8px);
|
260 |
+
transform: translateY(8px)
|
261 |
+
}
|
262 |
+
|
263 |
+
33.3% {
|
264 |
+
-webkit-transform: translateY(-6px);
|
265 |
+
transform: translateY(-6px)
|
266 |
+
}
|
267 |
+
|
268 |
+
49.95% {
|
269 |
+
-webkit-transform: translateY(4px);
|
270 |
+
transform: translateY(4px)
|
271 |
+
}
|
272 |
+
|
273 |
+
66.6% {
|
274 |
+
-webkit-transform: translateY(-2px);
|
275 |
+
transform: translateY(-2px)
|
276 |
+
}
|
277 |
+
|
278 |
+
83.25% {
|
279 |
+
-webkit-transform: translateY(1px);
|
280 |
+
transform: translateY(1px)
|
281 |
+
}
|
282 |
+
|
283 |
+
100% {
|
284 |
+
-webkit-transform: translateY(0);
|
285 |
+
transform: translateY(0)
|
286 |
+
}
|
287 |
+
}
|
288 |
+
.content_hover_float_shadow {
|
289 |
+
-webkit-transform: translateZ(0);
|
290 |
+
-moz-transform: translateZ(0);
|
291 |
+
-ms-transform: translateZ(0);
|
292 |
+
-o-transform: translateZ(0);
|
293 |
+
transform: translateZ(0);
|
294 |
+
-webkit-backface-visibility: hidden;
|
295 |
+
backface-visibility: hidden;
|
296 |
+
-moz-osx-font-smoothing: grayscale;
|
297 |
+
position: relative;
|
298 |
+
-webkit-transition-duration: 0.3s;
|
299 |
+
-moz-transition-duration: 0.3s;
|
300 |
+
-o-transition-duration:0.3s;
|
301 |
+
transition-duration: 0.3s;
|
302 |
+
-webkit-transition-property: transform;
|
303 |
+
transition-property: transform;
|
304 |
+
}
|
305 |
+
.content_hover_float_shadow:before,.content_hover_radial:before{
|
306 |
+
content:'';
|
307 |
+
}
|
308 |
+
.content_hover_float_shadow:before{
|
309 |
+
pointer-events: none;
|
310 |
+
position: absolute;
|
311 |
+
top: 100%;
|
312 |
+
left: 5%;
|
313 |
+
content:'';
|
314 |
+
height: 10px;
|
315 |
+
width: 90%;
|
316 |
+
opacity: 0;
|
317 |
+
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
|
318 |
+
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
|
319 |
+
-webkit-transition-duration: 0.3s;
|
320 |
+
-moz-transition-duration: 0.3s;
|
321 |
+
-o-transition-duration:0.3s;
|
322 |
+
transition-duration: 0.3s;
|
323 |
+
-webkit-transition-property: transform, opacity;
|
324 |
+
transition-property: transform, opacity;
|
325 |
+
}
|
326 |
+
.content_hover_float_shadow:hover {
|
327 |
+
-webkit-transform: translateY(-5px);
|
328 |
+
-moz-transform: translateY(-5px);
|
329 |
+
-ms-transform: translateY(-5px);
|
330 |
+
-o-transform: translateY(-5px);
|
331 |
+
transform: translateY(-5px);
|
332 |
+
}
|
333 |
+
.content_hover_float_shadow:hover:before{
|
334 |
+
opacity: 1;
|
335 |
+
-webkit-transform: translateY(5px);
|
336 |
+
-moz-transform: translateY(5px);
|
337 |
+
-ms-transform: translateY(5px);
|
338 |
+
-o-transform: translateY(5px);
|
339 |
+
transform: translateY(5px);
|
340 |
+
}
|
341 |
+
|
342 |
+
.content_hover_grow_shadow {
|
343 |
+
-webkit-transform: translateZ(0);
|
344 |
+
-moz-transform:translateZ(0);
|
345 |
+
-ms-transform:translateZ(0);
|
346 |
+
-o-transform: translateZ(0);
|
347 |
+
transform: translateZ(0);
|
348 |
+
-webkit-backface-visibility: hidden;
|
349 |
+
backface-visibility: hidden;
|
350 |
+
-moz-osx-font-smoothing: grayscale;
|
351 |
+
-webkit-transition-duration: 0.3s;
|
352 |
+
-moz-transition-duration: 0.3s;
|
353 |
+
-o-transition-duration:0.3s;
|
354 |
+
transition-duration: 0.3s;
|
355 |
+
-webkit-transition-property: box-shadow, transform;
|
356 |
+
transition-property: box-shadow, transform;
|
357 |
+
}
|
358 |
+
.content_hover_grow_shadow:hover {
|
359 |
+
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
|
360 |
+
-moz-box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.5);
|
361 |
+
-webkit-box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.5);
|
362 |
+
-webkit-transform: scale(1.1);
|
363 |
+
-moz-transform: scale(1.1);
|
364 |
+
-ms-transform: scale(1.1);
|
365 |
+
-o-transform: scale(1.1);
|
366 |
+
transform: scale(1.1);
|
367 |
+
}
|
368 |
+
.content_hover_radial{
|
369 |
+
-webkit-transform: translateZ(0);
|
370 |
+
-moz-transform: translateZ(0);
|
371 |
+
-ms-transform: translateZ(0);
|
372 |
+
-o-transform: translateZ(0);
|
373 |
+
transform: translateZ(0);
|
374 |
+
-webkit-backface-visibility: hidden;
|
375 |
+
backface-visibility: hidden;
|
376 |
+
-moz-osx-font-smoothing: grayscale;
|
377 |
+
position: relative;
|
378 |
+
transition-duration:0.3s;
|
379 |
+
-moz-transition-duration: 0.3s;
|
380 |
+
-o-transition-duration:0.3s;
|
381 |
+
-webkit-transition-duration:0.3s;
|
382 |
+
}
|
383 |
+
.content_hover_radial:hover:before, .content_hover_radial:focus:before, .content_hover_radial:active:before, .content_hover_radial:hover:after, .content_hover_radial:focus:after, .content_hover_radial:active:after{
|
384 |
+
opacity:1;
|
385 |
+
}
|
386 |
+
|
387 |
+
.content_hover_radial:before,.content_hover_radial:after {
|
388 |
+
pointer-events: none;
|
389 |
+
position: absolute;
|
390 |
+
content: '';
|
391 |
+
left: 0;
|
392 |
+
width: 100%;
|
393 |
+
-moz-box-sizing: border-box;
|
394 |
+
-webkit-box-sizing: border-box;
|
395 |
+
box-sizing: border-box;
|
396 |
+
background-repeat: no-repeat;
|
397 |
+
height: 10px;
|
398 |
+
opacity: 0;
|
399 |
+
-webkit-transition-duration: 0.3s;
|
400 |
+
-moz-transition-duration: 0.3s;
|
401 |
+
-o-transition-duration:0.3s;
|
402 |
+
transition-duration: 0.3s;
|
403 |
+
-webkit-transition-property: opacity;
|
404 |
+
transition-property: opacity;
|
405 |
+
}
|
406 |
+
.content_hover_radial:after{
|
407 |
+
top: 100%;
|
408 |
+
background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
|
409 |
+
background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
|
410 |
+
}
|
411 |
+
.content_hover_radial:before{
|
412 |
+
bottom: 100%;
|
413 |
+
background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
|
414 |
+
background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
|
415 |
+
}
|
416 |
+
.content_effect_floating{
|
417 |
+
animation-name: content_effect_floating;
|
418 |
+
-webkit-animation-name: content_effect_floating;
|
419 |
+
|
420 |
+
animation-duration: 2.2s;
|
421 |
+
-webkit-animation-duration: 2.2s;
|
422 |
+
|
423 |
+
animation-iteration-count: infinite;
|
424 |
+
-webkit-animation-iteration-count: infinite;
|
425 |
+
}
|
426 |
+
.content_effect_tossing{
|
427 |
+
animation-name: content_effect_tossing;
|
428 |
+
-webkit-animation-name: content_effect_tossing;
|
429 |
+
|
430 |
+
animation-duration: 2.2s;
|
431 |
+
-webkit-animation-duration: 2.2s;
|
432 |
+
|
433 |
+
animation-iteration-count: infinite;
|
434 |
+
-webkit-animation-iteration-count: infinite;
|
435 |
+
}
|
436 |
+
.content_effect_pulse{
|
437 |
+
animation-name: content_effect_pulse;
|
438 |
+
-webkit-animation-name: content_effect_pulse;
|
439 |
+
|
440 |
+
animation-duration: 2.2s;
|
441 |
+
-webkit-animation-duration: 2.2s;
|
442 |
+
|
443 |
+
animation-iteration-count: infinite;
|
444 |
+
-webkit-animation-iteration-count: infinite;
|
445 |
}
|
446 |
/*-- content hover effects -----------*/
|
assets/css/main/plus-extra-adv/plus-content-hover-effect.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
/*Content Hover Effect*/.content_hover_effect{position:relative;display:block;width:100%}.content_hover_push{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.content_hover_push:hover{-webkit-animation-name:hvr-push;animation-name:hvr-push;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes hvr-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}
|
1 |
+
/*Content Hover Effect*/.content_hover_effect{position:relative;display:block;width:100%}.content_hover_grow{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.content_hover_grow:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.content_hover_push{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.content_hover_push:hover{-webkit-animation-name:hvr-push;animation-name:hvr-push;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes hvr-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}.content_hover_bounce_in{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s}.content_hover_bounce_in:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(.47,2.02,.31,-.36)}.content_hover_float{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.content_hover_float:hover{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);-ms-transform:translateY(-8px);-o-transform:translateY(-8px);transform:translateY(-8px)}.content_hover_wobble_horizontal{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.content_hover_wobble_horizontal:hover{-webkit-animation-name:hvr-wobble-horizontal;animation-name:hvr-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.content_hover_wobble_vertical{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.content_hover_wobble_vertical:hover{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.content_hover_float_shadow{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.content_hover_float_shadow:before,.content_hover_radial:before{content:''}.content_hover_float_shadow:before{pointer-events:none;position:absolute;top:100%;left:5%;content:'';height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity}.content_hover_float_shadow:hover{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px)}.content_hover_float_shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px)}.content_hover_grow_shadow{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow,transform;transition-property:box-shadow,transform}.content_hover_grow_shadow:hover{box-shadow:0 10px 10px -10px rgba(0,0,0,.5);-moz-box-shadow:0 10px 10px -10px rgba(0,0,0,.5);-webkit-box-shadow:0 10px 10px -10px rgba(0,0,0,.5);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.content_hover_radial{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;-webkit-transition-duration:0.3s}.content_hover_radial:hover:before,.content_hover_radial:focus:before,.content_hover_radial:active:before,.content_hover_radial:hover:after,.content_hover_radial:focus:after,.content_hover_radial:active:after{opacity:1}.content_hover_radial:before,.content_hover_radial:after{pointer-events:none;position:absolute;content:'';left:0;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;height:10px;opacity:0;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:opacity;transition-property:opacity}.content_hover_radial:after{top:100%;background:-webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%)}.content_hover_radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 80%)}.content_effect_floating{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.content_effect_tossing{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.content_effect_pulse{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}
|
assets/css/main/plus-extra-adv/plus-extra-adv.css
CHANGED
@@ -326,13 +326,13 @@ animation-name: continue-rotating;
|
|
326 |
.lity-wrap{overflow:auto!important}.pop-up-btn .button-link-wrap span{position:relative;z-index:2}.pop-up-btn .button-style-7 .button-link-wrap span{position:initial}.pop-up-btn .button-style-21 .button-link-wrap:after{background:#ff004b;z-index:1}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container{min-width:auto!important}.lity-iframe-container{width:100%;height:100vh;padding-top:0%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{margin-bottom:0}
|
327 |
/*popup lity*/
|
328 |
/*overall widget*/
|
329 |
-
.ts-icon-img{margin-bottom:10px}.flip-back,.flip-front{width:100%;height:100%;position:absolute;left:0;top:0;display:table}.flip-back .vertical-center,.flip-front .vertical-center{display:table-cell;vertical-align:middle}.flip-horizontal :hover .flip-front{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}.flip-horizontal :hover .flip-back{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.flip-horizontal .flip-back{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.bezier-flip{-webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);-moz-transition:all .5s cubic-bezier(.645,.045,.355,1);-o-transition:all .5s cubic-bezier(.645,.045,.355,1);-ms-transition:all .5s cubic-bezier(.645,.045,.355,1);transition:all .5s cubic-bezier(.645,.045,.355,1)}.padding-flip{padding:30px 40px}.origin-center{-webkit-transform-origin:center;-ms-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center}.no-backface{-webkit-backface-visibility:hidden;backface-visibility:hidden}.numtext-left{text-align:left}.numtext-center{text-align:center}.numtext-right{text-align:right}.icon-right{text-align:right}.icon-left{float:left}.icon-center{margin:0 auto}.ts-icon{display:block;position:relative;-o-transition:all 1.3s;-webkit-transition:all 1.3s;-moz-transition:all 1.3s;-ms-transition:all 1.3s;transition:all 1.3s}.icon-img-b{line-height:1;margin-bottom:15px}.service-media .icon-img-b{margin-right:15px}.border-pd{border:2px solid}.subject-color{-o-transition:all 1.3s;-webkit-transition:all 1.3s;-ms-transition:all 1.3s;-moz-transition:all 1.3s;transition:all 1.3s;margin-bottom:20px;line-height:1}.sub-subject-color{margin-bottom:20px;line-height:1}.ts-icon-1{display:block;vertical-align:middle;text-align:center;overflow:hidden}.pad-0{padding:0}.pad-5{padding:5px}.pad-30{padding:30px;padding-bottom:10px}.border-icon{display:block;position:relative;padding:30px;padding-bottom:10px}hr.hr-border{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.service-icon-style-1 .icn-txt{display:block;position:relative;width:100%;overflow:hidden}.icon-right .ts-icon-1{text-align:right}.service-icon-style-2 .icn-content{padding:20px;display:block;position:relative;background:#F9B701}.service-icon-style-2 .icn-header{display:block;position:relative;padding:20px}.service-icon-style-2 .plus-number-counter,.service-icon-style-2 .subject-color{margin-bottom:0}.service-icon-style-3 .pt_plus_animated_svg,.service-icon-style-4 .pt_plus_animated_svg{width:auto;margin-right:15px}
|
330 |
/*overall widget*/
|
331 |
/*listing*/
|
332 |
.grid-item:focus {
|
333 |
outline: none;
|
334 |
}
|
335 |
-
.pt-plus-pagination .current{background:#313131;color:#fff}.ajax_load_more{display:block;text-align:center;width:100%;position:relative}.post-load-more{border:1px solid;padding:10px 20px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;margin:20px 0;display:inline-block;cursor:pointer;font-size:22px}.ajax_lazy_load{position:relative;display:block;width:100%;text-align:center}.post-lazy-load{padding:37px;position:relative;display:block;font-size:20px}.post-load-more.hide,.ajax_lazy_load.hide,.post-lazy-load.hide{display:none!important}.plus-all-posts-loaded{position:relative;display:block;top:0;text-align:center;font-size:18px;line-height:1;margin-top:25px;color:#313131;font-weight:500;-moz-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-o-animation:plus-hide-load 0.7s ease-in-out 5s forwards;animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}@-webkit-keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}
|
336 |
/*listing*/
|
337 |
@media (min-width:1025px){
|
338 |
.elementor-element.elementor-element-edit-mode.elementor-hidden-desktop{opacity:.5}
|
326 |
.lity-wrap{overflow:auto!important}.pop-up-btn .button-link-wrap span{position:relative;z-index:2}.pop-up-btn .button-style-7 .button-link-wrap span{position:initial}.pop-up-btn .button-style-21 .button-link-wrap:after{background:#ff004b;z-index:1}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container{min-width:auto!important}.lity-iframe-container{width:100%;height:100vh;padding-top:0%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{margin-bottom:0}
|
327 |
/*popup lity*/
|
328 |
/*overall widget*/
|
329 |
+
.ts-icon-img{margin-bottom:10px;position:relative}.flip-back,.flip-front{width:100%;height:100%;position:absolute;left:0;top:0;display:table}.flip-back .vertical-center,.flip-front .vertical-center{display:table-cell;vertical-align:middle}.flip-horizontal :hover .flip-front{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}.flip-horizontal :hover .flip-back{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.flip-horizontal .flip-back{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.bezier-flip{-webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);-moz-transition:all .5s cubic-bezier(.645,.045,.355,1);-o-transition:all .5s cubic-bezier(.645,.045,.355,1);-ms-transition:all .5s cubic-bezier(.645,.045,.355,1);transition:all .5s cubic-bezier(.645,.045,.355,1)}.padding-flip{padding:30px 40px}.origin-center{-webkit-transform-origin:center;-ms-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center}.no-backface{-webkit-backface-visibility:hidden;backface-visibility:hidden}.numtext-left{text-align:left}.numtext-center{text-align:center}.numtext-right{text-align:right}.icon-right{text-align:right}.icon-left{float:left}.icon-center{margin:0 auto}.ts-icon{display:block;position:relative;-o-transition:all 1.3s;-webkit-transition:all 1.3s;-moz-transition:all 1.3s;-ms-transition:all 1.3s;transition:all 1.3s}.icon-img-b{line-height:1;margin-bottom:15px}.service-media .icon-img-b{margin-right:15px}.border-pd{border:2px solid}.subject-color{-o-transition:all 1.3s;-webkit-transition:all 1.3s;-ms-transition:all 1.3s;-moz-transition:all 1.3s;transition:all 1.3s;margin-bottom:20px;line-height:1}.sub-subject-color{margin-bottom:20px;line-height:1}.ts-icon-1{display:block;vertical-align:middle;text-align:center;overflow:hidden}.pad-0{padding:0}.pad-5{padding:5px}.pad-30{padding:30px;padding-bottom:10px}.border-icon{display:block;position:relative;padding:30px;padding-bottom:10px}hr.hr-border{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.service-icon-style-1 .icn-txt{display:block;position:relative;width:100%;overflow:hidden}.icon-right .ts-icon-1{text-align:right}.service-icon-style-2 .icn-content{padding:20px;display:block;position:relative;background:#F9B701}.service-icon-style-2 .icn-header{display:block;position:relative;padding:20px}.service-icon-style-2 .plus-number-counter,.service-icon-style-2 .subject-color{margin-bottom:0}.service-icon-style-3 .pt_plus_animated_svg,.service-icon-style-4 .pt_plus_animated_svg{width:auto;margin-right:15px}
|
330 |
/*overall widget*/
|
331 |
/*listing*/
|
332 |
.grid-item:focus {
|
333 |
outline: none;
|
334 |
}
|
335 |
+
.pt-plus-pagination .current{background:#313131;color:#fff}.ajax_load_more{display:block;text-align:center;width:100%;position:relative}.post-load-more,.ajax_load_more .tp-morefilter{border:1px solid;padding:10px 20px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;margin:20px 0;display:inline-block;cursor:pointer;font-size:22px}.ajax_lazy_load{position:relative;display:block;width:100%;text-align:center}.post-lazy-load,.ajax_load_more .tp-morefilter{padding:37px;position:relative;display:block;font-size:20px}.ajax_load_more .tp-morefilter{display: inline-block;padding: 10px 20px;}.post-load-more.hide,.ajax_lazy_load.hide,.post-lazy-load.hide,.ajax_load_more .tp-morefilter.hide{display:none!important}.plus-all-posts-loaded{position:relative;display:block;top:0;text-align:center;font-size:18px;line-height:1;margin-top:25px;color:#313131;font-weight:500;-moz-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-o-animation:plus-hide-load 0.7s ease-in-out 5s forwards;animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}@-webkit-keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}
|
336 |
/*listing*/
|
337 |
@media (min-width:1025px){
|
338 |
.elementor-element.elementor-element-edit-mode.elementor-hidden-desktop{opacity:.5}
|
assets/css/main/plus-extra-adv/plus-extra-adv.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.animate-general{opacity:0}*:not(.elementor-editor-active) .plus-conditions--hidden{display:none}body.plus_row_scroll_overflow{overflow-x:hidden}section.plus_row_scroll_overflow{overflow:hidden!important}.elementor-widget-video .elementor-wrapper .fluidvids{position:initial}.fluidvids{width:100%;max-width:100%;position:relative}.fluidvids-item{position:absolute;top:0;left:0;width:100%;height:100%}.wpb_video_wrapper .fluidvids{position:initial}.elementor-widget-wrap .js-tilt[data-tilt]:hover{box-shadow:none}.elementor-widget-wrap .js-tilt[data-tilt]{transition:initial}.plus-widget-wrapper .plus-widget-inner-tilt{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:perspective(500px);transform:perspective(500px);position:relative;display:block}h3.theplus-posts-not-found{font-size:14px;background:#8072fc;padding:10px;text-align:center;line-height:25px;border-radius:3px;box-shadow:0 5px 30px -5px #8072fc;color:#fff}.plus-sticky-column-sticky{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.magic-scroll .parallax-scroll,.magic-scroll .scale-scroll,.magic-scroll .both-scroll,.plus-list-adv-typo-block .plus-adv-text-typo.parallax-scroll{-webkit-transition:-webkit-transform 1.3s ease .0s;-ms-transition:-ms-transform 1.3s ease .0s;-moz-transition:-moz-transform 1.3s ease .0s;-o-transition:-o-transform 1.3s ease .0s;transition:transform 1.3s ease .0s;will-change:transform}.pt-plus-reveal.animated{display:block;position:relative}.heading-title.pt-plus-reveal{display:inline-block}.pt-plus-reveal.animated::before{content:'';background:#313131;position:absolute;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0% 0% 0;-webkit-animation:pt-plus-reveal 2s 800ms cubic-bezier(0,0,.2,1) both;animation:pt-plus-reveal 2s 800ms cubic-bezier(0,0,.2,1) both;z-index:11}.pt-plus-reveal.animated::after{content:'';background:#ff214f;position:absolute;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0% 0% 0;-webkit-animation:pt-plus-reveal 2s 400ms cubic-bezier(0,0,.2,1) both;animation:pt-plus-reveal 2s 400ms cubic-bezier(0,0,.2,1) both;z-index:1}@-webkit-keyframes pt-plus-reveal{0%{transform:scaleX(0)}50%{transform:scaleX(1);transform-origin:0% 0% 0}51%{transform-origin:100% 50% 0}100%{transform:scaleX(0);transform-origin:100% 50% 0}}@keyframes pt-plus-reveal{0%{transform:scaleX(0)}50%{transform:scaleX(1);transform-origin:0% 0% 0}51%{transform-origin:100% 50% 0}100%{transform:scaleX(0);transform-origin:100% 50% 0}}.image-floating,.hover_floating,.image-tossing,.hover_tossing,.image-pulse,.hover_pulse{display:inline-block;animation-duration:1.5s;-webkit-animation-duration:1.5s}.image-floating,.hover_floating:hover{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-tossing,.hover_tossing:hover{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-pulse,.hover_pulse:hover{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-rotating,.hover_rotating:hover{animation-name:continue-rotating;-webkit-animation-name:rotating;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;animation-duration:8s;-webkit-animation-duration:8s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-drop_waves:after,.hover_drop_waves:after{content:'';background:#ff214f;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;z-index:-1;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.image-drop_waves:after,.hover_drop_waves:hover:after{-webkit-animation-name:content-icon-float-away;animation-name:content-icon-float-away}@-webkit-keyframes content-icon-float-away{0%{opacity:.8}100%{opacity:0;-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes content-icon-float-away{0%{opacity:.8}100%{opacity:0;-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes continue-rotating{from{-webkit-transform:rotate(0deg) translate(-10px) rotate(0deg);-moz-transform:rotate(0deg) translate(-10px) rotate(0deg);-ms-transform:rotate(0deg) translate(-10px) rotate(0deg);-o-transform:rotate(0deg) translate(-10px) rotate(0deg);transform:rotate(0deg) translate(-10px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translate(-10px) rotate(-360deg);-moz-transform:rotate(360deg) translate(-10px) rotate(-360deg);-ms-transform:rotate(360deg) translate(-10px) rotate(-360deg);-o-transform:rotate(360deg) translate(-10px) rotate(-360deg);transform:rotate(360deg) translate(-10px) rotate(-360deg)}}@-webkit-keyframes continue-rotating{from{-webkit-transform:rotate(0deg) translate(-10px) rotate(0deg);-moz-transform:rotate(0deg) translate(-10px) rotate(0deg);-ms-transform:rotate(0deg) translate(-10px) rotate(0deg);-o-transform:rotate(0deg) translate(-10px) rotate(0deg);transform:rotate(0deg) translate(-10px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translate(-10px) rotate(-360deg);-moz-transform:rotate(360deg) translate(-10px) rotate(-360deg);-ms-transform:rotate(360deg) translate(-10px) rotate(-360deg);-o-transform:rotate(360deg) translate(-10px) rotate(-360deg);transform:rotate(360deg) translate(-10px) rotate(-360deg)}}.floating{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.tossing{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.pulse{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.rotate-continue{-webkit-animation-name:rotating;-webkit-animation-duration:10s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotating;-moz-animation-duration:10s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;animation-name:rotating;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:linear}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotating{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes content_effect_floating{0%{transform:translateY(0%)}50%{transform:translateY(2%)}100%{transform:translateY(0%)}}@-webkit-keyframes content_effect_floating{0%{-webkit-transform:translateY(0%)}50%{-webkit-transform:translateY(2%)}100%{-webkit-transform:translateY(0%)}}@keyframes content_effect_tossing{0%{transform:rotate(-1deg)}50%{transform:rotate(1deg)}100%{transform:rotate(-1deg)}}@-webkit-keyframes content_effect_tossing{0%{-webkit-transform:rotate(-1deg)}50%{-webkit-transform:rotate(1deg)}100%{-webkit-transform:rotate(-1deg)}}@keyframes content_effect_pulse{0%{transform:scale(.97);opacity:1}50%{transform:scale(1);opacity:1}100%{transform:scale(.97);opacity:1}}@-webkit-keyframes content_effect_pulse{0%{-webkit-transform:scale(.97);opacity:.7}50%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(.97);opacity:.7}}.animted-content-inner{position:relative;display:block;width:100%;z-index:1}.pt_plus_animated_svg .svg_inner_block{position:relative;display:inline-flex}.pt_plus_animated_svg object{max-width:100%;width:100%}.pt_plus_animated_svg object,.pt_plus_row_bg_animated_svg object,.ts-hover-draw-svg object{opacity:0}.pt_plus_row_bg_animated_svg .svg_inner_block{position:absolute}.pt_plus_animated_svg object{min-height:100%}.svg_inner_block .embed-responsive,.svg_inner_block .embed-responsive .embed-responsive-item,.svg_inner_block .embed-responsive iframe,.svg_inner_block .embed-responsive embed,.svg_inner_block .embed-responsive object,.svg_inner_block .embed-responsive video{position:relative;padding:0;height:auto}.lity-wrap{overflow:auto!important}.pop-up-btn .button-link-wrap span{position:relative;z-index:2}.pop-up-btn .button-style-7 .button-link-wrap span{position:initial}.pop-up-btn .button-style-21 .button-link-wrap:after{background:#ff004b;z-index:1}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container{min-width:auto!important}.lity-iframe-container{width:100%;height:100vh;padding-top:0%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{margin-bottom:0}.ts-icon-img{margin-bottom:10px}.flip-back,.flip-front{width:100%;height:100%;position:absolute;left:0;top:0;display:table}.flip-back .vertical-center,.flip-front .vertical-center{display:table-cell;vertical-align:middle}.flip-horizontal :hover .flip-front{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}.flip-horizontal :hover .flip-back{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.flip-horizontal .flip-back{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.bezier-flip{-webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);-moz-transition:all .5s cubic-bezier(.645,.045,.355,1);-o-transition:all .5s cubic-bezier(.645,.045,.355,1);-ms-transition:all .5s cubic-bezier(.645,.045,.355,1);transition:all .5s cubic-bezier(.645,.045,.355,1)}.padding-flip{padding:30px 40px}.origin-center{-webkit-transform-origin:center;-ms-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center}.no-backface{-webkit-backface-visibility:hidden;backface-visibility:hidden}.numtext-left{text-align:left}.numtext-center{text-align:center}.numtext-right{text-align:right}.icon-right{text-align:right}.icon-left{float:left}.icon-center{margin:0 auto}.ts-icon{display:block;position:relative;-o-transition:all 1.3s;-webkit-transition:all 1.3s;-moz-transition:all 1.3s;-ms-transition:all 1.3s;transition:all 1.3s}.icon-img-b{line-height:1;margin-bottom:15px}.service-media .icon-img-b{margin-right:15px}.border-pd{border:2px solid}.subject-color{-o-transition:all 1.3s;-webkit-transition:all 1.3s;-ms-transition:all 1.3s;-moz-transition:all 1.3s;transition:all 1.3s;margin-bottom:20px;line-height:1}.sub-subject-color{margin-bottom:20px;line-height:1}.ts-icon-1{display:block;vertical-align:middle;text-align:center;overflow:hidden}.pad-0{padding:0}.pad-5{padding:5px}.pad-30{padding:30px;padding-bottom:10px}.border-icon{display:block;position:relative;padding:30px;padding-bottom:10px}hr.hr-border{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.service-icon-style-1 .icn-txt{display:block;position:relative;width:100%;overflow:hidden}.icon-right .ts-icon-1{text-align:right}.service-icon-style-2 .icn-content{padding:20px;display:block;position:relative;background:#F9B701}.service-icon-style-2 .icn-header{display:block;position:relative;padding:20px}.service-icon-style-2 .plus-number-counter,.service-icon-style-2 .subject-color{margin-bottom:0}.service-icon-style-3 .pt_plus_animated_svg,.service-icon-style-4 .pt_plus_animated_svg{width:auto;margin-right:15px}.grid-item:focus{outline:none}.pt-plus-pagination .current{background:#313131;color:#fff}.ajax_load_more{display:block;text-align:center;width:100%;position:relative}.post-load-more{border:1px solid;padding:10px 20px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;margin:20px 0;display:inline-block;cursor:pointer;font-size:22px}.ajax_lazy_load{position:relative;display:block;width:100%;text-align:center}.post-lazy-load{padding:37px;position:relative;display:block;font-size:20px}.post-load-more.hide,.ajax_lazy_load.hide,.post-lazy-load.hide{display:none!important}.plus-all-posts-loaded{position:relative;display:block;top:0;text-align:center;font-size:18px;line-height:1;margin-top:25px;color:#313131;font-weight:500;-moz-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-o-animation:plus-hide-load 0.7s ease-in-out 5s forwards;animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}@-webkit-keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}@media (min-width:1025px){.elementor-element.elementor-element-edit-mode.elementor-hidden-desktop{opacity:.5}.pt-plus-row-set .desktop-hide,.tooltip_desktop_hide .menu-tooltip-title{display:none}}@media (max-width:1024px) and (min-width:768px){.elementor-element.elementor-element-edit-mode.elementor-hidden-tablet{opacity:.5}}@media (max-width:767px){.elementor-element.elementor-element-edit-mode.elementor-hidden-phone{opacity:.5}.plus-table-col{border:none}.plus-sort-icon:after{font-family:'Font Awesome 5 Free'!important;font-weight:600}.sorting .plus-sort-icon:after{content:"\f0dc"}.sorting_asc .plus-sort-icon:after{content:"\f0de"}.sorting_desc .plus-sort-icon:after{content:"\f0dd"}}@media (min-width:601px) and (max-width:1024px){.text--tabletleft{text-align:left!important;margin-left:0!important}.text--tabletcenter{text-align:center!important;margin:0 auto!important}.text--tabletright{text-align:right!important;margin-right:0!important}.text--tabletjustify{text-align:justify!important}.elementor-widget-tp-heading-title.text--tabletleft .seprator.sep-l,.elementor-widget-tp-heading-title.text--tabletjustify .seprator.sep-l{margin-left:0}.elementor-widget-tp-heading-title.text--tabletcenter .seprator.sep-l{margin:0 auto}.elementor-widget-tp-heading-title.text--tabletright .seprator.sep-l{margin-right:0}.pt-plus-row-set .tablet-hide,.tooltip_tablet_hide .menu-tooltip-title{display:none}}@media (max-width:600px){.text--mobileleft{text-align:left!important;margin-left:0!important}.text--mobilecenter{text-align:center!important;margin:0 auto!important}.text--mobileright{text-align:right!important;margin-right:0!important}.text--mobilejustify{text-align:justify!important}.elementor-widget-tp-heading-title.text--mobileleft .seprator.sep-l,.elementor-widget-tp-heading-title.text--mobilejustify .seprator.sep-l{margin-left:0}.elementor-widget-tp-heading-title.text--mobilecenter .seprator.sep-l{margin:0 auto}.elementor-widget-tp-heading-title.text--mobileright .seprator.sep-l{margin-right:0}.plus-advance-heading{display:block;position:relative}.dataTables_length.plus-tbl-entry-wrapper.plus-table-info{display:flex;position:relative;align-items:center;justify-content:center;margin-bottom:10px}.dataTables_filter.plus-tbl-search-wrapper.plus-table-info{display:flex;position:relative;align-items:center;justify-content:center}}@media (min-width:991px){.hide-desktop{display:none}}@media (min-width:601px) and (max-width:990px){.hide-tablet{display:none}}@media (max-width:600px){.hide-mobile{display:none}}@media (max-width:767px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:33.33%!important;height:250px!important}ul.pt_plus_countdown li{margin:0 10px 20px}.service-flipbox,.service-flipbox-holder{cursor:pointer}.pt_plus_social_list.style-14 ul.social_list li{width:130px;display:inline-block}.pt_plus_social_list.style-14 .social_list{flex-wrap:wrap}.pt-plus-row-set .mobile-hide,.tooltip_mobile_hide .menu-tooltip-title{display:none}.post-inner-loop.tp-row{margin-right:-10px;margin-left:-10px}}@media (max-width:660px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:50%!important;height:300px!important}#wpadminbar{position:fixed}}@media (max-width:480px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:100%!important;height:420px!important}}@media (max-width:375px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{height:300px!important}}.ajax_lazy_load .post-lazy-load .tp-spin-ring{display:inline-block;position:relative;width:80px;height:80px}.ajax_lazy_load .post-lazy-load .tp-spin-ring div{box-sizing:border-box;display:block;position:absolute;width:32px;height:32px;margin:8px;border:2px solid #000;border-radius:50%;animation:tp-spin-ring-animation 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#000 transparent transparent transparent}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(1){animation-delay:-0.45s}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(2){animation-delay:-0.3s}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(3){animation-delay:-0.15s}@keyframes tp-spin-ring-animation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
|
1 |
+
.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.animate-general{opacity:0}*:not(.elementor-editor-active) .plus-conditions--hidden{display:none}body.plus_row_scroll_overflow{overflow-x:hidden}section.plus_row_scroll_overflow{overflow:hidden!important}.elementor-widget-video .elementor-wrapper .fluidvids{position:initial}.fluidvids{width:100%;max-width:100%;position:relative}.fluidvids-item{position:absolute;top:0;left:0;width:100%;height:100%}.wpb_video_wrapper .fluidvids{position:initial}.elementor-widget-wrap .js-tilt[data-tilt]:hover{box-shadow:none}.elementor-widget-wrap .js-tilt[data-tilt]{transition:initial}.plus-widget-wrapper .plus-widget-inner-tilt{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:perspective(500px);transform:perspective(500px);position:relative;display:block}h3.theplus-posts-not-found{font-size:14px;background:#8072fc;padding:10px;text-align:center;line-height:25px;border-radius:3px;box-shadow:0 5px 30px -5px #8072fc;color:#fff}.plus-sticky-column-sticky{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.magic-scroll .parallax-scroll,.magic-scroll .scale-scroll,.magic-scroll .both-scroll,.plus-list-adv-typo-block .plus-adv-text-typo.parallax-scroll{-webkit-transition:-webkit-transform 1.3s ease .0s;-ms-transition:-ms-transform 1.3s ease .0s;-moz-transition:-moz-transform 1.3s ease .0s;-o-transition:-o-transform 1.3s ease .0s;transition:transform 1.3s ease .0s;will-change:transform}.pt-plus-reveal.animated{display:block;position:relative}.heading-title.pt-plus-reveal{display:inline-block}.pt-plus-reveal.animated::before{content:'';background:#313131;position:absolute;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0% 0% 0;-webkit-animation:pt-plus-reveal 2s 800ms cubic-bezier(0,0,.2,1) both;animation:pt-plus-reveal 2s 800ms cubic-bezier(0,0,.2,1) both;z-index:11}.pt-plus-reveal.animated::after{content:'';background:#ff214f;position:absolute;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0% 0% 0;-webkit-animation:pt-plus-reveal 2s 400ms cubic-bezier(0,0,.2,1) both;animation:pt-plus-reveal 2s 400ms cubic-bezier(0,0,.2,1) both;z-index:1}@-webkit-keyframes pt-plus-reveal{0%{transform:scaleX(0)}50%{transform:scaleX(1);transform-origin:0% 0% 0}51%{transform-origin:100% 50% 0}100%{transform:scaleX(0);transform-origin:100% 50% 0}}@keyframes pt-plus-reveal{0%{transform:scaleX(0)}50%{transform:scaleX(1);transform-origin:0% 0% 0}51%{transform-origin:100% 50% 0}100%{transform:scaleX(0);transform-origin:100% 50% 0}}.image-floating,.hover_floating,.image-tossing,.hover_tossing,.image-pulse,.hover_pulse{display:inline-block;animation-duration:1.5s;-webkit-animation-duration:1.5s}.image-floating,.hover_floating:hover{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-tossing,.hover_tossing:hover{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-pulse,.hover_pulse:hover{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-rotating,.hover_rotating:hover{animation-name:continue-rotating;-webkit-animation-name:rotating;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;animation-duration:8s;-webkit-animation-duration:8s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.image-drop_waves:after,.hover_drop_waves:after{content:'';background:#ff214f;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;z-index:-1;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.image-drop_waves:after,.hover_drop_waves:hover:after{-webkit-animation-name:content-icon-float-away;animation-name:content-icon-float-away}@-webkit-keyframes content-icon-float-away{0%{opacity:.8}100%{opacity:0;-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes content-icon-float-away{0%{opacity:.8}100%{opacity:0;-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes continue-rotating{from{-webkit-transform:rotate(0deg) translate(-10px) rotate(0deg);-moz-transform:rotate(0deg) translate(-10px) rotate(0deg);-ms-transform:rotate(0deg) translate(-10px) rotate(0deg);-o-transform:rotate(0deg) translate(-10px) rotate(0deg);transform:rotate(0deg) translate(-10px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translate(-10px) rotate(-360deg);-moz-transform:rotate(360deg) translate(-10px) rotate(-360deg);-ms-transform:rotate(360deg) translate(-10px) rotate(-360deg);-o-transform:rotate(360deg) translate(-10px) rotate(-360deg);transform:rotate(360deg) translate(-10px) rotate(-360deg)}}@-webkit-keyframes continue-rotating{from{-webkit-transform:rotate(0deg) translate(-10px) rotate(0deg);-moz-transform:rotate(0deg) translate(-10px) rotate(0deg);-ms-transform:rotate(0deg) translate(-10px) rotate(0deg);-o-transform:rotate(0deg) translate(-10px) rotate(0deg);transform:rotate(0deg) translate(-10px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translate(-10px) rotate(-360deg);-moz-transform:rotate(360deg) translate(-10px) rotate(-360deg);-ms-transform:rotate(360deg) translate(-10px) rotate(-360deg);-o-transform:rotate(360deg) translate(-10px) rotate(-360deg);transform:rotate(360deg) translate(-10px) rotate(-360deg)}}.floating{animation-name:content_effect_floating;-webkit-animation-name:content_effect_floating;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.tossing{animation-name:content_effect_tossing;-webkit-animation-name:content_effect_tossing;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.pulse{animation-name:content_effect_pulse;-webkit-animation-name:content_effect_pulse;animation-duration:2.2s;-webkit-animation-duration:2.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.rotate-continue{-webkit-animation-name:rotating;-webkit-animation-duration:10s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotating;-moz-animation-duration:10s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;animation-name:rotating;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:linear}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotating{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes content_effect_floating{0%{transform:translateY(0%)}50%{transform:translateY(2%)}100%{transform:translateY(0%)}}@-webkit-keyframes content_effect_floating{0%{-webkit-transform:translateY(0%)}50%{-webkit-transform:translateY(2%)}100%{-webkit-transform:translateY(0%)}}@keyframes content_effect_tossing{0%{transform:rotate(-1deg)}50%{transform:rotate(1deg)}100%{transform:rotate(-1deg)}}@-webkit-keyframes content_effect_tossing{0%{-webkit-transform:rotate(-1deg)}50%{-webkit-transform:rotate(1deg)}100%{-webkit-transform:rotate(-1deg)}}@keyframes content_effect_pulse{0%{transform:scale(.97);opacity:1}50%{transform:scale(1);opacity:1}100%{transform:scale(.97);opacity:1}}@-webkit-keyframes content_effect_pulse{0%{-webkit-transform:scale(.97);opacity:.7}50%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(.97);opacity:.7}}.animted-content-inner{position:relative;display:block;width:100%;z-index:1}.pt_plus_animated_svg .svg_inner_block{position:relative;display:inline-flex}.pt_plus_animated_svg object{max-width:100%;width:100%}.pt_plus_animated_svg object,.pt_plus_row_bg_animated_svg object,.ts-hover-draw-svg object{opacity:0}.pt_plus_row_bg_animated_svg .svg_inner_block{position:absolute}.pt_plus_animated_svg object{min-height:100%}.svg_inner_block .embed-responsive,.svg_inner_block .embed-responsive .embed-responsive-item,.svg_inner_block .embed-responsive iframe,.svg_inner_block .embed-responsive embed,.svg_inner_block .embed-responsive object,.svg_inner_block .embed-responsive video{position:relative;padding:0;height:auto}.lity-wrap{overflow:auto!important}.pop-up-btn .button-link-wrap span{position:relative;z-index:2}.pop-up-btn .button-style-7 .button-link-wrap span{position:initial}.pop-up-btn .button-style-21 .button-link-wrap:after{background:#ff004b;z-index:1}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container{min-width:auto!important}.lity-iframe-container{width:100%;height:100vh;padding-top:0%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{margin-bottom:0}.ts-icon-img{margin-bottom:10px;position:relative}.flip-back,.flip-front{width:100%;height:100%;position:absolute;left:0;top:0;display:table}.flip-back .vertical-center,.flip-front .vertical-center{display:table-cell;vertical-align:middle}.flip-horizontal :hover .flip-front{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}.flip-horizontal :hover .flip-back{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.flip-horizontal .flip-back{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.bezier-flip{-webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);-moz-transition:all .5s cubic-bezier(.645,.045,.355,1);-o-transition:all .5s cubic-bezier(.645,.045,.355,1);-ms-transition:all .5s cubic-bezier(.645,.045,.355,1);transition:all .5s cubic-bezier(.645,.045,.355,1)}.padding-flip{padding:30px 40px}.origin-center{-webkit-transform-origin:center;-ms-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center}.no-backface{-webkit-backface-visibility:hidden;backface-visibility:hidden}.numtext-left{text-align:left}.numtext-center{text-align:center}.numtext-right{text-align:right}.icon-right{text-align:right}.icon-left{float:left}.icon-center{margin:0 auto}.ts-icon{display:block;position:relative;-o-transition:all 1.3s;-webkit-transition:all 1.3s;-moz-transition:all 1.3s;-ms-transition:all 1.3s;transition:all 1.3s}.icon-img-b{line-height:1;margin-bottom:15px}.service-media .icon-img-b{margin-right:15px}.border-pd{border:2px solid}.subject-color{-o-transition:all 1.3s;-webkit-transition:all 1.3s;-ms-transition:all 1.3s;-moz-transition:all 1.3s;transition:all 1.3s;margin-bottom:20px;line-height:1}.sub-subject-color{margin-bottom:20px;line-height:1}.ts-icon-1{display:block;vertical-align:middle;text-align:center;overflow:hidden}.pad-0{padding:0}.pad-5{padding:5px}.pad-30{padding:30px;padding-bottom:10px}.border-icon{display:block;position:relative;padding:30px;padding-bottom:10px}hr.hr-border{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.service-icon-style-1 .icn-txt{display:block;position:relative;width:100%;overflow:hidden}.icon-right .ts-icon-1{text-align:right}.service-icon-style-2 .icn-content{padding:20px;display:block;position:relative;background:#F9B701}.service-icon-style-2 .icn-header{display:block;position:relative;padding:20px}.service-icon-style-2 .plus-number-counter,.service-icon-style-2 .subject-color{margin-bottom:0}.service-icon-style-3 .pt_plus_animated_svg,.service-icon-style-4 .pt_plus_animated_svg{width:auto;margin-right:15px}.grid-item:focus{outline:none}.pt-plus-pagination .current{background:#313131;color:#fff}.ajax_load_more{display:block;text-align:center;width:100%;position:relative}.post-load-more,.ajax_load_more .tp-morefilter{border:1px solid;padding:10px 20px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;margin:20px 0;display:inline-block;cursor:pointer;font-size:22px}.ajax_lazy_load{position:relative;display:block;width:100%;text-align:center}.post-lazy-load,.tp-morefilter{padding:37px;position:relative;display:block;font-size:20px}.ajax_load_more .tp-morefilter {display: inline-block;}.post-load-more.hide,.ajax_lazy_load.hide,.post-lazy-load.hide,.ajax_load_more .tp-morefilter.hide{display:none!important}.plus-all-posts-loaded{position:relative;display:block;top:0;text-align:center;font-size:18px;line-height:1;margin-top:25px;color:#313131;font-weight:500;-moz-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation:plus-hide-load 0.7s ease-in-out 5s forwards;-o-animation:plus-hide-load 0.7s ease-in-out 5s forwards;animation:plus-hide-load 0.7s ease-in-out 5s forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}@-webkit-keyframes plus-hide-load{0%{opacity:1}50%{opacity:0;top:-25px}100%{opacity:0;width:0;height:0;margin-top:0;display:none}}@media (min-width:1025px){.elementor-element.elementor-element-edit-mode.elementor-hidden-desktop{opacity:.5}.pt-plus-row-set .desktop-hide,.tooltip_desktop_hide .menu-tooltip-title{display:none}}@media (max-width:1024px) and (min-width:768px){.elementor-element.elementor-element-edit-mode.elementor-hidden-tablet{opacity:.5}}@media (max-width:767px){.elementor-element.elementor-element-edit-mode.elementor-hidden-phone{opacity:.5}.plus-table-col{border:none}.plus-sort-icon:after{font-family:'Font Awesome 5 Free'!important;font-weight:600}.sorting .plus-sort-icon:after{content:"\f0dc"}.sorting_asc .plus-sort-icon:after{content:"\f0de"}.sorting_desc .plus-sort-icon:after{content:"\f0dd"}}@media (min-width:601px) and (max-width:1024px){.text--tabletleft{text-align:left!important;margin-left:0!important}.text--tabletcenter{text-align:center!important;margin:0 auto!important}.text--tabletright{text-align:right!important;margin-right:0!important}.text--tabletjustify{text-align:justify!important}.elementor-widget-tp-heading-title.text--tabletleft .seprator.sep-l,.elementor-widget-tp-heading-title.text--tabletjustify .seprator.sep-l{margin-left:0}.elementor-widget-tp-heading-title.text--tabletcenter .seprator.sep-l{margin:0 auto}.elementor-widget-tp-heading-title.text--tabletright .seprator.sep-l{margin-right:0}.pt-plus-row-set .tablet-hide,.tooltip_tablet_hide .menu-tooltip-title{display:none}}@media (max-width:600px){.text--mobileleft{text-align:left!important;margin-left:0!important}.text--mobilecenter{text-align:center!important;margin:0 auto!important}.text--mobileright{text-align:right!important;margin-right:0!important}.text--mobilejustify{text-align:justify!important}.elementor-widget-tp-heading-title.text--mobileleft .seprator.sep-l,.elementor-widget-tp-heading-title.text--mobilejustify .seprator.sep-l{margin-left:0}.elementor-widget-tp-heading-title.text--mobilecenter .seprator.sep-l{margin:0 auto}.elementor-widget-tp-heading-title.text--mobileright .seprator.sep-l{margin-right:0}.plus-advance-heading{display:block;position:relative}.dataTables_length.plus-tbl-entry-wrapper.plus-table-info{display:flex;position:relative;align-items:center;justify-content:center;margin-bottom:10px}.dataTables_filter.plus-tbl-search-wrapper.plus-table-info{display:flex;position:relative;align-items:center;justify-content:center}}@media (min-width:991px){.hide-desktop{display:none}}@media (min-width:601px) and (max-width:990px){.hide-tablet{display:none}}@media (max-width:600px){.hide-mobile{display:none}}@media (max-width:767px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:33.33%!important;height:250px!important}ul.pt_plus_countdown li{margin:0 10px 20px}.service-flipbox,.service-flipbox-holder{cursor:pointer}.pt_plus_social_list.style-14 ul.social_list li{width:130px;display:inline-block}.pt_plus_social_list.style-14 .social_list{flex-wrap:wrap}.pt-plus-row-set .mobile-hide,.tooltip_mobile_hide .menu-tooltip-title{display:none}.post-inner-loop.tp-row{margin-right:-10px;margin-left:-10px}}@media (max-width:660px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:50%!important;height:300px!important}#wpadminbar{position:fixed}}@media (max-width:480px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:100%!important;height:420px!important}}@media (max-width:375px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{height:300px!important}}.ajax_lazy_load .post-lazy-load .tp-spin-ring,.ajax_lazy_load .tp-morefilter .tp-spin-ring{display:inline-block;position:relative;width:80px;height:80px}.ajax_lazy_load .post-lazy-load .tp-spin-ring div,.ajax_lazy_load .tp-morefilter .tp-spin-ring div{box-sizing:border-box;display:block;position:absolute;width:32px;height:32px;margin:8px;border:2px solid #000;border-radius:50%;animation:tp-spin-ring-animation 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#000 transparent transparent transparent}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(1),.ajax_lazy_load .tp-morefilter .tp-spin-ring div:nth-child(1){animation-delay:-0.45s}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(2),.ajax_lazy_load .tp-morefilter .tp-spin-ring div:nth-child(2){animation-delay:-0.3s}.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(3),.ajax_lazy_load .tp-morefilter .tp-spin-ring div:nth-child(3){animation-delay:-0.15s}@keyframes tp-spin-ring-animation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
|
assets/css/main/social-icon/plus-social-icon.css
CHANGED
@@ -1,184 +1,987 @@
|
|
1 |
/*------ social element----------*/
|
2 |
.pt_plus_social_list {
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
}
|
7 |
.pt_plus_social_list ul.social_list {
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
}
|
14 |
.pt_plus_social_list ul.social_list li {
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
}
|
24 |
.pt_plus_social_list ul.social_list li .social-loop-inner {
|
25 |
-
|
26 |
-
|
27 |
}
|
28 |
.pt_plus_social_list ul.social_list li a {
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
}
|
38 |
.pt_plus_social_list.text-center ul.social_list{
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
}
|
44 |
.pt_plus_social_list.text-left ul.social_list{
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
}
|
50 |
.pt_plus_social_list.text-right ul.social_list {
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
}
|
|
|
|
|
56 |
/*----------style 2------------*/
|
57 |
.pt_plus_social_list.style-2 ul.social_list,.pt_plus_social_list.style-4 ul.social_list,.pt_plus_social_list.style-5 ul.social_list,.pt_plus_social_list.style-8 ul.social_list,.pt_plus_social_list.style-9 ul.social_list,.pt_plus_social_list.style-10 ul.social_list,.pt_plus_social_list.style-11 ul.social_list,.pt_plus_social_list.style-12 ul.social_list{
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
}
|
65 |
.pt_plus_social_list.style-2 li {
|
66 |
-
|
67 |
-
|
68 |
}
|
69 |
.pt_plus_social_list.style-2 ul.social_list li a {
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
}
|
84 |
.pt_plus_social_list.style-2 ul.social_list li:hover a {
|
85 |
-
|
86 |
}
|
87 |
.pt_plus_social_list.style-2 ul.social_list li a i.fa {
|
88 |
-
|
89 |
}
|
90 |
.pt_plus_social_list.style-2 ul.social_list li:last-child a{
|
91 |
-
|
92 |
}
|
93 |
/*----------style 2------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
/*--------style custom ---------*/
|
95 |
.pt_plus_social_list.custom ul.social_list {
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
}
|
103 |
.pt_plus_social_list.custom ul.social_list li{
|
104 |
-
|
105 |
}
|
106 |
.pt_plus_social_list.custom ul.social_list li a > span {
|
107 |
-
|
108 |
}
|
109 |
.pt_plus_social_list.custom ul.social_list li .social-loop-inner{
|
110 |
-
|
111 |
}
|
112 |
.pt_plus_social_list.custom ul.social_list li a {
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
}
|
130 |
/*--------style custom ---------*/
|
131 |
.pt_plus_social_list ul.social_list li:last-child a ,.pt_plus_social_list.style-9 ul.social_list li:last-child ,.pt_plus_social_list.style-10 ul.social_list li:last-child ,.pt_plus_social_list.style-11 ul.social_list li:last-child ,.pt_plus_social_list.style-12 ul.social_list li:last-child {
|
132 |
-
|
133 |
}
|
134 |
/*------ social element----------*/
|
135 |
/*------ social element----------*/
|
136 |
@media (min-width:767px) and (max-width:1024px){
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
}
|
169 |
|
170 |
@media (max-width:766px){
|
171 |
.msocialtext-left {
|
172 |
-
|
173 |
-
|
174 |
}
|
175 |
.msocialtext-center {
|
176 |
-
|
177 |
-
|
178 |
}
|
179 |
.msocialtext-right {
|
180 |
-
|
181 |
-
|
182 |
}
|
183 |
.pt_plus_social_list.msocialtext-center ul.social_list{
|
184 |
-webkit-justify-content: center !important;
|
@@ -187,15 +990,40 @@
|
|
187 |
justify-content: center !important;
|
188 |
}
|
189 |
.pt_plus_social_list.msocialtext-left ul.social_list{
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
}
|
195 |
.pt_plus_social_list.msocialtext-right ul.social_list {
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
|
|
200 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
}
|
1 |
/*------ social element----------*/
|
2 |
.pt_plus_social_list {
|
3 |
+
position: relative;
|
4 |
+
display: block;
|
5 |
+
padding: 0;
|
6 |
}
|
7 |
.pt_plus_social_list ul.social_list {
|
8 |
+
display: inline-block;
|
9 |
+
padding: 0;
|
10 |
+
margin: 0;
|
11 |
+
position: relative;
|
12 |
+
list-style: none;
|
13 |
}
|
14 |
.pt_plus_social_list ul.social_list li {
|
15 |
+
position: relative;
|
16 |
+
font-size: 20px;
|
17 |
+
text-align: center;
|
18 |
+
display: inline-block;
|
19 |
+
width: auto;
|
20 |
+
height: auto;
|
21 |
+
line-height: unset;
|
22 |
+
top: auto;
|
23 |
}
|
24 |
.pt_plus_social_list ul.social_list li .social-loop-inner {
|
25 |
+
position: relative;
|
26 |
+
overflow:hidden;
|
27 |
}
|
28 |
.pt_plus_social_list ul.social_list li a {
|
29 |
+
font-size: 20px;
|
30 |
+
color: #28262b;
|
31 |
+
text-align: center;
|
32 |
+
width: 2.5em;
|
33 |
+
height: 2.5em;
|
34 |
+
line-height: 2.5em;
|
35 |
+
display: block;
|
36 |
+
margin-right: 10px;
|
37 |
}
|
38 |
.pt_plus_social_list.text-center ul.social_list{
|
39 |
+
-webkit-justify-content: center;
|
40 |
+
-moz-justify-content: center;
|
41 |
+
-ms-justify-content: center;
|
42 |
+
justify-content: center;
|
43 |
}
|
44 |
.pt_plus_social_list.text-left ul.social_list{
|
45 |
+
-webkit-justify-content: flex-start;
|
46 |
+
-moz-justify-content: flex-start;
|
47 |
+
-ms-justify-content: flex-start;
|
48 |
+
justify-content: flex-start;
|
49 |
}
|
50 |
.pt_plus_social_list.text-right ul.social_list {
|
51 |
+
-webkit-justify-content: flex-end;
|
52 |
+
-moz-justify-content: flex-end;
|
53 |
+
-ms-justify-content: flex-end;
|
54 |
+
justify-content: flex-end;
|
55 |
+
}
|
56 |
+
/*----------style 1------------*/
|
57 |
+
.pt_plus_social_list.style-1 ul.social_list {
|
58 |
+
display: -webkit-box;
|
59 |
+
display: -moz-box;
|
60 |
+
display: -ms-flexbox;
|
61 |
+
display: -webkit-flex;
|
62 |
+
display: flex;
|
63 |
+
flex-wrap: wrap;
|
64 |
+
}
|
65 |
+
.pt_plus_social_list.style-1 li {
|
66 |
+
display: table-cell;
|
67 |
+
float:none;
|
68 |
+
}
|
69 |
+
.pt_plus_social_list.style-1 ul.social_list li a {
|
70 |
+
padding:23px 30px;
|
71 |
+
width: 100%;
|
72 |
+
height: 100%;
|
73 |
+
line-height: 1;
|
74 |
+
background: #494949;
|
75 |
+
color: #fff;
|
76 |
+
border: 1px solid #494949;
|
77 |
+
margin-right: 0;
|
78 |
+
display: -webkit-flex;
|
79 |
+
display: -ms-flexbox;
|
80 |
+
display: flex;
|
81 |
+
-webkit-align-items: center;
|
82 |
+
-ms-flex-align: center;
|
83 |
+
align-items: center;
|
84 |
+
|
85 |
+
}
|
86 |
+
.pt_plus_social_list.style-1 ul.social_list li:hover a {
|
87 |
+
background:#000;
|
88 |
+
}
|
89 |
+
.pt_plus_social_list.style-1 ul.social_list li a i.fa {
|
90 |
+
padding-right: 10px;
|
91 |
}
|
92 |
+
|
93 |
+
/*----------style 1------------*/
|
94 |
/*----------style 2------------*/
|
95 |
.pt_plus_social_list.style-2 ul.social_list,.pt_plus_social_list.style-4 ul.social_list,.pt_plus_social_list.style-5 ul.social_list,.pt_plus_social_list.style-8 ul.social_list,.pt_plus_social_list.style-9 ul.social_list,.pt_plus_social_list.style-10 ul.social_list,.pt_plus_social_list.style-11 ul.social_list,.pt_plus_social_list.style-12 ul.social_list{
|
96 |
+
display: -webkit-box;
|
97 |
+
display: -moz-box;
|
98 |
+
display: -ms-flexbox;
|
99 |
+
display: -webkit-flex;
|
100 |
+
display: flex;
|
101 |
+
flex-wrap: wrap;
|
102 |
}
|
103 |
.pt_plus_social_list.style-2 li {
|
104 |
+
display: table-cell;
|
105 |
+
float:none;
|
106 |
}
|
107 |
.pt_plus_social_list.style-2 ul.social_list li a {
|
108 |
+
padding:15px 30px;
|
109 |
+
width: 100%;
|
110 |
+
height: 100%;
|
111 |
+
line-height: 1;
|
112 |
+
color: #494949;
|
113 |
+
margin-right: 0;
|
114 |
+
border-right: 1px solid #404040;
|
115 |
+
display: -webkit-flex;
|
116 |
+
display: -ms-flexbox;
|
117 |
+
display: flex;
|
118 |
+
-webkit-align-items: center;
|
119 |
+
-ms-flex-align: center;
|
120 |
+
align-items: center;
|
121 |
}
|
122 |
.pt_plus_social_list.style-2 ul.social_list li:hover a {
|
123 |
+
color:#000;
|
124 |
}
|
125 |
.pt_plus_social_list.style-2 ul.social_list li a i.fa {
|
126 |
+
padding-right: 10px;
|
127 |
}
|
128 |
.pt_plus_social_list.style-2 ul.social_list li:last-child a{
|
129 |
+
border-right: 0;
|
130 |
}
|
131 |
/*----------style 2------------*/
|
132 |
+
/*----------style 3------------*/
|
133 |
+
.pt_plus_social_list.style-3 ul.social_list li a {
|
134 |
+
margin-right: 0;
|
135 |
+
width: 76px;
|
136 |
+
height: 76px;
|
137 |
+
line-height: 1;
|
138 |
+
margin: 0;
|
139 |
+
}
|
140 |
+
.pt_plus_social_list.style-3 ul.social_list li {
|
141 |
+
-moz-border-radius: 50%;
|
142 |
+
-webkit-border-radius: 50%;
|
143 |
+
border-radius: 50%;
|
144 |
+
background: #404040;
|
145 |
+
border: 2px dashed black;
|
146 |
+
background-clip: content-box;
|
147 |
+
margin: 10px;
|
148 |
+
-webkit-transition:.5s ease-in-out;
|
149 |
+
-ms-transition:.5s ease-in-out;
|
150 |
+
-moz-transition:.5s ease-in-out;
|
151 |
+
-o-transition: .5s ease-in-out;
|
152 |
+
transition: .5s ease-in-out;
|
153 |
+
width: 100px;
|
154 |
+
height: 100px;
|
155 |
+
padding: 10px;
|
156 |
+
}
|
157 |
+
.pt_plus_social_list.style-3 ul.social_list li:hover{
|
158 |
+
-webkit-transform:rotate(360deg);
|
159 |
+
-ms-transform:rotate(360deg);
|
160 |
+
-moz-transform:rotate(360deg);
|
161 |
+
-o-transform: rotate(360deg);
|
162 |
+
transform: rotate(360deg);
|
163 |
+
padding: 10px;
|
164 |
+
}
|
165 |
+
.pt_plus_social_list.style-3 ul.social_list li a i.fa {
|
166 |
+
display: block;
|
167 |
+
position: absolute;
|
168 |
+
text-align: center;
|
169 |
+
top: 50%;
|
170 |
+
left: 50%;
|
171 |
+
-webkit-transform:translate(-50%, -50%);
|
172 |
+
-ms-transform:translate(-50%, -50%);
|
173 |
+
-moz-transform:translate(-50%, -50%);
|
174 |
+
-o-transform: translate(-50%, -50%);
|
175 |
+
transform: translate(-50%, -50%);
|
176 |
+
}
|
177 |
+
/*----------style 3------------*/
|
178 |
+
/*----------style 4------------*/
|
179 |
+
.pt_plus_social_list.style-4 ul.social_list li a {
|
180 |
+
width: 100%;
|
181 |
+
height: 100%;
|
182 |
+
padding: 0 15px;
|
183 |
+
margin-right: 10px;
|
184 |
+
-moz-border-radius: 6px;
|
185 |
+
-webkit-border-radius: 6px;
|
186 |
+
border-radius: 6px;
|
187 |
+
background: #404040;
|
188 |
+
color:#fff;
|
189 |
+
border: 1px solid #404040;
|
190 |
+
}
|
191 |
+
.pt_plus_social_list.style-4 ul.social_list li {
|
192 |
+
margin-right: 5px;
|
193 |
+
}
|
194 |
+
.pt_plus_social_list.style-4 ul.social_list li a i.fa, .pt_plus_social_list.style-4 ul.social_list li a span {
|
195 |
+
top: 0;
|
196 |
+
position: relative;
|
197 |
+
-webkit-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
198 |
+
-moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
199 |
+
-o-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
200 |
+
-ms-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
201 |
+
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
202 |
+
}
|
203 |
+
.pt_plus_social_list.style-4 ul.social_list li a i.fa{
|
204 |
+
position: absolute;
|
205 |
+
width: 100%;
|
206 |
+
left: 0;
|
207 |
+
right: 0;
|
208 |
+
height: 100%;
|
209 |
+
line-height:20px;
|
210 |
+
}
|
211 |
+
.pt_plus_social_list.style-4 ul.social_list li:hover a span {
|
212 |
+
top: -40px;
|
213 |
+
-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
214 |
+
-moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
215 |
+
-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
216 |
+
-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
217 |
+
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
218 |
+
}
|
219 |
+
|
220 |
+
.pt_plus_social_list.style-4 ul.social_list li a i.fa:before {
|
221 |
+
top: 100px;
|
222 |
+
text-align: center;
|
223 |
+
position: relative;
|
224 |
+
-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
225 |
+
-moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
226 |
+
-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
227 |
+
-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
228 |
+
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
229 |
+
display: inline-block;
|
230 |
+
}
|
231 |
+
.pt_plus_social_list.style-4 ul.social_list li:hover a i.fa:before {
|
232 |
+
top: 32%;
|
233 |
+
-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
234 |
+
-moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
235 |
+
-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
236 |
+
-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
237 |
+
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
|
238 |
+
}
|
239 |
+
/*----------style 4------------*/
|
240 |
+
/*----------style 5------------*/
|
241 |
+
.pt_plus_social_list.style-5 ul.social_list li {
|
242 |
+
margin-right: 10px;
|
243 |
+
}
|
244 |
+
.pt_plus_social_list.style-5 ul.social_list li a{
|
245 |
+
-webkit-border-radius: 28%;
|
246 |
+
-moz-border-radius: 28%;
|
247 |
+
border-radius: 28%;
|
248 |
+
-moz-box-shadow:0 5px 15px -5px rgba(0,0,0,0.1);
|
249 |
+
-webkit-box-shadow:0 5px 15px -5px rgba(0,0,0,0.1);
|
250 |
+
box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
|
251 |
+
opacity: 0.99;
|
252 |
+
background: #d3d3d3;
|
253 |
+
margin-right: 0;
|
254 |
+
border: 1px solid #404040;
|
255 |
+
}
|
256 |
+
.pt_plus_social_list.style-5 ul.social_list li a i.fa{
|
257 |
+
-webkit-transform: scale(0.8);
|
258 |
+
-ms-transform: scale(0.8);
|
259 |
+
-moz-transform: scale(0.8);
|
260 |
+
-o-transform: scale(0.8);
|
261 |
+
transform: scale(0.8);
|
262 |
+
|
263 |
+
}
|
264 |
+
.pt_plus_social_list.style-5 ul.social_list li:hover a i.fa{
|
265 |
+
-webkit-transform: scale(1);
|
266 |
+
-ms-transform: scale(1);
|
267 |
+
-moz-transform: scale(1);
|
268 |
+
-o-transform: scale(1);
|
269 |
+
transform: scale(1);
|
270 |
+
}
|
271 |
+
.pt_plus_social_list.style-5 ul.social_list li a,.pt_plus_social_list.style-5 ul.social_list li a i.fa{
|
272 |
+
-webkit-transition: all 0.15s ease-in-out;
|
273 |
+
-moz-transition: all 0.15s ease-in-out;
|
274 |
+
-ms-transition: all 0.15s ease-in-out;
|
275 |
+
-o-transition: all 0.15s ease-in-out;
|
276 |
+
transition: all 0.15s ease-in-out;
|
277 |
+
}
|
278 |
+
/*----------style 5------------*/
|
279 |
+
/*----------style 6------------*/
|
280 |
+
.pt_plus_social_list.style-6 ul.social_list li{
|
281 |
+
margin:5px;
|
282 |
+
overflow:visible;
|
283 |
+
}
|
284 |
+
.pt_plus_social_list.style-6 ul.social_list li .social-loop-inner{
|
285 |
+
overflow:visible;
|
286 |
+
}
|
287 |
+
.pt_plus_social_list.style-6 ul.social_list li:first-child {
|
288 |
+
margin-left: 0;
|
289 |
+
}
|
290 |
+
|
291 |
+
.pt_plus_social_list.style-6 ul.social_list li:last-child {
|
292 |
+
margin-right: 0;
|
293 |
+
}
|
294 |
+
.pt_plus_social_list.style-6 ul.social_list li a{
|
295 |
+
overflow: visible;
|
296 |
+
-webkit-transition: color .2s ease;
|
297 |
+
-moz-transition: color .2s ease;
|
298 |
+
-ms-transition: color .2s ease;
|
299 |
+
-o-transition: color .2s ease;
|
300 |
+
transition: color .2s ease;
|
301 |
+
margin:0px;
|
302 |
+
border: 1px solid #494949;
|
303 |
+
}
|
304 |
+
.pt_plus_social_list.style-6 ul.social_list li a:before {
|
305 |
+
-webkit-transition: border-color .2s ease;
|
306 |
+
-moz-transition: border-color .2s ease;
|
307 |
+
-ms-transition: border-color .2s ease;
|
308 |
+
-o-transition: border-color .2s ease;
|
309 |
+
transition: border-color .2s ease;
|
310 |
+
z-index: 1;
|
311 |
+
}
|
312 |
+
.pt_plus_social_list.style-6 ul.social_list li a:before {
|
313 |
+
position: absolute;
|
314 |
+
width: inherit;
|
315 |
+
height: inherit;
|
316 |
+
top: 0;
|
317 |
+
left: 0;
|
318 |
+
color: inherit;
|
319 |
+
-moz-border-radius: inherit;
|
320 |
+
-webkit-border-radius: inherit;
|
321 |
+
border-radius: inherit;
|
322 |
+
content:'';
|
323 |
+
}
|
324 |
+
.pt_plus_social_list.style-6 .social-hover-style{
|
325 |
+
position: absolute;
|
326 |
+
width: inherit;
|
327 |
+
height: inherit;
|
328 |
+
line-height: inherit;
|
329 |
+
-moz-border-radius:inherit;
|
330 |
+
-webkit-border-radius:inherit;
|
331 |
+
border-radius: inherit;
|
332 |
+
}
|
333 |
+
.pt_plus_social_list.style-6 .social-hover-style{
|
334 |
+
top: 0;
|
335 |
+
left: 0;
|
336 |
+
-webkit-transform: scale(1.3);
|
337 |
+
-ms-transform: scale(1.3);
|
338 |
+
-moz-transform: scale(1.3);
|
339 |
+
-o-transform: scale(1.3);
|
340 |
+
transform: scale(1.3);
|
341 |
+
opacity: 0;
|
342 |
+
visibility: hidden;
|
343 |
+
-webkit-transition: all .2s ease;
|
344 |
+
-moz-transition: all .2s ease;
|
345 |
+
-o-transition:all .2s ease;
|
346 |
+
-ms-transition:all .2s ease;
|
347 |
+
transition: all .2s ease;
|
348 |
+
}
|
349 |
+
.pt_plus_social_list.style-6 li:hover .social-hover-style{
|
350 |
+
-webkit-transform: scale(1);
|
351 |
+
-ms-transform: scale(1);
|
352 |
+
-moz-transform: scale(1);
|
353 |
+
-o-transform: scale(1);
|
354 |
+
transform: scale(1);
|
355 |
+
opacity: 1;
|
356 |
+
visibility: visible;
|
357 |
+
}
|
358 |
+
.pt_plus_social_list.style-6 ul.social_list li .fa{
|
359 |
+
position: relative;
|
360 |
+
z-index: 1;
|
361 |
+
}
|
362 |
+
/*----------style 6------------*/
|
363 |
+
/*----------style 7------------*/
|
364 |
+
.pt_plus_social_list.style-7 {
|
365 |
+
overflow: visible;
|
366 |
+
}
|
367 |
+
.pt_plus_social_list.style-7 ul.social_list li a{
|
368 |
+
-webkit-box-shadow: 0px 0px 0px 0px transparent;
|
369 |
+
-moz-box-shadow: 0px 0px 0px 0px transparent;
|
370 |
+
box-shadow: 0px 0px 0px 0px transparent;
|
371 |
+
-webkit-transform: scale(1);
|
372 |
+
-moz-transition: scale(1);
|
373 |
+
-o-transition:scale(1);
|
374 |
+
-ms-transition:scale(1);
|
375 |
+
transform: scale(1);
|
376 |
+
top: 0;
|
377 |
+
-webkit-transition: all .2s ease;
|
378 |
+
-moz-transition: all .2s ease;
|
379 |
+
-ms-transition: all .2s ease;
|
380 |
+
-o-transition: all .2s ease;
|
381 |
+
transition: all .2s ease;
|
382 |
+
border: 1px solid #404040;
|
383 |
+
margin:0;
|
384 |
+
}
|
385 |
+
.pt_plus_social_list.style-7 ul.social_list li:hover a{
|
386 |
+
-webkit-box-shadow: 0px 5px 15px 0px rgba(27,27,27,0.3);
|
387 |
+
-moz-box-shadow: 0px 5px 15px 0px rgba(27,27,27,0.3);
|
388 |
+
box-shadow: 0px 5px 15px 0px rgba(27,27,27,0.3);
|
389 |
+
-webkit-transform: scale(1.08);
|
390 |
+
-ms-transform: scale(1.08);
|
391 |
+
-moz-transform: scale(1.08);
|
392 |
+
-o-transform: scale(1.08);
|
393 |
+
transform: scale(1.08);
|
394 |
+
}
|
395 |
+
.pt_plus_social_list.style-7 ul.social_list li{
|
396 |
+
margin:0 5px;
|
397 |
+
}
|
398 |
+
.pt_plus_social_list.style-7 ul.social_list li,.pt_plus_social_list.style-7 ul.social_list li .social-loop-inner{
|
399 |
+
overflow:visible;
|
400 |
+
}
|
401 |
+
/*----------style 7------------*/
|
402 |
+
/*----------style 8------------*/
|
403 |
+
.pt_plus_social_list.style-8 ul.social_list li a{
|
404 |
+
-moz-border-radius:50%;
|
405 |
+
-webkit-border-radius:50%;
|
406 |
+
border-radius: 50%;
|
407 |
+
-webkit-transition: border-radius .5s ease;
|
408 |
+
-moz-transition: border-radius .5s ease;
|
409 |
+
-moz-transition: border-radius .5s ease;
|
410 |
+
-ms-transition: border-radius .5s ease;
|
411 |
+
transition: border-radius .5s ease;
|
412 |
+
background:#404040;
|
413 |
+
color:#fff;
|
414 |
+
border: 1px solid #404040;
|
415 |
+
}
|
416 |
+
.pt_plus_social_list.style-8 ul.social_list li:hover a{
|
417 |
+
-moz-border-radius: 2px;
|
418 |
+
-webkit-border-radius: 2px;
|
419 |
+
border-radius: 2px;
|
420 |
+
}
|
421 |
+
.pt_plus_social_list.style-8 ul.social_list li{
|
422 |
+
margin:0 5px;
|
423 |
+
}
|
424 |
+
/*----------style 8------------*/
|
425 |
+
/*----------style 9------------*/
|
426 |
+
.pt_plus_social_list.style-9 ul.social_list li a{
|
427 |
+
-webkit-transition: color .2s ease;
|
428 |
+
-moz-transition: color .2s ease;
|
429 |
+
-o-transition:color .2s ease;
|
430 |
+
-ms-transition:color .2s ease;
|
431 |
+
transition: color .2s ease;
|
432 |
+
margin:0px;
|
433 |
+
}
|
434 |
+
|
435 |
+
|
436 |
+
.pt_plus_social_list.style-9 ul.social_list li {
|
437 |
+
margin-right:10px;
|
438 |
+
overflow:visible;
|
439 |
+
}
|
440 |
+
|
441 |
+
.pt_plus_social_list.style-9 a span.line-top-left,.pt_plus_social_list.style-9 a span.line-top-center,.pt_plus_social_list.style-9 a span.line-top-right,.pt_plus_social_list.style-9 a span.line-bottom-left,.pt_plus_social_list.style-9 a span.line-bottom-center,.pt_plus_social_list.style-9 a span.line-bottom-right {
|
442 |
+
position: absolute;
|
443 |
+
width: 12px;
|
444 |
+
height: 12px;
|
445 |
+
background: transparent;
|
446 |
+
}
|
447 |
+
|
448 |
+
.pt_plus_social_list.style-9 a span.line-top-left:before,.pt_plus_social_list.style-9 a span.line-top-center:before,.pt_plus_social_list.style-9 a span.line-top-right:before,.pt_plus_social_list.style-9 a span.line-bottom-left:before,.pt_plus_social_list.style-9 a span.line-bottom-center:before,.pt_plus_social_list.style-9 a span.line-bottom-right:before {
|
449 |
+
content: "";
|
450 |
+
position: absolute;
|
451 |
+
left: 50%;
|
452 |
+
width: 1px;
|
453 |
+
}
|
454 |
+
.pt_plus_social_list.style-9 a span.line-bottom-left:before,.pt_plus_social_list.style-9 a span.line-bottom-center:before,.pt_plus_social_list.style-9 a span.line-bottom-right:before {
|
455 |
+
bottom: 100%;
|
456 |
+
top: 0;
|
457 |
+
-webkit-transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
|
458 |
+
-moz-transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
|
459 |
+
-o-transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
|
460 |
+
-ms-transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
|
461 |
+
transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
|
462 |
+
}
|
463 |
+
.pt_plus_social_list.style-9 a span.line-top-left:before,.pt_plus_social_list.style-9 a span.line-top-center:before,.pt_plus_social_list.style-9 a span.line-top-right:before {
|
464 |
+
bottom: 0;
|
465 |
+
top: 100%;
|
466 |
+
-webkit-transition: top .2s ease-in-out, bottom .2s ease-in-out .1s;
|
467 |
+
-moz-transition: top .2s ease-in-out, bottom .2s ease-in-out .1s;
|
468 |
+
-o-transition:top .2s ease-in-out, bottom .2s ease-in-out .1s;
|
469 |
+
-ms-transition:top .2s ease-in-out, bottom .2s ease-in-out .1s;
|
470 |
+
transition: top .2s ease-in-out, bottom .2s ease-in-out .1s;
|
471 |
+
}
|
472 |
+
.pt_plus_social_list.style-9 a:hover .line-top-left:before, .pt_plus_social_list.style-9 a:hover .line-top-center:before,.pt_plus_social_list.style-9 a:hover .line-top-right:before {
|
473 |
+
top: 0;
|
474 |
+
bottom: 100%;
|
475 |
+
}
|
476 |
+
.pt_plus_social_list.style-9 a:hover .line-bottom-left:before, .pt_plus_social_list.style-9 a:hover .line-bottom-center:before,.pt_plus_social_list.style-9 a:hover .line-bottom-right:before {
|
477 |
+
top: 100%;
|
478 |
+
bottom: 0;
|
479 |
+
}
|
480 |
+
.pt_plus_social_list.style-9 a span.line-top-left {
|
481 |
+
top: 8px;
|
482 |
+
left: 0;
|
483 |
+
-webkit-transform: rotate(-55deg);
|
484 |
+
-ms-transform:rotate(-55deg);
|
485 |
+
-moz-transform:rotate(-55deg);
|
486 |
+
-o-transform: rotate(-55deg);
|
487 |
+
transform: rotate(-55deg);
|
488 |
+
}
|
489 |
+
|
490 |
+
.pt_plus_social_list.style-9 a span.line-top-center {
|
491 |
+
top: 0;
|
492 |
+
left: 50%;
|
493 |
+
margin-left: -6px;
|
494 |
+
}
|
495 |
+
|
496 |
+
.pt_plus_social_list.style-9 a span.line-top-right {
|
497 |
+
top: 8px;
|
498 |
+
right: 0;
|
499 |
+
-webkit-transform: rotate(55deg);
|
500 |
+
-ms-transform: rotate(55deg);
|
501 |
+
-moz-transform: rotate(55deg);
|
502 |
+
-o-transform: rotate(55deg);
|
503 |
+
transform: rotate(55deg);
|
504 |
+
}
|
505 |
+
|
506 |
+
.pt_plus_social_list.style-9 a span.line-bottom-left {
|
507 |
+
bottom: 8px;
|
508 |
+
left: 0;
|
509 |
+
-webkit-transform: rotate(55deg);
|
510 |
+
-ms-transform:rotate(55deg);
|
511 |
+
-moz-transform:rotate(55deg);
|
512 |
+
-o-transform: rotate(55deg);
|
513 |
+
transform: rotate(55deg);
|
514 |
+
}
|
515 |
+
|
516 |
+
.pt_plus_social_list.style-9 a span.line-bottom-center {
|
517 |
+
bottom: 0;
|
518 |
+
left: 50%;
|
519 |
+
margin-left: -6px;
|
520 |
+
}
|
521 |
+
|
522 |
+
.pt_plus_social_list.style-9 a span.line-bottom-right {
|
523 |
+
bottom: 8px;
|
524 |
+
right: 0;
|
525 |
+
-webkit-transform: rotate(-55deg);
|
526 |
+
-ms-transform:rotate(-55deg);
|
527 |
+
-moz-transform:rotate(-55deg);
|
528 |
+
-o-transform: rotate(-55deg);
|
529 |
+
transform: rotate(-55deg);
|
530 |
+
}
|
531 |
+
.pt_plus_social_list.style-9 a span:before {
|
532 |
+
background: #f06eaa;
|
533 |
+
}
|
534 |
+
/*--------style-9---------*/
|
535 |
+
/*--------style-10---------*/
|
536 |
+
.pt_plus_social_list.style-10 ul.social_list li a{
|
537 |
+
position:relative;
|
538 |
+
margin-right:0px;
|
539 |
+
background: #404040;
|
540 |
+
color:#fff;
|
541 |
+
width: 4em;
|
542 |
+
height: 4em;
|
543 |
+
line-height: 4em;
|
544 |
+
-moz-border-radius:5px;
|
545 |
+
-webkit-border-radius:5px;
|
546 |
+
border-radius: 5px;
|
547 |
+
}
|
548 |
+
.pt_plus_social_list.style-10 li span {
|
549 |
+
line-height: 20px !important;
|
550 |
+
}
|
551 |
+
.pt_plus_social_list.style-10 ul.social_list li{
|
552 |
+
margin-right:10px;
|
553 |
+
}
|
554 |
+
.pt_plus_social_list.style-10 ul.social_list li:hover a {
|
555 |
+
background: #222;
|
556 |
+
-webkit-transition: all .2s ease-out;
|
557 |
+
-moz-transition: all .2s ease-out;
|
558 |
+
-o-transition: all .2s ease-out;
|
559 |
+
-ms-transition: all .2s ease-out;
|
560 |
+
transition: all .2s ease-out;
|
561 |
+
color: #fff;
|
562 |
+
}
|
563 |
+
.pt_plus_social_list.style-10 span {
|
564 |
+
position: absolute;
|
565 |
+
width: 100%;
|
566 |
+
height:100%;
|
567 |
+
top:0;
|
568 |
+
left:0;
|
569 |
+
color: #fff;
|
570 |
+
font-size: 13px;
|
571 |
+
text-align: center;
|
572 |
+
-webkit-transition: all .3s ease-out;
|
573 |
+
-moz-transition: all .3s ease-out;
|
574 |
+
-o-transition: all .3s ease-out;
|
575 |
+
-ms-transition: all .3s ease-out;
|
576 |
+
transition: all .3s ease-out;
|
577 |
+
opacity: 0;
|
578 |
+
-webkit-filter: blur(25px);
|
579 |
+
filter: blur(25px);
|
580 |
+
-webkit-transform: translateZ(0) translateX(0%);
|
581 |
+
-moz-transform: translateZ(0) translateX(0%);
|
582 |
+
-ms-transform: translateZ(0) translateX(0%);
|
583 |
+
-o-transform: translateZ(0) translateX(0%);
|
584 |
+
transform: translateZ(0) translateX(0%);
|
585 |
+
will-change: transform;
|
586 |
+
left: 0;
|
587 |
+
right: 0;
|
588 |
+
}
|
589 |
+
.pt_plus_social_list.style-10 li:hover span {
|
590 |
+
-webkit-transition: all .3s ease-out;
|
591 |
+
-moz-transition: all .3s ease-out;
|
592 |
+
-o-transition: all .3s ease-out;
|
593 |
+
-ms-transition: all .3s ease-out;
|
594 |
+
transition: all .3s ease-out;
|
595 |
+
opacity: 1;
|
596 |
+
-webkit-filter: blur(0);
|
597 |
+
filter: blur(0);
|
598 |
+
}
|
599 |
+
|
600 |
+
.pt_plus_social_list.style-10 ul.social_list li a .fa {
|
601 |
+
-webkit-transition: all .3s ease-out;
|
602 |
+
-moz-transition: all .3s ease-out;
|
603 |
+
-o-transition:all .3s ease-out;
|
604 |
+
-ms-transition:all .3s ease-out;
|
605 |
+
transition: all .3s ease-out;
|
606 |
+
}
|
607 |
+
.pt_plus_social_list.style-10 ul.social_list li:hover a .fa {
|
608 |
+
transform: scale(0);
|
609 |
+
}
|
610 |
+
/*--------style-10---------*/
|
611 |
+
/*--------style-11---------*/
|
612 |
+
.pt_plus_social_list.style-11 ul.social_list li a{
|
613 |
+
margin-right:0px;
|
614 |
+
color:#ff0000;
|
615 |
+
|
616 |
+
}
|
617 |
+
.pt_plus_social_list.style-11 ul.social_list li{
|
618 |
+
margin-right:10px;
|
619 |
+
}
|
620 |
+
.pt_plus_social_list.style-11 ul.social_list li a:before{
|
621 |
+
display: block;
|
622 |
+
position: absolute;
|
623 |
+
top: 0;
|
624 |
+
left: 0;
|
625 |
+
width: 100%;
|
626 |
+
height: 100%;
|
627 |
+
content: "";
|
628 |
+
}
|
629 |
+
.pt_plus_social_list.style-11 ul.social_list li a:before {
|
630 |
+
z-index: 1;
|
631 |
+
-webkit-transition: box-shadow 0.3s;
|
632 |
+
-moz-transition: box-shadow 0.3s;
|
633 |
+
-o-transition: box-shadow 0.3s;
|
634 |
+
-ms-transition: box-shadow 0.3s;
|
635 |
+
transition: box-shadow 0.3s;
|
636 |
+
}
|
637 |
+
.pt_plus_social_list.style-11 ul.social_list li a:before {
|
638 |
+
-moz-box-shadow:inset 0 0 0 70px #404040;
|
639 |
+
-webkit-box-shadow:inset 0 0 0 70px #404040;
|
640 |
+
box-shadow: inset 0 0 0 70px #404040;
|
641 |
+
}
|
642 |
+
.pt_plus_social_list.style-11 ul.social_list li:hover a:before {
|
643 |
+
-moz-box-shadow: inset 0 0 0 4px #404040;
|
644 |
+
-webkit-box-shadow: inset 0 0 0 4px #404040;
|
645 |
+
box-shadow: inset 0 0 0 4px #404040;
|
646 |
+
}
|
647 |
+
.pt_plus_social_list.style-11 ul.social_list li a .fa{
|
648 |
+
position:relative;
|
649 |
+
z-index:1;
|
650 |
+
}
|
651 |
+
/*--------style-11---------*/
|
652 |
+
/*--------style-12---------*/
|
653 |
+
.pt_plus_social_list.style-12 ul.social_list li .social-loop-inner{
|
654 |
+
overflow:visible;
|
655 |
+
}
|
656 |
+
.pt_plus_social_list.style-12 ul.social_list li a{
|
657 |
+
margin-right:0px;
|
658 |
+
width: 5em;
|
659 |
+
height: 5em;
|
660 |
+
line-height: 5em;
|
661 |
+
font-size:16px;
|
662 |
+
}
|
663 |
+
.pt_plus_social_list.style-12 ul.social_list li{
|
664 |
+
margin-right:10px;
|
665 |
+
overflow:visible;
|
666 |
+
}
|
667 |
+
.pt_plus_social_list.style-12 ul.social_list li a .fa,.pt_plus_social_list.style-12 ul.social_list li a span{
|
668 |
+
display: block;
|
669 |
+
position: absolute;
|
670 |
+
top: 0;
|
671 |
+
left: 0;
|
672 |
+
width: 100%;
|
673 |
+
height: 100%;
|
674 |
+
-webkit-transition: all 0.3s;
|
675 |
+
-moz-transition: all 0.3s;
|
676 |
+
-o-transition:all 0.3s;
|
677 |
+
-ms-transition:all 0.3s;
|
678 |
+
transition: all 0.3s;
|
679 |
+
line-height: 5em;
|
680 |
+
}
|
681 |
+
.pt_plus_social_list.style-10 li span,.pt_plus_social_list.style-12 ul.social_list li a .fa{
|
682 |
+
display: -webkit-box;
|
683 |
+
display: -webkit-flex;
|
684 |
+
display: -ms-flexbox;
|
685 |
+
display: flex;
|
686 |
+
-webkit-box-pack: center;
|
687 |
+
-webkit-justify-content: center;
|
688 |
+
-ms-flex-pack: center;
|
689 |
+
justify-content: center;
|
690 |
+
-webkit-align-items: center;
|
691 |
+
-ms-flex-align: center;
|
692 |
+
align-items: center;
|
693 |
+
}
|
694 |
+
.pt_plus_social_list.style-12 ul.social_list li a .fa {
|
695 |
+
z-index: 2;
|
696 |
+
background: #595959;
|
697 |
+
}
|
698 |
+
.pt_plus_social_list.style-12 ul.social_list li:hover a .fa{
|
699 |
+
opacity: 0;
|
700 |
+
-webkit-transform: translateY(-40px) rotateX(90deg);
|
701 |
+
-ms-transform: translateY(-40px) rotateX(90deg);
|
702 |
+
-moz-transform: translateY(-40px) rotateX(90deg);
|
703 |
+
-o-transform: translateY(-40px) rotateX(90deg);
|
704 |
+
transform: translateY(-40px) rotateX(90deg);
|
705 |
+
}
|
706 |
+
|
707 |
+
.pt_plus_social_list.style-12 ul.social_list li a span{
|
708 |
+
opacity: 0;
|
709 |
+
-webkit-transform: translateY(40px) rotateX(-90deg);
|
710 |
+
-ms-transform: translateY(40px) rotateX(-90deg);
|
711 |
+
-moz-transform: translateY(40px) rotateX(-90deg);
|
712 |
+
-o-transform: translateY(40px) rotateX(-90deg);
|
713 |
+
transform: translateY(40px) rotateX(-90deg);
|
714 |
+
color:#ff0000;
|
715 |
+
background:#000;
|
716 |
+
display: flex;
|
717 |
+
-webkit-align-items: center;
|
718 |
+
-ms-flex-align: center;
|
719 |
+
align-items: center;
|
720 |
+
justify-content:center;
|
721 |
+
}
|
722 |
+
.pt_plus_social_list.style-12 ul.social_list li:hover a span{
|
723 |
+
opacity: 1;
|
724 |
+
-webkit-transform: rotateX(0);
|
725 |
+
-ms-transform:rotateX(0);
|
726 |
+
-moz-transform:rotateX(0);
|
727 |
+
-o-transform: rotateX(0);
|
728 |
+
transform: rotateX(0);
|
729 |
+
}
|
730 |
+
.pt_plus_social_list.style-12 ul.social_list li a span {
|
731 |
+
line-height: 20px !important;
|
732 |
+
}
|
733 |
+
/*--------style-12---------*/
|
734 |
+
/*--------style-13---------*/
|
735 |
+
.pt_plus_social_list.style-13 ul.social_list li .social-loop-inner{
|
736 |
+
overflow:visible;
|
737 |
+
}
|
738 |
+
.pt_plus_social_list.style-13 ul.social_list li a{
|
739 |
+
margin:0px;
|
740 |
+
color:#fff;
|
741 |
+
background:#000;
|
742 |
+
-moz-border-radius:50%;
|
743 |
+
-webkit-border-radius:50%;
|
744 |
+
border-radius:50%;
|
745 |
+
}
|
746 |
+
.pt_plus_social_list.style-13 ul.social_list li{
|
747 |
+
margin-right:20px;
|
748 |
+
overflow:visible;
|
749 |
+
}
|
750 |
+
.pt_plus_social_list.style-13 ul.social_list li a:before,
|
751 |
+
.pt_plus_social_list.style-13 ul.social_list li a:after{
|
752 |
+
content: "";
|
753 |
+
display: block;
|
754 |
+
position: absolute;
|
755 |
+
background: transparent;
|
756 |
+
top: 0; bottom: 0; left: 0; right: 0;
|
757 |
+
-webkit-border-radius: 50%;
|
758 |
+
-moz-border-radius: 50%;
|
759 |
+
border-radius: 50%;
|
760 |
+
-webkit-transition:.3s all;
|
761 |
+
-moz-transition: .3s all;
|
762 |
+
-o-transition:.3s all;
|
763 |
+
-ms-transition:.3s all;
|
764 |
+
transition: .3s all;
|
765 |
+
border: 1px solid;
|
766 |
+
}
|
767 |
+
.pt_plus_social_list.style-13 ul.social_list li a:after {
|
768 |
+
opacity: 0;
|
769 |
+
}
|
770 |
+
.pt_plus_social_list.style-13 ul.social_list li:hover a:after{
|
771 |
+
opacity: 1;
|
772 |
+
-webkit-transform: scale(1.5);
|
773 |
+
-ms-transform: scale(1.5);
|
774 |
+
-moz-transform: scale(1.5);
|
775 |
+
-o-transform: scale(1.5);
|
776 |
+
transform: scale(1.5);
|
777 |
+
border-color:#000;
|
778 |
+
}
|
779 |
+
.pt_plus_social_list.style-13 ul.social_list li:hover a:before{
|
780 |
+
-webkit-transform: scale(2);
|
781 |
+
-ms-transform: scale(2);
|
782 |
+
-moz-transform: scale(2);
|
783 |
+
-o-transform: scale(2);
|
784 |
+
transform: scale(2);
|
785 |
+
-moz-transition: .3s all;
|
786 |
+
-o-transition:.3s all;
|
787 |
+
-ms-transition:.3s all;
|
788 |
+
transition: .3s all;
|
789 |
+
opacity: 0;
|
790 |
+
}
|
791 |
+
.pt_plus_social_list.style-13 {
|
792 |
+
overflow: visible;
|
793 |
+
}
|
794 |
+
/*--------style-13---------*/
|
795 |
+
/*--------style-14---------*/
|
796 |
+
.pt_plus_social_list.style-14 .social_list {
|
797 |
+
display: -webkit-flex;
|
798 |
+
display: -moz-flex;
|
799 |
+
display: -ms-flex;
|
800 |
+
display: flex;
|
801 |
+
width: 100%;
|
802 |
+
}
|
803 |
+
.pt_plus_social_list.style-14 ul.social_list li {
|
804 |
+
display: block;
|
805 |
+
width: 100%;
|
806 |
+
-webkit-justify-content: space-around;
|
807 |
+
-moz-justify-content: space-around;
|
808 |
+
-ms-justify-content: space-around;
|
809 |
+
justify-content: space-around;
|
810 |
+
}
|
811 |
+
.pt_plus_social_list.style-14 ul.social_list li a {
|
812 |
+
|
813 |
+
width: 100%;
|
814 |
+
height: 100%;
|
815 |
+
display: block;
|
816 |
+
margin-right: 0px;
|
817 |
+
display: flex;
|
818 |
+
justify-content: center;
|
819 |
+
align-items: center;
|
820 |
+
padding: 10px;
|
821 |
+
}
|
822 |
+
.pt_plus_social_list.style-14 .social_list li .social-loop-inner {
|
823 |
+
position: relative;
|
824 |
+
overflow: hidden;
|
825 |
+
width: 100%;
|
826 |
+
height: 100%;
|
827 |
+
display: block;
|
828 |
+
margin-right: 0px;
|
829 |
+
display: flex;
|
830 |
+
justify-content: center;
|
831 |
+
align-items: center;
|
832 |
+
}
|
833 |
+
/*--------style-14 ---------*/
|
834 |
+
/*--------style-15 ---------*/
|
835 |
+
.pt_plus_social_list.style-15 ul.social_list {
|
836 |
+
display: inline-block;
|
837 |
+
padding: 0;
|
838 |
+
margin: 0;
|
839 |
+
position: relative;
|
840 |
+
list-style: none;
|
841 |
+
display: block;
|
842 |
+
}
|
843 |
+
.pt_plus_social_list.style-15 li.style-15 {
|
844 |
+
display: block;
|
845 |
+
}
|
846 |
+
.pt_plus_social_list.style-15 ul.social_list .style-15 a {
|
847 |
+
margin: 0;
|
848 |
+
width: 100%;
|
849 |
+
height: 100%;
|
850 |
+
display: block;
|
851 |
+
display: flex;
|
852 |
+
justify-content: center;
|
853 |
+
align-items: center;
|
854 |
+
}
|
855 |
+
.pt_plus_social_list.style-15 .social-faded li:hover i.fa ,.pt_plus_social_list.style-14 .social-faded li:hover i.fa{
|
856 |
+
-webkit-transform:scale(0);
|
857 |
+
-ms-transform:scale(0);
|
858 |
+
-moz-transform:scale(0);
|
859 |
+
-o-transform: scale(0);
|
860 |
+
transform: scale(0);
|
861 |
+
}
|
862 |
+
.pt_plus_social_list.style-15 .social-faded a span,.pt_plus_social_list.style-14 .social-faded a span {
|
863 |
+
position: absolute;
|
864 |
+
width: 100%;
|
865 |
+
text-align: center;
|
866 |
+
-webkit-transition: all .3s ease-out;
|
867 |
+
-moz-transition: all .3s ease-out;
|
868 |
+
-o-transition: all .3s ease-out;
|
869 |
+
-ms-transition: all .3s ease-out;
|
870 |
+
transition: all .3s ease-out;
|
871 |
+
opacity: 0;
|
872 |
+
-webkit-filter: blur(25px);
|
873 |
+
filter: blur(25px);
|
874 |
+
-webkit-transform: translateZ(0) translateX(0%);
|
875 |
+
-ms-transform:translateZ(0) translateX(0%);
|
876 |
+
-moz-transform:translateZ(0) translateX(0%);
|
877 |
+
-o-transform: translateZ(0) translateX(0%);
|
878 |
+
transform: translateZ(0) translateX(0%);
|
879 |
+
will-change: transform;
|
880 |
+
left: 0;
|
881 |
+
right: 0;
|
882 |
+
}
|
883 |
+
.pt_plus_social_list.style-15 .social-faded li:hover span , .pt_plus_social_list.style-14 .social-faded li:hover span {
|
884 |
+
-webkit-transition: all .3s ease-out;
|
885 |
+
-moz-transition: all .3s ease-out;
|
886 |
+
-o-transition: all .3s ease-out;
|
887 |
+
-ms-transition: all .3s ease-out;
|
888 |
+
transition: all .3s ease-out;
|
889 |
+
opacity: 1;
|
890 |
+
-webkit-filter: blur(0);
|
891 |
+
filter: blur(0);
|
892 |
+
}
|
893 |
+
.pt_plus_social_list.style-15 .socail-chaffal li i.fa, .pt_plus_social_list.style-14 .socail-chaffal li i.fa {
|
894 |
+
display: none;
|
895 |
+
}
|
896 |
+
/*--------style-15 ---------*/
|
897 |
/*--------style custom ---------*/
|
898 |
.pt_plus_social_list.custom ul.social_list {
|
899 |
+
display: -webkit-box;
|
900 |
+
display: -moz-box;
|
901 |
+
display: -ms-flexbox;
|
902 |
+
display: -webkit-flex;
|
903 |
+
display: flex;
|
904 |
+
flex-wrap: wrap;
|
905 |
}
|
906 |
.pt_plus_social_list.custom ul.social_list li{
|
907 |
+
margin: 0 5px;
|
908 |
}
|
909 |
.pt_plus_social_list.custom ul.social_list li a > span {
|
910 |
+
display: none;
|
911 |
}
|
912 |
.pt_plus_social_list.custom ul.social_list li .social-loop-inner{
|
913 |
+
overflow:visible;
|
914 |
}
|
915 |
.pt_plus_social_list.custom ul.social_list li a {
|
916 |
+
width: 60px;
|
917 |
+
height: 40px;
|
918 |
+
line-height: initial;
|
919 |
+
border-radius: 3px;
|
920 |
+
text-align: center;
|
921 |
+
display: -webkit-inline-flex;
|
922 |
+
display: -ms-inline-flexbox;
|
923 |
+
display: inline-flex;
|
924 |
+
-webkit-justify-content: center;
|
925 |
+
-ms-flex-pack: center;
|
926 |
+
justify-content: center;
|
927 |
+
-webkit-box-orient: vertical;
|
928 |
+
-webkit-align-items: center;
|
929 |
+
-ms-align-items: center;
|
930 |
+
align-items: center;
|
931 |
+
margin:0;
|
932 |
}
|
933 |
/*--------style custom ---------*/
|
934 |
.pt_plus_social_list ul.social_list li:last-child a ,.pt_plus_social_list.style-9 ul.social_list li:last-child ,.pt_plus_social_list.style-10 ul.social_list li:last-child ,.pt_plus_social_list.style-11 ul.social_list li:last-child ,.pt_plus_social_list.style-12 ul.social_list li:last-child {
|
935 |
+
margin-right: 0;
|
936 |
}
|
937 |
/*------ social element----------*/
|
938 |
/*------ social element----------*/
|
939 |
@media (min-width:767px) and (max-width:1024px){
|
940 |
+
.tsocialtext-center{
|
941 |
+
text-align: center !important;
|
942 |
+
margin: 0 auto !important;
|
943 |
+
}
|
944 |
+
.tsocialtext-left{
|
945 |
+
text-align: left !important;
|
946 |
+
margin-left: 0 !important;
|
947 |
+
}
|
948 |
+
.tsocialtext-right{
|
949 |
+
text-align: right !important;
|
950 |
+
margin-right: 0 !important;
|
951 |
+
}
|
952 |
+
|
953 |
+
.pt_plus_social_list.tsocialtext-center ul.social_list{
|
954 |
+
-webkit-justify-content: center !important;
|
955 |
+
-moz-justify-content: center !important;
|
956 |
+
-ms-justify-content: center !important;
|
957 |
+
justify-content: center !important;
|
958 |
+
}
|
959 |
+
.pt_plus_social_list.tsocialtext-left ul.social_list{
|
960 |
+
-webkit-justify-content: flex-start !important;
|
961 |
+
-moz-justify-content: flex-start !important;
|
962 |
+
-ms-justify-content: flex-start !important;
|
963 |
+
justify-content: flex-start !important;
|
964 |
+
}
|
965 |
+
.pt_plus_social_list.tsocialtext-right ul.social_list {
|
966 |
+
-webkit-justify-content: flex-end !important;
|
967 |
+
-moz-justify-content: flex-end !important;
|
968 |
+
-ms-justify-content: flex-end !important;
|
969 |
+
justify-content: flex-end !important;
|
970 |
+
}
|
971 |
}
|
972 |
|
973 |
@media (max-width:766px){
|
974 |
.msocialtext-left {
|
975 |
+
text-align: left !important;
|
976 |
+
margin-left: 0 !important;
|
977 |
}
|
978 |
.msocialtext-center {
|
979 |
+
text-align: center !important;
|
980 |
+
margin: 0 auto !important;
|
981 |
}
|
982 |
.msocialtext-right {
|
983 |
+
text-align: right !important;
|
984 |
+
margin-right: 0 !important;
|
985 |
}
|
986 |
.pt_plus_social_list.msocialtext-center ul.social_list{
|
987 |
-webkit-justify-content: center !important;
|
990 |
justify-content: center !important;
|
991 |
}
|
992 |
.pt_plus_social_list.msocialtext-left ul.social_list{
|
993 |
+
-webkit-justify-content: flex-start !important;
|
994 |
+
-moz-justify-content: flex-start !important;
|
995 |
+
-ms-justify-content: flex-start !important;
|
996 |
+
justify-content: flex-start !important;
|
997 |
}
|
998 |
.pt_plus_social_list.msocialtext-right ul.social_list {
|
999 |
+
-webkit-justify-content: flex-end !important;
|
1000 |
+
-moz-justify-content: flex-end !important;
|
1001 |
+
-ms-justify-content: flex-end !important;
|
1002 |
+
justify-content: flex-end !important;
|
1003 |
+
}
|
1004 |
}
|
1005 |
+
|
1006 |
+
.pt_plus_social_list .social_list .social-fa:before {content: '';}
|
1007 |
+
|
1008 |
+
/*vertical layout*/
|
1009 |
+
.pt_plus_social_list.pt_plus_sl_vertical ul.social_list {
|
1010 |
+
flex-direction: column;
|
1011 |
+
}
|
1012 |
+
.pt_plus_social_list.pt_plus_sl_vertical {
|
1013 |
+
display: flex;
|
1014 |
+
}
|
1015 |
+
.pt_plus_social_list.pt_plus_sl_vertical.text-center {
|
1016 |
+
justify-content: center;
|
1017 |
+
}
|
1018 |
+
.pt_plus_social_list.pt_plus_sl_vertical.text-left {
|
1019 |
+
justify-content: flex-start;
|
1020 |
+
}
|
1021 |
+
.pt_plus_social_list.pt_plus_sl_vertical.text-right {
|
1022 |
+
justify-content: flex-end;
|
1023 |
+
}
|
1024 |
+
.pt_plus_social_list.pt_plus_sl_vertical.style-3 ul.social_list,
|
1025 |
+
.pt_plus_social_list.pt_plus_sl_vertical.style-6 ul.social_list,
|
1026 |
+
.pt_plus_social_list.pt_plus_sl_vertical.style-7 ul.social_list,
|
1027 |
+
.pt_plus_social_list.pt_plus_sl_vertical.style-13 ul.social_list {
|
1028 |
+
display: inline-flex;
|
1029 |
}
|
assets/css/main/social-icon/plus-social-icon.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
/*Social Icon*/.pt_plus_social_list{position:relative;display:block;padding:0}.pt_plus_social_list ul.social_list{display:inline-block;padding:0;margin:0;position:relative;list-style:none}.pt_plus_social_list ul.social_list li{position:relative;font-size:20px;text-align:center;display:inline-block;width:auto;height:auto;line-height:unset;top:auto}.pt_plus_social_list ul.social_list li .social-loop-inner{position:relative;overflow:hidden}.pt_plus_social_list ul.social_list li a{font-size:20px;color:#28262b;text-align:center;width:2.5em;height:2.5em;line-height:2.5em;display:block;margin-right:10px}.pt_plus_social_list.text-center ul.social_list{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.pt_plus_social_list.text-left ul.social_list{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.pt_plus_social_list.text-right ul.social_list{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.pt_plus_social_list.style-2 ul.social_list,.pt_plus_social_list.style-4 ul.social_list,.pt_plus_social_list.style-5 ul.social_list,.pt_plus_social_list.style-8 ul.social_list,.pt_plus_social_list.style-9 ul.social_list,.pt_plus_social_list.style-10 ul.social_list,.pt_plus_social_list.style-11 ul.social_list,.pt_plus_social_list.style-12 ul.social_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.pt_plus_social_list.style-2 li{display:table-cell;float:none}.pt_plus_social_list.style-2 ul.social_list li a{padding:15px 30px;width:100%;height:100%;line-height:1;color:#494949;margin-right:0;border-right:1px solid #404040;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pt_plus_social_list.style-2 ul.social_list li:hover a{color:#000}.pt_plus_social_list.style-2 ul.social_list li a i.fa{padding-right:10px}.pt_plus_social_list.style-2 ul.social_list li:last-child a{border-right:0}.pt_plus_social_list.custom ul.social_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.pt_plus_social_list.custom ul.social_list li{margin:0 5px}.pt_plus_social_list.custom ul.social_list li a>span{display:none}.pt_plus_social_list.custom ul.social_list li .social-loop-inner{overflow:visible}.pt_plus_social_list.custom ul.social_list li a{width:60px;height:40px;line-height:initial;border-radius:3px;text-align:center;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:0}.pt_plus_social_list ul.social_list li:last-child a,.pt_plus_social_list.style-9 ul.social_list li:last-child,.pt_plus_social_list.style-10 ul.social_list li:last-child,.pt_plus_social_list.style-11 ul.social_list li:last-child,.pt_plus_social_list.style-12 ul.social_list li:last-child{margin-right:0}@media (min-width:767px) and (max-width:1024px){.tsocialtext-center{text-align:center!important;margin:0 auto!important}.tsocialtext-left{text-align:left!important;margin-left:0!important}.tsocialtext-right{text-align:right!important;margin-right:0!important}.pt_plus_social_list.tsocialtext-center ul.social_list{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.pt_plus_social_list.tsocialtext-left ul.social_list{-webkit-justify-content:flex-start!important;-moz-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.pt_plus_social_list.tsocialtext-right ul.social_list{-webkit-justify-content:flex-end!important;-moz-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}}@media (max-width:766px){.msocialtext-left{text-align:left!important;margin-left:0!important}.msocialtext-center{text-align:center!important;margin:0 auto!important}.msocialtext-right{text-align:right!important;margin-right:0!important}.pt_plus_social_list.msocialtext-center ul.social_list{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.pt_plus_social_list.msocialtext-left ul.social_list{-webkit-justify-content:flex-start!important;-moz-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.pt_plus_social_list.msocialtext-right ul.social_list{-webkit-justify-content:flex-end!important;-moz-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}}
|
1 |
+
.pt_plus_social_list{position:relative;display:block;padding:0}.pt_plus_social_list ul.social_list{display:inline-block;padding:0;margin:0;position:relative;list-style:none}.pt_plus_social_list ul.social_list li{position:relative;font-size:20px;text-align:center;display:inline-block;width:auto;height:auto;line-height:unset;top:auto}.pt_plus_social_list ul.social_list li .social-loop-inner{position:relative;overflow:hidden}.pt_plus_social_list ul.social_list li a{font-size:20px;color:#28262b;text-align:center;width:2.5em;height:2.5em;line-height:2.5em;display:block;margin-right:10px}.pt_plus_social_list.text-center ul.social_list{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.pt_plus_social_list.text-left ul.social_list{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.pt_plus_social_list.text-right ul.social_list{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.pt_plus_social_list.style-1 ul.social_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.pt_plus_social_list.style-1 li{display:table-cell;float:none}.pt_plus_social_list.style-1 ul.social_list li a{padding:23px 30px;width:100%;height:100%;line-height:1;background:#494949;color:#fff;border:1px solid #494949;margin-right:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pt_plus_social_list.style-1 ul.social_list li:hover a{background:#000}.pt_plus_social_list.style-1 ul.social_list li a i.fa{padding-right:10px}.pt_plus_social_list.style-2 ul.social_list,.pt_plus_social_list.style-4 ul.social_list,.pt_plus_social_list.style-5 ul.social_list,.pt_plus_social_list.style-8 ul.social_list,.pt_plus_social_list.style-9 ul.social_list,.pt_plus_social_list.style-10 ul.social_list,.pt_plus_social_list.style-11 ul.social_list,.pt_plus_social_list.style-12 ul.social_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.pt_plus_social_list.style-2 li{display:table-cell;float:none}.pt_plus_social_list.style-2 ul.social_list li a{padding:15px 30px;width:100%;height:100%;line-height:1;color:#494949;margin-right:0;border-right:1px solid #404040;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pt_plus_social_list.style-2 ul.social_list li:hover a{color:#000}.pt_plus_social_list.style-2 ul.social_list li a i.fa{padding-right:10px}.pt_plus_social_list.style-2 ul.social_list li:last-child a{border-right:0}.pt_plus_social_list.style-3 ul.social_list li a{margin-right:0;width:76px;height:76px;line-height:1;margin:0}.pt_plus_social_list.style-3 ul.social_list li{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#404040;border:2px dashed #000;background-clip:content-box;margin:10px;-webkit-transition:.5s ease-in-out;-ms-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;width:100px;height:100px;padding:10px}.pt_plus_social_list.style-3 ul.social_list li:hover{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);padding:10px}.pt_plus_social_list.style-3 ul.social_list li a i.fa{display:block;position:absolute;text-align:center;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.pt_plus_social_list.style-4 ul.social_list li a{width:100%;height:100%;padding:0 15px;margin-right:10px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;background:#404040;color:#fff;border:1px solid #404040}.pt_plus_social_list.style-4 ul.social_list li{margin-right:5px}.pt_plus_social_list.style-4 ul.social_list li a i.fa,.pt_plus_social_list.style-4 ul.social_list li a span{top:0;position:relative;-webkit-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-moz-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-o-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-ms-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;transition:350ms cubic-bezier(.175,.885,.32,1.275) all}.pt_plus_social_list.style-4 ul.social_list li a i.fa{position:absolute;width:100%;left:0;right:0;height:100%;line-height:20px}.pt_plus_social_list.style-4 ul.social_list li:hover a span{top:-40px;-webkit-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-moz-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-o-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-ms-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;transition:350ms cubic-bezier(.175,.885,.32,1.275) all}.pt_plus_social_list.style-4 ul.social_list li a i.fa:before{top:100px;text-align:center;position:relative;-webkit-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-moz-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-o-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-ms-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;transition:350ms cubic-bezier(.175,.885,.32,1.275) all;display:inline-block}.pt_plus_social_list.style-4 ul.social_list li:hover a i.fa:before{top:32%;-webkit-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-moz-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-o-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;-ms-transition:350ms cubic-bezier(.175,.885,.32,1.275) all;transition:350ms cubic-bezier(.175,.885,.32,1.275) all}.pt_plus_social_list.style-5 ul.social_list li{margin-right:10px}.pt_plus_social_list.style-5 ul.social_list li a{-webkit-border-radius:28%;-moz-border-radius:28%;border-radius:28%;-moz-box-shadow:0 5px 15px -5px rgba(0,0,0,.1);-webkit-box-shadow:0 5px 15px -5px rgba(0,0,0,.1);box-shadow:0 5px 15px -5px rgba(0,0,0,.1);opacity:.99;background:#d3d3d3;margin-right:0;border:1px solid #404040}.pt_plus_social_list.style-5 ul.social_list li a i.fa{-webkit-transform:scale(.8);-ms-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.pt_plus_social_list.style-5 ul.social_list li:hover a i.fa{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.pt_plus_social_list.style-5 ul.social_list li a,.pt_plus_social_list.style-5 ul.social_list li a i.fa{-webkit-transition:all 0.15s ease-in-out;-moz-transition:all 0.15s ease-in-out;-ms-transition:all 0.15s ease-in-out;-o-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out}.pt_plus_social_list.style-6 ul.social_list li{margin:5px;overflow:visible}.pt_plus_social_list.style-6 ul.social_list li .social-loop-inner{overflow:visible}.pt_plus_social_list.style-6 ul.social_list li:first-child{margin-left:0}.pt_plus_social_list.style-6 ul.social_list li:last-child{margin-right:0}.pt_plus_social_list.style-6 ul.social_list li a{overflow:visible;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;margin:0;border:1px solid #494949}.pt_plus_social_list.style-6 ul.social_list li a:before{-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease;z-index:1}.pt_plus_social_list.style-6 ul.social_list li a:before{position:absolute;width:inherit;height:inherit;top:0;left:0;color:inherit;-moz-border-radius:inherit;-webkit-border-radius:inherit;border-radius:inherit;content:''}.pt_plus_social_list.style-6 .social-hover-style{position:absolute;width:inherit;height:inherit;line-height:inherit;-moz-border-radius:inherit;-webkit-border-radius:inherit;border-radius:inherit}.pt_plus_social_list.style-6 .social-hover-style{top:0;left:0;-webkit-transform:scale(1.3);-ms-transform:scale(1.3);-moz-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);opacity:0;visibility:hidden;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.pt_plus_social_list.style-6 li:hover .social-hover-style{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;visibility:visible}.pt_plus_social_list.style-6 ul.social_list li .fa{position:relative;z-index:1}.pt_plus_social_list.style-7{overflow:visible}.pt_plus_social_list.style-7 ul.social_list li a{-webkit-box-shadow:0 0 0 0 transparent;-moz-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;-webkit-transform:scale(1);-moz-transition:scale(1);-o-transition:scale(1);-ms-transition:scale(1);transform:scale(1);top:0;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;border:1px solid #404040;margin:0}.pt_plus_social_list.style-7 ul.social_list li:hover a{-webkit-box-shadow:0 5px 15px 0 rgba(27,27,27,.3);-moz-box-shadow:0 5px 15px 0 rgba(27,27,27,.3);box-shadow:0 5px 15px 0 rgba(27,27,27,.3);-webkit-transform:scale(1.08);-ms-transform:scale(1.08);-moz-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08)}.pt_plus_social_list.style-7 ul.social_list li{margin:0 5px}.pt_plus_social_list.style-7 ul.social_list li,.pt_plus_social_list.style-7 ul.social_list li .social-loop-inner{overflow:visible}.pt_plus_social_list.style-8 ul.social_list li a{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:border-radius .5s ease;-moz-transition:border-radius .5s ease;-moz-transition:border-radius .5s ease;-ms-transition:border-radius .5s ease;transition:border-radius .5s ease;background:#404040;color:#fff;border:1px solid #404040}.pt_plus_social_list.style-8 ul.social_list li:hover a{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.pt_plus_social_list.style-8 ul.social_list li{margin:0 5px}.pt_plus_social_list.style-9 ul.social_list li a{-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-o-transition:color .2s ease;-ms-transition:color .2s ease;transition:color .2s ease;margin:0}.pt_plus_social_list.style-9 ul.social_list li{margin-right:10px;overflow:visible}.pt_plus_social_list.style-9 a span.line-top-left,.pt_plus_social_list.style-9 a span.line-top-center,.pt_plus_social_list.style-9 a span.line-top-right,.pt_plus_social_list.style-9 a span.line-bottom-left,.pt_plus_social_list.style-9 a span.line-bottom-center,.pt_plus_social_list.style-9 a span.line-bottom-right{position:absolute;width:12px;height:12px;background:transparent}.pt_plus_social_list.style-9 a span.line-top-left:before,.pt_plus_social_list.style-9 a span.line-top-center:before,.pt_plus_social_list.style-9 a span.line-top-right:before,.pt_plus_social_list.style-9 a span.line-bottom-left:before,.pt_plus_social_list.style-9 a span.line-bottom-center:before,.pt_plus_social_list.style-9 a span.line-bottom-right:before{content:"";position:absolute;left:50%;width:1px}.pt_plus_social_list.style-9 a span.line-bottom-left:before,.pt_plus_social_list.style-9 a span.line-bottom-center:before,.pt_plus_social_list.style-9 a span.line-bottom-right:before{bottom:100%;top:0;-webkit-transition:top .2s ease-in-out .1s,bottom .2s ease-in-out;-moz-transition:top .2s ease-in-out .1s,bottom .2s ease-in-out;-o-transition:top .2s ease-in-out .1s,bottom .2s ease-in-out;-ms-transition:top .2s ease-in-out .1s,bottom .2s ease-in-out;transition:top .2s ease-in-out .1s,bottom .2s ease-in-out}.pt_plus_social_list.style-9 a span.line-top-left:before,.pt_plus_social_list.style-9 a span.line-top-center:before,.pt_plus_social_list.style-9 a span.line-top-right:before{bottom:0;top:100%;-webkit-transition:top .2s ease-in-out,bottom .2s ease-in-out .1s;-moz-transition:top .2s ease-in-out,bottom .2s ease-in-out .1s;-o-transition:top .2s ease-in-out,bottom .2s ease-in-out .1s;-ms-transition:top .2s ease-in-out,bottom .2s ease-in-out .1s;transition:top .2s ease-in-out,bottom .2s ease-in-out .1s}.pt_plus_social_list.style-9 a:hover .line-top-left:before,.pt_plus_social_list.style-9 a:hover .line-top-center:before,.pt_plus_social_list.style-9 a:hover .line-top-right:before{top:0;bottom:100%}.pt_plus_social_list.style-9 a:hover .line-bottom-left:before,.pt_plus_social_list.style-9 a:hover .line-bottom-center:before,.pt_plus_social_list.style-9 a:hover .line-bottom-right:before{top:100%;bottom:0}.pt_plus_social_list.style-9 a span.line-top-left{top:8px;left:0;-webkit-transform:rotate(-55deg);-ms-transform:rotate(-55deg);-moz-transform:rotate(-55deg);-o-transform:rotate(-55deg);transform:rotate(-55deg)}.pt_plus_social_list.style-9 a span.line-top-center{top:0;left:50%;margin-left:-6px}.pt_plus_social_list.style-9 a span.line-top-right{top:8px;right:0;-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);-moz-transform:rotate(55deg);-o-transform:rotate(55deg);transform:rotate(55deg)}.pt_plus_social_list.style-9 a span.line-bottom-left{bottom:8px;left:0;-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);-moz-transform:rotate(55deg);-o-transform:rotate(55deg);transform:rotate(55deg)}.pt_plus_social_list.style-9 a span.line-bottom-center{bottom:0;left:50%;margin-left:-6px}.pt_plus_social_list.style-9 a span.line-bottom-right{bottom:8px;right:0;-webkit-transform:rotate(-55deg);-ms-transform:rotate(-55deg);-moz-transform:rotate(-55deg);-o-transform:rotate(-55deg);transform:rotate(-55deg)}.pt_plus_social_list.style-9 a span:before{background:#f06eaa}.pt_plus_social_list.style-10 ul.social_list li a{position:relative;margin-right:0;background:#404040;color:#fff;width:4em;height:4em;line-height:4em;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.pt_plus_social_list.style-10 li span{line-height:20px!important}.pt_plus_social_list.style-10 ul.social_list li{margin-right:10px}.pt_plus_social_list.style-10 ul.social_list li:hover a{background:#222;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out;color:#fff}.pt_plus_social_list.style-10 span{position:absolute;width:100%;height:100%;top:0;left:0;color:#fff;font-size:13px;text-align:center;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;opacity:0;-webkit-filter:blur(25px);filter:blur(25px);-webkit-transform:translateZ(0) translateX(0%);-moz-transform:translateZ(0) translateX(0%);-ms-transform:translateZ(0) translateX(0%);-o-transform:translateZ(0) translateX(0%);transform:translateZ(0) translateX(0%);will-change:transform;left:0;right:0}.pt_plus_social_list.style-10 li:hover span{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;opacity:1;-webkit-filter:blur(0);filter:blur(0)}.pt_plus_social_list.style-10 ul.social_list li a .fa{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out}.pt_plus_social_list.style-10 ul.social_list li:hover a .fa{transform:scale(0)}.pt_plus_social_list.style-11 ul.social_list li a{margin-right:0;color:red}.pt_plus_social_list.style-11 ul.social_list li{margin-right:10px}.pt_plus_social_list.style-11 ul.social_list li a:before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;content:""}.pt_plus_social_list.style-11 ul.social_list li a:before{z-index:1;-webkit-transition:box-shadow 0.3s;-moz-transition:box-shadow 0.3s;-o-transition:box-shadow 0.3s;-ms-transition:box-shadow 0.3s;transition:box-shadow 0.3s}.pt_plus_social_list.style-11 ul.social_list li a:before{-moz-box-shadow:inset 0 0 0 70px #404040;-webkit-box-shadow:inset 0 0 0 70px #404040;box-shadow:inset 0 0 0 70px #404040}.pt_plus_social_list.style-11 ul.social_list li:hover a:before{-moz-box-shadow:inset 0 0 0 4px #404040;-webkit-box-shadow:inset 0 0 0 4px #404040;box-shadow:inset 0 0 0 4px #404040}.pt_plus_social_list.style-11 ul.social_list li a .fa{position:relative;z-index:1}.pt_plus_social_list.style-12 ul.social_list li .social-loop-inner{overflow:visible}.pt_plus_social_list.style-12 ul.social_list li a{margin-right:0;width:5em;height:5em;line-height:5em;font-size:16px}.pt_plus_social_list.style-12 ul.social_list li{margin-right:10px;overflow:visible}.pt_plus_social_list.style-12 ul.social_list li a .fa,.pt_plus_social_list.style-12 ul.social_list li a span{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;line-height:5em}.pt_plus_social_list.style-10 li span,.pt_plus_social_list.style-12 ul.social_list li a .fa{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pt_plus_social_list.style-12 ul.social_list li a .fa{z-index:2;background:#595959}.pt_plus_social_list.style-12 ul.social_list li:hover a .fa{opacity:0;-webkit-transform:translateY(-40px) rotateX(90deg);-ms-transform:translateY(-40px) rotateX(90deg);-moz-transform:translateY(-40px) rotateX(90deg);-o-transform:translateY(-40px) rotateX(90deg);transform:translateY(-40px) rotateX(90deg)}.pt_plus_social_list.style-12 ul.social_list li a span{opacity:0;-webkit-transform:translateY(40px) rotateX(-90deg);-ms-transform:translateY(40px) rotateX(-90deg);-moz-transform:translateY(40px) rotateX(-90deg);-o-transform:translateY(40px) rotateX(-90deg);transform:translateY(40px) rotateX(-90deg);color:red;background:#000;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;justify-content:center}.pt_plus_social_list.style-12 ul.social_list li:hover a span{opacity:1;-webkit-transform:rotateX(0);-ms-transform:rotateX(0);-moz-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0)}.pt_plus_social_list.style-12 ul.social_list li a span{line-height:20px!important}.pt_plus_social_list.style-13 ul.social_list li .social-loop-inner{overflow:visible}.pt_plus_social_list.style-13 ul.social_list li a{margin:0;color:#fff;background:#000;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.pt_plus_social_list.style-13 ul.social_list li{margin-right:20px;overflow:visible}.pt_plus_social_list.style-13 ul.social_list li a:before,.pt_plus_social_list.style-13 ul.social_list li a:after{content:"";display:block;position:absolute;background:transparent;top:0;bottom:0;left:0;right:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:.3s all;-moz-transition:.3s all;-o-transition:.3s all;-ms-transition:.3s all;transition:.3s all;border:1px solid}.pt_plus_social_list.style-13 ul.social_list li a:after{opacity:0}.pt_plus_social_list.style-13 ul.social_list li:hover a:after{opacity:1;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);-moz-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5);border-color:#000}.pt_plus_social_list.style-13 ul.social_list li:hover a:before{-webkit-transform:scale(2);-ms-transform:scale(2);-moz-transform:scale(2);-o-transform:scale(2);transform:scale(2);-moz-transition:.3s all;-o-transition:.3s all;-ms-transition:.3s all;transition:.3s all;opacity:0}.pt_plus_social_list.style-13{overflow:visible}.pt_plus_social_list.style-14 .social_list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;width:100%}.pt_plus_social_list.style-14 ul.social_list li{display:block;width:100%;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around}.pt_plus_social_list.style-14 ul.social_list li a{width:100%;height:100%;display:block;margin-right:0;display:flex;justify-content:center;align-items:center;padding:10px}.pt_plus_social_list.style-14 .social_list li .social-loop-inner{position:relative;overflow:hidden;width:100%;height:100%;display:block;margin-right:0;display:flex;justify-content:center;align-items:center}.pt_plus_social_list.style-15 ul.social_list{display:inline-block;padding:0;margin:0;position:relative;list-style:none;display:block}.pt_plus_social_list.style-15 li.style-15{display:block}.pt_plus_social_list.style-15 ul.social_list .style-15 a{margin:0;width:100%;height:100%;display:block;display:flex;justify-content:center;align-items:center}.pt_plus_social_list.style-15 .social-faded li:hover i.fa,.pt_plus_social_list.style-14 .social-faded li:hover i.fa{-webkit-transform:scale(0);-ms-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.pt_plus_social_list.style-15 .social-faded a span,.pt_plus_social_list.style-14 .social-faded a span{position:absolute;width:100%;text-align:center;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;opacity:0;-webkit-filter:blur(25px);filter:blur(25px);-webkit-transform:translateZ(0) translateX(0%);-ms-transform:translateZ(0) translateX(0%);-moz-transform:translateZ(0) translateX(0%);-o-transform:translateZ(0) translateX(0%);transform:translateZ(0) translateX(0%);will-change:transform;left:0;right:0}.pt_plus_social_list.style-15 .social-faded li:hover span,.pt_plus_social_list.style-14 .social-faded li:hover span{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;opacity:1;-webkit-filter:blur(0);filter:blur(0)}.pt_plus_social_list.style-15 .socail-chaffal li i.fa,.pt_plus_social_list.style-14 .socail-chaffal li i.fa{display:none}.pt_plus_social_list.custom ul.social_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.pt_plus_social_list.custom ul.social_list li{margin:0 5px}.pt_plus_social_list.custom ul.social_list li a>span{display:none}.pt_plus_social_list.custom ul.social_list li .social-loop-inner{overflow:visible}.pt_plus_social_list.custom ul.social_list li a{width:60px;height:40px;line-height:initial;border-radius:3px;text-align:center;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:0}.pt_plus_social_list ul.social_list li:last-child a,.pt_plus_social_list.style-9 ul.social_list li:last-child,.pt_plus_social_list.style-10 ul.social_list li:last-child,.pt_plus_social_list.style-11 ul.social_list li:last-child,.pt_plus_social_list.style-12 ul.social_list li:last-child{margin-right:0}@media (min-width:767px) and (max-width:1024px){.tsocialtext-center{text-align:center!important;margin:0 auto!important}.tsocialtext-left{text-align:left!important;margin-left:0!important}.tsocialtext-right{text-align:right!important;margin-right:0!important}.pt_plus_social_list.tsocialtext-center ul.social_list{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.pt_plus_social_list.tsocialtext-left ul.social_list{-webkit-justify-content:flex-start!important;-moz-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.pt_plus_social_list.tsocialtext-right ul.social_list{-webkit-justify-content:flex-end!important;-moz-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}}@media (max-width:766px){.msocialtext-left{text-align:left!important;margin-left:0!important}.msocialtext-center{text-align:center!important;margin:0 auto!important}.msocialtext-right{text-align:right!important;margin-right:0!important}.pt_plus_social_list.msocialtext-center ul.social_list{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.pt_plus_social_list.msocialtext-left ul.social_list{-webkit-justify-content:flex-start!important;-moz-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.pt_plus_social_list.msocialtext-right ul.social_list{-webkit-justify-content:flex-end!important;-moz-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}}.pt_plus_social_list .social_list .social-fa:before{content:''}.pt_plus_social_list.pt_plus_sl_vertical ul.social_list{flex-direction:column}.pt_plus_social_list.pt_plus_sl_vertical{display:flex}.pt_plus_social_list.pt_plus_sl_vertical.text-center{justify-content:center}.pt_plus_social_list.pt_plus_sl_vertical.text-left{justify-content:flex-start}.pt_plus_social_list.pt_plus_sl_vertical.text-right{justify-content:flex-end}.pt_plus_social_list.pt_plus_sl_vertical.style-3 ul.social_list,.pt_plus_social_list.pt_plus_sl_vertical.style-6 ul.social_list,.pt_plus_social_list.pt_plus_sl_vertical.style-7 ul.social_list,.pt_plus_social_list.pt_plus_sl_vertical.style-13 ul.social_list{display:inline-flex}
|
includes/theplus_options.php
CHANGED
@@ -535,7 +535,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
535 |
'demoUrl' => 'https://theplusaddons.com/widgets/buttons/',
|
536 |
'docUrl' => 'https://docs.posimyth.com/tpae/buttons/',
|
537 |
'videoUrl' => 'https://www.youtube.com/embed/cuxzApRULv8',
|
538 |
-
'tag' => '
|
539 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M301.148 394.702l-79.2 79.19c-50.778 50.799-133.037 50.824-183.84 0-50.799-50.778-50.824-133.037 0-183.84l79.19-79.2a132.833 132.833 0 0 1 3.532-3.403c7.55-7.005 19.795-2.004 20.208 8.286.193 4.807.598 9.607 1.216 14.384.481 3.717-.746 7.447-3.397 10.096-16.48 16.469-75.142 75.128-75.3 75.286-36.738 36.759-36.731 96.188 0 132.94 36.759 36.738 96.188 36.731 132.94 0l79.2-79.2.36-.36c36.301-36.672 36.14-96.07-.37-132.58-8.214-8.214-17.577-14.58-27.585-19.109-4.566-2.066-7.426-6.667-7.134-11.67a62.197 62.197 0 0 1 2.826-15.259c2.103-6.601 9.531-9.961 15.919-7.28 15.073 6.324 29.187 15.62 41.435 27.868 50.688 50.689 50.679 133.17 0 183.851zm-90.296-93.554c12.248 12.248 26.362 21.544 41.435 27.868 6.388 2.68 13.816-.68 15.919-7.28a62.197 62.197 0 0 0 2.826-15.259c.292-5.003-2.569-9.604-7.134-11.67-10.008-4.528-19.371-10.894-27.585-19.109-36.51-36.51-36.671-95.908-.37-132.58l.36-.36 79.2-79.2c36.752-36.731 96.181-36.738 132.94 0 36.731 36.752 36.738 96.181 0 132.94-.157.157-58.819 58.817-75.3 75.286-2.651 2.65-3.878 6.379-3.397 10.096a163.156 163.156 0 0 1 1.216 14.384c.413 10.291 12.659 15.291 20.208 8.286a131.324 131.324 0 0 0 3.532-3.403l79.19-79.2c50.824-50.803 50.799-133.062 0-183.84-50.802-50.824-133.062-50.799-183.84 0l-79.2 79.19c-50.679 50.682-50.688 133.163 0 183.851z"/></svg>',
|
540 |
'keyword' => ['button'],
|
541 |
],
|
@@ -1138,7 +1138,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
1138 |
'demoUrl' => 'https://theplusaddons.com/widgets/social-icon/',
|
1139 |
'docUrl' => 'https://docs.posimyth.com/tpae/social-icon/',
|
1140 |
'videoUrl' => 'https://www.youtube.com/embed/exz4Ahc-KeA',
|
1141 |
-
'tag' => '
|
1142 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M566.633 169.37L406.63 9.392C386.626-10.612 352 3.395 352 32.022v72.538C210.132 108.474 88 143.455 88 286.3c0 84.74 49.78 133.742 79.45 155.462 24.196 17.695 58.033-4.917 49.7-34.51C188.286 304.843 225.497 284.074 352 280.54V352c0 28.655 34.654 42.606 54.63 22.63l160.003-160c12.489-12.5 12.489-32.76 0-45.26zM384 352V248.04c-141.718.777-240.762 15.03-197.65 167.96C154.91 393 120 351.28 120 286.3c0-134.037 131.645-149.387 264-150.26V32l160 160-160 160zm37.095 52.186c2.216-1.582 4.298-3.323 6.735-5.584 7.68-7.128 20.17-1.692 20.17 8.787V464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h172.146c6.612 0 11.954 5.412 11.852 12.04-.084 5.446-4.045 10.087-9.331 11.396-9.462 2.343-18.465 4.974-27.074 7.914-1.25.427-2.555.65-3.876.65H48c-8.837 0-16 7.163-16 16v352c0 8.837 7.163 16 16 16h352c8.837 0 16-7.163 16-16v-50.002c0-3.905 1.916-7.543 5.095-9.812z"/></svg>',
|
1143 |
'keyword' => ['social icon'],
|
1144 |
],
|
535 |
'demoUrl' => 'https://theplusaddons.com/widgets/buttons/',
|
536 |
'docUrl' => 'https://docs.posimyth.com/tpae/buttons/',
|
537 |
'videoUrl' => 'https://www.youtube.com/embed/cuxzApRULv8',
|
538 |
+
'tag' => 'free',
|
539 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M301.148 394.702l-79.2 79.19c-50.778 50.799-133.037 50.824-183.84 0-50.799-50.778-50.824-133.037 0-183.84l79.19-79.2a132.833 132.833 0 0 1 3.532-3.403c7.55-7.005 19.795-2.004 20.208 8.286.193 4.807.598 9.607 1.216 14.384.481 3.717-.746 7.447-3.397 10.096-16.48 16.469-75.142 75.128-75.3 75.286-36.738 36.759-36.731 96.188 0 132.94 36.759 36.738 96.188 36.731 132.94 0l79.2-79.2.36-.36c36.301-36.672 36.14-96.07-.37-132.58-8.214-8.214-17.577-14.58-27.585-19.109-4.566-2.066-7.426-6.667-7.134-11.67a62.197 62.197 0 0 1 2.826-15.259c2.103-6.601 9.531-9.961 15.919-7.28 15.073 6.324 29.187 15.62 41.435 27.868 50.688 50.689 50.679 133.17 0 183.851zm-90.296-93.554c12.248 12.248 26.362 21.544 41.435 27.868 6.388 2.68 13.816-.68 15.919-7.28a62.197 62.197 0 0 0 2.826-15.259c.292-5.003-2.569-9.604-7.134-11.67-10.008-4.528-19.371-10.894-27.585-19.109-36.51-36.51-36.671-95.908-.37-132.58l.36-.36 79.2-79.2c36.752-36.731 96.181-36.738 132.94 0 36.731 36.752 36.738 96.181 0 132.94-.157.157-58.819 58.817-75.3 75.286-2.651 2.65-3.878 6.379-3.397 10.096a163.156 163.156 0 0 1 1.216 14.384c.413 10.291 12.659 15.291 20.208 8.286a131.324 131.324 0 0 0 3.532-3.403l79.19-79.2c50.824-50.803 50.799-133.062 0-183.84-50.802-50.824-133.062-50.799-183.84 0l-79.2 79.19c-50.679 50.682-50.688 133.163 0 183.851z"/></svg>',
|
540 |
'keyword' => ['button'],
|
541 |
],
|
1138 |
'demoUrl' => 'https://theplusaddons.com/widgets/social-icon/',
|
1139 |
'docUrl' => 'https://docs.posimyth.com/tpae/social-icon/',
|
1140 |
'videoUrl' => 'https://www.youtube.com/embed/exz4Ahc-KeA',
|
1141 |
+
'tag' => 'free',
|
1142 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><path d="M566.633 169.37L406.63 9.392C386.626-10.612 352 3.395 352 32.022v72.538C210.132 108.474 88 143.455 88 286.3c0 84.74 49.78 133.742 79.45 155.462 24.196 17.695 58.033-4.917 49.7-34.51C188.286 304.843 225.497 284.074 352 280.54V352c0 28.655 34.654 42.606 54.63 22.63l160.003-160c12.489-12.5 12.489-32.76 0-45.26zM384 352V248.04c-141.718.777-240.762 15.03-197.65 167.96C154.91 393 120 351.28 120 286.3c0-134.037 131.645-149.387 264-150.26V32l160 160-160 160zm37.095 52.186c2.216-1.582 4.298-3.323 6.735-5.584 7.68-7.128 20.17-1.692 20.17 8.787V464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h172.146c6.612 0 11.954 5.412 11.852 12.04-.084 5.446-4.045 10.087-9.331 11.396-9.462 2.343-18.465 4.974-27.074 7.914-1.25.427-2.555.65-3.876.65H48c-8.837 0-16 7.163-16 16v352c0 8.837 7.163 16 16 16h352c8.837 0 16-7.163 16-16v-50.002c0-3.905 1.916-7.543 5.095-9.812z"/></svg>',
|
1143 |
'keyword' => ['social icon'],
|
1144 |
],
|
includes/welcome-page.php
CHANGED
@@ -94,10 +94,10 @@ echo '<div class="theplus-panel-welcome-page">';
|
|
94 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Notable additions made to The Plus Addons for Elementor.','tpebl').'</div>';
|
95 |
echo '<div class="theplus-sec-border"></div>';
|
96 |
echo '<div class="theplus-changelog-list">';
|
97 |
-
echo '<div class="changelog-date">
|
98 |
echo '<ul class="changelog-list">';
|
99 |
-
echo '<li>'.esc_html__('
|
100 |
-
echo '<li>'.esc_html__('
|
101 |
echo '<li>'.esc_html__('Fix : Minor fixes and Improvements','tpebl').'</li>';
|
102 |
echo '</ul>';
|
103 |
echo '</div>';
|
@@ -106,13 +106,11 @@ echo '<div class="theplus-panel-welcome-page">';
|
|
106 |
|
107 |
echo '<div class="theplus-sec-border" style="width:100%;height:1px;background:#DBDBDB;"></div>';
|
108 |
echo '<div class="theplus-changelog-list">';
|
109 |
-
echo '<div class="changelog-date">
|
110 |
echo '<ul class="changelog-list">';
|
111 |
-
echo '<li>'.esc_html__('
|
112 |
-
echo '<li>'.esc_html__('
|
113 |
-
echo '<li>'.esc_html__('
|
114 |
-
echo '<li>'.esc_html__('Added : Display Rules : WooCommerce : First Purchase Date','tpebl').'</li>';
|
115 |
-
echo '<li>'.esc_html__('Added : Display Rules : WooCommerce : Last Purchase Date','tpebl').'</li>';
|
116 |
echo '</ul>';
|
117 |
echo '</div>';
|
118 |
echo '<a href="https://roadmap.theplusaddons.com/changelog" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('change log','tpebl').'" target="_blank">'.esc_html__('Pro Full Change log','tpebl').'</a>';
|
94 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Notable additions made to The Plus Addons for Elementor.','tpebl').'</div>';
|
95 |
echo '<div class="theplus-sec-border"></div>';
|
96 |
echo '<div class="theplus-changelog-list">';
|
97 |
+
echo '<div class="changelog-date">Sep 14,2022 <span class="changelog-version">Lite Version 5.1.11</span></div>';
|
98 |
echo '<ul class="changelog-list">';
|
99 |
+
echo '<li>'.esc_html__('Added : Button Widget','tpebl').'</li>';
|
100 |
+
echo '<li>'.esc_html__('Added : Social Icons Widget','tpebl').'</li>';
|
101 |
echo '<li>'.esc_html__('Fix : Minor fixes and Improvements','tpebl').'</li>';
|
102 |
echo '</ul>';
|
103 |
echo '</div>';
|
106 |
|
107 |
echo '<div class="theplus-sec-border" style="width:100%;height:1px;background:#DBDBDB;"></div>';
|
108 |
echo '<div class="theplus-changelog-list">';
|
109 |
+
echo '<div class="changelog-date">Sep 14,2022 <span class="changelog-version">Pro Version 5.0.11</span></div>';
|
110 |
echo '<ul class="changelog-list">';
|
111 |
+
echo '<li>'.esc_html__('Update : Performance : Infobox : JS Load condition based','tpebl').'</li>';
|
112 |
+
echo '<li>'.esc_html__('Update : Performance : Advanced Button :JS Load condition based','tpebl').'</li>';
|
113 |
+
echo '<li>'.esc_html__('Update : Performance : Message Box : JS Load condition based','tpebl').'</li>';
|
|
|
|
|
114 |
echo '</ul>';
|
115 |
echo '</div>';
|
116 |
echo '<a href="https://roadmap.theplusaddons.com/changelog" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('change log','tpebl').'" target="_blank">'.esc_html__('Pro Full Change log','tpebl').'</a>';
|
lang/tpebl.pot
CHANGED
@@ -8,7 +8,7 @@ msgid ""
|
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: PACKAGE VERSION\n"
|
10 |
"Report-Msgid-Bugs-To: \n"
|
11 |
-
"POT-Creation-Date: 2022-
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -37,57 +37,57 @@ msgstr ""
|
|
37 |
msgid "Install Elementor Now"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: widgets_loader.php:
|
41 |
-
#: includes/theplus_options.php:
|
42 |
msgid "Invalid security"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: widgets_loader.php:
|
46 |
-
#: includes/theplus_options.php:
|
47 |
msgid "Invalid User"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: widgets_loader.php:
|
51 |
msgid "PlusEssential"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: widgets_loader.php:
|
55 |
msgid "PlusListing"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: widgets_loader.php:
|
59 |
msgid "PlusCreatives"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: widgets_loader.php:
|
63 |
msgid "PlusTabbed"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: widgets_loader.php:
|
67 |
msgid "PlusAdapted"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: widgets_loader.php:
|
71 |
msgid "PlusHeader"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: widgets_loader.php:
|
75 |
msgid "PlusBuilder"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: widgets_loader.php:
|
79 |
msgid "PlusWooBuilder"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: widgets_loader.php:
|
83 |
msgid "PlusSearchFilters"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: widgets_loader.php:
|
87 |
msgid "PlusDepreciated"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: widgets_loader.php:
|
91 |
msgid "Settings"
|
92 |
msgstr ""
|
93 |
|
@@ -117,7 +117,7 @@ msgstr ""
|
|
117 |
msgid "Twitter Link"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: includes/plus_addon.php:69 includes/theplus_options.php:
|
121 |
msgid "Instagram"
|
122 |
msgstr ""
|
123 |
|
@@ -125,578 +125,578 @@ msgstr ""
|
|
125 |
msgid "ThePlus Settings"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: includes/theplus_options.php:
|
129 |
msgid "Accordion"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: includes/theplus_options.php:
|
133 |
msgid "TP Text Block"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: includes/theplus_options.php:
|
137 |
msgid "Advanced Typography"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: includes/theplus_options.php:
|
141 |
msgid "Advanced Buttons"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: includes/theplus_options.php:
|
145 |
msgid "Advanced Separators"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: includes/theplus_options.php:
|
149 |
msgid "Advertisement Banner"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: includes/theplus_options.php:
|
153 |
msgid "Age Gate"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: includes/theplus_options.php:
|
157 |
msgid "Animated Service Boxes"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: includes/theplus_options.php:
|
161 |
msgid "Audio Player"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: includes/theplus_options.php:
|
165 |
msgid "Before After"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/theplus_options.php:
|
169 |
#: modules/widgets/tp_blockquote.php:48
|
170 |
msgid "Blockquote"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: includes/theplus_options.php:
|
174 |
msgid "Blog Listing"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: includes/theplus_options.php:
|
178 |
msgid "Breadcrumbs Bar"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: includes/theplus_options.php:
|
182 |
#: modules/widgets/tp_info_box.php:352
|
183 |
#: modules/widgets/tp_pricing_table.php:511
|
184 |
#: modules/widgets/tp_pricing_table.php:521
|
185 |
msgid "Button"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: includes/theplus_options.php:
|
189 |
#: modules/widgets/tp_caldera_forms.php:46
|
190 |
msgid "Caldera Forms"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: includes/theplus_options.php:
|
194 |
msgid "Carousel Anything"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: includes/theplus_options.php:
|
198 |
msgid "Carousel Remote"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: includes/theplus_options.php:
|
202 |
msgid "Cascading Image"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: includes/theplus_options.php:
|
206 |
msgid "Chart"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: includes/theplus_options.php:
|
210 |
msgid "Circle Menu"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: includes/theplus_options.php:
|
214 |
msgid "Clients Listing"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: includes/theplus_options.php:
|
218 |
msgid "Contact Form 7"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: includes/theplus_options.php:
|
222 |
msgid "Count Down"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: includes/theplus_options.php:
|
226 |
msgid "Coupon Code"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: includes/theplus_options.php:
|
230 |
#: modules/widgets/tp_dark_mode.php:49
|
231 |
msgid "Dark Mode"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: includes/theplus_options.php:
|
235 |
msgid "Design Tool"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: includes/theplus_options.php:
|
239 |
msgid "Draw SVG"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: includes/theplus_options.php:
|
243 |
msgid "Dynamic Categories"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: includes/theplus_options.php:
|
247 |
msgid "Dynamic Device"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: includes/theplus_options.php:
|
251 |
msgid "Dynamic Listing"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: includes/theplus_options.php:
|
255 |
msgid "Dynamic Smart Showcase"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: includes/theplus_options.php:
|
259 |
#: modules/widgets/tp_everest_form.php:46
|
260 |
msgid "Everest Form"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: includes/theplus_options.php:
|
264 |
msgid "Flip Box"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: includes/theplus_options.php:
|
268 |
msgid "Gallery Listing"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: includes/theplus_options.php:
|
272 |
msgid "Google Map"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: includes/theplus_options.php:
|
276 |
#: modules/widgets/tp_gravity_form.php:47
|
277 |
#: modules/widgets/tp_gravity_form.php:109
|
278 |
msgid "Gravity Form"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: includes/theplus_options.php:
|
282 |
#: modules/widgets/tp_heading_animation.php:31
|
283 |
msgid "Heading Animation"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: includes/theplus_options.php:
|
287 |
msgid "Header Meta Content"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: includes/theplus_options.php:
|
291 |
#: modules/widgets/tp_heading_title.php:31
|
292 |
#: modules/widgets/tp_heading_title.php:84
|
293 |
msgid "Heading Title"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: includes/theplus_options.php:
|
297 |
msgid "Hotspot"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: includes/theplus_options.php:
|
301 |
#: modules/widgets/tp_hovercard.php:51
|
302 |
msgid "Hover Card"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: includes/theplus_options.php:
|
306 |
msgid "Creative Image"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: includes/theplus_options.php:
|
310 |
msgid "Info Box"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: includes/theplus_options.php:
|
314 |
msgid "LottieFiles Animation"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: includes/theplus_options.php:
|
318 |
msgid "Mailchimp"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: includes/theplus_options.php:
|
322 |
#: modules/widgets/tp_meeting_scheduler.php:25
|
323 |
#: modules/widgets/tp_meeting_scheduler.php:43
|
324 |
msgid "Meeting Scheduler"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: includes/theplus_options.php:
|
328 |
msgid "Message Box"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: includes/theplus_options.php:
|
332 |
#: modules/widgets/tp_navigation_menu_lite.php:141
|
333 |
msgid "Mobile Menu"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: includes/theplus_options.php:
|
337 |
msgid "Morphing Layouts"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: includes/theplus_options.php:
|
341 |
msgid "Mouse Cursor"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: includes/theplus_options.php:
|
345 |
msgid "TP Navigation Menu Lite"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: includes/theplus_options.php:
|
349 |
msgid "TP Navigation Menu"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: includes/theplus_options.php:
|
353 |
#: modules/widgets/tp_ninja_form.php:47
|
354 |
msgid "Ninja Form"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: includes/theplus_options.php:
|
358 |
msgid "Number Counter"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: includes/theplus_options.php:
|
362 |
#: modules/widgets/tp_post_title.php:48
|
363 |
msgid "Post Title"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: includes/theplus_options.php:
|
367 |
#: modules/widgets/tp_post_content.php:48
|
368 |
msgid "Post Content"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: includes/theplus_options.php:
|
372 |
#: modules/widgets/tp_post_featured_image.php:29
|
373 |
msgid "Post Featured Image"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: includes/theplus_options.php:
|
377 |
#: modules/widgets/tp_post_meta.php:48
|
378 |
msgid "Post Meta"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: includes/theplus_options.php:
|
382 |
#: modules/widgets/tp_post_author.php:48 modules/widgets/tp_post_meta.php:870
|
383 |
msgid "Post Author"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: includes/theplus_options.php:
|
387 |
#: modules/widgets/tp_post_meta.php:1074 modules/widgets/tp_post_meta.php:1081
|
388 |
msgid "Post Comment"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: includes/theplus_options.php:
|
392 |
msgid "Post Prev/Next"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: includes/theplus_options.php:
|
396 |
msgid "Popup Builder"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: includes/theplus_options.php:
|
400 |
#: modules/widgets/tp_page_scroll.php:52
|
401 |
msgid "Page Scroll"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: includes/theplus_options.php:
|
405 |
msgid "Pre Loader"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: includes/theplus_options.php:
|
409 |
msgid "Pricing List"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: includes/theplus_options.php:
|
413 |
msgid "Pricing Table"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: includes/theplus_options.php:
|
417 |
msgid "Product Listing"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: includes/theplus_options.php:
|
421 |
msgid "Protected Content"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: includes/theplus_options.php:
|
425 |
msgid "Post Search"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: includes/theplus_options.php:
|
429 |
#: modules/widgets/tp_progress_bar.php:55
|
430 |
#: modules/widgets/tp_progress_bar.php:66
|
431 |
msgid "Progress Bar"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: includes/theplus_options.php:
|
435 |
msgid "Process Steps"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: includes/theplus_options.php:
|
439 |
msgid "Row Background"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: includes/theplus_options.php:
|
443 |
#: modules/widgets/tp_scroll_navigation.php:32
|
444 |
#: modules/widgets/tp_scroll_navigation.php:48
|
445 |
msgid "Scroll Navigation"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: includes/theplus_options.php:
|
449 |
msgid "Search bar"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: includes/theplus_options.php:
|
453 |
msgid "WP Search Filters"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: includes/theplus_options.php:
|
457 |
msgid "Site Logo"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: includes/theplus_options.php:
|
461 |
msgid "Smooth Scroll"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: includes/theplus_options.php:
|
465 |
msgid "Social Embed"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: includes/theplus_options.php:
|
469 |
msgid "Social Feed"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: includes/theplus_options.php:
|
473 |
#: modules/widgets/tp_team_member_listout.php:508
|
474 |
msgid "Social Icon"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: includes/theplus_options.php:
|
478 |
msgid "Social Reviews"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: includes/theplus_options.php:
|
482 |
msgid "Social Sharing"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: includes/theplus_options.php:
|
486 |
msgid "Style List"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: includes/theplus_options.php:
|
490 |
msgid "Switcher"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: includes/theplus_options.php:
|
494 |
msgid "Syntax Highlighter"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: includes/theplus_options.php:
|
498 |
msgid "Table"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: includes/theplus_options.php:
|
502 |
msgid "Table Of Content"
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: includes/theplus_options.php:
|
506 |
msgid "Tabs/Tours"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: includes/theplus_options.php:
|
510 |
#: modules/widgets/tp_team_member_listout.php:32
|
511 |
msgid "Team Member Listing"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: includes/theplus_options.php:
|
515 |
#: modules/widgets/tp_testimonial_listout.php:31
|
516 |
msgid "Testimonial"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: includes/theplus_options.php:
|
520 |
msgid "Timeline"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: includes/theplus_options.php:
|
524 |
msgid "Video Player"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: includes/theplus_options.php:
|
528 |
msgid "Unfold"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: includes/theplus_options.php:
|
532 |
msgid "WP Forms"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: includes/theplus_options.php:
|
536 |
msgid "Woo Cart"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: includes/theplus_options.php:
|
540 |
msgid "Woo Checkout"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: includes/theplus_options.php:
|
544 |
msgid "Woo My Account"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: includes/theplus_options.php:
|
548 |
msgid "Woo Order Track"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: includes/theplus_options.php:
|
552 |
msgid "Woo Single Basic"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: includes/theplus_options.php:
|
556 |
msgid "Woo Product Images"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: includes/theplus_options.php:
|
560 |
msgid "Woo Single Pricing"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: includes/theplus_options.php:
|
564 |
msgid "Woo Single Tabs"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: includes/theplus_options.php:
|
568 |
msgid "Woo Thank You"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: includes/theplus_options.php:
|
572 |
msgid "WP Login & Register"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: includes/theplus_options.php:
|
576 |
msgid "Section Scroll Animation"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: includes/theplus_options.php:
|
580 |
msgid "Section Custom CSS"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: includes/theplus_options.php:
|
584 |
msgid "Sticky Column"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: includes/theplus_options.php:
|
588 |
msgid "Custom/Media Width Column"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: includes/theplus_options.php:
|
592 |
msgid "Order AND Width Column"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: includes/theplus_options.php:
|
596 |
msgid "Column Custom CSS"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: includes/theplus_options.php:
|
600 |
msgid "Column Mouse Cursor"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: includes/theplus_options.php:
|
604 |
msgid "Display Condition"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: includes/theplus_options.php:
|
608 |
msgid "Event Tracker"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: includes/theplus_options.php:
|
612 |
msgid "Wrapper Link"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: includes/theplus_options.php:
|
616 |
#: modules/controls/group/plus-equal-height.php:45
|
617 |
msgid "Equal Height"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: includes/theplus_options.php:
|
621 |
#: modules/controls/group/plus-glass-morphism.php:43
|
622 |
msgid "Glass Morphism"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: includes/theplus_options.php:
|
626 |
msgid "Advanced Shadows"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: includes/theplus_options.php:
|
630 |
msgid "Cross Domain Copy Paste"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: includes/theplus_options.php:
|
634 |
msgid "Setting Panel"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: includes/theplus_options.php:
|
638 |
msgid "Version"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: includes/theplus_options.php:
|
642 |
msgid ""
|
643 |
"Thank you for selecting the The Plus Addons to Supercharge your Elementor "
|
644 |
"workflow, we would love to hear your experience."
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: includes/theplus_options.php:
|
648 |
msgid "Please consider taking a few seconds, to share your valuable review"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: includes/theplus_options.php:
|
652 |
msgid "Sure, I will ❤"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: includes/theplus_options.php:
|
656 |
msgid "Already done 😊"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: includes/theplus_options.php:
|
660 |
msgid "Need Help? 😥"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: includes/theplus_options.php:
|
664 |
msgid "Enable All"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: includes/theplus_options.php:
|
668 |
#: modules/widgets/tp_meeting_scheduler.php:86
|
669 |
#: modules/widgets/tp_post_meta.php:96
|
670 |
msgid "All"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: includes/theplus_options.php:
|
674 |
msgid "Free"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: includes/theplus_options.php:
|
678 |
msgid "Freemium"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: includes/theplus_options.php:
|
682 |
msgid "Pro"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: includes/theplus_options.php:
|
686 |
msgid "Disable Unused Widgets"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: includes/theplus_options.php:
|
690 |
msgid "Scan Unused Widgets"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: includes/theplus_options.php:
|
694 |
msgid "Search.."
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: includes/theplus_options.php:
|
698 |
#: modules/widgets/tp_adv_text_block.php:175
|
699 |
-
#: modules/widgets/tp_blockquote.php:
|
700 |
#: modules/widgets/tp_caldera_forms.php:2433
|
701 |
#: modules/widgets/tp_contact_form_7.php:1895
|
702 |
#: modules/widgets/tp_countdown.php:436
|
@@ -716,46 +716,46 @@ msgstr ""
|
|
716 |
msgid "Plus Extras"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: includes/theplus_options.php:
|
720 |
msgid ""
|
721 |
"List of features added in The Plus Addons for Elementor. You can enable/"
|
722 |
"disable them from below."
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: includes/theplus_options.php:
|
726 |
#: modules/widgets/tp_clients_listout.php:33
|
727 |
msgid "Clients"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: includes/theplus_options.php:
|
731 |
msgid "Team Member"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: includes/theplus_options.php:
|
735 |
msgid "Elementor Free & Pro Widgets Manager"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: includes/theplus_options.php:
|
739 |
msgid ""
|
740 |
"You may enable/disable any widgets as well as scan widgets to auto disable "
|
741 |
"all at once. Below is a collection of widgets for Elementor Free and "
|
742 |
"Elementor Pro version."
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: includes/theplus_options.php:
|
746 |
msgid "Clients Post Type Settings"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: includes/theplus_options.php:
|
750 |
msgid "Use below settings to configure your “Clients” custom post type."
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: includes/theplus_options.php:
|
754 |
msgid "Select Post Type Type"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: includes/theplus_options.php:
|
758 |
-
#: includes/theplus_options.php:
|
759 |
#: modules/controls/group/plus-adv-shadow.php:47
|
760 |
#: modules/controls/group/plus-adv-shadow.php:225
|
761 |
#: modules/controls/group/plus-adv-shadow.php:363
|
@@ -770,10 +770,6 @@ msgstr ""
|
|
770 |
#: modules/widgets/tp_age_gate.php:477 modules/widgets/tp_age_gate.php:531
|
771 |
#: modules/widgets/tp_age_gate.php:571 modules/widgets/tp_age_gate.php:2015
|
772 |
#: modules/widgets/tp_age_gate.php:2025 modules/widgets/tp_age_gate.php:2064
|
773 |
-
#: modules/widgets/tp_blockquote.php:107 modules/widgets/tp_blockquote.php:188
|
774 |
-
#: modules/widgets/tp_blockquote.php:224 modules/widgets/tp_blockquote.php:237
|
775 |
-
#: modules/widgets/tp_blockquote.php:300 modules/widgets/tp_blockquote.php:696
|
776 |
-
#: modules/widgets/tp_blockquote.php:1547
|
777 |
#: modules/widgets/tp_clients_listout.php:290
|
778 |
#: modules/widgets/tp_dark_mode.php:305 modules/widgets/tp_dark_mode.php:328
|
779 |
#: modules/widgets/tp_flip_box.php:327 modules/widgets/tp_flip_box.php:1970
|
@@ -830,50 +826,50 @@ msgstr ""
|
|
830 |
msgid "Disable"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: includes/theplus_options.php:
|
834 |
-
#: includes/theplus_options.php:
|
835 |
msgid "ThePlus Post Type"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: includes/theplus_options.php:
|
839 |
-
#: includes/theplus_options.php:
|
840 |
msgid "Prebuilt Theme Based"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: includes/theplus_options.php:
|
844 |
-
#: includes/theplus_options.php:
|
845 |
msgid "Post Name : (Keep Blank if you want to keep default Name)"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: includes/theplus_options.php:
|
849 |
msgid ""
|
850 |
"Enter value for clients custom post type name. Default: \"theplus_clients\""
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: includes/theplus_options.php:
|
854 |
-
#: includes/theplus_options.php:
|
855 |
msgid "Post Title : (Keep Blank if you want to keep default Title)"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: includes/theplus_options.php:
|
859 |
msgid "Enter value for clients custom post title name. Default: \"Tp Clients\""
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: includes/theplus_options.php:
|
863 |
msgid "Category Taxonomy Value : (Keep Blank if you want to keep default Name)"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: includes/theplus_options.php:
|
867 |
msgid ""
|
868 |
"Enter value for Category Taxonomy Value. Default : \"theplus_clients_cat\" "
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: includes/theplus_options.php:
|
872 |
-
#: includes/theplus_options.php:
|
873 |
msgid "Prebuilt Post Name : (You can find that from here)"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: includes/theplus_options.php:
|
877 |
#, php-format
|
878 |
msgid ""
|
879 |
"Enter the value of your current post type name which is prebuilt with your "
|
@@ -882,11 +878,11 @@ msgid ""
|
|
882 |
"screenshot</a> for how to get that value from URL of your current post type."
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: includes/theplus_options.php:
|
886 |
msgid "Prebuilt Category Taxonomy Value : (You can find that from here)"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: includes/theplus_options.php:
|
890 |
#, php-format
|
891 |
msgid ""
|
892 |
"Enter the value of your current Category Taxonomy Value which is prebuilt "
|
@@ -896,36 +892,36 @@ msgid ""
|
|
896 |
"taxonomy."
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: includes/theplus_options.php:
|
900 |
msgid "Testimonial Post Type Settings"
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: includes/theplus_options.php:
|
904 |
msgid "Use below settings to configure your “Testimonial” custom post type."
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: includes/theplus_options.php:
|
908 |
msgid "Select Post type Type"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: includes/theplus_options.php:
|
912 |
msgid ""
|
913 |
"Enter value for testimonial custom post type name. Default: "
|
914 |
"\"theplus_testimonial\""
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: includes/theplus_options.php:
|
918 |
msgid ""
|
919 |
"Enter value for testimonial custom post title name. Default: \"TP "
|
920 |
"Testimonials\""
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: includes/theplus_options.php:
|
924 |
msgid ""
|
925 |
"Enter value for Category Taxonomy Value. Default :\"theplus_testimonial_cat\""
|
926 |
msgstr ""
|
927 |
|
928 |
-
#: includes/theplus_options.php:
|
929 |
#, php-format
|
930 |
msgid ""
|
931 |
"Enter the value of your current post type name which is prebuilt with your "
|
@@ -934,7 +930,7 @@ msgid ""
|
|
934 |
"screenshot</a> for how to get that value from URL of your current post type."
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: includes/theplus_options.php:
|
938 |
#, php-format
|
939 |
msgid ""
|
940 |
"Enter the value of your current Category Taxonomy Value which is prebuilt "
|
@@ -944,41 +940,41 @@ msgid ""
|
|
944 |
"taxonomy."
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: includes/theplus_options.php:
|
948 |
msgid "Team Member Post Type Settings"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: includes/theplus_options.php:
|
952 |
msgid "Use below settings to configure your “Team Member” custom post type."
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: includes/theplus_options.php:
|
956 |
msgid "Select Team Member Post Type"
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: includes/theplus_options.php:
|
960 |
msgid ""
|
961 |
"Enter value for team member custom post type name. Default: "
|
962 |
"\"theplus_team_member\""
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: includes/theplus_options.php:
|
966 |
msgid ""
|
967 |
"Enter value for team member custom post type title. Default: \"TP Team "
|
968 |
"Members\""
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: includes/theplus_options.php:
|
972 |
msgid "Category Taxonomy Value (Keep Blank if you want to keep default Name)"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: includes/theplus_options.php:
|
976 |
msgid ""
|
977 |
"Enter value for Category Taxonomy Value. Default : \"theplus_team_member_cat"
|
978 |
"\""
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: includes/theplus_options.php:
|
982 |
#, php-format
|
983 |
msgid ""
|
984 |
"Enter the value of your current post type name which is prebuilt with your "
|
@@ -987,11 +983,11 @@ msgid ""
|
|
987 |
"screenshot</a> for how to get that value from URL of your current post type."
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: includes/theplus_options.php:
|
991 |
msgid "Prebuilt Category Taxonomy Value (You can find that from here)"
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: includes/theplus_options.php:
|
995 |
#, php-format
|
996 |
msgid ""
|
997 |
"Enter the value of your current Category Taxonomy Value which is prebuilt "
|
@@ -1001,19 +997,19 @@ msgid ""
|
|
1001 |
"taxonomy."
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: includes/theplus_options.php:
|
1005 |
#: modules/widgets/tp_blog_listout.php:476
|
1006 |
msgid "Lazy Load"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: includes/theplus_options.php:
|
1010 |
msgid ""
|
1011 |
"We are adding Lazy Load Functionality in each of our widgets. It's in beta "
|
1012 |
"version at this moment but completely implemented very soon. It will help "
|
1013 |
"you drastically in Google Web Vitals. "
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: includes/theplus_options.php:
|
1017 |
#: modules/controls/group/plus-adv-shadow.php:46
|
1018 |
#: modules/controls/group/plus-adv-shadow.php:224
|
1019 |
#: modules/controls/group/plus-adv-shadow.php:362
|
@@ -1028,10 +1024,6 @@ msgstr ""
|
|
1028 |
#: modules/widgets/tp_age_gate.php:476 modules/widgets/tp_age_gate.php:530
|
1029 |
#: modules/widgets/tp_age_gate.php:570 modules/widgets/tp_age_gate.php:2014
|
1030 |
#: modules/widgets/tp_age_gate.php:2024 modules/widgets/tp_age_gate.php:2063
|
1031 |
-
#: modules/widgets/tp_blockquote.php:106 modules/widgets/tp_blockquote.php:187
|
1032 |
-
#: modules/widgets/tp_blockquote.php:223 modules/widgets/tp_blockquote.php:236
|
1033 |
-
#: modules/widgets/tp_blockquote.php:299 modules/widgets/tp_blockquote.php:695
|
1034 |
-
#: modules/widgets/tp_blockquote.php:1546
|
1035 |
#: modules/widgets/tp_clients_listout.php:289
|
1036 |
#: modules/widgets/tp_dark_mode.php:304 modules/widgets/tp_dark_mode.php:327
|
1037 |
#: modules/widgets/tp_flip_box.php:326 modules/widgets/tp_flip_box.php:1969
|
@@ -1088,59 +1080,59 @@ msgstr ""
|
|
1088 |
msgid "Enable"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#: includes/theplus_options.php:
|
1092 |
msgid "Lazy Load Type"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: includes/theplus_options.php:
|
1096 |
msgid "Choose Type of animation you want in Lazy Load using above options."
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: includes/theplus_options.php:
|
1100 |
msgid "Fade In"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#: includes/theplus_options.php:
|
1104 |
msgid "Double Circle"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
-
#: includes/theplus_options.php:
|
1108 |
msgid "Simple Circle"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: includes/theplus_options.php:
|
1112 |
msgid "Blur Image"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: includes/theplus_options.php:
|
1116 |
msgid "Skeleton"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
-
#: includes/theplus_options.php:
|
1120 |
msgid "Cache Manager"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
-
#: includes/theplus_options.php:
|
1124 |
msgid "Smart Optimised (Recommended)"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
-
#: includes/theplus_options.php:
|
1128 |
msgid "On Demand Assets"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
-
#: includes/theplus_options.php:
|
1132 |
msgid "Custom CSS"
|
1133 |
msgstr ""
|
1134 |
|
1135 |
-
#: includes/theplus_options.php:
|
1136 |
msgid "Add Your Custom CSS Styles"
|
1137 |
msgstr ""
|
1138 |
|
1139 |
-
#: includes/theplus_options.php:
|
1140 |
msgid "Custom JS"
|
1141 |
msgstr ""
|
1142 |
|
1143 |
-
#: includes/theplus_options.php:
|
1144 |
msgid "Add Your Custom JS Scripts"
|
1145 |
msgstr ""
|
1146 |
|
@@ -1245,17 +1237,15 @@ msgid "Notable additions made to The Plus Addons for Elementor."
|
|
1245 |
msgstr ""
|
1246 |
|
1247 |
#: includes/welcome-page.php:99
|
1248 |
-
msgid "Update :
|
1249 |
msgstr ""
|
1250 |
|
1251 |
#: includes/welcome-page.php:100
|
1252 |
-
msgid "Update :
|
1253 |
msgstr ""
|
1254 |
|
1255 |
#: includes/welcome-page.php:101
|
1256 |
-
msgid ""
|
1257 |
-
"Update : Live Copy : add_action elementor/editor/after_enqueue_scripts to "
|
1258 |
-
"elementor/editor/before_enqueue_scripts"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
#: includes/welcome-page.php:104 includes/welcome-page.php:118
|
@@ -1267,23 +1257,23 @@ msgid "Lite Full Change log"
|
|
1267 |
msgstr ""
|
1268 |
|
1269 |
#: includes/welcome-page.php:111
|
1270 |
-
msgid "
|
1271 |
msgstr ""
|
1272 |
|
1273 |
#: includes/welcome-page.php:112
|
1274 |
-
msgid "
|
1275 |
msgstr ""
|
1276 |
|
1277 |
#: includes/welcome-page.php:113
|
1278 |
-
msgid "Update :
|
1279 |
msgstr ""
|
1280 |
|
1281 |
#: includes/welcome-page.php:114
|
1282 |
-
msgid "Update :
|
1283 |
msgstr ""
|
1284 |
|
1285 |
#: includes/welcome-page.php:115
|
1286 |
-
msgid "Update :
|
1287 |
msgstr ""
|
1288 |
|
1289 |
#: includes/welcome-page.php:118
|
@@ -1894,8 +1884,7 @@ msgstr ""
|
|
1894 |
|
1895 |
#: includes/plus-options/metabox/includes/CMB2_Field.php:1451
|
1896 |
#: includes/plus-options/metabox/includes/CMB2_Field.php:1455
|
1897 |
-
#: modules/helper-function.php:523 modules/widgets/
|
1898 |
-
#: modules/widgets/tp_button.php:418
|
1899 |
#: modules/widgets/tp_clients_listout.php:487
|
1900 |
#: modules/widgets/tp_countdown.php:379 modules/widgets/tp_flip_box.php:163
|
1901 |
#: modules/widgets/tp_flip_box.php:565 modules/widgets/tp_flip_box.php:1482
|
@@ -2431,7 +2420,6 @@ msgid "ID"
|
|
2431 |
msgstr ""
|
2432 |
|
2433 |
#: modules/helper-function.php:525 modules/widgets/tp_blockquote.php:76
|
2434 |
-
#: modules/widgets/tp_blockquote.php:564
|
2435 |
#: modules/widgets/tp_post_comment.php:817 modules/widgets/tp_post_meta.php:73
|
2436 |
msgid "Author"
|
2437 |
msgstr ""
|
@@ -2965,12 +2953,9 @@ msgstr ""
|
|
2965 |
#: modules/widgets/tp_age_gate.php:1166 modules/widgets/tp_age_gate.php:1404
|
2966 |
#: modules/widgets/tp_age_gate.php:1487 modules/widgets/tp_age_gate.php:1705
|
2967 |
#: modules/widgets/tp_age_gate.php:1812 modules/widgets/tp_age_gate.php:1893
|
2968 |
-
#: modules/widgets/tp_age_gate.php:2156 modules/widgets/tp_blockquote.php:
|
2969 |
-
#: modules/widgets/tp_blockquote.php:
|
2970 |
-
#: modules/widgets/tp_blockquote.php:
|
2971 |
-
#: modules/widgets/tp_blockquote.php:1986
|
2972 |
-
#: modules/widgets/tp_blockquote.php:2074
|
2973 |
-
#: modules/widgets/tp_blockquote.php:2115
|
2974 |
#: modules/widgets/tp_blog_listout.php:523
|
2975 |
#: modules/widgets/tp_blog_listout.php:604
|
2976 |
#: modules/widgets/tp_blog_listout.php:664
|
@@ -3235,12 +3220,6 @@ msgstr ""
|
|
3235 |
#: modules/widgets/tp_age_gate.php:932 modules/widgets/tp_age_gate.php:950
|
3236 |
#: modules/widgets/tp_age_gate.php:1818 modules/widgets/tp_age_gate.php:1835
|
3237 |
#: modules/widgets/tp_age_gate.php:1899 modules/widgets/tp_age_gate.php:1953
|
3238 |
-
#: modules/widgets/tp_blockquote.php:497 modules/widgets/tp_blockquote.php:514
|
3239 |
-
#: modules/widgets/tp_blockquote.php:636 modules/widgets/tp_blockquote.php:683
|
3240 |
-
#: modules/widgets/tp_blockquote.php:1283
|
3241 |
-
#: modules/widgets/tp_blockquote.php:1443
|
3242 |
-
#: modules/widgets/tp_blockquote.php:1496
|
3243 |
-
#: modules/widgets/tp_blockquote.php:1719
|
3244 |
#: modules/widgets/tp_caldera_forms.php:1659
|
3245 |
#: modules/widgets/tp_dark_mode.php:240 modules/widgets/tp_dark_mode.php:617
|
3246 |
#: modules/widgets/tp_flip_box.php:650 modules/widgets/tp_flip_box.php:1026
|
@@ -3323,12 +3302,9 @@ msgstr ""
|
|
3323 |
#: modules/widgets/tp_age_gate.php:1230 modules/widgets/tp_age_gate.php:1422
|
3324 |
#: modules/widgets/tp_age_gate.php:1541 modules/widgets/tp_age_gate.php:1723
|
3325 |
#: modules/widgets/tp_age_gate.php:1829 modules/widgets/tp_age_gate.php:1947
|
3326 |
-
#: modules/widgets/tp_age_gate.php:2200 modules/widgets/tp_blockquote.php:
|
3327 |
-
#: modules/widgets/tp_blockquote.php:
|
3328 |
-
#: modules/widgets/tp_blockquote.php:
|
3329 |
-
#: modules/widgets/tp_blockquote.php:2035
|
3330 |
-
#: modules/widgets/tp_blockquote.php:2090
|
3331 |
-
#: modules/widgets/tp_blockquote.php:2129
|
3332 |
#: modules/widgets/tp_blog_listout.php:541
|
3333 |
#: modules/widgets/tp_blog_listout.php:622
|
3334 |
#: modules/widgets/tp_blog_listout.php:682
|
@@ -3547,15 +3523,15 @@ msgstr ""
|
|
3547 |
msgid "https://www.demo-link.com"
|
3548 |
msgstr ""
|
3549 |
|
3550 |
-
#: modules/enqueue/plus-generator.php:
|
3551 |
msgid "The Plus Performance"
|
3552 |
msgstr ""
|
3553 |
|
3554 |
-
#: modules/enqueue/plus-generator.php:
|
3555 |
msgid "Purge All Pages"
|
3556 |
msgstr ""
|
3557 |
|
3558 |
-
#: modules/enqueue/plus-generator.php:
|
3559 |
msgid "Purge Current Page"
|
3560 |
msgstr ""
|
3561 |
|
@@ -4153,7 +4129,7 @@ msgstr ""
|
|
4153 |
#: modules/widgets/tp_accordion.php:118 modules/widgets/tp_accordion.php:168
|
4154 |
#: modules/widgets/tp_adv_text_block.php:94
|
4155 |
#: modules/widgets/tp_adv_text_block.php:132
|
4156 |
-
#: modules/widgets/tp_age_gate.php:70 modules/widgets/tp_blockquote.php:
|
4157 |
#: modules/widgets/tp_blog_listout.php:319
|
4158 |
#: modules/widgets/tp_blog_listout.php:342
|
4159 |
#: modules/widgets/tp_blog_listout.php:369
|
@@ -4249,7 +4225,7 @@ msgstr ""
|
|
4249 |
#: modules/widgets/tp_accordion.php:119 modules/widgets/tp_accordion.php:169
|
4250 |
#: modules/widgets/tp_adv_text_block.php:95
|
4251 |
#: modules/widgets/tp_adv_text_block.php:133
|
4252 |
-
#: modules/widgets/tp_age_gate.php:71 modules/widgets/tp_blockquote.php:
|
4253 |
#: modules/widgets/tp_blog_listout.php:320
|
4254 |
#: modules/widgets/tp_blog_listout.php:343
|
4255 |
#: modules/widgets/tp_blog_listout.php:370
|
@@ -4410,11 +4386,10 @@ msgid "Icons Mind (Pro)"
|
|
4410 |
msgstr ""
|
4411 |
|
4412 |
#: modules/widgets/tp_accordion.php:191 modules/widgets/tp_accordion.php:203
|
4413 |
-
#: modules/widgets/tp_accordion.php:245 modules/widgets/
|
4414 |
-
#: modules/widgets/
|
4415 |
-
#: modules/widgets/tp_flip_box.php:
|
4416 |
-
#: modules/widgets/tp_info_box.php:
|
4417 |
-
#: modules/widgets/tp_info_box.php:474
|
4418 |
#: modules/widgets/tp_number_counter.php:259
|
4419 |
#: modules/widgets/tp_post_search.php:148
|
4420 |
#: modules/widgets/tp_pricing_table.php:195
|
@@ -4448,8 +4423,7 @@ msgstr ""
|
|
4448 |
msgid "Extra Option"
|
4449 |
msgstr ""
|
4450 |
|
4451 |
-
#: modules/widgets/tp_accordion.php:298 modules/widgets/
|
4452 |
-
#: modules/widgets/tp_blockquote.php:965 modules/widgets/tp_button.php:222
|
4453 |
#: modules/widgets/tp_flip_box.php:164 modules/widgets/tp_flip_box.php:439
|
4454 |
#: modules/widgets/tp_info_box.php:224 modules/widgets/tp_info_box.php:458
|
4455 |
#: modules/widgets/tp_number_counter.php:222
|
@@ -4466,11 +4440,8 @@ msgstr ""
|
|
4466 |
|
4467 |
#: modules/widgets/tp_accordion.php:309
|
4468 |
#: modules/widgets/tp_adv_text_block.php:65
|
4469 |
-
#: modules/widgets/tp_age_gate.php:410 modules/widgets/tp_blockquote.php:
|
4470 |
-
#: modules/widgets/
|
4471 |
-
#: modules/widgets/tp_blockquote.php:574 modules/widgets/tp_blockquote.php:879
|
4472 |
-
#: modules/widgets/tp_blockquote.php:1342 modules/widgets/tp_button.php:160
|
4473 |
-
#: modules/widgets/tp_contact_form_7.php:71
|
4474 |
#: modules/widgets/tp_contact_form_7.php:963
|
4475 |
#: modules/widgets/tp_gravity_form.php:180
|
4476 |
#: modules/widgets/tp_gravity_form.php:1693
|
@@ -4512,8 +4483,8 @@ msgid "Gap"
|
|
4512 |
msgstr ""
|
4513 |
|
4514 |
#: modules/widgets/tp_accordion.php:383 modules/widgets/tp_age_gate.php:1310
|
4515 |
-
#: modules/widgets/tp_age_gate.php:1611 modules/widgets/
|
4516 |
-
#: modules/widgets/
|
4517 |
#: modules/widgets/tp_caldera_forms.php:1038
|
4518 |
#: modules/widgets/tp_dark_mode.php:364
|
4519 |
#: modules/widgets/tp_everest_form.php:783
|
@@ -4543,7 +4514,7 @@ msgstr ""
|
|
4543 |
#: modules/widgets/tp_age_gate.php:893 modules/widgets/tp_age_gate.php:976
|
4544 |
#: modules/widgets/tp_age_gate.php:1128 modules/widgets/tp_age_gate.php:1455
|
4545 |
#: modules/widgets/tp_age_gate.php:1779 modules/widgets/tp_age_gate.php:1861
|
4546 |
-
#: modules/widgets/tp_blockquote.php:
|
4547 |
#: modules/widgets/tp_blog_listout.php:514
|
4548 |
#: modules/widgets/tp_blog_listout.php:595
|
4549 |
#: modules/widgets/tp_blog_listout.php:655
|
@@ -4599,13 +4570,8 @@ msgstr ""
|
|
4599 |
#: modules/widgets/tp_accordion.php:424
|
4600 |
#: modules/widgets/tp_adv_text_block.php:69
|
4601 |
#: modules/widgets/tp_age_gate.php:415 modules/widgets/tp_age_gate.php:443
|
4602 |
-
#: modules/widgets/tp_age_gate.php:2033 modules/widgets/tp_blockquote.php:
|
4603 |
-
#: modules/widgets/
|
4604 |
-
#: modules/widgets/tp_blockquote.php:578 modules/widgets/tp_blockquote.php:721
|
4605 |
-
#: modules/widgets/tp_blockquote.php:883
|
4606 |
-
#: modules/widgets/tp_blockquote.php:1346
|
4607 |
-
#: modules/widgets/tp_blockquote.php:1572 modules/widgets/tp_button.php:164
|
4608 |
-
#: modules/widgets/tp_caldera_forms.php:1549
|
4609 |
#: modules/widgets/tp_contact_form_7.php:75
|
4610 |
#: modules/widgets/tp_contact_form_7.php:967
|
4611 |
#: modules/widgets/tp_gravity_form.php:184
|
@@ -4642,9 +4608,7 @@ msgstr ""
|
|
4642 |
#: modules/widgets/tp_accordion.php:428
|
4643 |
#: modules/widgets/tp_adv_text_block.php:73
|
4644 |
#: modules/widgets/tp_age_gate.php:419 modules/widgets/tp_age_gate.php:447
|
4645 |
-
#: modules/widgets/tp_blockquote.php:
|
4646 |
-
#: modules/widgets/tp_blockquote.php:582 modules/widgets/tp_blockquote.php:887
|
4647 |
-
#: modules/widgets/tp_blockquote.php:1350 modules/widgets/tp_button.php:168
|
4648 |
#: modules/widgets/tp_caldera_forms.php:1553
|
4649 |
#: modules/widgets/tp_contact_form_7.php:79
|
4650 |
#: modules/widgets/tp_contact_form_7.php:971
|
@@ -4678,11 +4642,8 @@ msgstr ""
|
|
4678 |
#: modules/widgets/tp_accordion.php:432
|
4679 |
#: modules/widgets/tp_adv_text_block.php:77
|
4680 |
#: modules/widgets/tp_age_gate.php:423 modules/widgets/tp_age_gate.php:451
|
4681 |
-
#: modules/widgets/tp_age_gate.php:2072 modules/widgets/tp_blockquote.php:
|
4682 |
-
#: modules/widgets/
|
4683 |
-
#: modules/widgets/tp_blockquote.php:586 modules/widgets/tp_blockquote.php:891
|
4684 |
-
#: modules/widgets/tp_blockquote.php:1354 modules/widgets/tp_button.php:172
|
4685 |
-
#: modules/widgets/tp_caldera_forms.php:1557
|
4686 |
#: modules/widgets/tp_contact_form_7.php:83
|
4687 |
#: modules/widgets/tp_contact_form_7.php:975
|
4688 |
#: modules/widgets/tp_dark_mode.php:157
|
@@ -4911,10 +4872,9 @@ msgid "Gradient Angle"
|
|
4911 |
msgstr ""
|
4912 |
|
4913 |
#: modules/widgets/tp_accordion.php:577 modules/widgets/tp_accordion.php:727
|
4914 |
-
#: modules/widgets/
|
4915 |
-
#: modules/widgets/
|
4916 |
-
#: modules/widgets/tp_flip_box.php:
|
4917 |
-
#: modules/widgets/tp_flip_box.php:1134 modules/widgets/tp_flip_box.php:1284
|
4918 |
#: modules/widgets/tp_heading_title.php:635
|
4919 |
#: modules/widgets/tp_heading_title.php:843
|
4920 |
#: modules/widgets/tp_heading_title.php:1009
|
@@ -4962,7 +4922,7 @@ msgstr ""
|
|
4962 |
#: modules/widgets/tp_age_gate.php:1014 modules/widgets/tp_age_gate.php:1068
|
4963 |
#: modules/widgets/tp_age_gate.php:1172 modules/widgets/tp_age_gate.php:1236
|
4964 |
#: modules/widgets/tp_age_gate.php:1493 modules/widgets/tp_age_gate.php:1547
|
4965 |
-
#: modules/widgets/tp_blockquote.php:
|
4966 |
#: modules/widgets/tp_button.php:389 modules/widgets/tp_caldera_forms.php:227
|
4967 |
#: modules/widgets/tp_caldera_forms.php:272
|
4968 |
#: modules/widgets/tp_caldera_forms.php:621
|
@@ -5052,8 +5012,8 @@ msgstr ""
|
|
5052 |
msgid "Content Background"
|
5053 |
msgstr ""
|
5054 |
|
5055 |
-
#: modules/widgets/tp_accordion.php:825 modules/widgets/tp_blockquote.php:
|
5056 |
-
#: modules/widgets/tp_blockquote.php:
|
5057 |
#: modules/widgets/tp_header_extras.php:769
|
5058 |
#: modules/widgets/tp_info_box.php:1137 modules/widgets/tp_info_box.php:1304
|
5059 |
#: modules/widgets/tp_navigation_menu_lite.php:1164
|
@@ -5072,7 +5032,7 @@ msgstr ""
|
|
5072 |
|
5073 |
#: modules/widgets/tp_accordion.php:874
|
5074 |
#: modules/widgets/tp_adv_text_block.php:184
|
5075 |
-
#: modules/widgets/tp_blockquote.php:
|
5076 |
#: modules/widgets/tp_blog_listout.php:951 modules/widgets/tp_button.php:821
|
5077 |
#: modules/widgets/tp_caldera_forms.php:2442
|
5078 |
#: modules/widgets/tp_clients_listout.php:780
|
@@ -5109,7 +5069,7 @@ msgstr ""
|
|
5109 |
|
5110 |
#: modules/widgets/tp_accordion.php:891
|
5111 |
#: modules/widgets/tp_adv_text_block.php:201
|
5112 |
-
#: modules/widgets/tp_blockquote.php:
|
5113 |
#: modules/widgets/tp_blog_listout.php:969 modules/widgets/tp_button.php:838
|
5114 |
#: modules/widgets/tp_caldera_forms.php:2459
|
5115 |
#: modules/widgets/tp_clients_listout.php:798
|
@@ -5137,7 +5097,7 @@ msgstr ""
|
|
5137 |
|
5138 |
#: modules/widgets/tp_accordion.php:911
|
5139 |
#: modules/widgets/tp_adv_text_block.php:221
|
5140 |
-
#: modules/widgets/tp_blockquote.php:
|
5141 |
#: modules/widgets/tp_blog_listout.php:1027 modules/widgets/tp_button.php:858
|
5142 |
#: modules/widgets/tp_caldera_forms.php:2479
|
5143 |
#: modules/widgets/tp_clients_listout.php:855
|
@@ -5166,8 +5126,7 @@ msgstr ""
|
|
5166 |
#: modules/widgets/tp_accordion.php:923 modules/widgets/tp_accordion.php:992
|
5167 |
#: modules/widgets/tp_adv_text_block.php:233
|
5168 |
#: modules/widgets/tp_adv_text_block.php:302
|
5169 |
-
#: modules/widgets/tp_blockquote.php:
|
5170 |
-
#: modules/widgets/tp_blockquote.php:2274
|
5171 |
#: modules/widgets/tp_blog_listout.php:1039
|
5172 |
#: modules/widgets/tp_blog_listout.php:1108 modules/widgets/tp_button.php:870
|
5173 |
#: modules/widgets/tp_button.php:939 modules/widgets/tp_caldera_forms.php:2491
|
@@ -5215,7 +5174,7 @@ msgstr ""
|
|
5215 |
|
5216 |
#: modules/widgets/tp_accordion.php:944
|
5217 |
#: modules/widgets/tp_adv_text_block.php:254
|
5218 |
-
#: modules/widgets/tp_blockquote.php:
|
5219 |
#: modules/widgets/tp_blog_listout.php:1060 modules/widgets/tp_button.php:891
|
5220 |
#: modules/widgets/tp_caldera_forms.php:2512
|
5221 |
#: modules/widgets/tp_clients_listout.php:888
|
@@ -5243,7 +5202,7 @@ msgstr ""
|
|
5243 |
|
5244 |
#: modules/widgets/tp_accordion.php:958
|
5245 |
#: modules/widgets/tp_adv_text_block.php:268
|
5246 |
-
#: modules/widgets/tp_blockquote.php:
|
5247 |
#: modules/widgets/tp_blog_listout.php:1074 modules/widgets/tp_button.php:905
|
5248 |
#: modules/widgets/tp_caldera_forms.php:2526
|
5249 |
#: modules/widgets/tp_clients_listout.php:902
|
@@ -5271,7 +5230,7 @@ msgstr ""
|
|
5271 |
|
5272 |
#: modules/widgets/tp_accordion.php:979
|
5273 |
#: modules/widgets/tp_adv_text_block.php:289
|
5274 |
-
#: modules/widgets/tp_blockquote.php:
|
5275 |
#: modules/widgets/tp_blog_listout.php:1095 modules/widgets/tp_button.php:926
|
5276 |
#: modules/widgets/tp_caldera_forms.php:2547
|
5277 |
#: modules/widgets/tp_clients_listout.php:923
|
@@ -5304,11 +5263,10 @@ msgstr ""
|
|
5304 |
#: modules/widgets/tp_adv_text_block.php:53
|
5305 |
#: modules/widgets/tp_age_gate.php:139 modules/widgets/tp_age_gate.php:150
|
5306 |
#: modules/widgets/tp_age_gate.php:164 modules/widgets/tp_age_gate.php:178
|
5307 |
-
#: modules/widgets/tp_age_gate.php:745 modules/widgets/
|
5308 |
-
#: modules/widgets/
|
5309 |
-
#: modules/widgets/
|
5310 |
-
#: modules/widgets/tp_messagebox.php:
|
5311 |
-
#: modules/widgets/tp_ninja_form.php:120
|
5312 |
msgid "Description"
|
5313 |
msgstr ""
|
5314 |
|
@@ -5329,7 +5287,7 @@ msgid "Type your description here"
|
|
5329 |
msgstr ""
|
5330 |
|
5331 |
#: modules/widgets/tp_adv_text_block.php:81
|
5332 |
-
#: modules/widgets/tp_blockquote.php:
|
5333 |
#: modules/widgets/tp_heading_title.php:151
|
5334 |
msgid "Justify"
|
5335 |
msgstr ""
|
@@ -5529,9 +5487,7 @@ msgstr ""
|
|
5529 |
msgid "Background Image"
|
5530 |
msgstr ""
|
5531 |
|
5532 |
-
#: modules/widgets/tp_age_gate.php:485
|
5533 |
-
#: modules/widgets/tp_blockquote.php:1508
|
5534 |
-
#: modules/widgets/tp_blockquote.php:1658
|
5535 |
#: modules/widgets/tp_caldera_forms.php:1238
|
5536 |
#: modules/widgets/tp_caldera_forms.php:1292
|
5537 |
#: modules/widgets/tp_caldera_forms.php:1337
|
@@ -5575,8 +5531,7 @@ msgstr ""
|
|
5575 |
msgid "Right Side Image"
|
5576 |
msgstr ""
|
5577 |
|
5578 |
-
#: modules/widgets/tp_age_gate.php:539 modules/widgets/
|
5579 |
-
#: modules/widgets/tp_blockquote.php:846 modules/widgets/tp_flip_box.php:165
|
5580 |
#: modules/widgets/tp_hovercard.php:154 modules/widgets/tp_hovercard.php:1078
|
5581 |
#: modules/widgets/tp_info_box.php:225
|
5582 |
#: modules/widgets/tp_number_counter.php:235
|
@@ -5611,15 +5566,8 @@ msgstr ""
|
|
5611 |
#: modules/widgets/tp_age_gate.php:1269 modules/widgets/tp_age_gate.php:1520
|
5612 |
#: modules/widgets/tp_age_gate.php:1574 modules/widgets/tp_age_gate.php:1926
|
5613 |
#: modules/widgets/tp_age_gate.php:1980 modules/widgets/tp_age_gate.php:2179
|
5614 |
-
#: modules/widgets/tp_age_gate.php:2223 modules/widgets/tp_blockquote.php:
|
5615 |
-
#: modules/widgets/tp_blockquote.php:
|
5616 |
-
#: modules/widgets/tp_blockquote.php:1310
|
5617 |
-
#: modules/widgets/tp_blockquote.php:1471
|
5618 |
-
#: modules/widgets/tp_blockquote.php:1524
|
5619 |
-
#: modules/widgets/tp_blockquote.php:1674
|
5620 |
-
#: modules/widgets/tp_blockquote.php:1729
|
5621 |
-
#: modules/widgets/tp_blockquote.php:2023
|
5622 |
-
#: modules/widgets/tp_blockquote.php:2052
|
5623 |
#: modules/widgets/tp_blog_listout.php:820
|
5624 |
#: modules/widgets/tp_blog_listout.php:844 modules/widgets/tp_button.php:476
|
5625 |
#: modules/widgets/tp_caldera_forms.php:421
|
@@ -5786,11 +5734,7 @@ msgstr ""
|
|
5786 |
#: modules/widgets/tp_age_gate.php:984 modules/widgets/tp_age_gate.php:1151
|
5787 |
#: modules/widgets/tp_age_gate.php:1391 modules/widgets/tp_age_gate.php:1474
|
5788 |
#: modules/widgets/tp_age_gate.php:1692 modules/widgets/tp_age_gate.php:1799
|
5789 |
-
#: modules/widgets/tp_age_gate.php:1880 modules/widgets/tp_blockquote.php:
|
5790 |
-
#: modules/widgets/tp_blockquote.php:548 modules/widgets/tp_blockquote.php:614
|
5791 |
-
#: modules/widgets/tp_blockquote.php:654 modules/widgets/tp_blockquote.php:868
|
5792 |
-
#: modules/widgets/tp_blockquote.php:1379
|
5793 |
-
#: modules/widgets/tp_blockquote.php:1949
|
5794 |
#: modules/widgets/tp_caldera_forms.php:85
|
5795 |
#: modules/widgets/tp_caldera_forms.php:198
|
5796 |
#: modules/widgets/tp_caldera_forms.php:585
|
@@ -5841,12 +5785,7 @@ msgstr ""
|
|
5841 |
#: modules/widgets/tp_age_gate.php:902 modules/widgets/tp_age_gate.php:995
|
5842 |
#: modules/widgets/tp_age_gate.php:1138 modules/widgets/tp_age_gate.php:1463
|
5843 |
#: modules/widgets/tp_age_gate.php:1788 modules/widgets/tp_age_gate.php:1869
|
5844 |
-
#: modules/widgets/tp_blockquote.php:
|
5845 |
-
#: modules/widgets/tp_blockquote.php:537 modules/widgets/tp_blockquote.php:625
|
5846 |
-
#: modules/widgets/tp_blockquote.php:665 modules/widgets/tp_blockquote.php:776
|
5847 |
-
#: modules/widgets/tp_blockquote.php:857 modules/widgets/tp_blockquote.php:976
|
5848 |
-
#: modules/widgets/tp_blockquote.php:1367
|
5849 |
-
#: modules/widgets/tp_blockquote.php:1938
|
5850 |
#: modules/widgets/tp_blog_listout.php:796 modules/widgets/tp_button.php:333
|
5851 |
#: modules/widgets/tp_caldera_forms.php:1191
|
5852 |
#: modules/widgets/tp_caldera_forms.php:1377
|
@@ -5892,12 +5831,6 @@ msgstr ""
|
|
5892 |
#: modules/widgets/tp_age_gate.php:1513 modules/widgets/tp_age_gate.php:1567
|
5893 |
#: modules/widgets/tp_age_gate.php:1919 modules/widgets/tp_age_gate.php:1973
|
5894 |
#: modules/widgets/tp_age_gate.php:2172 modules/widgets/tp_age_gate.php:2216
|
5895 |
-
#: modules/widgets/tp_blockquote.php:804 modules/widgets/tp_blockquote.php:936
|
5896 |
-
#: modules/widgets/tp_blockquote.php:1302
|
5897 |
-
#: modules/widgets/tp_blockquote.php:1464
|
5898 |
-
#: modules/widgets/tp_blockquote.php:1517
|
5899 |
-
#: modules/widgets/tp_blockquote.php:1667
|
5900 |
-
#: modules/widgets/tp_blockquote.php:1837
|
5901 |
#: modules/widgets/tp_caldera_forms.php:1249
|
5902 |
#: modules/widgets/tp_caldera_forms.php:1436
|
5903 |
#: modules/widgets/tp_caldera_forms.php:2058
|
@@ -6106,236 +6039,20 @@ msgstr ""
|
|
6106 |
msgid "John Doe"
|
6107 |
msgstr ""
|
6108 |
|
6109 |
-
#: modules/widgets/tp_blockquote.php:
|
6110 |
-
msgid "Author Description"
|
6111 |
-
msgstr ""
|
6112 |
-
|
6113 |
-
#: modules/widgets/tp_blockquote.php:92
|
6114 |
-
msgid "- Developer"
|
6115 |
-
msgstr ""
|
6116 |
-
|
6117 |
-
#: modules/widgets/tp_blockquote.php:136 modules/widgets/tp_blockquote.php:749
|
6118 |
-
#: modules/widgets/tp_blockquote.php:1595 modules/widgets/tp_hovercard.php:376
|
6119 |
-
#: modules/widgets/tp_pricing_table.php:1631
|
6120 |
-
#: modules/widgets/tp_scroll_navigation.php:76
|
6121 |
-
#: modules/widgets/tp_tabs_tours.php:242 modules/widgets/tp_tabs_tours.php:489
|
6122 |
-
msgid "Top"
|
6123 |
-
msgstr ""
|
6124 |
-
|
6125 |
-
#: modules/widgets/tp_blockquote.php:137 modules/widgets/tp_dark_mode.php:193
|
6126 |
-
#: modules/widgets/tp_hovercard.php:378
|
6127 |
-
#: modules/widgets/tp_pricing_table.php:1639
|
6128 |
-
#: modules/widgets/tp_scroll_navigation.php:79
|
6129 |
-
#: modules/widgets/tp_tabs_tours.php:246 modules/widgets/tp_tabs_tours.php:497
|
6130 |
-
msgid "Bottom"
|
6131 |
-
msgstr ""
|
6132 |
-
|
6133 |
-
#: modules/widgets/tp_blockquote.php:138
|
6134 |
-
msgid "Both"
|
6135 |
-
msgstr ""
|
6136 |
-
|
6137 |
-
#: modules/widgets/tp_blockquote.php:170
|
6138 |
-
msgid "Opposite"
|
6139 |
-
msgstr ""
|
6140 |
-
|
6141 |
-
#: modules/widgets/tp_blockquote.php:184 modules/widgets/tp_blockquote.php:211
|
6142 |
-
msgid "Tweet"
|
6143 |
-
msgstr ""
|
6144 |
-
|
6145 |
-
#: modules/widgets/tp_blockquote.php:195
|
6146 |
-
msgid "Tweet Icon"
|
6147 |
-
msgstr ""
|
6148 |
-
|
6149 |
-
#: modules/widgets/tp_blockquote.php:209 modules/widgets/tp_button.php:86
|
6150 |
-
#: modules/widgets/tp_flip_box.php:369 modules/widgets/tp_hovercard.php:153
|
6151 |
-
#: modules/widgets/tp_hovercard.php:165
|
6152 |
-
#: modules/widgets/tp_meeting_scheduler.php:345
|
6153 |
-
#: modules/widgets/tp_post_comment.php:55 modules/widgets/tp_post_meta.php:542
|
6154 |
-
#: modules/widgets/tp_post_meta.php:553
|
6155 |
-
msgid "Text"
|
6156 |
-
msgstr ""
|
6157 |
-
|
6158 |
-
#: modules/widgets/tp_blockquote.php:220
|
6159 |
-
msgid "Tweet Current Page"
|
6160 |
-
msgstr ""
|
6161 |
-
|
6162 |
-
#: modules/widgets/tp_blockquote.php:247
|
6163 |
-
#: modules/widgets/tp_header_extras.php:2426
|
6164 |
-
#: modules/widgets/tp_meeting_scheduler.php:50
|
6165 |
-
msgid "Select"
|
6166 |
-
msgstr ""
|
6167 |
-
|
6168 |
-
#: modules/widgets/tp_blockquote.php:290
|
6169 |
-
#: modules/widgets/tp_blog_listout.php:300
|
6170 |
-
#: modules/widgets/tp_blog_listout.php:919
|
6171 |
-
#: modules/widgets/tp_clients_listout.php:260
|
6172 |
-
#: modules/widgets/tp_clients_listout.php:748
|
6173 |
-
#: modules/widgets/tp_contact_form_7.php:97
|
6174 |
-
#: modules/widgets/tp_flip_box.php:1856
|
6175 |
-
#: modules/widgets/tp_gallery_listout.php:255
|
6176 |
-
#: modules/widgets/tp_gallery_listout.php:985
|
6177 |
-
#: modules/widgets/tp_gravity_form.php:98
|
6178 |
-
#: modules/widgets/tp_header_extras.php:2626
|
6179 |
-
#: modules/widgets/tp_info_box.php:2351
|
6180 |
-
#: modules/widgets/tp_navigation_menu_lite.php:106
|
6181 |
-
#: modules/widgets/tp_navigation_menu_lite.php:1372
|
6182 |
-
#: modules/widgets/tp_number_counter.php:1510
|
6183 |
-
#: modules/widgets/tp_page_scroll.php:148
|
6184 |
-
#: modules/widgets/tp_post_title.php:137
|
6185 |
-
#: modules/widgets/tp_scroll_navigation.php:1005
|
6186 |
-
#: modules/widgets/tp_tabs_tours.php:1261
|
6187 |
-
#: modules/widgets/tp_team_member_listout.php:290
|
6188 |
-
#: modules/widgets/tp_team_member_listout.php:772
|
6189 |
-
#: modules/widgets/tp_testimonial_listout.php:946
|
6190 |
-
msgid "Extra Options"
|
6191 |
-
msgstr ""
|
6192 |
-
|
6193 |
-
#: modules/widgets/tp_blockquote.php:296 modules/widgets/tp_blockquote.php:460
|
6194 |
-
msgid "Drop Cap"
|
6195 |
-
msgstr ""
|
6196 |
-
|
6197 |
-
#: modules/widgets/tp_blockquote.php:309
|
6198 |
-
#: modules/widgets/tp_blockquote.php:1621
|
6199 |
-
#: modules/widgets/tp_blockquote.php:1744
|
6200 |
-
#: modules/widgets/tp_blockquote.php:1826
|
6201 |
-
msgid "Border Layout"
|
6202 |
-
msgstr ""
|
6203 |
-
|
6204 |
-
#: modules/widgets/tp_blockquote.php:314 modules/widgets/tp_post_meta.php:59
|
6205 |
-
msgid "Layout 1"
|
6206 |
-
msgstr ""
|
6207 |
-
|
6208 |
-
#: modules/widgets/tp_blockquote.php:315 modules/widgets/tp_post_meta.php:60
|
6209 |
-
msgid "Layout 2"
|
6210 |
-
msgstr ""
|
6211 |
-
|
6212 |
-
#: modules/widgets/tp_blockquote.php:316 modules/widgets/tp_blockquote.php:317
|
6213 |
-
msgid "Layout 3"
|
6214 |
-
msgstr ""
|
6215 |
-
|
6216 |
-
#: modules/widgets/tp_blockquote.php:360 modules/widgets/tp_blockquote.php:392
|
6217 |
msgid "Author Color"
|
6218 |
msgstr ""
|
6219 |
|
6220 |
-
#: modules/widgets/tp_blockquote.php:
|
6221 |
msgid "Quote Color"
|
6222 |
msgstr ""
|
6223 |
|
6224 |
-
#: modules/widgets/tp_blockquote.php:
|
6225 |
-
|
6226 |
-
|
6227 |
-
|
6228 |
-
#: modules/widgets/tp_blockquote.php:693
|
6229 |
-
msgid "Author Extras"
|
6230 |
-
msgstr ""
|
6231 |
-
|
6232 |
-
#: modules/widgets/tp_blockquote.php:706
|
6233 |
-
#: modules/widgets/tp_blockquote.php:1557 modules/widgets/tp_hovercard.php:241
|
6234 |
-
msgid "Absolute"
|
6235 |
-
msgstr ""
|
6236 |
-
|
6237 |
-
#: modules/widgets/tp_blockquote.php:707
|
6238 |
-
#: modules/widgets/tp_blockquote.php:1558 modules/widgets/tp_hovercard.php:240
|
6239 |
-
msgid "Relative"
|
6240 |
-
msgstr ""
|
6241 |
-
|
6242 |
-
#: modules/widgets/tp_blockquote.php:905 modules/widgets/tp_blockquote.php:988
|
6243 |
-
#: modules/widgets/tp_post_meta.php:303
|
6244 |
-
msgid "Size"
|
6245 |
-
msgstr ""
|
6246 |
-
|
6247 |
-
#: modules/widgets/tp_blockquote.php:1007
|
6248 |
-
msgid "Top Icon Offset"
|
6249 |
-
msgstr ""
|
6250 |
-
|
6251 |
-
#: modules/widgets/tp_blockquote.php:1031
|
6252 |
-
#: modules/widgets/tp_blockquote.php:1105
|
6253 |
-
#: modules/widgets/tp_blockquote.php:1231
|
6254 |
-
msgid "Left Icon Offset"
|
6255 |
-
msgstr ""
|
6256 |
-
|
6257 |
-
#: modules/widgets/tp_blockquote.php:1056
|
6258 |
-
#: modules/widgets/tp_blockquote.php:1130
|
6259 |
-
#: modules/widgets/tp_blockquote.php:1257
|
6260 |
-
msgid "Right Icon Offset"
|
6261 |
-
msgstr ""
|
6262 |
-
|
6263 |
-
#: modules/widgets/tp_blockquote.php:1081
|
6264 |
-
msgid "Bottom Icon Offset"
|
6265 |
-
msgstr ""
|
6266 |
-
|
6267 |
-
#: modules/widgets/tp_blockquote.php:1156
|
6268 |
-
msgid "Top/Bottom Icon Offset"
|
6269 |
-
msgstr ""
|
6270 |
-
|
6271 |
-
#: modules/widgets/tp_blockquote.php:1181
|
6272 |
-
msgid "Left Top Icon Offset"
|
6273 |
-
msgstr ""
|
6274 |
-
|
6275 |
-
#: modules/widgets/tp_blockquote.php:1206
|
6276 |
-
msgid "Right Bottom Icon Offset"
|
6277 |
-
msgstr ""
|
6278 |
-
|
6279 |
-
#: modules/widgets/tp_blockquote.php:1332
|
6280 |
-
msgid "Tweet Button"
|
6281 |
-
msgstr ""
|
6282 |
-
|
6283 |
-
#: modules/widgets/tp_blockquote.php:1418
|
6284 |
-
msgid "Icon Offset"
|
6285 |
-
msgstr ""
|
6286 |
-
|
6287 |
-
#: modules/widgets/tp_blockquote.php:1544
|
6288 |
-
msgid "Tweet Extras"
|
6289 |
-
msgstr ""
|
6290 |
-
|
6291 |
-
#: modules/widgets/tp_blockquote.php:1639 modules/widgets/tp_hovercard.php:637
|
6292 |
-
#: modules/widgets/tp_meeting_scheduler.php:111
|
6293 |
-
#: modules/widgets/tp_meeting_scheduler.php:174
|
6294 |
-
#: modules/widgets/tp_meeting_scheduler.php:284
|
6295 |
-
msgid "Height"
|
6296 |
-
msgstr ""
|
6297 |
-
|
6298 |
-
#: modules/widgets/tp_blockquote.php:1701
|
6299 |
-
msgid "Border Size"
|
6300 |
-
msgstr ""
|
6301 |
-
|
6302 |
-
#: modules/widgets/tp_blockquote.php:1755 modules/widgets/tp_dark_mode.php:384
|
6303 |
-
#: modules/widgets/tp_hovercard.php:1311
|
6304 |
-
#: modules/widgets/tp_post_featured_image.php:223
|
6305 |
-
msgid "Background Size"
|
6306 |
-
msgstr ""
|
6307 |
-
|
6308 |
-
#: modules/widgets/tp_blockquote.php:1780
|
6309 |
-
#: modules/widgets/tp_blockquote.php:1805
|
6310 |
-
msgid "Background Color1"
|
6311 |
-
msgstr ""
|
6312 |
-
|
6313 |
-
#: modules/widgets/tp_blockquote.php:1787
|
6314 |
-
#: modules/widgets/tp_blockquote.php:1812
|
6315 |
-
msgid "Background Color2"
|
6316 |
-
msgstr ""
|
6317 |
-
|
6318 |
-
#: modules/widgets/tp_blockquote.php:1844
|
6319 |
-
msgid "Corner Background Color"
|
6320 |
-
msgstr ""
|
6321 |
-
|
6322 |
-
#: modules/widgets/tp_blockquote.php:1854
|
6323 |
-
msgid "Corner Border Color"
|
6324 |
-
msgstr ""
|
6325 |
-
|
6326 |
-
#: modules/widgets/tp_blockquote.php:1868
|
6327 |
-
msgid "Corner Border Size"
|
6328 |
-
msgstr ""
|
6329 |
-
|
6330 |
-
#: modules/widgets/tp_blockquote.php:1887
|
6331 |
-
msgid "Corner Position"
|
6332 |
-
msgstr ""
|
6333 |
-
|
6334 |
-
#: modules/widgets/tp_blockquote.php:1909
|
6335 |
-
msgid "Corner Size"
|
6336 |
msgstr ""
|
6337 |
|
6338 |
-
#: modules/widgets/tp_blockquote.php:
|
6339 |
#: modules/widgets/tp_caldera_forms.php:320
|
6340 |
#: modules/widgets/tp_caldera_forms.php:676
|
6341 |
#: modules/widgets/tp_caldera_forms.php:939
|
@@ -6383,7 +6100,7 @@ msgstr ""
|
|
6383 |
msgid "Box Border"
|
6384 |
msgstr ""
|
6385 |
|
6386 |
-
#: modules/widgets/tp_blockquote.php:
|
6387 |
#: modules/widgets/tp_caldera_forms.php:331
|
6388 |
#: modules/widgets/tp_caldera_forms.php:686
|
6389 |
#: modules/widgets/tp_caldera_forms.php:950
|
@@ -6433,9 +6150,9 @@ msgstr ""
|
|
6433 |
msgid "Border Style"
|
6434 |
msgstr ""
|
6435 |
|
6436 |
-
#: modules/widgets/tp_blockquote.php:
|
6437 |
-
#: modules/widgets/
|
6438 |
-
#: modules/widgets/
|
6439 |
#: modules/widgets/tp_caldera_forms.php:455
|
6440 |
#: modules/widgets/tp_caldera_forms.php:731
|
6441 |
#: modules/widgets/tp_caldera_forms.php:769
|
@@ -6528,7 +6245,7 @@ msgstr ""
|
|
6528 |
msgid "Border Color"
|
6529 |
msgstr ""
|
6530 |
|
6531 |
-
#: modules/widgets/tp_blockquote.php:
|
6532 |
#: modules/widgets/tp_caldera_forms.php:356
|
6533 |
#: modules/widgets/tp_caldera_forms.php:701
|
6534 |
#: modules/widgets/tp_caldera_forms.php:965
|
@@ -6583,7 +6300,7 @@ msgstr ""
|
|
6583 |
msgid "Border Width"
|
6584 |
msgstr ""
|
6585 |
|
6586 |
-
#: modules/widgets/tp_blockquote.php:
|
6587 |
#: modules/widgets/tp_caldera_forms.php:505
|
6588 |
#: modules/widgets/tp_caldera_forms.php:799
|
6589 |
#: modules/widgets/tp_caldera_forms.php:1967
|
@@ -6613,7 +6330,7 @@ msgstr ""
|
|
6613 |
msgid "Box Shadow Options"
|
6614 |
msgstr ""
|
6615 |
|
6616 |
-
#: modules/widgets/tp_blockquote.php:
|
6617 |
#: modules/widgets/tp_blog_listout.php:959 modules/widgets/tp_button.php:828
|
6618 |
#: modules/widgets/tp_clients_listout.php:788
|
6619 |
#: modules/widgets/tp_contact_form_7.php:1911
|
@@ -6817,6 +6534,30 @@ msgstr ""
|
|
6817 |
msgid "Columns Gap/Space Between"
|
6818 |
msgstr ""
|
6819 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6820 |
#: modules/widgets/tp_blog_listout.php:307
|
6821 |
#: modules/widgets/tp_clients_listout.php:267
|
6822 |
#: modules/widgets/tp_gallery_listout.php:272
|
@@ -7147,6 +6888,14 @@ msgstr ""
|
|
7147 |
msgid "Style 23 (PRO)"
|
7148 |
msgstr ""
|
7149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7150 |
#: modules/widgets/tp_button.php:91 modules/widgets/tp_button.php:92
|
7151 |
#: modules/widgets/tp_flip_box.php:374 modules/widgets/tp_flip_box.php:375
|
7152 |
#: modules/widgets/tp_info_box.php:405 modules/widgets/tp_info_box.php:406
|
@@ -7905,6 +7654,13 @@ msgstr ""
|
|
7905 |
msgid "Bottom Offset"
|
7906 |
msgstr ""
|
7907 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7908 |
#: modules/widgets/tp_dark_mode.php:282
|
7909 |
msgid "Save in Cookies"
|
7910 |
msgstr ""
|
@@ -7945,6 +7701,11 @@ msgstr ""
|
|
7945 |
msgid "Switcher Style"
|
7946 |
msgstr ""
|
7947 |
|
|
|
|
|
|
|
|
|
|
|
7948 |
#: modules/widgets/tp_dark_mode.php:404 modules/widgets/tp_dark_mode.php:724
|
7949 |
msgid "Light"
|
7950 |
msgstr ""
|
@@ -8895,6 +8656,11 @@ msgstr ""
|
|
8895 |
msgid "Display Language Switcher"
|
8896 |
msgstr ""
|
8897 |
|
|
|
|
|
|
|
|
|
|
|
8898 |
#: modules/widgets/tp_header_extras.php:2430
|
8899 |
msgid "WPML (Pro)"
|
8900 |
msgstr ""
|
@@ -9227,6 +8993,14 @@ msgstr ""
|
|
9227 |
msgid "Custom Script"
|
9228 |
msgstr ""
|
9229 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9230 |
#: modules/widgets/tp_hovercard.php:254
|
9231 |
msgid "Display"
|
9232 |
msgstr ""
|
@@ -9315,6 +9089,13 @@ msgstr ""
|
|
9315 |
msgid "Vertical Align"
|
9316 |
msgstr ""
|
9317 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9318 |
#: modules/widgets/tp_hovercard.php:377
|
9319 |
#: modules/widgets/tp_pricing_table.php:1635
|
9320 |
msgid "Middle"
|
@@ -9357,6 +9138,13 @@ msgstr ""
|
|
9357 |
msgid "Min. Width"
|
9358 |
msgstr ""
|
9359 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9360 |
#: modules/widgets/tp_hovercard.php:670
|
9361 |
#: modules/widgets/tp_meeting_scheduler.php:224
|
9362 |
msgid "Min. Height"
|
@@ -9460,11 +9248,6 @@ msgstr ""
|
|
9460 |
msgid "Text Style"
|
9461 |
msgstr ""
|
9462 |
|
9463 |
-
#: modules/widgets/tp_hovercard.php:1759 modules/widgets/tp_hovercard.php:1806
|
9464 |
-
#: modules/widgets/tp_hovercard.php:1842
|
9465 |
-
msgid "Text Shadow"
|
9466 |
-
msgstr ""
|
9467 |
-
|
9468 |
#: modules/widgets/tp_hovercard.php:1945 modules/widgets/tp_info_box.php:2210
|
9469 |
#: modules/widgets/tp_number_counter.php:841
|
9470 |
msgid "Image Style"
|
@@ -10596,6 +10379,14 @@ msgstr ""
|
|
10596 |
msgid "skew(-25deg)"
|
10597 |
msgstr ""
|
10598 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10599 |
#: modules/widgets/tp_post_meta.php:67
|
10600 |
msgid "Select Field"
|
10601 |
msgstr ""
|
@@ -10644,6 +10435,10 @@ msgstr ""
|
|
10644 |
msgid ","
|
10645 |
msgstr ""
|
10646 |
|
|
|
|
|
|
|
|
|
10647 |
#: modules/widgets/tp_post_meta.php:323
|
10648 |
msgid "Left Space"
|
10649 |
msgstr ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: PACKAGE VERSION\n"
|
10 |
"Report-Msgid-Bugs-To: \n"
|
11 |
+
"POT-Creation-Date: 2022-05-25 12:40+0530\n"
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
37 |
msgid "Install Elementor Now"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: widgets_loader.php:156 widgets_loader.php:214 widgets_loader.php:252
|
41 |
+
#: includes/theplus_options.php:315 includes/theplus_options.php:333
|
42 |
msgid "Invalid security"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: widgets_loader.php:160 widgets_loader.php:218 widgets_loader.php:255
|
46 |
+
#: includes/theplus_options.php:319 includes/theplus_options.php:337
|
47 |
msgid "Invalid User"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: widgets_loader.php:320
|
51 |
msgid "PlusEssential"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: widgets_loader.php:327
|
55 |
msgid "PlusListing"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: widgets_loader.php:334
|
59 |
msgid "PlusCreatives"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: widgets_loader.php:341
|
63 |
msgid "PlusTabbed"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: widgets_loader.php:348
|
67 |
msgid "PlusAdapted"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: widgets_loader.php:355
|
71 |
msgid "PlusHeader"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: widgets_loader.php:362
|
75 |
msgid "PlusBuilder"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: widgets_loader.php:369
|
79 |
msgid "PlusWooBuilder"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: widgets_loader.php:376
|
83 |
msgid "PlusSearchFilters"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: widgets_loader.php:383
|
87 |
msgid "PlusDepreciated"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: widgets_loader.php:392
|
91 |
msgid "Settings"
|
92 |
msgstr ""
|
93 |
|
117 |
msgid "Twitter Link"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: includes/plus_addon.php:69 includes/theplus_options.php:788
|
121 |
msgid "Instagram"
|
122 |
msgstr ""
|
123 |
|
125 |
msgid "ThePlus Settings"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: includes/theplus_options.php:401 modules/widgets/tp_accordion.php:33
|
129 |
msgid "Accordion"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: includes/theplus_options.php:410 modules/widgets/tp_adv_text_block.php:30
|
133 |
msgid "TP Text Block"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: includes/theplus_options.php:419
|
137 |
msgid "Advanced Typography"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: includes/theplus_options.php:428
|
141 |
msgid "Advanced Buttons"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: includes/theplus_options.php:437
|
145 |
msgid "Advanced Separators"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: includes/theplus_options.php:446
|
149 |
msgid "Advertisement Banner"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: includes/theplus_options.php:455 modules/widgets/tp_age_gate.php:33
|
153 |
msgid "Age Gate"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: includes/theplus_options.php:464
|
157 |
msgid "Animated Service Boxes"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: includes/theplus_options.php:473
|
161 |
msgid "Audio Player"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: includes/theplus_options.php:482
|
165 |
msgid "Before After"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: includes/theplus_options.php:491 modules/widgets/tp_blockquote.php:32
|
169 |
#: modules/widgets/tp_blockquote.php:48
|
170 |
msgid "Blockquote"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: includes/theplus_options.php:500
|
174 |
msgid "Blog Listing"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: includes/theplus_options.php:509
|
178 |
msgid "Breadcrumbs Bar"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: includes/theplus_options.php:518 modules/widgets/tp_flip_box.php:324
|
182 |
#: modules/widgets/tp_info_box.php:352
|
183 |
#: modules/widgets/tp_pricing_table.php:511
|
184 |
#: modules/widgets/tp_pricing_table.php:521
|
185 |
msgid "Button"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: includes/theplus_options.php:527 modules/widgets/tp_caldera_forms.php:30
|
189 |
#: modules/widgets/tp_caldera_forms.php:46
|
190 |
msgid "Caldera Forms"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: includes/theplus_options.php:536
|
194 |
msgid "Carousel Anything"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: includes/theplus_options.php:545
|
198 |
msgid "Carousel Remote"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: includes/theplus_options.php:554
|
202 |
msgid "Cascading Image"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: includes/theplus_options.php:563
|
206 |
msgid "Chart"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: includes/theplus_options.php:572
|
210 |
msgid "Circle Menu"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: includes/theplus_options.php:581
|
214 |
msgid "Clients Listing"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: includes/theplus_options.php:590 modules/widgets/tp_contact_form_7.php:31
|
218 |
msgid "Contact Form 7"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: includes/theplus_options.php:599
|
222 |
msgid "Count Down"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: includes/theplus_options.php:608
|
226 |
msgid "Coupon Code"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: includes/theplus_options.php:617 modules/widgets/tp_dark_mode.php:33
|
230 |
#: modules/widgets/tp_dark_mode.php:49
|
231 |
msgid "Dark Mode"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: includes/theplus_options.php:626
|
235 |
msgid "Design Tool"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: includes/theplus_options.php:635
|
239 |
msgid "Draw SVG"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: includes/theplus_options.php:644
|
243 |
msgid "Dynamic Categories"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: includes/theplus_options.php:653
|
247 |
msgid "Dynamic Device"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: includes/theplus_options.php:662
|
251 |
msgid "Dynamic Listing"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: includes/theplus_options.php:671
|
255 |
msgid "Dynamic Smart Showcase"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: includes/theplus_options.php:680 modules/widgets/tp_everest_form.php:30
|
259 |
#: modules/widgets/tp_everest_form.php:46
|
260 |
msgid "Everest Form"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: includes/theplus_options.php:689 modules/widgets/tp_flip_box.php:32
|
264 |
msgid "Flip Box"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: includes/theplus_options.php:698 modules/widgets/tp_gallery_listout.php:32
|
268 |
msgid "Gallery Listing"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: includes/theplus_options.php:707
|
272 |
msgid "Google Map"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: includes/theplus_options.php:716 modules/widgets/tp_gravity_form.php:31
|
276 |
#: modules/widgets/tp_gravity_form.php:47
|
277 |
#: modules/widgets/tp_gravity_form.php:109
|
278 |
msgid "Gravity Form"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: includes/theplus_options.php:725
|
282 |
#: modules/widgets/tp_heading_animation.php:31
|
283 |
msgid "Heading Animation"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: includes/theplus_options.php:734 modules/widgets/tp_header_extras.php:32
|
287 |
msgid "Header Meta Content"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: includes/theplus_options.php:743 modules/enqueue/plus-wpml.php:205
|
291 |
#: modules/widgets/tp_heading_title.php:31
|
292 |
#: modules/widgets/tp_heading_title.php:84
|
293 |
msgid "Heading Title"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: includes/theplus_options.php:752
|
297 |
msgid "Hotspot"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: includes/theplus_options.php:761 modules/widgets/tp_hovercard.php:35
|
301 |
#: modules/widgets/tp_hovercard.php:51
|
302 |
msgid "Hover Card"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: includes/theplus_options.php:770
|
306 |
msgid "Creative Image"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: includes/theplus_options.php:779 modules/widgets/tp_info_box.php:32
|
310 |
msgid "Info Box"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: includes/theplus_options.php:797
|
314 |
msgid "LottieFiles Animation"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: includes/theplus_options.php:806
|
318 |
msgid "Mailchimp"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: includes/theplus_options.php:815
|
322 |
#: modules/widgets/tp_meeting_scheduler.php:25
|
323 |
#: modules/widgets/tp_meeting_scheduler.php:43
|
324 |
msgid "Meeting Scheduler"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: includes/theplus_options.php:824 modules/widgets/tp_messagebox.php:33
|
328 |
msgid "Message Box"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: includes/theplus_options.php:833
|
332 |
#: modules/widgets/tp_navigation_menu_lite.php:141
|
333 |
msgid "Mobile Menu"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: includes/theplus_options.php:842
|
337 |
msgid "Morphing Layouts"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: includes/theplus_options.php:851
|
341 |
msgid "Mouse Cursor"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: includes/theplus_options.php:860
|
345 |
msgid "TP Navigation Menu Lite"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: includes/theplus_options.php:869
|
349 |
msgid "TP Navigation Menu"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: includes/theplus_options.php:878 modules/widgets/tp_ninja_form.php:31
|
353 |
#: modules/widgets/tp_ninja_form.php:47
|
354 |
msgid "Ninja Form"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: includes/theplus_options.php:887 modules/widgets/tp_number_counter.php:33
|
358 |
msgid "Number Counter"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: includes/theplus_options.php:896 modules/widgets/tp_post_title.php:32
|
362 |
#: modules/widgets/tp_post_title.php:48
|
363 |
msgid "Post Title"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: includes/theplus_options.php:905 modules/widgets/tp_post_content.php:32
|
367 |
#: modules/widgets/tp_post_content.php:48
|
368 |
msgid "Post Content"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: includes/theplus_options.php:914
|
372 |
#: modules/widgets/tp_post_featured_image.php:29
|
373 |
msgid "Post Featured Image"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: includes/theplus_options.php:923 modules/widgets/tp_post_meta.php:32
|
377 |
#: modules/widgets/tp_post_meta.php:48
|
378 |
msgid "Post Meta"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: includes/theplus_options.php:932 modules/widgets/tp_post_author.php:32
|
382 |
#: modules/widgets/tp_post_author.php:48 modules/widgets/tp_post_meta.php:870
|
383 |
msgid "Post Author"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: includes/theplus_options.php:941 modules/widgets/tp_post_comment.php:32
|
387 |
#: modules/widgets/tp_post_meta.php:1074 modules/widgets/tp_post_meta.php:1081
|
388 |
msgid "Post Comment"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: includes/theplus_options.php:950
|
392 |
msgid "Post Prev/Next"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: includes/theplus_options.php:959
|
396 |
msgid "Popup Builder"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: includes/theplus_options.php:968 modules/widgets/tp_page_scroll.php:35
|
400 |
#: modules/widgets/tp_page_scroll.php:52
|
401 |
msgid "Page Scroll"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: includes/theplus_options.php:977
|
405 |
msgid "Pre Loader"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: includes/theplus_options.php:986
|
409 |
msgid "Pricing List"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: includes/theplus_options.php:995 modules/widgets/tp_pricing_table.php:31
|
413 |
msgid "Pricing Table"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: includes/theplus_options.php:1004
|
417 |
msgid "Product Listing"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: includes/theplus_options.php:1013
|
421 |
msgid "Protected Content"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: includes/theplus_options.php:1022
|
425 |
msgid "Post Search"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: includes/theplus_options.php:1031 modules/widgets/tp_progress_bar.php:33
|
429 |
#: modules/widgets/tp_progress_bar.php:55
|
430 |
#: modules/widgets/tp_progress_bar.php:66
|
431 |
msgid "Progress Bar"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: includes/theplus_options.php:1040
|
435 |
msgid "Process Steps"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: includes/theplus_options.php:1049
|
439 |
msgid "Row Background"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: includes/theplus_options.php:1058
|
443 |
#: modules/widgets/tp_scroll_navigation.php:32
|
444 |
#: modules/widgets/tp_scroll_navigation.php:48
|
445 |
msgid "Scroll Navigation"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: includes/theplus_options.php:1067
|
449 |
msgid "Search bar"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: includes/theplus_options.php:1076
|
453 |
msgid "WP Search Filters"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: includes/theplus_options.php:1085
|
457 |
msgid "Site Logo"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: includes/theplus_options.php:1094 modules/widgets/tp_smooth_scroll.php:29
|
461 |
msgid "Smooth Scroll"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: includes/theplus_options.php:1103
|
465 |
msgid "Social Embed"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: includes/theplus_options.php:1112
|
469 |
msgid "Social Feed"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: includes/theplus_options.php:1121 modules/widgets/tp_social_icon.php:29
|
473 |
#: modules/widgets/tp_team_member_listout.php:508
|
474 |
msgid "Social Icon"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: includes/theplus_options.php:1130
|
478 |
msgid "Social Reviews"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: includes/theplus_options.php:1139
|
482 |
msgid "Social Sharing"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: includes/theplus_options.php:1148
|
486 |
msgid "Style List"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: includes/theplus_options.php:1157
|
490 |
msgid "Switcher"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: includes/theplus_options.php:1166
|
494 |
msgid "Syntax Highlighter"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: includes/theplus_options.php:1175
|
498 |
msgid "Table"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: includes/theplus_options.php:1184
|
502 |
msgid "Table Of Content"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: includes/theplus_options.php:1193 modules/widgets/tp_tabs_tours.php:33
|
506 |
msgid "Tabs/Tours"
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: includes/theplus_options.php:1202
|
510 |
#: modules/widgets/tp_team_member_listout.php:32
|
511 |
msgid "Team Member Listing"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: includes/theplus_options.php:1211 includes/theplus_options.php:2003
|
515 |
#: modules/widgets/tp_testimonial_listout.php:31
|
516 |
msgid "Testimonial"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: includes/theplus_options.php:1220
|
520 |
msgid "Timeline"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: includes/theplus_options.php:1229
|
524 |
msgid "Video Player"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: includes/theplus_options.php:1238
|
528 |
msgid "Unfold"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: includes/theplus_options.php:1247
|
532 |
msgid "WP Forms"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: includes/theplus_options.php:1256
|
536 |
msgid "Woo Cart"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: includes/theplus_options.php:1265
|
540 |
msgid "Woo Checkout"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: includes/theplus_options.php:1274
|
544 |
msgid "Woo My Account"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: includes/theplus_options.php:1283
|
548 |
msgid "Woo Order Track"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: includes/theplus_options.php:1292
|
552 |
msgid "Woo Single Basic"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: includes/theplus_options.php:1301
|
556 |
msgid "Woo Product Images"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: includes/theplus_options.php:1310
|
560 |
msgid "Woo Single Pricing"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: includes/theplus_options.php:1319
|
564 |
msgid "Woo Single Tabs"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: includes/theplus_options.php:1328
|
568 |
msgid "Woo Thank You"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: includes/theplus_options.php:1337
|
572 |
msgid "WP Login & Register"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: includes/theplus_options.php:1351
|
576 |
msgid "Section Scroll Animation"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: includes/theplus_options.php:1360
|
580 |
msgid "Section Custom CSS"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: includes/theplus_options.php:1369
|
584 |
msgid "Sticky Column"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: includes/theplus_options.php:1378
|
588 |
msgid "Custom/Media Width Column"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: includes/theplus_options.php:1387
|
592 |
msgid "Order AND Width Column"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: includes/theplus_options.php:1396
|
596 |
msgid "Column Custom CSS"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: includes/theplus_options.php:1405
|
600 |
msgid "Column Mouse Cursor"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: includes/theplus_options.php:1414
|
604 |
msgid "Display Condition"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: includes/theplus_options.php:1423
|
608 |
msgid "Event Tracker"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: includes/theplus_options.php:1432
|
612 |
msgid "Wrapper Link"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: includes/theplus_options.php:1441
|
616 |
#: modules/controls/group/plus-equal-height.php:45
|
617 |
msgid "Equal Height"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: includes/theplus_options.php:1450
|
621 |
#: modules/controls/group/plus-glass-morphism.php:43
|
622 |
msgid "Glass Morphism"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: includes/theplus_options.php:1459
|
626 |
msgid "Advanced Shadows"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: includes/theplus_options.php:1468
|
630 |
msgid "Cross Domain Copy Paste"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: includes/theplus_options.php:1779
|
634 |
msgid "Setting Panel"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: includes/theplus_options.php:1784
|
638 |
msgid "Version"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: includes/theplus_options.php:1903
|
642 |
msgid ""
|
643 |
"Thank you for selecting the The Plus Addons to Supercharge your Elementor "
|
644 |
"workflow, we would love to hear your experience."
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: includes/theplus_options.php:1904
|
648 |
msgid "Please consider taking a few seconds, to share your valuable review"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: includes/theplus_options.php:1906
|
652 |
msgid "Sure, I will ❤"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: includes/theplus_options.php:1907
|
656 |
msgid "Already done 😊"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: includes/theplus_options.php:1911 includes/theplus_options.php:1913
|
660 |
msgid "Need Help? 😥"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: includes/theplus_options.php:1942 includes/theplus_options.php:2035
|
664 |
msgid "Enable All"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: includes/theplus_options.php:1945
|
668 |
#: modules/widgets/tp_meeting_scheduler.php:86
|
669 |
#: modules/widgets/tp_post_meta.php:96
|
670 |
msgid "All"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: includes/theplus_options.php:1946
|
674 |
msgid "Free"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: includes/theplus_options.php:1947
|
678 |
msgid "Freemium"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: includes/theplus_options.php:1948
|
682 |
msgid "Pro"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: includes/theplus_options.php:1958 includes/theplus_options.php:2041
|
686 |
msgid "Disable Unused Widgets"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: includes/theplus_options.php:1962 includes/theplus_options.php:2045
|
690 |
msgid "Scan Unused Widgets"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: includes/theplus_options.php:1967
|
694 |
msgid "Search.."
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: includes/theplus_options.php:1986 modules/widgets/tp_accordion.php:865
|
698 |
#: modules/widgets/tp_adv_text_block.php:175
|
699 |
+
#: modules/widgets/tp_blockquote.php:445
|
700 |
#: modules/widgets/tp_caldera_forms.php:2433
|
701 |
#: modules/widgets/tp_contact_form_7.php:1895
|
702 |
#: modules/widgets/tp_countdown.php:436
|
716 |
msgid "Plus Extras"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: includes/theplus_options.php:1987
|
720 |
msgid ""
|
721 |
"List of features added in The Plus Addons for Elementor. You can enable/"
|
722 |
"disable them from below."
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: includes/theplus_options.php:2002 includes/plus-options/post-type.php:50
|
726 |
#: modules/widgets/tp_clients_listout.php:33
|
727 |
msgid "Clients"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: includes/theplus_options.php:2004
|
731 |
msgid "Team Member"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: includes/theplus_options.php:2029
|
735 |
msgid "Elementor Free & Pro Widgets Manager"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: includes/theplus_options.php:2030
|
739 |
msgid ""
|
740 |
"You may enable/disable any widgets as well as scan widgets to auto disable "
|
741 |
"all at once. Below is a collection of widgets for Elementor Free and "
|
742 |
"Elementor Pro version."
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: includes/theplus_options.php:2164
|
746 |
msgid "Clients Post Type Settings"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: includes/theplus_options.php:2165
|
750 |
msgid "Use below settings to configure your “Clients” custom post type."
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: includes/theplus_options.php:2170
|
754 |
msgid "Select Post Type Type"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: includes/theplus_options.php:2177 includes/theplus_options.php:2253
|
758 |
+
#: includes/theplus_options.php:2329 includes/theplus_options.php:2412
|
759 |
#: modules/controls/group/plus-adv-shadow.php:47
|
760 |
#: modules/controls/group/plus-adv-shadow.php:225
|
761 |
#: modules/controls/group/plus-adv-shadow.php:363
|
770 |
#: modules/widgets/tp_age_gate.php:477 modules/widgets/tp_age_gate.php:531
|
771 |
#: modules/widgets/tp_age_gate.php:571 modules/widgets/tp_age_gate.php:2015
|
772 |
#: modules/widgets/tp_age_gate.php:2025 modules/widgets/tp_age_gate.php:2064
|
|
|
|
|
|
|
|
|
773 |
#: modules/widgets/tp_clients_listout.php:290
|
774 |
#: modules/widgets/tp_dark_mode.php:305 modules/widgets/tp_dark_mode.php:328
|
775 |
#: modules/widgets/tp_flip_box.php:327 modules/widgets/tp_flip_box.php:1970
|
826 |
msgid "Disable"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: includes/theplus_options.php:2178 includes/theplus_options.php:2254
|
830 |
+
#: includes/theplus_options.php:2330
|
831 |
msgid "ThePlus Post Type"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: includes/theplus_options.php:2179 includes/theplus_options.php:2255
|
835 |
+
#: includes/theplus_options.php:2331
|
836 |
msgid "Prebuilt Theme Based"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: includes/theplus_options.php:2183 includes/theplus_options.php:2259
|
840 |
+
#: includes/theplus_options.php:2335
|
841 |
msgid "Post Name : (Keep Blank if you want to keep default Name)"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: includes/theplus_options.php:2184
|
845 |
msgid ""
|
846 |
"Enter value for clients custom post type name. Default: \"theplus_clients\""
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: includes/theplus_options.php:2194 includes/theplus_options.php:2270
|
850 |
+
#: includes/theplus_options.php:2346
|
851 |
msgid "Post Title : (Keep Blank if you want to keep default Title)"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: includes/theplus_options.php:2195
|
855 |
msgid "Enter value for clients custom post title name. Default: \"Tp Clients\""
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: includes/theplus_options.php:2205 includes/theplus_options.php:2281
|
859 |
msgid "Category Taxonomy Value : (Keep Blank if you want to keep default Name)"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: includes/theplus_options.php:2206
|
863 |
msgid ""
|
864 |
"Enter value for Category Taxonomy Value. Default : \"theplus_clients_cat\" "
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: includes/theplus_options.php:2216 includes/theplus_options.php:2292
|
868 |
+
#: includes/theplus_options.php:2368
|
869 |
msgid "Prebuilt Post Name : (You can find that from here)"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: includes/theplus_options.php:2217
|
873 |
#, php-format
|
874 |
msgid ""
|
875 |
"Enter the value of your current post type name which is prebuilt with your "
|
878 |
"screenshot</a> for how to get that value from URL of your current post type."
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: includes/theplus_options.php:2227 includes/theplus_options.php:2303
|
882 |
msgid "Prebuilt Category Taxonomy Value : (You can find that from here)"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: includes/theplus_options.php:2228
|
886 |
#, php-format
|
887 |
msgid ""
|
888 |
"Enter the value of your current Category Taxonomy Value which is prebuilt "
|
892 |
"taxonomy."
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: includes/theplus_options.php:2240
|
896 |
msgid "Testimonial Post Type Settings"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: includes/theplus_options.php:2241
|
900 |
msgid "Use below settings to configure your “Testimonial” custom post type."
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: includes/theplus_options.php:2246
|
904 |
msgid "Select Post type Type"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: includes/theplus_options.php:2260
|
908 |
msgid ""
|
909 |
"Enter value for testimonial custom post type name. Default: "
|
910 |
"\"theplus_testimonial\""
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: includes/theplus_options.php:2271
|
914 |
msgid ""
|
915 |
"Enter value for testimonial custom post title name. Default: \"TP "
|
916 |
"Testimonials\""
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: includes/theplus_options.php:2282
|
920 |
msgid ""
|
921 |
"Enter value for Category Taxonomy Value. Default :\"theplus_testimonial_cat\""
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: includes/theplus_options.php:2293
|
925 |
#, php-format
|
926 |
msgid ""
|
927 |
"Enter the value of your current post type name which is prebuilt with your "
|
930 |
"screenshot</a> for how to get that value from URL of your current post type."
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: includes/theplus_options.php:2304
|
934 |
#, php-format
|
935 |
msgid ""
|
936 |
"Enter the value of your current Category Taxonomy Value which is prebuilt "
|
940 |
"taxonomy."
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: includes/theplus_options.php:2316
|
944 |
msgid "Team Member Post Type Settings"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: includes/theplus_options.php:2317
|
948 |
msgid "Use below settings to configure your “Team Member” custom post type."
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: includes/theplus_options.php:2322
|
952 |
msgid "Select Team Member Post Type"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: includes/theplus_options.php:2336
|
956 |
msgid ""
|
957 |
"Enter value for team member custom post type name. Default: "
|
958 |
"\"theplus_team_member\""
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: includes/theplus_options.php:2347
|
962 |
msgid ""
|
963 |
"Enter value for team member custom post type title. Default: \"TP Team "
|
964 |
"Members\""
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: includes/theplus_options.php:2357
|
968 |
msgid "Category Taxonomy Value (Keep Blank if you want to keep default Name)"
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: includes/theplus_options.php:2358
|
972 |
msgid ""
|
973 |
"Enter value for Category Taxonomy Value. Default : \"theplus_team_member_cat"
|
974 |
"\""
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: includes/theplus_options.php:2369
|
978 |
#, php-format
|
979 |
msgid ""
|
980 |
"Enter the value of your current post type name which is prebuilt with your "
|
983 |
"screenshot</a> for how to get that value from URL of your current post type."
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: includes/theplus_options.php:2379
|
987 |
msgid "Prebuilt Category Taxonomy Value (You can find that from here)"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: includes/theplus_options.php:2380
|
991 |
#, php-format
|
992 |
msgid ""
|
993 |
"Enter the value of your current Category Taxonomy Value which is prebuilt "
|
997 |
"taxonomy."
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: includes/theplus_options.php:2405 modules/helper-function.php:550
|
1001 |
#: modules/widgets/tp_blog_listout.php:476
|
1002 |
msgid "Lazy Load"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: includes/theplus_options.php:2406
|
1006 |
msgid ""
|
1007 |
"We are adding Lazy Load Functionality in each of our widgets. It's in beta "
|
1008 |
"version at this moment but completely implemented very soon. It will help "
|
1009 |
"you drastically in Google Web Vitals. "
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: includes/theplus_options.php:2413
|
1013 |
#: modules/controls/group/plus-adv-shadow.php:46
|
1014 |
#: modules/controls/group/plus-adv-shadow.php:224
|
1015 |
#: modules/controls/group/plus-adv-shadow.php:362
|
1024 |
#: modules/widgets/tp_age_gate.php:476 modules/widgets/tp_age_gate.php:530
|
1025 |
#: modules/widgets/tp_age_gate.php:570 modules/widgets/tp_age_gate.php:2014
|
1026 |
#: modules/widgets/tp_age_gate.php:2024 modules/widgets/tp_age_gate.php:2063
|
|
|
|
|
|
|
|
|
1027 |
#: modules/widgets/tp_clients_listout.php:289
|
1028 |
#: modules/widgets/tp_dark_mode.php:304 modules/widgets/tp_dark_mode.php:327
|
1029 |
#: modules/widgets/tp_flip_box.php:326 modules/widgets/tp_flip_box.php:1969
|
1080 |
msgid "Enable"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
+
#: includes/theplus_options.php:2417
|
1084 |
msgid "Lazy Load Type"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
+
#: includes/theplus_options.php:2418
|
1088 |
msgid "Choose Type of animation you want in Lazy Load using above options."
|
1089 |
msgstr ""
|
1090 |
|
1091 |
+
#: includes/theplus_options.php:2424
|
1092 |
msgid "Fade In"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: includes/theplus_options.php:2425
|
1096 |
msgid "Double Circle"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
+
#: includes/theplus_options.php:2426
|
1100 |
msgid "Simple Circle"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
+
#: includes/theplus_options.php:2427
|
1104 |
msgid "Blur Image"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
+
#: includes/theplus_options.php:2428
|
1108 |
msgid "Skeleton"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
+
#: includes/theplus_options.php:2463
|
1112 |
msgid "Cache Manager"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
+
#: includes/theplus_options.php:2470
|
1116 |
msgid "Smart Optimised (Recommended)"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
+
#: includes/theplus_options.php:2471
|
1120 |
msgid "On Demand Assets"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
+
#: includes/theplus_options.php:2488
|
1124 |
msgid "Custom CSS"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
+
#: includes/theplus_options.php:2489
|
1128 |
msgid "Add Your Custom CSS Styles"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
+
#: includes/theplus_options.php:2495
|
1132 |
msgid "Custom JS"
|
1133 |
msgstr ""
|
1134 |
|
1135 |
+
#: includes/theplus_options.php:2496
|
1136 |
msgid "Add Your Custom JS Scripts"
|
1137 |
msgstr ""
|
1138 |
|
1237 |
msgstr ""
|
1238 |
|
1239 |
#: includes/welcome-page.php:99
|
1240 |
+
msgid "Update : Container Compatibility : Live Copy"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
#: includes/welcome-page.php:100
|
1244 |
+
msgid "Update : Post Meta : Taxonomies Type option (Category/Tag)"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
#: includes/welcome-page.php:101
|
1248 |
+
msgid "Update : Wrapper Link : Container Compatibility"
|
|
|
|
|
1249 |
msgstr ""
|
1250 |
|
1251 |
#: includes/welcome-page.php:104 includes/welcome-page.php:118
|
1257 |
msgstr ""
|
1258 |
|
1259 |
#: includes/welcome-page.php:111
|
1260 |
+
msgid "Update : Heading Title : Animated Split by Word"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
#: includes/welcome-page.php:112
|
1264 |
+
msgid "Update : Unfold : Container option"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
#: includes/welcome-page.php:113
|
1268 |
+
msgid "Update : Product Listing : Upsells Listing"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
#: includes/welcome-page.php:114
|
1272 |
+
msgid "Update : Product Listing : Cross Sells Listing"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
#: includes/welcome-page.php:115
|
1276 |
+
msgid "Update : Search bar : Search by Word Match"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
#: includes/welcome-page.php:118
|
1884 |
|
1885 |
#: includes/plus-options/metabox/includes/CMB2_Field.php:1451
|
1886 |
#: includes/plus-options/metabox/includes/CMB2_Field.php:1455
|
1887 |
+
#: modules/helper-function.php:523 modules/widgets/tp_button.php:418
|
|
|
1888 |
#: modules/widgets/tp_clients_listout.php:487
|
1889 |
#: modules/widgets/tp_countdown.php:379 modules/widgets/tp_flip_box.php:163
|
1890 |
#: modules/widgets/tp_flip_box.php:565 modules/widgets/tp_flip_box.php:1482
|
2420 |
msgstr ""
|
2421 |
|
2422 |
#: modules/helper-function.php:525 modules/widgets/tp_blockquote.php:76
|
|
|
2423 |
#: modules/widgets/tp_post_comment.php:817 modules/widgets/tp_post_meta.php:73
|
2424 |
msgid "Author"
|
2425 |
msgstr ""
|
2953 |
#: modules/widgets/tp_age_gate.php:1166 modules/widgets/tp_age_gate.php:1404
|
2954 |
#: modules/widgets/tp_age_gate.php:1487 modules/widgets/tp_age_gate.php:1705
|
2955 |
#: modules/widgets/tp_age_gate.php:1812 modules/widgets/tp_age_gate.php:1893
|
2956 |
+
#: modules/widgets/tp_age_gate.php:2156 modules/widgets/tp_blockquote.php:135
|
2957 |
+
#: modules/widgets/tp_blockquote.php:284 modules/widgets/tp_blockquote.php:372
|
2958 |
+
#: modules/widgets/tp_blockquote.php:413
|
|
|
|
|
|
|
2959 |
#: modules/widgets/tp_blog_listout.php:523
|
2960 |
#: modules/widgets/tp_blog_listout.php:604
|
2961 |
#: modules/widgets/tp_blog_listout.php:664
|
3220 |
#: modules/widgets/tp_age_gate.php:932 modules/widgets/tp_age_gate.php:950
|
3221 |
#: modules/widgets/tp_age_gate.php:1818 modules/widgets/tp_age_gate.php:1835
|
3222 |
#: modules/widgets/tp_age_gate.php:1899 modules/widgets/tp_age_gate.php:1953
|
|
|
|
|
|
|
|
|
|
|
|
|
3223 |
#: modules/widgets/tp_caldera_forms.php:1659
|
3224 |
#: modules/widgets/tp_dark_mode.php:240 modules/widgets/tp_dark_mode.php:617
|
3225 |
#: modules/widgets/tp_flip_box.php:650 modules/widgets/tp_flip_box.php:1026
|
3302 |
#: modules/widgets/tp_age_gate.php:1230 modules/widgets/tp_age_gate.php:1422
|
3303 |
#: modules/widgets/tp_age_gate.php:1541 modules/widgets/tp_age_gate.php:1723
|
3304 |
#: modules/widgets/tp_age_gate.php:1829 modules/widgets/tp_age_gate.php:1947
|
3305 |
+
#: modules/widgets/tp_age_gate.php:2200 modules/widgets/tp_blockquote.php:167
|
3306 |
+
#: modules/widgets/tp_blockquote.php:333 modules/widgets/tp_blockquote.php:388
|
3307 |
+
#: modules/widgets/tp_blockquote.php:427
|
|
|
|
|
|
|
3308 |
#: modules/widgets/tp_blog_listout.php:541
|
3309 |
#: modules/widgets/tp_blog_listout.php:622
|
3310 |
#: modules/widgets/tp_blog_listout.php:682
|
3523 |
msgid "https://www.demo-link.com"
|
3524 |
msgstr ""
|
3525 |
|
3526 |
+
#: modules/enqueue/plus-generator.php:733
|
3527 |
msgid "The Plus Performance"
|
3528 |
msgstr ""
|
3529 |
|
3530 |
+
#: modules/enqueue/plus-generator.php:741
|
3531 |
msgid "Purge All Pages"
|
3532 |
msgstr ""
|
3533 |
|
3534 |
+
#: modules/enqueue/plus-generator.php:749
|
3535 |
msgid "Purge Current Page"
|
3536 |
msgstr ""
|
3537 |
|
4129 |
#: modules/widgets/tp_accordion.php:118 modules/widgets/tp_accordion.php:168
|
4130 |
#: modules/widgets/tp_adv_text_block.php:94
|
4131 |
#: modules/widgets/tp_adv_text_block.php:132
|
4132 |
+
#: modules/widgets/tp_age_gate.php:70 modules/widgets/tp_blockquote.php:260
|
4133 |
#: modules/widgets/tp_blog_listout.php:319
|
4134 |
#: modules/widgets/tp_blog_listout.php:342
|
4135 |
#: modules/widgets/tp_blog_listout.php:369
|
4225 |
#: modules/widgets/tp_accordion.php:119 modules/widgets/tp_accordion.php:169
|
4226 |
#: modules/widgets/tp_adv_text_block.php:95
|
4227 |
#: modules/widgets/tp_adv_text_block.php:133
|
4228 |
+
#: modules/widgets/tp_age_gate.php:71 modules/widgets/tp_blockquote.php:261
|
4229 |
#: modules/widgets/tp_blog_listout.php:320
|
4230 |
#: modules/widgets/tp_blog_listout.php:343
|
4231 |
#: modules/widgets/tp_blog_listout.php:370
|
4386 |
msgstr ""
|
4387 |
|
4388 |
#: modules/widgets/tp_accordion.php:191 modules/widgets/tp_accordion.php:203
|
4389 |
+
#: modules/widgets/tp_accordion.php:245 modules/widgets/tp_button.php:235
|
4390 |
+
#: modules/widgets/tp_flip_box.php:261 modules/widgets/tp_flip_box.php:274
|
4391 |
+
#: modules/widgets/tp_flip_box.php:454 modules/widgets/tp_info_box.php:305
|
4392 |
+
#: modules/widgets/tp_info_box.php:319 modules/widgets/tp_info_box.php:474
|
|
|
4393 |
#: modules/widgets/tp_number_counter.php:259
|
4394 |
#: modules/widgets/tp_post_search.php:148
|
4395 |
#: modules/widgets/tp_pricing_table.php:195
|
4423 |
msgid "Extra Option"
|
4424 |
msgstr ""
|
4425 |
|
4426 |
+
#: modules/widgets/tp_accordion.php:298 modules/widgets/tp_button.php:222
|
|
|
4427 |
#: modules/widgets/tp_flip_box.php:164 modules/widgets/tp_flip_box.php:439
|
4428 |
#: modules/widgets/tp_info_box.php:224 modules/widgets/tp_info_box.php:458
|
4429 |
#: modules/widgets/tp_number_counter.php:222
|
4440 |
|
4441 |
#: modules/widgets/tp_accordion.php:309
|
4442 |
#: modules/widgets/tp_adv_text_block.php:65
|
4443 |
+
#: modules/widgets/tp_age_gate.php:410 modules/widgets/tp_blockquote.php:90
|
4444 |
+
#: modules/widgets/tp_button.php:160 modules/widgets/tp_contact_form_7.php:71
|
|
|
|
|
|
|
4445 |
#: modules/widgets/tp_contact_form_7.php:963
|
4446 |
#: modules/widgets/tp_gravity_form.php:180
|
4447 |
#: modules/widgets/tp_gravity_form.php:1693
|
4483 |
msgstr ""
|
4484 |
|
4485 |
#: modules/widgets/tp_accordion.php:383 modules/widgets/tp_age_gate.php:1310
|
4486 |
+
#: modules/widgets/tp_age_gate.php:1611 modules/widgets/tp_button.php:286
|
4487 |
+
#: modules/widgets/tp_caldera_forms.php:873
|
4488 |
#: modules/widgets/tp_caldera_forms.php:1038
|
4489 |
#: modules/widgets/tp_dark_mode.php:364
|
4490 |
#: modules/widgets/tp_everest_form.php:783
|
4514 |
#: modules/widgets/tp_age_gate.php:893 modules/widgets/tp_age_gate.php:976
|
4515 |
#: modules/widgets/tp_age_gate.php:1128 modules/widgets/tp_age_gate.php:1455
|
4516 |
#: modules/widgets/tp_age_gate.php:1779 modules/widgets/tp_age_gate.php:1861
|
4517 |
+
#: modules/widgets/tp_blockquote.php:119 modules/widgets/tp_blockquote.php:127
|
4518 |
#: modules/widgets/tp_blog_listout.php:514
|
4519 |
#: modules/widgets/tp_blog_listout.php:595
|
4520 |
#: modules/widgets/tp_blog_listout.php:655
|
4570 |
#: modules/widgets/tp_accordion.php:424
|
4571 |
#: modules/widgets/tp_adv_text_block.php:69
|
4572 |
#: modules/widgets/tp_age_gate.php:415 modules/widgets/tp_age_gate.php:443
|
4573 |
+
#: modules/widgets/tp_age_gate.php:2033 modules/widgets/tp_blockquote.php:94
|
4574 |
+
#: modules/widgets/tp_button.php:164 modules/widgets/tp_caldera_forms.php:1549
|
|
|
|
|
|
|
|
|
|
|
4575 |
#: modules/widgets/tp_contact_form_7.php:75
|
4576 |
#: modules/widgets/tp_contact_form_7.php:967
|
4577 |
#: modules/widgets/tp_gravity_form.php:184
|
4608 |
#: modules/widgets/tp_accordion.php:428
|
4609 |
#: modules/widgets/tp_adv_text_block.php:73
|
4610 |
#: modules/widgets/tp_age_gate.php:419 modules/widgets/tp_age_gate.php:447
|
4611 |
+
#: modules/widgets/tp_blockquote.php:98 modules/widgets/tp_button.php:168
|
|
|
|
|
4612 |
#: modules/widgets/tp_caldera_forms.php:1553
|
4613 |
#: modules/widgets/tp_contact_form_7.php:79
|
4614 |
#: modules/widgets/tp_contact_form_7.php:971
|
4642 |
#: modules/widgets/tp_accordion.php:432
|
4643 |
#: modules/widgets/tp_adv_text_block.php:77
|
4644 |
#: modules/widgets/tp_age_gate.php:423 modules/widgets/tp_age_gate.php:451
|
4645 |
+
#: modules/widgets/tp_age_gate.php:2072 modules/widgets/tp_blockquote.php:102
|
4646 |
+
#: modules/widgets/tp_button.php:172 modules/widgets/tp_caldera_forms.php:1557
|
|
|
|
|
|
|
4647 |
#: modules/widgets/tp_contact_form_7.php:83
|
4648 |
#: modules/widgets/tp_contact_form_7.php:975
|
4649 |
#: modules/widgets/tp_dark_mode.php:157
|
4872 |
msgstr ""
|
4873 |
|
4874 |
#: modules/widgets/tp_accordion.php:577 modules/widgets/tp_accordion.php:727
|
4875 |
+
#: modules/widgets/tp_dark_mode.php:138 modules/widgets/tp_flip_box.php:762
|
4876 |
+
#: modules/widgets/tp_flip_box.php:940 modules/widgets/tp_flip_box.php:1134
|
4877 |
+
#: modules/widgets/tp_flip_box.php:1284
|
|
|
4878 |
#: modules/widgets/tp_heading_title.php:635
|
4879 |
#: modules/widgets/tp_heading_title.php:843
|
4880 |
#: modules/widgets/tp_heading_title.php:1009
|
4922 |
#: modules/widgets/tp_age_gate.php:1014 modules/widgets/tp_age_gate.php:1068
|
4923 |
#: modules/widgets/tp_age_gate.php:1172 modules/widgets/tp_age_gate.php:1236
|
4924 |
#: modules/widgets/tp_age_gate.php:1493 modules/widgets/tp_age_gate.php:1547
|
4925 |
+
#: modules/widgets/tp_blockquote.php:141 modules/widgets/tp_blockquote.php:173
|
4926 |
#: modules/widgets/tp_button.php:389 modules/widgets/tp_caldera_forms.php:227
|
4927 |
#: modules/widgets/tp_caldera_forms.php:272
|
4928 |
#: modules/widgets/tp_caldera_forms.php:621
|
5012 |
msgid "Content Background"
|
5013 |
msgstr ""
|
5014 |
|
5015 |
+
#: modules/widgets/tp_accordion.php:825 modules/widgets/tp_blockquote.php:251
|
5016 |
+
#: modules/widgets/tp_blockquote.php:363 modules/widgets/tp_flip_box.php:1637
|
5017 |
#: modules/widgets/tp_header_extras.php:769
|
5018 |
#: modules/widgets/tp_info_box.php:1137 modules/widgets/tp_info_box.php:1304
|
5019 |
#: modules/widgets/tp_navigation_menu_lite.php:1164
|
5032 |
|
5033 |
#: modules/widgets/tp_accordion.php:874
|
5034 |
#: modules/widgets/tp_adv_text_block.php:184
|
5035 |
+
#: modules/widgets/tp_blockquote.php:454
|
5036 |
#: modules/widgets/tp_blog_listout.php:951 modules/widgets/tp_button.php:821
|
5037 |
#: modules/widgets/tp_caldera_forms.php:2442
|
5038 |
#: modules/widgets/tp_clients_listout.php:780
|
5069 |
|
5070 |
#: modules/widgets/tp_accordion.php:891
|
5071 |
#: modules/widgets/tp_adv_text_block.php:201
|
5072 |
+
#: modules/widgets/tp_blockquote.php:471
|
5073 |
#: modules/widgets/tp_blog_listout.php:969 modules/widgets/tp_button.php:838
|
5074 |
#: modules/widgets/tp_caldera_forms.php:2459
|
5075 |
#: modules/widgets/tp_clients_listout.php:798
|
5097 |
|
5098 |
#: modules/widgets/tp_accordion.php:911
|
5099 |
#: modules/widgets/tp_adv_text_block.php:221
|
5100 |
+
#: modules/widgets/tp_blockquote.php:491
|
5101 |
#: modules/widgets/tp_blog_listout.php:1027 modules/widgets/tp_button.php:858
|
5102 |
#: modules/widgets/tp_caldera_forms.php:2479
|
5103 |
#: modules/widgets/tp_clients_listout.php:855
|
5126 |
#: modules/widgets/tp_accordion.php:923 modules/widgets/tp_accordion.php:992
|
5127 |
#: modules/widgets/tp_adv_text_block.php:233
|
5128 |
#: modules/widgets/tp_adv_text_block.php:302
|
5129 |
+
#: modules/widgets/tp_blockquote.php:503 modules/widgets/tp_blockquote.php:572
|
|
|
5130 |
#: modules/widgets/tp_blog_listout.php:1039
|
5131 |
#: modules/widgets/tp_blog_listout.php:1108 modules/widgets/tp_button.php:870
|
5132 |
#: modules/widgets/tp_button.php:939 modules/widgets/tp_caldera_forms.php:2491
|
5174 |
|
5175 |
#: modules/widgets/tp_accordion.php:944
|
5176 |
#: modules/widgets/tp_adv_text_block.php:254
|
5177 |
+
#: modules/widgets/tp_blockquote.php:524
|
5178 |
#: modules/widgets/tp_blog_listout.php:1060 modules/widgets/tp_button.php:891
|
5179 |
#: modules/widgets/tp_caldera_forms.php:2512
|
5180 |
#: modules/widgets/tp_clients_listout.php:888
|
5202 |
|
5203 |
#: modules/widgets/tp_accordion.php:958
|
5204 |
#: modules/widgets/tp_adv_text_block.php:268
|
5205 |
+
#: modules/widgets/tp_blockquote.php:538
|
5206 |
#: modules/widgets/tp_blog_listout.php:1074 modules/widgets/tp_button.php:905
|
5207 |
#: modules/widgets/tp_caldera_forms.php:2526
|
5208 |
#: modules/widgets/tp_clients_listout.php:902
|
5230 |
|
5231 |
#: modules/widgets/tp_accordion.php:979
|
5232 |
#: modules/widgets/tp_adv_text_block.php:289
|
5233 |
+
#: modules/widgets/tp_blockquote.php:559
|
5234 |
#: modules/widgets/tp_blog_listout.php:1095 modules/widgets/tp_button.php:926
|
5235 |
#: modules/widgets/tp_caldera_forms.php:2547
|
5236 |
#: modules/widgets/tp_clients_listout.php:923
|
5263 |
#: modules/widgets/tp_adv_text_block.php:53
|
5264 |
#: modules/widgets/tp_age_gate.php:139 modules/widgets/tp_age_gate.php:150
|
5265 |
#: modules/widgets/tp_age_gate.php:164 modules/widgets/tp_age_gate.php:178
|
5266 |
+
#: modules/widgets/tp_age_gate.php:745 modules/widgets/tp_flip_box.php:312
|
5267 |
+
#: modules/widgets/tp_gravity_form.php:153 modules/widgets/tp_info_box.php:156
|
5268 |
+
#: modules/widgets/tp_messagebox.php:66 modules/widgets/tp_messagebox.php:77
|
5269 |
+
#: modules/widgets/tp_messagebox.php:293 modules/widgets/tp_ninja_form.php:120
|
|
|
5270 |
msgid "Description"
|
5271 |
msgstr ""
|
5272 |
|
5287 |
msgstr ""
|
5288 |
|
5289 |
#: modules/widgets/tp_adv_text_block.php:81
|
5290 |
+
#: modules/widgets/tp_blockquote.php:106
|
5291 |
#: modules/widgets/tp_heading_title.php:151
|
5292 |
msgid "Justify"
|
5293 |
msgstr ""
|
5487 |
msgid "Background Image"
|
5488 |
msgstr ""
|
5489 |
|
5490 |
+
#: modules/widgets/tp_age_gate.php:485
|
|
|
|
|
5491 |
#: modules/widgets/tp_caldera_forms.php:1238
|
5492 |
#: modules/widgets/tp_caldera_forms.php:1292
|
5493 |
#: modules/widgets/tp_caldera_forms.php:1337
|
5531 |
msgid "Right Side Image"
|
5532 |
msgstr ""
|
5533 |
|
5534 |
+
#: modules/widgets/tp_age_gate.php:539 modules/widgets/tp_flip_box.php:165
|
|
|
5535 |
#: modules/widgets/tp_hovercard.php:154 modules/widgets/tp_hovercard.php:1078
|
5536 |
#: modules/widgets/tp_info_box.php:225
|
5537 |
#: modules/widgets/tp_number_counter.php:235
|
5566 |
#: modules/widgets/tp_age_gate.php:1269 modules/widgets/tp_age_gate.php:1520
|
5567 |
#: modules/widgets/tp_age_gate.php:1574 modules/widgets/tp_age_gate.php:1926
|
5568 |
#: modules/widgets/tp_age_gate.php:1980 modules/widgets/tp_age_gate.php:2179
|
5569 |
+
#: modules/widgets/tp_age_gate.php:2223 modules/widgets/tp_blockquote.php:321
|
5570 |
+
#: modules/widgets/tp_blockquote.php:350
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5571 |
#: modules/widgets/tp_blog_listout.php:820
|
5572 |
#: modules/widgets/tp_blog_listout.php:844 modules/widgets/tp_button.php:476
|
5573 |
#: modules/widgets/tp_caldera_forms.php:421
|
5734 |
#: modules/widgets/tp_age_gate.php:984 modules/widgets/tp_age_gate.php:1151
|
5735 |
#: modules/widgets/tp_age_gate.php:1391 modules/widgets/tp_age_gate.php:1474
|
5736 |
#: modules/widgets/tp_age_gate.php:1692 modules/widgets/tp_age_gate.php:1799
|
5737 |
+
#: modules/widgets/tp_age_gate.php:1880 modules/widgets/tp_blockquote.php:238
|
|
|
|
|
|
|
|
|
5738 |
#: modules/widgets/tp_caldera_forms.php:85
|
5739 |
#: modules/widgets/tp_caldera_forms.php:198
|
5740 |
#: modules/widgets/tp_caldera_forms.php:585
|
5785 |
#: modules/widgets/tp_age_gate.php:902 modules/widgets/tp_age_gate.php:995
|
5786 |
#: modules/widgets/tp_age_gate.php:1138 modules/widgets/tp_age_gate.php:1463
|
5787 |
#: modules/widgets/tp_age_gate.php:1788 modules/widgets/tp_age_gate.php:1869
|
5788 |
+
#: modules/widgets/tp_blockquote.php:227
|
|
|
|
|
|
|
|
|
|
|
5789 |
#: modules/widgets/tp_blog_listout.php:796 modules/widgets/tp_button.php:333
|
5790 |
#: modules/widgets/tp_caldera_forms.php:1191
|
5791 |
#: modules/widgets/tp_caldera_forms.php:1377
|
5831 |
#: modules/widgets/tp_age_gate.php:1513 modules/widgets/tp_age_gate.php:1567
|
5832 |
#: modules/widgets/tp_age_gate.php:1919 modules/widgets/tp_age_gate.php:1973
|
5833 |
#: modules/widgets/tp_age_gate.php:2172 modules/widgets/tp_age_gate.php:2216
|
|
|
|
|
|
|
|
|
|
|
|
|
5834 |
#: modules/widgets/tp_caldera_forms.php:1249
|
5835 |
#: modules/widgets/tp_caldera_forms.php:1436
|
5836 |
#: modules/widgets/tp_caldera_forms.php:2058
|
6039 |
msgid "John Doe"
|
6040 |
msgstr ""
|
6041 |
|
6042 |
+
#: modules/widgets/tp_blockquote.php:152 modules/widgets/tp_blockquote.php:184
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6043 |
msgid "Author Color"
|
6044 |
msgstr ""
|
6045 |
|
6046 |
+
#: modules/widgets/tp_blockquote.php:200
|
6047 |
msgid "Quote Color"
|
6048 |
msgstr ""
|
6049 |
|
6050 |
+
#: modules/widgets/tp_blockquote.php:216 modules/widgets/tp_hovercard.php:1759
|
6051 |
+
#: modules/widgets/tp_hovercard.php:1806 modules/widgets/tp_hovercard.php:1842
|
6052 |
+
msgid "Text Shadow"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6053 |
msgstr ""
|
6054 |
|
6055 |
+
#: modules/widgets/tp_blockquote.php:258
|
6056 |
#: modules/widgets/tp_caldera_forms.php:320
|
6057 |
#: modules/widgets/tp_caldera_forms.php:676
|
6058 |
#: modules/widgets/tp_caldera_forms.php:939
|
6100 |
msgid "Box Border"
|
6101 |
msgstr ""
|
6102 |
|
6103 |
+
#: modules/widgets/tp_blockquote.php:268 modules/widgets/tp_button.php:414
|
6104 |
#: modules/widgets/tp_caldera_forms.php:331
|
6105 |
#: modules/widgets/tp_caldera_forms.php:686
|
6106 |
#: modules/widgets/tp_caldera_forms.php:950
|
6150 |
msgid "Border Style"
|
6151 |
msgstr ""
|
6152 |
|
6153 |
+
#: modules/widgets/tp_blockquote.php:290 modules/widgets/tp_blockquote.php:339
|
6154 |
+
#: modules/widgets/tp_button.php:459 modules/widgets/tp_button.php:505
|
6155 |
+
#: modules/widgets/tp_caldera_forms.php:396
|
6156 |
#: modules/widgets/tp_caldera_forms.php:455
|
6157 |
#: modules/widgets/tp_caldera_forms.php:731
|
6158 |
#: modules/widgets/tp_caldera_forms.php:769
|
6245 |
msgid "Border Color"
|
6246 |
msgstr ""
|
6247 |
|
6248 |
+
#: modules/widgets/tp_blockquote.php:301 modules/widgets/tp_button.php:437
|
6249 |
#: modules/widgets/tp_caldera_forms.php:356
|
6250 |
#: modules/widgets/tp_caldera_forms.php:701
|
6251 |
#: modules/widgets/tp_caldera_forms.php:965
|
6300 |
msgid "Border Width"
|
6301 |
msgstr ""
|
6302 |
|
6303 |
+
#: modules/widgets/tp_blockquote.php:404
|
6304 |
#: modules/widgets/tp_caldera_forms.php:505
|
6305 |
#: modules/widgets/tp_caldera_forms.php:799
|
6306 |
#: modules/widgets/tp_caldera_forms.php:1967
|
6330 |
msgid "Box Shadow Options"
|
6331 |
msgstr ""
|
6332 |
|
6333 |
+
#: modules/widgets/tp_blockquote.php:461
|
6334 |
#: modules/widgets/tp_blog_listout.php:959 modules/widgets/tp_button.php:828
|
6335 |
#: modules/widgets/tp_clients_listout.php:788
|
6336 |
#: modules/widgets/tp_contact_form_7.php:1911
|
6534 |
msgid "Columns Gap/Space Between"
|
6535 |
msgstr ""
|
6536 |
|
6537 |
+
#: modules/widgets/tp_blog_listout.php:300
|
6538 |
+
#: modules/widgets/tp_blog_listout.php:919
|
6539 |
+
#: modules/widgets/tp_clients_listout.php:260
|
6540 |
+
#: modules/widgets/tp_clients_listout.php:748
|
6541 |
+
#: modules/widgets/tp_contact_form_7.php:97
|
6542 |
+
#: modules/widgets/tp_flip_box.php:1856
|
6543 |
+
#: modules/widgets/tp_gallery_listout.php:255
|
6544 |
+
#: modules/widgets/tp_gallery_listout.php:985
|
6545 |
+
#: modules/widgets/tp_gravity_form.php:98
|
6546 |
+
#: modules/widgets/tp_header_extras.php:2626
|
6547 |
+
#: modules/widgets/tp_info_box.php:2351
|
6548 |
+
#: modules/widgets/tp_navigation_menu_lite.php:106
|
6549 |
+
#: modules/widgets/tp_navigation_menu_lite.php:1372
|
6550 |
+
#: modules/widgets/tp_number_counter.php:1510
|
6551 |
+
#: modules/widgets/tp_page_scroll.php:148
|
6552 |
+
#: modules/widgets/tp_post_title.php:137
|
6553 |
+
#: modules/widgets/tp_scroll_navigation.php:1005
|
6554 |
+
#: modules/widgets/tp_tabs_tours.php:1261
|
6555 |
+
#: modules/widgets/tp_team_member_listout.php:290
|
6556 |
+
#: modules/widgets/tp_team_member_listout.php:772
|
6557 |
+
#: modules/widgets/tp_testimonial_listout.php:946
|
6558 |
+
msgid "Extra Options"
|
6559 |
+
msgstr ""
|
6560 |
+
|
6561 |
#: modules/widgets/tp_blog_listout.php:307
|
6562 |
#: modules/widgets/tp_clients_listout.php:267
|
6563 |
#: modules/widgets/tp_gallery_listout.php:272
|
6888 |
msgid "Style 23 (PRO)"
|
6889 |
msgstr ""
|
6890 |
|
6891 |
+
#: modules/widgets/tp_button.php:86 modules/widgets/tp_flip_box.php:369
|
6892 |
+
#: modules/widgets/tp_hovercard.php:153 modules/widgets/tp_hovercard.php:165
|
6893 |
+
#: modules/widgets/tp_meeting_scheduler.php:345
|
6894 |
+
#: modules/widgets/tp_post_comment.php:55 modules/widgets/tp_post_meta.php:542
|
6895 |
+
#: modules/widgets/tp_post_meta.php:553
|
6896 |
+
msgid "Text"
|
6897 |
+
msgstr ""
|
6898 |
+
|
6899 |
#: modules/widgets/tp_button.php:91 modules/widgets/tp_button.php:92
|
6900 |
#: modules/widgets/tp_flip_box.php:374 modules/widgets/tp_flip_box.php:375
|
6901 |
#: modules/widgets/tp_info_box.php:405 modules/widgets/tp_info_box.php:406
|
7654 |
msgid "Bottom Offset"
|
7655 |
msgstr ""
|
7656 |
|
7657 |
+
#: modules/widgets/tp_dark_mode.php:193 modules/widgets/tp_hovercard.php:378
|
7658 |
+
#: modules/widgets/tp_pricing_table.php:1639
|
7659 |
+
#: modules/widgets/tp_scroll_navigation.php:79
|
7660 |
+
#: modules/widgets/tp_tabs_tours.php:246 modules/widgets/tp_tabs_tours.php:497
|
7661 |
+
msgid "Bottom"
|
7662 |
+
msgstr ""
|
7663 |
+
|
7664 |
#: modules/widgets/tp_dark_mode.php:282
|
7665 |
msgid "Save in Cookies"
|
7666 |
msgstr ""
|
7701 |
msgid "Switcher Style"
|
7702 |
msgstr ""
|
7703 |
|
7704 |
+
#: modules/widgets/tp_dark_mode.php:384 modules/widgets/tp_hovercard.php:1311
|
7705 |
+
#: modules/widgets/tp_post_featured_image.php:223
|
7706 |
+
msgid "Background Size"
|
7707 |
+
msgstr ""
|
7708 |
+
|
7709 |
#: modules/widgets/tp_dark_mode.php:404 modules/widgets/tp_dark_mode.php:724
|
7710 |
msgid "Light"
|
7711 |
msgstr ""
|
8656 |
msgid "Display Language Switcher"
|
8657 |
msgstr ""
|
8658 |
|
8659 |
+
#: modules/widgets/tp_header_extras.php:2426
|
8660 |
+
#: modules/widgets/tp_meeting_scheduler.php:50
|
8661 |
+
msgid "Select"
|
8662 |
+
msgstr ""
|
8663 |
+
|
8664 |
#: modules/widgets/tp_header_extras.php:2430
|
8665 |
msgid "WPML (Pro)"
|
8666 |
msgstr ""
|
8993 |
msgid "Custom Script"
|
8994 |
msgstr ""
|
8995 |
|
8996 |
+
#: modules/widgets/tp_hovercard.php:240
|
8997 |
+
msgid "Relative"
|
8998 |
+
msgstr ""
|
8999 |
+
|
9000 |
+
#: modules/widgets/tp_hovercard.php:241
|
9001 |
+
msgid "Absolute"
|
9002 |
+
msgstr ""
|
9003 |
+
|
9004 |
#: modules/widgets/tp_hovercard.php:254
|
9005 |
msgid "Display"
|
9006 |
msgstr ""
|
9089 |
msgid "Vertical Align"
|
9090 |
msgstr ""
|
9091 |
|
9092 |
+
#: modules/widgets/tp_hovercard.php:376
|
9093 |
+
#: modules/widgets/tp_pricing_table.php:1631
|
9094 |
+
#: modules/widgets/tp_scroll_navigation.php:76
|
9095 |
+
#: modules/widgets/tp_tabs_tours.php:242 modules/widgets/tp_tabs_tours.php:489
|
9096 |
+
msgid "Top"
|
9097 |
+
msgstr ""
|
9098 |
+
|
9099 |
#: modules/widgets/tp_hovercard.php:377
|
9100 |
#: modules/widgets/tp_pricing_table.php:1635
|
9101 |
msgid "Middle"
|
9138 |
msgid "Min. Width"
|
9139 |
msgstr ""
|
9140 |
|
9141 |
+
#: modules/widgets/tp_hovercard.php:637
|
9142 |
+
#: modules/widgets/tp_meeting_scheduler.php:111
|
9143 |
+
#: modules/widgets/tp_meeting_scheduler.php:174
|
9144 |
+
#: modules/widgets/tp_meeting_scheduler.php:284
|
9145 |
+
msgid "Height"
|
9146 |
+
msgstr ""
|
9147 |
+
|
9148 |
#: modules/widgets/tp_hovercard.php:670
|
9149 |
#: modules/widgets/tp_meeting_scheduler.php:224
|
9150 |
msgid "Min. Height"
|
9248 |
msgid "Text Style"
|
9249 |
msgstr ""
|
9250 |
|
|
|
|
|
|
|
|
|
|
|
9251 |
#: modules/widgets/tp_hovercard.php:1945 modules/widgets/tp_info_box.php:2210
|
9252 |
#: modules/widgets/tp_number_counter.php:841
|
9253 |
msgid "Image Style"
|
10379 |
msgid "skew(-25deg)"
|
10380 |
msgstr ""
|
10381 |
|
10382 |
+
#: modules/widgets/tp_post_meta.php:59
|
10383 |
+
msgid "Layout 1"
|
10384 |
+
msgstr ""
|
10385 |
+
|
10386 |
+
#: modules/widgets/tp_post_meta.php:60
|
10387 |
+
msgid "Layout 2"
|
10388 |
+
msgstr ""
|
10389 |
+
|
10390 |
#: modules/widgets/tp_post_meta.php:67
|
10391 |
msgid "Select Field"
|
10392 |
msgstr ""
|
10435 |
msgid ","
|
10436 |
msgstr ""
|
10437 |
|
10438 |
+
#: modules/widgets/tp_post_meta.php:303
|
10439 |
+
msgid "Size"
|
10440 |
+
msgstr ""
|
10441 |
+
|
10442 |
#: modules/widgets/tp_post_meta.php:323
|
10443 |
msgid "Left Space"
|
10444 |
msgstr ""
|
modules/widgets/tp_button.php
CHANGED
@@ -55,28 +55,28 @@ class L_ThePlus_Button extends Widget_Base {
|
|
55 |
'default' => 'style-1',
|
56 |
'options' => [
|
57 |
'style-1' => esc_html__('Style 1', 'tpebl'),
|
58 |
-
'style-2' => esc_html__('Style 2
|
59 |
-
'style-3' => esc_html__('Style 3
|
60 |
'style-4' => esc_html__('Style 4', 'tpebl'),
|
61 |
-
'style-5' => esc_html__('Style 5
|
62 |
-
'style-6' => esc_html__('Style 6
|
63 |
-
'style-7' => esc_html__('Style 7
|
64 |
'style-8' => esc_html__('Style 8', 'tpebl'),
|
65 |
-
'style-9' => esc_html__('Style 9
|
66 |
-
'style-10' => esc_html__('Style 10
|
67 |
'style-11' => esc_html__('Style 11', 'tpebl'),
|
68 |
'style-12' => esc_html__('Style 12', 'tpebl'),
|
69 |
'style-13' => esc_html__('Style 13', 'tpebl'),
|
70 |
-
'style-14' => esc_html__('Style 14
|
71 |
-
'style-15' => esc_html__('Style 15
|
72 |
-
'style-16' => esc_html__('Style 16
|
73 |
-
'style-17' => esc_html__('Style 17
|
74 |
-
'style-18' => esc_html__('Style 18
|
75 |
-
'style-19' => esc_html__('Style 19
|
76 |
'style-20' => esc_html__('Style 20', 'tpebl'),
|
77 |
-
'style-21' => esc_html__('Style 21
|
78 |
-
'style-22' => esc_html__('Style 22
|
79 |
-
'style-24' => esc_html__('Style 23
|
80 |
],
|
81 |
]
|
82 |
);
|
@@ -91,7 +91,22 @@ class L_ThePlus_Button extends Widget_Base {
|
|
91 |
'default' => esc_html__( 'Read More', 'tpebl' ),
|
92 |
'placeholder' => esc_html__( 'Read More', 'tpebl' ),
|
93 |
]
|
94 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
$this->add_control(
|
96 |
'button_hover_text',
|
97 |
[
|
@@ -132,17 +147,19 @@ class L_ThePlus_Button extends Widget_Base {
|
|
132 |
'default' => 'no',
|
133 |
]
|
134 |
);
|
|
|
135 |
$this->add_control(
|
136 |
-
'
|
137 |
[
|
138 |
-
'label' =>
|
139 |
-
'type' => Controls_Manager::
|
140 |
-
'
|
141 |
-
|
142 |
-
'classes' => 'plus-pro-version',
|
143 |
-
'condition' => [
|
144 |
-
'button_custom_attributes' => [ 'yes' ],
|
145 |
],
|
|
|
|
|
|
|
|
|
146 |
]
|
147 |
);
|
148 |
$this->end_controls_section();
|
@@ -198,6 +215,21 @@ class L_ThePlus_Button extends Widget_Base {
|
|
198 |
[
|
199 |
'label' => esc_html__('Icon Settings', 'tpebl'),
|
200 |
'tab' => Controls_Manager::TAB_CONTENT,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
]
|
202 |
);
|
203 |
$this->add_control(
|
@@ -243,7 +275,7 @@ class L_ThePlus_Button extends Widget_Base {
|
|
243 |
'button_icon_style' => 'font_awesome_5',
|
244 |
],
|
245 |
]
|
246 |
-
);
|
247 |
$this->add_control(
|
248 |
'before_after',
|
249 |
[
|
@@ -277,6 +309,8 @@ class L_ThePlus_Button extends Widget_Base {
|
|
277 |
'selectors' => [
|
278 |
'{{WRAPPER}} .button-link-wrap .button-after' => 'margin-left: {{SIZE}}{{UNIT}};',
|
279 |
'{{WRAPPER}} .button-link-wrap .button-before' => 'margin-right: {{SIZE}}{{UNIT}};',
|
|
|
|
|
280 |
],
|
281 |
]
|
282 |
);
|
@@ -297,7 +331,7 @@ class L_ThePlus_Button extends Widget_Base {
|
|
297 |
],
|
298 |
'selectors' => [
|
299 |
'{{WRAPPER}} .button-link-wrap .btn-icon' => 'font-size: {{SIZE}}{{UNIT}};',
|
300 |
-
'{{WRAPPER}} .button-link-wrap .btn-icon svg' => 'width: {{SIZE}}{{UNIT}};height:
|
301 |
],
|
302 |
]
|
303 |
);
|
@@ -310,15 +344,18 @@ class L_ThePlus_Button extends Widget_Base {
|
|
310 |
]
|
311 |
);
|
312 |
$this->add_control(
|
313 |
-
'
|
314 |
[
|
315 |
-
'label' => esc_html__( '
|
316 |
'type' => Controls_Manager::TEXT,
|
317 |
'default' => '',
|
318 |
-
'
|
319 |
-
'
|
|
|
|
|
|
|
320 |
]
|
321 |
-
);
|
322 |
$this->end_controls_section();
|
323 |
$this->start_controls_section(
|
324 |
'section_styling',
|
@@ -354,21 +391,19 @@ class L_ThePlus_Button extends Widget_Base {
|
|
354 |
]
|
355 |
);
|
356 |
$this->add_control(
|
357 |
-
'
|
358 |
[
|
359 |
'type' => Controls_Manager::SLIDER,
|
360 |
'label' => esc_html__('Svg Icon Size', 'tpebl'),
|
361 |
-
'
|
362 |
-
'unit' => 'px',
|
363 |
-
'size' => 20,
|
364 |
-
],
|
365 |
'range' => [
|
366 |
-
'' => [
|
367 |
'min' => 1,
|
368 |
-
'max' =>
|
369 |
'step' => 1,
|
370 |
],
|
371 |
],
|
|
|
372 |
'selectors' => [
|
373 |
'{{WRAPPER}} .pt_plus_button .button-link-wrap svg' => 'width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};',
|
374 |
],
|
@@ -389,8 +424,10 @@ class L_ThePlus_Button extends Widget_Base {
|
|
389 |
'label' => esc_html__( 'Text Color', 'tpebl' ),
|
390 |
'type' => Controls_Manager::COLOR,
|
391 |
'selectors' => [
|
392 |
-
'{{WRAPPER}} .pt_plus_button .button-link-wrap' => 'color: {{VALUE}};',
|
393 |
-
'{{WRAPPER}} .pt_plus_button .button-link-wrap svg' => 'fill: {{VALUE}};',
|
|
|
|
|
394 |
],
|
395 |
]
|
396 |
);
|
@@ -399,10 +436,24 @@ class L_ThePlus_Button extends Widget_Base {
|
|
399 |
[
|
400 |
'name' => 'button_background',
|
401 |
'types' => [ 'classic', 'gradient' ],
|
402 |
-
'selector' => '{{WRAPPER}} .pt_plus_button.button-style-
|
|
|
|
|
|
|
403 |
{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,
|
|
|
404 |
{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,
|
405 |
-
{{WRAPPER}} .pt_plus_button.button-style-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
406 |
'condition' => [
|
407 |
'button_style!' => ['style-1','style-6','style-7','style-9','style-12','style-13'],
|
408 |
],
|
@@ -422,11 +473,11 @@ class L_ThePlus_Button extends Widget_Base {
|
|
422 |
'groove' => esc_html__( 'Groove', 'tpebl' ),
|
423 |
],
|
424 |
'selectors' => [
|
425 |
-
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap' => 'border-style: {{VALUE}};',
|
426 |
],
|
427 |
'separator' => 'before',
|
428 |
'condition' => [
|
429 |
-
'button_style' => ['style-4','style-8','style-11','style-12','style-13','style-20'],
|
430 |
],
|
431 |
]
|
432 |
);
|
@@ -444,10 +495,10 @@ class L_ThePlus_Button extends Widget_Base {
|
|
444 |
'left' => 1,
|
445 |
],
|
446 |
'selectors' => [
|
447 |
-
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap' => 'border-width: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
448 |
],
|
449 |
'condition' => [
|
450 |
-
'button_style' => ['style-4','style-8','style-11','style-12','style-13','style-20'],
|
451 |
'button_border_style!' => 'none',
|
452 |
]
|
453 |
]
|
@@ -460,11 +511,11 @@ class L_ThePlus_Button extends Widget_Base {
|
|
460 |
'type' => Controls_Manager::COLOR,
|
461 |
'default' => '#313131',
|
462 |
'selectors' => [
|
463 |
-
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap' => 'border-color: {{VALUE}};',
|
464 |
'{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap' => 'background: {{VALUE}};',
|
465 |
],
|
466 |
'condition' => [
|
467 |
-
'button_style' => ['style-4','style-8','style-11','style-12','style-13','style-20'],
|
468 |
'button_border_style!' => 'none'
|
469 |
],
|
470 |
]
|
@@ -477,10 +528,24 @@ class L_ThePlus_Button extends Widget_Base {
|
|
477 |
'type' => Controls_Manager::DIMENSIONS,
|
478 |
'size_units' => [ 'px', '%' ],
|
479 |
'selectors' => [
|
480 |
-
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
481 |
],
|
482 |
'condition' => [
|
483 |
-
'button_style' =>
|
484 |
],
|
485 |
]
|
486 |
);
|
@@ -488,14 +553,26 @@ class L_ThePlus_Button extends Widget_Base {
|
|
488 |
Group_Control_Box_Shadow::get_type(),
|
489 |
[
|
490 |
'name' => 'button_shadow',
|
491 |
-
'selector' => '{{WRAPPER}} .pt_plus_button.button-style-
|
|
|
|
|
492 |
{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,
|
|
|
493 |
{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,
|
494 |
{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap,
|
495 |
{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap,
|
496 |
-
{{WRAPPER}} .pt_plus_button.button-style-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
497 |
'condition' => [
|
498 |
-
'button_style' => ['style-4','style-8','style-11','style-12','style-13','style-20'],
|
499 |
],
|
500 |
]
|
501 |
);
|
@@ -552,9 +629,10 @@ class L_ThePlus_Button extends Widget_Base {
|
|
552 |
'label' => esc_html__( 'Text Hover Color', 'tpebl' ),
|
553 |
'type' => Controls_Manager::COLOR,
|
554 |
'selectors' => [
|
555 |
-
'{{WRAPPER}} .pt_plus_button .button-link-wrap:hover' => 'color: {{VALUE}};',
|
556 |
-
'{{WRAPPER}} .pt_plus_button .button-link-wrap:hover svg' => 'fill: {{VALUE}};',
|
557 |
-
'{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap::before' => 'color: {{VALUE}};',
|
|
|
558 |
],
|
559 |
]
|
560 |
);
|
@@ -563,12 +641,25 @@ class L_ThePlus_Button extends Widget_Base {
|
|
563 |
[
|
564 |
'name' => 'button_hover_background',
|
565 |
'types' => [ 'classic', 'gradient' ],
|
566 |
-
'selector' => '{{WRAPPER}} .pt_plus_button.button-style-
|
|
|
|
|
|
|
567 |
{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap:hover,
|
|
|
568 |
{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap::before,
|
569 |
{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap::before,
|
570 |
{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap::before,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap::after,
|
571 |
-
{{WRAPPER}} .pt_plus_button.button-style-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
572 |
'condition' => [
|
573 |
'button_style!' => ['style-1','style-6','style-7','style-9'],
|
574 |
],
|
@@ -581,21 +672,30 @@ class L_ThePlus_Button extends Widget_Base {
|
|
581 |
'type' => Controls_Manager::COLOR,
|
582 |
'default' => '#313131',
|
583 |
'selectors' => [
|
584 |
-
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap:hover,
|
585 |
-
{{WRAPPER}} .pt_plus_button.button-style-
|
586 |
-
{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap:hover,
|
587 |
-
{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap:hover,
|
588 |
-
{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap:hover,
|
589 |
-
{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap:hover' => 'border-color: {{VALUE}};',
|
590 |
],
|
591 |
'separator' => 'before',
|
592 |
'condition' => [
|
593 |
-
'button_style' => ['style-4','style-8','style-11','style-12','style-13','style-20'],
|
594 |
'button_border_style!' => 'none'
|
595 |
],
|
596 |
]
|
597 |
);
|
598 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
599 |
$this->add_responsive_control(
|
600 |
'button_hover_radius',
|
601 |
[
|
@@ -603,15 +703,10 @@ class L_ThePlus_Button extends Widget_Base {
|
|
603 |
'type' => Controls_Manager::DIMENSIONS,
|
604 |
'size_units' => [ 'px', '%' ],
|
605 |
'selectors' => [
|
606 |
-
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap:hover,
|
607 |
-
{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap:hover,
|
608 |
-
{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap:hover,
|
609 |
-
{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap:hover,
|
610 |
-
{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap:hover,
|
611 |
-
{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap:hover' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
612 |
],
|
613 |
'condition' => [
|
614 |
-
'button_style' => ['style-4','style-8','style-11','style-12','style-13','style-20'],
|
615 |
],
|
616 |
]
|
617 |
);
|
@@ -619,14 +714,26 @@ class L_ThePlus_Button extends Widget_Base {
|
|
619 |
Group_Control_Box_Shadow::get_type(),
|
620 |
[
|
621 |
'name' => 'button_hover_shadow',
|
622 |
-
'selector' => '{{WRAPPER}} .pt_plus_button.button-style-
|
|
|
|
|
623 |
{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap:hover,
|
|
|
624 |
{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap:hover,
|
625 |
{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap:hover,
|
626 |
{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap:hover,
|
627 |
-
{{WRAPPER}} .pt_plus_button.button-style-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
628 |
'condition' => [
|
629 |
-
'button_style' => ['style-4','style-8','style-11','style-12','style-13','style-20'],
|
630 |
],
|
631 |
]
|
632 |
);
|
@@ -645,6 +752,27 @@ class L_ThePlus_Button extends Widget_Base {
|
|
645 |
);
|
646 |
$this->end_controls_tab();
|
647 |
$this->end_controls_tabs();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
648 |
$this->end_controls_section();
|
649 |
|
650 |
$this->start_controls_section(
|
@@ -666,7 +794,7 @@ class L_ThePlus_Button extends Widget_Base {
|
|
666 |
]
|
667 |
);
|
668 |
$this->add_control(
|
669 |
-
'
|
670 |
[
|
671 |
'label' => esc_html__( 'Unlock more possibilities', 'tpebl' ),
|
672 |
'type' => Controls_Manager::TEXT,
|
@@ -690,7 +818,7 @@ class L_ThePlus_Button extends Widget_Base {
|
|
690 |
]
|
691 |
);
|
692 |
$this->add_control(
|
693 |
-
'
|
694 |
[
|
695 |
'label' => esc_html__( 'Unlock more possibilities', 'tpebl' ),
|
696 |
'type' => Controls_Manager::TEXT,
|
@@ -712,7 +840,7 @@ class L_ThePlus_Button extends Widget_Base {
|
|
712 |
]
|
713 |
);
|
714 |
$this->add_control(
|
715 |
-
'
|
716 |
[
|
717 |
'label' => esc_html__( 'Unlock more possibilities', 'tpebl' ),
|
718 |
'type' => Controls_Manager::TEXT,
|
@@ -736,7 +864,7 @@ class L_ThePlus_Button extends Widget_Base {
|
|
736 |
]
|
737 |
);
|
738 |
$this->add_control(
|
739 |
-
'
|
740 |
[
|
741 |
'label' => esc_html__( 'Unlock more possibilities', 'tpebl' ),
|
742 |
'type' => Controls_Manager::TEXT,
|
@@ -760,15 +888,85 @@ class L_ThePlus_Button extends Widget_Base {
|
|
760 |
]
|
761 |
);
|
762 |
$this->add_control(
|
763 |
-
'
|
764 |
[
|
765 |
-
'label' => esc_html__( '
|
766 |
-
'type' => Controls_Manager::
|
767 |
-
'default' => '',
|
768 |
-
'
|
769 |
-
|
770 |
-
|
771 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
772 |
],
|
773 |
]
|
774 |
);
|
@@ -790,7 +988,18 @@ class L_ThePlus_Button extends Widget_Base {
|
|
790 |
'separator' => 'before',
|
791 |
'options' => l_theplus_get_content_hover_effect_options(),
|
792 |
]
|
793 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
794 |
$this->add_control(
|
795 |
'shake_animate',
|
796 |
[
|
@@ -801,15 +1010,20 @@ class L_ThePlus_Button extends Widget_Base {
|
|
801 |
]
|
802 |
);
|
803 |
$this->add_control(
|
804 |
-
'
|
805 |
[
|
806 |
-
'label' => esc_html__( '
|
807 |
-
'type' => Controls_Manager::
|
808 |
-
'
|
809 |
-
'
|
810 |
-
'
|
811 |
-
'
|
812 |
-
|
|
|
|
|
|
|
|
|
|
|
813 |
],
|
814 |
]
|
815 |
);
|
@@ -956,33 +1170,80 @@ class L_ThePlus_Button extends Widget_Base {
|
|
956 |
]
|
957 |
);
|
958 |
$this->end_controls_section();
|
|
|
959 |
}
|
960 |
protected function render() {
|
961 |
|
962 |
$settings = $this->get_settings_for_display();
|
963 |
-
$hover_class=$full_button_width=$data_class=$button_hover_text='';
|
964 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
965 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
966 |
|
967 |
-
$hover_class = '';
|
|
|
|
|
|
|
|
|
|
|
|
|
968 |
$btn_hover_effects=$settings["btn_hover_effects"];
|
969 |
-
if ($btn_hover_effects == "
|
|
|
|
|
970 |
$hover_class .= 'content_hover_push';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
971 |
}
|
972 |
|
973 |
if ( ! empty( $settings['button_link']['url'] ) ) {
|
974 |
-
$this->
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
|
|
|
|
981 |
}
|
982 |
|
983 |
-
$this->add_render_attribute( 'button', 'class', 'button-link-wrap' );
|
984 |
$this->add_render_attribute( 'button', 'role', 'button' );
|
985 |
-
|
|
|
|
|
|
|
|
|
986 |
if(!empty($settings['button_hover_text'])){
|
987 |
$this->add_render_attribute( 'button', 'data-hover', $settings['button_hover_text'] );
|
988 |
}else{
|
@@ -993,6 +1254,7 @@ class L_ThePlus_Button extends Widget_Base {
|
|
993 |
$button_align .=(!empty($settings['button_align_tablet'])) ? ' text--tablet'.$settings['button_align_tablet'] : '';
|
994 |
$button_align .=(!empty($settings['button_align_mobile'])) ? ' text--mobile'.$settings['button_align_mobile'] : '';
|
995 |
$btn_hover_style = $settings['btn_hover_style'];
|
|
|
996 |
$button_text = $settings['button_text'];
|
997 |
$button_hover_text = $settings['button_hover_text'];
|
998 |
$uid=uniqid('btn');
|
@@ -1002,7 +1264,10 @@ class L_ThePlus_Button extends Widget_Base {
|
|
1002 |
if($button_style=='style-11' || $button_style=='style-13'){
|
1003 |
$data_class .=' '.$btn_hover_style.' ';
|
1004 |
}
|
1005 |
-
|
|
|
|
|
|
|
1006 |
if(!empty($settings['full_width_btn']) && $settings['full_width_btn']=='yes'){
|
1007 |
$data_class .=' full-button ';
|
1008 |
$full_button_width=' full-button ';
|
@@ -1011,6 +1276,20 @@ class L_ThePlus_Button extends Widget_Base {
|
|
1011 |
$data_class .=' trnasition_hover ';
|
1012 |
}
|
1013 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1014 |
$animation_effects=$settings["animation_effects"];
|
1015 |
$animation_delay= (!empty($settings["animation_delay"]["size"])) ? $settings["animation_delay"]["size"] : 50;
|
1016 |
if($animation_effects=='no-animation'){
|
@@ -1032,23 +1311,28 @@ class L_ThePlus_Button extends Widget_Base {
|
|
1032 |
}
|
1033 |
}
|
1034 |
}
|
1035 |
-
|
1036 |
-
|
|
|
|
|
1037 |
|
1038 |
-
$
|
|
|
|
|
|
|
|
|
1039 |
$the_button .='<div class="button_parallax '.esc_attr($full_button_width).'">';
|
1040 |
-
$the_button .='<div id="'.esc_attr($uid_button).'" class="'.esc_attr($button_align).' ts-button content_hover_effect ' . esc_attr($hover_class) . ' '.esc_attr($full_button_width).'
|
1041 |
-
$the_button .='<div class="pt_plus_button '
|
1042 |
-
$the_button .= '<div class="animted-content-inner ">';
|
1043 |
-
$the_button .='<a '.$this->get_render_attribute_string( "button" ).' >';
|
1044 |
$the_button .= $this->render_text();
|
1045 |
$the_button .='</a>';
|
1046 |
$the_button .='</div>';
|
1047 |
$the_button .='</div>';
|
1048 |
-
$the_button .='</div>';
|
1049 |
$the_button .='</div>';
|
1050 |
-
$the_button .='</div>';
|
1051 |
-
|
1052 |
echo $the_button;
|
1053 |
}
|
1054 |
protected function content_template() {
|
@@ -1065,11 +1349,11 @@ class L_ThePlus_Button extends Widget_Base {
|
|
1065 |
$icons='';
|
1066 |
if($settings["button_icon_style"]=='font_awesome'){
|
1067 |
$icons=$settings["button_icon"];
|
1068 |
-
}else if($settings["button_icon_style"]=='font_awesome_5'){
|
1069 |
ob_start();
|
1070 |
\Elementor\Icons_Manager::render_icon( $settings['button_icon_5'], [ 'aria-hidden' => 'true' ]);
|
1071 |
$icons = ob_get_contents();
|
1072 |
-
ob_end_clean();
|
1073 |
}
|
1074 |
|
1075 |
if($before_after=='before' && !empty($icons)){
|
@@ -1077,38 +1361,72 @@ class L_ThePlus_Button extends Widget_Base {
|
|
1077 |
$icons_before = '<span class="btn-icon button-before">'.$icons.'</span>';
|
1078 |
}else{
|
1079 |
$icons_before = '<i class="btn-icon button-before '.esc_attr($icons).'"></i>';
|
1080 |
-
}
|
1081 |
}
|
1082 |
if($before_after=='after' && !empty($icons)){
|
1083 |
if(!empty($settings["button_icon_style"]) && $settings["button_icon_style"]=='font_awesome_5'){
|
1084 |
-
|
1085 |
}else{
|
1086 |
-
|
1087 |
-
}
|
1088 |
}
|
1089 |
|
1090 |
if($button_style=='style-1'){
|
1091 |
-
$button_text =$icons_before
|
1092 |
$style_content='<div class="button_line"></div>';
|
1093 |
}
|
1094 |
-
if($button_style=='style-8'){
|
1095 |
-
$button_text =$icons_before . $button_text . $icons_after;
|
|
|
|
|
|
|
1096 |
}
|
1097 |
if($button_style=='style-4'){
|
1098 |
-
$button_text =$icons_before
|
1099 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1100 |
if($button_style=='style-11'){
|
1101 |
-
$button_text ='<span>'.$icons_before . $button_text . $icons_after.'</span>';
|
1102 |
}
|
1103 |
if($button_style=='style-12' || $button_style=='style-15' || $button_style=='style-16'){
|
1104 |
-
$button_text ='<span>'.$icons_before . $button_text . $icons_after.'</span>';
|
1105 |
}
|
1106 |
if($button_style=='style-13'){
|
1107 |
-
$button_text ='<span>'.$icons_before . $button_text . $icons_after.'</span>';
|
|
|
|
|
|
|
1108 |
}
|
1109 |
-
if($button_style=='style-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1110 |
$button_text =$icons_before .'<span>'. esc_html($button_text) .'</span>'. $icons_after;
|
1111 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1112 |
return $button_text.$style_content;
|
1113 |
}
|
1114 |
-
}
|
55 |
'default' => 'style-1',
|
56 |
'options' => [
|
57 |
'style-1' => esc_html__('Style 1', 'tpebl'),
|
58 |
+
'style-2' => esc_html__('Style 2', 'tpebl'),
|
59 |
+
'style-3' => esc_html__('Style 3', 'tpebl'),
|
60 |
'style-4' => esc_html__('Style 4', 'tpebl'),
|
61 |
+
'style-5' => esc_html__('Style 5', 'tpebl'),
|
62 |
+
'style-6' => esc_html__('Style 6', 'tpebl'),
|
63 |
+
'style-7' => esc_html__('Style 7', 'tpebl'),
|
64 |
'style-8' => esc_html__('Style 8', 'tpebl'),
|
65 |
+
'style-9' => esc_html__('Style 9', 'tpebl'),
|
66 |
+
'style-10' => esc_html__('Style 10', 'tpebl'),
|
67 |
'style-11' => esc_html__('Style 11', 'tpebl'),
|
68 |
'style-12' => esc_html__('Style 12', 'tpebl'),
|
69 |
'style-13' => esc_html__('Style 13', 'tpebl'),
|
70 |
+
'style-14' => esc_html__('Style 14', 'tpebl'),
|
71 |
+
'style-15' => esc_html__('Style 15', 'tpebl'),
|
72 |
+
'style-16' => esc_html__('Style 16', 'tpebl'),
|
73 |
+
'style-17' => esc_html__('Style 17', 'tpebl'),
|
74 |
+
'style-18' => esc_html__('Style 18', 'tpebl'),
|
75 |
+
'style-19' => esc_html__('Style 19', 'tpebl'),
|
76 |
'style-20' => esc_html__('Style 20', 'tpebl'),
|
77 |
+
'style-21' => esc_html__('Style 21', 'tpebl'),
|
78 |
+
'style-22' => esc_html__('Style 22', 'tpebl'),
|
79 |
+
'style-24' => esc_html__('Style 23', 'tpebl'),
|
80 |
],
|
81 |
]
|
82 |
);
|
91 |
'default' => esc_html__( 'Read More', 'tpebl' ),
|
92 |
'placeholder' => esc_html__( 'Read More', 'tpebl' ),
|
93 |
]
|
94 |
+
);
|
95 |
+
$this->add_control(
|
96 |
+
'button_24_text',
|
97 |
+
[
|
98 |
+
'label' => esc_html__( 'Button Tag Text', 'tpebl' ),
|
99 |
+
'type' => Controls_Manager::TEXT,
|
100 |
+
'dynamic' => [
|
101 |
+
'active' => true,
|
102 |
+
],
|
103 |
+
'default' => esc_html__( 'Click Here', 'tpebl' ),
|
104 |
+
'placeholder' => esc_html__( 'Click Here', 'tpebl' ),
|
105 |
+
'condition' => [
|
106 |
+
'button_style' => ['style-24'],
|
107 |
+
],
|
108 |
+
]
|
109 |
+
);
|
110 |
$this->add_control(
|
111 |
'button_hover_text',
|
112 |
[
|
147 |
'default' => 'no',
|
148 |
]
|
149 |
);
|
150 |
+
|
151 |
$this->add_control(
|
152 |
+
'custom_attributes',
|
153 |
[
|
154 |
+
'label' => __( 'Custom Attributes', 'tpebl' ),
|
155 |
+
'type' => Controls_Manager::TEXTAREA,
|
156 |
+
'dynamic' => [
|
157 |
+
'active' => true,
|
|
|
|
|
|
|
158 |
],
|
159 |
+
'placeholder' => __( 'key=value', 'tpebl' ),
|
160 |
+
'condition' => [
|
161 |
+
'button_custom_attributes' => 'yes'
|
162 |
+
]
|
163 |
]
|
164 |
);
|
165 |
$this->end_controls_section();
|
215 |
[
|
216 |
'label' => esc_html__('Icon Settings', 'tpebl'),
|
217 |
'tab' => Controls_Manager::TAB_CONTENT,
|
218 |
+
|
219 |
+
]
|
220 |
+
);
|
221 |
+
$this->add_control(
|
222 |
+
'icon_hover_style', [
|
223 |
+
'type' => Controls_Manager::SELECT,
|
224 |
+
'label' => esc_html__('Icon Hover Style', 'tpebl'),
|
225 |
+
'default' => 'hover-top',
|
226 |
+
'options' => [
|
227 |
+
'hover-top' => esc_html__('On Top', 'tpebl'),
|
228 |
+
'hover-bottom' => esc_html__('On Bottom', 'tpebl'),
|
229 |
+
],
|
230 |
+
'condition' => [
|
231 |
+
'button_style' => ['style-17'],
|
232 |
+
],
|
233 |
]
|
234 |
);
|
235 |
$this->add_control(
|
275 |
'button_icon_style' => 'font_awesome_5',
|
276 |
],
|
277 |
]
|
278 |
+
);
|
279 |
$this->add_control(
|
280 |
'before_after',
|
281 |
[
|
309 |
'selectors' => [
|
310 |
'{{WRAPPER}} .button-link-wrap .button-after' => 'margin-left: {{SIZE}}{{UNIT}};',
|
311 |
'{{WRAPPER}} .button-link-wrap .button-before' => 'margin-right: {{SIZE}}{{UNIT}};',
|
312 |
+
'{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap .btn-icon.button-before' => 'padding-left: {{SIZE}}{{UNIT}};',
|
313 |
+
'{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap .btn-icon.button-after' => 'padding-right: {{SIZE}}{{UNIT}};',
|
314 |
],
|
315 |
]
|
316 |
);
|
331 |
],
|
332 |
'selectors' => [
|
333 |
'{{WRAPPER}} .button-link-wrap .btn-icon' => 'font-size: {{SIZE}}{{UNIT}};',
|
334 |
+
'{{WRAPPER}} .button-link-wrap .btn-icon svg' => 'width: {{SIZE}}{{UNIT}};height:{{SIZE}}{{UNIT}}',
|
335 |
],
|
336 |
]
|
337 |
);
|
344 |
]
|
345 |
);
|
346 |
$this->add_control(
|
347 |
+
'button_css_id',
|
348 |
[
|
349 |
+
'label' => esc_html__( 'Button ID', 'tpebl' ),
|
350 |
'type' => Controls_Manager::TEXT,
|
351 |
'default' => '',
|
352 |
+
'title' => esc_html__( 'Add your custom id WITHOUT the Pound key. e.g: my-id', 'tpebl' ),
|
353 |
+
'label_block' => false,
|
354 |
+
'description' => esc_html__( 'Please make sure the ID is unique and not used elsewhere on the page this form is displayed. This field allows <code>A-z 0-9</code> & underscore chars without spaces.', 'tpebl' ),
|
355 |
+
'separator' => 'before',
|
356 |
+
|
357 |
]
|
358 |
+
);
|
359 |
$this->end_controls_section();
|
360 |
$this->start_controls_section(
|
361 |
'section_styling',
|
391 |
]
|
392 |
);
|
393 |
$this->add_control(
|
394 |
+
'button_svg_icon_size',
|
395 |
[
|
396 |
'type' => Controls_Manager::SLIDER,
|
397 |
'label' => esc_html__('Svg Icon Size', 'tpebl'),
|
398 |
+
'size_units' => [ 'px' ],
|
|
|
|
|
|
|
399 |
'range' => [
|
400 |
+
'px' => [
|
401 |
'min' => 1,
|
402 |
+
'max' => 100,
|
403 |
'step' => 1,
|
404 |
],
|
405 |
],
|
406 |
+
'render_type' => 'ui',
|
407 |
'selectors' => [
|
408 |
'{{WRAPPER}} .pt_plus_button .button-link-wrap svg' => 'width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};',
|
409 |
],
|
424 |
'label' => esc_html__( 'Text Color', 'tpebl' ),
|
425 |
'type' => Controls_Manager::COLOR,
|
426 |
'selectors' => [
|
427 |
+
'{{WRAPPER}} .pt_plus_button .button-link-wrap' => 'color: {{VALUE}};',
|
428 |
+
'{{WRAPPER}} .pt_plus_button .button-link-wrap svg' => 'fill: {{VALUE}};',
|
429 |
+
'{{WRAPPER}} .pt_plus_button.button-style-3 .button-link-wrap .arrow *' => 'fill: {{VALUE}};stroke: {{VALUE}};',
|
430 |
+
'{{WRAPPER}} .pt_plus_button.button-style-7 .button-link-wrap:after' => 'border-color: {{VALUE}};',
|
431 |
],
|
432 |
]
|
433 |
);
|
436 |
[
|
437 |
'name' => 'button_background',
|
438 |
'types' => [ 'classic', 'gradient' ],
|
439 |
+
'selector' => '{{WRAPPER}} .pt_plus_button.button-style-2 .button-link-wrap i,
|
440 |
+
{{WRAPPER}} .pt_plus_button.button-style-3 a.button-link-wrap:before,
|
441 |
+
{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap,
|
442 |
+
{{WRAPPER}} .pt_plus_button.button-style-5 .button-link-wrap,
|
443 |
{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,
|
444 |
+
{{WRAPPER}} .pt_plus_button.button-style-10 .button-link-wrap,
|
445 |
{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,
|
446 |
+
{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap,
|
447 |
+
{{WRAPPER}} .pt_plus_button.button-style-15 .button-link-wrap::before,
|
448 |
+
{{WRAPPER}} .pt_plus_button.button-style-15 .button-link-wrap::after,
|
449 |
+
{{WRAPPER}} .pt_plus_button.button-style-16 .button-link-wrap::after,
|
450 |
+
{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap,
|
451 |
+
{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap::after,
|
452 |
+
{{WRAPPER}} .pt_plus_button.button-style-19 .button-link-wrap,
|
453 |
+
{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap,
|
454 |
+
{{WRAPPER}} .pt_plus_button.button-style-21 .button-link-wrap,
|
455 |
+
{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap,
|
456 |
+
{{WRAPPER}} .pt_plus_button.button-style-24 .button-link-wrap',
|
457 |
'condition' => [
|
458 |
'button_style!' => ['style-1','style-6','style-7','style-9','style-12','style-13'],
|
459 |
],
|
473 |
'groove' => esc_html__( 'Groove', 'tpebl' ),
|
474 |
],
|
475 |
'selectors' => [
|
476 |
+
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-5 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-10 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-16 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-19 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-21 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-24 .button-link-wrap' => 'border-style: {{VALUE}};',
|
477 |
],
|
478 |
'separator' => 'before',
|
479 |
'condition' => [
|
480 |
+
'button_style' => ['style-4','style-5','style-8','style-10','style-11','style-12','style-13','style-14','style-16','style-17','style-19','style-20','style-21','style-22','style-24'],
|
481 |
],
|
482 |
]
|
483 |
);
|
495 |
'left' => 1,
|
496 |
],
|
497 |
'selectors' => [
|
498 |
+
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-5 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-10 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-16 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-16 .button-link-wrap::before,{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-19 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-21 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-24 .button-link-wrap' => 'border-width: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
499 |
],
|
500 |
'condition' => [
|
501 |
+
'button_style' => ['style-4','style-5','style-8','style-10','style-11','style-12','style-13','style-14','style-16','style-17','style-19','style-20','style-21','style-22','style-24'],
|
502 |
'button_border_style!' => 'none',
|
503 |
]
|
504 |
]
|
511 |
'type' => Controls_Manager::COLOR,
|
512 |
'default' => '#313131',
|
513 |
'selectors' => [
|
514 |
+
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-5 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-10 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-16 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-19 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-21 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-24 .button-link-wrap' => 'border-color: {{VALUE}};',
|
515 |
'{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap' => 'background: {{VALUE}};',
|
516 |
],
|
517 |
'condition' => [
|
518 |
+
'button_style' => ['style-4','style-5','style-8','style-10','style-11','style-12','style-13','style-14','style-16','style-17','style-18','style-19','style-20','style-21','style-22','style-24'],
|
519 |
'button_border_style!' => 'none'
|
520 |
],
|
521 |
]
|
528 |
'type' => Controls_Manager::DIMENSIONS,
|
529 |
'size_units' => [ 'px', '%' ],
|
530 |
'selectors' => [
|
531 |
+
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-10 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-16 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap::after,{{WRAPPER}} .pt_plus_button.button-style-19 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-21 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap,{{WRAPPER}} .pt_plus_button.button-style-24 .button-link-wrap' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
532 |
+
],
|
533 |
+
'condition' => [
|
534 |
+
'button_style' => ['style-4','style-8','style-10','style-11','style-12','style-13','style-14','style-16','style-17','style-19','style-20','style-21','style-22','style-24'],
|
535 |
+
],
|
536 |
+
]
|
537 |
+
);
|
538 |
+
$this->add_responsive_control(
|
539 |
+
'button_radius_18',
|
540 |
+
[
|
541 |
+
'label' => esc_html__( 'Border Radius', 'tpebl' ),
|
542 |
+
'type' => Controls_Manager::DIMENSIONS,
|
543 |
+
'size_units' => [ 'px', '%' ],
|
544 |
+
'selectors' => [
|
545 |
+
'{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap::after,{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap::before,{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
546 |
],
|
547 |
'condition' => [
|
548 |
+
'button_style' => 'style-18',
|
549 |
],
|
550 |
]
|
551 |
);
|
553 |
Group_Control_Box_Shadow::get_type(),
|
554 |
[
|
555 |
'name' => 'button_shadow',
|
556 |
+
'selector' => '{{WRAPPER}} .pt_plus_button.button-style-2 .button-link-wrap i,
|
557 |
+
{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap,
|
558 |
+
{{WRAPPER}} .pt_plus_button.button-style-5 .button-link-wrap,
|
559 |
{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap,
|
560 |
+
{{WRAPPER}} .pt_plus_button.button-style-10 .button-link-wrap,
|
561 |
{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap,
|
562 |
{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap,
|
563 |
{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap,
|
564 |
+
{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap,
|
565 |
+
{{WRAPPER}} .pt_plus_button.button-style-15 .button-link-wrap,
|
566 |
+
{{WRAPPER}} .pt_plus_button.button-style-16 .button-link-wrap,
|
567 |
+
{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap,
|
568 |
+
{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap,
|
569 |
+
{{WRAPPER}} .pt_plus_button.button-style-19 .button-link-wrap,
|
570 |
+
{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap,
|
571 |
+
{{WRAPPER}} .pt_plus_button.button-style-21 .button-link-wrap,
|
572 |
+
{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap,
|
573 |
+
{{WRAPPER}} .pt_plus_button.button-style-24 .button-link-wrap',
|
574 |
'condition' => [
|
575 |
+
'button_style' => ['style-2','style-4','style-5','style-8','style-10','style-11','style-12','style-13','style-14','style-15','style-16','style-17','style-18','style-19','style-20','style-21','style-22','style-24'],
|
576 |
],
|
577 |
]
|
578 |
);
|
629 |
'label' => esc_html__( 'Text Hover Color', 'tpebl' ),
|
630 |
'type' => Controls_Manager::COLOR,
|
631 |
'selectors' => [
|
632 |
+
'{{WRAPPER}} .pt_plus_button .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap .btn-icon,{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap .btn-icon' => 'color: {{VALUE}};',
|
633 |
+
'{{WRAPPER}} .pt_plus_button .button-link-wrap:hover svg,{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap .btn-icon svg,{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap .btn-icon svg,{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap svg,{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap svg' => 'fill: {{VALUE}};',
|
634 |
+
'{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap::before,{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap::after' => 'color: {{VALUE}};',
|
635 |
+
'{{WRAPPER}} .pt_plus_button.button-style-3 .button-link-wrap:hover .arrow-1 *' => 'fill: {{VALUE}};stroke: {{VALUE}};',
|
636 |
],
|
637 |
]
|
638 |
);
|
641 |
[
|
642 |
'name' => 'button_hover_background',
|
643 |
'types' => [ 'classic', 'gradient' ],
|
644 |
+
'selector' => '{{WRAPPER}} .pt_plus_button.button-style-2 .button-link-wrap:hover i,
|
645 |
+
{{WRAPPER}} .pt_plus_button.button-style-3 .button-link-wrap:hover:before,
|
646 |
+
{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap::after,
|
647 |
+
{{WRAPPER}} .pt_plus_button.button-style-5 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-5 .button-link-wrap:before,{{WRAPPER}} .pt_plus_button.button-style-5 .button-link-wrap:after,
|
648 |
{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap:hover,
|
649 |
+
{{WRAPPER}} .pt_plus_button.button-style-10 .button-link-wrap:hover,
|
650 |
{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap::before,
|
651 |
{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap::before,
|
652 |
{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap::before,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap::after,
|
653 |
+
{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap:hover,
|
654 |
+
{{WRAPPER}} .pt_plus_button.button-style-15 .button-link-wrap:hover::after,
|
655 |
+
{{WRAPPER}} .pt_plus_button.button-style-16 .button-link-wrap::before,
|
656 |
+
{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap::before,
|
657 |
+
{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap:hover::after,
|
658 |
+
{{WRAPPER}} .pt_plus_button.button-style-19 .button-link-wrap:after,
|
659 |
+
{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap:after,
|
660 |
+
{{WRAPPER}} .pt_plus_button.button-style-21 .button-link-wrap:after,
|
661 |
+
{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap:hover,
|
662 |
+
{{WRAPPER}} .pt_plus_button.button-style-24 .button-link-wrap:hover',
|
663 |
'condition' => [
|
664 |
'button_style!' => ['style-1','style-6','style-7','style-9'],
|
665 |
],
|
672 |
'type' => Controls_Manager::COLOR,
|
673 |
'default' => '#313131',
|
674 |
'selectors' => [
|
675 |
+
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-5 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-10 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-16 .button-link-wrap::before,{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-19 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-21 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-24 .button-link-wrap:hover' => 'border-color: {{VALUE}};',
|
676 |
+
'{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap::before' => 'background: {{VALUE}};',
|
|
|
|
|
|
|
|
|
677 |
],
|
678 |
'separator' => 'before',
|
679 |
'condition' => [
|
680 |
+
'button_style' => ['style-4','style-5','style-8','style-10','style-11','style-12','style-13','style-14','style-16','style-17','style-18','style-19','style-20','style-21','style-22','style-24'],
|
681 |
'button_border_style!' => 'none'
|
682 |
],
|
683 |
]
|
684 |
);
|
685 |
+
$this->add_responsive_control(
|
686 |
+
'button_radius_hover_18',
|
687 |
+
[
|
688 |
+
'label' => esc_html__( 'Border Radius', 'tpebl' ),
|
689 |
+
'type' => Controls_Manager::DIMENSIONS,
|
690 |
+
'size_units' => [ 'px', '%' ],
|
691 |
+
'selectors' => [
|
692 |
+
'{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap:hover::after,{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap:hover::before,{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap:hover' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
693 |
+
],
|
694 |
+
'condition' => [
|
695 |
+
'button_style' => 'style-18',
|
696 |
+
],
|
697 |
+
]
|
698 |
+
);
|
699 |
$this->add_responsive_control(
|
700 |
'button_hover_radius',
|
701 |
[
|
703 |
'type' => Controls_Manager::DIMENSIONS,
|
704 |
'size_units' => [ 'px', '%' ],
|
705 |
'selectors' => [
|
706 |
+
'{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-10 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-16 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-19 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-21 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap:hover,{{WRAPPER}} .pt_plus_button.button-style-24 .button-link-wrap:hover' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
|
|
|
|
|
|
|
|
|
|
707 |
],
|
708 |
'condition' => [
|
709 |
+
'button_style' => ['style-4','style-8','style-10','style-11','style-12','style-13','style-14','style-16','style-17','style-19','style-20','style-21','style-22','style-24'],
|
710 |
],
|
711 |
]
|
712 |
);
|
714 |
Group_Control_Box_Shadow::get_type(),
|
715 |
[
|
716 |
'name' => 'button_hover_shadow',
|
717 |
+
'selector' => '{{WRAPPER}} .pt_plus_button.button-style-2 .button-link-wrap:hover i,
|
718 |
+
{{WRAPPER}} .pt_plus_button.button-style-4 .button-link-wrap:hover,
|
719 |
+
{{WRAPPER}} .pt_plus_button.button-style-5 .button-link-wrap:hover,
|
720 |
{{WRAPPER}} .pt_plus_button.button-style-8 .button-link-wrap:hover,
|
721 |
+
{{WRAPPER}} .pt_plus_button.button-style-10 .button-link-wrap:hover,
|
722 |
{{WRAPPER}} .pt_plus_button.button-style-11 .button-link-wrap:hover,
|
723 |
{{WRAPPER}} .pt_plus_button.button-style-12 .button-link-wrap:hover,
|
724 |
{{WRAPPER}} .pt_plus_button.button-style-13 .button-link-wrap:hover,
|
725 |
+
{{WRAPPER}} .pt_plus_button.button-style-14 .button-link-wrap:hover,
|
726 |
+
{{WRAPPER}} .pt_plus_button.button-style-15 .button-link-wrap:hover,
|
727 |
+
{{WRAPPER}} .pt_plus_button.button-style-16 .button-link-wrap:hover,
|
728 |
+
{{WRAPPER}} .pt_plus_button.button-style-17 .button-link-wrap:hover,
|
729 |
+
{{WRAPPER}} .pt_plus_button.button-style-18 .button-link-wrap:hover,
|
730 |
+
{{WRAPPER}} .pt_plus_button.button-style-19 .button-link-wrap:hover,
|
731 |
+
{{WRAPPER}} .pt_plus_button.button-style-20 .button-link-wrap:hover,
|
732 |
+
{{WRAPPER}} .pt_plus_button.button-style-21 .button-link-wrap:hover,
|
733 |
+
{{WRAPPER}} .pt_plus_button.button-style-22 .button-link-wrap:hover,
|
734 |
+
{{WRAPPER}} .pt_plus_button.button-style-24 .button-link-wrap:hover',
|
735 |
'condition' => [
|
736 |
+
'button_style' => ['style-2','style-4','style-5','style-8','style-10','style-11','style-12','style-13','style-14','style-15','style-16','style-17','style-18','style-19','style-20','style-21','style-22','style-24'],
|
737 |
],
|
738 |
]
|
739 |
);
|
752 |
);
|
753 |
$this->end_controls_tab();
|
754 |
$this->end_controls_tabs();
|
755 |
+
$this->add_control(
|
756 |
+
'button_tag_24_heading',
|
757 |
+
[
|
758 |
+
'label' => esc_html__( 'Button Tag Text', 'tpebl' ),
|
759 |
+
'type' => Controls_Manager::HEADING,
|
760 |
+
'separator' => 'before',
|
761 |
+
'condition' => [
|
762 |
+
'button_style' => ['style-24'],
|
763 |
+
],
|
764 |
+
]
|
765 |
+
);
|
766 |
+
$this->add_group_control(
|
767 |
+
Group_Control_Typography::get_type(),
|
768 |
+
[
|
769 |
+
'name' => 'button_tag_typography',
|
770 |
+
'selector' => '{{WRAPPER}} .pt_plus_button.button-style-24 .button-tag-hint',
|
771 |
+
'condition' => [
|
772 |
+
'button_style' => 'style-24',
|
773 |
+
],
|
774 |
+
]
|
775 |
+
);
|
776 |
$this->end_controls_section();
|
777 |
|
778 |
$this->start_controls_section(
|
794 |
]
|
795 |
);
|
796 |
$this->add_control(
|
797 |
+
'btn_magic_scroll_options',
|
798 |
[
|
799 |
'label' => esc_html__( 'Unlock more possibilities', 'tpebl' ),
|
800 |
'type' => Controls_Manager::TEXT,
|
818 |
]
|
819 |
);
|
820 |
$this->add_control(
|
821 |
+
'plus_tooltip_options',
|
822 |
[
|
823 |
'label' => esc_html__( 'Unlock more possibilities', 'tpebl' ),
|
824 |
'type' => Controls_Manager::TEXT,
|
840 |
]
|
841 |
);
|
842 |
$this->add_control(
|
843 |
+
'btn_special_effect_options',
|
844 |
[
|
845 |
'label' => esc_html__( 'Unlock more possibilities', 'tpebl' ),
|
846 |
'type' => Controls_Manager::TEXT,
|
864 |
]
|
865 |
);
|
866 |
$this->add_control(
|
867 |
+
'plus_mouse_move_parallax_options',
|
868 |
[
|
869 |
'label' => esc_html__( 'Unlock more possibilities', 'tpebl' ),
|
870 |
'type' => Controls_Manager::TEXT,
|
888 |
]
|
889 |
);
|
890 |
$this->add_control(
|
891 |
+
'plus_animation_effect',
|
892 |
[
|
893 |
+
'label' => esc_html__( 'Animation Effect', 'tpebl' ),
|
894 |
+
'type' => Controls_Manager::SELECT,
|
895 |
+
'default' => 'pulse',
|
896 |
+
'options' => [
|
897 |
+
'pulse' => esc_html__( 'Pulse', 'tpebl' ),
|
898 |
+
'floating' => esc_html__( 'Floating', 'tpebl' ),
|
899 |
+
'tossing' => esc_html__( 'Tossing', 'tpebl' ),
|
900 |
+
'rotating' => esc_html__( 'Rotating', 'tpebl' ),
|
901 |
+
],
|
902 |
+
'render_type' => 'template',
|
903 |
+
'condition' => [
|
904 |
+
'plus_continuous_animation' => 'yes',
|
905 |
+
],
|
906 |
+
]
|
907 |
+
);
|
908 |
+
$this->add_control(
|
909 |
+
'plus_animation_hover',
|
910 |
+
[
|
911 |
+
'label' => esc_html__( 'Hover Animation', 'tpebl' ),
|
912 |
+
'type' => Controls_Manager::SWITCHER,
|
913 |
+
'label_on' => esc_html__( 'Yes', 'tpebl' ),
|
914 |
+
'label_off' => esc_html__( 'No', 'tpebl' ),
|
915 |
+
'render_type' => 'template',
|
916 |
+
'condition' => [
|
917 |
+
'plus_continuous_animation' => 'yes',
|
918 |
+
],
|
919 |
+
]
|
920 |
+
);
|
921 |
+
$this->add_control(
|
922 |
+
'plus_animation_duration',
|
923 |
+
[
|
924 |
+
'label' => esc_html__( 'Duration Time', 'tpebl' ),
|
925 |
+
'type' => Controls_Manager::SLIDER,
|
926 |
+
'size_units' => 's',
|
927 |
+
'range' => [
|
928 |
+
's' => [
|
929 |
+
'min' => 0.5,
|
930 |
+
'max' => 50,
|
931 |
+
'step' => 0.1,
|
932 |
+
],
|
933 |
+
],
|
934 |
+
'default' => [
|
935 |
+
'unit' => 's',
|
936 |
+
'size' => 2.5,
|
937 |
+
],
|
938 |
+
'selectors' => [
|
939 |
+
'{{WRAPPER}} .pt-plus-button-wrapper .animted-content-inner' => 'animation-duration: {{SIZE}}{{UNIT}};-webkit-animation-duration: {{SIZE}}{{UNIT}};',
|
940 |
+
],
|
941 |
+
'condition' => [
|
942 |
+
'plus_continuous_animation' => 'yes',
|
943 |
+
],
|
944 |
+
]
|
945 |
+
);
|
946 |
+
$this->add_control(
|
947 |
+
'plus_transform_origin',
|
948 |
+
[
|
949 |
+
'label' => esc_html__( 'Transform Origin', 'tpebl' ),
|
950 |
+
'type' => Controls_Manager::SELECT,
|
951 |
+
'default' => 'center center',
|
952 |
+
'options' => [
|
953 |
+
'top left' => esc_html__( 'Top Left', 'tpebl' ),
|
954 |
+
'top center"' => esc_html__( 'Top Center', 'tpebl' ),
|
955 |
+
'top right' => esc_html__( 'Top Right', 'tpebl' ),
|
956 |
+
'center left' => esc_html__( 'Center Left', 'tpebl' ),
|
957 |
+
'center center' => esc_html__( 'Center Center', 'tpebl' ),
|
958 |
+
'center right' => esc_html__( 'Center Right', 'tpebl' ),
|
959 |
+
'bottom left' => esc_html__( 'Bottom Left', 'tpebl' ),
|
960 |
+
'bottom center' => esc_html__( 'Bottom Center', 'tpebl' ),
|
961 |
+
'bottom right' => esc_html__( 'Bottom Right', 'tpebl' ),
|
962 |
+
],
|
963 |
+
'selectors' => [
|
964 |
+
'{{WRAPPER}} .pt-plus-button-wrapper .animted-content-inner' => '-webkit-transform-origin: {{VALUE}};-moz-transform-origin: {{VALUE}};-ms-transform-origin: {{VALUE}};-o-transform-origin: {{VALUE}};transform-origin: {{VALUE}};',
|
965 |
+
],
|
966 |
+
'render_type' => 'template',
|
967 |
+
'condition' => [
|
968 |
+
'plus_continuous_animation' => 'yes',
|
969 |
+
'plus_animation_effect' => 'rotating',
|
970 |
],
|
971 |
]
|
972 |
);
|
988 |
'separator' => 'before',
|
989 |
'options' => l_theplus_get_content_hover_effect_options(),
|
990 |
]
|
991 |
+
);
|
992 |
+
$this->add_control(
|
993 |
+
'hover_shadow_color',
|
994 |
+
[
|
995 |
+
'label' => esc_html__('Shadow Color', 'tpebl'),
|
996 |
+
'type' => Controls_Manager::COLOR,
|
997 |
+
'default' => 'rgba(0, 0, 0, 0.6)',
|
998 |
+
'condition' => [
|
999 |
+
'btn_hover_effects' => ['float_shadow','grow_shadow','shadow_radial'],
|
1000 |
+
],
|
1001 |
+
]
|
1002 |
+
);
|
1003 |
$this->add_control(
|
1004 |
'shake_animate',
|
1005 |
[
|
1010 |
]
|
1011 |
);
|
1012 |
$this->add_control(
|
1013 |
+
'shake_animate_duration',
|
1014 |
[
|
1015 |
+
'label' => esc_html__( 'Interval Shake Duration', 'tpebl' ),
|
1016 |
+
'type' => Controls_Manager::NUMBER,
|
1017 |
+
'min' => 1,
|
1018 |
+
'max' => 100,
|
1019 |
+
'step' => 1,
|
1020 |
+
'default' => 5,
|
1021 |
+
'selectors' => [
|
1022 |
+
'{{WRAPPER}} .pt-plus-button-wrapper .button-link-wrap.shake_animate' => ' animation-duration: {{VALUE}}s;-o-animation-duration: {{VALUE}}s;
|
1023 |
+
-ms-animation-duration: {{VALUE}}s;-moz-animation-duration: {{VALUE}}s;-webkit-animation-duration: {{VALUE}}s;',
|
1024 |
+
],
|
1025 |
+
'condition' => [
|
1026 |
+
'shake_animate' => 'yes',
|
1027 |
],
|
1028 |
]
|
1029 |
);
|
1170 |
]
|
1171 |
);
|
1172 |
$this->end_controls_section();
|
1173 |
+
|
1174 |
}
|
1175 |
protected function render() {
|
1176 |
|
1177 |
$settings = $this->get_settings_for_display();
|
1178 |
+
$hover_class=$full_button_width=$hover_attr=$data_class=$button_hover_text='';
|
1179 |
|
1180 |
+
$reveal_effects=$effect_attr='';
|
1181 |
+
if(!empty($settings["btn_special_effect"]) && $settings["btn_special_effect"]=='yes'){
|
1182 |
+
$effect_rand_no =uniqid('reveal');
|
1183 |
+
$color_1=(!empty($settings["plus_overlay_spcial_effect_color_1"])) ? $settings["plus_overlay_spcial_effect_color_1"] : '#313131';
|
1184 |
+
$color_2=(!empty($settings["plus_overlay_spcial_effect_color_2"])) ? $settings["plus_overlay_spcial_effect_color_2"] : '#ff214f';
|
1185 |
+
$effect_attr .=' data-reveal-id="'.esc_attr($effect_rand_no).'" ';
|
1186 |
+
$effect_attr .=' data-effect-color-1="'.esc_attr($color_1).'" ';
|
1187 |
+
$effect_attr .=' data-effect-color-2="'.esc_attr($color_2).'" ';
|
1188 |
+
$reveal_effects=' pt-plus-reveal '.esc_attr($effect_rand_no).' ';
|
1189 |
+
}
|
1190 |
|
1191 |
+
$move_parallax=$move_parallax_attr=$parallax_move='';
|
1192 |
+
if(!empty($settings['plus_mouse_move_parallax']) && $settings['plus_mouse_move_parallax']=='yes'){
|
1193 |
+
$move_parallax='pt-plus-move-parallax';
|
1194 |
+
$parallax_move='parallax-move';
|
1195 |
+
$parallax_speed_x=(isset($settings["plus_mouse_parallax_speed_x"]["size"])) ? $settings["plus_mouse_parallax_speed_x"]["size"] : 30;
|
1196 |
+
$parallax_speed_y=(isset($settings["plus_mouse_parallax_speed_y"]["size"])) ? $settings["plus_mouse_parallax_speed_y"]["size"] : 30;
|
1197 |
+
$move_parallax_attr .= ' data-move_speed_x="' . esc_attr($parallax_speed_x) . '" ';
|
1198 |
+
$move_parallax_attr .= ' data-move_speed_y="' . esc_attr($parallax_speed_y) . '" ';
|
1199 |
+
}
|
1200 |
|
1201 |
+
$hover_class = $hover_attr = '';
|
1202 |
+
$hover_uniqid = uniqid('hover-effect');
|
1203 |
+
if ($settings["btn_hover_effects"] == "float_shadow" || $settings["btn_hover_effects"] == "grow_shadow" || $settings["btn_hover_effects"] == "shadow_radial") {
|
1204 |
+
$hover_attr .= 'data-hover_uniqid="' . esc_attr($hover_uniqid) . '" ';
|
1205 |
+
$hover_attr .= ' data-hover_shadow="' . esc_attr($settings["hover_shadow_color"]) . '" ';
|
1206 |
+
$hover_attr .= ' data-content_hover_effects="' . esc_attr($settings["btn_hover_effects"]) . '" ';
|
1207 |
+
}
|
1208 |
$btn_hover_effects=$settings["btn_hover_effects"];
|
1209 |
+
if ($btn_hover_effects == "grow") {
|
1210 |
+
$hover_class .= 'content_hover_grow';
|
1211 |
+
} elseif ($btn_hover_effects == "push") {
|
1212 |
$hover_class .= 'content_hover_push';
|
1213 |
+
} elseif ($btn_hover_effects == "bounce-in") {
|
1214 |
+
$hover_class .= 'content_hover_bounce_in';
|
1215 |
+
} elseif ($btn_hover_effects == "float") {
|
1216 |
+
$hover_class .= 'content_hover_float';
|
1217 |
+
} elseif ($btn_hover_effects == "wobble_horizontal") {
|
1218 |
+
$hover_class .= 'content_hover_wobble_horizontal';
|
1219 |
+
} elseif ($btn_hover_effects == "wobble_vertical") {
|
1220 |
+
$hover_class .= 'content_hover_wobble_vertical';
|
1221 |
+
} elseif ($btn_hover_effects == "float_shadow") {
|
1222 |
+
$hover_class .= ' ' . esc_attr($hover_uniqid) . ' content_hover_float_shadow';
|
1223 |
+
} elseif ($btn_hover_effects == "grow_shadow") {
|
1224 |
+
$hover_class .= ' ' . esc_attr($hover_uniqid) . ' content_hover_grow_shadow';
|
1225 |
+
} elseif ($btn_hover_effects == "shadow_radial") {
|
1226 |
+
$hover_class .= '' . esc_attr($hover_uniqid) . ' content_hover_radial';
|
1227 |
}
|
1228 |
|
1229 |
if ( ! empty( $settings['button_link']['url'] ) ) {
|
1230 |
+
$this->add_link_attributes( 'button', $settings['button_link'] );
|
1231 |
+
}
|
1232 |
+
|
1233 |
+
$lz1 = function_exists('tp_has_lazyload') ? tp_bg_lazyLoad($settings['button_background_image'],$settings['button_hover_background_image']) : '';
|
1234 |
+
|
1235 |
+
if(!empty($settings['shake_animate'] && $settings['shake_animate']=='yes')){
|
1236 |
+
$this->add_render_attribute( 'button', 'class', 'button-link-wrap shake_animate '.$lz1 );
|
1237 |
+
}else{
|
1238 |
+
$this->add_render_attribute( 'button', 'class', 'button-link-wrap '.$lz1 );
|
1239 |
}
|
1240 |
|
|
|
1241 |
$this->add_render_attribute( 'button', 'role', 'button' );
|
1242 |
+
|
1243 |
+
if ( ! empty( $settings['button_css_id'] ) ) {
|
1244 |
+
$this->add_render_attribute( 'button', 'id', $settings['button_css_id'] );
|
1245 |
+
}
|
1246 |
+
|
1247 |
if(!empty($settings['button_hover_text'])){
|
1248 |
$this->add_render_attribute( 'button', 'data-hover', $settings['button_hover_text'] );
|
1249 |
}else{
|
1254 |
$button_align .=(!empty($settings['button_align_tablet'])) ? ' text--tablet'.$settings['button_align_tablet'] : '';
|
1255 |
$button_align .=(!empty($settings['button_align_mobile'])) ? ' text--mobile'.$settings['button_align_mobile'] : '';
|
1256 |
$btn_hover_style = $settings['btn_hover_style'];
|
1257 |
+
$icon_hover_style = $settings['icon_hover_style'];
|
1258 |
$button_text = $settings['button_text'];
|
1259 |
$button_hover_text = $settings['button_hover_text'];
|
1260 |
$uid=uniqid('btn');
|
1264 |
if($button_style=='style-11' || $button_style=='style-13'){
|
1265 |
$data_class .=' '.$btn_hover_style.' ';
|
1266 |
}
|
1267 |
+
if($button_style=='style-17'){
|
1268 |
+
$data_class .=' '.$icon_hover_style.' ';
|
1269 |
+
}
|
1270 |
+
|
1271 |
if(!empty($settings['full_width_btn']) && $settings['full_width_btn']=='yes'){
|
1272 |
$data_class .=' full-button ';
|
1273 |
$full_button_width=' full-button ';
|
1276 |
$data_class .=' trnasition_hover ';
|
1277 |
}
|
1278 |
|
1279 |
+
|
1280 |
+
|
1281 |
+
|
1282 |
+
|
1283 |
+
$continuous_animation='';
|
1284 |
+
if(!empty($settings["plus_continuous_animation"]) && $settings["plus_continuous_animation"]=='yes'){
|
1285 |
+
if($settings["plus_animation_hover"]=='yes'){
|
1286 |
+
$animation_class='hover_';
|
1287 |
+
}else{
|
1288 |
+
$animation_class='image-';
|
1289 |
+
}
|
1290 |
+
$continuous_animation=$animation_class.$settings["plus_animation_effect"];
|
1291 |
+
}
|
1292 |
+
|
1293 |
$animation_effects=$settings["animation_effects"];
|
1294 |
$animation_delay= (!empty($settings["animation_delay"]["size"])) ? $settings["animation_delay"]["size"] : 50;
|
1295 |
if($animation_effects=='no-animation'){
|
1311 |
}
|
1312 |
}
|
1313 |
}
|
1314 |
+
$uid_button=uniqid("button");
|
1315 |
+
|
1316 |
+
$button_custom_attributes=$settings['button_custom_attributes'];
|
1317 |
+
$custom_attributes=$settings['custom_attributes'];
|
1318 |
|
1319 |
+
$cst_att='';
|
1320 |
+
if((!empty($button_custom_attributes) && $button_custom_attributes=='yes') && !empty($custom_attributes)){
|
1321 |
+
$cst_att = $custom_attributes;
|
1322 |
+
}
|
1323 |
+
$the_button ='<div class="pt-plus-button-wrapper '.esc_attr($button_align).' ">';
|
1324 |
$the_button .='<div class="button_parallax '.esc_attr($full_button_width).'">';
|
1325 |
+
$the_button .='<div id="'.esc_attr($uid_button).'" class="'.esc_attr($button_align).' ts-button content_hover_effect ' . esc_attr($hover_class) . ' '.esc_attr($full_button_width).'" ' . $hover_attr . '>';
|
1326 |
+
$the_button .='<div class="pt_plus_button '.esc_attr($data_class).' '.$animated_class.' '.esc_attr($reveal_effects).'" '.$effect_attr.' '.$animation_attr.'>';
|
1327 |
+
$the_button .= '<div class="animted-content-inner '.esc_attr($continuous_animation).'">';
|
1328 |
+
$the_button .='<a '.$this->get_render_attribute_string( "button" ).' '.$cst_att.' >';
|
1329 |
$the_button .= $this->render_text();
|
1330 |
$the_button .='</a>';
|
1331 |
$the_button .='</div>';
|
1332 |
$the_button .='</div>';
|
1333 |
+
$the_button .='</div>';
|
1334 |
$the_button .='</div>';
|
1335 |
+
$the_button .='</div>';
|
|
|
1336 |
echo $the_button;
|
1337 |
}
|
1338 |
protected function content_template() {
|
1349 |
$icons='';
|
1350 |
if($settings["button_icon_style"]=='font_awesome'){
|
1351 |
$icons=$settings["button_icon"];
|
1352 |
+
}else if(!empty($settings["button_icon_style"]) && $settings["button_icon_style"]=='font_awesome_5'){
|
1353 |
ob_start();
|
1354 |
\Elementor\Icons_Manager::render_icon( $settings['button_icon_5'], [ 'aria-hidden' => 'true' ]);
|
1355 |
$icons = ob_get_contents();
|
1356 |
+
ob_end_clean();
|
1357 |
}
|
1358 |
|
1359 |
if($before_after=='before' && !empty($icons)){
|
1361 |
$icons_before = '<span class="btn-icon button-before">'.$icons.'</span>';
|
1362 |
}else{
|
1363 |
$icons_before = '<i class="btn-icon button-before '.esc_attr($icons).'"></i>';
|
1364 |
+
}
|
1365 |
}
|
1366 |
if($before_after=='after' && !empty($icons)){
|
1367 |
if(!empty($settings["button_icon_style"]) && $settings["button_icon_style"]=='font_awesome_5'){
|
1368 |
+
$icons_after = '<span class="btn-icon button-after">'.$icons.'</span>';
|
1369 |
}else{
|
1370 |
+
$icons_after = '<i class="btn-icon button-after '.esc_attr($icons).'"></i>';
|
1371 |
+
}
|
1372 |
}
|
1373 |
|
1374 |
if($button_style=='style-1'){
|
1375 |
+
$button_text =$icons_before.esc_html($button_text) . $icons_after;
|
1376 |
$style_content='<div class="button_line"></div>';
|
1377 |
}
|
1378 |
+
if($button_style=='style-2' || $button_style=='style-5' || $button_style=='style-8' || $button_style=='style-10'){
|
1379 |
+
$button_text =$icons_before . esc_html($button_text) . $icons_after;
|
1380 |
+
}
|
1381 |
+
if($button_style=='style-3'){
|
1382 |
+
$button_text =esc_html($button_text).'<svg class="arrow" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" width="48" height="9" viewBox="0 0 48 9"><path d="M48.000,4.243 L43.757,8.485 L43.757,5.000 L0.000,5.000 L0.000,4.000 L43.757,4.000 L43.757,0.000 L48.000,4.243 Z" class="cls-1"></path></svg><svg class="arrow-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" width="48" height="9" viewBox="0 0 48 9"><path d="M48.000,4.243 L43.757,8.485 L43.757,5.000 L0.000,5.000 L0.000,4.000 L43.757,4.000 L43.757,0.000 L48.000,4.243 Z" class="cls-1"></path></svg>';
|
1383 |
}
|
1384 |
if($button_style=='style-4'){
|
1385 |
+
$button_text =$icons_before.esc_html($button_text) . $icons_after;
|
1386 |
+
}
|
1387 |
+
if($button_style=='style-6'){
|
1388 |
+
$button_text =esc_html($button_text);
|
1389 |
+
}
|
1390 |
+
if($button_style=='style-7'){
|
1391 |
+
$button_text =esc_html($button_text).'<span class="btn-arrow"></span>';
|
1392 |
+
}
|
1393 |
+
if($button_style=='style-9'){
|
1394 |
+
$button_text =esc_html($button_text).'<span class="btn-arrow"><i class="fa-show fas fa-chevron-right" aria-hidden="true"></i><i class="fa-hide fas fa-chevron-right" aria-hidden="true"></i></span>';
|
1395 |
+
}
|
1396 |
if($button_style=='style-11'){
|
1397 |
+
$button_text ='<span>'.$icons_before . esc_html($button_text) . $icons_after.'</span>';
|
1398 |
}
|
1399 |
if($button_style=='style-12' || $button_style=='style-15' || $button_style=='style-16'){
|
1400 |
+
$button_text ='<span>'.$icons_before . esc_html($button_text) . $icons_after.'</span>';
|
1401 |
}
|
1402 |
if($button_style=='style-13'){
|
1403 |
+
$button_text ='<span>'.$icons_before . esc_html($button_text) . $icons_after.'</span>';
|
1404 |
+
}
|
1405 |
+
if($button_style=='style-14'){
|
1406 |
+
$button_text ='<span>'.$icons_before . esc_html($button_text) . $icons_after.'</span>';
|
1407 |
}
|
1408 |
+
if($button_style=='style-17'){
|
1409 |
+
if(!empty($settings["button_icon_style"]) && $settings["button_icon_style"]=='font_awesome_5'){
|
1410 |
+
ob_start();
|
1411 |
+
\Elementor\Icons_Manager::render_icon( $settings['button_icon_5'], [ 'aria-hidden' => 'true' ]);
|
1412 |
+
$icons = ob_get_contents();
|
1413 |
+
ob_end_clean();
|
1414 |
+
$icons_before = '<span class="btn-icon button-after">'.$icons.'</span>';
|
1415 |
+
}else{
|
1416 |
+
$icons_before='<i class="btn-icon button-after '.esc_attr($icons).'"></i>';
|
1417 |
+
}
|
1418 |
+
$button_text =$icons_before .'<span>'. esc_html($button_text) .'</span>';
|
1419 |
+
}
|
1420 |
+
if($button_style=='style-18' || $button_style=='style-19' || $button_style=='style-20' || $button_style=='style-21' || $button_style=='style-22'){
|
1421 |
$button_text =$icons_before .'<span>'. esc_html($button_text) .'</span>'. $icons_after;
|
1422 |
}
|
1423 |
+
if($button_style=='style-24'){
|
1424 |
+
$button_24_tag='';
|
1425 |
+
if(!empty($settings["button_24_text"])){
|
1426 |
+
$button_24_tag='<span class="button-tag-hint">'.esc_html($settings["button_24_text"]).'</span>';
|
1427 |
+
}
|
1428 |
+
$button_text =$icons_before .'<span>'.$button_24_tag. esc_html($button_text) .'</span>'. $icons_after;
|
1429 |
+
}
|
1430 |
return $button_text.$style_content;
|
1431 |
}
|
1432 |
+
}
|
modules/widgets/tp_social_icon.php
CHANGED
@@ -51,28 +51,43 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
51 |
'styles',[
|
52 |
'label' => esc_html__( 'Style','tpebl' ),
|
53 |
'type' => Controls_Manager::SELECT,
|
54 |
-
'default' => 'style-
|
55 |
'separator' => 'after',
|
56 |
'options' => [
|
57 |
-
'style-1' => esc_html__( 'Style 1
|
58 |
'style-2' => esc_html__( 'Style 2','tpebl' ),
|
59 |
-
'style-3' => esc_html__( 'Style 3
|
60 |
-
'style-4' => esc_html__( 'Style 4
|
61 |
-
'style-5' => esc_html__( 'Style 5
|
62 |
-
'style-6' => esc_html__( 'Style 6
|
63 |
-
'style-7' => esc_html__( 'Style 7
|
64 |
-
'style-8' => esc_html__( 'Style 8
|
65 |
-
'style-9' => esc_html__( 'Style 9
|
66 |
-
'style-10' => esc_html__( 'Style 10
|
67 |
-
'style-11' => esc_html__( 'Style 11
|
68 |
-
'style-12' => esc_html__( 'Style 12
|
69 |
-
'style-13' => esc_html__( 'Style 13
|
70 |
-
'style-14' => esc_html__( 'Style 14
|
71 |
-
'style-15' => esc_html__( 'Style 15
|
72 |
'custom' => esc_html__( 'Custom','tpebl' ),
|
73 |
],
|
74 |
]
|
75 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
$repeater = new \Elementor\Repeater();
|
77 |
|
78 |
$repeater->add_control(
|
@@ -118,9 +133,22 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
118 |
'fa-odnoklassniki-square' => esc_html__( 'Odnoklassniki','tpebl' ),
|
119 |
'fa-odnoklassniki' => esc_html__( 'Odnoklassniki 1','tpebl' ),
|
120 |
'fa-get-pocket' => esc_html__( 'Get Pocket','tpebl' ),
|
|
|
|
|
121 |
],
|
122 |
]
|
123 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
$repeater->add_control(
|
125 |
'social_url',
|
126 |
[
|
@@ -151,7 +179,7 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
151 |
'type' => Controls_Manager::COLOR,
|
152 |
'default' => '#d3d3d3',
|
153 |
'selectors' => [
|
154 |
-
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-12) a' => 'color: {{VALUE}};',
|
155 |
],
|
156 |
]
|
157 |
);
|
@@ -161,7 +189,7 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
161 |
'type' => Controls_Manager::COLOR,
|
162 |
'default' => '#fff',
|
163 |
'selectors' => [
|
164 |
-
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-12):not(.style-4):hover a' => 'color: {{VALUE}};',
|
165 |
],
|
166 |
]
|
167 |
);
|
@@ -171,7 +199,10 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
171 |
'type' => Controls_Manager::COLOR,
|
172 |
'default' => '#404040',
|
173 |
'selectors' => [
|
174 |
-
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-3):not(.style-9):not(.style-11):not(.style-12) a' => 'background: {{VALUE}};',
|
|
|
|
|
|
|
175 |
],
|
176 |
]
|
177 |
);
|
@@ -181,7 +212,9 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
181 |
'type' => Controls_Manager::COLOR,
|
182 |
'default' => '#222222',
|
183 |
'selectors' => [
|
184 |
-
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-3):not(.style-9):not(.style-11):not(.style-12):hover a' => 'background: {{VALUE}};',
|
|
|
|
|
185 |
],
|
186 |
]
|
187 |
);
|
@@ -191,7 +224,7 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
191 |
'type' => Controls_Manager::COLOR,
|
192 |
'default' => '#404040',
|
193 |
'selectors' => [
|
194 |
-
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-11):not(.style-12):not(.style-13) a' => 'border-color: {{VALUE}};',
|
195 |
],
|
196 |
]
|
197 |
);
|
@@ -201,7 +234,7 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
201 |
'type' => Controls_Manager::COLOR,
|
202 |
'default' => '#222222',
|
203 |
'selectors' => [
|
204 |
-
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-11):not(.style-12):not(.style-13):hover a' => 'border-color: {{VALUE}};',
|
205 |
],
|
206 |
]
|
207 |
);
|
@@ -376,25 +409,9 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
376 |
],
|
377 |
'fields' => $repeater->get_controls(),
|
378 |
'title_field' => '{{{ pt_plus_social_icons }}}',
|
379 |
-
'condition' => [
|
380 |
-
'styles' => [ 'style-2','custom' ],
|
381 |
-
],
|
382 |
]
|
383 |
);
|
384 |
-
|
385 |
-
'pt_plus_social_networks_options',
|
386 |
-
[
|
387 |
-
'label' => esc_html__( 'Unlock more possibilities', 'tpebl' ),
|
388 |
-
'type' => Controls_Manager::TEXT,
|
389 |
-
'default' => '',
|
390 |
-
'description' => theplus_pro_ver_notice(),
|
391 |
-
'classes' => 'plus-pro-version',
|
392 |
-
'condition' => [
|
393 |
-
'styles!' => [ 'style-2','custom' ],
|
394 |
-
],
|
395 |
-
]
|
396 |
-
);
|
397 |
-
|
398 |
$this->add_responsive_control(
|
399 |
'social_align',
|
400 |
[
|
@@ -414,12 +431,39 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
414 |
'icon' => 'eicon-text-align-right',
|
415 |
],
|
416 |
],
|
417 |
-
'condition' => [
|
418 |
-
'styles' => [ 'style-2','custom' ],
|
419 |
-
],
|
420 |
'default' => 'text-center',
|
421 |
]
|
422 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
423 |
$this->end_controls_section();
|
424 |
$this->start_controls_section(
|
425 |
'section_social_styling',
|
@@ -439,6 +483,35 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
439 |
],
|
440 |
]
|
441 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
442 |
$this->add_responsive_control(
|
443 |
'icon_size',
|
444 |
[
|
@@ -458,7 +531,21 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
458 |
],
|
459 |
'render_type' => 'ui',
|
460 |
'selectors' => [
|
461 |
-
'{{WRAPPER}} .pt_plus_social_list ul.social_list .style-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
462 |
{{WRAPPER}} .pt_plus_social_list ul.social_list .custom a' => 'font-size: {{SIZE}}{{UNIT}};',
|
463 |
],
|
464 |
|
@@ -471,10 +558,16 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
471 |
'type' => Controls_Manager::DIMENSIONS,
|
472 |
'size_units' => [ 'px', '%' ],
|
473 |
'selectors' => [
|
474 |
-
'{{WRAPPER}} .pt_plus_social_list ul.social_list .style-
|
|
|
|
|
|
|
|
|
|
|
|
|
475 |
],
|
476 |
'condition' => [
|
477 |
-
'styles' => ['style-2'],
|
478 |
],
|
479 |
]
|
480 |
);
|
@@ -482,9 +575,15 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
482 |
Group_Control_Typography::get_type(),
|
483 |
[
|
484 |
'name' => 'text_typography',
|
485 |
-
'selector' => '{{WRAPPER}} .pt_plus_social_list ul.social_list .style-
|
|
|
|
|
|
|
|
|
|
|
|
|
486 |
'condition' => [
|
487 |
-
'styles' => ['style-2'],
|
488 |
],
|
489 |
]
|
490 |
);
|
@@ -844,17 +943,33 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
844 |
]
|
845 |
);
|
846 |
$this->end_controls_section();
|
847 |
-
|
848 |
}
|
849 |
protected function render() {
|
850 |
$settings = $this->get_settings_for_display();
|
851 |
$styles=$settings['styles'];
|
|
|
852 |
$social_align=$settings["social_align"];
|
853 |
-
$social_align .=
|
854 |
-
$social_align .=
|
855 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
856 |
$social_animation =$social_chaffle =$hover_style=$social_text=$link=$link_atts_title=$link_atts_url=$link_atts_target='';
|
857 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
858 |
$animation_effects=$settings["animation_effects"];
|
859 |
$animation_delay= (!empty($settings["animation_delay"]["size"])) ? $settings["animation_delay"]["size"] : 50;
|
860 |
if($animation_effects=='no-animation'){
|
@@ -877,15 +992,17 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
877 |
}
|
878 |
}
|
879 |
|
880 |
-
|
881 |
$social .='<ul class="social_list '.esc_attr($social_animation).'">';
|
882 |
if(!empty($settings['pt_plus_social_networks'])){
|
883 |
foreach($settings['pt_plus_social_networks'] as $network) {
|
884 |
|
885 |
$id=rand(1000,10000000);
|
886 |
-
if(!empty($network['pt_plus_social_icons']) && !empty($network['social_url']['url'])) {
|
887 |
|
888 |
-
if(!empty($network['pt_plus_social_icons'])) {
|
|
|
|
|
889 |
$icon = $network['pt_plus_social_icons'];
|
890 |
}
|
891 |
if ( ! empty( $network['social_url']['url'] ) ) {
|
@@ -898,11 +1015,20 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
898 |
$link_atts_title = 'rel="nofollow"';
|
899 |
}
|
900 |
|
901 |
-
if(!empty($network['social_text']) && ( $styles=='style-2' || $styles=='custom')){
|
902 |
$social_text='<span class="'.esc_attr($social_chaffle).'" data-lang="en">'.$network['social_text'].'</span>';
|
903 |
}
|
904 |
-
$icon_html = '<i class="fa '.esc_attr($icon).'"></i>';
|
905 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
906 |
$border_hover_color=$icon_color=$icon_hover_color=$bg_color=$bg_hover_color=$border_color='';
|
907 |
if(!empty($network['icon_color'])){
|
908 |
$icon_color= $network['icon_color'];
|
@@ -921,8 +1047,7 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
921 |
}
|
922 |
if(!empty($network['border_hover_color'])){
|
923 |
$border_hover_color= $network['border_hover_color'];
|
924 |
-
}
|
925 |
-
|
926 |
|
927 |
$continuous_animation='';
|
928 |
if(!empty($network["plus_continuous_animation"]) && $network["plus_continuous_animation"]=='yes'){
|
@@ -934,7 +1059,7 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
934 |
$continuous_animation=$animation_class.$network["plus_animation_effect"];
|
935 |
}
|
936 |
$uid_social=uniqid("social").$network['_id'];
|
937 |
-
$social .= '<li id="'.esc_attr($uid_social).'" class="elementor-repeater-item-' . $network['_id'] . ' '.esc_attr($styles).' social-'.esc_attr($icon).' social-'.esc_attr($id).' '.esc_attr($continuous_animation).'" >';
|
938 |
$social .= '<div class="social-loop-inner ">';
|
939 |
$social .= '<a '.$link_atts_url.' '.$link_atts_title.' '.$link_atts_target.'>'.$icon_html.$social_text.$hover_style.'</a>';
|
940 |
$social .= '</div>';
|
@@ -943,12 +1068,11 @@ class L_ThePlus_Social_Icon extends Widget_Base {
|
|
943 |
}
|
944 |
}
|
945 |
$social .='</ul>';
|
946 |
-
$social .='</div>';
|
947 |
-
|
948 |
echo $social;
|
949 |
}
|
950 |
protected function content_template() {
|
951 |
|
952 |
}
|
953 |
|
954 |
-
}
|
51 |
'styles',[
|
52 |
'label' => esc_html__( 'Style','tpebl' ),
|
53 |
'type' => Controls_Manager::SELECT,
|
54 |
+
'default' => 'style-1',
|
55 |
'separator' => 'after',
|
56 |
'options' => [
|
57 |
+
'style-1' => esc_html__( 'Style 1','tpebl' ),
|
58 |
'style-2' => esc_html__( 'Style 2','tpebl' ),
|
59 |
+
'style-3' => esc_html__( 'Style 3','tpebl' ),
|
60 |
+
'style-4' => esc_html__( 'Style 4','tpebl' ),
|
61 |
+
'style-5' => esc_html__( 'Style 5','tpebl' ),
|
62 |
+
'style-6' => esc_html__( 'Style 6','tpebl' ),
|
63 |
+
'style-7' => esc_html__( 'Style 7','tpebl' ),
|
64 |
+
'style-8' => esc_html__( 'Style 8','tpebl' ),
|
65 |
+
'style-9' => esc_html__( 'Style 9','tpebl' ),
|
66 |
+
'style-10' => esc_html__( 'Style 10','tpebl' ),
|
67 |
+
'style-11' => esc_html__( 'Style 11','tpebl' ),
|
68 |
+
'style-12' => esc_html__( 'Style 12','tpebl' ),
|
69 |
+
'style-13' => esc_html__( 'Style 13','tpebl' ),
|
70 |
+
'style-14' => esc_html__( 'Style 14','tpebl' ),
|
71 |
+
'style-15' => esc_html__( 'Style 15','tpebl' ),
|
72 |
'custom' => esc_html__( 'Custom','tpebl' ),
|
73 |
],
|
74 |
]
|
75 |
+
);
|
76 |
+
$this->add_control(
|
77 |
+
'hover_animation',[
|
78 |
+
'label' => esc_html__( 'Select Hover Style','tpebl' ),
|
79 |
+
'type' => Controls_Manager::SELECT,
|
80 |
+
'default' => 'hover-1',
|
81 |
+
'separator' => 'after',
|
82 |
+
'options' => [
|
83 |
+
'hover-1' => esc_html__( 'Style 1','tpebl' ),
|
84 |
+
'hover-2' => esc_html__( 'Style 2','tpebl' ),
|
85 |
+
],
|
86 |
+
'condition' => [
|
87 |
+
'styles' => ['style-14','style-15'],
|
88 |
+
],
|
89 |
+
]
|
90 |
+
);
|
91 |
$repeater = new \Elementor\Repeater();
|
92 |
|
93 |
$repeater->add_control(
|
133 |
'fa-odnoklassniki-square' => esc_html__( 'Odnoklassniki','tpebl' ),
|
134 |
'fa-odnoklassniki' => esc_html__( 'Odnoklassniki 1','tpebl' ),
|
135 |
'fa-get-pocket' => esc_html__( 'Get Pocket','tpebl' ),
|
136 |
+
'fa-tiktok' => esc_html__( 'Tiktok','tpebl' ),
|
137 |
+
'custom' => esc_html__( 'Custom','tpebl' ),
|
138 |
],
|
139 |
]
|
140 |
);
|
141 |
+
$repeater->add_control(
|
142 |
+
'pt_plus_social_icon_custom',
|
143 |
+
[
|
144 |
+
'label' => esc_html__( 'Icon', 'tpebl' ),
|
145 |
+
'type' => Controls_Manager::ICON,
|
146 |
+
'default' => 'fa fa-whatsapp',
|
147 |
+
'condition' => [
|
148 |
+
'pt_plus_social_icons' => 'custom',
|
149 |
+
],
|
150 |
+
]
|
151 |
+
);
|
152 |
$repeater->add_control(
|
153 |
'social_url',
|
154 |
[
|
179 |
'type' => Controls_Manager::COLOR,
|
180 |
'default' => '#d3d3d3',
|
181 |
'selectors' => [
|
182 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-12) a,{{WRAPPER}} {{CURRENT_ITEM}}.style-12 a .fa' => 'color: {{VALUE}};',
|
183 |
],
|
184 |
]
|
185 |
);
|
189 |
'type' => Controls_Manager::COLOR,
|
190 |
'default' => '#fff',
|
191 |
'selectors' => [
|
192 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-12):not(.style-4):hover a,{{WRAPPER}} {{CURRENT_ITEM}}.style-12 a span,{{WRAPPER}} {{CURRENT_ITEM}}.style-4 a i.fa,{{WRAPPER}} {{CURRENT_ITEM}}.style-5:hover a i.fa,{{WRAPPER}} {{CURRENT_ITEM}}.style-14 a span' => 'color: {{VALUE}};',
|
193 |
],
|
194 |
]
|
195 |
);
|
199 |
'type' => Controls_Manager::COLOR,
|
200 |
'default' => '#404040',
|
201 |
'selectors' => [
|
202 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-3):not(.style-9):not(.style-11):not(.style-12) a,{{WRAPPER}} {{CURRENT_ITEM}}.style-12 a .fa' => 'background: {{VALUE}};',
|
203 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}.style-3' => 'background: {{VALUE}};border-color: {{VALUE}};background-clip: content-box;',
|
204 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}.style-9:hover a span:before' => 'background: {{VALUE}};',
|
205 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}.style-11 a:before' => '-webkit-box-shadow: inset 0 0 0 70px {{VALUE}};-moz-box-shadow: inset 0 0 0 70px {{VALUE}};box-shadow: inset 0 0 0 70px {{VALUE}};',
|
206 |
],
|
207 |
]
|
208 |
);
|
212 |
'type' => Controls_Manager::COLOR,
|
213 |
'default' => '#222222',
|
214 |
'selectors' => [
|
215 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-3):not(.style-9):not(.style-11):not(.style-12):hover a,{{WRAPPER}} {{CURRENT_ITEM}}.style-6 a .social-hover-style,{{WRAPPER}} {{CURRENT_ITEM}}.style-12:hover a span' => 'background: {{VALUE}};',
|
216 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}.style-3:hover' => 'background: {{VALUE}};border-color: {{VALUE}};background-clip: content-box;',
|
217 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}.style-11:hover a:before' => '-webkit-box-shadow: inset 0 0 0 4px {{VALUE}};-moz-box-shadow: inset 0 0 0 4px {{VALUE}};box-shadow: inset 0 0 0 4px {{VALUE}};',
|
218 |
],
|
219 |
]
|
220 |
);
|
224 |
'type' => Controls_Manager::COLOR,
|
225 |
'default' => '#404040',
|
226 |
'selectors' => [
|
227 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-11):not(.style-12):not(.style-13) a,{{WRAPPER}} {{CURRENT_ITEM}}.style-12 a .fa,{{WRAPPER}} {{CURRENT_ITEM}}.style-13 a:after,{{WRAPPER}} {{CURRENT_ITEM}}.style-13 a:before' => 'border-color: {{VALUE}};',
|
228 |
],
|
229 |
]
|
230 |
);
|
234 |
'type' => Controls_Manager::COLOR,
|
235 |
'default' => '#222222',
|
236 |
'selectors' => [
|
237 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}:not(.style-11):not(.style-12):not(.style-13):hover a,{{WRAPPER}} {{CURRENT_ITEM}}.style-12:hover a span,{{WRAPPER}} {{CURRENT_ITEM}}.style-13:hover a:after,{{WRAPPER}} {{CURRENT_ITEM}}.style-13:hover a:before' => 'border-color: {{VALUE}};',
|
238 |
],
|
239 |
]
|
240 |
);
|
409 |
],
|
410 |
'fields' => $repeater->get_controls(),
|
411 |
'title_field' => '{{{ pt_plus_social_icons }}}',
|
|
|
|
|
|
|
412 |
]
|
413 |
);
|
414 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
415 |
$this->add_responsive_control(
|
416 |
'social_align',
|
417 |
[
|
431 |
'icon' => 'eicon-text-align-right',
|
432 |
],
|
433 |
],
|
|
|
|
|
|
|
434 |
'default' => 'text-center',
|
435 |
]
|
436 |
);
|
437 |
+
$this->add_control(
|
438 |
+
'social_icon_verical',
|
439 |
+
[
|
440 |
+
'label' => esc_html__( 'Vertical Layout', 'tpebl' ),
|
441 |
+
'type' => Controls_Manager::SWITCHER,
|
442 |
+
'label_on' => esc_html__( 'Enable', 'tpebl' ),
|
443 |
+
'label_off' => esc_html__( 'Disable', 'tpebl' ),
|
444 |
+
'default' => 'no',
|
445 |
+
'separator' => 'before',
|
446 |
+
'condition' => [
|
447 |
+
'styles!' => 'custom',
|
448 |
+
],
|
449 |
+
]
|
450 |
+
);
|
451 |
+
$this->add_responsive_control(
|
452 |
+
'vl_max_width',
|
453 |
+
[
|
454 |
+
'label' => esc_html__( 'Max. Width', 'tpebl' ),
|
455 |
+
'type' => Controls_Manager::SLIDER,
|
456 |
+
'size_units' => [ 'px', '%' ],
|
457 |
+
'selectors' => [
|
458 |
+
'{{WRAPPER}} .pt_plus_social_list.pt_plus_sl_vertical.style-14 ul.social_list' => 'max-width:{{SIZE}}{{UNIT}};',
|
459 |
+
'{{WRAPPER}} .pt_plus_social_list.pt_plus_sl_vertical.style-15 ul.social_list li' => 'min-width:{{SIZE}}{{UNIT}};',
|
460 |
+
],
|
461 |
+
'condition' => [
|
462 |
+
'styles' => ['style-14','style-15'],
|
463 |
+
'social_icon_verical' => 'yes',
|
464 |
+
],
|
465 |
+
]
|
466 |
+
);
|
467 |
$this->end_controls_section();
|
468 |
$this->start_controls_section(
|
469 |
'section_social_styling',
|
483 |
],
|
484 |
]
|
485 |
);
|
486 |
+
$this->add_responsive_control(
|
487 |
+
'social_icon_gap_padding',
|
488 |
+
[
|
489 |
+
'label' => esc_html__( 'Icons Gap', 'tpebl' ),
|
490 |
+
'type' => Controls_Manager::DIMENSIONS,
|
491 |
+
'size_units' => [ 'px'],
|
492 |
+
'selectors' => [
|
493 |
+
'{{WRAPPER}} .pt_plus_social_list ul.social_list li a i' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
494 |
+
],
|
495 |
+
]
|
496 |
+
);
|
497 |
+
$this->add_responsive_control(
|
498 |
+
'height_social',
|
499 |
+
[
|
500 |
+
'label' => esc_html__( 'Height', 'tpebl' ),
|
501 |
+
'type' => Controls_Manager::SLIDER,
|
502 |
+
'size_units' => [ 'px', '%' ],
|
503 |
+
'default' => [
|
504 |
+
'unit' => 'px',
|
505 |
+
'size' => 50,
|
506 |
+
],
|
507 |
+
'selectors' => [
|
508 |
+
'{{WRAPPER}} .pt_plus_social_list.style-15 ul.social_list li a' => 'height:{{SIZE}}{{UNIT}};',
|
509 |
+
],
|
510 |
+
'condition' => [
|
511 |
+
'styles' => ['style-15'],
|
512 |
+
],
|
513 |
+
]
|
514 |
+
);
|
515 |
$this->add_responsive_control(
|
516 |
'icon_size',
|
517 |
[
|
531 |
],
|
532 |
'render_type' => 'ui',
|
533 |
'selectors' => [
|
534 |
+
'{{WRAPPER}} .pt_plus_social_list ul.social_list .style-1 a,
|
535 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-2 a i.fa,
|
536 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-3 a,
|
537 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-4 a,
|
538 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-5 a,
|
539 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-6 a,
|
540 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-7 a,
|
541 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-8 a,
|
542 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-9 a,
|
543 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-10 a,
|
544 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-11 a,
|
545 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-12 a .fa,
|
546 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-13 a,
|
547 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-14 a,
|
548 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-15 a,
|
549 |
{{WRAPPER}} .pt_plus_social_list ul.social_list .custom a' => 'font-size: {{SIZE}}{{UNIT}};',
|
550 |
],
|
551 |
|
558 |
'type' => Controls_Manager::DIMENSIONS,
|
559 |
'size_units' => [ 'px', '%' ],
|
560 |
'selectors' => [
|
561 |
+
'{{WRAPPER}} .pt_plus_social_list ul.social_list .style-1 a,
|
562 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-2 a,
|
563 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-4 a,
|
564 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-5 a,
|
565 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-6 a,
|
566 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-7 a,
|
567 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-10 a' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
568 |
],
|
569 |
'condition' => [
|
570 |
+
'styles' => ['style-1','style-2','style-4','style-5','style-6','style-7','style-10'],
|
571 |
],
|
572 |
]
|
573 |
);
|
575 |
Group_Control_Typography::get_type(),
|
576 |
[
|
577 |
'name' => 'text_typography',
|
578 |
+
'selector' => '{{WRAPPER}} .pt_plus_social_list ul.social_list .style-1 a span,
|
579 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-2 a span,
|
580 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-4 a span,
|
581 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-10 a span,
|
582 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-12 a span,
|
583 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-14 a span,
|
584 |
+
{{WRAPPER}} .pt_plus_social_list ul.social_list .style-15 a span',
|
585 |
'condition' => [
|
586 |
+
'styles' => ['style-1','style-2','style-4','style-10','style-12','style-14','style-15'],
|
587 |
],
|
588 |
]
|
589 |
);
|
943 |
]
|
944 |
);
|
945 |
$this->end_controls_section();
|
|
|
946 |
}
|
947 |
protected function render() {
|
948 |
$settings = $this->get_settings_for_display();
|
949 |
$styles=$settings['styles'];
|
950 |
+
$hover_animation=$settings["hover_animation"];
|
951 |
$social_align=$settings["social_align"];
|
952 |
+
$social_align .= !empty($settings["social_align_tablet"]) ? ' tsocial' . $settings["social_align_tablet"] : '';
|
953 |
+
$social_align .= !empty($settings["social_align_mobile"]) ? ' msocial' . $settings["social_align_mobile"] : '';
|
954 |
|
955 |
+
$social_icon_verical = isset($settings['social_icon_verical']) ? $settings['social_icon_verical'] : '';
|
956 |
+
|
957 |
+
$si_v_class='';
|
958 |
+
if($social_icon_verical==='yes'){
|
959 |
+
$si_v_class=' pt_plus_sl_vertical';
|
960 |
+
}
|
961 |
+
|
962 |
$social_animation =$social_chaffle =$hover_style=$social_text=$link=$link_atts_title=$link_atts_url=$link_atts_target='';
|
963 |
|
964 |
+
if($styles=='style-14' || $styles=='style-15'){
|
965 |
+
if($hover_animation == 'hover-1'){
|
966 |
+
$social_animation ='social-faded';
|
967 |
+
}else if($hover_animation == 'hover-2'){
|
968 |
+
$social_animation = 'socail-chaffal';
|
969 |
+
$social_chaffle = 'ts-chaffle';
|
970 |
+
}
|
971 |
+
}
|
972 |
+
|
973 |
$animation_effects=$settings["animation_effects"];
|
974 |
$animation_delay= (!empty($settings["animation_delay"]["size"])) ? $settings["animation_delay"]["size"] : 50;
|
975 |
if($animation_effects=='no-animation'){
|
992 |
}
|
993 |
}
|
994 |
|
995 |
+
$social='<div class="pt_plus_social_list '.esc_attr($si_v_class).' '.esc_attr($social_align).' '.esc_attr($styles).' '.esc_attr($animated_class).'" '.$animation_attr.'>';
|
996 |
$social .='<ul class="social_list '.esc_attr($social_animation).'">';
|
997 |
if(!empty($settings['pt_plus_social_networks'])){
|
998 |
foreach($settings['pt_plus_social_networks'] as $network) {
|
999 |
|
1000 |
$id=rand(1000,10000000);
|
1001 |
+
if(!empty($network['pt_plus_social_icons']) && !empty($network['social_url']['url'])) {
|
1002 |
|
1003 |
+
if((!empty($network['pt_plus_social_icons']) && $network['pt_plus_social_icons']=='custom') && !empty($network['pt_plus_social_icon_custom'])){
|
1004 |
+
$icon = $network['pt_plus_social_icon_custom'];
|
1005 |
+
}else if(!empty($network['pt_plus_social_icons'])) {
|
1006 |
$icon = $network['pt_plus_social_icons'];
|
1007 |
}
|
1008 |
if ( ! empty( $network['social_url']['url'] ) ) {
|
1015 |
$link_atts_title = 'rel="nofollow"';
|
1016 |
}
|
1017 |
|
1018 |
+
if(!empty($network['social_text']) && ($styles=='style-1' || $styles=='style-2' || $styles=='style-4' || $styles=='style-10' || $styles=='style-12' || $styles=='style-14' || $styles=='style-15' || $styles=='custom')){
|
1019 |
$social_text='<span class="'.esc_attr($social_chaffle).'" data-lang="en">'.$network['social_text'].'</span>';
|
1020 |
}
|
|
|
1021 |
|
1022 |
+
|
1023 |
+
$icon_html = '<i class="fa fab '.esc_attr($icon).'"></i>';
|
1024 |
+
|
1025 |
+
|
1026 |
+
if($styles=='style-6'){
|
1027 |
+
$hover_style='<i class="social-hover-style"></i>';
|
1028 |
+
}
|
1029 |
+
if($styles=='style-9'){
|
1030 |
+
$hover_style = '<span class="line-top-left style-'.esc_attr($icon).'"></span><span class="line-top-center style-'.esc_attr($icon).'"></span><span class="line-top-right style-'.esc_attr($icon).'"></span><span class="line-bottom-left style-'.esc_attr($icon).'"></span><span class="line-bottom-center style-'.esc_attr($icon).'"></span><span class="line-bottom-right style-'.esc_attr($icon).'"></span>';
|
1031 |
+
}
|
1032 |
$border_hover_color=$icon_color=$icon_hover_color=$bg_color=$bg_hover_color=$border_color='';
|
1033 |
if(!empty($network['icon_color'])){
|
1034 |
$icon_color= $network['icon_color'];
|
1047 |
}
|
1048 |
if(!empty($network['border_hover_color'])){
|
1049 |
$border_hover_color= $network['border_hover_color'];
|
1050 |
+
}
|
|
|
1051 |
|
1052 |
$continuous_animation='';
|
1053 |
if(!empty($network["plus_continuous_animation"]) && $network["plus_continuous_animation"]=='yes'){
|
1059 |
$continuous_animation=$animation_class.$network["plus_animation_effect"];
|
1060 |
}
|
1061 |
$uid_social=uniqid("social").$network['_id'];
|
1062 |
+
$social .= '<li id="'.esc_attr($uid_social).'" class="elementor-repeater-item-' . $network['_id'] . ' '.esc_attr($styles).' social-'.esc_attr($icon).' social-'.esc_attr($id).' '.esc_attr($continuous_animation).'" '.$this->get_render_attribute_string( '_tooltip' ).'>';
|
1063 |
$social .= '<div class="social-loop-inner ">';
|
1064 |
$social .= '<a '.$link_atts_url.' '.$link_atts_title.' '.$link_atts_target.'>'.$icon_html.$social_text.$hover_style.'</a>';
|
1065 |
$social .= '</div>';
|
1068 |
}
|
1069 |
}
|
1070 |
$social .='</ul>';
|
1071 |
+
$social .='</div>';
|
|
|
1072 |
echo $social;
|
1073 |
}
|
1074 |
protected function content_template() {
|
1075 |
|
1076 |
}
|
1077 |
|
1078 |
+
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: Elementor, elementor widgets, elements, elementor addon, elementor templat
|
|
4 |
Requires at least: 5.7.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 5.1.
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
@@ -279,6 +279,11 @@ We have the most advanced caching architecture, Which will never bloat your site
|
|
279 |
|
280 |
== Changelog ==
|
281 |
|
|
|
|
|
|
|
|
|
|
|
282 |
= 5.1.10 =
|
283 |
Update : Backend Live Copy/Paste JS Improvement
|
284 |
Update : Widget Panel Video & Document Link update
|
4 |
Requires at least: 5.7.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 5.1.11
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
279 |
|
280 |
== Changelog ==
|
281 |
|
282 |
+
= 5.1.11 =
|
283 |
+
Added : Button Widget
|
284 |
+
Added : Social Icons Widget
|
285 |
+
Fix : Minor fixes and Improvements
|
286 |
+
|
287 |
= 5.1.10 =
|
288 |
Update : Backend Live Copy/Paste JS Improvement
|
289 |
Update : Widget Panel Video & Document Link update
|
theplus_elementor_addon.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: The Plus Addons for Elementor
|
4 |
* Plugin URI: https://theplusaddons.com/
|
5 |
* Description: Biggest collection of Widgets & Features to supercharge your Elementor Page builder in WordPress.
|
6 |
-
* Version: 5.1.
|
7 |
* Author: POSIMYTH
|
8 |
* Author URI: https://posimyth.com/
|
9 |
* Text Domain: tpebl
|
@@ -14,7 +14,7 @@
|
|
14 |
if ( ! defined( 'ABSPATH' ) ) {
|
15 |
exit;
|
16 |
}
|
17 |
-
defined( 'L_THEPLUS_VERSION' ) or define( 'L_THEPLUS_VERSION', '5.1.
|
18 |
define( 'L_THEPLUS_FILE__', __FILE__ );
|
19 |
|
20 |
define( 'L_THEPLUS_PATH', plugin_dir_path( __FILE__ ) );
|
3 |
* Plugin Name: The Plus Addons for Elementor
|
4 |
* Plugin URI: https://theplusaddons.com/
|
5 |
* Description: Biggest collection of Widgets & Features to supercharge your Elementor Page builder in WordPress.
|
6 |
+
* Version: 5.1.11
|
7 |
* Author: POSIMYTH
|
8 |
* Author URI: https://posimyth.com/
|
9 |
* Text Domain: tpebl
|
14 |
if ( ! defined( 'ABSPATH' ) ) {
|
15 |
exit;
|
16 |
}
|
17 |
+
defined( 'L_THEPLUS_VERSION' ) or define( 'L_THEPLUS_VERSION', '5.1.11' );
|
18 |
define( 'L_THEPLUS_FILE__', __FILE__ );
|
19 |
|
20 |
define( 'L_THEPLUS_PATH', plugin_dir_path( __FILE__ ) );
|